From 3f70d03369ae6bda65162613d0c6b61c75d5df27 Mon Sep 17 00:00:00 2001 From: Berk Ozkutuk Date: Tue, 15 Feb 2022 21:25:49 +0300 Subject: [PATCH 001/238] haskell.packages.ghc902.aeson-diff: Fix build by jailbreaking --- pkgs/development/haskell-modules/configuration-ghc-9.0.x.nix | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/pkgs/development/haskell-modules/configuration-ghc-9.0.x.nix b/pkgs/development/haskell-modules/configuration-ghc-9.0.x.nix index 30a12b35e5b7..23d31e67b02f 100644 --- a/pkgs/development/haskell-modules/configuration-ghc-9.0.x.nix +++ b/pkgs/development/haskell-modules/configuration-ghc-9.0.x.nix @@ -48,6 +48,11 @@ self: super: { }); # Jailbreaks & Version Updates + + # This `doJailbreak` can be removed once the following PR is released to Hackage: + # https://github.com/thsutton/aeson-diff/pull/58 + aeson-diff = doJailbreak super.aeson-diff; + async = doJailbreak super.async; data-fix = doJailbreak super.data-fix; dec = doJailbreak super.dec; From d9ffac48121b92df78cf6d59dba666ad7c222905 Mon Sep 17 00:00:00 2001 From: Berk Ozkutuk Date: Tue, 15 Feb 2022 21:25:54 +0300 Subject: [PATCH 002/238] haskell.packages.ghc921.aeson-diff: Fix build by jailbreaking --- pkgs/development/haskell-modules/configuration-ghc-9.2.x.nix | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/pkgs/development/haskell-modules/configuration-ghc-9.2.x.nix b/pkgs/development/haskell-modules/configuration-ghc-9.2.x.nix index 49bfd64324a9..a74412e8e553 100644 --- a/pkgs/development/haskell-modules/configuration-ghc-9.2.x.nix +++ b/pkgs/development/haskell-modules/configuration-ghc-9.2.x.nix @@ -81,6 +81,11 @@ self: super: { extra = dontCheck super.extra; # Jailbreaks & Version Updates + + # This `doJailbreak` can be removed once the following PR is released to Hackage: + # https://github.com/thsutton/aeson-diff/pull/58 + aeson-diff = doJailbreak super.aeson-diff; + assoc = doJailbreak super.assoc; async = doJailbreak super.async; attoparsec = super.attoparsec_0_14_4; From b5489b75ee41e1e053e08193d3c68046b2cf574f Mon Sep 17 00:00:00 2001 From: sternenseemann Date: Thu, 17 Feb 2022 21:57:00 +0100 Subject: [PATCH 003/238] haskellPackages: Stackage LTS 18.25 -> Stackage Nightly 2022-02-07 --- .../scripts/haskell/update-stackage.sh | 12 +- .../configuration-hackage2nix/stackage.yaml | 1467 +++++++++-------- 2 files changed, 785 insertions(+), 694 deletions(-) diff --git a/maintainers/scripts/haskell/update-stackage.sh b/maintainers/scripts/haskell/update-stackage.sh index ecf38dc4b900..f237cf6b9acb 100755 --- a/maintainers/scripts/haskell/update-stackage.sh +++ b/maintainers/scripts/haskell/update-stackage.sh @@ -11,16 +11,16 @@ stackage_config="pkgs/development/haskell-modules/configuration-hackage2nix/stac trap "rm ${tmpfile} ${tmpfile}.new" 0 touch "$tmpfile" "$tmpfile.new" # Creating files here so that trap creates no errors. -curl -L -s "https://stackage.org/lts/cabal.config" >"$tmpfile" -old_version=$(grep "# Stackage" $stackage_config | sed -E 's/.*([0-9]{2}\.[0-9]+)/\1/') -version=$(sed -rn "s/^--.*http:..(www.)?stackage.org.snapshot.lts-//p" "$tmpfile") +curl -L -s "https://stackage.org/nightly/cabal.config" >"$tmpfile" +old_version=$(grep "# Stackage Nightly" $stackage_config | sed -E 's/.*([0-9]{4}-[0-9]{2}-[0-9]{2}).*/\1/') +version=$(sed -rn "s/^--.*http:..(www.)?stackage.org.snapshot.nightly-//p" "$tmpfile") if [[ "$old_version" == "$version" ]]; then echo "No new stackage version" exit 0 # Nothing to do fi -echo "Updating Stackage LTS from $old_version to $version." +echo "Updating Stackage Nightly from $old_version to $version." # Create a simple yaml version of the file. sed -r \ @@ -33,7 +33,7 @@ sed -r \ < "${tmpfile}" | sort --ignore-case >"${tmpfile}.new" cat > $stackage_config << EOF -# Stackage LTS $version +# Stackage Nightly $version # This file is auto-generated by # maintainers/scripts/haskell/update-stackage.sh default-package-overrides: @@ -50,7 +50,7 @@ sed -r \ if [[ "${1:-}" == "--do-commit" ]]; then git add $stackage_config git commit -F - << EOF -haskellPackages: stackage-lts $old_version -> $version +haskellPackages: stackage-nightly $old_version -> $version This commit has been generated by maintainers/scripts/haskell/update-stackage.sh EOF diff --git a/pkgs/development/haskell-modules/configuration-hackage2nix/stackage.yaml b/pkgs/development/haskell-modules/configuration-hackage2nix/stackage.yaml index 77be3013a48b..c37ae3bfd72d 100644 --- a/pkgs/development/haskell-modules/configuration-hackage2nix/stackage.yaml +++ b/pkgs/development/haskell-modules/configuration-hackage2nix/stackage.yaml @@ -1,36 +1,34 @@ -# Stackage LTS 18.25 +# Stackage Nightly 2022-02-17 # This file is auto-generated by # maintainers/scripts/haskell/update-stackage.sh default-package-overrides: - abstract-deque ==0.3 + - abstract-deque-tests ==0.3 - abstract-par ==0.3.3 - AC-Angle ==1.0 - - accuerr ==0.2.0.2 + - acc ==0.2.0.1 - ace ==0.6 - action-permutations ==0.0.0.1 - - ad ==4.4.1 + - active ==0.2.0.15 + - ad ==4.5 + - ad-delcont ==0.3.0.0 - adjunctions ==4.4 - adler32 ==0.1.2.0 + - advent-of-code-api ==0.2.8.1 - aern2-mp ==0.2.8.0 - aern2-real ==0.2.8.0 - - aeson ==1.5.6.0 + - aeson ==2.0.3.0 - aeson-attoparsec ==0.0.0 - - aeson-better-errors ==0.9.1.0 - aeson-casing ==0.2.0.0 - - aeson-combinators ==0.0.5.0 - - aeson-commit ==1.3 + - aeson-commit ==1.4 - aeson-compat ==0.3.10 - - aeson-default ==0.9.1.0 - - aeson-diff ==1.1.0.9 + - aeson-extra ==0.5.1 - aeson-generic-compat ==0.0.1.3 - - aeson-lens ==0.5.0.0 - aeson-optics ==1.1.1 - - aeson-picker ==0.1.0.5 - aeson-pretty ==0.8.9 - aeson-qq ==0.8.4 - - aeson-schemas ==1.3.5 + - aeson-schemas ==1.3.5.1 - aeson-typescript ==0.3.0.1 - - aeson-with ==0.1.2.0 - aeson-yak ==0.1.1.3 - aeson-yaml ==1.1.0.1 - Agda ==2.6.2.1 @@ -40,116 +38,30 @@ default-package-overrides: - alerts ==0.1.2.0 - alex ==3.2.7.1 - alex-meta ==0.3.0.13 - - alg ==0.2.13.1 - - algebraic-graphs ==0.5 - - Allure ==0.10.3.0 + - algebra ==4.3.1 + - algebraic-graphs ==0.6 + - align-audio ==0.0 + - Allure ==0.11.0.0 - almost-fix ==0.0.2 - alsa-core ==0.5.0.1 - alsa-mixer ==0.3.0 - alsa-pcm ==0.6.1.1 - alsa-seq ==0.6.0.8 - alternative-vector ==0.0.0 + - alternators ==1.0.0.0 - ALUT ==2.4.0.3 - - amazonka-apigateway ==1.6.1 - - amazonka-application-autoscaling ==1.6.1 - - amazonka-appstream ==1.6.1 - - amazonka-athena ==1.6.1 - - amazonka-autoscaling ==1.6.1 - - amazonka-budgets ==1.6.1 - - amazonka-certificatemanager ==1.6.1 - - amazonka-cloudformation ==1.6.1 - - amazonka-cloudfront ==1.6.1 - - amazonka-cloudhsm ==1.6.1 - - amazonka-cloudsearch ==1.6.1 - - amazonka-cloudsearch-domains ==1.6.1 - - amazonka-cloudtrail ==1.6.1 - - amazonka-cloudwatch ==1.6.1 - - amazonka-cloudwatch-events ==1.6.1 - - amazonka-cloudwatch-logs ==1.6.1 - - amazonka-codebuild ==1.6.1 - - amazonka-codecommit ==1.6.1 - - amazonka-codedeploy ==1.6.1 - - amazonka-codepipeline ==1.6.1 - - amazonka-cognito-identity ==1.6.1 - - amazonka-cognito-idp ==1.6.1 - - amazonka-cognito-sync ==1.6.1 - - amazonka-config ==1.6.1 - - amazonka-core ==1.6.1 - - amazonka-datapipeline ==1.6.1 - - amazonka-devicefarm ==1.6.1 - - amazonka-directconnect ==1.6.1 - - amazonka-discovery ==1.6.1 - - amazonka-dms ==1.6.1 - - amazonka-ds ==1.6.1 - - amazonka-dynamodb ==1.6.1 - - amazonka-dynamodb-streams ==1.6.1 - - amazonka-ecr ==1.6.1 - - amazonka-ecs ==1.6.1 - - amazonka-efs ==1.6.1 - - amazonka-elasticache ==1.6.1 - - amazonka-elasticbeanstalk ==1.6.1 - - amazonka-elasticsearch ==1.6.1 - - amazonka-elastictranscoder ==1.6.1 - - amazonka-elb ==1.6.1 - - amazonka-elbv2 ==1.6.1 - - amazonka-emr ==1.6.1 - - amazonka-gamelift ==1.6.1 - - amazonka-glacier ==1.6.1 - - amazonka-glue ==1.6.1 - - amazonka-health ==1.6.1 - - amazonka-iam ==1.6.1 - - amazonka-importexport ==1.6.1 - - amazonka-inspector ==1.6.1 - - amazonka-iot ==1.6.1 - - amazonka-iot-dataplane ==1.6.1 - - amazonka-kinesis ==1.6.1 - - amazonka-kinesis-analytics ==1.6.1 - - amazonka-kinesis-firehose ==1.6.1 - - amazonka-kms ==1.6.1 - - amazonka-lambda ==1.6.1 - - amazonka-lightsail ==1.6.1 - - amazonka-marketplace-analytics ==1.6.1 - - amazonka-marketplace-metering ==1.6.1 - - amazonka-ml ==1.6.1 - - amazonka-opsworks ==1.6.1 - - amazonka-opsworks-cm ==1.6.1 - - amazonka-pinpoint ==1.6.1 - - amazonka-polly ==1.6.1 - - amazonka-rds ==1.6.1 - - amazonka-redshift ==1.6.1 - - amazonka-rekognition ==1.6.1 - - amazonka-route53 ==1.6.1 - - amazonka-route53-domains ==1.6.1 - - amazonka-s3 ==1.6.1 - - amazonka-sdb ==1.6.1 - - amazonka-servicecatalog ==1.6.1 - - amazonka-ses ==1.6.1 - - amazonka-shield ==1.6.1 - - amazonka-sms ==1.6.1 - - amazonka-snowball ==1.6.1 - - amazonka-sns ==1.6.1 - - amazonka-sqs ==1.6.1 - - amazonka-ssm ==1.6.1 - - amazonka-stepfunctions ==1.6.1 - - amazonka-storagegateway ==1.6.1 - - amazonka-sts ==1.6.1 - - amazonka-support ==1.6.1 - - amazonka-swf ==1.6.1 - - amazonka-test ==1.6.1 - - amazonka-waf ==1.6.1 - - amazonka-workspaces ==1.6.1 - - amazonka-xray ==1.6.1 - amqp ==0.22.1 - amqp-utils ==0.6.3.2 - annotated-wl-pprint ==0.7.0 - ansi-terminal ==0.11.1 + - ansi-terminal-game ==1.8.0.0 - ansi-wl-pprint ==0.6.9 - ANum ==0.2.0.2 - apecs ==0.9.4 - apecs-gloss ==0.2.4 - apecs-physics ==0.4.5 - api-field-json-th ==0.1.0.2 - - api-maker ==0.1.0.0 + - api-maker ==0.1.0.6 - ap-normalize ==0.1.0.1 - appar ==0.1.8 - appendmap ==0.1.5 @@ -163,7 +75,7 @@ default-package-overrides: - array-memoize ==0.6.0 - arrow-extras ==0.1.0.1 - arrows ==0.4.4.2 - - ascii ==1.0.1.6 + - ascii ==1.1.1.2 - ascii-case ==1.0.0.10 - ascii-char ==1.0.0.14 - asciidiagram ==1.3.3.3 @@ -184,29 +96,29 @@ default-package-overrides: - async-refresh ==0.3.0.0 - async-refresh-tokens ==0.4.0.0 - atom-basic ==0.2.5 + - atom-conduit ==0.9.0.1 - atomic-primops ==0.8.4 - atomic-write ==0.2.0.7 - - attoparsec ==0.13.2.5 + - attoparsec ==0.14.4 - attoparsec-base64 ==0.0.0 - attoparsec-binary ==0.2 + - attoparsec-data ==1.0.5.2 - attoparsec-expr ==0.1.1.2 - - attoparsec-iso8601 ==1.0.2.0 + - attoparsec-iso8601 ==1.0.2.1 - attoparsec-path ==0.0.0.1 + - attoparsec-time ==1.0.3 - audacity ==0.0.2.1 - aur ==7.0.7 - - aura ==3.2.5 - authenticate ==1.3.5.1 - - authenticate-oauth ==1.6.0.1 - - autoexporter ==1.1.20 + - authenticate-oauth ==1.7 + - autoexporter ==2.0.0.1 - auto-update ==0.1.6 - - avro ==0.5.2.0 + - avro ==0.6.0.1 - aws-cloudfront-signed-cookies ==0.2.0.10 - - aws-xray-client ==0.1.0.1 - - aws-xray-client-wai ==0.1.0.1 - - backprop ==0.2.6.4 - backtracking ==0.1.0 - bank-holidays-england ==0.2.0.6 - barbies ==2.0.3.1 + - barrier ==0.1.1 - base16 ==0.3.1.0 - base16-bytestring ==1.0.2.0 - base16-lens ==0.1.3.2 @@ -216,7 +128,7 @@ default-package-overrides: - base58-bytestring ==0.1.0 - base58string ==0.10.0 - base64 ==0.4.2.3 - - base64-bytestring ==1.1.0.0 + - base64-bytestring ==1.2.1.0 - base64-bytestring-type ==1.0.1 - base64-lens ==0.3.1 - base64-string ==0.2 @@ -224,31 +136,37 @@ default-package-overrides: - base-compat-batteries ==0.11.2 - basement ==0.0.12 - base-orphans ==0.8.6 - - base-prelude ==1.4 + - base-prelude ==1.6 - base-unicode-symbols ==0.2.4.2 - basic-prelude ==0.7.0 + - battleship-combinatorics ==0.0.1 - bazel-runfiles ==0.12 - bbdb ==0.8 - - bcp47 ==0.2.0.5 - - bcp47-orphans ==0.1.0.4 - bcrypt ==0.0.11 + - beam-core ==0.9.2.1 + - beam-migrate ==0.5.1.2 + - beam-postgres ==0.5.2.1 + - beam-sqlite ==0.5.1.2 - bech32 ==1.1.2 - - bech32-th ==1.0.2 + - bech32-th ==1.1.1 - bench ==1.0.12 - benchpress ==0.2.2.18 + - bencode ==0.6.1.1 + - bencoding ==0.4.5.4 - between ==0.11.0.0 - bibtex ==0.1.0.6 - bifunctors ==5.5.11 - bimap ==0.4.0 - bimaps ==0.1.0.2 - bimap-server ==0.1.0.1 - - bin ==0.1.1 + - bin ==0.1.2 - binary-conduit ==1.3.1 - - binary-ext ==2.0.4 + - binaryen ==0.0.6.0 + - binary-generic-combinators ==0.4.4.0 - binary-ieee754 ==0.1.0.0 - binary-instances ==1.0.2 - binary-list ==1.1.1.2 - - binary-orphans ==1.0.1 + - binary-orphans ==1.0.2 - binary-parser ==0.5.7.1 - binary-parsers ==0.2.4.0 - binary-search ==2.0.0 @@ -258,9 +176,13 @@ default-package-overrides: - bindings-GLFW ==3.3.2.0 - bindings-libzip ==1.0.1 - bindings-uname ==0.1 - - bins ==0.1.2.0 + - BiobaseENA ==0.0.0.2 + - BiobaseEnsembl ==0.2.0.1 + - BiobaseFasta ==0.4.0.1 + - BiobaseTypes ==0.2.1.0 + - BiobaseXNA ==0.11.1.1 - bitarray ==0.0.1.1 - - bits ==0.5.3 + - bits ==0.6 - bitset-word8 ==0.1.1.2 - bits-extra ==0.0.2.0 - bitvec ==1.1.2.0 @@ -270,21 +192,26 @@ default-package-overrides: - blas-carray ==0.1.0.1 - blas-comfort-array ==0.0.0.3 - blas-ffi ==0.1 + - blas-hs ==0.1.1.0 - blaze-bootstrap ==0.1.0.1 - blaze-builder ==0.4.2.2 + - blaze-colonnade ==1.2.2.1 - blaze-html ==0.9.1.2 - blaze-markup ==0.8.2.8 - blaze-svg ==0.3.6.1 - blaze-textual ==0.2.2.1 - bmp ==1.2.6.3 + - bnb-staking-csvs ==0.2.0.0 - BNFC ==2.9.3 - BNFC-meta ==0.6.1 - board-games ==0.3 - bodhi ==0.1.0 - boltzmann-samplers ==0.1.1.0 + - bookkeeping ==0.4.0.1 - Boolean ==0.2.4 - boolean-like ==0.1.1.0 - boolsimplifier ==0.1.8 + - boomerang ==1.4.7 - boots ==0.2.0.1 - bordacount ==0.1.0.0 - boring ==0.2 @@ -292,24 +219,20 @@ default-package-overrides: - bound ==2.0.4 - BoundedChan ==1.0.3.0 - bounded-queue ==1.0.0 - - boundingboxes ==0.2.3 - - bower-json ==1.0.0.1 - boxes ==0.1.5 - - brick ==0.62 + - brick ==0.67 - broadcast-chan ==0.2.1.2 - bsb-http-chunked ==0.0.0.4 - bson ==0.4.0.1 - - btrfs ==0.2.0.0 + - bson-lens ==0.1.1 - buffer-builder ==0.2.4.7 - buffer-pipe ==0.0 - bugsnag-haskell ==0.0.4.3 - bugsnag-hs ==0.2.0.8 - bugzilla-redhat ==0.3.3 - - burrito ==1.2.0.4 - - butcher ==1.3.3.2 + - burrito ==2.0.1.0 - buttplug-hs-core ==0.1.0.1 - bv ==0.5 - - bv-little ==1.1.1 - byteable ==0.1.1 - byte-count-reader ==0.10.1.8 - bytedump ==1.0 @@ -324,28 +247,30 @@ default-package-overrides: - bytestring-strict-builder ==0.4.5.5 - bytestring-to-vector ==0.3.0.1 - bytestring-tree-builder ==0.2.7.9 + - bytestring-trie ==0.2.6 - bz2 ==1.0.1.0 - bzlib ==0.5.1.0 - bzlib-conduit ==0.3.0.2 - c14n ==0.1.0.1 - c2hs ==0.28.8 - - cabal2spec ==2.6.2 - cabal-appimage ==0.3.0.3 - cabal-clean ==0.1.20210924 - - cabal-debian ==5.1 - cabal-doctest ==1.0.9 - cabal-file ==0.1.1 - - cabal-flatpak ==0.1.0.2 - - cabal-plan ==0.7.2.0 + - cabal-file-th ==0.2.7 + - cabal-flatpak ==0.1.0.3 + - cabal-plan ==0.7.2.1 - cabal-rpm ==2.0.10 - Cabal-syntax ==3.6.0.0 - cache ==0.1.3.0 - cached-json-file ==0.1.1 - cacophony ==0.10.1 - calendar-recycling ==0.0.0.1 - - call-stack ==0.3.0 + - call-alloy ==0.3 + - call-stack ==0.4.0 - can-i-haz ==0.3.1.0 - - capability ==0.4.0.0 + - capability ==0.5.0.0 + - capataz ==0.2.1.0 - ca-province-codes ==1.0.0.0 - cardano-coin-selection ==1.0.1 - carray ==0.1.6.8 @@ -359,7 +284,7 @@ default-package-overrides: - cassava-conduit ==0.6.0 - cassava-megaparsec ==2.0.4 - cast ==0.1.0.2 - - category ==0.2.5.0 + - caster ==0.0.3.0 - cayley-client ==0.4.17 - cborg ==0.2.6.0 - cborg-json ==0.2.3.0 @@ -377,33 +302,34 @@ default-package-overrides: - charset ==0.3.9 - charsetdetect-ae ==1.1.0.4 - Chart ==1.9.3 - - chaselev-deque ==0.5.0.5 - ChasingBottoms ==1.3.1.11 - cheapskate ==0.1.1.2 - cheapskate-highlight ==0.1.0.0 - cheapskate-lucid ==0.1.0.0 + - check-email ==1.0.2 - checkers ==0.5.6 - checksum ==0.0 - chimera ==0.3.2.0 - chiphunk ==0.1.4.0 - choice ==0.2.2 - chronologique ==0.3.1.3 - - chronos ==1.1.1 - - chronos-bench ==0.2.0.2 - chunked-data ==0.3.1 - cipher-aes ==0.2.11 + - cipher-aes128 ==0.7.0.6 - cipher-camellia ==0.0.2 - cipher-des ==0.0.6 - cipher-rc4 ==0.1.4 - circle-packing ==0.1.0.6 - circular ==0.4.0.1 - - citeproc ==0.4.0.1 - - clash-ghc ==1.4.7 - - clash-lib ==1.4.7 - - clash-prelude ==1.4.7 + - citeproc ==0.6.0.1 + - clash-ghc ==1.6.1 + - clash-lib ==1.6.1 + - clash-prelude ==1.6.1 - classy-prelude ==1.5.0.2 - classy-prelude-conduit ==1.5.0 + - classy-prelude-yesod ==1.5.0 - clay ==0.13.3 + - cleff ==0.2.1.0 - clientsession ==0.9.1.2 - climb ==0.3.3 - Clipboard ==2.3.2.0 @@ -416,16 +342,21 @@ default-package-overrides: - cmark-lucid ==0.1.0.0 - cmdargs ==0.10.21 - codec-beam ==0.2.0 + - code-conjure ==0.5.0 - code-page ==0.2.1 + - coercible-utils ==0.1.0 + - cointracking-imports ==0.1.0.1 - collect-errors ==0.1.5.0 - - co-log-concurrent ==0.5.1.0 - - co-log-core ==0.2.1.1 + - colonnade ==1.2.0.2 - Color ==0.3.3 - colorful-monoids ==0.2.1.3 - colorize-haskell ==1.0.1 - colour ==2.3.6 + - columnar ==1.0.0.0 - combinatorial ==0.1.0.1 - - comfort-array ==0.4.1 + - comfort-array ==0.5.1 + - comfort-array-shape ==0.0 + - comfort-fftw ==0.0 - comfort-graph ==0.0.3.1 - commonmark ==0.2.1.1 - commonmark-extensions ==0.2.3 @@ -433,12 +364,13 @@ default-package-overrides: - commutative ==0.0.2 - comonad ==5.0.8 - comonad-extras ==4.0.1 + - compact ==0.2.0.0 - compactmap ==0.1.4.2.1 - - compdata ==0.12.1 - compensated ==0.8.3 - compiler-warnings ==0.1.0 + - componentm ==0.0.0.2 + - componentm-devel ==0.0.0.2 - composable-associations ==0.1.0.0 - - composable-associations-aeson ==0.1.0.1 - composition ==1.0.2.2 - composition-extra ==2.0.0 - concise ==0.1.0.1 @@ -450,28 +382,28 @@ default-package-overrides: - cond ==0.4.1.1 - conduino ==0.2.2.0 - conduit ==1.3.4.2 - - conduit-algorithms ==0.0.11.0 - conduit-combinators ==1.3.0 - conduit-concurrent-map ==0.1.1 + - conduit-connection ==0.1.0.5 - conduit-extra ==1.3.5 - conduit-parse ==0.2.1.0 - conduit-zstd ==0.0.2.0 - conferer ==1.1.0.0 - conferer-aeson ==1.1.0.2 - - conferer-hspec ==1.1.0.0 - conferer-warp ==1.1.0.0 + - ConfigFile ==1.1.4 - config-ini ==0.2.4.0 + - configuration-tools ==0.6.1 - configurator ==0.3.0.0 - configurator-export ==0.1.0.1 - - configurator-pg ==0.2.5 - connection ==0.3.1 - connection-pool ==0.2.2 - console-style ==0.0.2.1 - - constraint ==0.1.4.0 - constraints ==0.13.3 - constraints-extras ==0.3.2.1 - constraint-tuples ==0.1.2 - construct ==0.3.0.2 + - containers-unicode-symbols ==0.3.1.3 - contravariant ==1.5.5 - contravariant-extras ==0.3.5.3 - control-bool ==0.2.1 @@ -481,23 +413,27 @@ default-package-overrides: - convertible ==1.1.1.0 - cookie ==0.4.5 - copr-api ==0.1.0 - - core-data ==0.2.1.11 - - core-program ==0.2.12.0 + - core-data ==0.3.1.1 + - core-program ==0.4.4.0 + - core-telemetry ==0.1.9.1 - core-text ==0.3.5.0 - countable ==1.0 - - country ==0.2.1 + - covariance ==0.1.0.5 - cpphs ==1.20.9.1 - cprng-aes ==0.6.1 - cpu ==0.1.2 - cpuinfo ==0.1.0.2 - - crackNum ==3.1 + - crackNum ==3.2 - crc32c ==0.0.0 - credential-store ==0.1.2 - criterion ==1.5.13.0 - criterion-measurement ==0.1.3.0 - cron ==0.7.0 - crypto-api ==0.13.3 + - crypto-api-tests ==0.3 + - crypto-cipher-tests ==0.0.11 - crypto-cipher-types ==0.0.9 + - cryptocompare ==0.1.2 - crypto-enigma ==0.1.1.6 - cryptohash ==0.11.9 - cryptohash-cryptoapi ==0.1.4 @@ -508,49 +444,57 @@ default-package-overrides: - cryptonite ==0.29 - cryptonite-conduit ==0.2.2 - cryptonite-openssl ==0.7 - - crypto-numbers ==0.2.7 - - crypto-pubkey ==0.2.8 - crypto-pubkey-types ==0.4.3 - crypto-random ==0.0.9 - crypto-random-api ==0.2.0 + - cryptostore ==0.2.1.0 + - crypt-sha512 ==0 - csp ==1.4.0 - - css-syntax ==0.1.0.0 - css-text ==0.1.3.0 - c-struct ==0.1.1.1 - csv ==0.1.2 + - csv-conduit ==0.7.3.0 - ctrie ==0.2 - cubicbezier ==0.6.0.6 - cubicspline ==0.1.2 - - cuckoo-filter ==0.2.0.2 + - cublas ==0.6.0.0 + - cuda ==0.11.0.0 - cue-sheet ==2.0.1 + - cufft ==0.10.0.0 - curl ==1.3.8 - currencies ==0.2.0.0 - currency ==0.2.0.0 - cursor ==0.3.2.0 - cursor-brick ==0.1.0.1 - cursor-fuzzy-time ==0.0.0.0 - - cursor-gen ==0.3.0.0 + - cursor-gen ==0.4.0.0 + - cusolver ==0.3.0.0 + - cusparse ==0.3.0.0 - cutter ==0.0 - cyclotomic ==1.1.1 - czipwith ==1.0.1.4 - - d10 ==0.2.1.6 + - d10 ==1.0.0.2 - data-accessor ==0.2.3 - data-accessor-mtl ==0.2.0.4 - - data-accessor-template ==0.2.1.16 - data-accessor-transformers ==0.2.1.7 - - data-ascii ==1.0.0.6 - data-binary-ieee754 ==0.4.4 - data-bword ==0.1.0.1 - data-checked ==0.3 - data-clist ==0.1.2.3 - - data-compat ==0.1.0.3 - data-default ==0.7.1.1 - data-default-class ==0.1.2.0 + - data-default-extra ==0.1.0 + - data-default-instances-base ==0.1.0.1 + - data-default-instances-bytestring ==0.0.1 + - data-default-instances-case-insensitive ==0.0.1 - data-default-instances-containers ==0.0.1 - data-default-instances-dlist ==0.0.1 + - data-default-instances-new-base ==0.0.2 - data-default-instances-old-locale ==0.0.1 + - data-default-instances-text ==0.0.1 + - data-default-instances-unordered-containers ==0.0.1 + - data-default-instances-vector ==0.0.1 - data-diverse ==4.7.0.0 - - datadog ==0.2.5.0 - data-dword ==0.3.2.1 - data-endian ==0.1.1 - data-fix ==0.3.2 @@ -568,11 +512,16 @@ default-package-overrides: - data-ref ==0.0.2 - data-reify ==0.6.3 - data-serializer ==0.3.5 + - datasets ==0.4.0 + - data-sketches ==0.3.1.0 + - data-sketches-core ==0.1.0.0 - data-textual ==0.3.0.3 - dataurl ==0.1.0.0 - DAV ==1.3.4 + - dawg-ord ==0.5.1.2 + - dbcleaner ==0.1.3 - DBFunctor ==0.1.2.1 - - dbus ==1.2.17 + - dbus ==1.2.22 - dbus-hslogger ==0.1.0.1 - debian ==4.0.2 - debian-build ==0.10.2.1 @@ -581,7 +530,6 @@ default-package-overrides: - Decimal ==0.5.2 - declarative ==0.5.4 - deepseq-generics ==0.2.0.0 - - deepseq-instances ==0.1.0.1 - deferred-folds ==0.9.18.1 - dejafu ==2.4.0.3 - dense-linear-algebra ==0.1.0.0 @@ -593,66 +541,87 @@ default-package-overrides: - deriveJsonNoPrefix ==0.1.0.1 - derive-topdown ==0.0.3.0 - deriving-aeson ==0.2.8 - - deriving-compat ==0.5.10 - - derulo ==1.0.10 - - dhall ==1.39.0 - - dhall-bash ==1.0.37 - - dhall-json ==1.7.7 - - dhall-lsp-server ==1.0.17 - - dhall-yaml ==1.2.7 + - deriving-compat ==0.6 + - derulo ==2.0.0.1 + - detour-via-sci ==1.0.0 + - df1 ==0.4 + - dhall ==1.40.2 + - dhall-bash ==1.0.39 + - dhall-json ==1.7.9 + - dhall-yaml ==1.2.9 + - di ==1.3 + - diagrams ==1.4.0.1 + - diagrams-contrib ==1.4.4 + - diagrams-core ==1.5.0 + - diagrams-lib ==1.4.5.1 + - diagrams-rasterific ==1.4.2.2 - diagrams-solve ==0.1.3 - - dialogflow-fulfillment ==0.1.1.4 + - diagrams-svg ==1.4.3.1 - di-core ==1.0.4 - dictionary-sharing ==0.1.0.0 + - di-df1 ==1.2.1 - Diff ==0.4.1 - digest ==0.0.1.3 - digits ==0.3.1 + - di-handle ==1.0.1 - dimensional ==1.4 - di-monad ==1.3.1 - directory-tree ==0.12.1 - direct-sqlite ==2.3.26 - dirichlet ==0.1.0.5 - discount ==0.1.1 + - discover-instances ==0.1.0.0 + - discrimination ==0.4.1 - disk-free-space ==0.1.0.1 - - distributed-closure ==0.4.2.0 + - distributed-static ==0.3.9 - distribution-opensuse ==1.1.3 - distributive ==0.6.2.1 + - djinn-lib ==0.0.1.3 - dlist ==1.0 - dlist-instances ==0.1.1.1 - dlist-nonempty ==0.1.1 - dns ==4.0.1 - dockerfile ==0.2.0 - doclayout ==0.3.1.1 - - doctemplates ==0.9 - - doctest ==0.17 + - docopt ==0.7.0.7 + - doctemplates ==0.10.0.1 + - doctest ==0.18.2 - doctest-discover ==0.2.0.0 - doctest-driver-gen ==0.3.0.5 - doctest-exitcode-stdio ==0.0 - doctest-extract ==0.1 - doctest-lib ==0.1 + - doctest-parallel ==0.2.1 - doldol ==0.4.1.2 - do-list ==1.0.1 + - domain ==0.1.1.3 + - domain-core ==0.1.0.1 + - domain-optics ==0.1.0.2 - do-notation ==0.1.0.2 - dot ==0.3 - - dotenv ==0.8.0.7 + - dotenv ==0.9.0.0 - dotgen ==0.4.3 - dotnet-timespan ==0.0.1.0 - - double-conversion ==2.0.2.0 + - double-conversion ==2.0.4.1 - download ==0.3.2.7 - download-curl ==0.1.4 - - drinkery ==0.4 + - DPutils ==0.1.1.0 + - drifter ==0.3.0 + - drifter-postgresql ==0.2.1 + - drifter-sqlite ==0.1.0.0 - dsp ==0.2.5.1 - dual ==0.1.1.1 + - dual-tree ==0.2.3.0 - dublincore-xml-conduit ==0.1.0.2 - - dunai ==0.7.0 + - dunai ==0.8.1 - duration ==0.2.0.0 - dvorak ==0.1.0.0 - dynamic-state ==0.3.1 - dyre ==0.9.1 - eap ==0.9.0.2 - - earcut ==0.1.0.4 - Earley ==0.13.0.1 - easy-file ==0.2.2 + - easy-logger ==0.1.0.7 - Ebnf2ps ==1.0.15 - echo ==0.1.4 - ecstasy ==0.2.1.0 @@ -660,29 +629,21 @@ default-package-overrides: - edit-distance ==0.2.2.1 - edit-distance-vector ==1.0.0.4 - editor-open ==0.6.0.0 - - egison ==4.1.3 - - egison-pattern-src ==0.2.1.2 - - egison-pattern-src-th-mode ==0.2.1.2 - either ==5.0.1.1 - either-both ==0.1.1.1 - either-unwrap ==1.1 - - ekg ==0.4.0.15 - - ekg-core ==0.1.1.7 - - ekg-json ==0.1.0.6 - - ekg-statsd ==0.2.5.0 - elerea ==2.9.0 - - elf ==0.30 - - eliminators ==0.7 - - elm2nix ==0.2.1 - - elm-bridge ==0.6.1 + - elf ==0.31 + - eliminators ==0.8 + - elm-bridge ==0.8.0 - elm-core-sources ==1.0.0 - elm-export ==0.6.0.1 - - elynx ==0.5.1.1 - - elynx-markov ==0.5.1.1 - - elynx-nexus ==0.5.1.1 - - elynx-seq ==0.5.1.1 - - elynx-tools ==0.5.1.1 - - elynx-tree ==0.5.1.1 + - elynx ==0.6.1.0 + - elynx-markov ==0.6.1.0 + - elynx-nexus ==0.6.1.0 + - elynx-seq ==0.6.1.0 + - elynx-tools ==0.6.1.0 + - elynx-tree ==0.6.1.0 - email-validate ==2.3.2.15 - emd ==0.2.0.0 - emojis ==0.1.2 @@ -690,19 +651,21 @@ default-package-overrides: - ENIG ==0.0.1.0 - entropy ==0.4.1.7 - enummapset ==0.6.0.3 - - enumset ==0.0.5 - - enum-subset-generate ==0.1.0.0 + - enumset ==0.1 + - enum-text ==0.5.2.1 - envelope ==0.2.2.0 - envparse ==0.4.1 - envy ==2.1.0.0 - - epub-metadata ==4.5 - - eq ==4.2.1 + - eq ==4.3 - equal-files ==0.0.5.3 - equational-reasoning ==0.7.0.1 - - equivalence ==0.3.5 + - equivalence ==0.4 - erf ==2.0.0.0 - - error-or ==0.1.2.0 - - error-or-utils ==0.1.1 + - errata ==0.4.0.0 + - error ==0.3.0.0 + - errorcall-eq-instance ==0.3.0 + - error-or ==0.2.0.0 + - error-or-utils ==0.2.0 - errors ==2.3.0 - errors-ext ==0.4.2 - ersatz ==0.4.10 @@ -710,64 +673,68 @@ default-package-overrides: - essence-of-live-coding ==0.2.5 - essence-of-live-coding-gloss ==0.2.5 - essence-of-live-coding-pulse ==0.2.5 - - essence-of-live-coding-quickcheck ==0.2.5 - - etc ==0.4.1.0 - - eve ==0.1.9.0 + - essence-of-live-coding-warp ==0.2.5 - eventful-core ==0.2.0 + - eventful-memory ==0.2.0 - eventful-test-helpers ==0.2.0 - event-list ==0.1.2 - - eventstore ==1.4.1 + - eventstore ==1.4.2 - every ==0.0.1 + - evm-opcodes ==0.1.1 - exact-combinatorics ==0.2.0.11 - exact-pi ==0.5.0.1 - - exception-hierarchy ==0.1.0.4 - exception-mtl ==0.4.0.1 - - exceptions ==0.10.4 - exception-transformers ==0.4.0.11 - exception-via ==0.1.0.0 + - executable-hash ==0.2.0.4 - executable-path ==0.0.3.1 - exit-codes ==1.0.0 - exomizer ==1.0.0 - experimenter ==0.1.0.12 - expiring-cache-map ==0.0.6.1 + - explainable-predicates ==0.1.2.1 - explicit-exception ==0.1.10 - exp-pairs ==0.2.1.0 - - express ==0.1.16 + - express ==1.0.8 - extended-reals ==0.2.4.0 - extensible-effects ==5.0.0.1 - extensible-exceptions ==0.1.1.4 - - extra ==1.7.9 + - extra ==1.7.10 - extractable-singleton ==0.0.1 - extrapolate ==0.4.6 - fail ==4.9.0.0 - failable ==1.2.4.0 - - fakedata ==0.8.0 + - fakedata ==1.0.2 - fakedata-parser ==0.1.0.0 + - fakedata-quickcheck ==0.2.0 - fakefs ==0.3.0.2 - fakepull ==0.3.0.2 - - faktory ==1.0.3.1 - - fast-digits ==0.3.1.0 - - fast-logger ==3.0.5 + - faktory ==1.1.2.1 + - fast-builder ==0.1.3.0 + - fast-logger ==3.1.1 - fast-math ==1.0.2 - - fb ==2.1.1 - fclabels ==2.0.5.1 - feature-flags ==0.1.0.1 - - fedora-dists ==1.1.2 - - fedora-haskell-tools ==0.9 + - fedora-dists ==2.0.0 + - fedora-haskell-tools ==1.0 - feed ==1.3.2.0 - FenwickTree ==0.1.2.1 - fft ==0.1.8.7 + - fftw-ffi ==0.1 - fgl ==5.7.0.3 + - fields-json ==0.4.0.0 - file-embed ==0.0.15.0 - file-embed-lzma ==0 - filelock ==0.1.1.5 - filemanip ==0.3.6.3 + - file-modules ==0.1.2.4 - filepath-bytestring ==1.4.2.1.9 - file-path-th ==0.1.0.0 - filepattern ==0.1.2 - fileplow ==0.1.0.0 - - filtrable ==0.1.4.0 - - fin ==0.2 + - filter-logger ==0.6.0.0 + - filtrable ==0.1.6.0 + - fin ==0.2.1 - FindBin ==0.0.5 - fingertree ==0.1.5.0 - finite-typelits ==0.1.4.2 @@ -776,7 +743,7 @@ default-package-overrides: - fitspec ==0.4.10 - fixed ==0.3 - fixed-length ==0.2.3 - - fixed-vector ==1.2.0.0 + - fixed-vector ==1.2.1.0 - fixed-vector-hetero ==0.6.1.1 - fix-whitespace ==0.0.7 - flac ==0.2.0 @@ -784,31 +751,34 @@ default-package-overrides: - flags-applicative ==0.1.0.3 - flat ==0.4.4 - flat-mcmc ==1.5.2 + - flay ==0.4 - flexible-defaults ==0.0.3 - FloatingHex ==0.5 - floatshow ==0.2.4 - - flow ==1.0.23 + - flow ==2.0.0.0 - flush-queue ==1.0.0 - fmlist ==0.9.4 - fmt ==0.6.3.0 - fn ==0.3.0.2 - focus ==1.0.3 - focuslist ==0.1.1.0 - - foldable1 ==0.1.0.0 - fold-debounce ==0.2.0.9 - fold-debounce-conduit ==0.2.0.6 - foldl ==1.4.12 - folds ==0.7.7 - follow-file ==0.0.3 - FontyFruity ==0.5.3.5 + - force-layout ==0.4.0.6 - foreign-store ==0.2 - ForestStructures ==0.0.1.0 - forkable-monad ==0.2.0.3 - - forma ==1.1.3 + - forma ==1.2.0 - format-numbers ==0.1.0.1 - formatting ==7.1.3 + - fortran-src ==0.9.0 - foundation ==0.0.26.1 - - fourmolu ==0.3.0.0 + - fourmolu ==0.4.0.0 + - Frames ==0.7.3 - free ==5.1.7 - free-categories ==0.2.0.2 - freenect ==1.2.1 @@ -816,91 +786,88 @@ default-package-overrides: - freetype2 ==0.2.0 - free-vl ==0.1.4 - friendly-time ==0.4.1 + - frisby ==0.2.4 - from-sum ==0.2.3.0 - frontmatter ==0.1.0.2 - fsnotify ==0.3.0.1 - fsnotify-conduit ==0.1.1.1 - ftp-client ==0.5.1.4 - - ftp-client-conduit ==0.5.0.5 - funcmp ==1.9 - function-builder ==0.3.0.1 - - functor-classes-compat ==1.0.1 - - functor-combinators ==0.3.6.0 + - functor-classes-compat ==2.0.0.2 + - functor-combinators ==0.4.1.0 + - fused-effects ==1.1.1.1 - fusion-plugin ==0.2.3 - fusion-plugin-types ==0.1.0 - fuzzcheck ==0.1.1 - fuzzy ==0.1.0.1 - fuzzy-dates ==0.1.1.2 - fuzzyset ==0.2.2 - - fuzzy-time ==0.1.0.0 + - fuzzy-time ==0.2.0.0 - gauge ==0.2.5 - gd ==3000.7.3 - gdp ==0.0.3.0 - general-games ==1.1.1 - generic-aeson ==0.2.0.13 - - generic-arbitrary ==0.1.0 + - generic-arbitrary ==0.2.0 - generic-constraints ==1.1.1.1 - generic-data ==0.9.2.1 - generic-data-surgery ==0.3.0.0 - generic-deriving ==1.14.1 - generic-functor ==0.2.0.0 - - generic-lens ==2.1.0.0 - - generic-lens-core ==2.1.0.0 + - generic-lens ==2.2.1.0 + - generic-lens-core ==2.2.1.0 - generic-monoid ==0.1.0.1 - - generic-optics ==2.1.0.0 + - generic-optics ==2.2.1.0 - GenericPretty ==1.2.2 - - generic-random ==1.4.0.0 + - generic-random ==1.5.0.1 - generics-eot ==0.4.0.1 - generics-sop ==0.5.1.2 - generics-sop-lens ==0.2.0.1 - geniplate-mirror ==0.7.8 - - genvalidity ==0.11.0.2 - - genvalidity-aeson ==0.3.0.0 - - genvalidity-bytestring ==0.6.0.0 - - genvalidity-containers ==0.9.0.0 - - genvalidity-criterion ==0.2.0.0 - - genvalidity-hspec ==0.7.0.4 - - genvalidity-hspec-aeson ==0.3.1.1 - - genvalidity-hspec-binary ==0.2.0.4 - - genvalidity-hspec-cereal ==0.2.0.4 - - genvalidity-hspec-hashable ==0.2.0.5 - - genvalidity-hspec-optics ==0.1.1.2 - - genvalidity-hspec-persistent ==0.0.0.1 - - genvalidity-mergeful ==0.2.0.0 - - genvalidity-mergeless ==0.2.0.0 - - genvalidity-path ==0.3.0.4 - - genvalidity-persistent ==0.0.0.0 - - genvalidity-property ==0.5.0.1 - - genvalidity-scientific ==0.2.1.1 - - genvalidity-sydtest ==0.0.0.0 - - genvalidity-sydtest-aeson ==0.0.0.0 - - genvalidity-sydtest-hashable ==0.0.0.0 - - genvalidity-sydtest-lens ==0.0.0.0 - - genvalidity-sydtest-persistent ==0.0.0.1 - - genvalidity-text ==0.7.0.2 - - genvalidity-time ==0.3.0.0 - - genvalidity-typed-uuid ==0.0.0.2 - - genvalidity-unordered-containers ==0.3.0.1 - - genvalidity-uuid ==0.1.0.4 - - genvalidity-vector ==0.3.0.1 - - geojson ==4.0.4 + - genvalidity ==1.0.0.1 + - genvalidity-bytestring ==1.0.0.0 + - genvalidity-containers ==1.0.0.0 + - genvalidity-criterion ==1.0.0.0 + - genvalidity-hspec ==1.0.0.0 + - genvalidity-hspec-aeson ==1.0.0.0 + - genvalidity-hspec-binary ==1.0.0.0 + - genvalidity-hspec-cereal ==1.0.0.0 + - genvalidity-hspec-hashable ==1.0.0.0 + - genvalidity-hspec-optics ==1.0.0.0 + - genvalidity-hspec-persistent ==1.0.0.0 + - genvalidity-mergeless ==0.3.0.0 + - genvalidity-path ==1.0.0.0 + - genvalidity-persistent ==1.0.0.0 + - genvalidity-property ==1.0.0.0 + - genvalidity-scientific ==1.0.0.0 + - genvalidity-text ==1.0.0.0 + - genvalidity-time ==1.0.0.0 + - genvalidity-unordered-containers ==1.0.0.0 + - genvalidity-uuid ==1.0.0.0 + - genvalidity-vector ==1.0.0.0 + - geodetics ==0.1.2 + - geojson ==4.1.0 - getopt-generics ==0.13.0.4 + - ghc-bignum-orphans ==0.1.1 - ghc-byteorder ==4.11.0.0.10 - ghc-check ==0.5.0.6 + - ghc-compact ==0.1.0.0 - ghc-core ==0.5.6 - - ghc-events ==0.17.0.1 + - ghc-events ==0.17.0.2 - ghc-exactprint ==0.6.4 - ghcid ==0.8.7 - ghci-hexcalc ==0.1.1.0 - ghcjs-codemirror ==0.0.0.2 - - ghc-lib ==8.10.7.20210828 - - ghc-lib-parser ==8.10.7.20210828 - - ghc-lib-parser-ex ==8.10.0.23 + - ghcjs-perch ==0.3.3.3 + - ghc-lib ==9.0.2.20211226 + - ghc-lib-parser ==9.0.2.20211226 + - ghc-lib-parser-ex ==9.0.0.6 - ghc-parser ==0.2.3.0 - ghc-paths ==0.1.0.12 - ghc-prof ==1.4.1.9 - ghc-source-gen ==0.4.3.0 - - ghc-syntax-highlighter ==0.0.6.0 + - ghc-syntax-highlighter ==0.0.7.0 - ghc-tcplugins-extra ==0.4.2 - ghc-trace-events ==0.1.2.4 - ghc-typelits-extra ==0.4.3 @@ -908,256 +875,276 @@ default-package-overrides: - ghc-typelits-natnormalise ==0.7.6 - ghc-typelits-presburger ==0.6.2.0 - ghost-buster ==0.1.1.0 - - gi-atk ==2.0.23 - - gi-cairo ==1.0.25 - - gi-dbusmenu ==0.4.9 - - gi-dbusmenugtk3 ==0.4.10 - - gi-gdk ==3.0.24 - - gi-gdkpixbuf ==2.0.26 - - gi-gdkx11 ==3.0.11 - - gi-gio ==2.0.28 - - gi-glib ==2.0.25 - - gi-gmodule ==2.0.1 - - gi-gobject ==2.0.26 - - gi-graphene ==1.0.3 - - gi-gtk ==3.0.37 + - gi-atk ==2.0.24 + - gi-cairo ==1.0.26 + - gi-cairo-connector ==0.1.1 + - gi-cairo-render ==0.1.1 + - gi-dbusmenu ==0.4.10 + - gi-dbusmenugtk3 ==0.4.11 + - gi-gdk ==3.0.25 + - gi-gdkpixbuf ==2.0.28 + - gi-gdkx11 ==3.0.12 + - gi-gio ==2.0.29 + - gi-glib ==2.0.26 + - gi-gmodule ==2.0.2 + - gi-gobject ==2.0.27 + - gi-graphene ==1.0.4 + - gi-gtk ==3.0.38 - gi-gtk-hs ==0.3.12 - - gi-harfbuzz ==0.0.4 - - ginger ==0.10.1.0 - - gingersnap ==0.3.1.0 - - gi-pango ==1.0.24 + - gi-gtksource ==3.0.25 + - gi-harfbuzz ==0.0.5 + - gi-javascriptcore ==4.0.24 + - ginger ==0.10.4.0 + - gi-pango ==1.0.25 - githash ==0.1.6.2 - - github-release ==1.3.10 - - github-rest ==1.0.3 + - github ==0.27 + - github-release ==2.0.0.0 + - github-rest ==1.1.2 - github-types ==0.2.1 - github-webhooks ==0.15.0 - - gitlab-haskell ==0.2.5 - gitrev ==1.3.1 - - gi-xlib ==2.0.10 + - gi-vte ==2.91.29 + - gi-xlib ==2.0.11 - gl ==0.9 - glabrous ==2.0.5 + - glasso ==0.1.0 - GLFW-b ==3.3.0.0 - Glob ==0.10.2 + - glob-posix ==0.2.0.1 - gloss ==1.13.2.1 + - gloss-algorithms ==1.13.0.2 + - gloss-raster ==1.13.1.2 - gloss-rendering ==1.13.1.1 - GLURaw ==2.0.0.5 - GLUT ==2.7.0.16 - - gluturtle ==0.0.58.1 - - gnuplot ==0.5.6.1 + - gmail-simple ==0.1.0.4 + - gnuplot ==0.5.7 - goldplate ==0.2.0 - google-isbn ==1.0.3 - - gopher-proxy ==0.1.1.2 + - gopher-proxy ==0.1.1.3 - gothic ==0.1.8 + - gotyno-hs ==1.1.0 - gpolyline ==0.1.0.1 - graph-core ==0.3.0.0 - graphite ==0.10.0.1 - - graphql-client ==1.1.1 - graphs ==0.7.1 - graphula ==2.0.1.0 - graphviz ==2999.20.1.0 - graph-wrapper ==0.2.6.0 - gravatar ==0.8.0 - - greskell ==1.2.0.2 - - greskell-core ==0.1.3.7 - - greskell-websocket ==0.1.2.6 + - greskell ==2.0.0.0 + - greskell-core ==1.0.0.0 + - greskell-websocket ==1.0.0.0 - groom ==0.1.2.1 + - groundhog ==0.12.0 + - groundhog-postgresql ==0.12 + - groundhog-sqlite ==0.12.0 - group-by-date ==0.1.0.4 - groups ==0.5.3 + - gtk2hs-buildtools ==0.13.8.2 + - gtk-sni-tray ==0.1.8.0 - gtk-strut ==0.1.3.0 - guarded-allocation ==0.0.1 - - H ==0.9.0.1 - hackage-db ==2.1.2 - hackage-security ==0.6.2.0 - haddock-library ==1.10.0 - hadoop-streaming ==0.2.0.3 + - hakyll ==4.15.1.1 - hakyll-convert ==0.3.0.4 - - hal ==0.4.8 - half ==0.3.1 - hall-symbols ==0.1.0.6 + - hamilton ==0.1.0.3 - hamtsolo ==1.0.4 - HandsomeSoup ==0.4.2 - - hapistrano ==0.4.3.0 - - happstack-server ==7.7.1.2 + - handwriting ==0.1.0.3 + - happstack-server ==7.7.2 + - happstack-server-tls ==7.2.1.1 - happy ==1.20.0 - happy-meta ==0.2.0.11 - HasBigDecimal ==0.1.1 - hasbolt ==0.1.6.1 - - hashable ==1.3.0.0 - - hashable-time ==0.2.1 + - hashable ==1.3.5.0 + - hashable-time ==0.3 - hashids ==1.0.2.7 - hashing ==0.1.0.1 - hashmap ==1.3.3 - hashtables ==1.2.4.2 - haskeline ==0.8.2 - haskell-awk ==1.2.0.1 - - haskell-gi ==0.25.0 - - haskell-gi-base ==0.25.0 + - haskell-gi ==0.26.0 + - haskell-gi-base ==0.26.0 - haskell-gi-overloading ==1.0 - - haskell-import-graph ==1.0.4 - haskell-lexer ==1.1 - - haskell-lsp ==0.24.0.0 - haskell-lsp-types ==0.24.0.0 - - haskell-names ==0.9.9 - - HaskellNet ==0.6 - haskell-src ==1.0.4 - haskell-src-exts ==1.23.1 - haskell-src-exts-util ==0.2.5 - haskell-src-meta ==0.8.9 - haskey-btree ==0.3.0.1 + - haskintex ==0.8.0.0 + - haskoin-core ==0.21.1 - hasktags ==0.72.0 - - hasql ==1.4.5.3 + - hasql ==1.5.0.2 + - hasql-migration ==0.3.0 - hasql-notifications ==0.2.0.0 - hasql-optparse-applicative ==0.3.0.8 - hasql-pool ==0.5.2.2 - hasql-queue ==1.2.0.2 + - hasql-th ==0.4.0.11 - hasql-transaction ==1.0.1.1 + - has-transformers ==0.1.0.4 - hasty-hamiltonian ==1.3.4 - HaTeX ==3.22.3.1 - HaXml ==1.25.8 - haxr ==3000.11.4.1 - HCodecs ==0.5.2 - hdaemonize ==0.5.6 - - HDBC ==2.4.0.3 + - HDBC ==2.4.0.4 - HDBC-session ==0.1.2.0 + - headed-megaparsec ==0.2.0.2 - headroom ==0.4.3.0 - heap ==1.0.4 - heaps ==0.4 + - heatshrink ==0.1.0.0 - hebrew-time ==0.1.2 - hedgehog ==1.0.5 + - hedgehog-classes ==0.2.5.3 - hedgehog-corpus ==0.2.0 - hedgehog-fakedata ==0.0.1.5 - hedgehog-fn ==1.0 - hedgehog-quickcheck ==0.1.1 - - hedis ==0.14.4 + - hedis ==0.15.1 - hedn ==0.3.0.4 - here ==1.2.13 - heredoc ==0.2.0.0 - - heterocephalus ==1.0.5.4 + - hex ==0.2.0 - hexml ==0.3.4 - - hexml-lens ==0.2.1 - hexpat ==0.20.13 + - hex-text ==0.1.0.4 - hformat ==0.3.3.1 - hfsevents ==0.1.6 - - hgeometry ==0.12.0.4 - - hgeometry-combinatorial ==0.12.0.3 - - hgrev ==0.2.6 + - hgeometry-combinatorial ==0.13 + - hid ==0.2.2 - hidapi ==0.1.7 - - hie-bios ==0.7.6 + - hie-bios ==0.8.1 - hi-file-parser ==0.1.2.0 - higher-leveldb ==0.6.0.0 - highlighting-kate ==0.6.4 - hinfo ==0.0.3.0 - hinotify ==0.4.1 - hint ==0.9.0.5 + - histogram-fill ==0.9.1.0 - hjsmin ==0.2.0.4 - hkd-default ==1.1.0.0 - hkgr ==0.3 - - hledger ==1.21 - - hledger-iadd ==1.3.14 - - hledger-interest ==1.6.1 - - hledger-lib ==1.21 - - hledger-stockquotes ==0.1.2.0 - - hledger-ui ==1.21 - - hledger-web ==1.21 - hlibcpuid ==0.2.0 - hlibgit2 ==0.18.0.16 - hlibsass ==0.1.10.1 - - hlint ==3.2.8 - hmatrix ==0.20.2 - - hmatrix-backprop ==0.1.3.0 - hmatrix-gsl ==0.19.0.1 - hmatrix-gsl-stats ==0.4.1.8 - hmatrix-morpheus ==0.1.1.2 + - hmatrix-repa ==0.1.2.2 - hmatrix-vector-sized ==0.1.3.0 - - hmm-lapack ==0.4 - - hmpfr ==0.4.4 + - hmm-lapack ==0.5 + - HMock ==0.5.1.0 - hnock ==0.4.0 - - hoauth2 ==1.16.2 - - hoogle ==5.0.18.3 - - hOpenPGP ==2.9.7 - - hopenpgp-tools ==0.23.6 - - hopenssl ==2.2.4 + - hocilib ==0.2.0 + - hocon ==0.1.0.4 - hopfli ==0.2.2.1 - - hosc ==0.18.1 + - hosc ==0.19.1 - hostname ==1.0 - hostname-validate ==1.0.0 - hourglass ==0.2.12 - hourglass-orphans ==0.1.0.0 - hp2pretty ==0.10 - hpack ==0.34.6 - - hpack-dhall ==0.5.3 + - hpack-dhall ==0.5.4 - hpc-codecov ==0.3.0.0 - - hpc-lcov ==1.0.1 + - HPDF ==1.5.3 + - hpp ==0.6.4 - hprotoc ==2.4.17 - - hruby ==0.3.8.1 + - hreader ==1.1.0 + - hreader-lens ==0.1.3.0 + - hruby ==0.5.0.0 - hsass ==0.8.0 - hs-bibutils ==6.10.0.0 - hsc2hs ==0.68.8 - hscolour ==1.24.4 - hsdns ==1.8 - - hsebaysdk ==0.4.1.0 - hsemail ==2.2.1 - - hs-functors ==0.1.7.1 + - hset ==2.2.0 + - hsexif ==0.6.1.8 - hs-GeoIP ==0.3 + - hsignal ==0.2.7.5 - hsini ==0.5.1.2 - - hsinstall ==2.6 + - hsinstall ==2.7 - HSlippyMap ==3.0.1 - hslogger ==1.3.1.0 - - hslua ==1.3.0.2 - - hslua-aeson ==1.0.3.1 - - hslua-module-doclayout ==0.2.0.1 - - hslua-module-path ==0.1.0.1 - - hslua-module-system ==0.2.2.1 - - hslua-module-text ==0.3.0.1 + - hslua ==2.1.0 + - hslua-aeson ==2.1.0 + - hslua-classes ==2.1.0 + - hslua-core ==2.1.0 + - hslua-marshalling ==2.1.0 + - hslua-module-doclayout ==1.0.2 + - hslua-module-path ==1.0.1 + - hslua-module-system ==1.0.1 + - hslua-module-text ==1.0.1 + - hslua-module-version ==1.0.1 + - hslua-objectorientation ==2.1.0 + - hslua-packaging ==2.1.0 + - hsndfile ==0.8.0 + - hsndfile-vector ==0.5.2 - HsOpenSSL ==0.11.7.2 - HsOpenSSL-x509-system ==0.1.0.4 - hsp ==0.10.0 - - hspec ==2.7.10 + - hspec ==2.8.5 - hspec-attoparsec ==0.1.0.2 - hspec-checkers ==0.1.0.2 - hspec-contrib ==0.5.1 - - hspec-core ==2.7.10 - - hspec-discover ==2.7.10 + - hspec-core ==2.8.5 + - hspec-discover ==2.8.5 - hspec-expectations ==0.8.2 - - hspec-expectations-json ==1.0.0.4 + - hspec-expectations-json ==1.0.0.5 - hspec-expectations-lifted ==0.10.0 - hspec-expectations-pretty-diff ==0.7.2.6 - - hspec-golden ==0.1.0.3 - - hspec-golden-aeson ==0.7.0.0 + - hspec-golden ==0.2.0.0 + - hspec-golden-aeson ==0.9.0.0 - hspec-hedgehog ==0.0.1.2 - - hspec-junit-formatter ==1.0.0.5 + - hspec-junit-formatter ==1.0.3.0 - hspec-leancheck ==0.0.6 - hspec-megaparsec ==2.2.0 - hspec-meta ==2.7.8 - hspec-need-env ==0.1.0.8 - hspec-parsec ==0 - hspec-smallcheck ==0.5.2 - - hspec-tables ==0.0.1 - hspec-tmp-proc ==0.5.0.1 - - hspec-wai ==0.11.0 - - hspec-wai-json ==0.11.0 + - hspec-wai ==0.11.1 - hs-php-session ==0.0.9.3 - hsshellscript ==3.5.0 - hs-tags ==0.1.5.3 + - hstatistics ==0.3.1 - HStringTemplate ==0.8.8 - HSvm ==0.1.1.3.25 - HsYAML ==0.2.1.0 - HsYAML-aeson ==0.2.0.1 - hsyslog ==5.0.2 + - hsyslog-udp ==0.2.5 - htaglib ==1.2.0 - HTF ==0.14.0.6 - html ==1.0.1.2 - html-conduit ==1.3.2.2 + - html-email-validate ==0.2.0.0 - html-entities ==1.1.4.5 - html-entity-map ==0.1.0.0 - - htoml ==1.0.0.3 - - http2 ==3.0.2 + - http2 ==3.0.3 - HTTP ==4000.3.16 - - http-api-data ==0.4.2 - - http-client ==0.6.4.1 - - http-client-openssl ==0.3.2.0 + - http-api-data ==0.4.3 + - http-api-data-qq ==0.1.0.0 + - http-client ==0.7.11 + - http-client-openssl ==0.3.3 - http-client-overrides ==0.1.1.0 - - http-client-tls ==0.3.5.3 + - http-client-tls ==0.3.6.1 - http-common ==0.8.3.4 - http-conduit ==2.3.8 - http-date ==0.0.11 @@ -1175,21 +1162,27 @@ default-package-overrides: - HUnit-approx ==1.1.1.1 - hunit-dejafu ==2.0.0.5 - hvect ==0.4.0.1 - - hvega ==0.11.0.1 + - hvega ==0.12.0.2 - hw-balancedparens ==0.4.1.1 - hw-bits ==0.7.2.1 - hw-conduit ==0.2.1.0 - hw-conduit-merges ==0.2.1.0 - hw-diagnostics ==0.0.1.0 + - hw-dsv ==0.4.1.0 - hweblib ==0.6.3 + - hw-eliasfano ==0.1.2.0 - hw-excess ==0.2.3.0 - hw-fingertree ==0.1.2.0 - hw-fingertree-strict ==0.1.2.0 - hw-hedgehog ==0.1.1.0 - - hw-hspec-hedgehog ==0.1.1.0 - hw-int ==0.0.2.0 + - hw-ip ==2.4.2.0 - hw-json-simd ==0.1.1.0 + - hw-json-simple-cursor ==0.1.1.0 + - hw-json-standard-cursor ==0.2.3.1 - hw-kafka-client ==4.0.3 + - hw-mquery ==0.2.1.0 + - hworker ==0.1.0.1 - hw-packed-vector ==0.2.1.0 - hw-parser ==0.1.1.0 - hw-prim ==0.6.3.0 @@ -1199,6 +1192,7 @@ default-package-overrides: - hw-streams ==0.0.1.0 - hw-string-parse ==0.0.0.4 - hw-succinct ==0.1.0.1 + - hw-xml ==0.5.1.0 - hxt ==9.3.1.22 - hxt-charproperties ==9.5.0.0 - hxt-css ==0.1.0.3 @@ -1218,13 +1212,14 @@ default-package-overrides: - if ==0.1.0.0 - iff ==0.0.6 - ihaskell ==0.10.2.2 + - ihaskell-hvega ==0.5.0.2 - ihs ==0.1.0.3 - ilist ==0.4.0.1 - imagesize-conduit ==1.1 - Imlib ==0.1.2 - immortal ==0.3 - immortal-queue ==0.1.0.1 - - inbox ==0.1.0 + - inbox ==0.2.0 - include-file ==0.1.0.4 - incremental-parser ==0.5.0.2 - indents ==0.5.0.1 @@ -1233,7 +1228,7 @@ default-package-overrides: - indexed-list-literals ==0.2.1.3 - indexed-profunctors ==0.1.1 - indexed-traversable ==0.1.2 - - indexed-traversable-instances ==0.1 + - indexed-traversable-instances ==0.1.1 - infer-license ==0.2.0 - inflections ==0.4.0.6 - influxdb ==1.9.2.2 @@ -1241,7 +1236,6 @@ default-package-overrides: - inj ==1.0 - inline-c ==0.9.1.5 - inline-c-cpp ==0.4.0.3 - - inline-r ==0.10.5 - inliterate ==0.1.0 - input-parsers ==0.2.3.1 - insert-ordered-containers ==0.2.5.1 @@ -1255,7 +1249,6 @@ default-package-overrides: - interpolate ==0.2.1 - interpolatedstring-perl6 ==1.0.2 - interpolation ==0.1.1.2 - - interpolator ==1.1.0.2 - IntervalMap ==0.6.1.2 - intervals ==0.9.2 - intro ==0.9.0.0 @@ -1269,12 +1262,10 @@ default-package-overrides: - io-region ==0.1.1 - io-storage ==0.3 - io-streams ==1.5.2.1 - - io-streams-haproxy ==1.0.1.0 - ip6addr ==1.0.3 - - ipa ==0.3.1.1 - iproute ==1.7.12 - IPv6Addr ==2.0.4 - - ipynb ==0.1.0.2 + - ipynb ==0.2 - ipython-kernel ==0.10.2.2 - irc ==0.6.1.0 - irc-client ==1.1.2.2 @@ -1285,42 +1276,35 @@ default-package-overrides: - iso3166-country-codes ==0.20140203.8 - iso639 ==0.1.0.3 - iso8601-time ==0.1.5 + - isocline ==1.0.9 - iterable ==3.0 - - ixset-typed ==0.5 - - ixset-typed-binary-instance ==0.1.0.2 - - ixset-typed-conversions ==0.1.2.0 - - ixset-typed-hashable-instance ==0.1.0.2 - ix-shapable ==0.1.0 - jack ==0.7.2 - jalaali ==1.0.0.0 - java-adt ==0.2018.11.4 - jira-wiki-markup ==1.4.0 - - jose ==0.8.4 - - jose-jwt ==0.9.3 + - jose ==0.9 - js-chart ==2.9.4.1 - js-dgtable ==0.5.2 - js-flot ==0.8.3 - js-jquery ==3.3.1 - json ==0.10 - - json-feed ==1.0.15 - - jsonifier ==0.1.1 - - jsonpath ==0.2.0.0 - - json-rpc ==1.0.3 - - json-rpc-generic ==0.2.1.6 + - json-feed ==2.0.0.0 + - jsonifier ==0.2 + - jsonpath ==0.2.1.0 - JuicyPixels ==3.3.6 - JuicyPixels-blurhash ==0.1.0.3 - JuicyPixels-extra ==0.5.2 - JuicyPixels-scale-dct ==0.1.2 - junit-xml ==0.1.0.2 - justified-containers ==0.3.0.0 - - jwt ==0.10.1 + - jwt ==0.11.0 - kan-extensions ==5.2.3 - - kanji ==3.4.1 + - kanji ==3.5.0 - katip ==0.8.7.0 - katip-logstash ==0.1.0.2 - - kawhi ==0.3.0 + - katip-wai ==0.1.1.0 - kazura-queue ==0.1.0.4 - - kdt ==0.2.4 - keep-alive ==0.2.0.0 - keycode ==0.2.2 - keys ==3.12.3 @@ -1328,35 +1312,36 @@ default-package-overrides: - kind-apply ==0.3.2.1 - kind-generics ==0.4.1.4 - kind-generics-th ==0.2.2.2 + - kleene ==0.1 - kmeans ==0.1.3 - koji ==0.0.2 - - koofr-client ==1.0.0.3 - krank ==0.2.3 - - kubernetes-webhook-haskell ==0.2.0.3 - l10n ==0.1.0.1 - labels ==0.3.3 - - lackey ==1.0.16 - - lambdabot-core ==5.3.0.2 - - LambdaHack ==0.10.3.0 + - lackey ==2.0.0.0 + - LambdaHack ==0.11.0.0 - lame ==0.2.0 - language-avro ==0.1.4.0 - language-bash ==0.9.2 - language-c ==0.9.0.1 - language-c-quote ==0.13 - - language-docker ==10.0.2 + - language-docker ==10.4.0 + - language-dot ==0.1.1 + - language-glsl ==0.3.0 - language-java ==0.2.9 - language-javascript ==0.7.1.0 - language-protobuf ==1.0.1 - language-python ==0.5.8 - language-thrift ==0.12.0.1 - - lapack ==0.3.2 + - lapack ==0.5 - lapack-carray ==0.0.3 - lapack-comfort-array ==0.0.1 - lapack-ffi ==0.0.3 - lapack-ffi-tools ==0.1.3 + - lapack-hmatrix ==0.0.0.1 - largeword ==1.2.5 - latex ==0.1.0.4 - - lattices ==2.0.2 + - lattices ==2.0.3 - lawful ==0.1.0.0 - lazy-csv ==0.5.1 - lazyio ==0.1.0.4 @@ -1366,26 +1351,26 @@ default-package-overrides: - leancheck-instances ==0.0.4 - leapseconds-announced ==2017.1.0.1 - learn-physics ==0.6.5 - - lens ==4.19.2 + - lens ==5.0.1 - lens-action ==0.2.6 - lens-aeson ==1.1.3 - lens-csv ==0.1.1.0 - - lens-datetime ==0.3 - - lens-family ==2.0.0 - - lens-family-core ==2.0.0 + - lens-family ==2.1.1 + - lens-family-core ==2.1.0 - lens-family-th ==0.5.2.1 - lens-misc ==0.0.2.0 - lens-process ==0.4.0.0 - lens-properties ==4.11.1 - lens-regex ==0.1.3 - lens-regex-pcre ==1.1.0.0 - - lenz ==0.4.2.0 + - lentil ==1.5.3.2 + - LetsBeRational ==1.0.0.0 - leveldb-haskell ==0.6.5 + - lexer-applicative ==2.1.0.2 - libBF ==0.6.3 - libffi ==0.1 - libgit ==0.3.1 - libgraph ==1.14 - - libjwt-typed ==0.2 - libmpd ==0.10.0.0 - liboath-hs ==0.0.1.2 - libyaml ==0.1.2 @@ -1395,24 +1380,25 @@ default-package-overrides: - lift-generics ==0.2.1 - lift-type ==0.1.0.1 - line ==4.0.1 - - linear ==1.21.6 - - linear-circuit ==0.1.0.2 + - linear ==1.21.8 + - linear-base ==0.1.0 + - linear-circuit ==0.1.0.4 + - linebreak ==1.1.0.1 - linenoise ==0.3.2 - linux-capabilities ==0.1.0.0 - linux-file-extents ==0.2.0.0 - linux-namespaces ==0.1.3.0 - - liquid-fixpoint ==0.8.10.2 - List ==0.6.2 - ListLike ==4.7.6 - list-predicate ==0.1.0.1 - listsafe ==0.1.0.1 - - list-singleton ==1.0.0.5 + - list-singleton ==2.0.0.0 - list-t ==1.0.5.1 - list-transformer ==1.0.7 - ListTree ==0.2.3 - - literatex ==0.1.0.2 + - ListZipper ==1.2.0.2 + - literatex ==0.2.0.2 - little-rio ==0.2.2 - - llvm-hs ==9.0.1 - llvm-hs-pure ==9.0.0 - lmdb ==0.2.5 - load-env ==0.2.1.0 @@ -1428,36 +1414,39 @@ default-package-overrides: - logict ==0.7.1.0 - logstash ==0.1.0.3 - loop ==0.3.0 + - lpeg ==1.0.2 - lrucache ==1.2.0.1 - lrucaching ==0.3.3 - - lsp ==1.2.0.0 - - lsp-test ==0.14.0.0 - - lsp-types ==1.2.0.0 - - lucid ==2.9.12.1 + - lsp ==1.4.0.0 + - lsp-test ==0.14.0.2 + - lsp-types ==1.4.0.1 + - lua ==2.1.0 + - lua-arbitrary ==1.0.0 + - lucid ==2.11.0 - lucid-cdn ==0.2.2.0 - lucid-extras ==0.2.2 - lukko ==0.1.1.3 + - lxd-client-config ==0.1.0.1 + - lz4 ==0.2.3.1 - lz4-frame-conduit ==0.1.0.1 - lzma ==0.0.0.3 - lzma-clib ==5.2.2 - lzma-conduit ==1.2.2 - machines ==0.7.2 - - machines-binary ==7.0.0.0 - magic ==1.1 - - magico ==0.0.2.1 + - magico ==0.0.2.3 - mainland-pretty ==0.7.1 - main-tester ==0.2.0.1 - - makefile ==1.1.0.0 - managed ==1.0.9 - - MapWith ==0.2.0.0 + - mandrill ==0.5.6.0 - markdown ==0.1.17.5 - markdown-unlit ==0.5.1 - markov-chain ==0.0.3.4 - - massiv ==0.6.1.0 - - massiv-io ==0.4.1.0 - - massiv-persist ==0.1.0.0 - - massiv-serialise ==0.1.0.0 - - massiv-test ==0.1.6.1 + - massiv ==1.0.1.1 + - massiv-io ==1.0.0.1 + - massiv-persist ==1.0.0.2 + - massiv-serialise ==1.0.0.2 + - massiv-test ==1.0.0.0 - mathexpr ==0.3.0.0 - math-extras ==0.1.1.0 - math-functions ==0.3.4.2 @@ -1470,18 +1459,17 @@ default-package-overrides: - maximal-cliques ==0.1.1 - mbox ==0.3.4 - mbox-utility ==0.0.3.1 - - mcmc ==0.5.0.0 + - mbtiles ==0.6.0.0 + - mcmc ==0.6.1.0 - mcmc-types ==1.0.3 - - medea ==1.2.0 - median-stream ==0.7.0.0 - med-module ==0.1.2.2 - - megaparsec ==9.0.1 - - megaparsec-tests ==9.0.1 - - membrain ==0.0.0.2 - - memory ==0.15.0 + - megaparsec ==9.2.0 + - megaparsec-tests ==9.2.0 + - mega-sdist ==0.4.2.1 + - memory ==0.16.0 - MemoTrie ==0.6.10 - mercury-api ==0.1.0.2 - - mergeful ==0.2.0.0 - mergeless ==0.3.0.0 - mersenne-random ==1.0.0.1 - mersenne-random-pure64 ==0.2.2.0 @@ -1489,7 +1477,7 @@ default-package-overrides: - metrics ==0.4.1.1 - mfsolve ==0.3.2.1 - microlens ==0.4.12.0 - - microlens-aeson ==2.3.1 + - microlens-aeson ==2.4.1 - microlens-contra ==0.1.0.2 - microlens-ghc ==0.4.13.1 - microlens-mtl ==0.2.0.1 @@ -1500,22 +1488,23 @@ default-package-overrides: - microstache ==1.0.2 - midair ==0.2.0.1 - midi ==0.2.2.2 + - midi-alsa ==0.2.1 - mighty-metropolis ==2.0.0 - mime-mail ==0.5.1 - mime-mail-ses ==0.4.3 - mime-types ==0.1.0.9 - - mini-egison ==1.0.0 - minimal-configuration ==0.1.4 - minimorph ==0.3.0.0 - - minio-hs ==1.5.3 - miniutter ==0.5.1.1 - min-max-pqueue ==0.1.0.2 - mintty ==0.1.3 - missing-foreign ==0.1.1 + - MissingH ==1.4.3.0 - mixed-types-num ==0.5.9.1 - - mltool ==0.2.0.1 - mmap ==0.5.9 - - mmark ==0.0.7.2 + - mmark ==0.0.7.4 + - mmark-cli ==0.0.5.1 + - mmark-ext ==0.2.1.4 - mmorph ==1.1.5 - mnist-idx ==0.1.2.8 - mnist-idx-conduit ==0.4.0.0 @@ -1535,11 +1524,11 @@ default-package-overrides: - monadlist ==0.0.2 - monad-logger ==0.3.36 - monad-logger-json ==0.1.0.0 - - monad-logger-logstash ==0.1.0.0 + - monad-logger-logstash ==0.2.0.2 - monad-logger-prefix ==0.1.12 - monad-loops ==0.4.3 - monad-memo ==0.5.4 - - monad-metrics ==0.2.2.0 + - monadoid ==0.0.3 - monad-par ==0.3.5 - monad-parallel ==0.7.2.5 - monad-par-extras ==0.3.3 @@ -1549,24 +1538,21 @@ default-package-overrides: - MonadPrompt ==1.0.0.5 - MonadRandom ==0.5.3 - monad-resumption ==0.1.4.0 - - monad-skeleton ==0.1.5 + - monad-skeleton ==0.2 - monad-st ==0.2.4.1 - monads-tf ==0.1.0.3 - monad-time ==0.3.1.0 - - monad-unlift ==0.2.0 - - monad-unlift-ref ==0.2.1 - mongoDB ==2.7.1.1 + - monoidal-containers ==0.6.2.0 + - monoid-extras ==0.6.1 - monoid-subclasses ==1.1.3 - monoid-transformer ==0.0.4 + - monomer ==1.3.0.0 - mono-traversable ==1.0.15.3 - mono-traversable-instances ==0.1.1.0 - - mono-traversable-keys ==0.1.0 + - mono-traversable-keys ==0.2.0 - more-containers ==0.2.2.2 - - morpheus-graphql ==0.17.0 - - morpheus-graphql-app ==0.17.0 - - morpheus-graphql-client ==0.17.0 - - morpheus-graphql-core ==0.17.0 - - morpheus-graphql-subscriptions ==0.17.0 + - morpheus-graphql-tests ==0.18.0 - moss ==0.2.0.0 - mountpoints ==1.0.2 - mpi-hs ==0.7.2.0 @@ -1575,7 +1561,7 @@ default-package-overrides: - mtl-compat ==0.2.2 - mtl-prelude ==2.0.3.1 - multiarg ==0.30.0.10 - - multi-containers ==0.1.1 + - multi-containers ==0.2 - multimap ==1.2.1 - multipart ==0.2.1 - multiset ==0.3.4.3 @@ -1583,7 +1569,7 @@ default-package-overrides: - murmur3 ==1.0.5 - murmur-hash ==0.1.0.10 - MusicBrainz ==0.4.1 - - mustache ==2.3.2 + - mustache ==2.4.0 - mutable-containers ==0.3.4 - mwc-probability ==2.3.1 - mwc-random ==0.15.0.2 @@ -1592,11 +1578,16 @@ default-package-overrides: - mysql ==0.2.1 - mysql-simple ==0.4.7.1 - n2o ==0.11.1 + - n2o-nitro ==0.11.2 - nagios-check ==0.3.2 + - named ==0.3.0.1 - names-th ==0.3.0.1 - nano-erl ==0.1.0.1 + - NanoID ==3.2.0 - nanospec ==0.2.2 + - nanovg ==0.8.0.0 - nats ==1.1.2 + - natural-arithmetic ==0.1.2.0 - natural-induction ==0.2.0.0 - natural-sort ==0.1.2 - natural-transformation ==0.4 @@ -1606,14 +1597,12 @@ default-package-overrides: - netlib-carray ==0.1 - netlib-comfort-array ==0.0.0.2 - netlib-ffi ==0.1.1 - - net-mqtt ==0.7.1.1 - - net-mqtt-lens ==0.1.1.0 - netpbm ==1.0.4 - nettle ==0.3.0 - netwire ==5.0.3 - netwire-input ==0.0.7 - netwire-input-glfw ==0.0.11 - - network ==3.1.1.1 + - network ==3.1.2.7 - network-bsd ==2.8.1.0 - network-byte-order ==0.1.6 - network-conduit-tls ==1.3.2 @@ -1626,13 +1615,17 @@ default-package-overrides: - network-simple-tls ==0.4 - network-transport ==0.5.4 - network-transport-composed ==0.2.1 + - network-transport-tcp ==0.8.0 + - network-transport-tests ==0.3.0 - network-uri ==2.6.4.1 - newtype ==0.2.2.0 - newtype-generics ==0.6.1 + - nfc ==0.1.0 - nicify-lib ==1.0.1 - NineP ==0.0.2.1 - nix-derivation ==1.1.2 - nix-paths ==1.0.1 + - NoHoed ==0.1.1 - nonce ==1.0.7 - nondeterminism ==1.4 - non-empty ==0.3.3 @@ -1642,41 +1635,42 @@ default-package-overrides: - nonempty-vector ==0.2.1.0 - nonempty-zipper ==1.0.0.3 - non-negative ==0.1.2 + - normalization-insensitive ==2.0.2 - not-gloss ==0.7.7.0 - no-value ==1.0.0.0 - nowdoc ==0.1.1.0 - nqe ==0.6.3 - - nri-env-parser ==0.1.0.8 - - nri-observability ==0.1.1.4 - - nri-prelude ==0.6.0.6 - nsis ==0.3.3 - numbers ==3000.2.0.2 - numeric-extras ==0.1 - numeric-limits ==0.1.0.0 - numeric-prelude ==0.4.3.3 - - numhask ==0.7.1.0 + - numeric-quest ==0.2.0.2 + - numhask ==0.10.0.0 + - numhask-array ==0.10.0 + - numhask-space ==0.10.0.0 - NumInstances ==1.4 - numtype-dk ==0.5.0.3 - nuxeo ==0.3.2 - - nvim-hs ==2.1.0.4 - - nvim-hs-contrib ==2.0.0.0 - - nvim-hs-ghcid ==2.0.0.0 - - oauthenticated ==0.2.1.0 + - nvim-hs ==2.2.0.1 + - nvvm ==0.10.0.0 - ObjectName ==1.1.0.2 + - ochintin-daicho ==0.3.4.2 - o-clock ==1.2.1.1 - - odbc ==0.2.6 + - oeis ==0.3.10 - oeis2 ==1.0.6 - ofx ==0.4.4.0 - old-locale ==1.0.0.7 - old-time ==1.1.0.3 - once ==0.4 - - one-liner ==1.0 - - OneTuple ==0.2.2.1 + - one-liner ==2.0 + - one-liner-instances ==0.1.3.0 + - OneTuple ==0.3.1 - Only ==0.1 - oo-prototypes ==0.1.0.0 - - opaleye ==0.7.6.2 + - opaleye ==0.9.0.0 - OpenAL ==1.7.0.5 - - openapi3 ==3.1.0 + - openapi3 ==3.2.1 - open-browser ==0.2.1.0 - openexr-write ==0.1.0.2 - OpenGL ==3.0.3.0 @@ -1690,113 +1684,124 @@ default-package-overrides: - opentelemetry-wai ==0.7.0 - operational ==0.2.4.1 - operational-class ==0.3.0.0 - - optics ==0.3 - - optics-core ==0.3.0.1 - - optics-extra ==0.3 - - optics-th ==0.3.0.2 + - opml-conduit ==0.9.0.0 + - optics ==0.4 + - optics-core ==0.4 + - optics-extra ==0.4 + - optics-th ==0.4 - optics-vl ==0.2.1 + - optima ==0.4.0.3 - optional-args ==1.0.2 - options ==1.2.1.1 - optparse-applicative ==0.16.1.0 + - optparse-enum ==1.0.0.0 - optparse-generic ==1.4.7 - optparse-simple ==0.1.1.4 - optparse-text ==0.1.1.0 + - OrderedBits ==0.0.2.0 - ordered-containers ==0.2.2 - - ormolu ==0.1.4.1 + - ormolu ==0.3.1.0 - overhang ==1.0.0 - - packcheck ==0.5.1 - - packdeps ==0.6.0.0 + - packcheck ==0.6.0 - pager ==0.1.1.0 - pagination ==0.2.2 - pagure ==0.1.0 - - pagure-cli ==0.2 - - pandoc ==2.14.0.3 + - palette ==0.3.0.2 + - pandoc ==2.17.1.1 + - pandoc-csv2table ==1.0.9 - pandoc-dhall-decoder ==0.1.0.1 - - pandoc-plot ==1.2.3 + - pandoc-lua-marshal ==0.1.5 + - pandoc-plot ==1.4.0 - pandoc-throw ==0.1.0.0 - pandoc-types ==1.22.1 - - pantry ==0.5.2.3 + - pantry ==0.5.4 - parallel ==3.2.2.0 + - parallel-io ==0.3.5 - parameterized ==0.5.0.0 - - paripari ==0.7.0.0 - parseargs ==0.2.0.9 - parsec-class ==1.0.0.0 - parsec-numbers ==0.1.0 - parsec-numeric ==0.1.0.0 - ParsecTools ==0.0.2.0 - - parser-combinators ==1.2.1 - - parser-combinators-tests ==1.2.1 + - parser-combinators ==1.3.0 + - parser-combinators-tests ==1.3.0 - parsers ==0.12.10 - partial-handler ==1.0.3 - - partial-isomorphisms ==0.2.2.1 + - partial-isomorphisms ==0.2.3.0 + - partial-order ==0.2.0.0 - partial-semigroup ==0.5.1.14 - password ==3.0.0.0 - password-instances ==3.0.0.0 - password-types ==1.0.0.0 - - path ==0.8.0 + - path ==0.9.2 - path-binary-instance ==0.1.0.1 + - path-dhall-instance ==0.2.1.0 - path-extensions ==0.1.1.0 - path-extra ==0.2.0 - - path-io ==1.6.3 + - path-formatting ==0.1.0.0 + - path-io ==1.7.0 - path-like ==0.2.0.2 - path-pieces ==0.2.1 - - path-text-utf8 ==0.0.1.8 - pathtype ==0.8.1.1 + - path-utils ==0.1.1.0 - pathwalk ==0.3.1.2 - pattern-arrows ==0.0.2 - pava ==0.1.1.2 - pcg-random ==0.1.3.7 - - pcre2 ==1.1.5 + - pcre2 ==2.1.0 - pcre-heavy ==1.0.0.2 - pcre-light ==0.4.1.0 - pcre-utils ==0.1.8.2 - pdc ==0.1.1 - pdfinfo ==1.5.4 + - pdf-toolbox-content ==0.1.1 + - pdf-toolbox-core ==0.1.1 + - pdf-toolbox-document ==0.1.2 - peano ==0.1.0.1 - pem ==0.2.4 - percent-format ==0.0.2 - peregrin ==0.3.1 + - perf ==0.9.0 - perfect-hash-generator ==0.2.0.6 - - perfect-vector-shuffle ==0.1.1.1 - persist ==0.1.1.5 - - persistable-record ==0.6.0.5 - - persistable-types-HDBC-pg ==0.0.3.5 - persistent ==2.13.3.0 - - persistent-mtl ==0.2.2.0 + - persistent-discover ==0.1.0.5 + - persistent-documentation ==0.1.0.4 + - persistent-mongoDB ==2.13.0.0 + - persistent-mtl ==0.4.0.0 - persistent-mysql ==2.13.1.0 - persistent-pagination ==0.1.1.2 - persistent-postgresql ==2.13.4.0 - persistent-qq ==2.12.0.2 + - persistent-redis ==2.13.0.0 + - persistent-refs ==0.4 - persistent-sqlite ==2.13.1.0 - persistent-template ==2.12.0.0 - persistent-test ==2.13.1.0 - - persistent-typed-db ==0.1.0.5 - pg-harness-client ==0.6.0 - pgp-wordlist ==0.1.0.3 - pg-transact ==0.3.2.0 - phantom-state ==0.2.1.2 + - picosat ==0.1.6 - pid1 ==0.1.3.0 - - pinboard ==0.10.2.0 + - pinch ==0.4.1.2 - pipes ==4.3.16 - - pipes-aeson ==0.4.1.8 - pipes-attoparsec ==0.5.1.5 - - pipes-binary ==0.4.3 - pipes-bytestring ==2.1.7 - pipes-concurrency ==2.0.14 - pipes-csv ==1.4.3 - pipes-extras ==1.0.15 - pipes-fastx ==0.3.0.0 + - pipes-fluid ==0.6.0.1 - pipes-group ==1.0.12 - pipes-http ==1.0.6 - - pipes-network ==0.6.5 - - pipes-network-tls ==0.4 + - pipes-mongodb ==0.1.0.0 - pipes-ordered-zip ==1.2.1 - pipes-parse ==3.0.9 - pipes-random ==1.0.0.5 - pipes-safe ==2.3.3 - pipes-wai ==3.2.0 - - pkcs10 ==0.2.0.0 - - pkgtreediff ==0.4.1 + - pkgtreediff ==0.5.0 - place-cursor-at ==1.0.1 - placeholders ==0.1 - plaid ==0.1.0.4 @@ -1805,29 +1810,43 @@ default-package-overrides: - pointedlist ==0.6.1 - pointless-fun ==1.1.0.8 - poll ==0.0.0.2 - - polling-cache ==0.1.1.0 - poly ==0.5.0.0 - poly-arity ==0.1.0 - polynomials-bernstein ==1.1.2 - polyparse ==1.13 - - polysemy ==1.5.0.0 - - polysemy-plugin ==0.3.0.0 + - polysemy ==1.6.0.0 + - polysemy-extra ==0.2.0.0 + - polysemy-fs ==0.1.0.0 + - polysemy-fskvstore ==0.1.1.0 + - polysemy-kvstore ==0.1.2.0 + - polysemy-methodology ==0.2.1.0 + - polysemy-path ==0.2.1.0 + - polysemy-plugin ==0.4.1.1 + - polysemy-several ==0.1.0.0 + - polysemy-socket ==0.0.2.0 + - polysemy-uncontrolled ==0.1.1.0 + - polysemy-video ==0.2.0.1 + - polysemy-vinyl ==0.1.5.0 + - polysemy-webserver ==0.2.1.1 - pooled-io ==0.0.2.2 - port-utils ==0.2.1.0 - posix-paths ==0.3.0.0 - possibly ==1.0.0.0 - postgres-options ==0.2.0.0 - - postgresql-binary ==0.12.4.1 + - postgresql-binary ==0.12.4.2 - postgresql-libpq ==0.9.4.3 - postgresql-libpq-notify ==0.2.0.0 + - postgresql-migration ==0.2.1.3 - postgresql-orm ==0.5.1 + - postgresql-query ==3.9.0 + - postgresql-schema ==0.1.14 - postgresql-simple ==0.6.4 + - postgresql-simple-url ==0.2.1.0 + - postgresql-syntax ==0.4 - postgresql-typed ==0.6.2.0 - - postgrest ==7.0.1 - post-mess-age ==0.2.1.0 - pptable ==0.3.0.0 - pqueue ==1.4.1.4 - - prairie ==0.0.1.0 - prefix-units ==0.2.0 - prelude-compat ==0.0.0.2 - prelude-safeenum ==0.1.1.3 @@ -1841,119 +1860,128 @@ default-package-overrides: - prettyprinter-compat-ansi-wl-pprint ==1.0.2 - prettyprinter-compat-wl-pprint ==1.0.1 - prettyprinter-convert-ansi-wl-pprint ==1.1.2 - - pretty-relative-time ==0.2.0.0 + - pretty-relative-time ==0.3.0.0 - pretty-show ==1.10 - pretty-simple ==4.0.0.0 - pretty-sop ==0.2.0.3 - pretty-terminal ==0.1.0.0 + - pretty-types ==0.4.0.0 - primes ==0.2.1.0 - primitive ==0.7.3.0 - primitive-addr ==0.1.0.2 - - primitive-extras ==0.10.1 + - PrimitiveArray ==0.10.1.1 + - primitive-extras ==0.10.1.4 + - primitive-offset ==0.2.0.0 - primitive-unaligned ==0.1.1.1 - primitive-unlifted ==0.1.3.1 - prim-uniq ==0.2 - print-console-colors ==0.1.0.0 - probability ==0.2.7 - process-extras ==0.7.4 - - product-isomorphic ==0.0.3.3 - product-profunctors ==0.11.0.3 - profiterole ==0.1 - profunctors ==5.6.2 - projectroot ==0.2.0.1 - project-template ==0.2.1.0 - prometheus ==2.2.3 - - prometheus-client ==1.0.1 + - prometheus-client ==1.1.0 - prometheus-metrics-ghc ==1.0.1.2 - prometheus-wai-middleware ==1.0.1.0 - promises ==0.3 - prompt ==0.1.1.2 - prospect ==0.1.0.0 - - proto3-wire ==1.2.2 - protobuf ==0.2.1.3 - protobuf-simple ==0.1.1.1 - protocol-buffers ==2.4.17 - protocol-buffers-descriptor ==2.4.17 - protocol-radius ==0.0.1.1 - protocol-radius-test ==0.1.0.1 - - protolude ==0.3.0 + - proto-lens ==0.7.1.0 + - proto-lens-arbitrary ==0.1.2.10 + - proto-lens-optparse ==0.1.1.8 + - proto-lens-protobuf-types ==0.7.1.0 + - proto-lens-protoc ==0.7.1.0 + - proto-lens-runtime ==0.7.0.1 + - proto-lens-setup ==0.4.0.5 - proxied ==0.3.1 + - psql-helpers ==0.1.0.0 - psqueues ==0.2.7.3 + - pthread ==0.2.1 - ptr-poker ==0.1.2.4 - - publicsuffix ==0.20200526 - pulse-simple ==0.1.14 - pureMD5 ==2.1.4 - purescript-bridge ==0.14.0.0 - - pushbullet-types ==0.4.1.0 - pusher-http-haskell ==2.1.0.8 - pvar ==1.0.0.0 - - PyF ==0.9.0.3 + - PyF ==0.10.2.0 - qchas ==1.1.0.1 - qm-interpolated-string ==0.3.0.0 - qrcode-core ==0.9.4 - qrcode-juicypixels ==0.8.2 - quadratic-irrational ==0.1.1 - QuasiText ==0.1.2.6 + - quickbench ==1.0.1 - QuickCheck ==2.14.2 - quickcheck-arbitrary-adt ==0.3.1.0 - quickcheck-assertions ==0.3.0 - quickcheck-classes ==0.6.5.0 - quickcheck-classes-base ==0.6.2.0 - quickcheck-higherorder ==0.1.0.1 - - quickcheck-instances ==0.3.25.2 + - quickcheck-instances ==0.3.27 - quickcheck-io ==0.2.0 - quickcheck-simple ==0.1.1.1 - quickcheck-special ==0.1.0.6 - quickcheck-text ==0.1.2.1 - quickcheck-transformer ==0.3.1.1 - quickcheck-unicode ==1.0.1.0 + - quicklz ==1.5.0.11 - quiet ==0.2 - quote-quot ==0.2.0.0 - radius ==0.7.1.0 - rainbow ==0.34.2.2 - rainbox ==0.26.0.0 - - ral ==0.2 - - rampart ==1.1.0.4 + - ral ==0.2.1 + - rampart ==2.0.0.0 - ramus ==0.1.2 - rando ==0.0.0.4 - - random ==1.2.0 + - random ==1.2.1 - random-bytestring ==0.1.4 - - random-fu ==0.2.7.7 - random-shuffle ==0.0.4 - random-source ==0.3.0.11 - random-tree ==0.6.0.5 - range ==0.3.0.2 - - ranged-list ==0.1.0.0 - Ranged-sets ==0.4.0 - range-set-list ==0.1.3.1 - rank1dynamic ==0.4.1 - rank2classes ==1.4.4 - Rasterific ==0.7.5.4 - rasterific-svg ==0.3.3.2 - - ratel ==1.0.17 + - ratel ==2.0.0.0 - rate-limit ==1.4.2 - - ratel-wai ==1.1.5 + - ratel-wai ==2.0.0.0 - rattle ==0.2 - - rattletrap ==11.1.1 + - rattletrap ==11.2.4 - Rattus ==0.5.0.1 - - rawfilepath ==0.2.4 + - rawfilepath ==1.0.0 - rawstring-qm ==0.2.3.0 - raw-strings-qq ==1.1 - rcu ==0.2.5 - - rdf ==0.1.0.5 - rdtsc ==1.3.0.1 - re2 ==0.3 - readable ==0.3.1 - read-editor ==0.1.0.2 - read-env-var ==1.0.0.0 - - reanimate ==1.1.5.0 - reanimate-svg ==0.13.0.1 - - rebase ==1.13.2 + - rebase ==1.15.0.3 - record-dot-preprocessor ==0.2.14 - record-hasfield ==1.0 - records-sop ==0.1.1.0 - record-wrangler ==0.1.1.0 + - rec-smallarray ==0.1.0.0 - recursion-schemes ==5.2.2.2 + - reddit-scrape ==0.0.1 + - redis-io ==1.1.0 + - redis-resp ==1.0.0 - reducers ==3.12.4 - refact ==0.3.0.2 - ref-fd ==0.5 @@ -1970,110 +1998,108 @@ default-package-overrides: - regex-applicative-text ==0.1.0.1 - regex-base ==0.94.0.2 - regex-compat ==0.95.2.1 - - regex-compat-tdfa ==0.95.1.4 - regex-pcre ==0.95.0.0 - regex-pcre-builtin ==0.95.2.3.8.44 - regex-posix ==0.96.0.1 - regex-posix-clib ==2.7 - regex-tdfa ==1.3.1.1 - regex-with-pcre ==1.1.0.1 - - registry ==0.2.1.0 - reinterpret-cast ==0.1.0 - - relapse ==1.0.0.0 - - relational-query ==0.12.3.0 - - relational-query-HDBC ==0.7.2.0 - - relational-record ==0.2.2.0 - - relational-schemas ==0.1.8.0 + - rel8 ==1.3.0.0 - reliable-io ==0.0.2 - - relude ==0.7.0.0 + - relude ==1.0.0.1 - renderable ==0.2.0.1 + - reorder-expression ==0.1.0.0 + - repa ==3.4.1.5 + - repa-io ==3.4.1.1 - replace-attoparsec ==1.4.5.0 - replace-megaparsec ==1.4.4.0 - repline ==0.4.0.0 - - req ==3.9.0 + - req ==3.10.0 - req-conduit ==1.0.1 - - rerebase ==1.13.2 + - require ==0.4.11 + - rerebase ==1.15.0.3 + - reroute ==0.6.0.0 - rescue ==0.4.2.1 - - resistor-cube ==0.0.1.2 + - resistor-cube ==0.0.1.4 - resolv ==0.1.2.0 - resource-pool ==0.2.3.2 - resourcet ==1.2.4.3 - result ==0.2.6.0 - - rethinkdb-client-driver ==0.0.25 - - retry ==0.8.1.2 + - retry ==0.9.1.0 - rev-state ==0.1.2 - rfc1751 ==0.1.3 - rfc5051 ==0.2 + - rg ==1.4.0.0 - rhbzquery ==0.4.4 - - rhine ==0.7.0 - - rhine-gloss ==0.7.0 - - rigel-viz ==0.2.0.0 + - riak-protobuf ==0.25.0.0 - rio ==0.1.21.0 - rio-orphans ==0.1.2.0 - rio-prettyprint ==0.1.1.0 + - rng-utils ==0.3.1 - roc-id ==0.1.0.0 - rocksdb-haskell ==1.0.1 - rocksdb-haskell-jprupp ==2.1.4 - rocksdb-query ==0.4.2 - roles ==0.2.1.0 + - rollbar ==1.1.3 - rope-utf16-splay ==0.3.2.0 - rosezipper ==0.2 - rot13 ==0.2.0.1 - rpmbuild-order ==0.4.5 - rpm-nvr ==0.1.1 - - rp-tree ==0.6 + - rp-tree ==0.7.1 - RSA ==2.4.1 + - rss-conduit ==0.6.0.1 - runmemo ==1.0.0.1 - rvar ==0.2.0.6 + - s3-signer ==0.5.0.0 - safe ==0.3.19 - safe-coloured-text ==0.1.0.0 - safe-coloured-text-terminfo ==0.0.0.0 - safecopy ==0.10.4.2 - safe-decimal ==0.2.1.0 - safe-exceptions ==0.1.7.2 + - safe-exceptions-checked ==0.1.0 - safe-foldable ==0.1.0.0 - safeio ==0.0.5.0 - safe-json ==1.1.2.0 - safe-money ==0.9.1 - SafeSemaphore ==0.10.1 - - safe-tensor ==0.2.1.1 + - salak ==0.3.6 + - salak-yaml ==0.3.5.3 - saltine ==0.1.1.1 - - salve ==1.0.11 + - salve ==2.0.0.0 - sample-frame ==0.0.3 - sample-frame-np ==0.0.4.1 - sampling ==0.3.5 - sandwich ==0.1.0.9 - sandwich-quickcheck ==0.1.0.6 - sandwich-slack ==0.1.0.6 - - sandwich-webdriver ==0.1.0.6 - say ==0.1.0.1 - - sbp ==2.6.3 - - sbv ==8.15 + - sbp ==4.1.1 + - sbv ==8.17 - scalpel ==0.6.2 - scalpel-core ==0.6.2 - scanf ==0.1.0.0 - scanner ==0.3.1 - - scheduler ==1.5.0 + - scheduler ==2.0.0.1 + - SciBaseTypes ==0.1.1.0 - scientific ==0.3.7.0 - scotty ==0.12 - scrypt ==0.5.0 - sdl2 ==2.5.3.0 - - sdl2-gfx ==0.2 - - sdl2-image ==2.0.0 - - sdl2-mixer ==1.1.0 - sdl2-ttf ==2.1.2 - search-algorithms ==0.3.2 - - secp256k1-haskell ==0.5.0 + - secp256k1-haskell ==0.6.0 - securemem ==0.1.10 - selda ==0.5.1.0 - - selda-json ==0.1.1.0 - - selda-postgresql ==0.1.8.1 - selda-sqlite ==0.1.7.1 - selections ==0.3.0.0 - - selective ==0.4.2 - - semialign ==1.1.0.1 - - semialign-indexed ==1.1 - - semialign-optics ==1.1 + - selective ==0.5 + - semialign ==1.2.0.1 + - semialign-indexed ==1.2 + - semialign-optics ==1.2 - semigroupoid-extras ==5 - semigroupoids ==5.3.7 - semigroups ==0.19.2 @@ -2081,15 +2107,12 @@ default-package-overrides: - semiring-simple ==1.0.0.1 - semver ==0.4.0.1 - sendfile ==0.7.11.4 - - sendgrid-v3 ==0.3.0.0 - seqalign ==0.2.0.4 - seqid ==0.6.2 - seqid-streams ==0.7.2 - - sequence-formats ==1.6.1 - - sequenceTools ==1.5.0 - serf ==0.1.1.0 - serialise ==0.2.4.0 - - servant ==0.18.3 + - servant ==0.19 - servant-auth ==0.4.1.0 - servant-auth-client ==0.4.1.0 - servant-auth-docs ==0.2.10.0 @@ -2097,50 +2120,54 @@ default-package-overrides: - servant-auth-swagger ==0.2.10.1 - servant-auth-wordpress ==1.0.0.2 - servant-blaze ==0.9.1 - - servant-client ==0.18.3 - - servant-client-core ==0.18.3 + - servant-checked-exceptions ==2.2.0.1 + - servant-checked-exceptions-core ==2.2.0.1 + - servant-client ==0.19 + - servant-client-core ==0.19 - servant-conduit ==0.15.1 - - servant-docs ==0.11.9 + - servant-docs ==0.12 - servant-elm ==0.7.2 - - servant-errors ==0.1.6.0 - servant-exceptions ==0.2.1 - servant-exceptions-server ==0.2.1 - servant-foreign ==0.15.4 - - servant-http-streams ==0.18.3 + - servant-JuicyPixels ==0.3.1.0 + - servant-lucid ==0.9.0.5 - servant-machines ==0.15.1 - servant-multipart ==0.12.1 - servant-multipart-api ==0.12.1 + - servant-multipart-client ==0.12.1 - servant-openapi3 ==2.0.1.3 - servant-pipes ==0.15.3 - servant-rawm ==1.0.0.0 - - servant-server ==0.18.3 + - servant-ruby ==0.9.0.0 + - servant-server ==0.19 + - servant-static-th ==1.0.0.0 + - servant-subscriber ==0.7.0.0 - servant-swagger ==1.1.10 - - servant-swagger-ui ==0.3.5.4.5.0 - - servant-swagger-ui-core ==0.3.5 - - serverless-haskell ==0.12.6 + - servant-websockets ==2.0.0 + - servant-xml ==1.0.1.4 - serversession ==1.0.2 - serversession-frontend-wai ==1.0 + - servius ==1.2.3.0 - ses-html ==0.4.0.0 - set-cover ==0.1.1 - setenv ==0.1.1.3 - setlocale ==1.0.0.10 + - set-monad ==0.3.0.0 + - sets ==0.0.6.2 - sexp-grammar ==2.3.3.1 - SHA ==1.6.4.4 - - shake ==0.19.6 - shake-language-c ==0.12.0 - shake-plus ==0.3.4.0 - - shake-plus-extended ==0.4.1.0 - shakespeare ==2.0.25.1 - shared-memory ==0.2.0.0 - - ShellCheck ==0.7.2 - shell-conduit ==5.0.0 - shell-escape ==0.2.0 - shellmet ==0.0.4.0 - shelltestrunner ==1.9 - shell-utility ==0.1 - - shelly ==1.9.0 - - shikensu ==0.3.11 - - shortcut-links ==0.5.1.1 + - shelly ==1.10.0 + - shikensu ==0.4.1 - should-not-typecheck ==2.1.0 - show-combinators ==0.2.0.0 - siggy-chardust ==1.0.0 @@ -2151,16 +2178,19 @@ default-package-overrides: - simple-cmd ==0.2.3 - simple-cmd-args ==0.1.7 - simple-log ==0.9.12 + - simple-media-timestamp ==0.2.0.0 + - simple-media-timestamp-attoparsec ==0.1.0.0 + - simple-media-timestamp-formatting ==0.1.1.0 - simple-reflect ==0.3.3 - simple-sendfile ==0.2.30 - - simple-templates ==1.0.0 - simple-vec3 ==0.6.0.1 - - simplistic-generics ==2.0.0 - since ==0.0.0 - - singleton-bool ==0.1.5 - - singleton-nats ==0.4.5 - - singletons ==2.7 + - singleton-bool ==0.1.6 + - singleton-nats ==0.4.6 + - singletons ==3.0.1 + - singletons-base ==3.0 - singletons-presburger ==0.6.1.0 + - singletons-th ==3.0 - siphash ==1.0.3 - Sit ==0.2021.1.18 - sitemap-gen ==0.1.0.0 @@ -2168,42 +2198,38 @@ default-package-overrides: - skein ==1.0.9.4 - skews ==0.1.0.3 - skip-var ==0.1.1.0 - - skylighting ==0.10.5.2 - - skylighting-core ==0.10.5.2 - - slack-api ==0.12 + - skylighting ==0.12.2 + - skylighting-core ==0.12.2 - slack-progressbar ==0.1.0.1 - - slick ==1.1.2.2 + - slave-thread ==1.1.0.1 - slist ==0.2.0.0 - - slynx ==0.5.1.1 + - slynx ==0.6.1.0 - smallcheck ==1.2.1 - smash ==0.1.2 - - smash-aeson ==0.1.0.0 - - smash-lens ==0.1.0.1 - smash-microlens ==0.1.0.0 - - smoothie ==0.4.2.11 - smtp-mail ==0.3.0.0 - - snap-blaze ==0.2.1.5 - - snap-core ==1.0.4.2 - - snap-server ==1.1.2.0 + - snappy ==0.2.0.2 - snowflake ==0.1.1.1 - soap ==0.2.3.6 - soap-openssl ==0.1.0.2 - soap-tls ==0.1.1.4 - socket ==0.8.3.0 - socks ==0.6.1 - - some ==1.0.2 + - solana-staking-csvs ==0.1.1.0 + - some ==1.0.3 + - some-dict-of ==0.1.0.2 - sop-core ==0.5.0.2 - sort ==1.0.0.0 - sorted-list ==0.2.1.0 + - sound-collage ==0.2.1 - sourcemap ==0.1.7 - sox ==0.2.3.1 - soxlib ==0.0.3.1 - spacecookie ==1.0.0.1 - sparse-linear-algebra ==0.3.1 - - sparse-tensor ==0.2.1.5 - spatial-math ==0.5.0.1 - special-values ==0.1.0.0 - - speculate ==0.4.10 + - speculate ==0.4.14 - speedy-slice ==0.3.2 - Spintax ==0.3.6 - splice ==0.6.1.1 @@ -2211,56 +2237,70 @@ default-package-overrides: - split ==0.2.3.4 - splitmix ==0.1.0.4 - splitmix-distributions ==0.9.0.0 + - split-record ==0.1.1.4 + - Spock-api ==0.14.0.0 - spoon ==0.3.1 - spreadsheet ==0.1.3.8 - sqlcli ==0.2.2.0 - sqlcli-odbc ==0.2.0.1 - sqlite-simple ==0.4.18.0 - sql-words ==0.1.6.4 - - squeal-postgresql ==0.7.0.1 - squeather ==0.8.0.0 - srcloc ==0.6 - - stache ==2.3.0 - - stack ==2.7.3 - - stackcollapse-ghc ==0.0.1.3 + - srt ==0.1.1.0 + - srt-attoparsec ==0.1.0.0 + - srt-dhall ==0.1.0.0 + - srt-formatting ==0.1.0.0 + - stache ==2.3.1 + - stack-all ==0.4 + - stack-clean-old ==0.4.6 + - stackcollapse-ghc ==0.0.1.4 - stack-templatizer ==0.1.0.2 + - state-codes ==0.1.3 - stateref ==0.3 - StateVar ==1.2.2 + - stateWriter ==0.3.0 - static-text ==0.2.0.7 - - statistics ==0.15.2.0 + - statistics ==0.16.0.1 - status-notifier-item ==0.3.1.0 - - stb-image-redux ==0.2.1.3 + - stb-image-redux ==0.2.1.2 - step-function ==0.2 + - stitch ==0.6.0.0 - stm-chans ==3.0.0.6 - stm-conduit ==4.0.1 + - stm-containers ==1.2 - stm-delay ==0.1.1.1 - stm-extras ==0.1.0.3 + - stm-hamt ==1.2.0.7 - stm-lifted ==2.5.0.0 - STMonadTrans ==0.4.6 - stm-split ==0.0.2.1 + - stm-supply ==0.2.0.0 - stopwatch ==0.1.0.6 - storable-complex ==0.2.3.0 - storable-endian ==0.2.6.1 - - storable-record ==0.0.5 + - storable-record ==0.0.6 - storable-tuple ==0.0.3.3 - storablevector ==0.2.13.1 - store ==0.7.14 - store-core ==0.4.4.4 - store-streaming ==0.2.0.3 - - stratosphere ==0.59.1 - Stream ==0.4.7.2 - streaming ==0.2.3.1 - streaming-attoparsec ==1.0.0.1 - streaming-bytestring ==0.2.1 + - streaming-cassava ==0.2.0.0 - streaming-commons ==0.2.2.4 - - streamly ==0.7.3 + - streamly ==0.8.1.1 + - streamly-bytestring ==0.1.4 - streams ==3.3 - streamt ==0.5.0.0 - strict ==0.4.0.1 - strict-concurrency ==0.2.4.3 - strict-list ==0.1.6 - strict-tuple ==0.1.5 - - strict-tuple-lens ==0.1.0.1 + - strict-tuple-lens ==0.2 + - strict-wrapper ==0.0.0.0 - stringbuilder ==0.5.1 - string-class ==0.1.7.0 - string-combinators ==0.6.0.5 @@ -2272,32 +2312,32 @@ default-package-overrides: - stringsearch ==0.3.6.6 - string-transform ==1.1.1 - stripe-concepts ==1.0.3.1 - - stripe-core ==2.6.2 - - stripe-haskell ==2.6.2 - - stripe-http-client ==2.6.2 - - strive ==5.0.16 + - stripe-scotty ==1.1.0.1 + - stripe-signature ==1.0.0.14 + - stripe-wreq ==1.0.1.12 + - strive ==6.0.0.1 + - strong-path ==1.1.3.0 - structs ==0.1.6 - structured ==0.1.1 - structured-cli ==2.7.0.1 - - subcategories ==0.1.1.0 + - subcategories ==0.2.0.0 - sum-type-boilerplate ==0.1.1 - sundown ==0.6 - superbuffer ==0.3.1.1 + - svg-builder ==0.1.1 + - SVGFonts ==1.8.0.1 - svg-tree ==0.6.2.4 - - swagger ==0.3.0 - - swagger2 ==2.6 - - sweet-egison ==0.1.1.3 + - swagger2 ==2.8.2 - swish ==0.10.1.0 - syb ==0.7.2.1 - - sydtest ==0.2.0.0 - sydtest-discover ==0.0.0.1 - - sydtest-persistent-sqlite ==0.1.0.0 - - sydtest-servant ==0.1.0.0 - - sydtest-wai ==0.1.0.0 - - sydtest-yesod ==0.1.0.0 - symbol ==0.2.4 - symengine ==0.1.2.0 - symmetry-operations-symbols ==0.0.2.1 + - synthesizer-alsa ==0.5.0.6 + - synthesizer-core ==0.8.2.1 + - synthesizer-dimensional ==0.8.1 + - synthesizer-midi ==0.6.1.1 - sysinfo ==0.1.1 - system-argv0 ==0.1.1 - systemd ==2.3.0 @@ -2312,6 +2352,7 @@ default-package-overrides: - tagged-transformer ==0.8.1 - tagshare ==0.0 - tagsoup ==0.14.8 + - tagstream-conduit ==0.5.6 - tao ==1.0.0 - tao-example ==1.0.0 - tar ==0.5.1.1 @@ -2319,32 +2360,38 @@ default-package-overrides: - tardis ==0.4.3.0 - tasty ==1.4.2.1 - tasty-ant-xml ==1.1.8 - - tasty-bench ==0.2.5 + - tasty-bench ==0.3.1 - tasty-dejafu ==2.0.0.8 - tasty-discover ==4.2.2 - tasty-expected-failure ==0.12.3 + - tasty-fail-fast ==0.0.3 - tasty-focus ==1.0.1 - tasty-golden ==2.3.5 - tasty-hedgehog ==1.1.0.0 - - tasty-hspec ==1.1.6 + - tasty-hslua ==1.0.1 + - tasty-hspec ==1.2 + - tasty-html ==0.4.1.4 - tasty-hunit ==0.10.0.3 - tasty-hunit-compat ==0.2.0.1 - tasty-inspection-testing ==0.1 - tasty-kat ==0.0.3 - tasty-leancheck ==0.0.2 - - tasty-lua ==0.2.3.2 + - tasty-lua ==1.0.1 - tasty-program ==1.0.5 - tasty-quickcheck ==0.10.2 - tasty-rerun ==1.1.18 - - tasty-silver ==3.2.3 + - tasty-silver ==3.3.1 - tasty-smallcheck ==0.8.2 + - tasty-tap ==0.1.0 - tasty-test-reporter ==0.1.1.4 - tasty-th ==0.1.7 - tasty-wai ==0.1.1.1 - - Taxonomy ==2.2.0 - TCache ==0.12.1 - tce-conf ==1.3 + - tcp-streams ==1.0.1.1 - tdigest ==0.2.1.1 + - teardown ==0.5.0.1 + - telegram-bot-simple ==0.3.8 - template-haskell-compat-v0208 ==0.1.7 - temporary ==1.3 - temporary-rc ==1.2.0.3 @@ -2361,12 +2408,12 @@ default-package-overrides: - test-framework-smallcheck ==0.2 - test-fun ==0.1.0.0 - testing-type-modifiers ==0.1.0.1 - - texmath ==0.12.3.3 + - texmath ==0.12.4 - text-ansi ==0.1.1 - text-binary ==0.2.1.1 - - text-builder ==0.6.6.3 + - text-builder ==0.6.6.4 + - text-builder-dev ==0.2 - text-conversions ==0.3.1 - - text-format ==0.3.2 - text-icu ==0.7.1.0 - text-latin1 ==0.3.1 - text-ldap ==0.1.1.14 @@ -2376,10 +2423,10 @@ default-package-overrides: - text-postgresql ==0.0.3.1 - text-printer ==0.5.0.2 - text-regex-replace ==0.1.1.4 - - text-region ==0.3.1.0 - - text-short ==0.1.3 - - text-show ==3.9.2 - - text-show-instances ==3.8.4 + - text-rope ==0.1 + - text-short ==0.1.5 + - text-show ==3.9.6 + - text-show-instances ==3.8.6 - text-zipper ==0.11 - tfp ==1.0.2 - tf-random ==0.5 @@ -2387,15 +2434,15 @@ default-package-overrides: - th-bang-compat ==0.0.1.0 - th-compat ==0.1.3 - th-constraint-compat ==0.0.1.0 - - th-data-compat ==0.1.0.0 - - th-desugar ==1.11 + - th-desugar ==1.12 - th-env ==0.1.0.3 - these ==1.1.1.1 - these-lens ==1.0.1.2 - these-optics ==1.0.1.2 - these-skinny ==0.7.5 - - th-expand-syns ==0.4.8.0 + - th-expand-syns ==0.4.9.0 - th-extras ==0.0.0.6 + - th-lego ==0.3 - th-lift ==0.8.2 - th-lift-instances ==0.1.19 - th-nowq ==0.1.0.5 @@ -2405,19 +2452,15 @@ default-package-overrides: - thread-local-storage ==0.2 - threads ==0.5.1.6 - thread-supervisor ==0.2.0.0 - - threepenny-gui ==0.9.1.0 - th-reify-compat ==0.0.1.5 - th-reify-many ==0.1.10 - - throttle-io-stream ==0.2.0.1 - through-text ==0.1.0.0 - - throwable-exceptions ==0.1.0.9 - th-strict-compat ==0.1.0.1 - th-test-utils ==1.1.1 - th-utilities ==0.2.4.3 - - thyme ==0.3.5.5 - tidal ==1.7.10 - tile ==0.3.0.0 - - time-compat ==1.9.5 + - time-compat ==1.9.6.1 - timeit ==2.0 - timelens ==0.2.0.2 - time-lens ==0.4.0.2 @@ -2426,9 +2469,12 @@ default-package-overrides: - time-manager ==0.0.0 - time-parsers ==0.1.2.1 - timerep ==2.0.1.0 + - timers-tick ==0.5.0.1 - timer-wheel ==0.3.0 + - timespan ==0.4.0.0 - time-units ==1.0.0 - timezone-olson ==0.2.1 + - timezone-olson-th ==0.1.0.11 - timezone-series ==0.1.13 - tinylog ==0.15.0 - titlecase ==1.0.1 @@ -2436,26 +2482,30 @@ default-package-overrides: - tls ==1.5.7 - tls-debug ==0.4.8 - tls-session-manager ==0.0.4 - - tlynx ==0.5.1.1 + - tlynx ==0.6.1.0 - tmapchan ==0.0.3 - tmapmvar ==0.0.4 - tmp-postgres ==1.34.1.0 - tmp-proc ==0.5.0.1 - - tomland ==1.3.2.0 - - tonalude ==0.1.1.1 + - tophat ==1.0.5.1 - topograph ==1.0.0.1 - torsor ==0.1 - tostring ==0.2.1.1 + - tracing ==0.0.7.2 + - tracing-control ==0.0.7.2 - transaction ==0.1.1.3 - transformers-base ==0.4.6 - transformers-bifunctors ==0.1 - transformers-compat ==0.6.6 + - transformers-either ==0.1.2 - transformers-fix ==1.0 + - transient ==0.7.0.0 - traverse-with-class ==1.0.1.1 - tree-diff ==0.2.1.1 - tree-fun ==0.8.1.0 - tree-view ==0.5.1 - trifecta ==2.1.2 + - trimdent ==0.1.0.0 - triplesec ==0.2.2.1 - trivial-constraint ==0.7.0.0 - tsv2csv ==0.1.0.2 @@ -2463,17 +2513,20 @@ default-package-overrides: - ttl-hashtables ==1.4.1.0 - ttrie ==0.1.2.2 - tuple ==0.3.0.2 + - tuples ==0.1.0.0 - tuples-homogenous-h98 ==0.1.1.0 - tuple-sop ==0.3.1.0 - tuple-th ==0.2.5 - turtle ==1.5.24 - - typecheck-plugin-nat-simple ==0.1.0.2 + - twitter-conduit ==0.6.1 + - twitter-types ==0.11.0 + - twitter-types-lens ==0.11.0 - TypeCompose ==0.9.14 - typed-process ==0.2.8.0 - - typed-uuid ==0.1.0.0 - type-equality ==1 - type-errors ==0.2.0.0 - type-errors-pretty ==0.0.1.2 + - type-fun ==0.1.3 - type-hint ==0.1 - type-level-integers ==0.0.1 - type-level-kv-list ==1.1.0 @@ -2486,41 +2539,44 @@ default-package-overrides: - type-of-html ==1.6.2.0 - type-of-html-static ==0.1.0.2 - type-operators ==0.2.0.0 - - typerep-map ==0.3.3.0 + - typerep-map ==0.4.0.0 - type-spec ==0.4.0.0 + - typography-geometry ==1.0.1.0 + - tz ==0.1.3.6 - tzdata ==0.2.20211021.0 - ua-parser ==0.7.6.0 - uglymemo ==0.1.0.1 - unagi-chan ==0.4.1.4 - unbounded-delays ==0.1.1.1 + - unbound-generics ==0.4.1 - unboxed-ref ==0.4.0.0 - unboxing-vector ==0.2.0.0 - uncaught-exception ==0.1.0 - - uncertain ==0.3.1.0 - unconstrained ==0.1.0.2 - unexceptionalio ==0.5.1 - unexceptionalio-trans ==0.5.1 - unicode ==0.0.1.1 - unicode-collation ==0.1.3.1 + - unicode-data ==0.3.0 - unicode-show ==0.1.1.0 - - unicode-transforms ==0.3.7.1 + - unicode-transforms ==0.4.0 + - unidecode ==0.1.0.4 - unification-fd ==0.11.1 + - union ==0.1.2 - union-angle ==0.1.0.1 - union-find ==0.2 - unipatterns ==0.0.0.0 - uniplate ==1.6.13 - - uniprot-kb ==0.1.2.0 - uniq-deep ==1.2.1 - unique ==0.0.1 - unique-logic ==0.4 - unique-logic-tf ==0.5.1 - unit-constraint ==0.0.0 - - universe ==1.2.1 - - universe-base ==1.1.2 + - units-parser ==0.1.1.4 + - universe ==1.2.2 + - universe-base ==1.1.3 - universe-dependent-sum ==1.3 - - universe-instances-base ==1.1 - - universe-instances-extended ==1.1.2 - - universe-instances-trans ==1.1 + - universe-instances-extended ==1.1.3 - universe-reverse-instances ==1.1.1 - universe-some ==1.2.1 - universum ==1.7.2 @@ -2529,6 +2585,7 @@ default-package-overrides: - unix-time ==0.4.7 - unliftio ==0.2.21.0 - unliftio-core ==0.2.0.1 + - unliftio-path ==0.0.2.0 - unliftio-pool ==0.2.1.1 - unliftio-streams ==0.1.1.1 - unlit ==0.4.0.0 @@ -2540,17 +2597,18 @@ default-package-overrides: - uri-encode ==1.5.0.7 - url ==2.1.3 - users ==0.5.0.0 - - utf8-conversions ==0.1.0.4 + - users-postgresql-simple ==0.5.0.2 + - users-test ==0.5.0.1 - utf8-light ==0.4.2 - utf8-string ==1.0.2 - - util ==0.1.17.1 - utility-ht ==0.0.16 - uuid ==1.3.15 - uuid-types ==1.0.5 + - valida ==1.1.0 + - valida-base ==0.2.0 + - validate-input ==0.5.0.0 - validation ==1.1.2 - - validation-selective ==0.1.0.1 - - validity ==0.11.0.1 - - validity-aeson ==0.2.0.4 + - validity ==0.12.0.0 - validity-bytestring ==0.4.1.1 - validity-containers ==0.5.0.4 - validity-path ==0.4.0.1 @@ -2558,14 +2616,18 @@ default-package-overrides: - validity-primitive ==0.0.0.1 - validity-scientific ==0.2.0.3 - validity-text ==0.3.1.2 - - validity-time ==0.4.0.0 + - validity-time ==0.5.0.0 - validity-unordered-containers ==0.2.0.3 - validity-uuid ==0.1.0.3 - validity-vector ==0.2.0.3 - - valor ==0.1.0.0 + - valor ==1.0.0.0 + - variable-media-field ==0.1.0.0 + - variable-media-field-dhall ==0.1.0.0 + - variable-media-field-optics ==0.1.0.0 + - varying ==0.8.1.0 - vault ==0.3.1.5 - vcs-ignore ==0.0.2.0 - - vec ==0.4 + - vec ==0.4.1 - vector ==0.12.3.1 - vector-algorithms ==0.8.0.4 - vector-binary-instances ==0.2.5.2 @@ -2576,31 +2638,37 @@ default-package-overrides: - vector-instances ==3.4 - vector-mmap ==0.0.3 - vector-rotcev ==0.1.0.1 - - vector-sized ==1.4.4 + - vector-sized ==1.5.0 - vector-space ==0.16 - vector-split ==1.0.0.2 - vector-th-unbox ==0.2.2 + - vectortiles ==1.5.1 - verbosity ==0.4.0.0 - versions ==5.0.2 - vformat ==0.14.1.0 - - vformat-aeson ==0.1.0.1 - vformat-time ==0.1.0.0 - ViennaRNAParser ==1.3.3 - vinyl ==0.13.3 + - vinyl-loeb ==0.0.1.0 + - vivid ==0.5.2.0 + - vivid-osc ==0.5.0.0 + - vivid-supercollider ==0.4.1.2 - void ==0.7.3 - vty ==5.33 - wai ==3.2.3 - wai-app-static ==3.1.7.2 + - wai-cli ==0.2.3 - wai-conduit ==3.0.0.4 - wai-cors ==0.2.7 - - wai-enforce-https ==0.0.2.1 + - wai-enforce-https ==1.0.0.0 - wai-eventsource ==3.0.0 - wai-extra ==3.1.8 - wai-feature-flags ==0.1.0.3 - wai-handler-launch ==3.0.3.1 - - wai-logger ==2.3.7 - - wai-middleware-auth ==0.2.5.1 + - wai-logger ==2.4.0 - wai-middleware-caching ==0.1.0.2 + - wai-middleware-caching-lru ==0.1.0.0 + - wai-middleware-caching-redis ==0.2.0.0 - wai-middleware-clacks ==0.1.0.1 - wai-middleware-delegate ==0.1.2.4 - wai-middleware-prometheus ==1.0.0.1 @@ -2609,8 +2677,10 @@ default-package-overrides: - wai-rate-limit-redis ==0.1.0.0 - wai-saml2 ==0.2.1.2 - wai-session ==0.3.3 + - wai-session-postgresql ==0.2.1.3 - wai-session-redis ==0.1.0.4 - wai-slack-middleware ==0.2.0 + - wai-transformers ==0.1.0 - wai-websockets ==3.0.1.2 - wakame ==0.1.0.0 - warp ==3.3.19 @@ -2618,39 +2688,50 @@ default-package-overrides: - warp-tls-uid ==0.2.0.6 - wave ==0.2.0 - wcwidth ==0.0.2 - - webdriver ==0.9.0.1 - webex-teams-api ==0.2.0.1 - webex-teams-conduit ==0.2.0.1 - - webex-teams-pipes ==0.2.0.1 - - webgear-server ==0.2.1 + - webgear-core ==1.0.1 + - webgear-openapi ==1.0.1 + - webgear-server ==1.0.1 + - webpage ==0.0.5.1 + - web-plugins ==0.4.0 + - web-routes ==0.27.14.3 + - web-routes-boomerang ==0.28.4.2 + - web-routes-happstack ==0.23.12.1 + - web-routes-hsp ==0.24.6.1 + - web-routes-wai ==0.24.3.1 - webrtc-vad ==0.1.0.3 - websockets ==0.12.7.3 - - websockets-snap ==0.10.3.1 + - websockets-simple ==0.2.0 - weigh ==0.0.16 - wide-word ==0.1.1.2 - wikicfp-scraper ==0.1.0.12 - wild-bind ==0.1.2.8 - wild-bind-x11 ==0.2.0.14 - - Win32 ==2.6.2.1 + - Win32 ==2.12.0.1 - Win32-notify ==0.3.0.3 - windns ==0.1.0.1 - - witch ==0.3.4.2 + - wire-streams ==0.1.1.0 + - witch ==1.0.0.1 + - withdependencies ==0.3.0 - witherable ==0.4.2 - within ==0.2.0.1 - with-location ==0.1.0 - with-utf8 ==1.0.2.3 + - witness ==0.5 - wizards ==1.0.3 + - wl-pprint ==1.2.1 - wl-pprint-annotated ==0.1.0.1 - wl-pprint-console ==0.1.0.2 - wl-pprint-text ==1.2.0.2 - - word24 ==2.0.1 - word8 ==0.1.3 - wordpress-auth ==1.0.0.1 - word-trie ==0.3.0 - - word-wrap ==0.4.1 + - word-wrap ==0.5 - world-peace ==1.0.2.0 - wrap ==0.0.0 - wreq ==0.5.3.3 + - wreq-stringless ==0.5.9.1 - writer-cps-exceptions ==0.1.0.1 - writer-cps-mtl ==0.1.1.6 - writer-cps-transformers ==0.5.6.1 @@ -2665,45 +2746,56 @@ default-package-overrides: - x509-validation ==1.6.12 - Xauth ==0.1 - xdg-basedir ==0.2.2 + - xdg-desktop-entry ==0.1.1.1 - xdg-userdirs ==0.1.0.2 - xeno ==0.4.3 - xlsx ==0.8.4 - xlsx-tabular ==0.2.2.1 - xml ==1.3.14 - xml-basic ==0.1.3.1 + - xmlbf ==0.6.1 + - xmlbf-xeno ==0.2 + - xmlbf-xmlhtml ==0.2 - xml-conduit ==1.9.1.1 - xml-conduit-writer ==0.1.1.2 - xmlgen ==0.6.2.2 - xml-hamlet ==0.5.0.2 - xml-helpers ==1.0.0 - - xml-html-qq ==0.1.0.1 + - xmlhtml ==0.2.5.2 - xml-indexed-cursor ==0.1.1.0 - - xml-lens ==0.3 + - xml-parser ==0.1.1 - xml-picklers ==0.3.6 - - xml-to-json ==2.0.1 - xml-to-json-fast ==2.0.0 - xml-types ==0.3.8 - - xmonad ==0.15 - - xmonad-contrib ==0.16 - - xmonad-extras ==0.15.3 - - xss-sanitize ==0.3.6 + - xmonad ==0.17.0 + - xmonad-contrib ==0.17.0 + - xmonad-extras ==0.17.0 + - xss-sanitize ==0.3.7 - xxhash-ffi ==0.2.0.0 - yaml ==0.11.7.0 - yamlparse-applicative ==0.2.0.1 + - yaml-unscrambler ==0.1.0.8 + - yarn-lock ==0.6.5 + - yeshql-core ==4.2.0.0 - yesod ==1.6.2 + - yesod-alerts ==0.1.3.0 - yesod-auth ==1.6.11 + - yesod-auth-basic ==0.1.0.3 - yesod-auth-hashdb ==1.7.1.7 - - yesod-auth-oauth2 ==0.6.3.4 - yesod-bin ==1.6.2 - yesod-core ==1.6.21.0 - - yesod-fb ==0.6.1 + - yesod-eventsource ==1.6.0.1 - yesod-form ==1.7.0 + - yesod-form-bootstrap4 ==3.0.1 + - yesod-gitrepo ==0.3.0 - yesod-gitrev ==0.2.2 - yesod-markdown ==0.12.6.12 - yesod-newsfeed ==1.7.0.0 - yesod-page-cursor ==2.0.0.9 - yesod-paginator ==1.1.1.0 - yesod-persistent ==1.6.0.7 + - yesod-recaptcha2 ==1.0.2 + - yesod-routes-flow ==3.0.0.1 - yesod-sitemap ==1.6.0 - yesod-static ==1.6.1.0 - yesod-test ==1.6.12 @@ -2732,4 +2824,3 @@ default-package-overrides: - zot ==0.0.3 - zstd ==0.1.3.0 - ztail ==1.2.0.2 - - zydiskell ==0.2.0.0 From 19bdc1a4abe1c099a82e18202cc8c142d033e860 Mon Sep 17 00:00:00 2001 From: sternenseemann Date: Thu, 17 Feb 2022 22:09:55 +0100 Subject: [PATCH 004/238] all-cabal-hashes: 2022-02-14T17:17:31Z -> 2022-02-17T20:36:23Z This commit has been generated by maintainers/scripts/haskell/update-hackage.sh --- pkgs/data/misc/hackage/pin.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/pkgs/data/misc/hackage/pin.json b/pkgs/data/misc/hackage/pin.json index d22dccf38cf0..926c6be78000 100644 --- a/pkgs/data/misc/hackage/pin.json +++ b/pkgs/data/misc/hackage/pin.json @@ -1,6 +1,6 @@ { - "commit": "aa8f2230d08c540df249147ea681a5c22314d083", - "url": "https://github.com/commercialhaskell/all-cabal-hashes/archive/aa8f2230d08c540df249147ea681a5c22314d083.tar.gz", - "sha256": "1h92r4si1vmf3v2m843xaqwr99hpnn1s0x08qcvd2gwjkc2qq10a", - "msg": "Update from Hackage at 2022-02-14T17:17:31Z" + "commit": "69a13e42fd911c26d96ab2cb0c6e86ee2af6eae3", + "url": "https://github.com/commercialhaskell/all-cabal-hashes/archive/69a13e42fd911c26d96ab2cb0c6e86ee2af6eae3.tar.gz", + "sha256": "1v0vml8g3z7zp125cyszk29h8b8wy8d5c129d6hz8m8fcjjd0kbk", + "msg": "Update from Hackage at 2022-02-17T20:36:23Z" } From b925f64911b906e2cd50dbc47a9adb5d8e8ad829 Mon Sep 17 00:00:00 2001 From: sternenseemann Date: Fri, 18 Feb 2022 14:25:52 +0100 Subject: [PATCH 005/238] haskellPackages.ghc: 8.10.7 -> 9.0.2 --- pkgs/top-level/all-packages.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/top-level/all-packages.nix b/pkgs/top-level/all-packages.nix index 5e11fca40bf1..7b669f427d1f 100644 --- a/pkgs/top-level/all-packages.nix +++ b/pkgs/top-level/all-packages.nix @@ -12389,7 +12389,7 @@ with pkgs; # Please update doc/languages-frameworks/haskell.section.md, “Our # current default compiler is”, if you bump this: - haskellPackages = dontRecurseIntoAttrs haskell.packages.ghc8107; + haskellPackages = dontRecurseIntoAttrs haskell.packages.ghc902; # haskellPackages.ghc is build->host (it exposes the compiler used to build the # set, similarly to stdenv.cc), but pkgs.ghc should be host->target to be more @@ -12399,7 +12399,7 @@ with pkgs; # the withPackages wrapper available. In the final cross-compiled package set # however, targetPackages won't be populated, so we need to fall back to the # plain, cross-compiled compiler (which is only theoretical at the moment). - ghc = targetPackages.haskellPackages.ghc or haskell.compiler.ghc8107; + ghc = targetPackages.haskellPackages.ghc or haskell.compiler.ghc902; cabal-install = haskell.lib.compose.justStaticExecutables haskellPackages.cabal-install; From 32abf39913f5d0dc24055b7b7bf73376815fd592 Mon Sep 17 00:00:00 2001 From: sternenseemann Date: Fri, 18 Feb 2022 14:26:10 +0100 Subject: [PATCH 006/238] haskellPackages: match default GHC version 9.0.2 in hackage2nix conf --- .../configuration-hackage2nix/main.yaml | 54 ++++++++++--------- 1 file changed, 28 insertions(+), 26 deletions(-) diff --git a/pkgs/development/haskell-modules/configuration-hackage2nix/main.yaml b/pkgs/development/haskell-modules/configuration-hackage2nix/main.yaml index 2ecfb76784d5..f8b48f92da7b 100644 --- a/pkgs/development/haskell-modules/configuration-hackage2nix/main.yaml +++ b/pkgs/development/haskell-modules/configuration-hackage2nix/main.yaml @@ -1,38 +1,39 @@ # pkgs/development/haskell-modules/configuration-hackage2nix.yaml -compiler: ghc-8.10.7 +compiler: ghc-9.0.2 core-packages: - array-0.5.4.0 - - base-4.14.1.0 + - base-4.15.1.0 - binary-0.8.8.0 - - bytestring-0.10.12.0 - - Cabal-3.2.1.0 - - containers-0.6.2.1 - - deepseq-1.4.4.0 - - directory-1.3.6.0 + - bytestring-0.10.12.1 + - Cabal-3.4.1.0 + - containers-0.6.4.1 + - deepseq-1.4.5.0 + - directory-1.3.6.2 - exceptions-0.10.4 - filepath-1.4.2.1 - - ghc-8.10.4 - - ghc-boot-8.10.4 - - ghc-boot-th-8.10.4 + - ghc-9.0.2 + - ghc-bignum-1.1 + - ghc-boot-9.0.2 + - ghc-boot-th-9.0.2 - ghc-compact-0.1.0.0 - - ghc-heap-8.10.4 - - ghc-prim-0.6.1 - - ghci-8.10.4 - - haskeline-0.8.0.1 + - ghc-heap-9.0.2 + - ghc-prim-0.7.0 + - ghci-9.0.2 + - haskeline-0.8.2 - hpc-0.6.1.0 - - integer-gmp-1.0.3.0 - - libiserv-8.10.4 + - integer-gmp-1.1 + - libiserv-9.0.2 - mtl-2.2.2 - parsec-3.1.14.0 - pretty-1.1.3.6 - - process-1.6.9.0 - - rts-1.0 + - process-1.6.13.2 + - rts-1.0.2 - stm-2.5.0.0 - - template-haskell-2.16.0.0 - - terminfo-0.4.1.4 - - text-1.2.4.1 + - template-haskell-2.17.0.0 + - terminfo-0.4.1.5 + - text-1.2.5.0 - time-1.9.3 - transformers-0.5.6.2 - unix-2.7.2.2 @@ -80,8 +81,8 @@ default-package-overrides: - dhall-nix < 1.1.22 # reflex-dom-pandoc is only used by neuron which needs a version < 1.0.0.0 - reflex-dom-pandoc < 1.0.0.0 - # 2021-09-07: pin to our current GHC version - - ghc-api-compat == 8.10.7 + # 2022-02-18: pin to our current GHC version + - ghc-api-compat == 9.0.* # 2021-10-13: weeder 2.3.0 require GHC == 9.0.*; remove pin when GHC version changes - weeder < 2.3.0 # 2021-10-10: taskwarrior 0.4 requires aeson > 2.0.1.0 @@ -162,9 +163,10 @@ extra-packages: - sbv == 7.13 # required for pkgs.petrinizer - crackNum < 3.0 # 2021-05-21: 3.0 removed the lib which sbv 7.13 uses - ghc-api-compat == 8.6 # 2021-09-07: preserve for GHC 8.8.4 - - ghc-lib == 9.0.* # 2021-11-05: Need one GHC 9.0.2 compatible version - - ghc-lib-parser == 9.0.* # 2021-11-05: Need one GHC 9.0.2 compatible version - - ghc-lib-parser-ex == 9.0.* # 2021-11-05: Need one GHC 9.0.2 compatible version + - ghc-api-compat == 8.10.7 # 2022-02-17: preserve for GHC 8.10.7 + - ghc-lib == 8.10.7.* # 2022-02-17: preserve for GHC 8.10.7 + - ghc-lib-parser == 8.10.7.* # 2022-02-17: preserve for GHC 8.10.7 + - ghc-lib-parser-ex == 8.10.* # 2022-02-17: preserve for GHC 8.10.7 - doctest == 0.18.* # 2021-11-19: closest to stackage version for GHC 9.* - brick == 0.64.* # 2021-12-03: matterhorn depends on brick < 0.65 - path == 0.9.0 # 2021-12-03: path version building with stackage genvalidity and GHC 9.0.2 From cd67b4fcbb81d07477746a138d6dbb9d01a81450 Mon Sep 17 00:00:00 2001 From: sternenseemann Date: Fri, 18 Feb 2022 14:40:47 +0100 Subject: [PATCH 007/238] haskellPackages: regenerate package set based on current config This commit has been generated by maintainers/scripts/haskell/regenerate-hackage-packages.sh --- .../haskell-modules/hackage-packages.nix | 9456 ++--------------- 1 file changed, 905 insertions(+), 8551 deletions(-) diff --git a/pkgs/development/haskell-modules/hackage-packages.nix b/pkgs/development/haskell-modules/hackage-packages.nix index f6db635805b5..1d23ce8aba9c 100644 --- a/pkgs/development/haskell-modules/hackage-packages.nix +++ b/pkgs/development/haskell-modules/hackage-packages.nix @@ -950,36 +950,6 @@ self: { }) {}; "Allure" = callPackage - ({ mkDerivation, async, base, enummapset, file-embed, filepath - , ghc-compact, hsini, LambdaHack, optparse-applicative, primitive - , splitmix, tasty, tasty-hunit, template-haskell, text - , th-lift-instances, transformers - }: - mkDerivation { - pname = "Allure"; - version = "0.10.3.0"; - sha256 = "1p2g87rhqwm2hji32cp3swk9p0kl703nhaswv5z69wmzz2yzzqqa"; - isLibrary = true; - isExecutable = true; - libraryHaskellDepends = [ - async base enummapset file-embed filepath ghc-compact hsini - LambdaHack optparse-applicative primitive splitmix template-haskell - text th-lift-instances transformers - ]; - executableHaskellDepends = [ - async base filepath LambdaHack optparse-applicative - ]; - testHaskellDepends = [ - base LambdaHack optparse-applicative tasty tasty-hunit text - ]; - description = "Near-future Sci-Fi roguelike and tactical squad combat game"; - license = lib.licenses.agpl3Plus; - platforms = [ - "aarch64-linux" "armv7l-linux" "i686-linux" "x86_64-linux" - ]; - }) {}; - - "Allure_0_11_0_0" = callPackage ({ mkDerivation, async, base, enummapset, file-embed, filepath , ghc-compact, hsini, LambdaHack, optparse-applicative, primitive , splitmix, tasty, tasty-hunit, template-haskell, text @@ -1007,7 +977,6 @@ self: { platforms = [ "aarch64-linux" "armv7l-linux" "i686-linux" "x86_64-linux" ]; - hydraPlatforms = lib.platforms.none; }) {}; "AndroidViewHierarchyImporter" = callPackage @@ -1336,6 +1305,35 @@ self: { license = lib.licenses.bsd3; }) {}; + "BNFC_2_9_4" = callPackage + ({ mkDerivation, alex, array, base, Cabal, cabal-doctest + , containers, deepseq, directory, doctest, filepath, happy, hspec + , hspec-discover, HUnit, mtl, pretty, process, QuickCheck + , string-qq, temporary, time + }: + mkDerivation { + pname = "BNFC"; + version = "2.9.4"; + sha256 = "1gy7ggrf2zikyfi8anlj2zavs5b99z7rzs1lmyflrjd82a31bmzp"; + isLibrary = true; + isExecutable = true; + setupHaskellDepends = [ base Cabal cabal-doctest ]; + libraryHaskellDepends = [ + array base containers deepseq directory filepath mtl pretty process + string-qq time + ]; + libraryToolDepends = [ alex happy ]; + executableHaskellDepends = [ base ]; + testHaskellDepends = [ + array base containers deepseq directory doctest filepath hspec + HUnit mtl pretty process QuickCheck string-qq temporary time + ]; + testToolDepends = [ alex happy hspec-discover ]; + description = "A compiler front-end generator"; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + }) {}; + "BNFC-meta" = callPackage ({ mkDerivation, alex-meta, array, base, fail, happy-meta , haskell-src-meta, syb, template-haskell @@ -6445,8 +6443,8 @@ self: { }: mkDerivation { pname = "Frames"; - version = "0.7.2"; - sha256 = "08q3zfhb6wf4b8020d63v6zpmb3834ba50hnb478vvjqd8rrp1mh"; + version = "0.7.3"; + sha256 = "0pn2i7qbjbmnzvj2ns3sh2m8i1yhc5w0y6lbzc4dsn2lqv5zpi0c"; isLibrary = true; isExecutable = true; libraryHaskellDepends = [ @@ -6456,8 +6454,8 @@ self: { vector vector-th-unbox vinyl ]; testHaskellDepends = [ - attoparsec base directory foldl hspec htoml HUnit lens pipes pretty - regex-applicative template-haskell temporary text + attoparsec base bytestring directory foldl hspec htoml HUnit lens + pipes pretty regex-applicative template-haskell temporary text unordered-containers vinyl ]; benchmarkHaskellDepends = [ base criterion pipes transformers ]; @@ -8023,8 +8021,8 @@ self: { }: mkDerivation { pname = "HDBC"; - version = "2.4.0.3"; - sha256 = "0vv2l99wpm2azm1wmbiqvra5aw708rsldd8y4fdf660q7lgvqqqy"; + version = "2.4.0.4"; + sha256 = "1jlh6swrk5vn106p456dmqg3yf145hsjgziwmcyfafx7w682sgy9"; isLibrary = true; isExecutable = true; libraryHaskellDepends = [ @@ -8077,8 +8075,8 @@ self: { }: mkDerivation { pname = "HDBC-postgresql"; - version = "2.5.0.0"; - sha256 = "1awwrq7hivk1hp709iz624hm2wjbk18hspld91pixv5x34fcn7s9"; + version = "2.5.0.1"; + sha256 = "0qpryqgzx4carc4wpy0vv2706y6i542zx7mz4f1mg19rnc69qfi9"; isLibrary = true; isExecutable = true; setupHaskellDepends = [ base Cabal ]; @@ -12390,48 +12388,6 @@ self: { }) {}; "LambdaHack" = callPackage - ({ mkDerivation, ansi-terminal, assert-failure, async, base - , base-compat, binary, bytestring, containers, deepseq, directory - , doctest, doctest-driver-gen, enummapset, file-embed, filepath - , ghc-compact, ghc-prim, hashable, hsini, keys, miniutter - , open-browser, optparse-applicative, pretty-show, primitive - , QuickCheck, sdl2, sdl2-ttf, splitmix, stm, tasty, tasty-hunit - , tasty-quickcheck, template-haskell, text, th-lift-instances, time - , transformers, unordered-containers, vector - , vector-binary-instances, witch, zlib - }: - mkDerivation { - pname = "LambdaHack"; - version = "0.10.3.0"; - sha256 = "06hijymhdcrb9jrxmyilj7rvqa6kyr5q9js9ah715c3jvd6nc5gj"; - isLibrary = true; - isExecutable = true; - libraryHaskellDepends = [ - ansi-terminal assert-failure async base base-compat binary - bytestring containers deepseq directory enummapset file-embed - filepath ghc-compact ghc-prim hashable hsini keys miniutter - open-browser optparse-applicative pretty-show primitive QuickCheck - sdl2 sdl2-ttf splitmix stm template-haskell text th-lift-instances - time transformers unordered-containers vector - vector-binary-instances witch zlib - ]; - executableHaskellDepends = [ - async base filepath optparse-applicative - ]; - testHaskellDepends = [ - base containers doctest enummapset optparse-applicative QuickCheck - splitmix tasty tasty-hunit tasty-quickcheck text transformers - vector - ]; - testToolDepends = [ doctest-driver-gen ]; - description = "A game engine library for tactical squad ASCII roguelike dungeon crawlers"; - license = lib.licenses.bsd3; - platforms = [ - "aarch64-linux" "armv7l-linux" "i686-linux" "x86_64-linux" - ]; - }) {}; - - "LambdaHack_0_11_0_0" = callPackage ({ mkDerivation, ansi-terminal, assert-failure, async, base , base-compat, binary, bytestring, containers, deepseq, directory , enummapset, file-embed, filepath, ghc-compact, hashable, hsini @@ -12468,7 +12424,6 @@ self: { platforms = [ "aarch64-linux" "armv7l-linux" "i686-linux" "x86_64-linux" ]; - hydraPlatforms = lib.platforms.none; }) {}; "LambdaINet" = callPackage @@ -13643,6 +13598,31 @@ self: { }) {}; "MissingH" = callPackage + ({ mkDerivation, array, base, containers, directory + , errorcall-eq-instance, filepath, hslogger, HUnit, mtl, network + , network-bsd, old-locale, old-time, parsec, process, random + , regex-compat, time, unix + }: + mkDerivation { + pname = "MissingH"; + version = "1.4.3.0"; + sha256 = "196cniya5wzcv2d777nr0f7hinclpals4ia1mkzzv35870pqr6lw"; + revision = "2"; + editedCabalFile = "0p5md995w0nh2m89v3jsb1bvhfkrnp2s14smjbnh3g0pbq3fgfzg"; + libraryHaskellDepends = [ + array base containers directory filepath hslogger mtl network + network-bsd old-locale old-time parsec process random regex-compat + time unix + ]; + testHaskellDepends = [ + base containers directory errorcall-eq-instance filepath HUnit + old-time parsec regex-compat time unix + ]; + description = "Large utility library"; + license = lib.licenses.bsd3; + }) {}; + + "MissingH_1_5_0_0" = callPackage ({ mkDerivation, array, base, containers, directory, filepath , hslogger, HUnit, mtl, network, network-bsd, old-locale, old-time , parsec, process, regex-compat, time, unix @@ -13662,6 +13642,7 @@ self: { ]; description = "Large utility library"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; }) {}; "MissingK" = callPackage @@ -15092,20 +15073,9 @@ self: { }) {}; "OneTuple" = callPackage - ({ mkDerivation, base }: - mkDerivation { - pname = "OneTuple"; - version = "0.2.2.1"; - sha256 = "15ls6kkf953288q7rsc49bvw467ll4nq28hvsgbaazdn7hf75ixc"; - revision = "1"; - editedCabalFile = "03mygfz7lv6h0i30bq2grvmahbg9j7a36mc0wls2nr81dv9p19s7"; - libraryHaskellDepends = [ base ]; - description = "Singleton Tuple"; - license = lib.licenses.bsd3; - }) {}; - - "OneTuple_0_3_1" = callPackage - ({ mkDerivation, base, base-orphans, hashable, template-haskell }: + ({ mkDerivation, base, base-orphans, ghc-prim, hashable + , template-haskell + }: mkDerivation { pname = "OneTuple"; version = "0.3.1"; @@ -15113,12 +15083,11 @@ self: { revision = "2"; editedCabalFile = "0gk0656igxl0km9kgh8v7b5vq74kla59ka9hvpzq57njr6bc0j58"; libraryHaskellDepends = [ - base base-orphans hashable template-haskell + base base-orphans ghc-prim template-haskell ]; testHaskellDepends = [ base hashable template-haskell ]; description = "Singleton Tuple"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; }) {}; "Only" = callPackage @@ -16456,28 +16425,6 @@ self: { }) {}; "PyF" = callPackage - ({ mkDerivation, base, bytestring, containers, deepseq, directory - , filepath, hashable, haskell-src-exts, haskell-src-meta, hspec - , HUnit, megaparsec, mtl, process, template-haskell, temporary - , text - }: - mkDerivation { - pname = "PyF"; - version = "0.9.0.3"; - sha256 = "1x1zryq3di5z3mc1wind6ma1b7cpsvf90y7k5dyvwkn1kisz3jf8"; - libraryHaskellDepends = [ - base containers haskell-src-exts haskell-src-meta megaparsec mtl - template-haskell text - ]; - testHaskellDepends = [ - base bytestring deepseq directory filepath hashable hspec HUnit - process template-haskell temporary text - ]; - description = "Quasiquotations for a python like interpolated string formater"; - license = lib.licenses.bsd3; - }) {}; - - "PyF_0_10_2_0" = callPackage ({ mkDerivation, base, bytestring, deepseq, filepath, ghc, ghc-boot , hspec, HUnit, mtl, parsec, process, template-haskell, temporary , text, time @@ -16495,7 +16442,6 @@ self: { ]; description = "Quasiquotations for a python like interpolated string formatter"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; }) {}; "QIO" = callPackage @@ -17969,28 +17915,6 @@ self: { }) {}; "SVGFonts" = callPackage - ({ mkDerivation, attoparsec, base, blaze-markup, blaze-svg - , bytestring, cereal, cereal-vector, containers, data-default-class - , diagrams-core, diagrams-lib, directory, parsec, split, text - , vector, xml - }: - mkDerivation { - pname = "SVGFonts"; - version = "1.7.0.1"; - sha256 = "06vnpkkr19s9b1wjp7l2w29vr7fsghcrffd2knlxvdhjacrfpc9h"; - revision = "2"; - editedCabalFile = "0q731cyrqq1csbid9nxh2bj6rf8yss017lz9j9zk22bw3bymzb0s"; - enableSeparateDataOutput = true; - libraryHaskellDepends = [ - attoparsec base blaze-markup blaze-svg bytestring cereal - cereal-vector containers data-default-class diagrams-core - diagrams-lib directory parsec split text vector xml - ]; - description = "Fonts from the SVG-Font format"; - license = lib.licenses.bsd3; - }) {}; - - "SVGFonts_1_8_0_1" = callPackage ({ mkDerivation, attoparsec, base, blaze-markup, blaze-svg , bytestring, cereal, cereal-vector, containers, data-default-class , diagrams-core, diagrams-lib, directory, parsec, split, text @@ -18008,7 +17932,6 @@ self: { ]; description = "Fonts from the SVG-Font format"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; }) {}; "SVGPath" = callPackage @@ -18364,33 +18287,6 @@ self: { }) {}; "ShellCheck" = callPackage - ({ mkDerivation, aeson, array, base, bytestring, containers - , deepseq, Diff, directory, filepath, mtl, parsec, process - , QuickCheck, regex-tdfa - }: - mkDerivation { - pname = "ShellCheck"; - version = "0.7.2"; - sha256 = "0wl43njaq95l35y5mvipwp1db9vr551nz9wl0xy83j1x1kc38xgz"; - isLibrary = true; - isExecutable = true; - libraryHaskellDepends = [ - aeson array base bytestring containers deepseq Diff directory - filepath mtl parsec process QuickCheck regex-tdfa - ]; - executableHaskellDepends = [ - aeson array base bytestring containers deepseq Diff directory - filepath mtl parsec QuickCheck regex-tdfa - ]; - testHaskellDepends = [ - aeson array base bytestring containers deepseq Diff directory - filepath mtl parsec QuickCheck regex-tdfa - ]; - description = "Shell script analysis tool"; - license = lib.licenses.gpl3Only; - }) {}; - - "ShellCheck_0_8_0" = callPackage ({ mkDerivation, aeson, array, base, bytestring, containers , deepseq, Diff, directory, filepath, mtl, parsec, process , QuickCheck, regex-tdfa @@ -18415,7 +18311,6 @@ self: { ]; description = "Shell script analysis tool"; license = lib.licenses.gpl3Only; - hydraPlatforms = lib.platforms.none; }) {}; "Shellac" = callPackage @@ -21375,8 +21270,8 @@ self: { ({ mkDerivation }: mkDerivation { pname = "Win32"; - version = "2.6.2.1"; - sha256 = "03lwm777sqv24hwyjjail8lk95jgaw7mns1g1hx2qhk29593432q"; + version = "2.12.0.1"; + sha256 = "1nivdwjp9x9i64xg8gf3xj8khm9dfq6n5m8kvvlhz7i7ypl4mv72"; description = "A binding to Windows Win32 API"; license = lib.licenses.bsd3; platforms = lib.platforms.none; @@ -24194,28 +24089,6 @@ self: { }) {}; "ad" = callPackage - ({ mkDerivation, array, base, Cabal, cabal-doctest, comonad - , containers, criterion, data-reify, directory, doctest, erf - , filepath, free, nats, reflection, semigroups, transformers - }: - mkDerivation { - pname = "ad"; - version = "4.4.1"; - sha256 = "1afpqk0my4n50xvq9f0rhcs8kzy3w1xxjql462xc0mvvhsgp6s6g"; - revision = "3"; - editedCabalFile = "0dixfii8fk4drly5iwzy1ihnx5phmns0i8cbdhl6ylp79yyrdv2h"; - setupHaskellDepends = [ base Cabal cabal-doctest ]; - libraryHaskellDepends = [ - array base comonad containers data-reify erf free nats reflection - semigroups transformers - ]; - testHaskellDepends = [ base directory doctest filepath ]; - benchmarkHaskellDepends = [ base criterion erf ]; - description = "Automatic Differentiation"; - license = lib.licenses.bsd3; - }) {}; - - "ad_4_5" = callPackage ({ mkDerivation, adjunctions, array, base, comonad, containers , criterion, data-reify, erf, free, nats, reflection, semigroups , transformers @@ -24231,7 +24104,6 @@ self: { benchmarkHaskellDepends = [ base criterion erf ]; description = "Automatic Differentiation"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; }) {}; "ad-delcont" = callPackage @@ -24612,40 +24484,6 @@ self: { }) {}; "aeson" = callPackage - ({ mkDerivation, attoparsec, base, base-compat - , base-compat-batteries, base-orphans, base16-bytestring - , bytestring, containers, data-fix, deepseq, Diff, directory, dlist - , filepath, generic-deriving, ghc-prim, hashable, hashable-time - , integer-logarithms, primitive, QuickCheck, quickcheck-instances - , scientific, strict, tagged, tasty, tasty-golden, tasty-hunit - , tasty-quickcheck, template-haskell, text, th-abstraction, these - , time, time-compat, unordered-containers, uuid-types, vector - }: - mkDerivation { - pname = "aeson"; - version = "1.5.6.0"; - sha256 = "1s5z4bgb5150h6a4cjf5vh8dmyrn6ilh29gh05999v6jwd5w6q83"; - revision = "5"; - editedCabalFile = "01mbxj0cqbf20pwgx2021r79xwp8r3sjpvhxlpay5lk0s9pvn0sh"; - libraryHaskellDepends = [ - attoparsec base base-compat-batteries bytestring containers - data-fix deepseq dlist ghc-prim hashable primitive scientific - strict tagged template-haskell text th-abstraction these time - time-compat unordered-containers uuid-types vector - ]; - testHaskellDepends = [ - attoparsec base base-compat base-orphans base16-bytestring - bytestring containers data-fix Diff directory dlist filepath - generic-deriving ghc-prim hashable hashable-time integer-logarithms - QuickCheck quickcheck-instances scientific strict tagged tasty - tasty-golden tasty-hunit tasty-quickcheck template-haskell text - these time time-compat unordered-containers uuid-types vector - ]; - description = "Fast JSON parsing and encoding"; - license = lib.licenses.bsd3; - }) {}; - - "aeson_2_0_3_0" = callPackage ({ mkDerivation, attoparsec, base, base-compat , base-compat-batteries, base-orphans, base16-bytestring , bytestring, containers, data-fix, deepseq, Diff, directory, dlist @@ -24678,7 +24516,6 @@ self: { ]; description = "Fast JSON parsing and encoding"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; }) {}; "aeson-applicative" = callPackage @@ -24794,22 +24631,6 @@ self: { }) {}; "aeson-commit" = callPackage - ({ mkDerivation, aeson, aeson-qq, base, mtl, tasty, tasty-hspec - , text - }: - mkDerivation { - pname = "aeson-commit"; - version = "1.3"; - sha256 = "1w185p6s91pxd0kmgxxv62v81q7f77q4bgs8iv02xv34wp1jm9jv"; - libraryHaskellDepends = [ aeson base mtl text ]; - testHaskellDepends = [ - aeson aeson-qq base tasty tasty-hspec text - ]; - description = "Parse Aeson data with commitment"; - license = lib.licenses.bsd3; - }) {}; - - "aeson-commit_1_4" = callPackage ({ mkDerivation, aeson, aeson-qq, base, hspec, mtl, text }: mkDerivation { pname = "aeson-commit"; @@ -24819,7 +24640,6 @@ self: { testHaskellDepends = [ aeson aeson-qq base hspec text ]; description = "Parse Aeson data with commitment"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; }) {}; "aeson-compat" = callPackage @@ -25027,16 +24847,17 @@ self: { "aeson-flowtyped" = callPackage ({ mkDerivation, aeson, base, containers, data-fix, deriving-compat - , free, mtl, recursion-schemes, reflection, scientific, tasty - , tasty-hunit, text, time, unordered-containers, vector, wl-pprint + , free, generics-sop, mtl, recursion-schemes, reflection + , scientific, tasty, tasty-hunit, text, time, unordered-containers + , vector, wl-pprint }: mkDerivation { pname = "aeson-flowtyped"; - version = "0.12.2"; - sha256 = "1b0y415n2a5gzsqxmw7732j5mrwang5cabc7r02zydya735wllbr"; + version = "0.13.2.1"; + sha256 = "03zs0mz6fxgvcvfnx3j55yj2hi4npfj10kirjysnx0icypqy6x7g"; libraryHaskellDepends = [ - aeson base containers data-fix deriving-compat free mtl - recursion-schemes reflection scientific text time + aeson base containers data-fix deriving-compat free generics-sop + mtl recursion-schemes reflection scientific text time unordered-containers vector wl-pprint ]; testHaskellDepends = [ @@ -25419,10 +25240,8 @@ self: { }: mkDerivation { pname = "aeson-schemas"; - version = "1.3.5"; - sha256 = "1fdq109yjmvixri7hamj8z0iryxxdja8kkm6pk54mi0az0vx9743"; - revision = "2"; - editedCabalFile = "0n312ks2jl9l44ijz3my2caxbl4lkw3db97sa74w8nnch0wvmslh"; + version = "1.3.5.1"; + sha256 = "1cp6q92z0zkz9kdkaialcx2v9plvmkcghrg54jv841iqxjwcbj3r"; libraryHaskellDepends = [ aeson base first-class-families hashable megaparsec template-haskell text unordered-containers @@ -26694,25 +26513,6 @@ self: { }) {}; "algebraic-graphs" = callPackage - ({ mkDerivation, array, base, containers, deepseq, extra - , inspection-testing, mtl, QuickCheck, transformers - }: - mkDerivation { - pname = "algebraic-graphs"; - version = "0.5"; - sha256 = "02y5g459zl6hgdyq0kkqv4gz9v2xp7y2al9m4g46wis5hb7zxfc9"; - libraryHaskellDepends = [ - array base containers deepseq mtl transformers - ]; - testHaskellDepends = [ - array base containers deepseq extra inspection-testing mtl - QuickCheck transformers - ]; - description = "A library for algebraic graph construction and transformation"; - license = lib.licenses.mit; - }) {}; - - "algebraic-graphs_0_6" = callPackage ({ mkDerivation, array, base, containers, deepseq, extra , inspection-testing, mtl, QuickCheck, transformers }: @@ -26731,7 +26531,6 @@ self: { ]; description = "A library for algebraic graph construction and transformation"; license = lib.licenses.mit; - hydraPlatforms = lib.platforms.none; }) {}; "algebraic-graphs-io" = callPackage @@ -31549,29 +31348,6 @@ self: { }) {}; "api-maker" = callPackage - ({ mkDerivation, aeson, base, bytestring, containers, http-client - , http-client-tls, http-types, lens, monad-control, mtl, req, text - , transformers, transformers-base - }: - mkDerivation { - pname = "api-maker"; - version = "0.1.0.0"; - sha256 = "02rkmyq1zrjklklfqpj1413j3fb0c61y28pwj06z24i71d5nmy6r"; - libraryHaskellDepends = [ - aeson base bytestring containers http-client http-client-tls - http-types lens monad-control mtl req text transformers - transformers-base - ]; - testHaskellDepends = [ - aeson base bytestring containers http-client http-client-tls - http-types lens monad-control mtl req text transformers - transformers-base - ]; - description = "Package to make APIs"; - license = lib.licenses.bsd3; - }) {}; - - "api-maker_0_1_0_6" = callPackage ({ mkDerivation, aeson, base, bytestring, containers, easy-logger , http-api-data, http-client, http-client-tls, http-types, lens , monad-control, mtl, req, text, transformers, transformers-base @@ -31592,7 +31368,6 @@ self: { ]; description = "Package to make APIs"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; }) {}; "api-monobank" = callPackage @@ -32974,15 +32749,15 @@ self: { "arduino-copilot" = callPackage ({ mkDerivation, base, containers, copilot, copilot-c99 , copilot-language, directory, filepath, mtl, optparse-applicative - , process, temporary + , process, sketch-frp-copilot, temporary }: mkDerivation { pname = "arduino-copilot"; - version = "1.5.7"; - sha256 = "06qhad2v4qc5izza3j7wnfafzsidz232qqlq1iy3l8sbmdc8kw37"; + version = "1.7.0"; + sha256 = "073l9fmg1i83whdfbplpshz2695ls7bb4kf4c40446q0cpccpnrc"; libraryHaskellDepends = [ base containers copilot copilot-c99 copilot-language directory - filepath mtl optparse-applicative temporary + filepath mtl optparse-applicative sketch-frp-copilot temporary ]; testHaskellDepends = [ base directory process temporary ]; description = "Arduino programming in haskell using the Copilot stream DSL"; @@ -33839,24 +33614,6 @@ self: { }) {}; "ascii" = callPackage - ({ mkDerivation, ascii-case, ascii-char, ascii-group - , ascii-predicates, ascii-superset, ascii-th, base, bytestring - , data-ascii, text - }: - mkDerivation { - pname = "ascii"; - version = "1.0.1.6"; - sha256 = "1bxii5r24p7i68h37m6q7bjqy9fgp6s33ia9s62hwh70xkkcm8yw"; - libraryHaskellDepends = [ - ascii-case ascii-char ascii-group ascii-predicates ascii-superset - ascii-th base bytestring data-ascii text - ]; - testHaskellDepends = [ base text ]; - description = "The ASCII character set and encoding"; - license = lib.licenses.asl20; - }) {}; - - "ascii_1_1_1_2" = callPackage ({ mkDerivation, ascii-case, ascii-char, ascii-group , ascii-predicates, ascii-superset, ascii-th, base, bytestring , text @@ -33872,7 +33629,6 @@ self: { testHaskellDepends = [ base text ]; description = "The ASCII character set and encoding"; license = lib.licenses.asl20; - hydraPlatforms = lib.platforms.none; }) {}; "ascii-art-to-unicode" = callPackage @@ -35575,36 +35331,6 @@ self: { }) {}; "attoparsec" = callPackage - ({ mkDerivation, array, base, bytestring, case-insensitive - , containers, criterion, deepseq, directory, filepath, ghc-prim - , http-types, parsec, QuickCheck, quickcheck-unicode, scientific - , tasty, tasty-quickcheck, text, transformers, unordered-containers - , vector - }: - mkDerivation { - pname = "attoparsec"; - version = "0.13.2.5"; - sha256 = "0vv88m5m7ynjrg114psp4j4s69f1a5va3bvn293vymqrma7g7q11"; - revision = "2"; - editedCabalFile = "1syz7hf2h8c8vwqniymblnyciwqh4hvflfp1h0ywg7ad8q4gqr0v"; - libraryHaskellDepends = [ - array base bytestring containers deepseq ghc-prim scientific text - transformers - ]; - testHaskellDepends = [ - array base bytestring deepseq QuickCheck quickcheck-unicode - scientific tasty tasty-quickcheck text transformers vector - ]; - benchmarkHaskellDepends = [ - array base bytestring case-insensitive containers criterion deepseq - directory filepath ghc-prim http-types parsec scientific text - transformers unordered-containers vector - ]; - description = "Fast combinator parsing for bytestrings and text"; - license = lib.licenses.bsd3; - }) {}; - - "attoparsec_0_14_4" = callPackage ({ mkDerivation, array, base, bytestring, case-insensitive , containers, deepseq, directory, filepath, ghc-prim, http-types , parsec, QuickCheck, quickcheck-unicode, scientific, tasty @@ -35633,7 +35359,6 @@ self: { doHaddock = false; description = "Fast combinator parsing for bytestrings and text"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; }) {}; "attoparsec-arff" = callPackage @@ -35754,23 +35479,6 @@ self: { }) {}; "attoparsec-iso8601" = callPackage - ({ mkDerivation, attoparsec, base, base-compat-batteries, text - , time, time-compat - }: - mkDerivation { - pname = "attoparsec-iso8601"; - version = "1.0.2.0"; - sha256 = "162gc101mwhmjbfhhv1wm3yvk2h4ra34wpw5x87735cfqxvjv582"; - revision = "3"; - editedCabalFile = "1kjwc15lwn9axsx4nkl0ar1afimvhz0wsfir2wrxq17jsj9k0cjj"; - libraryHaskellDepends = [ - attoparsec base base-compat-batteries text time time-compat - ]; - description = "Parsing of ISO 8601 dates, originally from aeson"; - license = lib.licenses.bsd3; - }) {}; - - "attoparsec-iso8601_1_0_2_1" = callPackage ({ mkDerivation, attoparsec, base, base-compat-batteries, text , time, time-compat }: @@ -35783,7 +35491,6 @@ self: { ]; description = "Parsing of ISO 8601 dates, originally from aeson"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; }) {}; "attoparsec-iteratee" = callPackage @@ -36074,43 +35781,6 @@ self: { }) {}; "aura" = callPackage - ({ mkDerivation, aeson, algebraic-graphs, aur, base, bytestring - , containers, filepath, hashable, http-client, http-client-tls - , http-types, language-bash, megaparsec, network-uri - , optparse-applicative, prettyprinter, prettyprinter-ansi-terminal - , rio, scheduler, stm, tasty, tasty-hunit, text, time, transformers - , typed-process, versions - }: - mkDerivation { - pname = "aura"; - version = "3.2.5"; - sha256 = "1zrsjcvmhh3y0pahnz2fr944j2xz8sv4dcd9xz08vci4x1lm87hr"; - revision = "1"; - editedCabalFile = "0rmihjl4ysw36fpj4g5zkdhzvq8c0n0vxv4zlcmn35q37k85qpb6"; - isLibrary = true; - isExecutable = true; - libraryHaskellDepends = [ - aeson algebraic-graphs aur base bytestring containers filepath - hashable http-client http-types language-bash megaparsec - network-uri prettyprinter prettyprinter-ansi-terminal rio scheduler - stm text time transformers typed-process versions - ]; - executableHaskellDepends = [ - aeson aur base bytestring containers http-client http-client-tls - megaparsec optparse-applicative prettyprinter - prettyprinter-ansi-terminal rio scheduler text transformers - typed-process versions - ]; - testHaskellDepends = [ - base bytestring containers megaparsec rio tasty tasty-hunit text - versions - ]; - description = "A secure package manager for Arch Linux and the AUR"; - license = lib.licenses.gpl3Only; - hydraPlatforms = lib.platforms.none; - }) {}; - - "aura_3_2_7" = callPackage ({ mkDerivation, aeson, algebraic-graphs, aur, base, bytestring , containers, filepath, hashable, http-client, http-client-tls , http-types, language-bash, megaparsec, network-uri @@ -36191,26 +35861,6 @@ self: { }) {}; "authenticate-oauth" = callPackage - ({ mkDerivation, base, base64-bytestring, blaze-builder, bytestring - , crypto-pubkey-types, data-default, http-client, http-types - , random, RSA, SHA, time, transformers, transformers-compat - }: - mkDerivation { - pname = "authenticate-oauth"; - version = "1.6.0.1"; - sha256 = "1hry1zbi7gbyfi94w9cyg6m7ii7xm68jnsph63zxdj2s4ns0ylp0"; - revision = "2"; - editedCabalFile = "08i6mmk2jqlrd1aksjx02arly7dfpkwc0dwxpr7hs4rbxajbckyr"; - libraryHaskellDepends = [ - base base64-bytestring blaze-builder bytestring crypto-pubkey-types - data-default http-client http-types random RSA SHA time - transformers transformers-compat - ]; - description = "Library to authenticate with OAuth for Haskell web applications"; - license = lib.licenses.bsd3; - }) {}; - - "authenticate-oauth_1_7" = callPackage ({ mkDerivation, base, base64-bytestring, blaze-builder, bytestring , crypto-pubkey-types, data-default, http-client, http-types , random, RSA, SHA, time, transformers, transformers-compat @@ -36226,7 +35876,6 @@ self: { ]; description = "Library to authenticate with OAuth for Haskell web applications"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; }) {}; "authinfo-hs" = callPackage @@ -36417,20 +36066,6 @@ self: { }) {}; "autoexporter" = callPackage - ({ mkDerivation, base, Cabal, directory, filepath }: - mkDerivation { - pname = "autoexporter"; - version = "1.1.20"; - sha256 = "1aciwnsxb76hl2yx1n8mbmd6rhl41f1axq3c2djdc6mkkiyh9qc1"; - isLibrary = true; - isExecutable = true; - libraryHaskellDepends = [ base Cabal directory filepath ]; - executableHaskellDepends = [ base ]; - description = "Automatically re-export modules"; - license = lib.licenses.mit; - }) {}; - - "autoexporter_2_0_0_1" = callPackage ({ mkDerivation, base, Cabal, directory, filepath }: mkDerivation { pname = "autoexporter"; @@ -36442,7 +36077,6 @@ self: { executableHaskellDepends = [ base Cabal directory filepath ]; description = "Automatically re-export modules"; license = lib.licenses.mit; - hydraPlatforms = lib.platforms.none; }) {}; "autom" = callPackage @@ -36841,45 +36475,6 @@ self: { }) {}; "avro" = callPackage - ({ mkDerivation, aeson, array, base, base16-bytestring, bifunctors - , binary, bytestring, containers, data-binary-ieee754, deepseq - , directory, doctest, doctest-discover, extra, fail, gauge - , generic-lens, HasBigDecimal, hashable, hedgehog, hspec - , hspec-discover, hw-hspec-hedgehog, lens, lens-aeson, mtl - , QuickCheck, random, raw-strings-qq, scientific, semigroups - , tagged, template-haskell, text, tf-random, time, transformers - , unordered-containers, uuid, vector, zlib - }: - mkDerivation { - pname = "avro"; - version = "0.5.2.0"; - sha256 = "1apvqny4dikx5b7yqxs8a4hsxipl5xvz2i3c5bna1faiagxav1i1"; - revision = "1"; - editedCabalFile = "0081mnhn26824rbdsz1n74i9m21yfkh6y4g3v7ksh933dxagyiij"; - libraryHaskellDepends = [ - aeson array base base16-bytestring bifunctors binary bytestring - containers data-binary-ieee754 deepseq fail HasBigDecimal hashable - mtl raw-strings-qq scientific semigroups tagged template-haskell - text tf-random time unordered-containers uuid vector zlib - ]; - testHaskellDepends = [ - aeson array base base16-bytestring bifunctors binary bytestring - containers directory doctest doctest-discover extra fail - generic-lens HasBigDecimal hashable hedgehog hspec - hw-hspec-hedgehog lens lens-aeson mtl QuickCheck raw-strings-qq - scientific semigroups tagged text tf-random time transformers - unordered-containers uuid vector zlib - ]; - testToolDepends = [ doctest-discover hspec-discover ]; - benchmarkHaskellDepends = [ - aeson base binary bytestring containers deepseq gauge hashable mtl - random raw-strings-qq text transformers unordered-containers vector - ]; - description = "Avro serialization support for Haskell"; - license = lib.licenses.bsd3; - }) {}; - - "avro_0_6_0_1" = callPackage ({ mkDerivation, aeson, array, base, base16-bytestring, bifunctors , binary, bytestring, containers, data-binary-ieee754, deepseq , directory, doctest, doctest-discover, extra, fail, gauge @@ -36914,7 +36509,6 @@ self: { ]; description = "Avro serialization support for Haskell"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; }) {}; "avro-piper" = callPackage @@ -38866,7 +38460,7 @@ self: { "base-compat-batteries_0_12_1" = callPackage ({ mkDerivation, base, base-compat, ghc-prim, hspec, hspec-discover - , OneTuple, QuickCheck + , QuickCheck }: mkDerivation { pname = "base-compat-batteries"; @@ -38874,7 +38468,7 @@ self: { sha256 = "12w3bpsz3xykhibc8wkhiii9nav7yxhlv424cy1b9v9ihbfkr3zr"; revision = "2"; editedCabalFile = "0p522rvawkpyr12jwa0cikpqihvq2xd99nr95l0s3zdjf1srv0gf"; - libraryHaskellDepends = [ base base-compat ghc-prim OneTuple ]; + libraryHaskellDepends = [ base base-compat ghc-prim ]; testHaskellDepends = [ base hspec QuickCheck ]; testToolDepends = [ hspec-discover ]; description = "base-compat with extra batteries"; @@ -38985,10 +38579,10 @@ self: { ({ mkDerivation, base }: mkDerivation { pname = "base-prelude"; - version = "1.4"; - sha256 = "0nn5v2y9kl7i3n21250m7cvn55lvkmzj22wx6q4kaag5ycwwczrs"; + version = "1.6"; + sha256 = "1qh45ymq4j4vr39h0641hqpbmmxcdz3lwzabfnhxl3rgm8vkcpcv"; libraryHaskellDepends = [ base ]; - description = "The most complete prelude formed solely from the \"base\" package"; + description = "Featureful preludes formed solely from the \"base\" package"; license = lib.licenses.mit; }) {}; @@ -39291,27 +38885,6 @@ self: { }) {}; "base64-bytestring" = callPackage - ({ mkDerivation, base, bytestring, containers, criterion, deepseq - , HUnit, QuickCheck, split, test-framework, test-framework-hunit - , test-framework-quickcheck2 - }: - mkDerivation { - pname = "base64-bytestring"; - version = "1.1.0.0"; - sha256 = "1adcnkcx4nh3d59k94bkndj0wkgbvchz576qwlpaa7148a86q391"; - libraryHaskellDepends = [ base bytestring ]; - testHaskellDepends = [ - base bytestring containers HUnit QuickCheck split test-framework - test-framework-hunit test-framework-quickcheck2 - ]; - benchmarkHaskellDepends = [ - base bytestring containers criterion deepseq - ]; - description = "Fast base64 encoding and decoding for ByteStrings"; - license = lib.licenses.bsd3; - }) {}; - - "base64-bytestring_1_2_1_0" = callPackage ({ mkDerivation, base, bytestring, criterion, deepseq, HUnit , QuickCheck, test-framework, test-framework-hunit , test-framework-quickcheck2 @@ -39328,7 +38901,6 @@ self: { benchmarkHaskellDepends = [ base bytestring criterion deepseq ]; description = "Fast base64 encoding and decoding for ByteStrings"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; }) {}; "base64-bytestring-type" = callPackage @@ -40449,24 +40021,6 @@ self: { }) {}; "bech32-th" = callPackage - ({ mkDerivation, base, bech32, hspec, hspec-discover - , template-haskell, text - }: - mkDerivation { - pname = "bech32-th"; - version = "1.0.2"; - sha256 = "0ypn8y4b0iw7jb167biy0zjs4hp9k9nlf8y4nsczfv5n4p4cadnq"; - revision = "1"; - editedCabalFile = "1b614lymjd3idcbzrkha7labfskv1m0kbljrnhwcz7sbymfcbdbk"; - libraryHaskellDepends = [ base bech32 template-haskell text ]; - testHaskellDepends = [ base bech32 hspec template-haskell ]; - testToolDepends = [ hspec-discover ]; - description = "Template Haskell extensions to the Bech32 library"; - license = lib.licenses.asl20; - hydraPlatforms = lib.platforms.none; - }) {}; - - "bech32-th_1_1_1" = callPackage ({ mkDerivation, base, bech32, hspec, hspec-discover , template-haskell, text }: @@ -41366,19 +40920,6 @@ self: { }) {}; "bin" = callPackage - ({ mkDerivation, base, dec, deepseq, fin, hashable, QuickCheck }: - mkDerivation { - pname = "bin"; - version = "0.1.1"; - sha256 = "11awr2zdknjdgy365hh3alq0fjkhhixk6synf65af2brzkl8k5ys"; - libraryHaskellDepends = [ - base dec deepseq fin hashable QuickCheck - ]; - description = "Bin: binary natural numbers"; - license = lib.licenses.gpl2Plus; - }) {}; - - "bin_0_1_2" = callPackage ({ mkDerivation, base, boring, dec, deepseq, fin, hashable , QuickCheck, some }: @@ -41391,7 +40932,6 @@ self: { ]; description = "Bin: binary natural numbers"; license = lib.licenses.gpl2Plus; - hydraPlatforms = lib.platforms.none; }) {}; "binary_0_8_9_0" = callPackage @@ -41674,25 +41214,6 @@ self: { }) {}; "binary-orphans" = callPackage - ({ mkDerivation, base, binary, QuickCheck, quickcheck-instances - , tagged, tasty, tasty-quickcheck, transformers - }: - mkDerivation { - pname = "binary-orphans"; - version = "1.0.1"; - sha256 = "0gbmn5rpvyxhw5bxjmxwld6918lslv03b2f6hshssaw1il5x86j3"; - revision = "5"; - editedCabalFile = "1h2d37szfrcwn9rphnijn4q9l947b0wwqjs1aqmm62xkhbad7jf6"; - libraryHaskellDepends = [ base binary transformers ]; - testHaskellDepends = [ - base binary QuickCheck quickcheck-instances tagged tasty - tasty-quickcheck - ]; - description = "Compatibility package for binary; provides instances"; - license = lib.licenses.bsd3; - }) {}; - - "binary-orphans_1_0_2" = callPackage ({ mkDerivation, base, binary, OneTuple, QuickCheck , quickcheck-instances, tagged, tasty, tasty-quickcheck , transformers @@ -41710,7 +41231,6 @@ self: { ]; description = "Compatibility package for binary; provides instances"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; }) {}; "binary-parser" = callPackage @@ -43919,17 +43439,6 @@ self: { }) {}; "bits" = callPackage - ({ mkDerivation, base, bytes, mtl, transformers }: - mkDerivation { - pname = "bits"; - version = "0.5.3"; - sha256 = "0avcm2635nvgghr7nbci66s4l5q4k6ag81hla1xai58b159anyq0"; - libraryHaskellDepends = [ base bytes mtl transformers ]; - description = "Various bit twiddling and bitwise serialization primitives"; - license = lib.licenses.bsd3; - }) {}; - - "bits_0_6" = callPackage ({ mkDerivation, base, bytes, mtl, transformers }: mkDerivation { pname = "bits"; @@ -43938,7 +43447,6 @@ self: { libraryHaskellDepends = [ base bytes mtl transformers ]; description = "Various bit twiddling and bitwise serialization primitives"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; }) {}; "bits-atomic" = callPackage @@ -44196,7 +43704,7 @@ self: { }) {}; "bitvec" = callPackage - ({ mkDerivation, base, bytestring, containers, deepseq, integer-gmp + ({ mkDerivation, base, bytestring, containers, deepseq, ghc-bignum , primitive, quickcheck-classes, quickcheck-classes-base, random , tasty, tasty-bench, tasty-hunit, tasty-quickcheck, vector }: @@ -44205,14 +43713,14 @@ self: { version = "1.1.2.0"; sha256 = "0h7c5kpx43bm6qqnkpbzma9n201987cnq1231zg33p3xp7qc1hm2"; libraryHaskellDepends = [ - base bytestring deepseq integer-gmp primitive vector + base bytestring deepseq ghc-bignum primitive vector ]; testHaskellDepends = [ - base integer-gmp primitive quickcheck-classes + base ghc-bignum primitive quickcheck-classes quickcheck-classes-base tasty tasty-hunit tasty-quickcheck vector ]; benchmarkHaskellDepends = [ - base containers integer-gmp random tasty-bench vector + base containers ghc-bignum random tasty-bench vector ]; description = "Space-efficient bit vectors"; license = lib.licenses.bsd3; @@ -45083,8 +44591,8 @@ self: { }: mkDerivation { pname = "blockfrost-api"; - version = "0.3.0.0"; - sha256 = "1773mklwigyqhgbxsp2zz4yzwsq0s2sapifzisrk56qix74z9md4"; + version = "0.3.1.0"; + sha256 = "07r0r02rhz8mkgyn8vfvcfb266s1q3jfp7i9d8ngpdw8gnf6njgq"; libraryHaskellDepends = [ aeson base bytestring data-default-class deriving-aeson lens QuickCheck quickcheck-instances safe-money servant servant-docs @@ -45107,8 +44615,8 @@ self: { }: mkDerivation { pname = "blockfrost-client"; - version = "0.3.0.0"; - sha256 = "0n49qbqlghgqw0nnx6bpkfiiyaqzzscl6hr0rh7xxw56955r55p0"; + version = "0.3.1.0"; + sha256 = "12disbxyn7hk6k1c4iavs01wq3yhnz9f9bzxbi89b9d5dr2g8fcn"; isLibrary = true; isExecutable = true; libraryHaskellDepends = [ @@ -46845,32 +46353,6 @@ self: { broken = true; }) {}; - "brick" = callPackage - ({ mkDerivation, base, bytestring, config-ini, containers - , contravariant, data-clist, deepseq, directory, dlist, exceptions - , filepath, microlens, microlens-mtl, microlens-th, QuickCheck, stm - , template-haskell, text, text-zipper, transformers, unix, vector - , vty, word-wrap - }: - mkDerivation { - pname = "brick"; - version = "0.62"; - sha256 = "1f74m9yxwqv3xs1jhhpww2higfz3w0v1niff257wshhrvrkigh36"; - isLibrary = true; - isExecutable = true; - libraryHaskellDepends = [ - base bytestring config-ini containers contravariant data-clist - deepseq directory dlist exceptions filepath microlens microlens-mtl - microlens-th stm template-haskell text text-zipper transformers - unix vector vty word-wrap - ]; - testHaskellDepends = [ - base containers microlens QuickCheck vector - ]; - description = "A declarative terminal user interface library"; - license = lib.licenses.bsd3; - }) {}; - "brick_0_64_2" = callPackage ({ mkDerivation, base, bytestring, config-ini, containers , contravariant, data-clist, deepseq, directory, dlist, exceptions @@ -46898,7 +46380,7 @@ self: { hydraPlatforms = lib.platforms.none; }) {}; - "brick_0_67" = callPackage + "brick" = callPackage ({ mkDerivation, base, bytestring, config-ini, containers , contravariant, data-clist, deepseq, directory, dlist, exceptions , filepath, microlens, microlens-mtl, microlens-th, QuickCheck, stm @@ -46922,7 +46404,6 @@ self: { ]; description = "A declarative terminal user interface library"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; }) {}; "brick-dropdownmenu" = callPackage @@ -47375,8 +46856,8 @@ self: { pname = "brotli"; version = "0.0.0.0"; sha256 = "1l9qiw5cl0k1rcnqnj9pb7vgj1b06wckkk5i73nqr15ixgcjmr9j"; - revision = "2"; - editedCabalFile = "0iny0gbb5b3a8n8rpriz7620fnhw70c0pgl615s4b1rhrnj87wrb"; + revision = "3"; + editedCabalFile = "1h2p4f0sdf9b2aga9hlfb83fl0w9in6dm9qw42l5jjdapw3hv7nx"; libraryHaskellDepends = [ base bytestring transformers ]; libraryPkgconfigDepends = [ brotli ]; testHaskellDepends = [ @@ -47418,8 +46899,8 @@ self: { pname = "brotli-streams"; version = "0.0.0.0"; sha256 = "14jc1nhm50razsl99d95amdf4njf75dnzx8vqkihgrgp7qisyz3z"; - revision = "2"; - editedCabalFile = "0xp1raxz3ddaq4hvpsw9yqwdfy51wwjiirh51nnxdgxqcwpy5w8s"; + revision = "3"; + editedCabalFile = "05531gbin8qww8b8djh8ij2s7hn302s2ld29qdxrrclfmqkk5qjy"; libraryHaskellDepends = [ base brotli bytestring io-streams ]; testHaskellDepends = [ base bytestring HUnit io-streams QuickCheck test-framework @@ -48193,23 +47674,6 @@ self: { }) {}; "burrito" = callPackage - ({ mkDerivation, base, bytestring, containers, hspec, parsec - , QuickCheck, template-haskell, text, transformers - }: - mkDerivation { - pname = "burrito"; - version = "1.2.0.4"; - sha256 = "1i08p5g6yivmkgbhxv48amfdw523agjwyd02pbk5lbzyssc2sp7d"; - libraryHaskellDepends = [ - base bytestring containers parsec template-haskell text - transformers - ]; - testHaskellDepends = [ base containers hspec QuickCheck text ]; - description = "Parse and render URI templates"; - license = lib.licenses.isc; - }) {}; - - "burrito_2_0_1_0" = callPackage ({ mkDerivation, base, bytestring, containers, hspec, parsec , QuickCheck, template-haskell, text, transformers }: @@ -48227,7 +47691,6 @@ self: { ]; description = "Parse and render URI templates"; license = lib.licenses.mit; - hydraPlatforms = lib.platforms.none; }) {}; "burst-detection" = callPackage @@ -48786,19 +48249,19 @@ self: { "byteslice" = callPackage ({ mkDerivation, base, bytestring, gauge, primitive, primitive-addr , primitive-unlifted, quickcheck-classes, run-st, tasty - , tasty-hunit, tasty-quickcheck, tuples, vector + , tasty-hunit, tasty-quickcheck, transformers, tuples, vector }: mkDerivation { pname = "byteslice"; - version = "0.2.6.0"; - sha256 = "0kgrqf5v0crr44xm46fppkbqw5r738qspwyjdk9g4wavsm1bk20b"; + version = "0.2.7.0"; + sha256 = "1mzqlyh0mswk64irz0sr8fk0v9y9ksb1k1j3g51l9vhhnz0cavhj"; libraryHaskellDepends = [ base bytestring primitive primitive-addr primitive-unlifted run-st tuples vector ]; testHaskellDepends = [ base bytestring primitive quickcheck-classes tasty tasty-hunit - tasty-quickcheck + tasty-quickcheck transformers ]; benchmarkHaskellDepends = [ base gauge primitive ]; description = "Slicing managed and unmanaged memory"; @@ -50103,30 +49566,6 @@ self: { }) {}; "cabal-flatpak" = callPackage - ({ mkDerivation, aeson, aeson-pretty, base, bytestring, cabal-plan - , containers, cryptohash-sha256, http-client, http-client-tls - , http-types, optparse-applicative, pathtype, shell-utility, tar - , text, utility-ht, zlib - }: - mkDerivation { - pname = "cabal-flatpak"; - version = "0.1.0.2"; - sha256 = "1h7yklhqrsgxk841fryxz0sk03zb02p34g1nvwdz6c6mfpwc8y54"; - revision = "2"; - editedCabalFile = "0mf387hkxshcbss739c66j0hc1143r9lns3p3aw1l76as9lbdlwj"; - isLibrary = false; - isExecutable = true; - executableHaskellDepends = [ - aeson aeson-pretty base bytestring cabal-plan containers - cryptohash-sha256 http-client http-client-tls http-types - optparse-applicative pathtype shell-utility tar text utility-ht - zlib - ]; - description = "Generate a FlatPak manifest from a Cabal package description"; - license = lib.licenses.bsd3; - }) {}; - - "cabal-flatpak_0_1_0_3" = callPackage ({ mkDerivation, aeson, aeson-pretty, base, bytestring, cabal-plan , containers, cryptohash-sha256, http-client, http-client-tls , http-types, optparse-applicative, pathtype, shell-utility, tar @@ -50148,7 +49587,6 @@ self: { ]; description = "Generate a FlatPak manifest from a Cabal package description"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; }) {}; "cabal-fmt" = callPackage @@ -50511,33 +49949,6 @@ self: { }) {}; "cabal-plan" = callPackage - ({ mkDerivation, aeson, ansi-terminal, async, base, base-compat - , base16-bytestring, bytestring, containers, directory, filepath - , mtl, optics-core, optparse-applicative, parsec, process - , semialign, singleton-bool, text, these, topograph, transformers - , vector - }: - mkDerivation { - pname = "cabal-plan"; - version = "0.7.2.0"; - sha256 = "118g2ywzgjny57c2iysnj5f7rlriwic3f0k9c54f6bvkc0a3sfi3"; - configureFlags = [ "-fexe" ]; - isLibrary = true; - isExecutable = true; - libraryHaskellDepends = [ - aeson base base16-bytestring bytestring containers directory - filepath text - ]; - executableHaskellDepends = [ - ansi-terminal async base base-compat bytestring containers - directory mtl optics-core optparse-applicative parsec process - semialign singleton-bool text these topograph transformers vector - ]; - description = "Library and utility for processing cabal's plan.json file"; - license = lib.licenses.gpl2Plus; - }) {}; - - "cabal-plan_0_7_2_1" = callPackage ({ mkDerivation, aeson, ansi-terminal, async, base, base-compat , base16-bytestring, bytestring, containers, directory, filepath , mtl, optics-core, optparse-applicative, parsec, process @@ -50564,7 +49975,6 @@ self: { ]; description = "Library and utility for processing cabal's plan.json file"; license = lib.licenses.gpl2Plus; - hydraPlatforms = lib.platforms.none; }) {}; "cabal-progdeps" = callPackage @@ -50922,28 +50332,6 @@ self: { }) {}; "cabal2spec" = callPackage - ({ mkDerivation, base, Cabal, filepath, optparse-applicative, tasty - , tasty-golden, time - }: - mkDerivation { - pname = "cabal2spec"; - version = "2.6.2"; - sha256 = "0x1r01fk5mch76zindalvmlkfaca4y1x89zw2dm0d46fncsfgdrv"; - revision = "1"; - editedCabalFile = "196j1fga9cqlc0nbxbgl0c3g0ic8sf618whps95zzp58lac9dqak"; - isLibrary = true; - isExecutable = true; - libraryHaskellDepends = [ base Cabal filepath time ]; - executableHaskellDepends = [ - base Cabal filepath optparse-applicative - ]; - testHaskellDepends = [ base Cabal filepath tasty tasty-golden ]; - description = "Convert Cabal files into rpm spec files"; - license = lib.licenses.gpl3Only; - maintainers = with lib.maintainers; [ peti ]; - }) {}; - - "cabal2spec_2_6_3" = callPackage ({ mkDerivation, base, Cabal, filepath, optparse-applicative, tasty , tasty-golden, time }: @@ -50951,6 +50339,8 @@ self: { pname = "cabal2spec"; version = "2.6.3"; sha256 = "1mxqllc6mbxbyr5iz6qs0sxmvzrn5jf9wbs6zqnlygg23ml043kr"; + revision = "1"; + editedCabalFile = "0njnhrm2mm2nrn5y95fqw3s5r1md64f6d1k1zql9ppl102qgrbfp"; isLibrary = true; isExecutable = true; libraryHaskellDepends = [ base Cabal filepath time ]; @@ -50960,7 +50350,6 @@ self: { testHaskellDepends = [ base Cabal filepath tasty tasty-golden ]; description = "Convert Cabal files into rpm spec files"; license = lib.licenses.gpl3Only; - hydraPlatforms = lib.platforms.none; maintainers = with lib.maintainers; [ peti ]; }) {}; @@ -51802,23 +51191,21 @@ self: { }) {}; "call-alloy" = callPackage - ({ mkDerivation, base, bytestring, containers, directory + ({ mkDerivation, base, bytestring, containers, directory, extra , file-embed, filepath, hashable, hspec, mtl, process, split , trifecta, unix }: mkDerivation { pname = "call-alloy"; - version = "0.2.2.0"; - sha256 = "09xy823lxmp4siqxbv8f6v192a9bs0vmq36293cbiv7g7w65bnvi"; - revision = "2"; - editedCabalFile = "0c90z46ks7sybx899ama5dsvbxvm62a2cclwqav1rak1vjygglk2"; + version = "0.3"; + sha256 = "0pf6zdx201pkdzj3iccwj9k3bi0qabpmsn0sfn27mcwdgksn2q7p"; libraryHaskellDepends = [ - base bytestring containers directory file-embed filepath hashable - mtl process split trifecta unix + base bytestring containers directory extra file-embed filepath + hashable mtl process split trifecta unix ]; testHaskellDepends = [ - base bytestring containers directory file-embed filepath hashable - hspec mtl process split trifecta unix + base bytestring containers directory extra file-embed filepath + hashable hspec mtl process split trifecta unix ]; description = "A simple library to call Alloy given a specification"; license = lib.licenses.mit; @@ -51847,18 +51234,6 @@ self: { }) {}; "call-stack" = callPackage - ({ mkDerivation, base, nanospec }: - mkDerivation { - pname = "call-stack"; - version = "0.3.0"; - sha256 = "0ski7ihdxah7x4x07qgkjljg8hzqs9d6aa5k4cmr40bzp3i8s3mq"; - libraryHaskellDepends = [ base ]; - testHaskellDepends = [ base nanospec ]; - description = "Use GHC call-stacks in a backward compatible way"; - license = lib.licenses.mit; - }) {}; - - "call-stack_0_4_0" = callPackage ({ mkDerivation, base, filepath, nanospec }: mkDerivation { pname = "call-stack"; @@ -51868,7 +51243,6 @@ self: { testHaskellDepends = [ base filepath nanospec ]; description = "Use GHC call-stacks in a backward compatible way"; license = lib.licenses.mit; - hydraPlatforms = lib.platforms.none; }) {}; "camfort" = callPackage @@ -52215,32 +51589,6 @@ self: { }) {}; "capability" = callPackage - ({ mkDerivation, base, constraints, containers, dlist, exceptions - , generic-lens, hspec, lens, monad-control, monad-unlift, mtl - , mutable-containers, primitive, reflection, safe-exceptions - , silently, streaming, temporary, text, transformers, unliftio - , unliftio-core - }: - mkDerivation { - pname = "capability"; - version = "0.4.0.0"; - sha256 = "02dnvzfvn81k15qp41fqd3pk4izg8rfbj7d5f6ry0wfa8d8payq0"; - revision = "1"; - editedCabalFile = "0dqqry8qjx9gigz7x542zchrvjbmmhpafzn4fxf1dw0yd6hqavfq"; - libraryHaskellDepends = [ - base constraints dlist exceptions generic-lens lens monad-control - monad-unlift mtl mutable-containers primitive reflection - safe-exceptions streaming transformers unliftio unliftio-core - ]; - testHaskellDepends = [ - base containers dlist hspec lens mtl silently streaming temporary - text unliftio - ]; - description = "Extensional capabilities and deriving combinators"; - license = lib.licenses.bsd3; - }) {}; - - "capability_0_5_0_0" = callPackage ({ mkDerivation, base, constraints, containers, dlist, exceptions , generic-lens, hspec, lens, monad-control, mtl, mutable-containers , primitive, reflection, safe-exceptions, silently, streaming @@ -52261,7 +51609,6 @@ self: { ]; description = "Extensional capabilities and deriving combinators"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; }) {}; "capataz" = callPackage @@ -53846,7 +53193,7 @@ self: { "cborg" = callPackage ({ mkDerivation, aeson, array, base, base-orphans , base16-bytestring, base64-bytestring, bytestring, containers - , deepseq, ghc-prim, half, integer-gmp, primitive, QuickCheck + , deepseq, ghc-bignum, ghc-prim, half, primitive, QuickCheck , random, scientific, tasty, tasty-hunit, tasty-quickcheck, text , vector }: @@ -53857,7 +53204,7 @@ self: { revision = "1"; editedCabalFile = "0ry5p8cnmm772m3z074azh1ldxvq851dmffsp2b7vljjhzd9j4sc"; libraryHaskellDepends = [ - array base bytestring containers deepseq ghc-prim half integer-gmp + array base bytestring containers deepseq ghc-bignum ghc-prim half primitive text ]; testHaskellDepends = [ @@ -55940,34 +55287,6 @@ self: { }) {}; "chronos" = callPackage - ({ mkDerivation, aeson, attoparsec, base, bytestring, criterion - , deepseq, doctest, hashable, HUnit, old-locale, primitive - , QuickCheck, semigroups, test-framework, test-framework-hunit - , test-framework-quickcheck2, text, thyme, time, torsor, vector - }: - mkDerivation { - pname = "chronos"; - version = "1.1.1"; - sha256 = "10nxhnj5y984c3mf2wkc2zl6afbph0b0vj7f722g0yp7cq4908yj"; - revision = "1"; - editedCabalFile = "0yspjcgnzl8kvfw6lgndkd2m4cp1s5gvga0kfm5fbrf0g8kwhns8"; - libraryHaskellDepends = [ - aeson attoparsec base bytestring hashable primitive semigroups text - torsor vector - ]; - testHaskellDepends = [ - attoparsec base bytestring doctest HUnit QuickCheck test-framework - test-framework-hunit test-framework-quickcheck2 text torsor - ]; - benchmarkHaskellDepends = [ - attoparsec base bytestring criterion deepseq old-locale QuickCheck - text thyme time vector - ]; - description = "A performant time library"; - license = lib.licenses.bsd3; - }) {}; - - "chronos_1_1_3" = callPackage ({ mkDerivation, aeson, attoparsec, base, bytebuild, byteslice , bytesmith, bytestring, criterion, deepseq, doctest, hashable , HUnit, natural-arithmetic, old-locale, primitive, QuickCheck @@ -55995,7 +55314,6 @@ self: { ]; description = "A high-performance time library"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; }) {}; "chronos-bench" = callPackage @@ -56244,8 +55562,8 @@ self: { }: mkDerivation { pname = "cimple"; - version = "0.0.14"; - sha256 = "1n287ybpl4h8laklw4s0gqf7hn8w12yv3wxm1xjh7rx9fivnim2v"; + version = "0.0.15"; + sha256 = "1jlrg57m30w17l4jrqn8gsd412xgh7ck1hs64a5bl61vsysga8jd"; isLibrary = true; isExecutable = true; libraryHaskellDepends = [ @@ -56632,32 +55950,6 @@ self: { }) {}; "citeproc" = callPackage - ({ mkDerivation, aeson, attoparsec, base, bytestring - , case-insensitive, containers, data-default, Diff, directory - , file-embed, filepath, mtl, pandoc-types, pretty, safe, scientific - , text, timeit, transformers, unicode-collation, uniplate, vector - , xml-conduit - }: - mkDerivation { - pname = "citeproc"; - version = "0.4.0.1"; - sha256 = "13hgbcbr7jbyfbxp8fsc43c2wq4fhlbxzqwh1plfkdi5n9bif1lv"; - isLibrary = true; - isExecutable = true; - libraryHaskellDepends = [ - aeson attoparsec base bytestring case-insensitive containers - data-default file-embed filepath pandoc-types safe scientific text - transformers unicode-collation uniplate vector xml-conduit - ]; - testHaskellDepends = [ - aeson base bytestring containers Diff directory filepath mtl pretty - text timeit transformers - ]; - description = "Generates citations and bibliography from CSL styles"; - license = lib.licenses.bsd2; - }) {}; - - "citeproc_0_6_0_1" = callPackage ({ mkDerivation, aeson, attoparsec, base, bytestring , case-insensitive, containers, data-default, Diff, directory , file-embed, filepath, mtl, pandoc-types, pretty, safe, scientific @@ -56681,7 +55973,6 @@ self: { ]; description = "Generates citations and bibliography from CSL styles"; license = lib.licenses.bsd2; - hydraPlatforms = lib.platforms.none; }) {}; "citeproc-hs" = callPackage @@ -57022,45 +56313,14 @@ self: { }) {}; "clash-ghc" = callPackage - ({ mkDerivation, array, base, bifunctors, bytestring, Cabal - , clash-lib, clash-prelude, concurrent-supply, containers, deepseq - , directory, exceptions, extra, filepath, ghc, ghc-boot, ghc-prim - , ghc-typelits-extra, ghc-typelits-knownnat - , ghc-typelits-natnormalise, ghci, hashable, haskeline, integer-gmp - , lens, mtl, primitive, process, reflection, split - , template-haskell, text, time, transformers, uniplate, unix - , unordered-containers, utf8-string, vector - }: - mkDerivation { - pname = "clash-ghc"; - version = "1.4.7"; - sha256 = "06r97diqy6px1pf06dbnvf6ns0kmqy5gc5mr6k9xam1d2pk37xwd"; - isLibrary = true; - isExecutable = true; - libraryHaskellDepends = [ - array base bifunctors bytestring Cabal clash-lib clash-prelude - concurrent-supply containers deepseq directory exceptions extra - filepath ghc ghc-boot ghc-prim ghc-typelits-extra - ghc-typelits-knownnat ghc-typelits-natnormalise ghci hashable - haskeline integer-gmp lens mtl primitive process reflection split - template-haskell text time transformers uniplate unix - unordered-containers utf8-string vector - ]; - executableHaskellDepends = [ base ]; - description = "Clash: a functional hardware description language - GHC frontend"; - license = lib.licenses.bsd2; - hydraPlatforms = lib.platforms.none; - }) {}; - - "clash-ghc_1_6_1" = callPackage ({ mkDerivation, array, base, bytestring, Cabal, clash-lib , clash-prelude, concurrent-supply, containers, data-binary-ieee754 - , deepseq, directory, exceptions, extra, filepath, ghc, ghc-boot - , ghc-prim, ghc-typelits-extra, ghc-typelits-knownnat - , ghc-typelits-natnormalise, ghci, hashable, haskeline, integer-gmp - , lens, mtl, primitive, process, reflection, split - , template-haskell, text, time, transformers, uniplate, unix - , unordered-containers, utf8-string, vector + , deepseq, directory, exceptions, extra, filepath, ghc, ghc-bignum + , ghc-boot, ghc-prim, ghc-typelits-extra, ghc-typelits-knownnat + , ghc-typelits-natnormalise, ghci, hashable, haskeline, lens, mtl + , primitive, process, reflection, split, template-haskell, text + , time, transformers, uniplate, unix, unordered-containers + , utf8-string, vector }: mkDerivation { pname = "clash-ghc"; @@ -57071,9 +56331,9 @@ self: { libraryHaskellDepends = [ array base bytestring Cabal clash-lib clash-prelude concurrent-supply containers data-binary-ieee754 deepseq directory - exceptions extra filepath ghc ghc-boot ghc-prim ghc-typelits-extra - ghc-typelits-knownnat ghc-typelits-natnormalise ghci hashable - haskeline integer-gmp lens mtl primitive process reflection split + exceptions extra filepath ghc ghc-bignum ghc-boot ghc-prim + ghc-typelits-extra ghc-typelits-knownnat ghc-typelits-natnormalise + ghci hashable haskeline lens mtl primitive process reflection split template-haskell text time transformers uniplate unix unordered-containers utf8-string vector ]; @@ -57084,56 +56344,13 @@ self: { }) {}; "clash-lib" = callPackage - ({ mkDerivation, aeson, aeson-pretty, ansi-terminal, array - , attoparsec, base, base16-bytestring, binary, bytestring - , clash-prelude, concurrent-supply, containers, cryptohash-sha256 - , data-binary-ieee754, data-default, deepseq, directory, dlist - , errors, exceptions, extra, filepath, ghc, ghc-boot-th - , ghc-typelits-knownnat, hashable, haskell-src-exts - , haskell-src-meta, hint, integer-gmp, interpolate, lens, mtl - , ordered-containers, parsers, pretty-show, prettyprinter - , primitive, process, quickcheck-text, reducers, tasty, tasty-hunit - , tasty-quickcheck, template-haskell, temporary, terminal-size - , text, text-show, time, transformers, trifecta - , unordered-containers, utf8-string, vector - , vector-binary-instances - }: - mkDerivation { - pname = "clash-lib"; - version = "1.4.7"; - sha256 = "03wj0i926x8lc09nwgwh48plqxc49i5zzwil88bgnxdcwv9ncv18"; - enableSeparateDataOutput = true; - libraryHaskellDepends = [ - aeson aeson-pretty ansi-terminal array attoparsec base - base16-bytestring binary bytestring clash-prelude concurrent-supply - containers cryptohash-sha256 data-binary-ieee754 data-default - deepseq directory dlist errors exceptions extra filepath ghc - ghc-boot-th hashable haskell-src-meta hint integer-gmp interpolate - lens mtl ordered-containers parsers pretty-show prettyprinter - primitive process reducers template-haskell temporary terminal-size - text text-show time transformers trifecta unordered-containers - utf8-string vector vector-binary-instances - ]; - testHaskellDepends = [ - aeson aeson-pretty base base16-bytestring bytestring clash-prelude - concurrent-supply containers data-default deepseq ghc - ghc-typelits-knownnat haskell-src-exts lens pretty-show - quickcheck-text tasty tasty-hunit tasty-quickcheck template-haskell - text transformers unordered-containers - ]; - description = "Clash: a functional hardware description language - As a library"; - license = lib.licenses.bsd2; - hydraPlatforms = lib.platforms.none; - }) {}; - - "clash-lib_1_6_1" = callPackage ({ mkDerivation, aeson, aeson-pretty, ansi-terminal, array, async , attoparsec, base, base16-bytestring, binary, bytestring , clash-prelude, concurrent-supply, containers, cryptohash-sha256 , data-binary-ieee754, data-default, deepseq, directory, dlist - , exceptions, extra, filepath, ghc, ghc-boot-th + , exceptions, extra, filepath, ghc, ghc-bignum, ghc-boot-th , ghc-typelits-knownnat, Glob, hashable, haskell-src-exts - , haskell-src-meta, hint, integer-gmp, interpolate, lens, mtl + , haskell-src-meta, hint, interpolate, lens, mtl , ordered-containers, pretty-show, prettyprinter, primitive , quickcheck-text, stringsearch, tasty, tasty-hunit , tasty-quickcheck, template-haskell, temporary, terminal-size @@ -57151,8 +56368,8 @@ self: { aeson aeson-pretty ansi-terminal array async attoparsec base base16-bytestring binary bytestring clash-prelude concurrent-supply containers cryptohash-sha256 data-binary-ieee754 data-default - deepseq directory dlist exceptions extra filepath ghc ghc-boot-th - hashable haskell-src-meta hint integer-gmp interpolate lens mtl + deepseq directory dlist exceptions extra filepath ghc ghc-bignum + ghc-boot-th hashable haskell-src-meta hint interpolate lens mtl ordered-containers pretty-show prettyprinter primitive template-haskell temporary terminal-size text time transformers trifecta unordered-containers vector vector-binary-instances yaml @@ -57210,54 +56427,12 @@ self: { }) {}; "clash-prelude" = callPackage - ({ mkDerivation, array, arrows, base, bifunctors, binary - , bytestring, Cabal, cabal-doctest, constraints, containers - , criterion, data-binary-ieee754, data-default-class, deepseq - , doctest, extra, ghc-prim, ghc-typelits-extra - , ghc-typelits-knownnat, ghc-typelits-natnormalise, half, hashable - , hedgehog, hint, integer-gmp, interpolate, lens, QuickCheck - , quickcheck-classes-base, recursion-schemes, reflection - , singletons, tasty, tasty-hedgehog, tasty-hunit, tasty-quickcheck - , tasty-th, template-haskell, text, text-show, th-abstraction - , th-lift, th-orphans, time, transformers, type-errors, uniplate - , vector - }: - mkDerivation { - pname = "clash-prelude"; - version = "1.4.7"; - sha256 = "1ba7w8d9532gd6ahvmdbxsby2rx9wpxblkgmkrn6df1xdp3aqi9w"; - setupHaskellDepends = [ base Cabal cabal-doctest ]; - libraryHaskellDepends = [ - array arrows base bifunctors binary bytestring constraints - containers data-binary-ieee754 data-default-class deepseq extra - ghc-prim ghc-typelits-extra ghc-typelits-knownnat - ghc-typelits-natnormalise half hashable integer-gmp interpolate - lens QuickCheck recursion-schemes reflection singletons - template-haskell text text-show th-abstraction th-lift th-orphans - time transformers type-errors uniplate vector - ]; - testHaskellDepends = [ - base deepseq doctest ghc-typelits-extra ghc-typelits-knownnat - ghc-typelits-natnormalise hedgehog hint quickcheck-classes-base - tasty tasty-hedgehog tasty-hunit tasty-quickcheck tasty-th - template-haskell - ]; - benchmarkHaskellDepends = [ - base criterion deepseq template-haskell - ]; - description = "Clash: a functional hardware description language - Prelude library"; - license = lib.licenses.bsd2; - hydraPlatforms = lib.platforms.none; - broken = true; - }) {}; - - "clash-prelude_1_6_1" = callPackage ({ mkDerivation, array, arrows, base, binary, bytestring , constraints, containers, criterion, data-binary-ieee754 , data-default-class, deepseq, directory, doctest-parallel, extra - , filepath, ghc-prim, ghc-typelits-extra, ghc-typelits-knownnat - , ghc-typelits-natnormalise, half, hashable, hedgehog, hint - , integer-gmp, interpolate, lens, QuickCheck + , filepath, ghc-bignum, ghc-prim, ghc-typelits-extra + , ghc-typelits-knownnat, ghc-typelits-natnormalise, half, hashable + , hedgehog, hint, interpolate, lens, QuickCheck , quickcheck-classes-base, recursion-schemes, reflection , singletons, tasty, tasty-hedgehog, tasty-hunit, tasty-quickcheck , tasty-th, template-haskell, text, th-abstraction, th-lift @@ -57269,9 +56444,9 @@ self: { sha256 = "18fhkk2icwk8jm7d6ni0l2l7jgh0isdkmlzj2dpvqrwla6qf40j2"; libraryHaskellDepends = [ array arrows base binary bytestring constraints containers - data-binary-ieee754 data-default-class deepseq extra ghc-prim - ghc-typelits-extra ghc-typelits-knownnat ghc-typelits-natnormalise - half hashable integer-gmp interpolate lens QuickCheck + data-binary-ieee754 data-default-class deepseq extra ghc-bignum + ghc-prim ghc-typelits-extra ghc-typelits-knownnat + ghc-typelits-natnormalise half hashable interpolate lens QuickCheck recursion-schemes reflection singletons template-haskell text th-abstraction th-lift th-orphans time transformers type-errors uniplate vector @@ -59455,29 +58630,14 @@ self: { ({ mkDerivation, base, doctest, Glob }: mkDerivation { pname = "co-log-core"; - version = "0.2.1.1"; - sha256 = "04w8j39n1cfmzvvllbjj21w7g53lgppf5crk7n4i9hgspaxbwyik"; - revision = "1"; - editedCabalFile = "1mib449rp5g02f62nl4phfgjm4f8dj5v6qwxyx0cccglkiccn28j"; + version = "0.3.1.0"; + sha256 = "1v0pccm2wmvlb21g8l47qmnl7839lj2rkf17bvrqj36xa7p0nwi9"; libraryHaskellDepends = [ base ]; testHaskellDepends = [ base doctest Glob ]; description = "Composable Contravariant Comonadic Logging Library"; license = lib.licenses.mpl20; }) {}; - "co-log-core_0_3_0_0" = callPackage - ({ mkDerivation, base, doctest, Glob }: - mkDerivation { - pname = "co-log-core"; - version = "0.3.0.0"; - sha256 = "0jwxagj6mwlq5d1cql73qwkrzdq0bsj6bh6g179wkd9bm6rb9r9q"; - libraryHaskellDepends = [ base ]; - testHaskellDepends = [ base doctest Glob ]; - description = "Composable Contravariant Comonadic Logging Library"; - license = lib.licenses.mpl20; - hydraPlatforms = lib.platforms.none; - }) {}; - "co-log-json" = callPackage ({ mkDerivation, aeson, base, bytestring, co-log-core, containers , string-conv, text @@ -60981,29 +60141,6 @@ self: { }) {}; "comfort-array" = callPackage - ({ mkDerivation, base, ChasingBottoms, containers, deepseq - , doctest-exitcode-stdio, doctest-lib, guarded-allocation - , non-empty, prelude-compat, primitive, QuickCheck, semigroups - , storable-record, tagged, transformers, utility-ht - }: - mkDerivation { - pname = "comfort-array"; - version = "0.4.1"; - sha256 = "11nsq6yc3sz259nn9vks49rxq5zzrfwqn9fvi10w3vbnq3wjg9i5"; - libraryHaskellDepends = [ - base containers deepseq guarded-allocation non-empty prelude-compat - primitive QuickCheck semigroups storable-record tagged transformers - utility-ht - ]; - testHaskellDepends = [ - base ChasingBottoms containers doctest-exitcode-stdio doctest-lib - QuickCheck tagged - ]; - description = "Arrays where the index type is a function of the shape type"; - license = lib.licenses.bsd3; - }) {}; - - "comfort-array_0_5_1" = callPackage ({ mkDerivation, base, ChasingBottoms, containers, deepseq , doctest-exitcode-stdio, doctest-lib, guarded-allocation , non-empty, prelude-compat, primitive, QuickCheck, semigroups @@ -61024,7 +60161,6 @@ self: { ]; description = "Arrays where the index type is a function of the shape type"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; }) {}; "comfort-array-shape" = callPackage @@ -65330,10 +64466,8 @@ self: { }: mkDerivation { pname = "contiguous"; - version = "0.6.1"; - sha256 = "1cgmz0adrv1kv1z21cfs4s4lmzbyp4acq5v2ly96bckp8a35cbix"; - revision = "1"; - editedCabalFile = "0lmqkbz8cgnxyds1wbhb9mxmc3rwz5x9hcamx08znrjl6fpkxs4f"; + version = "0.6.1.1"; + sha256 = "0r1l2qpnmv8xbf5wk7ibcmn9ry9xab7r0v84a1srqlm1dxr9xmh3"; libraryHaskellDepends = [ base deepseq primitive primitive-unlifted run-st ]; @@ -66093,6 +65227,23 @@ self: { broken = true; }) {}; + "copilot-frp-sketch" = callPackage + ({ mkDerivation, base, containers, copilot, copilot-c99 + , copilot-language, directory, filepath, mtl, optparse-applicative + , temporary + }: + mkDerivation { + pname = "copilot-frp-sketch"; + version = "1.0.0"; + sha256 = "00lnswf9p77415pnl67kggah6zwh2mf1szb78n6df2r13cbv6n0v"; + libraryHaskellDepends = [ + base containers copilot copilot-c99 copilot-language directory + filepath mtl optparse-applicative temporary + ]; + description = "FRP sketch programming with Copilot"; + license = lib.licenses.bsd3; + }) {}; + "copilot-language" = callPackage ({ mkDerivation, array, base, containers, copilot-core , copilot-theorem, data-reify, mtl @@ -66258,23 +65409,6 @@ self: { }) {}; "core-data" = callPackage - ({ mkDerivation, aeson, base, bytestring, containers, core-text - , hashable, prettyprinter, scientific, text, unordered-containers - , vector - }: - mkDerivation { - pname = "core-data"; - version = "0.2.1.11"; - sha256 = "0i4v84gfrjfimc9nh12mf0fabqysm575c8kiq8awk2f1xmbz2f7q"; - libraryHaskellDepends = [ - aeson base bytestring containers core-text hashable prettyprinter - scientific text unordered-containers vector - ]; - description = "Convenience wrappers around common data structures and encodings"; - license = lib.licenses.mit; - }) {}; - - "core-data_0_3_1_1" = callPackage ({ mkDerivation, aeson, base, bytestring, containers, core-text , hashable, prettyprinter, scientific, text, unordered-containers , vector @@ -66289,7 +65423,6 @@ self: { ]; description = "Convenience wrappers around common data structures and encodings"; license = lib.licenses.mit; - hydraPlatforms = lib.platforms.none; }) {}; "core-haskell" = callPackage @@ -66310,27 +65443,6 @@ self: { }) {}; "core-program" = callPackage - ({ mkDerivation, async, base, bytestring, chronologique, core-data - , core-text, directory, exceptions, filepath, fsnotify, hashable - , hourglass, mtl, prettyprinter, safe-exceptions, stm - , template-haskell, terminal-size, text, text-short, transformers - , unix - }: - mkDerivation { - pname = "core-program"; - version = "0.2.12.0"; - sha256 = "0gl1cv82h2ax8gf1jjqphkj2481plz64jqq497rvyy2cpqv72kvr"; - libraryHaskellDepends = [ - async base bytestring chronologique core-data core-text directory - exceptions filepath fsnotify hashable hourglass mtl prettyprinter - safe-exceptions stm template-haskell terminal-size text text-short - transformers unix - ]; - description = "Opinionated Haskell Interoperability"; - license = lib.licenses.mit; - }) {}; - - "core-program_0_4_4_0" = callPackage ({ mkDerivation, async, base, bytestring, chronologique, core-data , core-text, directory, exceptions, filepath, fsnotify, hashable , hourglass, mtl, prettyprinter, safe-exceptions, stm @@ -66349,7 +65461,6 @@ self: { ]; description = "Opinionated Haskell Interoperability"; license = lib.licenses.mit; - hydraPlatforms = lib.platforms.none; }) {}; "core-telemetry" = callPackage @@ -67396,23 +66507,6 @@ self: { }) {}; "crackNum" = callPackage - ({ mkDerivation, base, directory, filepath, libBF, process, sbv - , tasty, tasty-golden - }: - mkDerivation { - pname = "crackNum"; - version = "3.1"; - sha256 = "1qavlqz1ca2c0v029kijlnf51l2sdiwk6dkx8kyk6xqp97bhx8rk"; - isLibrary = false; - isExecutable = true; - executableHaskellDepends = [ - base directory filepath libBF process sbv tasty tasty-golden - ]; - description = "Crack various integer and floating-point data formats"; - license = lib.licenses.bsd3; - }) {}; - - "crackNum_3_2" = callPackage ({ mkDerivation, base, directory, filepath, libBF, process, sbv , tasty, tasty-golden }: @@ -67427,7 +66521,6 @@ self: { ]; description = "Crack various integer and floating-point data formats"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; }) {}; "craft" = callPackage @@ -68534,15 +67627,15 @@ self: { "crypto-rng" = callPackage ({ mkDerivation, base, bytestring, crypto-api, DRBG, exceptions - , monad-control, mtl, transformers-base + , monad-control, mtl, primitive, random, transformers-base }: mkDerivation { pname = "crypto-rng"; - version = "0.1.2.0"; - sha256 = "0vmfxg5anp3bx8k84rmy3fs0z9h7aw8nhlv52z9js9k469xg9c6j"; + version = "0.2.0.1"; + sha256 = "07wvhygs4c17ybfls70hgw0wccfa75an22x81wsik388spgdcsr4"; libraryHaskellDepends = [ base bytestring crypto-api DRBG exceptions monad-control mtl - transformers-base + primitive random transformers-base ]; description = "Cryptographic random number generator"; license = lib.licenses.bsd3; @@ -70125,31 +69218,6 @@ self: { }) {}; "cursor-gen" = callPackage - ({ mkDerivation, base, containers, criterion, cursor, genvalidity - , genvalidity-containers, genvalidity-criterion, genvalidity-hspec - , genvalidity-hspec-optics, genvalidity-text, hspec, microlens - , pretty-show, QuickCheck, text - }: - mkDerivation { - pname = "cursor-gen"; - version = "0.3.0.0"; - sha256 = "0sy7ypz4x9xhirfj9i2dk8r854gzr238qgaijgi221k7681jdcqb"; - libraryHaskellDepends = [ - base containers cursor genvalidity genvalidity-containers - genvalidity-text QuickCheck text - ]; - testHaskellDepends = [ - base containers cursor genvalidity-hspec genvalidity-hspec-optics - hspec microlens pretty-show QuickCheck text - ]; - benchmarkHaskellDepends = [ - base criterion cursor genvalidity-criterion - ]; - description = "Generators for Purely Functional Cursors"; - license = lib.licenses.mit; - }) {}; - - "cursor-gen_0_4_0_0" = callPackage ({ mkDerivation, base, containers, criterion, cursor, genvalidity , genvalidity-containers, genvalidity-criterion, genvalidity-hspec , genvalidity-hspec-optics, genvalidity-text, hspec, microlens @@ -70172,7 +69240,6 @@ self: { ]; description = "Generators for Purely Functional Cursors"; license = lib.licenses.mit; - hydraPlatforms = lib.platforms.none; }) {}; "curve25519" = callPackage @@ -70429,18 +69496,6 @@ self: { }) {}; "d10" = callPackage - ({ mkDerivation, base, doctest, template-haskell }: - mkDerivation { - pname = "d10"; - version = "0.2.1.6"; - sha256 = "0a720zfpxwx5aymy3kmigfcwdbqz4vbfxjn1irfjl34ngndi358y"; - libraryHaskellDepends = [ base template-haskell ]; - testHaskellDepends = [ base doctest ]; - description = "Digits 0-9"; - license = lib.licenses.mit; - }) {}; - - "d10_1_0_0_2" = callPackage ({ mkDerivation, base, hedgehog, template-haskell }: mkDerivation { pname = "d10"; @@ -70452,7 +69507,6 @@ self: { testHaskellDepends = [ base hedgehog template-haskell ]; description = "Digits 0-9"; license = lib.licenses.mit; - hydraPlatforms = lib.platforms.none; }) {}; "d3d11binding" = callPackage @@ -73540,8 +72594,8 @@ self: { }: mkDerivation { pname = "dbus"; - version = "1.2.17"; - sha256 = "0iyfnkxcnm1vl379ry88fqxgn2y8q6ilsvpic6ciassnyv5pcbrv"; + version = "1.2.22"; + sha256 = "03bpvdgjq4l7s5mihdhazd0aamcjvg9wxlgpsnm10r7jdk7lbbia"; libraryHaskellDepends = [ base bytestring cereal conduit containers deepseq exceptions filepath lens network parsec random split template-haskell text @@ -75817,29 +74871,6 @@ self: { }) {}; "deriving-compat" = callPackage - ({ mkDerivation, base, base-compat, base-orphans, containers - , ghc-boot-th, ghc-prim, hspec, hspec-discover, QuickCheck, tagged - , template-haskell, th-abstraction, transformers - , transformers-compat, void - }: - mkDerivation { - pname = "deriving-compat"; - version = "0.5.10"; - sha256 = "1ah04xsb71wv6iax47xpdykfadxp3lcw2l6vkg15723l1xgy8ach"; - libraryHaskellDepends = [ - base containers ghc-boot-th ghc-prim template-haskell - th-abstraction transformers transformers-compat - ]; - testHaskellDepends = [ - base base-compat base-orphans hspec QuickCheck tagged - template-haskell transformers transformers-compat void - ]; - testToolDepends = [ hspec-discover ]; - description = "Backports of GHC deriving extensions"; - license = lib.licenses.bsd3; - }) {}; - - "deriving-compat_0_6" = callPackage ({ mkDerivation, base, base-compat, base-orphans, containers , ghc-boot-th, ghc-prim, hspec, hspec-discover, QuickCheck, tagged , template-haskell, th-abstraction, transformers @@ -75860,7 +74891,6 @@ self: { testToolDepends = [ hspec-discover ]; description = "Backports of GHC deriving extensions"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; }) {}; "deriving-show-simple" = callPackage @@ -75915,21 +74945,6 @@ self: { }) {}; "derulo" = callPackage - ({ mkDerivation, base, HUnit }: - mkDerivation { - pname = "derulo"; - version = "1.0.10"; - sha256 = "0mdmrzypl0hjbnwn9ij1bjfk4j07r0c9gw7h3wdhl82a8zcxggpc"; - isLibrary = true; - isExecutable = true; - libraryHaskellDepends = [ base ]; - executableHaskellDepends = [ base ]; - testHaskellDepends = [ base HUnit ]; - description = "Parse and render JSON simply"; - license = lib.licenses.mit; - }) {}; - - "derulo_2_0_0_1" = callPackage ({ mkDerivation, base, HUnit }: mkDerivation { pname = "derulo"; @@ -75942,7 +74957,6 @@ self: { testHaskellDepends = [ base HUnit ]; description = "Parse and render JSON simply"; license = lib.licenses.mit; - hydraPlatforms = lib.platforms.none; }) {}; "describe" = callPackage @@ -76458,63 +75472,6 @@ self: { }) {}; "dhall" = callPackage - ({ mkDerivation, aeson, aeson-pretty, ansi-terminal, atomic-write - , base, bytestring, case-insensitive, cborg, cborg-json, containers - , contravariant, cryptonite, data-fix, deepseq, Diff, directory - , doctest, dotgen, either, exceptions, filepath, foldl, gauge - , generic-random, half, hashable, haskeline, http-client - , http-client-tls, http-types, lens-family-core, megaparsec, memory - , mmorph, mockery, mtl, network-uri, optparse-applicative - , parser-combinators, parsers, pretty-simple, prettyprinter - , prettyprinter-ansi-terminal, profunctors, QuickCheck - , quickcheck-instances, repline, scientific, serialise - , special-values, spoon, tasty, tasty-expected-failure, tasty-hunit - , tasty-quickcheck, tasty-silver, template-haskell, text - , text-manipulate, th-lift-instances, transformers - , transformers-compat, turtle, unordered-containers, uri-encode - , vector - }: - mkDerivation { - pname = "dhall"; - version = "1.39.0"; - sha256 = "1by2d84fbckspczddl4npfsf89q6nprmbg0i5g8yr1psp0fpl4ab"; - revision = "3"; - editedCabalFile = "1yhslq8i3407yaw30vgyffmmmq61f4g3ik4ikjhhplcbl6hb57l6"; - isLibrary = true; - isExecutable = true; - enableSeparateDataOutput = true; - libraryHaskellDepends = [ - aeson aeson-pretty ansi-terminal atomic-write base bytestring - case-insensitive cborg cborg-json containers contravariant - cryptonite data-fix deepseq Diff directory dotgen either exceptions - filepath half hashable haskeline http-client http-client-tls - http-types lens-family-core megaparsec memory mmorph mtl - network-uri optparse-applicative parser-combinators parsers - pretty-simple prettyprinter prettyprinter-ansi-terminal profunctors - repline scientific serialise template-haskell text text-manipulate - th-lift-instances transformers transformers-compat - unordered-containers uri-encode vector - ]; - executableHaskellDepends = [ base ]; - testHaskellDepends = [ - base bytestring cborg containers data-fix deepseq directory doctest - either filepath foldl generic-random http-client http-client-tls - lens-family-core megaparsec mockery prettyprinter QuickCheck - quickcheck-instances scientific serialise special-values spoon - tasty tasty-expected-failure tasty-hunit tasty-quickcheck - tasty-silver template-haskell text transformers turtle - unordered-containers vector - ]; - benchmarkHaskellDepends = [ - base bytestring containers directory gauge text - ]; - doCheck = false; - description = "A configuration language guaranteed to terminate"; - license = lib.licenses.bsd3; - maintainers = with lib.maintainers; [ Gabriel439 ]; - }) {}; - - "dhall_1_40_2" = callPackage ({ mkDerivation, aeson, aeson-pretty, ansi-terminal, atomic-write , base, base16-bytestring, bytestring, case-insensitive, cborg , cborg-json, containers, contravariant, cryptohash-sha256 @@ -76568,33 +75525,10 @@ self: { doCheck = false; description = "A configuration language guaranteed to terminate"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; maintainers = with lib.maintainers; [ Gabriel439 ]; }) {}; "dhall-bash" = callPackage - ({ mkDerivation, base, bytestring, containers, dhall - , neat-interpolation, optparse-generic, shell-escape, text - }: - mkDerivation { - pname = "dhall-bash"; - version = "1.0.37"; - sha256 = "0gm6zamh8kgrc2d00cjf2ijb49ic3z6rlk0ngmig8hckmsy63w1d"; - isLibrary = true; - isExecutable = true; - libraryHaskellDepends = [ - base bytestring containers dhall neat-interpolation shell-escape - text - ]; - executableHaskellDepends = [ - base bytestring dhall optparse-generic text - ]; - description = "Compile Dhall to Bash"; - license = lib.licenses.bsd3; - maintainers = with lib.maintainers; [ Gabriel439 ]; - }) {}; - - "dhall-bash_1_0_39" = callPackage ({ mkDerivation, base, bytestring, containers, dhall , neat-interpolation, optparse-generic, shell-escape, text }: @@ -76615,7 +75549,6 @@ self: { ]; description = "Compile Dhall to Bash"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; maintainers = with lib.maintainers; [ Gabriel439 ]; }) {}; @@ -76683,8 +75616,8 @@ self: { pname = "dhall-docs"; version = "1.0.8"; sha256 = "1rkwvk6vd8l52nxv186fw3qdmsjvi8098yccnnbysmf41rz80fi7"; - revision = "2"; - editedCabalFile = "12virkq759imppdzpx75fyka8kqfw01xfwb0lm9mir86gjb34n2q"; + revision = "3"; + editedCabalFile = "1npn5djwq0fxbckh64fl0s066kr84bqsv0l8l1sqa13cbvifsbal"; isLibrary = true; isExecutable = true; enableSeparateDataOutput = true; @@ -76741,36 +75674,6 @@ self: { }) {}; "dhall-json" = callPackage - ({ mkDerivation, aeson, aeson-pretty, aeson-yaml, ansi-terminal - , base, bytestring, containers, dhall, exceptions, filepath - , lens-family-core, optparse-applicative, prettyprinter - , prettyprinter-ansi-terminal, scientific, tasty, tasty-hunit - , tasty-silver, text, unordered-containers, vector - }: - mkDerivation { - pname = "dhall-json"; - version = "1.7.7"; - sha256 = "163600cr04a5c9gjqg0846wwjp4wl61yhfg80zvsadkaq5zfzlll"; - isLibrary = true; - isExecutable = true; - libraryHaskellDepends = [ - aeson aeson-pretty aeson-yaml base bytestring containers dhall - exceptions filepath lens-family-core optparse-applicative - prettyprinter scientific text unordered-containers vector - ]; - executableHaskellDepends = [ - aeson aeson-pretty ansi-terminal base bytestring dhall exceptions - optparse-applicative prettyprinter prettyprinter-ansi-terminal text - ]; - testHaskellDepends = [ - aeson base bytestring dhall tasty tasty-hunit tasty-silver text - ]; - description = "Convert between Dhall and JSON or YAML"; - license = lib.licenses.bsd3; - maintainers = with lib.maintainers; [ Gabriel439 ]; - }) {}; - - "dhall-json_1_7_9" = callPackage ({ mkDerivation, aeson, aeson-pretty, aeson-yaml, ansi-terminal , base, bytestring, containers, dhall, exceptions, filepath , lens-family-core, optparse-applicative, prettyprinter @@ -76799,7 +75702,6 @@ self: { ]; description = "Convert between Dhall and JSON or YAML"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; maintainers = with lib.maintainers; [ Gabriel439 ]; }) {}; @@ -77051,35 +75953,6 @@ self: { }) {}; "dhall-yaml" = callPackage - ({ mkDerivation, aeson, ansi-terminal, base, bytestring, dhall - , dhall-json, exceptions, HsYAML, HsYAML-aeson - , optparse-applicative, prettyprinter, prettyprinter-ansi-terminal - , tasty, tasty-expected-failure, tasty-hunit, text, vector - }: - mkDerivation { - pname = "dhall-yaml"; - version = "1.2.7"; - sha256 = "17fpxjlhmjnra92l8iv4k40bxbx1plmhkijf6axxkjyhfh0ax303"; - isLibrary = true; - isExecutable = true; - libraryHaskellDepends = [ - aeson base bytestring dhall dhall-json HsYAML HsYAML-aeson - optparse-applicative text vector - ]; - executableHaskellDepends = [ - aeson ansi-terminal base bytestring dhall dhall-json exceptions - optparse-applicative prettyprinter prettyprinter-ansi-terminal text - ]; - testHaskellDepends = [ - base bytestring dhall dhall-json tasty tasty-expected-failure - tasty-hunit text - ]; - description = "Convert between Dhall and YAML"; - license = lib.licenses.gpl3Only; - maintainers = with lib.maintainers; [ Gabriel439 ]; - }) {}; - - "dhall-yaml_1_2_9" = callPackage ({ mkDerivation, aeson, ansi-terminal, base, bytestring, dhall , dhall-json, exceptions, HsYAML, HsYAML-aeson , optparse-applicative, prettyprinter, prettyprinter-ansi-terminal @@ -77107,7 +75980,6 @@ self: { ]; description = "Convert between Dhall and YAML"; license = lib.licenses.gpl3Only; - hydraPlatforms = lib.platforms.none; maintainers = with lib.maintainers; [ Gabriel439 ]; }) {}; @@ -79474,7 +78346,7 @@ self: { "discrimination" = callPackage ({ mkDerivation, array, base, containers, contravariant, criterion - , deepseq, ghc-prim, hashable, integer-gmp, primitive, promises + , deepseq, ghc-bignum, ghc-prim, hashable, primitive, promises , QuickCheck, quickcheck-instances, splitmix, tasty , tasty-quickcheck, transformers, unordered-containers, vector , vector-algorithms @@ -79486,8 +78358,8 @@ self: { revision = "1"; editedCabalFile = "1iz2vfizkid17m1k9j1a1rdzr44ir2fgw0nnhg1drjlyirc09p9f"; libraryHaskellDepends = [ - array base containers contravariant deepseq ghc-prim hashable - integer-gmp primitive promises transformers + array base containers contravariant deepseq ghc-bignum ghc-prim + hashable primitive promises transformers ]; testHaskellDepends = [ base containers criterion deepseq hashable QuickCheck @@ -81283,32 +80155,6 @@ self: { }) {}; "doctemplates" = callPackage - ({ mkDerivation, aeson, base, bytestring, containers, criterion - , doclayout, filepath, Glob, HsYAML, mtl, parsec, safe, scientific - , tasty, tasty-golden, tasty-hunit, temporary, text - , text-conversions, unordered-containers, vector - }: - mkDerivation { - pname = "doctemplates"; - version = "0.9"; - sha256 = "048h8ka849h1f0xxwkasjbrrwq03rfz2m7aqg5xc5286kp02w9ns"; - enableSeparateDataOutput = true; - libraryHaskellDepends = [ - aeson base containers doclayout filepath HsYAML mtl parsec safe - scientific text text-conversions unordered-containers vector - ]; - testHaskellDepends = [ - aeson base bytestring containers doclayout filepath Glob tasty - tasty-golden tasty-hunit temporary text - ]; - benchmarkHaskellDepends = [ - aeson base containers criterion doclayout filepath mtl text - ]; - description = "Pandoc-style document templates"; - license = lib.licenses.bsd3; - }) {}; - - "doctemplates_0_10_0_1" = callPackage ({ mkDerivation, aeson, base, bytestring, containers, criterion , doclayout, filepath, Glob, HsYAML, mtl, parsec, safe, scientific , tasty, tasty-golden, tasty-hunit, temporary, text @@ -81332,39 +80178,9 @@ self: { ]; description = "Pandoc-style document templates"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; }) {}; "doctest" = callPackage - ({ mkDerivation, base, base-compat, code-page, deepseq, directory - , filepath, ghc, ghc-paths, hspec, hspec-core, HUnit, mockery - , process, QuickCheck, setenv, silently, stringbuilder, syb - , transformers - }: - mkDerivation { - pname = "doctest"; - version = "0.17"; - sha256 = "0f0knggq6yjcznyri35fll619q5jr8vcsbiyvdiz4prkawhaa4pz"; - isLibrary = true; - isExecutable = true; - libraryHaskellDepends = [ - base base-compat code-page deepseq directory filepath ghc ghc-paths - process syb transformers - ]; - executableHaskellDepends = [ - base base-compat code-page deepseq directory filepath ghc ghc-paths - process syb transformers - ]; - testHaskellDepends = [ - base base-compat code-page deepseq directory filepath ghc ghc-paths - hspec hspec-core HUnit mockery process QuickCheck setenv silently - stringbuilder syb transformers - ]; - description = "Test interactive Haskell examples"; - license = lib.licenses.mit; - }) {}; - - "doctest_0_18_2" = callPackage ({ mkDerivation, base, base-compat, code-page, deepseq, directory , exceptions, filepath, ghc, ghc-paths, hspec, hspec-core, HUnit , mockery, process, QuickCheck, setenv, silently, stringbuilder @@ -81391,7 +80207,6 @@ self: { ]; description = "Test interactive Haskell examples"; license = lib.licenses.mit; - hydraPlatforms = lib.platforms.none; }) {}; "doctest_0_20_0" = callPackage @@ -81837,6 +80652,25 @@ self: { hydraPlatforms = lib.platforms.none; }) {}; + "domain-aeson" = callPackage + ({ mkDerivation, aeson, base, domain, domain-core, rerebase + , template-haskell, template-haskell-compat-v0208, text, th-lego + , unordered-containers, vector + }: + mkDerivation { + pname = "domain-aeson"; + version = "0.1"; + sha256 = "08kc4j9bs2nmkd7ddnygw9rjm25z6js1y9fmhisc5kjhf26cbwm2"; + libraryHaskellDepends = [ + aeson base domain-core template-haskell + template-haskell-compat-v0208 text th-lego unordered-containers + vector + ]; + testHaskellDepends = [ domain rerebase ]; + description = "Integration of domain with aeson"; + license = lib.licenses.mit; + }) {}; + "domain-auth" = callPackage ({ mkDerivation, asn1-encoding, asn1-types, attoparsec, base , bytestring, containers, cryptonite, dns, doctest, iproute, memory @@ -81855,6 +80689,24 @@ self: { license = lib.licenses.bsd3; }) {}; + "domain-cereal" = callPackage + ({ mkDerivation, base, cereal, cereal-text, domain, domain-core + , leb128-cereal, rerebase, template-haskell + , template-haskell-compat-v0208, text, th-lego + }: + mkDerivation { + pname = "domain-cereal"; + version = "0.1"; + sha256 = "0ap4rrkhp5ggwy5fjwhg0v4ii1ayxf6w7ary2k8jc82v46bpl5is"; + libraryHaskellDepends = [ + base cereal domain-core leb128-cereal template-haskell + template-haskell-compat-v0208 text th-lego + ]; + testHaskellDepends = [ cereal cereal-text domain rerebase ]; + description = "Integration of domain with cereal"; + license = lib.licenses.mit; + }) {}; + "domain-core" = callPackage ({ mkDerivation, base, template-haskell , template-haskell-compat-v0208, text, th-lego, th-lift-instances @@ -82037,34 +80889,6 @@ self: { }) {}; "dotenv" = callPackage - ({ mkDerivation, base, base-compat, containers, directory - , exceptions, hspec, hspec-megaparsec, megaparsec - , optparse-applicative, process, text, transformers, yaml - }: - mkDerivation { - pname = "dotenv"; - version = "0.8.0.7"; - sha256 = "11x7aiflf45rdbbzk33pg8v2x5a4bnbhi6845bi3wpgq7y27210v"; - isLibrary = true; - isExecutable = true; - enableSeparateDataOutput = true; - libraryHaskellDepends = [ - base base-compat containers directory exceptions megaparsec process - text transformers yaml - ]; - executableHaskellDepends = [ - base base-compat megaparsec optparse-applicative process text - transformers yaml - ]; - testHaskellDepends = [ - base base-compat containers directory exceptions hspec - hspec-megaparsec megaparsec process text transformers yaml - ]; - description = "Loads environment variables from dotenv files"; - license = lib.licenses.mit; - }) {}; - - "dotenv_0_9_0_0" = callPackage ({ mkDerivation, base, base-compat, containers, directory , exceptions, hspec, hspec-discover, hspec-megaparsec, megaparsec , optparse-applicative, process, text, transformers @@ -82091,7 +80915,6 @@ self: { testToolDepends = [ hspec-discover ]; description = "Loads environment variables from dotenv files"; license = lib.licenses.mit; - hydraPlatforms = lib.platforms.none; }) {}; "dotfs" = callPackage @@ -82152,25 +80975,6 @@ self: { }) {}; "double-conversion" = callPackage - ({ mkDerivation, base, bytestring, ghc-prim, HUnit, test-framework - , test-framework-hunit, test-framework-quickcheck2, text - }: - mkDerivation { - pname = "double-conversion"; - version = "2.0.2.0"; - sha256 = "0sx2kc1gw72mjvd8vph8bbjw5whfxfv92rsdhjg1c0al75rf3ka4"; - revision = "1"; - editedCabalFile = "01f1jwhdk639dmh8c8sw8gcxbkv24vhwic6yngls8xj2hhgpsdcf"; - libraryHaskellDepends = [ base bytestring ghc-prim text ]; - testHaskellDepends = [ - base bytestring HUnit test-framework test-framework-hunit - test-framework-quickcheck2 text - ]; - description = "Fast conversion between double precision floating point and text"; - license = lib.licenses.bsd3; - }) {}; - - "double-conversion_2_0_4_1" = callPackage ({ mkDerivation, base, bytestring, ghc-prim, HUnit, test-framework , test-framework-hunit, test-framework-quickcheck2, text }: @@ -82185,7 +80989,6 @@ self: { ]; description = "Fast conversion between single and double precision floating point and text"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; }) {}; "double-extra" = callPackage @@ -83465,23 +82268,6 @@ self: { }) {}; "dunai" = callPackage - ({ mkDerivation, base, MonadRandom, simple-affine-space, tasty - , tasty-hunit, transformers, transformers-base - }: - mkDerivation { - pname = "dunai"; - version = "0.7.0"; - sha256 = "1gii02d557ak0h4sq5ra4n40y4sl88z74n6mwd0937xxlpiahwsh"; - libraryHaskellDepends = [ - base MonadRandom simple-affine-space transformers transformers-base - ]; - testHaskellDepends = [ base tasty tasty-hunit transformers ]; - description = "Generalised reactive framework supporting classic, arrowized and monadic FRP"; - license = lib.licenses.bsd3; - maintainers = with lib.maintainers; [ turion ]; - }) {}; - - "dunai_0_8_1" = callPackage ({ mkDerivation, base, MonadRandom, simple-affine-space, tasty , tasty-hunit, transformers, transformers-base }: @@ -83495,7 +82281,6 @@ self: { testHaskellDepends = [ base tasty tasty-hunit transformers ]; description = "Generalised reactive framework supporting classic, arrowized and monadic FRP"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; maintainers = with lib.maintainers; [ turion ]; }) {}; @@ -85121,11 +83906,10 @@ self: { }) {}; "effectful" = callPackage - ({ mkDerivation, base, containers, exceptions, freer-simple - , fused-effects, ghc-prim, lifted-async, lifted-base, monad-control - , mtl, polysemy, primitive, resourcet, tasty, tasty-bench - , tasty-hunit, transformers, transformers-base, unliftio - , unliftio-core + ({ mkDerivation, base, containers, exceptions, fused-effects + , ghc-prim, lifted-async, lifted-base, monad-control, mtl + , primitive, resourcet, tasty, tasty-bench, tasty-hunit + , transformers, transformers-base, unliftio, unliftio-core }: mkDerivation { pname = "effectful"; @@ -85138,9 +83922,7 @@ self: { testHaskellDepends = [ base exceptions lifted-async lifted-base tasty tasty-hunit unliftio ]; - benchmarkHaskellDepends = [ - base freer-simple fused-effects mtl polysemy tasty-bench - ]; + benchmarkHaskellDepends = [ base fused-effects mtl tasty-bench ]; description = "A simple, yet powerful extensible effects library"; license = lib.licenses.bsd3; }) {}; @@ -85984,20 +84766,6 @@ self: { }) {}; "elf" = callPackage - ({ mkDerivation, base, binary, bytestring, containers, hspec }: - mkDerivation { - pname = "elf"; - version = "0.30"; - sha256 = "16gfpqsqfwlq4qprh0nswa4br1rz7rj7in7v803cqggkxz7s5c4p"; - revision = "1"; - editedCabalFile = "08krv9xws8gr8s5k6796y7yzng22gf4m1a4mv5g57j3yjldwkds2"; - libraryHaskellDepends = [ base binary bytestring ]; - testHaskellDepends = [ base bytestring containers hspec ]; - description = "An Elf parser"; - license = lib.licenses.bsd3; - }) {}; - - "elf_0_31" = callPackage ({ mkDerivation, base, binary, bytestring, containers, hspec }: mkDerivation { pname = "elf"; @@ -86007,24 +84775,21 @@ self: { testHaskellDepends = [ base bytestring containers hspec ]; description = "An Elf parser"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; }) {}; "eliminators" = callPackage ({ mkDerivation, base, extra, hspec, hspec-discover, singleton-nats - , singletons, template-haskell, th-abstraction, th-desugar + , singletons-base, template-haskell, th-abstraction, th-desugar }: mkDerivation { pname = "eliminators"; - version = "0.7"; - sha256 = "1h3h0f7s0gjbza7lij8y2pg5hl6zrf8cqslh5f0hpwnfxh3yls6v"; - revision = "1"; - editedCabalFile = "1bp8745kynqd8kll3dw36ws9s9j2bzgsr88ij14fx8hab4fm72cn"; + version = "0.8"; + sha256 = "00prqf3qnhsswigcx87nq9dfaq9vjvzgcgbpnxrpgw9k36p9mdh2"; libraryHaskellDepends = [ - base extra singleton-nats singletons template-haskell + base extra singleton-nats singletons-base template-haskell th-abstraction th-desugar ]; - testHaskellDepends = [ base hspec singleton-nats singletons ]; + testHaskellDepends = [ base hspec singleton-nats singletons-base ]; testToolDepends = [ hspec-discover ]; description = "Dependently typed elimination functions using singletons"; license = lib.licenses.bsd3; @@ -86092,22 +84857,6 @@ self: { }) {}; "elm-bridge" = callPackage - ({ mkDerivation, aeson, base, containers, hspec, QuickCheck - , template-haskell, text - }: - mkDerivation { - pname = "elm-bridge"; - version = "0.6.1"; - sha256 = "0q71zj7vzkwxkn022bn4bqnblwygdrkjypqy65xxadfbqjl9y8gx"; - libraryHaskellDepends = [ aeson base template-haskell ]; - testHaskellDepends = [ - aeson base containers hspec QuickCheck text - ]; - description = "Derive Elm types and Json code from Haskell types, using aeson's options"; - license = lib.licenses.bsd3; - }) {}; - - "elm-bridge_0_8_0" = callPackage ({ mkDerivation, aeson, base, containers, hspec, QuickCheck , template-haskell, text }: @@ -86121,7 +84870,6 @@ self: { ]; description = "Derive Elm types and Json code from Haskell types, using aeson's options"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; }) {}; "elm-build-lib" = callPackage @@ -86600,24 +85348,6 @@ self: { }) {}; "elynx" = callPackage - ({ mkDerivation, aeson, base, bytestring, elynx-tools - , optparse-applicative, slynx, tlynx - }: - mkDerivation { - pname = "elynx"; - version = "0.5.1.1"; - sha256 = "1jh46yy7i45bym0cgvj4nik0a7yv82grncfmn3dk4rr70r9wvdwa"; - isLibrary = false; - isExecutable = true; - executableHaskellDepends = [ - aeson base bytestring elynx-tools optparse-applicative slynx tlynx - ]; - description = "Validate and (optionally) redo ELynx analyses"; - license = lib.licenses.gpl3Plus; - maintainers = with lib.maintainers; [ dschrempf ]; - }) {}; - - "elynx_0_6_1_0" = callPackage ({ mkDerivation, aeson, base, bytestring, elynx-tools , optparse-applicative, slynx, tlynx }: @@ -86632,33 +85362,10 @@ self: { ]; description = "Validate and (optionally) redo ELynx analyses"; license = lib.licenses.gpl3Plus; - hydraPlatforms = lib.platforms.none; maintainers = with lib.maintainers; [ dschrempf ]; }) {}; "elynx-markov" = callPackage - ({ mkDerivation, async, attoparsec, base, bytestring, containers - , elynx-seq, elynx-tools, hmatrix, hspec, integration - , math-functions, mwc-random, primitive, statistics, vector - }: - mkDerivation { - pname = "elynx-markov"; - version = "0.5.1.1"; - sha256 = "0j2xg8iszkf3m1xlmrkm6mq3mqnfnc11pbar288r5alva7ssl1vb"; - libraryHaskellDepends = [ - async attoparsec base bytestring containers elynx-seq hmatrix - integration math-functions mwc-random primitive statistics vector - ]; - testHaskellDepends = [ - base containers elynx-tools hmatrix hspec mwc-random vector - ]; - benchmarkHaskellDepends = [ base ]; - description = "Simulate molecular sequences along trees"; - license = lib.licenses.gpl3Plus; - maintainers = with lib.maintainers; [ dschrempf ]; - }) {}; - - "elynx-markov_0_6_1_0" = callPackage ({ mkDerivation, async, attoparsec, base, bytestring, containers , elynx-seq, elynx-tools, hmatrix, hspec, integration , math-functions, mwc-random, primitive, statistics, vector @@ -86677,24 +85384,10 @@ self: { benchmarkHaskellDepends = [ base ]; description = "Simulate molecular sequences along trees"; license = lib.licenses.gpl3Plus; - hydraPlatforms = lib.platforms.none; maintainers = with lib.maintainers; [ dschrempf ]; }) {}; "elynx-nexus" = callPackage - ({ mkDerivation, attoparsec, base, bytestring, hspec }: - mkDerivation { - pname = "elynx-nexus"; - version = "0.5.1.1"; - sha256 = "1p5x2in4r63amb9ifrxdqb3b9bjrxy97gwij0p3hsh9h8p7wsijg"; - libraryHaskellDepends = [ attoparsec base bytestring ]; - testHaskellDepends = [ base hspec ]; - description = "Import and export Nexus files"; - license = lib.licenses.gpl3Plus; - maintainers = with lib.maintainers; [ dschrempf ]; - }) {}; - - "elynx-nexus_0_6_1_0" = callPackage ({ mkDerivation, attoparsec, base, bytestring, hspec }: mkDerivation { pname = "elynx-nexus"; @@ -86704,32 +85397,10 @@ self: { testHaskellDepends = [ base hspec ]; description = "Import and export Nexus files"; license = lib.licenses.gpl3Plus; - hydraPlatforms = lib.platforms.none; maintainers = with lib.maintainers; [ dschrempf ]; }) {}; "elynx-seq" = callPackage - ({ mkDerivation, aeson, attoparsec, base, bytestring, containers - , elynx-tools, hspec, matrices, mwc-random, parallel, primitive - , vector, vector-th-unbox, word8 - }: - mkDerivation { - pname = "elynx-seq"; - version = "0.5.1.1"; - sha256 = "0cjm8i44i8zqkh7x5rwf0g45fji6k6mq6h47hiphybax6a16zaxb"; - libraryHaskellDepends = [ - aeson attoparsec base bytestring containers matrices mwc-random - parallel primitive vector vector-th-unbox word8 - ]; - testHaskellDepends = [ - base bytestring elynx-tools hspec matrices vector - ]; - description = "Handle molecular sequences"; - license = lib.licenses.gpl3Plus; - maintainers = with lib.maintainers; [ dschrempf ]; - }) {}; - - "elynx-seq_0_6_1_0" = callPackage ({ mkDerivation, aeson, attoparsec, base, bytestring, containers , elynx-tools, hspec, matrices, mwc-random, parallel, primitive , vector, vector-th-unbox, word8 @@ -86747,34 +85418,10 @@ self: { ]; description = "Handle molecular sequences"; license = lib.licenses.gpl3Plus; - hydraPlatforms = lib.platforms.none; maintainers = with lib.maintainers; [ dschrempf ]; }) {}; "elynx-tools" = callPackage - ({ mkDerivation, aeson, attoparsec, base, base16-bytestring - , bytestring, cryptohash-sha256, deepseq, directory, hmatrix - , monad-control, monad-logger, mwc-random, optparse-applicative - , primitive, template-haskell, text, time, transformers - , transformers-base, vector, zlib - }: - mkDerivation { - pname = "elynx-tools"; - version = "0.5.1.1"; - sha256 = "16cw9afpnczwrqhgyzy3vc7c6b9zx88ja94h34k2gi3960rfxf53"; - libraryHaskellDepends = [ - aeson attoparsec base base16-bytestring bytestring - cryptohash-sha256 deepseq directory hmatrix monad-control - monad-logger mwc-random optparse-applicative primitive - template-haskell text time transformers transformers-base vector - zlib - ]; - description = "Tools for ELynx"; - license = lib.licenses.gpl3Plus; - maintainers = with lib.maintainers; [ dschrempf ]; - }) {}; - - "elynx-tools_0_6_1_0" = callPackage ({ mkDerivation, aeson, attoparsec, base, base16-bytestring , bytestring, cryptohash-sha256, directory, hmatrix, mwc-random , optparse-applicative, template-haskell, text, time, transformers @@ -86791,37 +85438,10 @@ self: { ]; description = "Tools for ELynx"; license = lib.licenses.gpl3Plus; - hydraPlatforms = lib.platforms.none; maintainers = with lib.maintainers; [ dschrempf ]; }) {}; "elynx-tree" = callPackage - ({ mkDerivation, aeson, attoparsec, base, bytestring, comonad - , containers, criterion, deepseq, double-conversion, elynx-nexus - , elynx-tools, hspec, math-functions, microlens, mwc-random - , parallel, primitive, QuickCheck, statistics - }: - mkDerivation { - pname = "elynx-tree"; - version = "0.5.1.1"; - sha256 = "0wjhj48jbyjvmydsa9wcppzlambm2r5pmd5wjfjn0k7s5sc3zf5k"; - libraryHaskellDepends = [ - aeson attoparsec base bytestring comonad containers deepseq - double-conversion elynx-nexus math-functions mwc-random parallel - primitive statistics - ]; - testHaskellDepends = [ - attoparsec base bytestring containers elynx-tools hspec QuickCheck - ]; - benchmarkHaskellDepends = [ - base criterion elynx-tools microlens mwc-random parallel - ]; - description = "Handle phylogenetic trees"; - license = lib.licenses.gpl3Plus; - maintainers = with lib.maintainers; [ dschrempf ]; - }) {}; - - "elynx-tree_0_6_1_0" = callPackage ({ mkDerivation, aeson, attoparsec, base, bytestring, comonad , containers, criterion, data-default, data-default-class, deepseq , double-conversion, elynx-nexus, elynx-tools, hspec @@ -86846,7 +85466,6 @@ self: { ]; description = "Handle phylogenetic trees"; license = lib.licenses.gpl3Plus; - hydraPlatforms = lib.platforms.none; maintainers = with lib.maintainers; [ dschrempf ]; }) {}; @@ -87818,20 +86437,6 @@ self: { }) {}; "enumset" = callPackage - ({ mkDerivation, base, data-accessor, semigroups, storable-record - }: - mkDerivation { - pname = "enumset"; - version = "0.0.5"; - sha256 = "0d9lnl7mmcwydfhb4iazh6gcdbxvdh7b3gar3c9l1k5xmc4r8qii"; - libraryHaskellDepends = [ - base data-accessor semigroups storable-record - ]; - description = "Sets of enumeration values represented by machine words"; - license = lib.licenses.bsd3; - }) {}; - - "enumset_0_1" = callPackage ({ mkDerivation, base, data-accessor, semigroups, storable-record }: mkDerivation { @@ -87843,7 +86448,6 @@ self: { ]; description = "Sets of enumeration values represented by machine words"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; }) {}; "env-extra" = callPackage @@ -88181,17 +86785,6 @@ self: { }) {}; "eq" = callPackage - ({ mkDerivation, base, semigroupoids }: - mkDerivation { - pname = "eq"; - version = "4.2.1"; - sha256 = "1bcvjpbdis79dd09i07l7rjkh7j79qbpwb731rgr9k9215268wfa"; - libraryHaskellDepends = [ base semigroupoids ]; - description = "Leibnizian equality"; - license = lib.licenses.bsd3; - }) {}; - - "eq_4_3" = callPackage ({ mkDerivation, base, semigroupoids }: mkDerivation { pname = "eq"; @@ -88200,7 +86793,6 @@ self: { libraryHaskellDepends = [ base semigroupoids ]; description = "Leibnizian equality"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; }) {}; "equal-files" = callPackage @@ -88275,28 +86867,6 @@ self: { }) {}; "equivalence" = callPackage - ({ mkDerivation, base, containers, fail, mtl, QuickCheck - , STMonadTrans, template-haskell, transformers, transformers-compat - }: - mkDerivation { - pname = "equivalence"; - version = "0.3.5"; - sha256 = "167njzd1cf32aa7br90rjafrxy6hw3fxkk8awifqbxjrcwm5maqp"; - revision = "1"; - editedCabalFile = "0rc68zqj518lmlp58kbgfb945gp0iszfjn6h3y777cjrbm1jp5k4"; - libraryHaskellDepends = [ - base containers fail mtl STMonadTrans transformers - transformers-compat - ]; - testHaskellDepends = [ - base containers fail mtl QuickCheck STMonadTrans template-haskell - transformers transformers-compat - ]; - description = "Maintaining an equivalence relation implemented as union-find using STT"; - license = lib.licenses.bsd3; - }) {}; - - "equivalence_0_4" = callPackage ({ mkDerivation, base, containers, mtl, QuickCheck, STMonadTrans , template-haskell, transformers, transformers-compat }: @@ -88313,7 +86883,6 @@ self: { ]; description = "Maintaining an equivalence relation implemented as union-find using STT"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; }) {}; "erd" = callPackage @@ -88459,8 +87028,8 @@ self: { }: mkDerivation { pname = "errata"; - version = "0.3.0.0"; - sha256 = "1m83lp3h2lxqkx0d17kplmwp0ngh3yn79k7yza4jkny0c4xv0ijy"; + version = "0.4.0.0"; + sha256 = "1nrmakr76x53hdnykl1imcm57s07v85fbmb10pkzd4wwabk9kajp"; isLibrary = true; isExecutable = true; libraryHaskellDepends = [ base containers text ]; @@ -88486,8 +87055,8 @@ self: { ({ mkDerivation, base, doctest, text }: mkDerivation { pname = "error"; - version = "0.2.1.2"; - sha256 = "082g4ryz9inc7ghfiwhba501mjq0il9i7slg7mnarnscipwldyqf"; + version = "0.3.0.0"; + sha256 = "1vbmfjcx82b5ngzqda74j4xwqhzwhgl9ikh65ipzk2x26fzkww84"; libraryHaskellDepends = [ base text ]; testHaskellDepends = [ base doctest ]; description = "The canonical error type"; @@ -88609,17 +87178,6 @@ self: { }) {}; "error-or" = callPackage - ({ mkDerivation, base, containers, text }: - mkDerivation { - pname = "error-or"; - version = "0.1.2.0"; - sha256 = "0ry06vhz7mrl7i587vw3pv2ralh8aw7km6jfhagww0hmckwdjqmm"; - libraryHaskellDepends = [ base containers text ]; - description = "Composable, hierarchical errors"; - license = lib.licenses.bsd3; - }) {}; - - "error-or_0_2_0_0" = callPackage ({ mkDerivation, base, containers, mtl, text }: mkDerivation { pname = "error-or"; @@ -88628,21 +87186,9 @@ self: { libraryHaskellDepends = [ base containers mtl text ]; description = "Composable, hierarchical errors"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; }) {}; "error-or-utils" = callPackage - ({ mkDerivation, base, containers, error-or, text }: - mkDerivation { - pname = "error-or-utils"; - version = "0.1.1"; - sha256 = "14n5h69wknns3b6ij8avdijwlpwykalkpvx2q57cg6zv0ywnvmwz"; - libraryHaskellDepends = [ base containers error-or text ]; - description = "Utilities using ErrorOr datatype"; - license = lib.licenses.bsd3; - }) {}; - - "error-or-utils_0_2_0" = callPackage ({ mkDerivation, base, containers, error-or, text }: mkDerivation { pname = "error-or-utils"; @@ -88651,7 +87197,6 @@ self: { libraryHaskellDepends = [ base containers error-or text ]; description = "Utilities using ErrorOr datatype"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; }) {}; "error-util" = callPackage @@ -90162,43 +88707,6 @@ self: { }) {}; "eventstore" = callPackage - ({ mkDerivation, aeson, array, async, base, bifunctors, bytestring - , cereal, clock, connection, containers, dns, dotnet-timespan - , exceptions, fast-logger, file-embed, hashable, http-client - , interpolate, lifted-async, lifted-base, monad-control - , monad-logger, mono-traversable, mtl, protobuf, random, safe - , safe-exceptions, semigroups, stm, stm-chans, streaming, tasty - , tasty-hspec, tasty-hunit, text, time, transformers-base - , unordered-containers, uuid, vector - }: - mkDerivation { - pname = "eventstore"; - version = "1.4.1"; - sha256 = "1d8lai7ra0r8mlfwnyvf9bhx7n4y9qzvj1sc96x3fh8xf79qd8mj"; - libraryHaskellDepends = [ - aeson array base bifunctors bytestring cereal clock connection - containers dns dotnet-timespan exceptions fast-logger hashable - http-client interpolate lifted-async lifted-base monad-control - monad-logger mono-traversable mtl protobuf random safe - safe-exceptions semigroups stm stm-chans streaming text time - transformers-base unordered-containers uuid vector - ]; - testHaskellDepends = [ - aeson async base bytestring cereal connection containers - dotnet-timespan exceptions fast-logger file-embed hashable - lifted-async lifted-base monad-control mono-traversable protobuf - safe safe-exceptions semigroups stm stm-chans streaming tasty - tasty-hspec tasty-hunit text time transformers-base - unordered-containers uuid vector - ]; - description = "EventStore TCP Client"; - license = lib.licenses.bsd3; - platforms = [ "x86_64-darwin" "x86_64-linux" ]; - hydraPlatforms = lib.platforms.none; - broken = true; - }) {}; - - "eventstore_1_4_2" = callPackage ({ mkDerivation, aeson, array, async, base, bifunctors, bytestring , cereal, clock, connection, containers, dns, dotnet-timespan , exceptions, fast-logger, file-embed, hashable, hspec, http-client @@ -91476,19 +89984,6 @@ self: { }) {}; "express" = callPackage - ({ mkDerivation, base, leancheck, template-haskell }: - mkDerivation { - pname = "express"; - version = "0.1.16"; - sha256 = "04a1iv3dzyni7b0yvzqf1s8l0wg07hk9sg6d59hdbsl4f3kw8ki4"; - libraryHaskellDepends = [ base template-haskell ]; - testHaskellDepends = [ base leancheck ]; - benchmarkHaskellDepends = [ base leancheck ]; - description = "Dynamically-typed expressions involving function application and variables"; - license = lib.licenses.bsd3; - }) {}; - - "express_1_0_8" = callPackage ({ mkDerivation, base, leancheck, template-haskell }: mkDerivation { pname = "express"; @@ -91499,7 +89994,6 @@ self: { benchmarkHaskellDepends = [ base leancheck ]; description = "Dynamically-typed expressions involving function application and variables"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; }) {}; "expression-parser" = callPackage @@ -91878,24 +90372,6 @@ self: { }) {}; "extra" = callPackage - ({ mkDerivation, base, clock, directory, filepath, process - , QuickCheck, quickcheck-instances, time, unix - }: - mkDerivation { - pname = "extra"; - version = "1.7.9"; - sha256 = "17fzmxwrv0w7inhq7kia36prc2nsx845r9v56sihqvr17fk2cvpn"; - libraryHaskellDepends = [ - base clock directory filepath process time unix - ]; - testHaskellDepends = [ - base directory filepath QuickCheck quickcheck-instances unix - ]; - description = "Extra functions I use"; - license = lib.licenses.bsd3; - }) {}; - - "extra_1_7_10" = callPackage ({ mkDerivation, base, clock, directory, filepath, process , QuickCheck, quickcheck-instances, time, unix }: @@ -91911,7 +90387,6 @@ self: { ]; description = "Extra functions I use"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; }) {}; "extract-dependencies" = callPackage @@ -92353,38 +90828,6 @@ self: { }) {inherit (pkgs.xorg) libXtst;}; "fakedata" = callPackage - ({ mkDerivation, attoparsec, base, bytestring, containers, deepseq - , directory, exceptions, fakedata-parser, filepath, gauge, hashable - , hspec, hspec-discover, random, string-random, template-haskell - , text, time, unordered-containers, vector, yaml - }: - mkDerivation { - pname = "fakedata"; - version = "0.8.0"; - sha256 = "0in9yz7qkdnrp3bz6zdfvz435d9k9zhdq6n18nsm5il949kf68p5"; - enableSeparateDataOutput = true; - libraryHaskellDepends = [ - attoparsec base bytestring containers directory exceptions - fakedata-parser filepath hashable random string-random - template-haskell text time unordered-containers vector yaml - ]; - testHaskellDepends = [ - attoparsec base bytestring containers directory exceptions - fakedata-parser filepath hashable hspec hspec-discover random - string-random template-haskell text time unordered-containers - vector yaml - ]; - testToolDepends = [ hspec-discover ]; - benchmarkHaskellDepends = [ - attoparsec base bytestring containers deepseq directory exceptions - fakedata-parser filepath gauge hashable random string-random - template-haskell text time unordered-containers vector yaml - ]; - description = "Library for producing fake data"; - license = lib.licenses.bsd3; - }) {}; - - "fakedata_1_0_2" = callPackage ({ mkDerivation, aeson, attoparsec, base, bytestring, containers , deepseq, directory, exceptions, fakedata-parser, filepath, gauge , hashable, hspec, hspec-discover, QuickCheck, random, regex-tdfa @@ -92417,7 +90860,6 @@ self: { ]; description = "Library for producing fake data"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; }) {}; "fakedata-parser" = callPackage @@ -92488,34 +90930,6 @@ self: { }) {}; "faktory" = callPackage - ({ mkDerivation, aeson, aeson-casing, async, base, bytestring - , connection, cryptonite, errors, hspec, markdown-unlit, megaparsec - , memory, mtl, network, random, safe-exceptions, scanner - , semigroups, text, time, unix, unordered-containers - }: - mkDerivation { - pname = "faktory"; - version = "1.0.3.1"; - sha256 = "0af9wsx3fl701an3bsp7daxa4hxv7pdj16y7cypj3cvdwav5wdsg"; - isLibrary = true; - isExecutable = true; - libraryHaskellDepends = [ - aeson aeson-casing base bytestring connection cryptonite errors - megaparsec memory mtl network random safe-exceptions scanner - semigroups text time unix unordered-containers - ]; - executableHaskellDepends = [ aeson base safe-exceptions ]; - testHaskellDepends = [ - aeson async base hspec markdown-unlit time - ]; - testToolDepends = [ markdown-unlit ]; - description = "Faktory Worker for Haskell"; - license = lib.licenses.mit; - hydraPlatforms = lib.platforms.none; - broken = true; - }) {}; - - "faktory_1_1_2_1" = callPackage ({ mkDerivation, aeson, aeson-casing, aeson-qq, async, base , bytestring, connection, cryptonite, errors, hspec, markdown-unlit , megaparsec, memory, mtl, network, random, safe-exceptions @@ -92748,26 +91162,6 @@ self: { }) {}; "fast-logger" = callPackage - ({ mkDerivation, array, auto-update, base, bytestring, directory - , easy-file, filepath, hspec, hspec-discover, text, unix-compat - , unix-time - }: - mkDerivation { - pname = "fast-logger"; - version = "3.0.5"; - sha256 = "1mbnah6n8lig494523czcd95dfn01f438qai9pf20wpa2gdbz4x6"; - libraryHaskellDepends = [ - array auto-update base bytestring directory easy-file filepath text - unix-compat unix-time - ]; - testHaskellDepends = [ base bytestring directory hspec ]; - testToolDepends = [ hspec-discover ]; - description = "A fast logging system"; - license = lib.licenses.bsd3; - maintainers = with lib.maintainers; [ sternenseemann ]; - }) {}; - - "fast-logger_3_1_1" = callPackage ({ mkDerivation, array, auto-update, base, bytestring, directory , easy-file, filepath, hspec, hspec-discover, text, unix-compat , unix-time @@ -92784,7 +91178,6 @@ self: { testToolDepends = [ hspec-discover ]; description = "A fast logging system"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; maintainers = with lib.maintainers; [ sternenseemann ]; }) {}; @@ -93662,17 +92055,6 @@ self: { }) {}; "fedora-dists" = callPackage - ({ mkDerivation, base }: - mkDerivation { - pname = "fedora-dists"; - version = "1.1.2"; - sha256 = "0hynmwic940vmna0czavbp1wx856ad9am7i6r0d2hq8jynrsin5w"; - libraryHaskellDepends = [ base ]; - description = "Library for Fedora distribution versions"; - license = lib.licenses.gpl3Only; - }) {}; - - "fedora-dists_2_0_0" = callPackage ({ mkDerivation, aeson, base, bytestring, cached-json-file, pdc , text, time }: @@ -93685,29 +92067,9 @@ self: { ]; description = "Library for Fedora distribution versions"; license = lib.licenses.gpl3Only; - hydraPlatforms = lib.platforms.none; }) {}; "fedora-haskell-tools" = callPackage - ({ mkDerivation, base, csv, directory, fedora-dists, filepath, HTTP - , optparse-applicative, process, simple-cmd, simple-cmd-args, split - , time, unix - }: - mkDerivation { - pname = "fedora-haskell-tools"; - version = "0.9"; - sha256 = "1zqglc16jawgdx382wg7dx467v7ngnf1njvf1clcdyqwp54q6imn"; - isLibrary = false; - isExecutable = true; - executableHaskellDepends = [ - base csv directory fedora-dists filepath HTTP optparse-applicative - process simple-cmd simple-cmd-args split time unix - ]; - description = "Building and maintenance tools for Fedora Haskell"; - license = lib.licenses.gpl3Only; - }) {}; - - "fedora-haskell-tools_1_0" = callPackage ({ mkDerivation, base, bytestring, csv, directory, extra , fedora-dists, filepath, http-conduit, http-types , optparse-applicative, process, simple-cmd, simple-cmd-args, split @@ -93726,7 +92088,6 @@ self: { ]; description = "Building and maintenance tools for Fedora Haskell"; license = lib.licenses.gpl3Only; - hydraPlatforms = lib.platforms.none; }) {}; "fedora-img-dl" = callPackage @@ -95184,17 +93545,6 @@ self: { }) {}; "filtrable" = callPackage - ({ mkDerivation, base, transformers }: - mkDerivation { - pname = "filtrable"; - version = "0.1.4.0"; - sha256 = "11jas9w611pslc3hanybsdwrh4292zvgigng8y4cv7gm0j908xng"; - libraryHaskellDepends = [ base transformers ]; - description = "Class of filtrable containers"; - license = lib.licenses.bsd3; - }) {}; - - "filtrable_0_1_6_0" = callPackage ({ mkDerivation, base, containers, smallcheck, tasty , tasty-smallcheck, transformers }: @@ -95206,26 +93556,9 @@ self: { testHaskellDepends = [ base smallcheck tasty tasty-smallcheck ]; description = "Class of filtrable containers"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; }) {}; "fin" = callPackage - ({ mkDerivation, base, dec, deepseq, hashable, inspection-testing - , QuickCheck, tagged, universe-base - }: - mkDerivation { - pname = "fin"; - version = "0.2"; - sha256 = "1xy3dgvl6s4cyb0l2hkyl06nbhc4dpc3sy2kjd8w7av9921k96i3"; - libraryHaskellDepends = [ - base dec deepseq hashable QuickCheck universe-base - ]; - testHaskellDepends = [ base inspection-testing tagged ]; - description = "Nat and Fin: peano naturals and finite numbers"; - license = lib.licenses.bsd3; - }) {}; - - "fin_0_2_1" = callPackage ({ mkDerivation, base, boring, dec, deepseq, hashable , inspection-testing, QuickCheck, some, tagged, universe-base }: @@ -95239,7 +93572,6 @@ self: { testHaskellDepends = [ base inspection-testing tagged ]; description = "Nat and Fin: peano naturals and finite numbers"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; }) {}; "fin-int" = callPackage @@ -95451,10 +93783,9 @@ self: { "finitary-derive" = callPackage ({ mkDerivation, base, binary, bitvec, coercible-utils, deepseq - , finitary, finite-typelits, ghc-typelits-extra + , finitary, finite-typelits, ghc-bignum, ghc-typelits-extra , ghc-typelits-knownnat, hashable, hedgehog, hedgehog-classes - , integer-gmp, primitive, vector, vector-binary-instances - , vector-instances + , primitive, vector, vector-binary-instances, vector-instances }: mkDerivation { pname = "finitary-derive"; @@ -95462,7 +93793,7 @@ self: { sha256 = "1l8xh7azssfgwvr78jaklj6dagmjpbx5ad4j6kzx104khj0skpqy"; libraryHaskellDepends = [ base binary bitvec coercible-utils deepseq finitary finite-typelits - ghc-typelits-extra ghc-typelits-knownnat hashable integer-gmp + ghc-bignum ghc-typelits-extra ghc-typelits-knownnat hashable primitive vector vector-binary-instances vector-instances ]; testHaskellDepends = [ @@ -96058,18 +94389,6 @@ self: { }) {}; "fixed-vector" = callPackage - ({ mkDerivation, base, deepseq, doctest, filemanip, primitive }: - mkDerivation { - pname = "fixed-vector"; - version = "1.2.0.0"; - sha256 = "19846sgjlsv7qy9nm9l4p2wdms5kvx6y9wm5ffz1hw7h77qy8ryw"; - libraryHaskellDepends = [ base deepseq primitive ]; - testHaskellDepends = [ base doctest filemanip primitive ]; - description = "Generic vectors with statically known size"; - license = lib.licenses.bsd3; - }) {}; - - "fixed-vector_1_2_1_0" = callPackage ({ mkDerivation, base, deepseq, doctest, filemanip, primitive }: mkDerivation { pname = "fixed-vector"; @@ -96079,7 +94398,6 @@ self: { testHaskellDepends = [ base doctest filemanip primitive ]; description = "Generic vectors with statically known size"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; }) {}; "fixed-vector-binary" = callPackage @@ -96137,13 +94455,12 @@ self: { }) {}; "fixed-vector-hetero" = callPackage - ({ mkDerivation, base, deepseq, doctest, fixed-vector, primitive }: + ({ mkDerivation, base, deepseq, fixed-vector, primitive }: mkDerivation { pname = "fixed-vector-hetero"; version = "0.6.1.1"; sha256 = "1amqpbvzyqfg5rsl4zm99qmiffbh0a5bf9jbwlm6snwm9024qsj3"; libraryHaskellDepends = [ base deepseq fixed-vector primitive ]; - testHaskellDepends = [ base doctest fixed-vector ]; description = "Library for working with product types generically"; license = lib.licenses.bsd3; }) {}; @@ -97028,18 +95345,6 @@ self: { }) {}; "flow" = callPackage - ({ mkDerivation, base, HUnit }: - mkDerivation { - pname = "flow"; - version = "1.0.23"; - sha256 = "064dzij0qj0psnis7fcr3zklkkm8bncl448c9k1na1g7h46660mv"; - libraryHaskellDepends = [ base ]; - testHaskellDepends = [ base HUnit ]; - description = "Write more understandable Haskell"; - license = lib.licenses.mit; - }) {}; - - "flow_2_0_0_0" = callPackage ({ mkDerivation, base, HUnit }: mkDerivation { pname = "flow"; @@ -97049,7 +95354,6 @@ self: { testHaskellDepends = [ base HUnit ]; description = "Write more understandable Haskell"; license = lib.licenses.mit; - hydraPlatforms = lib.platforms.none; }) {}; "flow-er" = callPackage @@ -98321,24 +96625,6 @@ self: { }) {}; "forma" = callPackage - ({ mkDerivation, aeson, base, containers, hspec, mtl, text - , unordered-containers - }: - mkDerivation { - pname = "forma"; - version = "1.1.3"; - sha256 = "0pd2qzibffbkw2c4mk687yg109pl0nfjq0kpwi2cl0l8d0qlyv0c"; - revision = "1"; - editedCabalFile = "0p8cxv068d2fhpym28p49wxsiz6qdm1gb8mgw86lgs8yykqzwsy8"; - libraryHaskellDepends = [ - aeson base containers mtl text unordered-containers - ]; - testHaskellDepends = [ aeson base containers hspec mtl text ]; - description = "Parse and validate forms in JSON format"; - license = lib.licenses.bsd3; - }) {}; - - "forma_1_2_0" = callPackage ({ mkDerivation, aeson, base, containers, hspec, mtl, text }: mkDerivation { pname = "forma"; @@ -98350,7 +96636,6 @@ self: { testHaskellDepends = [ aeson base containers hspec mtl text ]; description = "Parse and validate forms in JSON format"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; }) {}; "formal" = callPackage @@ -98618,29 +96903,29 @@ self: { "fortran-src" = callPackage ({ mkDerivation, alex, array, base, binary, bytestring, containers - , deepseq, directory, fgl, filepath, GenericPretty, happy, hspec - , hspec-discover, mtl, pretty, QuickCheck, temporary, text + , deepseq, directory, either, fgl, filepath, GenericPretty, happy + , hspec, hspec-discover, mtl, pretty, QuickCheck, temporary, text , uniplate }: mkDerivation { pname = "fortran-src"; - version = "0.8.0"; - sha256 = "1pmy9rr6xgqmcx84wk879cvnpyhchz12w8mjymxafn6fljcx96hs"; + version = "0.9.0"; + sha256 = "0x2dkzqvc1al4zshdjc2iypi5bl2vkrvrvidmw7099jjspp6iw1c"; isLibrary = true; isExecutable = true; libraryHaskellDepends = [ - array base binary bytestring containers deepseq directory fgl - filepath GenericPretty mtl pretty temporary text uniplate + array base binary bytestring containers deepseq directory either + fgl filepath GenericPretty mtl pretty temporary text uniplate ]; libraryToolDepends = [ alex happy ]; executableHaskellDepends = [ - array base binary bytestring containers deepseq directory fgl - filepath GenericPretty mtl pretty temporary text uniplate + array base binary bytestring containers deepseq directory either + fgl filepath GenericPretty mtl pretty temporary text uniplate ]; testHaskellDepends = [ - array base binary bytestring containers deepseq directory fgl - filepath GenericPretty hspec mtl pretty QuickCheck temporary text - uniplate + array base binary bytestring containers deepseq directory either + fgl filepath GenericPretty hspec mtl pretty QuickCheck temporary + text uniplate ]; testToolDepends = [ hspec-discover ]; description = "Parsers and analyses for Fortran standards 66, 77, 90, 95 and 2003 (partial)"; @@ -98651,18 +96936,20 @@ self: { "fortran-src-extras" = callPackage ({ mkDerivation, aeson, base, binary, bytestring, containers - , directory, filepath, fortran-src, GenericPretty, hspec + , directory, either, filepath, fortran-src, GenericPretty, hspec , hspec-discover, optparse-applicative, silently, text, uniplate }: mkDerivation { pname = "fortran-src-extras"; - version = "0.2.0"; - sha256 = "0wp1qq7fnzxlar0z7lh4g2fnalwp7xnqg43ws6c9b79xvahk58zi"; + version = "0.3.0"; + sha256 = "0wlaqkc4gvndvir5ghg5jbmj528am0iw5cgl7rk6zvkprpjd2n48"; libraryHaskellDepends = [ - aeson base binary bytestring containers directory filepath + aeson base binary bytestring containers directory either filepath fortran-src GenericPretty optparse-applicative text uniplate ]; - testHaskellDepends = [ base fortran-src hspec silently uniplate ]; + testHaskellDepends = [ + base either fortran-src hspec silently uniplate + ]; testToolDepends = [ hspec-discover ]; description = "Common functions and utils for fortran-src"; license = lib.licenses.asl20; @@ -98831,36 +97118,6 @@ self: { }) {}; "fourmolu" = callPackage - ({ mkDerivation, aeson, base, bytestring, containers, directory - , dlist, exceptions, filepath, ghc-lib-parser, gitrev, hspec - , hspec-discover, HsYAML, HsYAML-aeson, mtl, optparse-applicative - , path, path-io, syb, text - }: - mkDerivation { - pname = "fourmolu"; - version = "0.3.0.0"; - sha256 = "0v89dvcr8l0swj23kkakc39q6lyxjz90rqgwy7m6a5p6iv3h2wms"; - revision = "2"; - editedCabalFile = "16ky7wzmnwhzkk18r63ynq78vlrg065z6mp3hqgs92khpjr33g1l"; - isLibrary = true; - isExecutable = true; - enableSeparateDataOutput = true; - libraryHaskellDepends = [ - aeson base bytestring containers directory dlist exceptions - filepath ghc-lib-parser HsYAML HsYAML-aeson mtl syb text - ]; - executableHaskellDepends = [ - base directory ghc-lib-parser gitrev optparse-applicative text - ]; - testHaskellDepends = [ - base containers filepath hspec path path-io text - ]; - testToolDepends = [ hspec-discover ]; - description = "A formatter for Haskell source code"; - license = lib.licenses.bsd3; - }) {}; - - "fourmolu_0_4_0_0" = callPackage ({ mkDerivation, aeson, ansi-terminal, base, bytestring, Cabal , containers, Diff, directory, dlist, exceptions, filepath , ghc-lib-parser, gitrev, hspec, hspec-discover, HsYAML @@ -98891,7 +97148,6 @@ self: { testToolDepends = [ hspec-discover ]; description = "A formatter for Haskell source code"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; }) {}; "fourmolu_0_5_0_1" = callPackage @@ -98929,14 +97185,14 @@ self: { }) {}; "fp-ieee" = callPackage - ({ mkDerivation, base, doctest, hspec, hspec-core, integer-gmp + ({ mkDerivation, base, doctest, ghc-bignum, hspec, hspec-core , integer-logarithms, QuickCheck, random, tasty-bench }: mkDerivation { pname = "fp-ieee"; version = "0.1.0.2"; sha256 = "0zfrjqyi3pvfmsidq2vsfwqaah0ag6pkixlxicr43jmfyrhi4snl"; - libraryHaskellDepends = [ base integer-gmp integer-logarithms ]; + libraryHaskellDepends = [ base ghc-bignum integer-logarithms ]; testHaskellDepends = [ base doctest hspec hspec-core integer-logarithms QuickCheck random ]; @@ -101008,23 +99264,6 @@ self: { }) {}; "functor-classes-compat" = callPackage - ({ mkDerivation, base, containers, hashable, unordered-containers - , vector - }: - mkDerivation { - pname = "functor-classes-compat"; - version = "1.0.1"; - sha256 = "0p6kwj1yimis0rg2gihwkgxkjj1psxy38hxa94gz5pd638314hi3"; - revision = "1"; - editedCabalFile = "0x8g977xgg9jj597kvn4h725kh3nvbwhxlh1iglp1vzn39v73n6f"; - libraryHaskellDepends = [ - base containers hashable unordered-containers vector - ]; - description = "Data.Functor.Classes instances for core packages"; - license = lib.licenses.bsd3; - }) {}; - - "functor-classes-compat_2_0_0_2" = callPackage ({ mkDerivation, base, containers }: mkDerivation { pname = "functor-classes-compat"; @@ -101033,37 +99272,9 @@ self: { libraryHaskellDepends = [ base containers ]; description = "Data.Functor.Classes instances for core packages"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; }) {}; "functor-combinators" = callPackage - ({ mkDerivation, assoc, base, bifunctors, comonad, constraints - , containers, contravariant, dependent-sum, deriving-compat, free - , hedgehog, invariant, kan-extensions, mmorph, mtl - , natural-transformation, nonempty-containers, pointed, profunctors - , semigroupoids, sop-core, tagged, tasty, tasty-hedgehog, these - , transformers, trivial-constraint, vinyl - }: - mkDerivation { - pname = "functor-combinators"; - version = "0.3.6.0"; - sha256 = "0idf896xadp5v5k4m0s087xvvs9008sxw61djqb9v0x08rs5zy8f"; - libraryHaskellDepends = [ - assoc base bifunctors comonad constraints containers contravariant - deriving-compat free invariant kan-extensions mmorph mtl - natural-transformation nonempty-containers pointed profunctors - semigroupoids sop-core tagged these transformers trivial-constraint - vinyl - ]; - testHaskellDepends = [ - base bifunctors dependent-sum free hedgehog nonempty-containers - semigroupoids tasty tasty-hedgehog transformers trivial-constraint - ]; - description = "Tools for functor combinator-based program design"; - license = lib.licenses.bsd3; - }) {}; - - "functor-combinators_0_4_1_0" = callPackage ({ mkDerivation, assoc, base, bifunctors, comonad, constraints , containers, contravariant, dependent-sum, deriving-compat, free , hashable, hedgehog, invariant, kan-extensions, mmorph, mtl @@ -101089,7 +99300,6 @@ self: { ]; description = "Tools for functor combinator-based program design"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; }) {}; "functor-combo" = callPackage @@ -101827,20 +100037,6 @@ self: { }) {}; "fuzzy-time" = callPackage - ({ mkDerivation, base, containers, deepseq, megaparsec, text, time - , validity, validity-time - }: - mkDerivation { - pname = "fuzzy-time"; - version = "0.1.0.0"; - sha256 = "1l9gpirnnr8lzdcnqz1sdi998v7gka9x6sld2pz4d8y906mdhclj"; - libraryHaskellDepends = [ - base containers deepseq megaparsec text time validity validity-time - ]; - license = lib.licenses.mit; - }) {}; - - "fuzzy-time_0_2_0_0" = callPackage ({ mkDerivation, base, containers, deepseq, megaparsec, text, time , validity, validity-time }: @@ -101852,7 +100048,6 @@ self: { base containers deepseq megaparsec text time validity validity-time ]; license = lib.licenses.mit; - hydraPlatforms = lib.platforms.none; }) {}; "fuzzy-time-gen" = callPackage @@ -103250,17 +101445,6 @@ self: { }) {}; "generic-arbitrary" = callPackage - ({ mkDerivation, base, QuickCheck }: - mkDerivation { - pname = "generic-arbitrary"; - version = "0.1.0"; - sha256 = "1imw36k5kxfl7ik0mzjxa8xzqg6hs3k253kpi19a9l53wxa0mwv9"; - libraryHaskellDepends = [ base QuickCheck ]; - description = "Generic implementation for QuickCheck's Arbitrary"; - license = lib.licenses.mit; - }) {}; - - "generic-arbitrary_0_2_0" = callPackage ({ mkDerivation, base, QuickCheck }: mkDerivation { pname = "generic-arbitrary"; @@ -103269,7 +101453,6 @@ self: { libraryHaskellDepends = [ base QuickCheck ]; description = "Generic implementation for QuickCheck's Arbitrary"; license = lib.licenses.mit; - hydraPlatforms = lib.platforms.none; }) {}; "generic-binary" = callPackage @@ -103453,24 +101636,6 @@ self: { }) {}; "generic-lens" = callPackage - ({ mkDerivation, base, doctest, generic-lens-core, HUnit - , inspection-testing, lens, profunctors, text - }: - mkDerivation { - pname = "generic-lens"; - version = "2.1.0.0"; - sha256 = "1qxabrbzgd32i2fv40qw4f44akvfs1impjvcs5pqn409q9zz6kfd"; - libraryHaskellDepends = [ - base generic-lens-core profunctors text - ]; - testHaskellDepends = [ - base doctest HUnit inspection-testing lens profunctors - ]; - description = "Generically derive traversals, lenses and prisms"; - license = lib.licenses.bsd3; - }) {}; - - "generic-lens_2_2_1_0" = callPackage ({ mkDerivation, base, doctest, generic-lens-core, HUnit , inspection-testing, lens, profunctors, text }: @@ -103486,21 +101651,9 @@ self: { ]; description = "Generically derive traversals, lenses and prisms"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; }) {}; "generic-lens-core" = callPackage - ({ mkDerivation, base, indexed-profunctors, text }: - mkDerivation { - pname = "generic-lens-core"; - version = "2.1.0.0"; - sha256 = "0ja72rn7f7a24bmgqb6rds1ic78jffy2dzrb7sx8gy3ld5mlg135"; - libraryHaskellDepends = [ base indexed-profunctors text ]; - description = "Generically derive traversals, lenses and prisms"; - license = lib.licenses.bsd3; - }) {}; - - "generic-lens-core_2_2_1_0" = callPackage ({ mkDerivation, base, indexed-profunctors, text }: mkDerivation { pname = "generic-lens-core"; @@ -103509,7 +101662,6 @@ self: { libraryHaskellDepends = [ base indexed-profunctors text ]; description = "Generically derive traversals, lenses and prisms"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; }) {}; "generic-lens-labels" = callPackage @@ -103600,25 +101752,6 @@ self: { }) {}; "generic-optics" = callPackage - ({ mkDerivation, base, doctest, generic-lens-core, HUnit - , inspection-testing, optics-core, text - }: - mkDerivation { - pname = "generic-optics"; - version = "2.1.0.0"; - sha256 = "04szdpcaxiaw9n1cry020mcrcirypfq3qxwr7h8h34b2mffvnl25"; - libraryHaskellDepends = [ - base generic-lens-core optics-core text - ]; - testHaskellDepends = [ - base doctest HUnit inspection-testing optics-core - ]; - description = "Generically derive traversals, lenses and prisms"; - license = lib.licenses.bsd3; - maintainers = with lib.maintainers; [ maralorn ]; - }) {}; - - "generic-optics_2_2_1_0" = callPackage ({ mkDerivation, base, doctest, generic-lens-core, HUnit , inspection-testing, optics-core, text }: @@ -103634,7 +101767,6 @@ self: { ]; description = "Generically derive traversals, lenses and prisms"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; maintainers = with lib.maintainers; [ maralorn ]; }) {}; @@ -103699,20 +101831,6 @@ self: { }) {}; "generic-random" = callPackage - ({ mkDerivation, base, deepseq, QuickCheck }: - mkDerivation { - pname = "generic-random"; - version = "1.4.0.0"; - sha256 = "12rvb1dzrfjc46n9vdcw3yv773iih8vwhrac3hpzq70yp2z77jdw"; - revision = "1"; - editedCabalFile = "0k8hk2fpm53x5788nvqy8pd1vgpdwidbz5syryf8imhqqq0837w1"; - libraryHaskellDepends = [ base QuickCheck ]; - testHaskellDepends = [ base deepseq QuickCheck ]; - description = "Generic random generators for QuickCheck"; - license = lib.licenses.mit; - }) {}; - - "generic-random_1_5_0_1" = callPackage ({ mkDerivation, base, deepseq, QuickCheck }: mkDerivation { pname = "generic-random"; @@ -103722,7 +101840,6 @@ self: { testHaskellDepends = [ base deepseq QuickCheck ]; description = "Generic random generators for QuickCheck"; license = lib.licenses.mit; - hydraPlatforms = lib.platforms.none; }) {}; "generic-records" = callPackage @@ -104136,20 +102253,6 @@ self: { }) {}; "genvalidity" = callPackage - ({ mkDerivation, base, hspec, hspec-core, QuickCheck, random - , validity - }: - mkDerivation { - pname = "genvalidity"; - version = "0.11.0.2"; - sha256 = "16bd5dx0ngc8z7mij23i2l3a8v3c112x8ksd623alik18zx7pi8j"; - libraryHaskellDepends = [ base QuickCheck random validity ]; - testHaskellDepends = [ base hspec hspec-core QuickCheck ]; - description = "Testing utilities for the validity library"; - license = lib.licenses.mit; - }) {}; - - "genvalidity_1_0_0_1" = callPackage ({ mkDerivation, base, hspec, hspec-core, QuickCheck, random , validity }: @@ -104161,32 +102264,9 @@ self: { testHaskellDepends = [ base hspec hspec-core QuickCheck ]; description = "Testing utilities for the validity library"; license = lib.licenses.mit; - hydraPlatforms = lib.platforms.none; }) {}; "genvalidity-aeson" = callPackage - ({ mkDerivation, aeson, base, genvalidity, genvalidity-hspec - , genvalidity-scientific, genvalidity-text - , genvalidity-unordered-containers, genvalidity-vector, hspec - , QuickCheck, validity, validity-aeson - }: - mkDerivation { - pname = "genvalidity-aeson"; - version = "0.3.0.0"; - sha256 = "0l8n7k9v32izir9x0qrsnk4zkv3qhpghjzzpig4mk861cgycd42h"; - libraryHaskellDepends = [ - aeson base genvalidity genvalidity-scientific genvalidity-text - genvalidity-unordered-containers genvalidity-vector QuickCheck - validity validity-aeson - ]; - testHaskellDepends = [ - aeson base genvalidity genvalidity-hspec hspec - ]; - description = "GenValidity support for aeson"; - license = lib.licenses.mit; - }) {}; - - "genvalidity-aeson_1_0_0_0" = callPackage ({ mkDerivation, aeson, base, criterion, deepseq, genvalidity , genvalidity-criterion, genvalidity-hspec, genvalidity-scientific , genvalidity-text, genvalidity-unordered-containers @@ -104209,35 +102289,9 @@ self: { ]; description = "GenValidity support for aeson"; license = lib.licenses.mit; - hydraPlatforms = lib.platforms.none; }) {}; "genvalidity-bytestring" = callPackage - ({ mkDerivation, base, bytestring, criterion, deepseq, genvalidity - , genvalidity-criterion, genvalidity-hspec, hspec, QuickCheck - , random, validity, validity-bytestring - }: - mkDerivation { - pname = "genvalidity-bytestring"; - version = "0.6.0.0"; - sha256 = "0d15cjp4pxi7hb9nilbf88mia8sv3wzwxgy3kn46bvhz4w726z5d"; - libraryHaskellDepends = [ - base bytestring genvalidity QuickCheck random validity - validity-bytestring - ]; - testHaskellDepends = [ - base bytestring deepseq genvalidity genvalidity-hspec hspec - QuickCheck validity - ]; - benchmarkHaskellDepends = [ - base bytestring criterion genvalidity genvalidity-criterion - QuickCheck - ]; - description = "GenValidity support for ByteString"; - license = lib.licenses.mit; - }) {}; - - "genvalidity-bytestring_1_0_0_0" = callPackage ({ mkDerivation, base, bytestring, criterion, deepseq, genvalidity , genvalidity-criterion, genvalidity-hspec, hspec, QuickCheck , random, validity, validity-bytestring @@ -104260,34 +102314,9 @@ self: { ]; description = "GenValidity support for ByteString"; license = lib.licenses.mit; - hydraPlatforms = lib.platforms.none; }) {}; "genvalidity-containers" = callPackage - ({ mkDerivation, base, containers, criterion, genvalidity - , genvalidity-criterion, genvalidity-hspec, genvalidity-property - , hspec, QuickCheck, validity, validity-containers - }: - mkDerivation { - pname = "genvalidity-containers"; - version = "0.9.0.0"; - sha256 = "0g9drk60pf78j7qqh01a1yjqz93rv5irwhgi27qjda6siii5r3bk"; - libraryHaskellDepends = [ - base containers genvalidity QuickCheck validity validity-containers - ]; - testHaskellDepends = [ - base containers genvalidity genvalidity-hspec genvalidity-property - hspec QuickCheck validity validity-containers - ]; - benchmarkHaskellDepends = [ - base containers criterion genvalidity genvalidity-criterion - QuickCheck - ]; - description = "GenValidity support for containers"; - license = lib.licenses.mit; - }) {}; - - "genvalidity-containers_1_0_0_0" = callPackage ({ mkDerivation, base, containers, criterion, genvalidity , genvalidity-criterion, genvalidity-hspec, genvalidity-property , hspec, QuickCheck, validity, validity-containers @@ -104309,27 +102338,9 @@ self: { ]; description = "GenValidity support for containers"; license = lib.licenses.mit; - hydraPlatforms = lib.platforms.none; }) {}; "genvalidity-criterion" = callPackage - ({ mkDerivation, base, criterion, deepseq, genvalidity, QuickCheck - }: - mkDerivation { - pname = "genvalidity-criterion"; - version = "0.2.0.0"; - sha256 = "1r28kqqwaaavchdncdwa4q52z3li5515rfa9wz5lcnyrscim62xg"; - libraryHaskellDepends = [ - base criterion deepseq genvalidity QuickCheck - ]; - benchmarkHaskellDepends = [ - base criterion genvalidity QuickCheck - ]; - description = "Criterion benchmarks for generators"; - license = lib.licenses.mit; - }) {}; - - "genvalidity-criterion_1_0_0_0" = callPackage ({ mkDerivation, base, criterion, deepseq, genvalidity, QuickCheck }: mkDerivation { @@ -104344,29 +102355,9 @@ self: { ]; description = "Criterion benchmarks for generators"; license = lib.licenses.mit; - hydraPlatforms = lib.platforms.none; }) {}; "genvalidity-hspec" = callPackage - ({ mkDerivation, base, genvalidity, genvalidity-property, hspec - , hspec-core, QuickCheck, transformers, validity - }: - mkDerivation { - pname = "genvalidity-hspec"; - version = "0.7.0.4"; - sha256 = "0aajx07n2rznyqxb0c4pn9j2cvkzw5brz9ki4grhhigbcri3jzmv"; - libraryHaskellDepends = [ - base genvalidity genvalidity-property hspec hspec-core QuickCheck - transformers validity - ]; - testHaskellDepends = [ - base genvalidity hspec hspec-core QuickCheck - ]; - description = "Standard spec's for GenValidity instances"; - license = lib.licenses.mit; - }) {}; - - "genvalidity-hspec_1_0_0_0" = callPackage ({ mkDerivation, base, genvalidity, genvalidity-property, hspec , hspec-core, QuickCheck, transformers, validity }: @@ -104383,32 +102374,9 @@ self: { ]; description = "Standard spec's for GenValidity instances"; license = lib.licenses.mit; - hydraPlatforms = lib.platforms.none; }) {}; "genvalidity-hspec-aeson" = callPackage - ({ mkDerivation, aeson, base, bytestring, deepseq, genvalidity - , genvalidity-aeson, genvalidity-hspec, genvalidity-property - , genvalidity-text, hspec, QuickCheck, text, validity - }: - mkDerivation { - pname = "genvalidity-hspec-aeson"; - version = "0.3.1.1"; - sha256 = "1vqbvkjhq35jm3sr7g5jmwnalzcf8yy76fvd33x6gwayv78rp0ab"; - libraryHaskellDepends = [ - aeson base bytestring deepseq genvalidity genvalidity-hspec hspec - QuickCheck - ]; - testHaskellDepends = [ - aeson base genvalidity genvalidity-aeson genvalidity-hspec - genvalidity-property genvalidity-text hspec QuickCheck text - validity - ]; - description = "Standard spec's for aeson-related instances"; - license = lib.licenses.mit; - }) {}; - - "genvalidity-hspec-aeson_1_0_0_0" = callPackage ({ mkDerivation, aeson, base, bytestring, deepseq, genvalidity , genvalidity-aeson, genvalidity-hspec, genvalidity-property , genvalidity-text, hspec, QuickCheck, text, validity @@ -104428,29 +102396,9 @@ self: { ]; description = "Standard spec's for aeson-related instances"; license = lib.licenses.mit; - hydraPlatforms = lib.platforms.none; }) {}; "genvalidity-hspec-binary" = callPackage - ({ mkDerivation, base, binary, deepseq, genvalidity - , genvalidity-hspec, genvalidity-property, hspec, QuickCheck - , validity - }: - mkDerivation { - pname = "genvalidity-hspec-binary"; - version = "0.2.0.4"; - sha256 = "144gcr9hm89aqwr0fglnazc5biksdd7sv7qh0ivh56x7v80wd3r9"; - libraryHaskellDepends = [ - base binary deepseq genvalidity genvalidity-hspec hspec QuickCheck - ]; - testHaskellDepends = [ - base binary genvalidity genvalidity-property hspec validity - ]; - description = "Standard spec's for binary-related Instances"; - license = lib.licenses.mit; - }) {}; - - "genvalidity-hspec-binary_1_0_0_0" = callPackage ({ mkDerivation, base, binary, deepseq, genvalidity , genvalidity-hspec, genvalidity-property, hspec, QuickCheck , validity @@ -104467,30 +102415,9 @@ self: { ]; description = "Standard spec's for binary-related Instances"; license = lib.licenses.mit; - hydraPlatforms = lib.platforms.none; }) {}; "genvalidity-hspec-cereal" = callPackage - ({ mkDerivation, base, cereal, deepseq, genvalidity - , genvalidity-hspec, genvalidity-property, hspec, QuickCheck - , validity - }: - mkDerivation { - pname = "genvalidity-hspec-cereal"; - version = "0.2.0.4"; - sha256 = "0dyfx56cjila3l1nv199p12pi90hi9x27a97h5kqrkaxx5ca3czb"; - libraryHaskellDepends = [ - base cereal deepseq genvalidity genvalidity-hspec hspec QuickCheck - ]; - testHaskellDepends = [ - base cereal genvalidity genvalidity-property hspec QuickCheck - validity - ]; - description = "Standard spec's for cereal-related instances"; - license = lib.licenses.mit; - }) {}; - - "genvalidity-hspec-cereal_1_0_0_0" = callPackage ({ mkDerivation, base, cereal, deepseq, genvalidity , genvalidity-hspec, genvalidity-property, hspec, QuickCheck , validity @@ -104508,31 +102435,9 @@ self: { ]; description = "Standard spec's for cereal-related instances"; license = lib.licenses.mit; - hydraPlatforms = lib.platforms.none; }) {}; "genvalidity-hspec-hashable" = callPackage - ({ mkDerivation, base, genvalidity, genvalidity-hspec - , genvalidity-property, hashable, hspec, hspec-core, QuickCheck - , validity - }: - mkDerivation { - pname = "genvalidity-hspec-hashable"; - version = "0.2.0.5"; - sha256 = "1ia1kvr4by2yfzdrk89da028aqpqx4sp3lllra147q7bpjys0kry"; - libraryHaskellDepends = [ - base genvalidity genvalidity-hspec genvalidity-property hashable - hspec QuickCheck validity - ]; - testHaskellDepends = [ - base genvalidity genvalidity-hspec genvalidity-property hashable - hspec hspec-core QuickCheck validity - ]; - description = "Standard spec's for Hashable instances"; - license = lib.licenses.mit; - }) {}; - - "genvalidity-hspec-hashable_1_0_0_0" = callPackage ({ mkDerivation, base, genvalidity, genvalidity-hspec , genvalidity-property, hashable, hspec, hspec-core, QuickCheck , validity @@ -104551,29 +102456,9 @@ self: { ]; description = "Standard spec's for Hashable instances"; license = lib.licenses.mit; - hydraPlatforms = lib.platforms.none; }) {}; "genvalidity-hspec-optics" = callPackage - ({ mkDerivation, base, genvalidity, genvalidity-hspec - , genvalidity-property, hspec, microlens, QuickCheck, validity - }: - mkDerivation { - pname = "genvalidity-hspec-optics"; - version = "0.1.1.2"; - sha256 = "1mh9s6q3zii6dpkli4zbmz89wly6bjfalvgs7jh5fvg36wv0c0a8"; - libraryHaskellDepends = [ - base genvalidity genvalidity-hspec hspec microlens QuickCheck - ]; - testHaskellDepends = [ - base genvalidity genvalidity-hspec genvalidity-property hspec - microlens validity - ]; - description = "Standard spec's for lens"; - license = lib.licenses.mit; - }) {}; - - "genvalidity-hspec-optics_1_0_0_0" = callPackage ({ mkDerivation, base, genvalidity, genvalidity-hspec , genvalidity-property, hspec, microlens, QuickCheck, validity }: @@ -104590,30 +102475,9 @@ self: { ]; description = "Standard spec's for lens"; license = lib.licenses.mit; - hydraPlatforms = lib.platforms.none; }) {}; "genvalidity-hspec-persistent" = callPackage - ({ mkDerivation, base, genvalidity, genvalidity-hspec - , genvalidity-property, genvalidity-text, hspec, persistent - , QuickCheck, text, validity - }: - mkDerivation { - pname = "genvalidity-hspec-persistent"; - version = "0.0.0.1"; - sha256 = "11wzwnhij2xbgka9sjdsh7yf9xk6vlm9g6j6amb0863sxs1vpjm0"; - libraryHaskellDepends = [ - base genvalidity genvalidity-hspec hspec persistent QuickCheck text - ]; - testHaskellDepends = [ - base genvalidity genvalidity-hspec genvalidity-property - genvalidity-text hspec persistent QuickCheck text validity - ]; - description = "Standard spec's for persistent-related instances"; - license = lib.licenses.mit; - }) {}; - - "genvalidity-hspec-persistent_1_0_0_0" = callPackage ({ mkDerivation, base, genvalidity, genvalidity-hspec , genvalidity-property, genvalidity-text, hspec, persistent , QuickCheck, text, validity @@ -104631,35 +102495,9 @@ self: { ]; description = "Standard spec's for persistent-related instances"; license = lib.licenses.mit; - hydraPlatforms = lib.platforms.none; }) {}; "genvalidity-mergeful" = callPackage - ({ mkDerivation, base, containers, criterion, genvalidity - , genvalidity-containers, genvalidity-criterion, genvalidity-hspec - , genvalidity-hspec-aeson, genvalidity-time, genvalidity-uuid - , hspec, mergeful, mtl, pretty-show, QuickCheck, random, time, uuid - }: - mkDerivation { - pname = "genvalidity-mergeful"; - version = "0.2.0.0"; - sha256 = "0mzlsa2rxj5dsrkbvpsilkb895cqw11iswfvjkfnwmimm8wg7c8q"; - libraryHaskellDepends = [ - base containers genvalidity genvalidity-containers genvalidity-time - mergeful QuickCheck - ]; - testHaskellDepends = [ - base containers genvalidity-hspec genvalidity-hspec-aeson - genvalidity-uuid hspec mergeful mtl pretty-show QuickCheck random - time uuid - ]; - benchmarkHaskellDepends = [ - base criterion genvalidity-criterion mergeful - ]; - license = lib.licenses.mit; - }) {}; - - "genvalidity-mergeful_0_3_0_0" = callPackage ({ mkDerivation, base, containers, criterion, genvalidity , genvalidity-containers, genvalidity-criterion, genvalidity-hspec , genvalidity-hspec-aeson, genvalidity-time, genvalidity-uuid @@ -104682,36 +102520,9 @@ self: { base criterion genvalidity-criterion mergeful ]; license = lib.licenses.mit; - hydraPlatforms = lib.platforms.none; }) {}; "genvalidity-mergeless" = callPackage - ({ mkDerivation, base, containers, criterion, genvalidity - , genvalidity-containers, genvalidity-criterion, genvalidity-hspec - , genvalidity-hspec-aeson, genvalidity-time, genvalidity-uuid - , hspec, mergeless, mtl, pretty-show, QuickCheck, random, time - , uuid - }: - mkDerivation { - pname = "genvalidity-mergeless"; - version = "0.2.0.0"; - sha256 = "02p71gnih7xcrbfkaw76jjppz19xjv41idbgwqr93lrjs2qdyj7h"; - libraryHaskellDepends = [ - base containers genvalidity genvalidity-containers genvalidity-time - mergeless QuickCheck - ]; - testHaskellDepends = [ - base containers genvalidity-hspec genvalidity-hspec-aeson - genvalidity-uuid hspec mergeless mtl pretty-show QuickCheck random - time uuid - ]; - benchmarkHaskellDepends = [ - base criterion genvalidity-criterion mergeless - ]; - license = lib.licenses.mit; - }) {}; - - "genvalidity-mergeless_0_3_0_0" = callPackage ({ mkDerivation, base, containers, criterion, genvalidity , genvalidity-containers, genvalidity-criterion, genvalidity-hspec , genvalidity-hspec-aeson, genvalidity-time, genvalidity-uuid @@ -104735,30 +102546,9 @@ self: { base criterion genvalidity-criterion mergeless ]; license = lib.licenses.mit; - hydraPlatforms = lib.platforms.none; }) {}; "genvalidity-path" = callPackage - ({ mkDerivation, base, criterion, genvalidity - , genvalidity-criterion, genvalidity-hspec, hspec, path, QuickCheck - , validity-path - }: - mkDerivation { - pname = "genvalidity-path"; - version = "0.3.0.4"; - sha256 = "0sv059xwz0qrw5718qszh3h7n923xxq3klvzmfrr7k4k5q48513l"; - libraryHaskellDepends = [ - base genvalidity path QuickCheck validity-path - ]; - testHaskellDepends = [ base genvalidity-hspec hspec path ]; - benchmarkHaskellDepends = [ - base criterion genvalidity genvalidity-criterion path QuickCheck - ]; - description = "GenValidity support for Path"; - license = lib.licenses.mit; - }) {}; - - "genvalidity-path_1_0_0_0" = callPackage ({ mkDerivation, base, criterion, genvalidity , genvalidity-criterion, genvalidity-hspec, hspec, path, QuickCheck , validity-path @@ -104776,38 +102566,9 @@ self: { ]; description = "GenValidity support for Path"; license = lib.licenses.mit; - hydraPlatforms = lib.platforms.none; }) {}; "genvalidity-persistent" = callPackage - ({ mkDerivation, base, containers, criterion, deepseq, genvalidity - , genvalidity-containers, genvalidity-criterion, genvalidity-hspec - , hspec, persistent, persistent-template, QuickCheck - , validity-containers, validity-persistent - }: - mkDerivation { - pname = "genvalidity-persistent"; - version = "0.0.0.0"; - sha256 = "01gnwvfa1hlyr35rafvdb9rz8axbnqw7nl182wf6j4pjy40iff17"; - libraryHaskellDepends = [ - base containers genvalidity genvalidity-containers persistent - QuickCheck validity-containers validity-persistent - ]; - testHaskellDepends = [ - base genvalidity genvalidity-hspec hspec persistent - persistent-template QuickCheck validity-containers - ]; - benchmarkHaskellDepends = [ - base criterion deepseq genvalidity genvalidity-criterion persistent - persistent-template - ]; - description = "GenValidity support for Persistent"; - license = lib.licenses.mit; - hydraPlatforms = lib.platforms.none; - broken = true; - }) {}; - - "genvalidity-persistent_1_0_0_0" = callPackage ({ mkDerivation, base, containers, criterion, deepseq, genvalidity , genvalidity-containers, genvalidity-criterion, genvalidity-hspec , hspec, persistent, persistent-template, QuickCheck @@ -104836,22 +102597,6 @@ self: { }) {}; "genvalidity-property" = callPackage - ({ mkDerivation, base, directory, doctest, filepath, genvalidity - , hspec, pretty-show, QuickCheck, validity - }: - mkDerivation { - pname = "genvalidity-property"; - version = "0.5.0.1"; - sha256 = "0cvzc4z4771vpycwfgcj0yswyglzl6cl1h2wrfhs224nrcmk5a7z"; - libraryHaskellDepends = [ - base genvalidity hspec pretty-show QuickCheck validity - ]; - testHaskellDepends = [ base directory doctest filepath ]; - description = "Standard properties for functions on `Validity` types"; - license = lib.licenses.mit; - }) {}; - - "genvalidity-property_1_0_0_0" = callPackage ({ mkDerivation, base, genvalidity, hspec, pretty-show, QuickCheck , validity }: @@ -104865,28 +102610,9 @@ self: { testHaskellDepends = [ base genvalidity hspec QuickCheck ]; description = "Standard properties for functions on `Validity` types"; license = lib.licenses.mit; - hydraPlatforms = lib.platforms.none; }) {}; "genvalidity-scientific" = callPackage - ({ mkDerivation, base, genvalidity, genvalidity-hspec, hspec - , QuickCheck, scientific, validity, validity-scientific - }: - mkDerivation { - pname = "genvalidity-scientific"; - version = "0.2.1.1"; - sha256 = "1slcalgm79y7m5albya4n8bwv4721crr19iwvqkdy806rwr67dx9"; - libraryHaskellDepends = [ - base genvalidity QuickCheck scientific validity validity-scientific - ]; - testHaskellDepends = [ - base genvalidity genvalidity-hspec hspec QuickCheck scientific - ]; - description = "GenValidity support for Scientific"; - license = lib.licenses.mit; - }) {}; - - "genvalidity-scientific_1_0_0_0" = callPackage ({ mkDerivation, base, genvalidity, genvalidity-hspec, hspec , QuickCheck, scientific, validity, validity-scientific }: @@ -104902,27 +102628,9 @@ self: { ]; description = "GenValidity support for Scientific"; license = lib.licenses.mit; - hydraPlatforms = lib.platforms.none; }) {}; "genvalidity-sydtest" = callPackage - ({ mkDerivation, base, genvalidity, pretty-show, QuickCheck - , sydtest, sydtest-discover, validity - }: - mkDerivation { - pname = "genvalidity-sydtest"; - version = "0.0.0.0"; - sha256 = "1jgrhdjxin1zwgf2b03fpcfivyq30idnh2qcw3604bsq5cn0wca0"; - libraryHaskellDepends = [ - base genvalidity pretty-show QuickCheck sydtest validity - ]; - testHaskellDepends = [ base genvalidity QuickCheck sydtest ]; - testToolDepends = [ sydtest-discover ]; - description = "Standard properties for functions on `Validity` types for the sydtest framework"; - license = lib.licenses.mit; - }) {}; - - "genvalidity-sydtest_1_0_0_0" = callPackage ({ mkDerivation, base, genvalidity, pretty-show, QuickCheck , sydtest, sydtest-discover, validity }: @@ -104937,32 +102645,9 @@ self: { testToolDepends = [ sydtest-discover ]; description = "Standard properties for functions on `Validity` types for the sydtest framework"; license = lib.licenses.mit; - hydraPlatforms = lib.platforms.none; }) {}; "genvalidity-sydtest-aeson" = callPackage - ({ mkDerivation, aeson, base, bytestring, deepseq, genvalidity - , genvalidity-aeson, genvalidity-sydtest, genvalidity-text - , QuickCheck, sydtest, sydtest-discover, text, validity - }: - mkDerivation { - pname = "genvalidity-sydtest-aeson"; - version = "0.0.0.0"; - sha256 = "1lpiinb06hl8y91nxp4n4id2vyxs3yww5wb5jczpr9fk1fbb6qbz"; - libraryHaskellDepends = [ - aeson base bytestring deepseq genvalidity genvalidity-sydtest - QuickCheck sydtest - ]; - testHaskellDepends = [ - aeson base genvalidity genvalidity-aeson genvalidity-sydtest - genvalidity-text QuickCheck sydtest text validity - ]; - testToolDepends = [ sydtest-discover ]; - description = "Standard spec's for aeson-related instances in sydtest"; - license = lib.licenses.mit; - }) {}; - - "genvalidity-sydtest-aeson_1_0_0_0" = callPackage ({ mkDerivation, aeson, base, bytestring, deepseq, genvalidity , genvalidity-aeson, genvalidity-sydtest, genvalidity-text , QuickCheck, sydtest, sydtest-discover, text, validity @@ -104982,31 +102667,9 @@ self: { testToolDepends = [ sydtest-discover ]; description = "Standard spec's for aeson-related instances in sydtest"; license = lib.licenses.mit; - hydraPlatforms = lib.platforms.none; }) {}; "genvalidity-sydtest-hashable" = callPackage - ({ mkDerivation, base, genvalidity, genvalidity-sydtest, hashable - , QuickCheck, sydtest, sydtest-discover, validity - }: - mkDerivation { - pname = "genvalidity-sydtest-hashable"; - version = "0.0.0.0"; - sha256 = "0ii3s69alncyrjz410d1cvx5rgdff1cyc9ddin0xrsrz23sxi06m"; - libraryHaskellDepends = [ - base genvalidity genvalidity-sydtest hashable QuickCheck sydtest - validity - ]; - testHaskellDepends = [ - base genvalidity genvalidity-sydtest hashable QuickCheck sydtest - validity - ]; - testToolDepends = [ sydtest-discover ]; - description = "Standard spec's for Hashable instances for sydtest"; - license = lib.licenses.mit; - }) {}; - - "genvalidity-sydtest-hashable_1_0_0_0" = callPackage ({ mkDerivation, base, genvalidity, genvalidity-sydtest, hashable , QuickCheck, sydtest, sydtest-discover, validity }: @@ -105025,29 +102688,9 @@ self: { testToolDepends = [ sydtest-discover ]; description = "Standard spec's for Hashable instances for sydtest"; license = lib.licenses.mit; - hydraPlatforms = lib.platforms.none; }) {}; "genvalidity-sydtest-lens" = callPackage - ({ mkDerivation, base, genvalidity, genvalidity-sydtest, microlens - , QuickCheck, sydtest, sydtest-discover, validity - }: - mkDerivation { - pname = "genvalidity-sydtest-lens"; - version = "0.0.0.0"; - sha256 = "1f8wb0pa703r6hgdbhi343rfjcf2q78qfn6x3dmc94d3vd17wyvj"; - libraryHaskellDepends = [ - base genvalidity genvalidity-sydtest microlens QuickCheck sydtest - ]; - testHaskellDepends = [ - base genvalidity genvalidity-sydtest microlens sydtest validity - ]; - testToolDepends = [ sydtest-discover ]; - description = "Standard spec's for lens for sydtest"; - license = lib.licenses.mit; - }) {}; - - "genvalidity-sydtest-lens_1_0_0_0" = callPackage ({ mkDerivation, base, genvalidity, genvalidity-sydtest, microlens , QuickCheck, sydtest, sydtest-discover, validity }: @@ -105064,32 +102707,9 @@ self: { testToolDepends = [ sydtest-discover ]; description = "Standard spec's for lens for sydtest"; license = lib.licenses.mit; - hydraPlatforms = lib.platforms.none; }) {}; "genvalidity-sydtest-persistent" = callPackage - ({ mkDerivation, base, genvalidity, genvalidity-sydtest - , genvalidity-text, persistent, QuickCheck, sydtest - , sydtest-discover, text, validity - }: - mkDerivation { - pname = "genvalidity-sydtest-persistent"; - version = "0.0.0.1"; - sha256 = "07y7478lcmpb44bwj7pppv4pfb44wh9hynwawx1czkjf6jnggwcm"; - libraryHaskellDepends = [ - base genvalidity genvalidity-sydtest persistent QuickCheck sydtest - text - ]; - testHaskellDepends = [ - base genvalidity genvalidity-sydtest genvalidity-text persistent - QuickCheck sydtest text validity - ]; - testToolDepends = [ sydtest-discover ]; - description = "Standard spec's for persistent-related instances for sydtest"; - license = lib.licenses.mit; - }) {}; - - "genvalidity-sydtest-persistent_1_0_0_0" = callPackage ({ mkDerivation, base, genvalidity, genvalidity-sydtest , genvalidity-text, persistent, QuickCheck, sydtest , sydtest-discover, text, validity @@ -105109,33 +102729,9 @@ self: { testToolDepends = [ sydtest-discover ]; description = "Standard spec's for persistent-related instances for sydtest"; license = lib.licenses.mit; - hydraPlatforms = lib.platforms.none; }) {}; "genvalidity-text" = callPackage - ({ mkDerivation, array, base, criterion, genvalidity - , genvalidity-criterion, genvalidity-hspec, hspec, QuickCheck - , random, text, validity, validity-text - }: - mkDerivation { - pname = "genvalidity-text"; - version = "0.7.0.2"; - sha256 = "0p2g8qffg3ajzvjs5vxz558ch94aqqxjvqddwgy1apcxaa933j9c"; - libraryHaskellDepends = [ - array base genvalidity QuickCheck random text validity - validity-text - ]; - testHaskellDepends = [ - base genvalidity genvalidity-hspec hspec QuickCheck text - ]; - benchmarkHaskellDepends = [ - base criterion genvalidity genvalidity-criterion QuickCheck text - ]; - description = "GenValidity support for Text"; - license = lib.licenses.mit; - }) {}; - - "genvalidity-text_1_0_0_0" = callPackage ({ mkDerivation, array, base, criterion, genvalidity , genvalidity-criterion, genvalidity-hspec, hspec, QuickCheck , random, text, validity, validity-text @@ -105156,30 +102752,9 @@ self: { ]; description = "GenValidity support for Text"; license = lib.licenses.mit; - hydraPlatforms = lib.platforms.none; }) {}; "genvalidity-time" = callPackage - ({ mkDerivation, base, criterion, genvalidity - , genvalidity-criterion, genvalidity-hspec, hspec, QuickCheck, time - , validity-time - }: - mkDerivation { - pname = "genvalidity-time"; - version = "0.3.0.0"; - sha256 = "1za9sgwjm1vlp1q12dj0fmrvph6xcgnalvvjsxqvg9p7p6s9avnw"; - libraryHaskellDepends = [ - base genvalidity QuickCheck time validity-time - ]; - testHaskellDepends = [ base genvalidity-hspec hspec time ]; - benchmarkHaskellDepends = [ - base criterion genvalidity-criterion time - ]; - description = "GenValidity support for time"; - license = lib.licenses.mit; - }) {}; - - "genvalidity-time_1_0_0_0" = callPackage ({ mkDerivation, base, criterion, genvalidity , genvalidity-criterion, genvalidity-hspec, hspec, QuickCheck, time , validity-time @@ -105197,34 +102772,9 @@ self: { ]; description = "GenValidity support for time"; license = lib.licenses.mit; - hydraPlatforms = lib.platforms.none; }) {}; "genvalidity-typed-uuid" = callPackage - ({ mkDerivation, base, criterion, genvalidity - , genvalidity-criterion, genvalidity-hspec, genvalidity-hspec-aeson - , genvalidity-uuid, hspec, QuickCheck, typed-uuid - }: - mkDerivation { - pname = "genvalidity-typed-uuid"; - version = "0.0.0.2"; - sha256 = "16h2y11mn2p11pgqkabip0xgwfx1am8s9ja8qikz27jb87x1q410"; - libraryHaskellDepends = [ - base genvalidity genvalidity-uuid QuickCheck typed-uuid - ]; - testHaskellDepends = [ - base genvalidity genvalidity-hspec genvalidity-hspec-aeson - genvalidity-uuid hspec QuickCheck typed-uuid - ]; - benchmarkHaskellDepends = [ - base criterion genvalidity genvalidity-criterion genvalidity-uuid - QuickCheck typed-uuid - ]; - description = "Generators for Phantom-Typed version of UUID"; - license = lib.licenses.mit; - }) {}; - - "genvalidity-typed-uuid_0_1_0_1" = callPackage ({ mkDerivation, base, criterion, genvalidity , genvalidity-criterion, genvalidity-hspec, genvalidity-hspec-aeson , genvalidity-uuid, hspec, QuickCheck, typed-uuid @@ -105246,31 +102796,9 @@ self: { ]; description = "Generators for Phantom-Typed version of UUID"; license = lib.licenses.mit; - hydraPlatforms = lib.platforms.none; }) {}; "genvalidity-unordered-containers" = callPackage - ({ mkDerivation, base, genvalidity, genvalidity-hspec, hashable - , hspec, QuickCheck, unordered-containers, validity - , validity-unordered-containers - }: - mkDerivation { - pname = "genvalidity-unordered-containers"; - version = "0.3.0.1"; - sha256 = "11f8j256944c96h1p5av9c2y4czmh7wkdmi70m3y2gd6cz24jgn2"; - libraryHaskellDepends = [ - base genvalidity hashable QuickCheck unordered-containers validity - validity-unordered-containers - ]; - testHaskellDepends = [ - base genvalidity genvalidity-hspec hspec unordered-containers - validity - ]; - description = "GenValidity support for unordered-containers"; - license = lib.licenses.mit; - }) {}; - - "genvalidity-unordered-containers_1_0_0_0" = callPackage ({ mkDerivation, base, genvalidity, genvalidity-hspec, hashable , hspec, QuickCheck, unordered-containers, validity , validity-unordered-containers @@ -105289,32 +102817,9 @@ self: { ]; description = "GenValidity support for unordered-containers"; license = lib.licenses.mit; - hydraPlatforms = lib.platforms.none; }) {}; "genvalidity-uuid" = callPackage - ({ mkDerivation, base, criterion, genvalidity - , genvalidity-criterion, genvalidity-hspec, hspec, QuickCheck, uuid - , validity, validity-uuid - }: - mkDerivation { - pname = "genvalidity-uuid"; - version = "0.1.0.4"; - sha256 = "02iln9qvcqmsjljflfrq8jckch8pvsarjb6lx0bkk7j3cw2cgn2r"; - libraryHaskellDepends = [ - base genvalidity QuickCheck uuid validity validity-uuid - ]; - testHaskellDepends = [ - base genvalidity genvalidity-hspec hspec QuickCheck uuid - ]; - benchmarkHaskellDepends = [ - base criterion genvalidity genvalidity-criterion QuickCheck uuid - ]; - description = "GenValidity support for UUID"; - license = lib.licenses.mit; - }) {}; - - "genvalidity-uuid_1_0_0_0" = callPackage ({ mkDerivation, base, criterion, genvalidity , genvalidity-criterion, genvalidity-hspec, hspec, QuickCheck, uuid , validity, validity-uuid @@ -105334,28 +102839,9 @@ self: { ]; description = "GenValidity support for UUID"; license = lib.licenses.mit; - hydraPlatforms = lib.platforms.none; }) {}; "genvalidity-vector" = callPackage - ({ mkDerivation, base, genvalidity, genvalidity-hspec, hspec - , QuickCheck, validity, validity-vector, vector - }: - mkDerivation { - pname = "genvalidity-vector"; - version = "0.3.0.1"; - sha256 = "0y3msx28w15zy35x7w4p88xp5s1jy6p4gm3msviciy2swnm79vr0"; - libraryHaskellDepends = [ - base genvalidity QuickCheck validity validity-vector vector - ]; - testHaskellDepends = [ - base genvalidity genvalidity-hspec hspec vector - ]; - description = "GenValidity support for vector"; - license = lib.licenses.mit; - }) {}; - - "genvalidity-vector_1_0_0_0" = callPackage ({ mkDerivation, base, genvalidity, genvalidity-hspec, hspec , QuickCheck, validity, validity-vector, vector }: @@ -105371,7 +102857,6 @@ self: { ]; description = "GenValidity support for vector"; license = lib.licenses.mit; - hydraPlatforms = lib.platforms.none; }) {}; "geo-resolver" = callPackage @@ -105518,7 +103003,7 @@ self: { license = lib.licenses.bsd3; }) {}; - "geojson" = callPackage + "geojson_4_0_4" = callPackage ({ mkDerivation, aeson, base, bytestring, containers, deepseq , hlint, lens, scientific, semigroups, tasty, tasty-hspec , tasty-quickcheck, text, transformers, validation, vector @@ -105537,6 +103022,28 @@ self: { ]; description = "A thin GeoJSON Layer above the aeson library"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + }) {}; + + "geojson" = callPackage + ({ mkDerivation, aeson, base, bytestring, containers, deepseq, lens + , scientific, semigroups, tasty, tasty-hspec, tasty-quickcheck + , text, transformers, validation, vector + }: + mkDerivation { + pname = "geojson"; + version = "4.1.0"; + sha256 = "1p8vl13g9axbqqj3qbl453p4qwwmz0xjhpa5vmlk1fjznr04mdx6"; + libraryHaskellDepends = [ + aeson base containers deepseq lens scientific semigroups text + transformers validation vector + ]; + testHaskellDepends = [ + aeson base bytestring containers tasty tasty-hspec tasty-quickcheck + text validation + ]; + description = "A thin GeoJSON Layer above the aeson library"; + license = lib.licenses.bsd3; }) {}; "geojson-types" = callPackage @@ -105828,7 +103335,7 @@ self: { hydraPlatforms = lib.platforms.none; }) {}; - "ghc-api-compat" = callPackage + "ghc-api-compat_8_10_7" = callPackage ({ mkDerivation, base, ghc }: mkDerivation { pname = "ghc-api-compat"; @@ -105838,9 +103345,10 @@ self: { doHaddock = false; description = "GHC-API compatibility helpers"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; }) {}; - "ghc-api-compat_9_0_1" = callPackage + "ghc-api-compat" = callPackage ({ mkDerivation, base, containers, ghc }: mkDerivation { pname = "ghc-api-compat"; @@ -105849,17 +103357,6 @@ self: { libraryHaskellDepends = [ base containers ghc ]; description = "GHC-API compatibility helpers"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - }) {}; - - "ghc-bignum" = callPackage - ({ mkDerivation }: - mkDerivation { - pname = "ghc-bignum"; - version = "1.0"; - sha256 = "0xl848q8z6qx2bi6xil0d35lra7wshwvysyfblki659d7272b1im"; - description = "GHC BigNum library"; - license = lib.licenses.bsd3; }) {}; "ghc-bignum_1_2" = callPackage @@ -106233,25 +103730,6 @@ self: { }) {}; "ghc-events" = callPackage - ({ mkDerivation, array, base, binary, bytestring, containers, text - , vector - }: - mkDerivation { - pname = "ghc-events"; - version = "0.17.0.1"; - sha256 = "1jbfl8wprbrc1pwiw2dv70add9pssqrfllhn1zgic1vks15q37sr"; - isLibrary = true; - isExecutable = true; - libraryHaskellDepends = [ - array base binary bytestring containers text vector - ]; - executableHaskellDepends = [ base containers ]; - testHaskellDepends = [ base ]; - description = "Library and tool for parsing .eventlog files from GHC"; - license = lib.licenses.bsd3; - }) {}; - - "ghc-events_0_17_0_2" = callPackage ({ mkDerivation, array, base, binary, bytestring, containers, text , vector }: @@ -106268,7 +103746,6 @@ self: { testHaskellDepends = [ base ]; description = "Library and tool for parsing .eventlog files from GHC"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; }) {}; "ghc-events-analyze" = callPackage @@ -106531,7 +104008,7 @@ self: { broken = true; }) {}; - "ghc-lib" = callPackage + "ghc-lib_8_10_7_20210828" = callPackage ({ mkDerivation, alex, array, base, binary, bytestring, containers , deepseq, directory, filepath, ghc-lib-parser, ghc-prim, happy , hpc, pretty, process, rts, time, transformers, unix @@ -106549,9 +104026,10 @@ self: { libraryToolDepends = [ alex happy ]; description = "The GHC API, decoupled from GHC versions"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; }) {}; - "ghc-lib_9_0_2_20211226" = callPackage + "ghc-lib" = callPackage ({ mkDerivation, alex, array, base, binary, bytestring, containers , deepseq, directory, exceptions, filepath, ghc-lib-parser , ghc-prim, happy, hpc, parsec, pretty, process, rts, time @@ -106570,7 +104048,6 @@ self: { libraryToolDepends = [ alex happy ]; description = "The GHC API, decoupled from GHC versions"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; }) {}; "ghc-lib_9_2_1_20220109" = callPackage @@ -106595,7 +104072,7 @@ self: { hydraPlatforms = lib.platforms.none; }) {}; - "ghc-lib-parser" = callPackage + "ghc-lib-parser_8_10_7_20210828" = callPackage ({ mkDerivation, alex, array, base, binary, bytestring, containers , deepseq, directory, filepath, ghc-prim, happy, pretty, process , time, transformers, unix @@ -106612,9 +104089,10 @@ self: { libraryToolDepends = [ alex happy ]; description = "The GHC API, decoupled from GHC versions"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; }) {}; - "ghc-lib-parser_9_0_2_20211226" = callPackage + "ghc-lib-parser" = callPackage ({ mkDerivation, alex, array, base, binary, bytestring, containers , deepseq, directory, exceptions, filepath, ghc-prim, happy, parsec , pretty, process, time, transformers, unix @@ -106632,7 +104110,6 @@ self: { libraryToolDepends = [ alex happy ]; description = "The GHC API, decoupled from GHC versions"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; }) {}; "ghc-lib-parser_9_2_1_20220109" = callPackage @@ -106656,34 +104133,14 @@ self: { hydraPlatforms = lib.platforms.none; }) {}; - "ghc-lib-parser-ex" = callPackage - ({ mkDerivation, base, bytestring, containers, directory, extra - , filepath, ghc, ghc-boot, ghc-boot-th, tasty, tasty-hunit - , uniplate - }: - mkDerivation { - pname = "ghc-lib-parser-ex"; - version = "8.10.0.23"; - sha256 = "0r5sl7hhn0cxp0b1dskx1lshplc0yka7hcvs2nh10nrj07fjd3vj"; - libraryHaskellDepends = [ - base bytestring containers ghc ghc-boot ghc-boot-th uniplate - ]; - testHaskellDepends = [ - base directory extra filepath ghc ghc-boot ghc-boot-th tasty - tasty-hunit uniplate - ]; - description = "Algorithms on GHC parse trees"; - license = lib.licenses.bsd3; - }) {}; - - "ghc-lib-parser-ex_9_0_0_6" = callPackage + "ghc-lib-parser-ex_8_10_0_23" = callPackage ({ mkDerivation, base, bytestring, containers, directory, extra , filepath, ghc-lib-parser, tasty, tasty-hunit, uniplate }: mkDerivation { pname = "ghc-lib-parser-ex"; - version = "9.0.0.6"; - sha256 = "1lqhddx4sw2d407q12ny1ims4khjxgajlk07wvrw0wcgmx91dmc7"; + version = "8.10.0.23"; + sha256 = "0r5sl7hhn0cxp0b1dskx1lshplc0yka7hcvs2nh10nrj07fjd3vj"; libraryHaskellDepends = [ base bytestring containers ghc-lib-parser uniplate ]; @@ -106696,6 +104153,26 @@ self: { hydraPlatforms = lib.platforms.none; }) {}; + "ghc-lib-parser-ex" = callPackage + ({ mkDerivation, base, bytestring, containers, directory, extra + , filepath, ghc, ghc-boot, ghc-boot-th, tasty, tasty-hunit + , uniplate + }: + mkDerivation { + pname = "ghc-lib-parser-ex"; + version = "9.0.0.6"; + sha256 = "1lqhddx4sw2d407q12ny1ims4khjxgajlk07wvrw0wcgmx91dmc7"; + libraryHaskellDepends = [ + base bytestring containers ghc ghc-boot ghc-boot-th uniplate + ]; + testHaskellDepends = [ + base directory extra filepath ghc ghc-boot ghc-boot-th tasty + tasty-hunit uniplate + ]; + description = "Algorithms on GHC parse trees"; + license = lib.licenses.bsd3; + }) {}; + "ghc-lib-parser-ex_9_2_0_1" = callPackage ({ mkDerivation, base, bytestring, containers, directory, extra , filepath, ghc-lib-parser, tasty, tasty-hunit, uniplate @@ -107140,8 +104617,8 @@ self: { }: mkDerivation { pname = "ghc-syntax-highlighter"; - version = "0.0.6.0"; - sha256 = "1dxm4w44y339flwl4ivsmvml3nvzzlxq585by9mm7j56ljlb4aja"; + version = "0.0.7.0"; + sha256 = "123kvcdlzx18n14122xbpp587byfd8w0z886grlxkzinb53bmzg6"; enableSeparateDataOutput = true; libraryHaskellDepends = [ base ghc-lib-parser text ]; testHaskellDepends = [ base hspec text ]; @@ -107168,9 +104645,9 @@ self: { "ghc-tags" = callPackage ({ mkDerivation, aeson, async, attoparsec, base, bytestring - , containers, deepseq, directory, filepath, ghc-lib, ghc-paths - , optparse-applicative, process, stm, temporary, text, time - , unordered-containers, vector, yaml + , containers, deepseq, directory, filepath, ghc, ghc-boot + , ghc-paths, optparse-applicative, process, stm, temporary, text + , time, unordered-containers, vector, yaml }: mkDerivation { pname = "ghc-tags"; @@ -107182,7 +104659,7 @@ self: { isExecutable = true; executableHaskellDepends = [ aeson async attoparsec base bytestring containers deepseq directory - filepath ghc-lib ghc-paths optparse-applicative process stm + filepath ghc ghc-boot ghc-paths optparse-applicative process stm temporary text time unordered-containers vector yaml ]; description = "Utility for generating ctags and etags with GHC API"; @@ -107312,10 +104789,9 @@ self: { }) {}; "ghc-typelits-extra" = callPackage - ({ mkDerivation, base, containers, ghc, ghc-prim + ({ mkDerivation, base, containers, ghc, ghc-bignum, ghc-prim , ghc-tcplugins-extra, ghc-typelits-knownnat - , ghc-typelits-natnormalise, integer-gmp, tasty, tasty-hunit - , transformers + , ghc-typelits-natnormalise, tasty, tasty-hunit, transformers }: mkDerivation { pname = "ghc-typelits-extra"; @@ -107324,9 +104800,8 @@ self: { revision = "1"; editedCabalFile = "0m6z24zmi169zifz1jg4zri0izr5z37qx33c9mphy74vd6ds3zzz"; libraryHaskellDepends = [ - base containers ghc ghc-prim ghc-tcplugins-extra - ghc-typelits-knownnat ghc-typelits-natnormalise integer-gmp - transformers + base containers ghc ghc-bignum ghc-prim ghc-tcplugins-extra + ghc-typelits-knownnat ghc-typelits-natnormalise transformers ]; testHaskellDepends = [ base ghc-typelits-knownnat ghc-typelits-natnormalise tasty @@ -107357,8 +104832,9 @@ self: { }) {}; "ghc-typelits-natnormalise" = callPackage - ({ mkDerivation, base, containers, ghc, ghc-tcplugins-extra - , integer-gmp, tasty, tasty-hunit, template-haskell, transformers + ({ mkDerivation, base, containers, ghc, ghc-bignum + , ghc-tcplugins-extra, tasty, tasty-hunit, template-haskell + , transformers }: mkDerivation { pname = "ghc-typelits-natnormalise"; @@ -107367,7 +104843,7 @@ self: { revision = "1"; editedCabalFile = "1b587pryjkbvgayqwm8cn7ljmcyd4jikrxxkgm6zq1v9qhi7xy22"; libraryHaskellDepends = [ - base containers ghc ghc-tcplugins-extra integer-gmp transformers + base containers ghc ghc-bignum ghc-tcplugins-extra transformers ]; testHaskellDepends = [ base tasty tasty-hunit template-haskell ]; description = "GHC typechecker plugin for types of kind GHC.TypeLits.Nat"; @@ -107663,8 +105139,8 @@ self: { }: mkDerivation { pname = "ghcide"; - version = "1.6.0.0"; - sha256 = "0clmpgkywzrgsnmawi5l1n2hgymrkyijpqkqc38xsgxf8nsvmh8c"; + version = "1.6.0.1"; + sha256 = "14k1x54kk27yaaw8n0iq1kq1hl4j417bgbvdiy0a6zg6h7rdnwzw"; isLibrary = true; isExecutable = true; libraryHaskellDepends = [ @@ -108121,25 +105597,6 @@ self: { }) {inherit (pkgs) libadwaita;}; "gi-atk" = callPackage - ({ mkDerivation, atk, base, bytestring, Cabal, containers, gi-glib - , gi-gobject, haskell-gi, haskell-gi-base, haskell-gi-overloading - , text, transformers - }: - mkDerivation { - pname = "gi-atk"; - version = "2.0.23"; - sha256 = "05zwlcqx334is27h1v9x89a05srb6zp7mx0viccmij1cqhyfvsmf"; - setupHaskellDepends = [ base Cabal gi-glib gi-gobject haskell-gi ]; - libraryHaskellDepends = [ - base bytestring containers gi-glib gi-gobject haskell-gi - haskell-gi-base haskell-gi-overloading text transformers - ]; - libraryPkgconfigDepends = [ atk ]; - description = "Atk bindings"; - license = lib.licenses.lgpl21Only; - }) {inherit (pkgs) atk;}; - - "gi-atk_2_0_24" = callPackage ({ mkDerivation, atk, base, bytestring, Cabal, containers, gi-glib , gi-gobject, haskell-gi, haskell-gi-base, haskell-gi-overloading , text, transformers @@ -108156,33 +105613,9 @@ self: { libraryPkgconfigDepends = [ atk ]; description = "Atk bindings"; license = lib.licenses.lgpl21Only; - hydraPlatforms = lib.platforms.none; }) {inherit (pkgs) atk;}; "gi-cairo" = callPackage - ({ mkDerivation, base, bytestring, Cabal, cairo, containers - , haskell-gi, haskell-gi-base, haskell-gi-overloading, text - , transformers - }: - mkDerivation { - pname = "gi-cairo"; - version = "1.0.25"; - sha256 = "0ybf8y8xbjfcaw67l22dfkx0528j5f1if3jm808ccssgdwyy3vc4"; - setupHaskellDepends = [ base Cabal haskell-gi ]; - libraryHaskellDepends = [ - base bytestring containers haskell-gi haskell-gi-base - haskell-gi-overloading text transformers - ]; - libraryPkgconfigDepends = [ cairo ]; - preCompileBuildDriver = '' - PKG_CONFIG_PATH+=":${cairo}/lib/pkgconfig" - setupCompileFlags+=" $(pkg-config --libs cairo-gobject)" - ''; - description = "Cairo bindings"; - license = lib.licenses.lgpl21Only; - }) {inherit (pkgs) cairo;}; - - "gi-cairo_1_0_26" = callPackage ({ mkDerivation, base, bytestring, Cabal, cairo, containers , haskell-gi, haskell-gi-base, haskell-gi-overloading, text , transformers @@ -108203,7 +105636,6 @@ self: { ''; description = "Cairo bindings"; license = lib.licenses.lgpl21Only; - hydraPlatforms = lib.platforms.none; }) {inherit (pkgs) cairo;}; "gi-cairo-again" = callPackage @@ -108325,28 +105757,6 @@ self: { }) {cogl-pango = null;}; "gi-dbusmenu" = callPackage - ({ mkDerivation, base, bytestring, Cabal, containers, gi-glib - , gi-gobject, haskell-gi, haskell-gi-base, haskell-gi-overloading - , libdbusmenu, text, transformers - }: - mkDerivation { - pname = "gi-dbusmenu"; - version = "0.4.9"; - sha256 = "1n2bxi7cwj32ncalqwid3igk0ssh4pc81z132255216apryszq13"; - setupHaskellDepends = [ base Cabal gi-glib gi-gobject haskell-gi ]; - libraryHaskellDepends = [ - base bytestring containers gi-glib gi-gobject haskell-gi - haskell-gi-base haskell-gi-overloading text transformers - ]; - libraryPkgconfigDepends = [ libdbusmenu ]; - description = "Dbusmenu bindings"; - license = lib.licenses.lgpl21Only; - platforms = [ - "aarch64-linux" "armv7l-linux" "i686-linux" "x86_64-linux" - ]; - }) {inherit (pkgs) libdbusmenu;}; - - "gi-dbusmenu_0_4_10" = callPackage ({ mkDerivation, base, bytestring, Cabal, containers, gi-glib , gi-gobject, haskell-gi, haskell-gi-base, haskell-gi-overloading , libdbusmenu, text, transformers @@ -108366,37 +105776,9 @@ self: { platforms = [ "aarch64-linux" "armv7l-linux" "i686-linux" "x86_64-linux" ]; - hydraPlatforms = lib.platforms.none; }) {inherit (pkgs) libdbusmenu;}; "gi-dbusmenugtk3" = callPackage - ({ mkDerivation, base, bytestring, Cabal, containers, gi-atk - , gi-dbusmenu, gi-gdk, gi-gdkpixbuf, gi-glib, gi-gobject, gi-gtk - , gtk3, haskell-gi, haskell-gi-base, haskell-gi-overloading - , libdbusmenu-gtk3, text, transformers - }: - mkDerivation { - pname = "gi-dbusmenugtk3"; - version = "0.4.10"; - sha256 = "1hq7v2lii8n6nn1dhdg42z2d3in8xahkhm6xk4hmfj7abzfghz7z"; - setupHaskellDepends = [ - base Cabal gi-atk gi-dbusmenu gi-gdk gi-gdkpixbuf gi-glib - gi-gobject gi-gtk haskell-gi - ]; - libraryHaskellDepends = [ - base bytestring containers gi-atk gi-dbusmenu gi-gdk gi-gdkpixbuf - gi-glib gi-gobject gi-gtk haskell-gi haskell-gi-base - haskell-gi-overloading text transformers - ]; - libraryPkgconfigDepends = [ gtk3 libdbusmenu-gtk3 ]; - description = "DbusmenuGtk bindings"; - license = lib.licenses.lgpl21Only; - platforms = [ - "aarch64-linux" "armv7l-linux" "i686-linux" "x86_64-linux" - ]; - }) {inherit (pkgs) gtk3; inherit (pkgs) libdbusmenu-gtk3;}; - - "gi-dbusmenugtk3_0_4_11" = callPackage ({ mkDerivation, base, bytestring, Cabal, containers, gi-atk , gi-dbusmenu, gi-gdk, gi-gdkpixbuf, gi-glib, gi-gobject, gi-gtk , gtk3, haskell-gi, haskell-gi-base, haskell-gi-overloading @@ -108421,7 +105803,6 @@ self: { platforms = [ "aarch64-linux" "armv7l-linux" "i686-linux" "x86_64-linux" ]; - hydraPlatforms = lib.platforms.none; }) {inherit (pkgs) gtk3; inherit (pkgs) libdbusmenu-gtk3;}; "gi-gdk" = callPackage @@ -108432,8 +105813,8 @@ self: { }: mkDerivation { pname = "gi-gdk"; - version = "3.0.24"; - sha256 = "17slysv7zj3nbzh302w8jkvcfkvwfk5s80n99lqhggd6lnhf5fjx"; + version = "3.0.25"; + sha256 = "1flgsm7sqsfp53pqbc8fv9pnsc84qnjmhircsqnx8jvkg5iyvxnx"; setupHaskellDepends = [ base Cabal gi-cairo gi-gdkpixbuf gi-gio gi-glib gi-gobject gi-pango haskell-gi @@ -108474,27 +105855,6 @@ self: { }) {inherit (pkgs) gtk4;}; "gi-gdkpixbuf" = callPackage - ({ mkDerivation, base, bytestring, Cabal, containers, gdk-pixbuf - , gi-gio, gi-glib, gi-gmodule, gi-gobject, haskell-gi - , haskell-gi-base, haskell-gi-overloading, text, transformers - }: - mkDerivation { - pname = "gi-gdkpixbuf"; - version = "2.0.26"; - sha256 = "1g11pyrf1bzn0qrd9w52qhjq6qas4d3ycnprhwrglaffmaf0p9s8"; - setupHaskellDepends = [ - base Cabal gi-gio gi-glib gi-gmodule gi-gobject haskell-gi - ]; - libraryHaskellDepends = [ - base bytestring containers gi-gio gi-glib gi-gmodule gi-gobject - haskell-gi haskell-gi-base haskell-gi-overloading text transformers - ]; - libraryPkgconfigDepends = [ gdk-pixbuf ]; - description = "GdkPixbuf bindings"; - license = lib.licenses.lgpl21Only; - }) {inherit (pkgs) gdk-pixbuf;}; - - "gi-gdkpixbuf_2_0_28" = callPackage ({ mkDerivation, base, bytestring, Cabal, containers, gdk-pixbuf , gi-gio, gi-glib, gi-gmodule, gi-gobject, haskell-gi , haskell-gi-base, haskell-gi-overloading, text, transformers @@ -108513,7 +105873,6 @@ self: { libraryPkgconfigDepends = [ gdk-pixbuf ]; description = "GdkPixbuf bindings"; license = lib.licenses.lgpl21Only; - hydraPlatforms = lib.platforms.none; }) {inherit (pkgs) gdk-pixbuf;}; "gi-gdkx11" = callPackage @@ -108523,8 +105882,8 @@ self: { }: mkDerivation { pname = "gi-gdkx11"; - version = "3.0.11"; - sha256 = "07r47fpx6rvsahgnv8g741fl6h1s6y1xrlyacbpc3d8cv7x4aax2"; + version = "3.0.12"; + sha256 = "0lx5c13i4g4jy47zpkhd3nn714d7n2ljqib4p4ylgs9cyj145hd4"; setupHaskellDepends = [ base Cabal gi-cairo gi-gdk gi-gio gi-gobject gi-xlib haskell-gi ]; @@ -108611,25 +105970,6 @@ self: { }) {inherit (pkgs) libgit2-glib;}; "gi-gio" = callPackage - ({ mkDerivation, base, bytestring, Cabal, containers, gi-glib - , gi-gobject, glib, haskell-gi, haskell-gi-base - , haskell-gi-overloading, text, transformers - }: - mkDerivation { - pname = "gi-gio"; - version = "2.0.28"; - sha256 = "0bb6ciikk9mf64azbcgnybcjidxwdpjzanarf5ganbb4bb3l5d2h"; - setupHaskellDepends = [ base Cabal gi-glib gi-gobject haskell-gi ]; - libraryHaskellDepends = [ - base bytestring containers gi-glib gi-gobject haskell-gi - haskell-gi-base haskell-gi-overloading text transformers - ]; - libraryPkgconfigDepends = [ glib ]; - description = "Gio bindings"; - license = lib.licenses.lgpl21Only; - }) {inherit (pkgs) glib;}; - - "gi-gio_2_0_29" = callPackage ({ mkDerivation, base, bytestring, Cabal, containers, gi-glib , gi-gobject, glib, haskell-gi, haskell-gi-base , haskell-gi-overloading, text, transformers @@ -108646,7 +105986,6 @@ self: { libraryPkgconfigDepends = [ glib ]; description = "Gio bindings"; license = lib.licenses.lgpl21Only; - hydraPlatforms = lib.platforms.none; }) {inherit (pkgs) glib;}; "gi-gio-hs-list-model" = callPackage @@ -108704,25 +106043,6 @@ self: { }) {inherit (pkgs) gobject-introspection;}; "gi-glib" = callPackage - ({ mkDerivation, base, bytestring, Cabal, containers, glib - , haskell-gi, haskell-gi-base, haskell-gi-overloading, text - , transformers - }: - mkDerivation { - pname = "gi-glib"; - version = "2.0.25"; - sha256 = "0xki14pipyl45q6c0bwllkadbnqjm08ik24aw5gcmrvnjzag5gd7"; - setupHaskellDepends = [ base Cabal haskell-gi ]; - libraryHaskellDepends = [ - base bytestring containers haskell-gi haskell-gi-base - haskell-gi-overloading text transformers - ]; - libraryPkgconfigDepends = [ glib ]; - description = "GLib bindings"; - license = lib.licenses.lgpl21Only; - }) {inherit (pkgs) glib;}; - - "gi-glib_2_0_26" = callPackage ({ mkDerivation, base, bytestring, Cabal, containers, glib , haskell-gi, haskell-gi-base, haskell-gi-overloading, text , transformers @@ -108739,29 +106059,9 @@ self: { libraryPkgconfigDepends = [ glib ]; description = "GLib bindings"; license = lib.licenses.lgpl21Only; - hydraPlatforms = lib.platforms.none; }) {inherit (pkgs) glib;}; "gi-gmodule" = callPackage - ({ mkDerivation, base, bytestring, Cabal, containers, gi-glib - , gmodule, haskell-gi, haskell-gi-base, haskell-gi-overloading - , text, transformers - }: - mkDerivation { - pname = "gi-gmodule"; - version = "2.0.1"; - sha256 = "16x0gpbs92l250ly9k52z6y85i78ycfsg0zbksfpsym4w45zjpbp"; - setupHaskellDepends = [ base Cabal gi-glib haskell-gi ]; - libraryHaskellDepends = [ - base bytestring containers gi-glib haskell-gi haskell-gi-base - haskell-gi-overloading text transformers - ]; - libraryPkgconfigDepends = [ gmodule ]; - description = "GModule bindings"; - license = lib.licenses.lgpl21Only; - }) {gmodule = null;}; - - "gi-gmodule_2_0_2" = callPackage ({ mkDerivation, base, bytestring, Cabal, containers, gi-glib , gmodule, haskell-gi, haskell-gi-base, haskell-gi-overloading , text, transformers @@ -108778,29 +106078,9 @@ self: { libraryPkgconfigDepends = [ gmodule ]; description = "GModule bindings"; license = lib.licenses.lgpl21Only; - hydraPlatforms = lib.platforms.none; }) {gmodule = null;}; "gi-gobject" = callPackage - ({ mkDerivation, base, bytestring, Cabal, containers, gi-glib, glib - , haskell-gi, haskell-gi-base, haskell-gi-overloading, text - , transformers - }: - mkDerivation { - pname = "gi-gobject"; - version = "2.0.26"; - sha256 = "1kddnhdpnm21zma1zr9hpb2krrm5ksri85nzh2s9fc9c2c90xkpz"; - setupHaskellDepends = [ base Cabal gi-glib haskell-gi ]; - libraryHaskellDepends = [ - base bytestring containers gi-glib haskell-gi haskell-gi-base - haskell-gi-overloading text transformers - ]; - libraryPkgconfigDepends = [ glib ]; - description = "GObject bindings"; - license = lib.licenses.lgpl21Only; - }) {inherit (pkgs) glib;}; - - "gi-gobject_2_0_27" = callPackage ({ mkDerivation, base, bytestring, Cabal, containers, gi-glib, glib , haskell-gi, haskell-gi-base, haskell-gi-overloading, text , transformers @@ -108817,31 +106097,9 @@ self: { libraryPkgconfigDepends = [ glib ]; description = "GObject bindings"; license = lib.licenses.lgpl21Only; - hydraPlatforms = lib.platforms.none; }) {inherit (pkgs) glib;}; "gi-graphene" = callPackage - ({ mkDerivation, base, bytestring, Cabal, containers, gi-glib - , gi-gobject, graphene-gobject, haskell-gi, haskell-gi-base - , haskell-gi-overloading, text, transformers - }: - mkDerivation { - pname = "gi-graphene"; - version = "1.0.3"; - sha256 = "06sh52338kqqbj6251xdz4yn0601nmxzl4z95w6a70dxs66js03c"; - setupHaskellDepends = [ base Cabal gi-glib gi-gobject haskell-gi ]; - libraryHaskellDepends = [ - base bytestring containers gi-glib gi-gobject haskell-gi - haskell-gi-base haskell-gi-overloading text transformers - ]; - libraryPkgconfigDepends = [ graphene-gobject ]; - description = "Graphene bindings"; - license = lib.licenses.lgpl21Only; - hydraPlatforms = lib.platforms.none; - broken = true; - }) {graphene-gobject = null;}; - - "gi-graphene_1_0_4" = callPackage ({ mkDerivation, base, bytestring, Cabal, containers, gi-glib , gi-gobject, graphene-gobject, haskell-gi, haskell-gi-base , haskell-gi-overloading, text, transformers @@ -109111,8 +106369,8 @@ self: { }: mkDerivation { pname = "gi-gtk"; - version = "3.0.37"; - sha256 = "1psg789lrpcnrwh1y80y7s09hcxl3hihi0gwsmd7j3v731dp7a0k"; + version = "3.0.38"; + sha256 = "0xnz5969v9nz6llg7856zdn3pcn1llvr1p0jl8vxk4n5wrwgqjms"; setupHaskellDepends = [ base Cabal gi-atk gi-cairo gi-gdk gi-gdkpixbuf gi-gio gi-glib gi-gobject gi-pango haskell-gi @@ -109285,30 +106543,6 @@ self: { }) {gtksheet = null;}; "gi-gtksource" = callPackage - ({ mkDerivation, base, bytestring, Cabal, containers, gi-atk - , gi-cairo, gi-gdk, gi-gdkpixbuf, gi-gio, gi-glib, gi-gobject - , gi-gtk, gi-pango, gtksourceview3, haskell-gi, haskell-gi-base - , haskell-gi-overloading, text, transformers - }: - mkDerivation { - pname = "gi-gtksource"; - version = "3.0.24"; - sha256 = "0bnwqcn7y5a3z3lkl9l886m9albvc602nb7qsh2jkiilf0ng64dp"; - setupHaskellDepends = [ - base Cabal gi-atk gi-cairo gi-gdk gi-gdkpixbuf gi-gio gi-glib - gi-gobject gi-gtk gi-pango haskell-gi - ]; - libraryHaskellDepends = [ - base bytestring containers gi-atk gi-cairo gi-gdk gi-gdkpixbuf - gi-gio gi-glib gi-gobject gi-gtk gi-pango haskell-gi - haskell-gi-base haskell-gi-overloading text transformers - ]; - libraryPkgconfigDepends = [ gtksourceview3 ]; - description = "GtkSource bindings"; - license = lib.licenses.lgpl21Only; - }) {inherit (pkgs) gtksourceview3;}; - - "gi-gtksource_3_0_25" = callPackage ({ mkDerivation, base, bytestring, Cabal, containers, gi-atk , gi-cairo, gi-gdk, gi-gdkpixbuf, gi-gio, gi-glib, gi-gobject , gi-gtk, gi-pango, gtksourceview3, haskell-gi, haskell-gi-base @@ -109330,7 +106564,6 @@ self: { libraryPkgconfigDepends = [ gtksourceview3 ]; description = "GtkSource bindings"; license = lib.licenses.lgpl21Only; - hydraPlatforms = lib.platforms.none; }) {inherit (pkgs) gtksourceview3;}; "gi-handy" = callPackage @@ -109360,25 +106593,6 @@ self: { }) {inherit (pkgs) libhandy;}; "gi-harfbuzz" = callPackage - ({ mkDerivation, base, bytestring, Cabal, containers, gi-glib - , gi-gobject, harfbuzz, harfbuzz-gobject, haskell-gi - , haskell-gi-base, haskell-gi-overloading, text, transformers - }: - mkDerivation { - pname = "gi-harfbuzz"; - version = "0.0.4"; - sha256 = "0h3dgz914n55x7rhwayxscfkhhhj7qgw5a7fh0j2fn18c201klwm"; - setupHaskellDepends = [ base Cabal gi-glib gi-gobject haskell-gi ]; - libraryHaskellDepends = [ - base bytestring containers gi-glib gi-gobject haskell-gi - haskell-gi-base haskell-gi-overloading text transformers - ]; - libraryPkgconfigDepends = [ harfbuzz harfbuzz-gobject ]; - description = "HarfBuzz bindings"; - license = lib.licenses.lgpl21Only; - }) {inherit (pkgs) harfbuzz; harfbuzz-gobject = null;}; - - "gi-harfbuzz_0_0_5" = callPackage ({ mkDerivation, base, bytestring, Cabal, containers, gi-glib , gi-gobject, harfbuzz, harfbuzz-gobject, haskell-gi , haskell-gi-base, haskell-gi-overloading, text, transformers @@ -109395,7 +106609,6 @@ self: { libraryPkgconfigDepends = [ harfbuzz harfbuzz-gobject ]; description = "HarfBuzz bindings"; license = lib.licenses.lgpl21Only; - hydraPlatforms = lib.platforms.none; }) {inherit (pkgs) harfbuzz; harfbuzz-gobject = null;}; "gi-ibus" = callPackage @@ -109448,28 +106661,6 @@ self: { }) {inherit (pkgs) ibus;}; "gi-javascriptcore" = callPackage - ({ mkDerivation, base, bytestring, Cabal, containers, gi-glib - , gi-gobject, haskell-gi, haskell-gi-base, haskell-gi-overloading - , text, transformers, webkitgtk - }: - mkDerivation { - pname = "gi-javascriptcore"; - version = "4.0.23"; - sha256 = "0r6jmhiq9jij72yz1z6sfjh3dk7g77q07kyvz3ayndqsbn3xrwi7"; - setupHaskellDepends = [ base Cabal gi-glib gi-gobject haskell-gi ]; - libraryHaskellDepends = [ - base bytestring containers gi-glib gi-gobject haskell-gi - haskell-gi-base haskell-gi-overloading text transformers - ]; - libraryPkgconfigDepends = [ webkitgtk ]; - description = "JavaScriptCore bindings"; - license = lib.licenses.lgpl21Only; - platforms = [ - "aarch64-linux" "armv7l-linux" "i686-linux" "x86_64-linux" - ]; - }) {inherit (pkgs) webkitgtk;}; - - "gi-javascriptcore_4_0_24" = callPackage ({ mkDerivation, base, bytestring, Cabal, containers, gi-glib , gi-gobject, haskell-gi, haskell-gi-base, haskell-gi-overloading , text, transformers, webkitgtk @@ -109489,7 +106680,6 @@ self: { platforms = [ "aarch64-linux" "armv7l-linux" "i686-linux" "x86_64-linux" ]; - hydraPlatforms = lib.platforms.none; }) {inherit (pkgs) webkitgtk;}; "gi-json" = callPackage @@ -109608,31 +106798,6 @@ self: { }) {inherit (pkgs) ostree;}; "gi-pango" = callPackage - ({ mkDerivation, base, bytestring, Cabal, cairo, containers - , gi-glib, gi-gobject, gi-harfbuzz, haskell-gi, haskell-gi-base - , haskell-gi-overloading, pango, text, transformers - }: - mkDerivation { - pname = "gi-pango"; - version = "1.0.24"; - sha256 = "0qvz1r3xc4rz2fvaw1mimwn39xim55zn6zhbkavw2n5jm6xnydkh"; - setupHaskellDepends = [ - base Cabal gi-glib gi-gobject gi-harfbuzz haskell-gi - ]; - libraryHaskellDepends = [ - base bytestring containers gi-glib gi-gobject gi-harfbuzz - haskell-gi haskell-gi-base haskell-gi-overloading text transformers - ]; - libraryPkgconfigDepends = [ cairo pango ]; - preCompileBuildDriver = '' - PKG_CONFIG_PATH+=":${cairo}/lib/pkgconfig" - setupCompileFlags+=" $(pkg-config --libs cairo-gobject)" - ''; - description = "Pango bindings"; - license = lib.licenses.lgpl21Only; - }) {inherit (pkgs) cairo; inherit (pkgs) pango;}; - - "gi-pango_1_0_25" = callPackage ({ mkDerivation, base, bytestring, Cabal, cairo, containers , gi-glib, gi-gobject, gi-harfbuzz, haskell-gi, haskell-gi-base , haskell-gi-overloading, pango, text, transformers @@ -109655,7 +106820,6 @@ self: { ''; description = "Pango bindings"; license = lib.licenses.lgpl21Only; - hydraPlatforms = lib.platforms.none; }) {inherit (pkgs) cairo; inherit (pkgs) pango;}; "gi-pangocairo" = callPackage @@ -109888,33 +107052,6 @@ self: { }) {inherit (pkgs) vips;}; "gi-vte" = callPackage - ({ mkDerivation, base, bytestring, Cabal, containers, gi-atk - , gi-gdk, gi-gio, gi-glib, gi-gobject, gi-gtk, gi-pango, haskell-gi - , haskell-gi-base, haskell-gi-overloading, text, transformers - , vte_291 - }: - mkDerivation { - pname = "gi-vte"; - version = "2.91.28"; - sha256 = "06bgl5r1r4ri22c43an4h538p0b3icrb8nq1w7fw8cmxqj7y5m33"; - setupHaskellDepends = [ - base Cabal gi-atk gi-gdk gi-gio gi-glib gi-gobject gi-gtk gi-pango - haskell-gi - ]; - libraryHaskellDepends = [ - base bytestring containers gi-atk gi-gdk gi-gio gi-glib gi-gobject - gi-gtk gi-pango haskell-gi haskell-gi-base haskell-gi-overloading - text transformers - ]; - libraryPkgconfigDepends = [ vte_291 ]; - description = "Vte bindings"; - license = lib.licenses.lgpl21Only; - platforms = [ - "aarch64-linux" "armv7l-linux" "i686-linux" "x86_64-linux" - ]; - }) {vte_291 = pkgs.vte;}; - - "gi-vte_2_91_29" = callPackage ({ mkDerivation, base, bytestring, Cabal, containers, gi-atk , gi-gdk, gi-gio, gi-glib, gi-gobject, gi-gtk, gi-pango, haskell-gi , haskell-gi-base, haskell-gi-overloading, text, transformers @@ -109939,7 +107076,6 @@ self: { platforms = [ "aarch64-linux" "armv7l-linux" "i686-linux" "x86_64-linux" ]; - hydraPlatforms = lib.platforms.none; }) {vte_291 = pkgs.vte;}; "gi-webkit" = callPackage @@ -110129,25 +107265,6 @@ self: { }) {inherit (pkgs) libwnck;}; "gi-xlib" = callPackage - ({ mkDerivation, base, bytestring, Cabal, containers, haskell-gi - , haskell-gi-base, haskell-gi-overloading, text, transformers - , xlibsWrapper - }: - mkDerivation { - pname = "gi-xlib"; - version = "2.0.10"; - sha256 = "1h6kpg0mm16b5rz7ixi5qj8y0is96cwkkpgwcl8m8ycjscsgfj88"; - setupHaskellDepends = [ base Cabal haskell-gi ]; - libraryHaskellDepends = [ - base bytestring containers haskell-gi haskell-gi-base - haskell-gi-overloading text transformers - ]; - libraryPkgconfigDepends = [ xlibsWrapper ]; - description = "xlib bindings"; - license = lib.licenses.lgpl21Only; - }) {inherit (pkgs) xlibsWrapper;}; - - "gi-xlib_2_0_11" = callPackage ({ mkDerivation, base, bytestring, Cabal, containers, haskell-gi , haskell-gi-base, haskell-gi-overloading, text, transformers , xlibsWrapper @@ -110164,7 +107281,6 @@ self: { libraryPkgconfigDepends = [ xlibsWrapper ]; description = "xlib bindings"; license = lib.licenses.lgpl21Only; - hydraPlatforms = lib.platforms.none; }) {inherit (pkgs) xlibsWrapper;}; "giak" = callPackage @@ -110213,38 +107329,6 @@ self: { }) {}; "ginger" = callPackage - ({ mkDerivation, aeson, aeson-pretty, base, bytestring - , data-default, filepath, http-types, mtl, optparse-applicative - , parsec, process, regex-tdfa, safe, scientific, tasty, tasty-hunit - , tasty-quickcheck, text, time, transformers, unordered-containers - , utf8-string, vector, yaml - }: - mkDerivation { - pname = "ginger"; - version = "0.10.1.0"; - sha256 = "0579ajr1rng0bd0pml69f6yz4aykvk8zcni0p7ck628qx4jzxihx"; - isLibrary = true; - isExecutable = true; - enableSeparateDataOutput = true; - libraryHaskellDepends = [ - aeson aeson-pretty base bytestring data-default filepath http-types - mtl parsec regex-tdfa safe scientific text time transformers - unordered-containers utf8-string vector - ]; - executableHaskellDepends = [ - aeson base bytestring data-default optparse-applicative process - text transformers unordered-containers utf8-string yaml - ]; - testHaskellDepends = [ - aeson base bytestring data-default mtl tasty tasty-hunit - tasty-quickcheck text time transformers unordered-containers - utf8-string - ]; - description = "An implementation of the Jinja2 template language in Haskell"; - license = lib.licenses.mit; - }) {}; - - "ginger_0_10_4_0" = callPackage ({ mkDerivation, aeson, aeson-pretty, base, bytestring, containers , data-default, filepath, http-types, mtl, optparse-applicative , parsec, process, regex-tdfa, safe, scientific, tasty, tasty-hunit @@ -110274,7 +107358,6 @@ self: { ]; description = "An implementation of the Jinja2 template language in Haskell"; license = lib.licenses.mit; - hydraPlatforms = lib.platforms.none; }) {}; "gingersnap" = callPackage @@ -111106,26 +108189,6 @@ self: { }) {}; "github-release" = callPackage - ({ mkDerivation, aeson, base, burrito, bytestring, http-client - , http-client-tls, http-types, mime-types, optparse-generic, text - , unordered-containers - }: - mkDerivation { - pname = "github-release"; - version = "1.3.10"; - sha256 = "0snhmqrz9fr51fyydi02zi8p0sa44f0hqv1krybil0ymcaqk6796"; - isLibrary = true; - isExecutable = true; - libraryHaskellDepends = [ - aeson base burrito bytestring http-client http-client-tls - http-types mime-types optparse-generic text unordered-containers - ]; - executableHaskellDepends = [ base ]; - description = "Upload files to GitHub releases"; - license = lib.licenses.mit; - }) {}; - - "github-release_2_0_0_0" = callPackage ({ mkDerivation, aeson, base, burrito, bytestring, http-client , http-client-tls, http-types, mime-types, optparse-generic, text , unordered-containers @@ -111146,33 +108209,9 @@ self: { ]; description = "Upload files to GitHub releases"; license = lib.licenses.mit; - hydraPlatforms = lib.platforms.none; }) {}; "github-rest" = callPackage - ({ mkDerivation, aeson, aeson-qq, base, bytestring, http-client - , http-client-tls, http-types, jwt, mtl, scientific, tasty - , tasty-golden, tasty-hunit, tasty-quickcheck, text, time - , transformers, unliftio, unliftio-core - }: - mkDerivation { - pname = "github-rest"; - version = "1.0.3"; - sha256 = "0alwix2lvrvv6ba7nrxg6qvvrdci1vbv94yvq29zmsab9lbv6jrb"; - libraryHaskellDepends = [ - aeson base bytestring http-client http-client-tls http-types jwt - mtl scientific text time transformers unliftio unliftio-core - ]; - testHaskellDepends = [ - aeson aeson-qq base bytestring http-client http-client-tls - http-types jwt mtl scientific tasty tasty-golden tasty-hunit - tasty-quickcheck text time transformers unliftio unliftio-core - ]; - description = "Query the GitHub REST API programmatically"; - license = lib.licenses.bsd3; - }) {}; - - "github-rest_1_1_2" = callPackage ({ mkDerivation, aeson, aeson-qq, base, bytestring, http-client , http-client-tls, http-types, jwt, mtl, scientific, tasty , tasty-golden, tasty-hunit, tasty-quickcheck, text, time @@ -111193,7 +108232,6 @@ self: { ]; description = "Query the GitHub REST API programmatically"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; }) {}; "github-tools" = callPackage @@ -111408,25 +108446,6 @@ self: { }) {}; "gitlab-haskell" = callPackage - ({ mkDerivation, aeson, base, bytestring, connection, http-conduit - , http-types, tasty, tasty-hunit, temporary, text, time - , transformers, unix, unliftio, unliftio-core - }: - mkDerivation { - pname = "gitlab-haskell"; - version = "0.2.5"; - sha256 = "13dlbl2hlvmplxjypg14llpbxf0a9x2f4lk0kkn46f63mn0fy83x"; - enableSeparateDataOutput = true; - libraryHaskellDepends = [ - aeson base bytestring connection http-conduit http-types temporary - text time transformers unix unliftio unliftio-core - ]; - testHaskellDepends = [ aeson base bytestring tasty tasty-hunit ]; - description = "A Haskell library for the GitLab web API"; - license = lib.licenses.bsd3; - }) {}; - - "gitlab-haskell_0_3_2_0" = callPackage ({ mkDerivation, aeson, base, bytestring, connection, http-client , http-conduit, http-types, tasty, tasty-hunit, temporary, text , time, transformers, unix @@ -111443,7 +108462,6 @@ self: { testHaskellDepends = [ aeson base bytestring tasty tasty-hunit ]; description = "A Haskell library for the GitLab web API"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; }) {}; "gitlib" = callPackage @@ -112823,27 +109841,6 @@ self: { }) {inherit (pkgs) libidn;}; "gnuplot" = callPackage - ({ mkDerivation, array, base, containers, data-accessor - , data-accessor-transformers, deepseq, filepath, process - , semigroups, temporary, time, transformers, utility-ht - }: - mkDerivation { - pname = "gnuplot"; - version = "0.5.6.1"; - sha256 = "1rfq94lnsyjr8y9p5r56jpllv3p8rvh9xxzjji016b6r5adi8cnb"; - isLibrary = true; - isExecutable = true; - enableSeparateDataOutput = true; - libraryHaskellDepends = [ - array base containers data-accessor data-accessor-transformers - deepseq filepath process semigroups temporary time transformers - utility-ht - ]; - description = "2D and 3D plots using gnuplot"; - license = lib.licenses.bsd3; - }) {}; - - "gnuplot_0_5_7" = callPackage ({ mkDerivation, array, base, containers, data-accessor , data-accessor-transformers, deepseq, filepath, process , semigroups, temporary, time, transformers, utility-ht @@ -112862,7 +109859,6 @@ self: { ]; description = "2D and 3D plots using gnuplot"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; }) {}; "gnutls" = callPackage @@ -115596,27 +112592,6 @@ self: { }) {}; "gopher-proxy" = callPackage - ({ mkDerivation, attoparsec, base, bytestring, directory, errors - , http-types, lucid, mime-types, network, optparse-applicative - , text, wai, warp - }: - mkDerivation { - pname = "gopher-proxy"; - version = "0.1.1.2"; - sha256 = "1ji7gfvcagvnv716ii6hwlv3g1np9iif7dk94mg42k265j30h4gh"; - isLibrary = false; - isExecutable = true; - enableSeparateDataOutput = true; - executableHaskellDepends = [ - attoparsec base bytestring directory errors http-types lucid - mime-types network optparse-applicative text wai warp - ]; - description = "proxy gopher over http"; - license = lib.licenses.gpl3Only; - maintainers = with lib.maintainers; [ sternenseemann ]; - }) {}; - - "gopher-proxy_0_1_1_3" = callPackage ({ mkDerivation, attoparsec, base, bytestring, directory, errors , http-types, lucid, mime-types, network, optparse-applicative , text, wai, warp @@ -115634,7 +112609,6 @@ self: { ]; description = "proxy gopher over http"; license = lib.licenses.gpl3Only; - hydraPlatforms = lib.platforms.none; maintainers = with lib.maintainers; [ sternenseemann ]; }) {}; @@ -117354,28 +114328,6 @@ self: { }) {}; "greskell" = callPackage - ({ mkDerivation, aeson, base, bytestring, doctest, doctest-discover - , exceptions, greskell-core, hashable, hint, hspec, hspec-discover - , semigroups, text, transformers, unordered-containers, vector - }: - mkDerivation { - pname = "greskell"; - version = "1.2.0.2"; - sha256 = "0zqxln8gcjb3i88b9x156rv3v4d0zlrkca11w1bmbjly8zpgrl4x"; - libraryHaskellDepends = [ - aeson base exceptions greskell-core hashable semigroups text - transformers unordered-containers vector - ]; - testHaskellDepends = [ - aeson base bytestring doctest doctest-discover greskell-core hint - hspec text unordered-containers - ]; - testToolDepends = [ doctest-discover hspec-discover ]; - description = "Haskell binding for Gremlin graph query language"; - license = lib.licenses.bsd3; - }) {}; - - "greskell_2_0_0_0" = callPackage ({ mkDerivation, aeson, base, bytestring, doctest, doctest-discover , exceptions, greskell-core, hashable, hspec, hspec-discover , semigroups, should-not-typecheck, text, transformers @@ -117396,32 +114348,9 @@ self: { testToolDepends = [ doctest-discover hspec-discover ]; description = "Haskell binding for Gremlin graph query language"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; }) {}; "greskell-core" = callPackage - ({ mkDerivation, aeson, base, bytestring, containers, doctest - , doctest-discover, hashable, hspec, hspec-discover, QuickCheck - , scientific, semigroups, text, unordered-containers, uuid, vector - }: - mkDerivation { - pname = "greskell-core"; - version = "0.1.3.7"; - sha256 = "1lffgrc4q9iwfdgn7qfxyhk459x47fl2fg6rvgqr4jqz1xp7x9cy"; - libraryHaskellDepends = [ - aeson base containers hashable scientific semigroups text - unordered-containers uuid vector - ]; - testHaskellDepends = [ - aeson base bytestring doctest doctest-discover hspec QuickCheck - text unordered-containers vector - ]; - testToolDepends = [ doctest-discover hspec-discover ]; - description = "Haskell binding for Gremlin graph query language - core data types and tools"; - license = lib.licenses.bsd3; - }) {}; - - "greskell-core_1_0_0_0" = callPackage ({ mkDerivation, aeson, base, bytestring, containers, doctest , doctest-discover, hashable, hspec, hspec-discover, QuickCheck , scientific, semigroups, text, unordered-containers, uuid, vector @@ -117441,33 +114370,9 @@ self: { testToolDepends = [ doctest-discover hspec-discover ]; description = "Haskell binding for Gremlin graph query language - core data types and tools"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; }) {}; "greskell-websocket" = callPackage - ({ mkDerivation, aeson, async, base, base64-bytestring, bytestring - , greskell-core, hashtables, hspec, hspec-discover, safe-exceptions - , stm, text, unordered-containers, uuid, vector, websockets - }: - mkDerivation { - pname = "greskell-websocket"; - version = "0.1.2.6"; - sha256 = "1wjfvx25k603ymsalvgzrpnyw20mliky5mclrx6caxqyh0plqdak"; - libraryHaskellDepends = [ - aeson async base base64-bytestring bytestring greskell-core - hashtables safe-exceptions stm text unordered-containers uuid - vector websockets - ]; - testHaskellDepends = [ - aeson base bytestring greskell-core hspec unordered-containers uuid - vector - ]; - testToolDepends = [ hspec-discover ]; - description = "Haskell client for Gremlin Server using WebSocket serializer"; - license = lib.licenses.bsd3; - }) {}; - - "greskell-websocket_1_0_0_0" = callPackage ({ mkDerivation, aeson, async, base, base64-bytestring, bytestring , greskell-core, hashtables, hspec, hspec-discover, safe-exceptions , stm, text, unordered-containers, uuid, vector, websockets @@ -117488,7 +114393,6 @@ self: { testToolDepends = [ hspec-discover ]; description = "Haskell client for Gremlin Server using WebSocket serializer"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; }) {}; "grid" = callPackage @@ -120281,6 +117185,34 @@ self: { license = lib.licenses.bsd3; }) {}; + "hackage-security_0_6_2_1" = callPackage + ({ mkDerivation, aeson, base, base16-bytestring, base64-bytestring + , bytestring, Cabal, Cabal-syntax, containers, cryptohash-sha256 + , directory, ed25519, filepath, ghc-prim, lukko, mtl, network + , network-uri, parsec, pretty, QuickCheck, tar, tasty, tasty-hunit + , tasty-quickcheck, template-haskell, temporary, text, time + , transformers, unordered-containers, vector, zlib + }: + mkDerivation { + pname = "hackage-security"; + version = "0.6.2.1"; + sha256 = "1a349ma9ijypjzgj7xgkkr6rd8k49crdgx330h9vgmp7vlbcs8mz"; + libraryHaskellDepends = [ + base base16-bytestring base64-bytestring bytestring Cabal + Cabal-syntax containers cryptohash-sha256 directory ed25519 + filepath ghc-prim lukko mtl network network-uri parsec pretty tar + template-haskell time transformers zlib + ]; + testHaskellDepends = [ + aeson base bytestring Cabal containers network-uri QuickCheck tar + tasty tasty-hunit tasty-quickcheck temporary text time + unordered-containers vector zlib + ]; + description = "Hackage security library"; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + }) {}; + "hackage-security-HTTP" = callPackage ({ mkDerivation, base, bytestring, hackage-security, HTTP, mtl , network, network-uri, zlib @@ -123101,8 +120033,8 @@ self: { }: mkDerivation { pname = "happstack-server"; - version = "7.7.1.2"; - sha256 = "0hd1qwgmk547vqpjvpbdgnq815j1rnniwffrcbr9igv6xzkxzdzc"; + version = "7.7.2"; + sha256 = "175aal1l4g558y89skck3s04db0bjblkxp77bijf1s9iyc07n669"; libraryHaskellDepends = [ base base64-bytestring blaze-html bytestring containers directory exceptions extensible-exceptions filepath hslogger html @@ -123960,35 +120892,30 @@ self: { }) {}; "hashable" = callPackage - ({ mkDerivation, base, bytestring, criterion, deepseq, ghc-prim - , HUnit, integer-gmp, QuickCheck, random, siphash, test-framework + ({ mkDerivation, base, bytestring, containers, deepseq, ghc-bignum + , ghc-prim, HUnit, QuickCheck, random, test-framework , test-framework-hunit, test-framework-quickcheck2, text, unix }: mkDerivation { pname = "hashable"; - version = "1.3.0.0"; - sha256 = "1d4sn4xjf0swrfg8pl93ipavbj12ch3a9aykhkl6mjnczc9m8bl2"; - revision = "2"; - editedCabalFile = "16va8hx4ynw0n5s2warhs13ilj7hrs5fcdn140h1fiix480as36n"; - isLibrary = true; - isExecutable = true; + version = "1.3.5.0"; + sha256 = "11lqw6xbjzc1gpn4qlrqzq9kjgaw5pr7dgmx2rq1j6r7shndiams"; + revision = "1"; + editedCabalFile = "1mwilvbc5f4myxz4vj95kx6cqqn7nfjy99v8cmqdxy90napywars"; libraryHaskellDepends = [ - base bytestring deepseq ghc-prim integer-gmp text + base bytestring containers deepseq ghc-bignum ghc-prim text ]; testHaskellDepends = [ base bytestring ghc-prim HUnit QuickCheck random test-framework test-framework-hunit test-framework-quickcheck2 text unix ]; - benchmarkHaskellDepends = [ - base bytestring criterion ghc-prim integer-gmp siphash text - ]; description = "A class for types that can be converted to a hash value"; license = lib.licenses.bsd3; }) {}; "hashable_1_4_0_2" = callPackage ({ mkDerivation, base, base-orphans, bytestring, containers - , deepseq, ghc-prim, HUnit, integer-gmp, QuickCheck, random + , deepseq, ghc-bignum, ghc-prim, HUnit, QuickCheck, random , test-framework, test-framework-hunit, test-framework-quickcheck2 , text, unix }: @@ -123997,8 +120924,8 @@ self: { version = "1.4.0.2"; sha256 = "003nlhi8wzlsikfwi0q6ma3b38wizvazci6dbq3lr4bd6pfnwq43"; libraryHaskellDepends = [ - base base-orphans bytestring containers deepseq ghc-prim - integer-gmp text + base base-orphans bytestring containers deepseq ghc-bignum ghc-prim + text ]; testHaskellDepends = [ base bytestring ghc-prim HUnit QuickCheck random test-framework @@ -124078,19 +121005,6 @@ self: { }) {}; "hashable-time" = callPackage - ({ mkDerivation, base, hashable, time, time-compat }: - mkDerivation { - pname = "hashable-time"; - version = "0.2.1"; - sha256 = "1zw2gqagpbwq1hgx5rlvy6mhsnb15cxg3pmhawwv0ylfihmx2yxh"; - revision = "1"; - editedCabalFile = "151gxiprdlj3masa95vvrxal9nwa72n3p1y15xyj4hp7mvvl4s2l"; - libraryHaskellDepends = [ base hashable time time-compat ]; - description = "Hashable instances for Data.Time"; - license = lib.licenses.bsd3; - }) {}; - - "hashable-time_0_3" = callPackage ({ mkDerivation, base, hashable, time-compat }: mkDerivation { pname = "hashable-time"; @@ -124100,7 +121014,6 @@ self: { testHaskellDepends = [ base hashable time-compat ]; description = "Hashable instances for Data.Time"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; }) {}; "hashabler" = callPackage @@ -125160,28 +122073,6 @@ self: { }) {}; "haskell-gi" = callPackage - ({ mkDerivation, ansi-terminal, attoparsec, base, bytestring, Cabal - , cabal-doctest, containers, directory, doctest, filepath, glib - , gobject-introspection, haskell-gi-base, mtl, pretty-show, process - , regex-tdfa, safe, text, transformers, xdg-basedir, xml-conduit - }: - mkDerivation { - pname = "haskell-gi"; - version = "0.25.0"; - sha256 = "1bxybi1bj9jwfmyj57cb3471s0wczlp6m1qz893kbz17k96mpin8"; - setupHaskellDepends = [ base Cabal cabal-doctest ]; - libraryHaskellDepends = [ - ansi-terminal attoparsec base bytestring Cabal containers directory - filepath haskell-gi-base mtl pretty-show process regex-tdfa safe - text transformers xdg-basedir xml-conduit - ]; - libraryPkgconfigDepends = [ glib gobject-introspection ]; - testHaskellDepends = [ base doctest process ]; - description = "Generate Haskell bindings for GObject Introspection capable libraries"; - license = lib.licenses.lgpl21Only; - }) {inherit (pkgs) glib; inherit (pkgs) gobject-introspection;}; - - "haskell-gi_0_26_0" = callPackage ({ mkDerivation, ansi-terminal, attoparsec, base, bytestring, Cabal , cabal-doctest, containers, directory, doctest, filepath, glib , gobject-introspection, haskell-gi-base, mtl, pretty-show, process @@ -125201,24 +122092,9 @@ self: { testHaskellDepends = [ base doctest process ]; description = "Generate Haskell bindings for GObject Introspection capable libraries"; license = lib.licenses.lgpl21Only; - hydraPlatforms = lib.platforms.none; }) {inherit (pkgs) glib; inherit (pkgs) gobject-introspection;}; "haskell-gi-base" = callPackage - ({ mkDerivation, base, bytestring, containers, glib, text }: - mkDerivation { - pname = "haskell-gi-base"; - version = "0.25.0"; - sha256 = "140f6amq69r39vj54i1p4c9q0ysxkvb3yjcrlbrrayf66bhw8mqy"; - revision = "1"; - editedCabalFile = "1pl2mzjdsnvvkfmr622jvw2vk9gxdql5flck4vb60nr9d970zg9r"; - libraryHaskellDepends = [ base bytestring containers text ]; - libraryPkgconfigDepends = [ glib ]; - description = "Foundation for libraries generated by haskell-gi"; - license = lib.licenses.lgpl21Only; - }) {inherit (pkgs) glib;}; - - "haskell-gi-base_0_26_0" = callPackage ({ mkDerivation, base, bytestring, containers, glib, text }: mkDerivation { pname = "haskell-gi-base"; @@ -125228,7 +122104,6 @@ self: { libraryPkgconfigDepends = [ glib ]; description = "Foundation for libraries generated by haskell-gi"; license = lib.licenses.lgpl21Only; - hydraPlatforms = lib.platforms.none; }) {inherit (pkgs) glib;}; "haskell-gi-overloading" = callPackage @@ -125373,18 +122248,18 @@ self: { , cryptohash-sha1, data-default, deepseq, directory, extra , filepath, ghc, ghc-boot-th, ghc-paths, ghcide, githash, gitrev , hashable, hie-bios, hiedb, hls-alternate-number-format-plugin - , hls-brittany-plugin, hls-call-hierarchy-plugin, hls-class-plugin - , hls-eval-plugin, hls-explicit-imports-plugin, hls-floskell-plugin + , hls-call-hierarchy-plugin, hls-class-plugin, hls-eval-plugin + , hls-explicit-imports-plugin, hls-floskell-plugin , hls-fourmolu-plugin, hls-graph, hls-haddock-comments-plugin , hls-hlint-plugin, hls-module-name-plugin, hls-ormolu-plugin , hls-plugin-api, hls-pragmas-plugin , hls-qualify-imported-names-plugin, hls-refine-imports-plugin , hls-retrie-plugin, hls-selection-range-plugin, hls-splice-plugin - , hls-stylish-haskell-plugin, hls-tactics-plugin, hls-test-utils - , hslogger, hspec-expectations, lens, lens-aeson, lsp, lsp-test - , lsp-types, mtl, optparse-applicative, optparse-simple, process - , regex-tdfa, safe-exceptions, sqlite-simple, stm, temporary, text - , transformers, unordered-containers + , hls-test-utils, hslogger, hspec-expectations, lens, lens-aeson + , lsp, lsp-test, lsp-types, mtl, optparse-applicative + , optparse-simple, process, regex-tdfa, safe-exceptions + , sqlite-simple, stm, temporary, text, transformers + , unordered-containers }: mkDerivation { pname = "haskell-language-server"; @@ -125403,18 +122278,16 @@ self: { aeson async base base16-bytestring binary bytestring containers cryptohash-sha1 data-default deepseq directory extra filepath ghc ghc-boot-th ghc-paths ghcide gitrev hashable hie-bios hiedb - hls-alternate-number-format-plugin hls-brittany-plugin - hls-call-hierarchy-plugin hls-class-plugin hls-eval-plugin - hls-explicit-imports-plugin hls-floskell-plugin hls-fourmolu-plugin - hls-graph hls-haddock-comments-plugin hls-hlint-plugin - hls-module-name-plugin hls-ormolu-plugin hls-plugin-api - hls-pragmas-plugin hls-qualify-imported-names-plugin - hls-refine-imports-plugin hls-retrie-plugin - hls-selection-range-plugin hls-splice-plugin - hls-stylish-haskell-plugin hls-tactics-plugin hslogger lens lsp mtl - optparse-applicative optparse-simple process regex-tdfa - safe-exceptions sqlite-simple stm temporary text transformers - unordered-containers + hls-alternate-number-format-plugin hls-call-hierarchy-plugin + hls-class-plugin hls-eval-plugin hls-explicit-imports-plugin + hls-floskell-plugin hls-fourmolu-plugin hls-graph + hls-haddock-comments-plugin hls-hlint-plugin hls-module-name-plugin + hls-ormolu-plugin hls-plugin-api hls-pragmas-plugin + hls-qualify-imported-names-plugin hls-refine-imports-plugin + hls-retrie-plugin hls-selection-range-plugin hls-splice-plugin + hslogger lens lsp mtl optparse-applicative optparse-simple process + regex-tdfa safe-exceptions sqlite-simple stm temporary text + transformers unordered-containers ]; testHaskellDepends = [ aeson base bytestring containers data-default directory extra @@ -128515,32 +125388,6 @@ self: { }) {inherit (pkgs) aspell;}; "hasql" = callPackage - ({ mkDerivation, attoparsec, base, bytestring - , bytestring-strict-builder, contravariant, contravariant-extras - , dlist, gauge, hashable, hashtables, mtl, postgresql-binary - , postgresql-libpq, profunctors, QuickCheck, quickcheck-instances - , rerebase, tasty, tasty-hunit, tasty-quickcheck, text - , text-builder, transformers, vector - }: - mkDerivation { - pname = "hasql"; - version = "1.4.5.3"; - sha256 = "0r69h8qbbylj56jl8yl7gyp7bx3mf95wmy1ilpxzidfrjrr9pc0a"; - libraryHaskellDepends = [ - attoparsec base bytestring bytestring-strict-builder contravariant - dlist hashable hashtables mtl postgresql-binary postgresql-libpq - profunctors text text-builder transformers vector - ]; - testHaskellDepends = [ - contravariant-extras QuickCheck quickcheck-instances rerebase tasty - tasty-hunit tasty-quickcheck - ]; - benchmarkHaskellDepends = [ gauge rerebase ]; - description = "An efficient PostgreSQL driver with a flexible mapping API"; - license = lib.licenses.mit; - }) {}; - - "hasql_1_5_0_2" = callPackage ({ mkDerivation, attoparsec, base, bytestring , bytestring-strict-builder, contravariant, contravariant-extras , dlist, gauge, hashable, hashtables, mtl, postgresql-binary @@ -128564,7 +125411,6 @@ self: { benchmarkHaskellDepends = [ gauge rerebase ]; description = "An efficient PostgreSQL driver with a flexible mapping API"; license = lib.licenses.mit; - hydraPlatforms = lib.platforms.none; }) {}; "hasql-backend" = callPackage @@ -130780,8 +127626,8 @@ self: { "hdocs" = callPackage ({ mkDerivation, aeson, aeson-pretty, base, bytestring, Cabal - , containers, filepath, ghc, ghc-paths, haddock-api - , haddock-library, mtl, network, process, text + , containers, filepath, ghc-paths, haddock-api, mtl, network + , process, text }: mkDerivation { pname = "hdocs"; @@ -130790,8 +127636,8 @@ self: { isLibrary = true; isExecutable = true; libraryHaskellDepends = [ - aeson base bytestring Cabal containers filepath ghc ghc-paths - haddock-api haddock-library mtl network process text + aeson base bytestring Cabal containers filepath ghc-paths mtl + network process text ]; executableHaskellDepends = [ aeson aeson-pretty base bytestring containers filepath haddock-api @@ -131564,33 +128410,6 @@ self: { }) {}; "hedis" = callPackage - ({ mkDerivation, async, base, bytestring, bytestring-lexing - , containers, deepseq, doctest, errors, exceptions, HTTP, HUnit - , mtl, network, network-uri, resource-pool, scanner, stm - , test-framework, test-framework-hunit, text, time, tls - , unordered-containers, vector - }: - mkDerivation { - pname = "hedis"; - version = "0.14.4"; - sha256 = "0h6s3x3pylyidjbzjqyrmc2cm5ls67m9iij35fn48rvq4l41w9h9"; - revision = "1"; - editedCabalFile = "0w7960730qh8y41xa1mx4lbk288axkqa03wamh9j6pmag9axcphq"; - libraryHaskellDepends = [ - async base bytestring bytestring-lexing containers deepseq errors - exceptions HTTP mtl network network-uri resource-pool scanner stm - text time tls unordered-containers vector - ]; - testHaskellDepends = [ - async base bytestring doctest HUnit mtl stm test-framework - test-framework-hunit text time - ]; - benchmarkHaskellDepends = [ base mtl time ]; - description = "Client library for the Redis datastore: supports full command set, pipelining"; - license = lib.licenses.bsd3; - }) {}; - - "hedis_0_15_1" = callPackage ({ mkDerivation, async, base, bytestring, bytestring-lexing , containers, deepseq, doctest, errors, exceptions, HTTP, HUnit , mtl, network, network-uri, resource-pool, scanner, stm @@ -131613,7 +128432,6 @@ self: { benchmarkHaskellDepends = [ base mtl time ]; description = "Client library for the Redis datastore: supports full command set, pipelining"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; }) {}; "hedis-config" = callPackage @@ -133815,42 +130633,6 @@ self: { }) {}; "hgeometry" = callPackage - ({ mkDerivation, aeson, base, bifunctors, bytestring, containers - , data-clist, deepseq, deepseq-generics, dlist, doctest - , doctest-discover, fingertree, fixed-vector, hashable - , hgeometry-combinatorial, hspec, lens, linear, MonadRandom, mtl - , nonempty-vector, optparse-applicative, primitive, QuickCheck - , quickcheck-instances, random, reflection, semigroupoids - , semigroups, tasty-bench, template-haskell, text, vector - , vector-algorithms, vector-builder, vector-circular, vinyl - , witherable, yaml - }: - mkDerivation { - pname = "hgeometry"; - version = "0.12.0.4"; - sha256 = "1by6x3525hzfk2yr2rkwz4c0vq95x32f5c3bc0sr8kl6yrbabghw"; - libraryHaskellDepends = [ - aeson base bifunctors bytestring containers data-clist deepseq - dlist fingertree fixed-vector hashable hgeometry-combinatorial - hspec lens linear MonadRandom mtl nonempty-vector primitive - QuickCheck quickcheck-instances random reflection semigroupoids - semigroups template-haskell text vector vector-algorithms - vector-builder vector-circular vinyl witherable yaml - ]; - testHaskellDepends = [ - base doctest doctest-discover QuickCheck quickcheck-instances - ]; - benchmarkHaskellDepends = [ - base bytestring containers deepseq deepseq-generics dlist - fixed-vector hashable hgeometry-combinatorial lens linear - MonadRandom mtl optparse-applicative QuickCheck semigroupoids - semigroups tasty-bench vector vector-circular vinyl - ]; - description = "Geometric Algorithms, Data structures, and Data types"; - license = lib.licenses.bsd3; - }) {}; - - "hgeometry_0_13" = callPackage ({ mkDerivation, aeson, base, bifunctors, bytestring, containers , data-clist, deepseq, deepseq-generics, dlist, doctest , doctest-discover, fingertree, fixed-vector, hashable @@ -133884,43 +130666,9 @@ self: { ]; description = "Geometric Algorithms, Data structures, and Data types"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; }) {}; "hgeometry-combinatorial" = callPackage - ({ mkDerivation, aeson, approximate-equality, array, base - , bifunctors, bytestring, containers, contravariant, data-clist - , deepseq, directory, dlist, doctest, filepath, fingertree - , hashable, hspec, hspec-discover, lens, linear, math-functions - , MonadRandom, mtl, nonempty-vector, primitive, QuickCheck - , quickcheck-instances, random, reflection, semigroupoids - , semigroups, template-haskell, text, unordered-containers, vector - , vector-builder, vector-circular, vinyl, witherable, yaml - }: - mkDerivation { - pname = "hgeometry-combinatorial"; - version = "0.12.0.3"; - sha256 = "0sfng68pirghrnqflxnvysg8x3pnpbwrbc70xsj87gc257adfla9"; - enableSeparateDataOutput = true; - libraryHaskellDepends = [ - aeson array base bifunctors bytestring containers contravariant - data-clist deepseq dlist fingertree hashable lens linear - math-functions MonadRandom mtl nonempty-vector primitive QuickCheck - quickcheck-instances random reflection semigroupoids semigroups - template-haskell text unordered-containers vector vector-builder - vector-circular vinyl witherable yaml - ]; - testHaskellDepends = [ - approximate-equality base bytestring containers data-clist deepseq - directory doctest filepath hspec lens linear MonadRandom QuickCheck - quickcheck-instances random semigroups vector vinyl yaml - ]; - testToolDepends = [ hspec-discover ]; - description = "Data structures, and Data types"; - license = lib.licenses.bsd3; - }) {}; - - "hgeometry-combinatorial_0_13" = callPackage ({ mkDerivation, aeson, approximate-equality, array, base , bifunctors, bytestring, containers, contravariant, data-clist , deepseq, directory, dlist, doctest, filepath, fingertree @@ -133952,7 +130700,6 @@ self: { testToolDepends = [ hspec-discover ]; description = "Data structures, and Data types"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; }) {}; "hgeometry-ipe" = callPackage @@ -133962,7 +130709,8 @@ self: { , hgeometry-combinatorial, hspec, hspec-discover, lens, linear , MonadRandom, mtl, parsec, QuickCheck, quickcheck-instances , random, reflection, semigroupoids, semigroups, singletons - , template-haskell, text, typed-process, vector, vinyl, yaml + , singletons-th, template-haskell, text, typed-process, vector + , vinyl, yaml }: mkDerivation { pname = "hgeometry-ipe"; @@ -133974,14 +130722,14 @@ self: { deepseq directory dlist filepath fingertree fixed-vector hexpat hgeometry hgeometry-combinatorial lens linear MonadRandom mtl parsec QuickCheck quickcheck-instances random reflection - semigroupoids semigroups singletons template-haskell text - typed-process vector vinyl yaml + semigroupoids semigroups singletons singletons-th template-haskell + text typed-process vector vinyl yaml ]; testHaskellDepends = [ approximate-equality base bytestring colour containers data-clist directory filepath hgeometry hgeometry-combinatorial hspec lens linear MonadRandom QuickCheck quickcheck-instances random - semigroups singletons vector vinyl yaml + semigroups singletons singletons-th vector vinyl yaml ]; testToolDepends = [ hspec-discover ]; description = "Reading and Writing ipe7 files"; @@ -134113,12 +130861,12 @@ self: { }) {HTam = null;}; "hgmp" = callPackage - ({ mkDerivation, base, ghc-prim, integer-gmp, QuickCheck }: + ({ mkDerivation, base, ghc-bignum, ghc-prim, QuickCheck }: mkDerivation { pname = "hgmp"; version = "0.1.2"; sha256 = "1sqnywh4h1nklcpci60n427m1kahkza1vy1j60jmq3lnlrbgzfzk"; - libraryHaskellDepends = [ base ghc-prim integer-gmp ]; + libraryHaskellDepends = [ base ghc-bignum ghc-prim ]; testHaskellDepends = [ base QuickCheck ]; description = "Haskell interface to GMP"; license = lib.licenses.bsd3; @@ -134481,38 +131229,6 @@ self: { }) {}; "hie-bios" = callPackage - ({ mkDerivation, aeson, base, base16-bytestring, bytestring - , conduit, conduit-extra, containers, cryptohash-sha1, deepseq - , directory, exceptions, extra, file-embed, filepath, ghc, hslogger - , hspec-expectations, optparse-applicative, process, tasty - , tasty-expected-failure, tasty-hunit, temporary, text, time - , transformers, unix-compat, unordered-containers, vector, yaml - }: - mkDerivation { - pname = "hie-bios"; - version = "0.7.6"; - sha256 = "13x8m7hg5ahmh96xq703ygx7f2zk69gbrgmrbrrwzvbc9h0ci02r"; - isLibrary = true; - isExecutable = true; - libraryHaskellDepends = [ - aeson base base16-bytestring bytestring conduit conduit-extra - containers cryptohash-sha1 deepseq directory exceptions extra - file-embed filepath ghc hslogger process temporary text time - transformers unix-compat unordered-containers vector yaml - ]; - executableHaskellDepends = [ - base directory filepath ghc optparse-applicative - ]; - testHaskellDepends = [ - base directory extra filepath ghc hspec-expectations tasty - tasty-expected-failure tasty-hunit temporary text - unordered-containers yaml - ]; - description = "Set up a GHC API session"; - license = lib.licenses.bsd3; - }) {}; - - "hie-bios_0_8_1" = callPackage ({ mkDerivation, aeson, base, base16-bytestring, bytestring , conduit, conduit-extra, containers, cryptohash-sha1, deepseq , directory, exceptions, extra, file-embed, filepath, ghc, hslogger @@ -134542,7 +131258,6 @@ self: { ]; description = "Set up a GHC API session"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; }) {}; "hie-compat" = callPackage @@ -136422,50 +133137,6 @@ self: { }) {}; "hledger" = callPackage - ({ mkDerivation, aeson, ansi-terminal, base, base-compat-batteries - , bytestring, cmdargs, containers, data-default, Decimal, Diff - , directory, extra, filepath, hashable, haskeline, hledger-lib - , lucid, math-functions, megaparsec, mtl, old-time, process - , regex-tdfa, safe, shakespeare, split, tabular, tasty, temporary - , terminfo, text, time, timeit, transformers, unordered-containers - , utf8-string, utility-ht, wizards - }: - mkDerivation { - pname = "hledger"; - version = "1.21"; - sha256 = "07fcfkmv4cy92njnf2qc7jh0naz96q962hxldcd7hk4k7ddv0mss"; - isLibrary = true; - isExecutable = true; - libraryHaskellDepends = [ - aeson ansi-terminal base base-compat-batteries bytestring cmdargs - containers data-default Decimal Diff directory extra filepath - hashable haskeline hledger-lib lucid math-functions megaparsec mtl - old-time process regex-tdfa safe shakespeare split tabular tasty - temporary terminfo text time timeit transformers - unordered-containers utf8-string utility-ht wizards - ]; - executableHaskellDepends = [ - aeson ansi-terminal base base-compat-batteries bytestring cmdargs - containers data-default Decimal directory extra filepath haskeline - hledger-lib math-functions megaparsec mtl old-time process - regex-tdfa safe shakespeare split tabular tasty temporary terminfo - text time timeit transformers unordered-containers utf8-string - utility-ht wizards - ]; - testHaskellDepends = [ - aeson ansi-terminal base base-compat-batteries bytestring cmdargs - containers data-default Decimal directory extra filepath haskeline - hledger-lib math-functions megaparsec mtl old-time process - regex-tdfa safe shakespeare split tabular tasty temporary terminfo - text time timeit transformers unordered-containers utf8-string - utility-ht wizards - ]; - description = "Command-line interface for the hledger accounting system"; - license = lib.licenses.gpl3Only; - maintainers = with lib.maintainers; [ peti ]; - }) {}; - - "hledger_1_24_1" = callPackage ({ mkDerivation, aeson, ansi-terminal, base, bytestring, cmdargs , containers, data-default, Decimal, Diff, directory, extra , filepath, githash, hashable, haskeline, hledger-lib, lucid @@ -136504,7 +133175,6 @@ self: { ]; description = "Command-line interface for the hledger accounting system"; license = lib.licenses.gpl3Only; - hydraPlatforms = lib.platforms.none; maintainers = with lib.maintainers; [ peti ]; }) {}; @@ -136594,39 +133264,6 @@ self: { }) {}; "hledger-iadd" = callPackage - ({ mkDerivation, base, brick, containers, directory, free - , hledger-lib, hspec, hspec-discover, megaparsec, microlens - , microlens-th, optparse-applicative, QuickCheck, semigroups, text - , text-zipper, time, transformers, unordered-containers, vector - , vty, xdg-basedir - }: - mkDerivation { - pname = "hledger-iadd"; - version = "1.3.14"; - sha256 = "0kcw8yp9g6cj6amc4rh8iwzd4zh5v68ns8sf5rv4hfa4xj928iy5"; - isLibrary = true; - isExecutable = true; - libraryHaskellDepends = [ - base brick containers directory free hledger-lib megaparsec - microlens microlens-th optparse-applicative semigroups text - text-zipper time transformers unordered-containers vector vty - xdg-basedir - ]; - executableHaskellDepends = [ - base brick directory free hledger-lib megaparsec microlens - optparse-applicative text text-zipper time transformers - unordered-containers vector vty xdg-basedir - ]; - testHaskellDepends = [ - base free hledger-lib hspec megaparsec QuickCheck text text-zipper - time transformers vector - ]; - testToolDepends = [ hspec-discover ]; - description = "A terminal UI as drop-in replacement for hledger add"; - license = lib.licenses.bsd3; - }) {}; - - "hledger-iadd_1_3_16" = callPackage ({ mkDerivation, base, brick, containers, directory, free , hledger-lib, hspec, hspec-discover, megaparsec, microlens , microlens-th, optparse-applicative, QuickCheck, text, text-zipper @@ -136658,27 +133295,9 @@ self: { testToolDepends = [ hspec-discover ]; description = "A terminal UI as drop-in replacement for hledger add"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; }) {}; "hledger-interest" = callPackage - ({ mkDerivation, base, Cabal, Decimal, hledger-lib, mtl, text, time - }: - mkDerivation { - pname = "hledger-interest"; - version = "1.6.1"; - sha256 = "0i97y7rs5kd2dqk3qwd2jg17vs9ib4yvkaqlljnb32x16gphpvhc"; - isLibrary = false; - isExecutable = true; - executableHaskellDepends = [ - base Cabal Decimal hledger-lib mtl text time - ]; - description = "computes interest for a given account"; - license = lib.licenses.bsd3; - maintainers = with lib.maintainers; [ peti ]; - }) {}; - - "hledger-interest_1_6_3" = callPackage ({ mkDerivation, base, Cabal, Decimal, hledger-lib, mtl, text, time }: mkDerivation { @@ -136694,7 +133313,6 @@ self: { ]; description = "computes interest for a given account"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; maintainers = with lib.maintainers; [ peti ]; }) {}; @@ -136719,50 +133337,14 @@ self: { }) {}; "hledger-lib" = callPackage - ({ mkDerivation, aeson, aeson-pretty, ansi-terminal, array, base - , base-compat-batteries, blaze-markup, bytestring, call-stack - , cassava, cassava-megaparsec, cmdargs, containers, data-default - , Decimal, directory, doctest, extra, file-embed, filepath, Glob - , hashtables, megaparsec, mtl, old-time, parser-combinators - , pretty-simple, regex-tdfa, safe, tabular, tasty, tasty-hunit - , template-haskell, text, time, timeit, transformers, uglymemo - , unordered-containers, utf8-string - }: - mkDerivation { - pname = "hledger-lib"; - version = "1.21"; - sha256 = "00prslqk8vnbyz388cpc0nsamzy8xcjzday5q9n3m9lx4p2dhb5y"; - libraryHaskellDepends = [ - aeson aeson-pretty ansi-terminal array base base-compat-batteries - blaze-markup bytestring call-stack cassava cassava-megaparsec - cmdargs containers data-default Decimal directory extra file-embed - filepath Glob hashtables megaparsec mtl old-time parser-combinators - pretty-simple regex-tdfa safe tabular tasty tasty-hunit - template-haskell text time timeit transformers uglymemo - unordered-containers utf8-string - ]; - testHaskellDepends = [ - aeson aeson-pretty ansi-terminal array base base-compat-batteries - blaze-markup bytestring call-stack cassava cassava-megaparsec - cmdargs containers data-default Decimal directory doctest extra - file-embed filepath Glob hashtables megaparsec mtl old-time - parser-combinators pretty-simple regex-tdfa safe tabular tasty - tasty-hunit template-haskell text time timeit transformers uglymemo - unordered-containers utf8-string - ]; - description = "A reusable library providing the core functionality of hledger"; - license = lib.licenses.gpl3Only; - }) {}; - - "hledger-lib_1_24_1" = callPackage ({ mkDerivation, aeson, aeson-pretty, ansi-terminal, array, base , blaze-markup, bytestring, call-stack, cassava, cassava-megaparsec , cmdargs, containers, data-default, Decimal, directory, doclayout - , doctest, extra, file-embed, filepath, Glob, hashtables - , megaparsec, microlens, microlens-th, mtl, parser-combinators - , pretty-simple, regex-tdfa, safe, tabular, tasty, tasty-hunit - , template-haskell, text, time, timeit, transformers, uglymemo - , unordered-containers, utf8-string + , extra, file-embed, filepath, Glob, hashtables, megaparsec + , microlens, microlens-th, mtl, parser-combinators, pretty-simple + , regex-tdfa, safe, tabular, tasty, tasty-hunit, template-haskell + , text, time, timeit, transformers, uglymemo, unordered-containers + , utf8-string }: mkDerivation { pname = "hledger-lib"; @@ -136780,15 +133362,14 @@ self: { testHaskellDepends = [ aeson aeson-pretty ansi-terminal array base blaze-markup bytestring call-stack cassava cassava-megaparsec cmdargs containers - data-default Decimal directory doclayout doctest extra file-embed - filepath Glob hashtables megaparsec microlens microlens-th mtl + data-default Decimal directory doclayout extra file-embed filepath + Glob hashtables megaparsec microlens microlens-th mtl parser-combinators pretty-simple regex-tdfa safe tabular tasty tasty-hunit template-haskell text time timeit transformers uglymemo unordered-containers utf8-string ]; description = "A reusable library providing the core functionality of hledger"; license = lib.licenses.gpl3Only; - hydraPlatforms = lib.platforms.none; }) {}; "hledger-makeitso" = callPackage @@ -136842,30 +133423,6 @@ self: { }) {}; "hledger-ui" = callPackage - ({ mkDerivation, ansi-terminal, async, base, base-compat-batteries - , brick, cmdargs, containers, data-default, directory, extra - , filepath, fsnotify, hledger, hledger-lib, megaparsec, microlens - , microlens-platform, process, safe, split, text, text-zipper, time - , transformers, unix, vector, vty - }: - mkDerivation { - pname = "hledger-ui"; - version = "1.21"; - sha256 = "1h9d686z0y8cvq6780g6r8fdrs76y9649js0c350b6xnhzggbx0l"; - isLibrary = false; - isExecutable = true; - executableHaskellDepends = [ - ansi-terminal async base base-compat-batteries brick cmdargs - containers data-default directory extra filepath fsnotify hledger - hledger-lib megaparsec microlens microlens-platform process safe - split text text-zipper time transformers unix vector vty - ]; - description = "Curses-style terminal interface for the hledger accounting system"; - license = lib.licenses.gpl3Only; - maintainers = with lib.maintainers; [ peti ]; - }) {}; - - "hledger-ui_1_24_1" = callPackage ({ mkDerivation, ansi-terminal, async, base, brick, cmdargs , containers, data-default, directory, doclayout, extra, filepath , fsnotify, hledger, hledger-lib, megaparsec, microlens @@ -136886,7 +133443,6 @@ self: { ]; description = "Curses-style terminal interface for the hledger accounting system"; license = lib.licenses.gpl3Only; - hydraPlatforms = lib.platforms.none; maintainers = with lib.maintainers; [ peti ]; }) {}; @@ -136910,44 +133466,6 @@ self: { }) {}; "hledger-web" = callPackage - ({ mkDerivation, aeson, base, blaze-html, blaze-markup, bytestring - , case-insensitive, clientsession, cmdargs, conduit, conduit-extra - , containers, data-default, Decimal, directory, extra, filepath - , hjsmin, hledger, hledger-lib, hspec, http-client, http-conduit - , http-types, megaparsec, mtl, network, shakespeare - , template-haskell, text, time, transformers, unix-compat - , unordered-containers, utf8-string, wai, wai-cors, wai-extra - , wai-handler-launch, warp, yaml, yesod, yesod-core, yesod-form - , yesod-static, yesod-test - }: - mkDerivation { - pname = "hledger-web"; - version = "1.21"; - sha256 = "0ivszqcypw0j2wn4r7fv7dqm1pvr0b1y6rqpxagzyk8cxn3ic9g2"; - revision = "1"; - editedCabalFile = "1hnw10ibhbafbsfj5lzlxwjg4cjnqr5bb51n6mqbi30qqabgq78x"; - isLibrary = true; - isExecutable = true; - libraryHaskellDepends = [ - aeson base blaze-html blaze-markup bytestring case-insensitive - clientsession cmdargs conduit conduit-extra containers data-default - Decimal directory extra filepath hjsmin hledger hledger-lib hspec - http-client http-conduit http-types megaparsec mtl network - shakespeare template-haskell text time transformers unix-compat - unordered-containers utf8-string wai wai-cors wai-extra - wai-handler-launch warp yaml yesod yesod-core yesod-form - yesod-static yesod-test - ]; - executableHaskellDepends = [ base ]; - testHaskellDepends = [ - base hledger hledger-lib hspec text yesod yesod-test - ]; - description = "Web-based user interface for the hledger accounting system"; - license = lib.licenses.gpl3Only; - maintainers = with lib.maintainers; [ peti ]; - }) {}; - - "hledger-web_1_24_1" = callPackage ({ mkDerivation, aeson, base, base64, blaze-html, blaze-markup , bytestring, case-insensitive, clientsession, cmdargs, conduit , conduit-extra, containers, data-default, Decimal, directory @@ -136980,7 +133498,6 @@ self: { ]; description = "Web-based user interface for the hledger accounting system"; license = lib.licenses.gpl3Only; - hydraPlatforms = lib.platforms.none; maintainers = with lib.maintainers; [ peti ]; }) {}; @@ -137081,8 +133598,8 @@ self: { }: mkDerivation { pname = "hlint"; - version = "3.2.8"; - sha256 = "14nvq71kn1lhqx02r69f949p33rhxi466fwmxj9g0wd5191jawrs"; + version = "3.3.6"; + sha256 = "0g4fnx0xlwny41dw01vxmfq9ibfwvpgf1cailj870k2wrbs2c9df"; isLibrary = true; isExecutable = true; enableSeparateDataOutput = true; @@ -137098,33 +133615,6 @@ self: { maintainers = with lib.maintainers; [ maralorn ]; }) {}; - "hlint_3_3_6" = callPackage - ({ mkDerivation, aeson, ansi-terminal, base, bytestring, cmdargs - , containers, cpphs, data-default, directory, extra, file-embed - , filepath, filepattern, ghc-lib-parser, ghc-lib-parser-ex - , hscolour, process, refact, text, transformers, uniplate - , unordered-containers, utf8-string, vector, yaml - }: - mkDerivation { - pname = "hlint"; - version = "3.3.6"; - sha256 = "0g4fnx0xlwny41dw01vxmfq9ibfwvpgf1cailj870k2wrbs2c9df"; - isLibrary = true; - isExecutable = true; - enableSeparateDataOutput = true; - libraryHaskellDepends = [ - aeson ansi-terminal base bytestring cmdargs containers cpphs - data-default directory extra file-embed filepath filepattern - ghc-lib-parser ghc-lib-parser-ex hscolour process refact text - transformers uniplate unordered-containers utf8-string vector yaml - ]; - executableHaskellDepends = [ base ]; - description = "Source code suggestions"; - license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - maintainers = with lib.maintainers; [ maralorn ]; - }) {}; - "hlint-test" = callPackage ({ mkDerivation, base, hlint }: mkDerivation { @@ -137478,7 +133968,7 @@ self: { "hls-hlint-plugin" = callPackage ({ mkDerivation, aeson, apply-refact, base, binary, bytestring , containers, data-default, deepseq, Diff, directory, extra - , filepath, ghc, ghc-exactprint, ghc-lib, ghc-lib-parser-ex, ghcide + , filepath, ghc, ghc-exactprint, ghc-lib-parser-ex, ghcide , hashable, hlint, hls-plugin-api, hls-test-utils, hslogger, lens , lsp, lsp-types, regex-tdfa, stm, temporary, text, transformers , unordered-containers @@ -137489,7 +133979,7 @@ self: { sha256 = "0vzgsh6x8bjgi3l6nc9kfgbczxnd7fws5bmglac5khr0z042babb"; libraryHaskellDepends = [ aeson apply-refact base binary bytestring containers data-default - deepseq Diff directory extra filepath ghc ghc-exactprint ghc-lib + deepseq Diff directory extra filepath ghc ghc-exactprint ghc-lib-parser-ex ghcide hashable hlint hls-plugin-api hslogger lens lsp regex-tdfa stm temporary text transformers unordered-containers @@ -138327,28 +134817,6 @@ self: { }) {}; "hmm-lapack" = callPackage - ({ mkDerivation, base, comfort-array, containers, deepseq - , explicit-exception, fixed-length, lapack, lazy-csv, netlib-ffi - , non-empty, prelude-compat, QuickCheck, random, semigroups, tfp - , transformers, utility-ht - }: - mkDerivation { - pname = "hmm-lapack"; - version = "0.4"; - sha256 = "0f0xf1fjsqqfimxx7skdwddw8zbdmas3l31y6921mxzy1syys30w"; - revision = "1"; - editedCabalFile = "10dg0s6nrvb93ksyzgappmr28av4k204kmc8lb3vc2ribqhpb177"; - libraryHaskellDepends = [ - base comfort-array containers deepseq explicit-exception - fixed-length lapack lazy-csv netlib-ffi non-empty prelude-compat - QuickCheck random semigroups tfp transformers utility-ht - ]; - testHaskellDepends = [ base QuickCheck ]; - description = "Hidden Markov Models using LAPACK primitives"; - license = lib.licenses.bsd3; - }) {}; - - "hmm-lapack_0_5" = callPackage ({ mkDerivation, base, comfort-array, comfort-array-shape , containers, deepseq, doctest-exitcode-stdio, doctest-lib , explicit-exception, fixed-length, lapack, lazy-csv, netlib-ffi @@ -138373,7 +134841,6 @@ self: { doHaddock = false; description = "Hidden Markov Models using LAPACK primitives"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; }) {}; "hmp3" = callPackage @@ -138810,34 +135277,14 @@ self: { }) {}; "hoauth2" = callPackage - ({ mkDerivation, aeson, base, binary, bytestring, exceptions - , http-conduit, http-types, microlens, text, unordered-containers - , uri-bytestring, uri-bytestring-aeson - }: - mkDerivation { - pname = "hoauth2"; - version = "1.16.2"; - sha256 = "0yw9fnpac1ryk0pn0ikf4g1p687mvschrnpj7szlcj6am78ldqzx"; - isLibrary = true; - isExecutable = true; - libraryHaskellDepends = [ - aeson base binary bytestring exceptions http-conduit http-types - microlens text unordered-containers uri-bytestring - uri-bytestring-aeson - ]; - description = "Haskell OAuth2 authentication client"; - license = lib.licenses.bsd3; - }) {}; - - "hoauth2_2_0_0" = callPackage ({ mkDerivation, aeson, base, binary, bytestring, exceptions , hashable, http-conduit, http-types, microlens, text , unordered-containers, uri-bytestring, uri-bytestring-aeson }: mkDerivation { pname = "hoauth2"; - version = "2.0.0"; - sha256 = "1052ibfliwjg6p0r9y32i5j25dankp2zcy9hjm6sxag0wjgqz3wb"; + version = "2.1.0"; + sha256 = "133zaqpb0pjwvndzz02w74xx65243nimfn5bk8abkc71vkvf2myx"; isLibrary = true; isExecutable = true; libraryHaskellDepends = [ @@ -138847,7 +135294,6 @@ self: { ]; description = "Haskell OAuth2 authentication client"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; }) {}; "hob" = callPackage @@ -140205,23 +136651,6 @@ self: { }) {}; "hosc" = callPackage - ({ mkDerivation, base, binary, blaze-builder, bytestring - , data-binary-ieee754, network, time, transformers - }: - mkDerivation { - pname = "hosc"; - version = "0.18.1"; - sha256 = "0ygyvwzsvqv4pihzdm6i3kzkr01nh3qpk9g9f9ap6243yx7003vj"; - enableSeparateDataOutput = true; - libraryHaskellDepends = [ - base binary blaze-builder bytestring data-binary-ieee754 network - time transformers - ]; - description = "Haskell Open Sound Control"; - license = lib.licenses.gpl3Only; - }) {}; - - "hosc_0_19_1" = callPackage ({ mkDerivation, base, binary, blaze-builder, bytestring , data-binary-ieee754, network, time, transformers }: @@ -140236,7 +136665,6 @@ self: { ]; description = "Haskell Open Sound Control"; license = lib.licenses.gpl3Only; - hydraPlatforms = lib.platforms.none; }) {}; "hosc-json" = callPackage @@ -140628,36 +137056,6 @@ self: { }) {}; "hpack-dhall" = callPackage - ({ mkDerivation, aeson, aeson-pretty, base, bytestring, Cabal - , dhall, dhall-json, Diff, directory, filepath, hlint, hpack - , megaparsec, microlens, optparse-applicative, prettyprinter, tasty - , tasty-golden, text, transformers, utf8-string, yaml - }: - mkDerivation { - pname = "hpack-dhall"; - version = "0.5.3"; - sha256 = "1prpk9lppz8h5bp6slhl7lm28jw6jf746py9vras0m0g6mrcc3l7"; - isLibrary = true; - isExecutable = true; - libraryHaskellDepends = [ - aeson aeson-pretty base bytestring dhall dhall-json filepath hpack - megaparsec microlens prettyprinter text transformers yaml - ]; - executableHaskellDepends = [ - aeson aeson-pretty base bytestring dhall dhall-json filepath hpack - megaparsec microlens optparse-applicative prettyprinter text - transformers yaml - ]; - testHaskellDepends = [ - aeson aeson-pretty base bytestring Cabal dhall dhall-json Diff - directory filepath hlint hpack megaparsec microlens prettyprinter - tasty tasty-golden text transformers utf8-string yaml - ]; - description = "hpack's dhalling"; - license = lib.licenses.bsd3; - }) {}; - - "hpack-dhall_0_5_4" = callPackage ({ mkDerivation, aeson, aeson-pretty, base, bytestring, Cabal , dhall, dhall-json, Diff, directory, filepath, hlint, hpack , megaparsec, microlens, optparse-applicative, prettyprinter, tasty @@ -140685,7 +137083,6 @@ self: { ]; description = "hpack's dhalling"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; }) {}; "hpaco" = callPackage @@ -141711,28 +138108,6 @@ self: { }) {}; "hruby" = callPackage - ({ mkDerivation, aeson, attoparsec, base, bytestring, Cabal - , process, QuickCheck, ruby, scientific, stm, text - , unordered-containers, vector - }: - mkDerivation { - pname = "hruby"; - version = "0.3.8.1"; - sha256 = "00lp02wy7yxhh17dyq1acc6gfrwh145900ib42vz52lzsj5ivlcj"; - setupHaskellDepends = [ base Cabal process ]; - libraryHaskellDepends = [ - aeson attoparsec base bytestring scientific stm text - unordered-containers vector - ]; - librarySystemDepends = [ ruby ]; - testHaskellDepends = [ - aeson attoparsec base QuickCheck text vector - ]; - description = "Embed a Ruby intepreter in your Haskell program !"; - license = lib.licenses.bsd3; - }) {inherit (pkgs) ruby;}; - - "hruby_0_5_0_0" = callPackage ({ mkDerivation, aeson, attoparsec, base, bytestring, Cabal , process, QuickCheck, ruby, scientific, stm, text , unordered-containers, vector @@ -141752,7 +138127,6 @@ self: { ]; description = "Embed a Ruby intepreter in your Haskell program !"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; }) {inherit (pkgs) ruby;}; "hs" = callPackage @@ -144065,9 +140439,9 @@ self: { "hsdev" = callPackage ({ mkDerivation, aeson, aeson-pretty, array, async, attoparsec - , base, bytestring, Cabal, containers, cpphs, data-default, deepseq - , direct-sqlite, directory, exceptions, filepath, fsnotify, ghc - , ghc-boot, ghc-lib-parser, ghc-paths, haddock-api, haddock-library + , base, bytestring, containers, cpphs, data-default, deepseq + , direct-sqlite, directory, exceptions, filepath, fsnotify + , ghc-boot, ghc-lib-parser, ghc-paths, haddock-library , haskell-names, haskell-src-exts, hdocs, hformat, hlint, hspec , http-client, lens, lens-aeson, lifted-base, mmorph, monad-control , monad-loops, mtl, network, network-uri, optparse-applicative @@ -144083,15 +140457,15 @@ self: { isLibrary = true; isExecutable = true; libraryHaskellDepends = [ - aeson aeson-pretty array async attoparsec base bytestring Cabal + aeson aeson-pretty array async attoparsec base bytestring containers cpphs data-default deepseq direct-sqlite directory - exceptions filepath fsnotify ghc ghc-boot ghc-lib-parser ghc-paths - haddock-api haddock-library haskell-names haskell-src-exts hdocs - hformat hlint http-client lens lifted-base mmorph monad-control - monad-loops mtl network network-uri optparse-applicative process - regex-pcre-builtin scientific simple-log sqlite-simple stm syb - template-haskell text text-region time transformers - transformers-base uniplate unix unordered-containers vector + exceptions filepath fsnotify ghc-boot ghc-lib-parser ghc-paths + haddock-library haskell-names haskell-src-exts hdocs hformat hlint + http-client lens lifted-base mmorph monad-control monad-loops mtl + network network-uri optparse-applicative process regex-pcre-builtin + scientific simple-log sqlite-simple stm syb template-haskell text + text-region time transformers transformers-base uniplate unix + unordered-containers vector ]; executableHaskellDepends = [ aeson aeson-pretty base bytestring containers deepseq directory @@ -144586,26 +140960,6 @@ self: { }) {}; "hsinstall" = callPackage - ({ mkDerivation, ansi-wl-pprint, base, Cabal, directory, filepath - , heredoc, optparse-applicative, process, safe-exceptions - , transformers - }: - mkDerivation { - pname = "hsinstall"; - version = "2.6"; - sha256 = "0763jzyl8ysani30alc6ii3i68i5ls1cd288b6iza4lfz1knval5"; - isLibrary = true; - isExecutable = true; - libraryHaskellDepends = [ base directory filepath ]; - executableHaskellDepends = [ - ansi-wl-pprint base Cabal directory filepath heredoc - optparse-applicative process safe-exceptions transformers - ]; - description = "Install Haskell software"; - license = lib.licenses.isc; - }) {}; - - "hsinstall_2_7" = callPackage ({ mkDerivation, ansi-wl-pprint, base, Cabal, directory, exceptions , filepath, heredoc, newtype-generics, optparse-applicative , process, safe-exceptions, transformers @@ -144624,7 +140978,6 @@ self: { ]; description = "Install Haskell software"; license = lib.licenses.isc; - hydraPlatforms = lib.platforms.none; }) {}; "hskeleton" = callPackage @@ -144782,28 +141135,6 @@ self: { }) {}; "hslua" = callPackage - ({ mkDerivation, base, bytestring, containers, exceptions, lua5_3 - , mtl, QuickCheck, quickcheck-instances, tasty, tasty-hunit - , tasty-quickcheck, text - }: - mkDerivation { - pname = "hslua"; - version = "1.3.0.2"; - sha256 = "0p39xm0mmxzs5x6aim11qkb7npn0d9h7li2kwfhry0dijd1vm18i"; - configureFlags = [ "-fsystem-lua" "-f-use-pkgconfig" ]; - libraryHaskellDepends = [ - base bytestring containers exceptions mtl text - ]; - librarySystemDepends = [ lua5_3 ]; - testHaskellDepends = [ - base bytestring containers exceptions mtl QuickCheck - quickcheck-instances tasty tasty-hunit tasty-quickcheck text - ]; - description = "Bindings to Lua, an embeddable scripting language"; - license = lib.licenses.mit; - }) {inherit (pkgs) lua5_3;}; - - "hslua_2_1_0" = callPackage ({ mkDerivation, base, bytestring, containers, exceptions , hslua-classes, hslua-core, hslua-marshalling , hslua-objectorientation, hslua-packaging, mtl, tasty, tasty-hslua @@ -144824,31 +141155,9 @@ self: { ]; description = "Bindings to Lua, an embeddable scripting language"; license = lib.licenses.mit; - hydraPlatforms = lib.platforms.none; }) {}; "hslua-aeson" = callPackage - ({ mkDerivation, aeson, base, bytestring, hashable, hslua, hspec - , HUnit, ieee754, QuickCheck, quickcheck-instances, scientific - , text, unordered-containers, vector - }: - mkDerivation { - pname = "hslua-aeson"; - version = "1.0.3.1"; - sha256 = "0kvsk0lfhg29dy5qlays9xbd5h9as01mcdbdx2ingx94br6d3h5r"; - libraryHaskellDepends = [ - aeson base hashable hslua scientific text unordered-containers - vector - ]; - testHaskellDepends = [ - aeson base bytestring hashable hslua hspec HUnit ieee754 QuickCheck - quickcheck-instances scientific text unordered-containers vector - ]; - description = "Allow aeson data types to be used with lua"; - license = lib.licenses.mit; - }) {}; - - "hslua-aeson_2_1_0" = callPackage ({ mkDerivation, aeson, base, bytestring, containers, hashable , hslua-core, hslua-marshalling, mtl, QuickCheck , quickcheck-instances, scientific, tasty, tasty-quickcheck, text @@ -144869,7 +141178,6 @@ self: { ]; description = "Allow aeson data types to be used with Lua"; license = lib.licenses.mit; - hydraPlatforms = lib.platforms.none; }) {}; "hslua-classes" = callPackage @@ -144956,22 +141264,6 @@ self: { }) {}; "hslua-module-doclayout" = callPackage - ({ mkDerivation, base, doclayout, hslua, tasty, tasty-hunit - , tasty-lua, text - }: - mkDerivation { - pname = "hslua-module-doclayout"; - version = "0.2.0.1"; - sha256 = "1fwzx85lv2547gs42lp7mx9w7b0vl4hpc0ql7ip5yqp17q58a08y"; - libraryHaskellDepends = [ base doclayout hslua text ]; - testHaskellDepends = [ - base doclayout hslua tasty tasty-hunit tasty-lua - ]; - description = "Lua module wrapping Text.DocLayout."; - license = lib.licenses.mit; - }) {}; - - "hslua-module-doclayout_1_0_2" = callPackage ({ mkDerivation, base, doclayout, hslua, tasty, tasty-hunit , tasty-lua, text }: @@ -144985,26 +141277,9 @@ self: { ]; description = "Lua module wrapping Text.DocLayout."; license = lib.licenses.mit; - hydraPlatforms = lib.platforms.none; }) {}; "hslua-module-path" = callPackage - ({ mkDerivation, base, filepath, hslua, tasty, tasty-hunit - , tasty-lua, text - }: - mkDerivation { - pname = "hslua-module-path"; - version = "0.1.0.1"; - sha256 = "1zxfljcn74rky26ijqmba6grpj0h9plgr47wxdaf7gcz1y8dhn68"; - libraryHaskellDepends = [ base filepath hslua text ]; - testHaskellDepends = [ - base filepath hslua tasty tasty-hunit tasty-lua text - ]; - description = "Lua module to work with file paths"; - license = lib.licenses.mit; - }) {}; - - "hslua-module-path_1_0_1" = callPackage ({ mkDerivation, base, filepath, hslua-core, hslua-marshalling , hslua-packaging, tasty, tasty-hunit, tasty-lua, text }: @@ -145023,28 +141298,9 @@ self: { ]; description = "Lua module to work with file paths"; license = lib.licenses.mit; - hydraPlatforms = lib.platforms.none; }) {}; "hslua-module-system" = callPackage - ({ mkDerivation, base, containers, directory, exceptions, hslua - , tasty, tasty-hunit, tasty-lua, temporary, text - }: - mkDerivation { - pname = "hslua-module-system"; - version = "0.2.2.1"; - sha256 = "0hk2splyasbplnggknjhlb423axc5b32xq8aq8zal4vvwlqhzvf1"; - libraryHaskellDepends = [ - base containers directory exceptions hslua temporary - ]; - testHaskellDepends = [ - base hslua tasty tasty-hunit tasty-lua text - ]; - description = "Lua module wrapper around Haskell's System module"; - license = lib.licenses.mit; - }) {}; - - "hslua-module-system_1_0_1" = callPackage ({ mkDerivation, base, directory, exceptions, hslua-core , hslua-marshalling, hslua-packaging, tasty, tasty-hunit, tasty-lua , temporary, text @@ -145064,28 +141320,9 @@ self: { ]; description = "Lua module wrapper around Haskell's System module"; license = lib.licenses.mit; - hydraPlatforms = lib.platforms.none; }) {}; "hslua-module-text" = callPackage - ({ mkDerivation, base, bytestring, hslua, tasty, tasty-hunit - , tasty-lua, text - }: - mkDerivation { - pname = "hslua-module-text"; - version = "0.3.0.1"; - sha256 = "1vmd15n905i2pcsx748hz3h9kv5nnv74y663rj57q8mp0b40cbfl"; - revision = "1"; - editedCabalFile = "04y4rjfgzsz3q3m2d7ph97ligxlld74v6vhhmncj0riyxdfvy6p9"; - libraryHaskellDepends = [ base bytestring hslua text ]; - testHaskellDepends = [ - base hslua tasty tasty-hunit tasty-lua text - ]; - description = "Lua module for text"; - license = lib.licenses.mit; - }) {}; - - "hslua-module-text_1_0_1" = callPackage ({ mkDerivation, base, hslua-core, hslua-marshalling , hslua-packaging, tasty, tasty-hunit, tasty-lua, text }: @@ -145103,7 +141340,6 @@ self: { ]; description = "Lua module for text"; license = lib.licenses.mit; - hydraPlatforms = lib.platforms.none; }) {}; "hslua-module-version" = callPackage @@ -145531,8 +141767,8 @@ self: { }: mkDerivation { pname = "hspec"; - version = "2.7.10"; - sha256 = "0z0lwrmrqkglr78n6k2c36n4h68142bh785ys0x4jaibjshvs6rw"; + version = "2.8.5"; + sha256 = "0s6nc0nvf3qr2qdam12m6b8qixwzms0m2r9xwjx71dkjwg7nnga1"; libraryHaskellDepends = [ base hspec-core hspec-discover hspec-expectations QuickCheck ]; @@ -145612,25 +141848,26 @@ self: { }) {}; "hspec-core" = callPackage - ({ mkDerivation, ansi-terminal, array, base, call-stack, clock - , deepseq, directory, filepath, hspec-expectations, hspec-meta - , HUnit, process, QuickCheck, quickcheck-io, random, setenv - , silently, stm, temporary, tf-random, transformers + ({ mkDerivation, ansi-terminal, array, base, base-orphans + , call-stack, clock, deepseq, directory, filepath + , hspec-expectations, hspec-meta, HUnit, process, QuickCheck + , quickcheck-io, random, setenv, silently, stm, temporary + , tf-random, transformers }: mkDerivation { pname = "hspec-core"; - version = "2.7.10"; - sha256 = "12k9yp5gznrda449ir60d5wv3xl7nnyffkb5mhfc0svw9f8lxlv1"; + version = "2.8.5"; + sha256 = "0hy3qw7qvix5899hkq96mqda2ridif2g3mwdn8sxg2wlhbcvzfjm"; libraryHaskellDepends = [ ansi-terminal array base call-stack clock deepseq directory filepath hspec-expectations HUnit QuickCheck quickcheck-io random setenv stm tf-random transformers ]; testHaskellDepends = [ - ansi-terminal array base call-stack clock deepseq directory - filepath hspec-expectations hspec-meta HUnit process QuickCheck - quickcheck-io random setenv silently stm temporary tf-random - transformers + ansi-terminal array base base-orphans call-stack clock deepseq + directory filepath hspec-expectations hspec-meta HUnit process + QuickCheck quickcheck-io random setenv silently stm temporary + tf-random transformers ]; testToolDepends = [ hspec-meta ]; testTarget = "--test-option=--skip --test-option='Test.Hspec.Core.Runner.hspecResult runs specs in parallel'"; @@ -145686,18 +141923,19 @@ self: { }) {}; "hspec-discover" = callPackage - ({ mkDerivation, base, directory, filepath, hspec-meta, QuickCheck + ({ mkDerivation, base, directory, filepath, hspec-meta, mockery + , QuickCheck }: mkDerivation { pname = "hspec-discover"; - version = "2.7.10"; - sha256 = "13yzvd3b679skvs1insk4s0wc4zvmz6hs38kc8q0j6vzqq06smqa"; + version = "2.8.5"; + sha256 = "031nay0zmzvpiax3wa990qj74sqrh27vq1lljiamwbzr3b68vy04"; isLibrary = true; isExecutable = true; libraryHaskellDepends = [ base directory filepath ]; executableHaskellDepends = [ base directory filepath ]; testHaskellDepends = [ - base directory filepath hspec-meta QuickCheck + base directory filepath hspec-meta mockery QuickCheck ]; testToolDepends = [ hspec-meta ]; description = "Automatically discover and run Hspec tests"; @@ -145740,23 +141978,6 @@ self: { }) {}; "hspec-expectations-json" = callPackage - ({ mkDerivation, aeson, aeson-pretty, aeson-qq, base, Diff, hspec - , HUnit, scientific, text, unordered-containers, vector - }: - mkDerivation { - pname = "hspec-expectations-json"; - version = "1.0.0.4"; - sha256 = "1m244ypfr4cg2jll3ackn9khm8zwdp1yp7hf4b24bfzws0qmb1b7"; - libraryHaskellDepends = [ - aeson aeson-pretty base Diff HUnit scientific text - unordered-containers vector - ]; - testHaskellDepends = [ aeson-qq base hspec ]; - description = "Hspec expectations for JSON Values"; - license = lib.licenses.mit; - }) {}; - - "hspec-expectations-json_1_0_0_5" = callPackage ({ mkDerivation, aeson, aeson-pretty, aeson-qq, base, Diff, hspec , HUnit, scientific, text, vector }: @@ -145770,7 +141991,6 @@ self: { testHaskellDepends = [ aeson-qq base hspec ]; description = "Hspec expectations for JSON Values"; license = lib.licenses.mit; - hydraPlatforms = lib.platforms.none; }) {}; "hspec-expectations-lens" = callPackage @@ -145866,23 +142086,6 @@ self: { }) {}; "hspec-golden" = callPackage - ({ mkDerivation, base, directory, hspec, hspec-core - , optparse-applicative, silently - }: - mkDerivation { - pname = "hspec-golden"; - version = "0.1.0.3"; - sha256 = "1d5ab34n0f1wk1q86qlb7x2b49abzzh08jh7j52nbrvnxld2j64l"; - isLibrary = true; - isExecutable = true; - libraryHaskellDepends = [ base directory hspec-core ]; - executableHaskellDepends = [ base directory optparse-applicative ]; - testHaskellDepends = [ base directory hspec hspec-core silently ]; - description = "Golden tests for hspec"; - license = lib.licenses.mit; - }) {}; - - "hspec-golden_0_2_0_0" = callPackage ({ mkDerivation, base, directory, filepath, hspec, hspec-core , optparse-applicative, silently }: @@ -145897,31 +142100,9 @@ self: { testHaskellDepends = [ base directory hspec hspec-core silently ]; description = "Golden tests for hspec"; license = lib.licenses.mit; - hydraPlatforms = lib.platforms.none; }) {}; "hspec-golden-aeson" = callPackage - ({ mkDerivation, aeson, aeson-pretty, base, bytestring, directory - , filepath, hspec, hspec-core, QuickCheck, quickcheck-arbitrary-adt - , random, silently, transformers - }: - mkDerivation { - pname = "hspec-golden-aeson"; - version = "0.7.0.0"; - sha256 = "18jc992dhln1v5sfg8yjfsm2i5c7c38ph3bxrjxgc9bl7fzcsk0i"; - libraryHaskellDepends = [ - aeson aeson-pretty base bytestring directory filepath hspec - QuickCheck quickcheck-arbitrary-adt random transformers - ]; - testHaskellDepends = [ - aeson base directory hspec hspec-core QuickCheck - quickcheck-arbitrary-adt silently transformers - ]; - description = "Use tests to monitor changes in Aeson serialization"; - license = lib.licenses.bsd3; - }) {}; - - "hspec-golden-aeson_0_9_0_0" = callPackage ({ mkDerivation, aeson, aeson-pretty, base, bytestring, directory , filepath, hspec, hspec-core, HUnit, QuickCheck , quickcheck-arbitrary-adt, random, silently, transformers @@ -145940,7 +142121,6 @@ self: { ]; description = "Use tests to monitor changes in Aeson serialization"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; }) {}; "hspec-hashable" = callPackage @@ -145991,18 +142171,23 @@ self: { }) {}; "hspec-junit-formatter" = callPackage - ({ mkDerivation, base, conduit, directory, exceptions, hashable - , hspec, hspec-core, resourcet, temporary, text, xml-conduit - , xml-types + ({ mkDerivation, base, conduit, containers, directory, exceptions + , filepath, hspec, hspec-core, markdown-unlit, temporary, text + , time, xml-conduit, xml-types }: mkDerivation { pname = "hspec-junit-formatter"; - version = "1.0.0.5"; - sha256 = "0s5k3svkhzn0l2r39vvs50d8hfqljal04l2cx3c5ymnkjfi49mdv"; + version = "1.0.3.0"; + sha256 = "06003bw98bp9jl379463x1bk3ds30spsmg9h4lvr367k6diyi6ax"; libraryHaskellDepends = [ - base conduit directory exceptions hashable hspec hspec-core - resourcet temporary text xml-conduit xml-types + base conduit containers directory exceptions filepath hspec-core + text time xml-conduit xml-types ]; + testHaskellDepends = [ + base containers filepath hspec hspec-core markdown-unlit temporary + text xml-conduit + ]; + testToolDepends = [ markdown-unlit ]; description = "A JUnit XML runner/formatter for hspec"; license = lib.licenses.mit; }) {}; @@ -146417,29 +142602,6 @@ self: { }) {}; "hspec-wai" = callPackage - ({ mkDerivation, base, base-compat, bytestring, case-insensitive - , hspec, hspec-core, hspec-expectations, http-types, QuickCheck - , text, transformers, wai, wai-extra - }: - mkDerivation { - pname = "hspec-wai"; - version = "0.11.0"; - sha256 = "0fk23vrs5apjy11z47mply2kay3n193gnyrbb9fkpwvmxyhxlp0x"; - libraryHaskellDepends = [ - base base-compat bytestring case-insensitive hspec-core - hspec-expectations http-types QuickCheck text transformers wai - wai-extra - ]; - testHaskellDepends = [ - base base-compat bytestring case-insensitive hspec hspec-core - hspec-expectations http-types QuickCheck text transformers wai - wai-extra - ]; - description = "Experimental Hspec support for testing WAI applications"; - license = lib.licenses.mit; - }) {}; - - "hspec-wai_0_11_1" = callPackage ({ mkDerivation, base, base-compat, bytestring, case-insensitive , hspec, hspec-core, hspec-expectations, http-types, QuickCheck , text, transformers, wai, wai-extra @@ -146460,7 +142622,6 @@ self: { ]; description = "Experimental Hspec support for testing WAI applications"; license = lib.licenses.mit; - hydraPlatforms = lib.platforms.none; }) {}; "hspec-wai-json" = callPackage @@ -148118,31 +144279,6 @@ self: { }) {}; "http-api-data" = callPackage - ({ mkDerivation, attoparsec, attoparsec-iso8601, base, base-compat - , bytestring, containers, cookie, hashable, hspec, hspec-discover - , http-types, HUnit, nats, QuickCheck, quickcheck-instances, tagged - , text, time-compat, transformers, unordered-containers, uuid-types - }: - mkDerivation { - pname = "http-api-data"; - version = "0.4.2"; - sha256 = "0xzfvxxh33ivlnrnzmm19cni3jgb5ph18n9hykkw3d6l3rhwzcnl"; - libraryHaskellDepends = [ - attoparsec attoparsec-iso8601 base base-compat bytestring - containers cookie hashable http-types tagged text time-compat - transformers unordered-containers uuid-types - ]; - testHaskellDepends = [ - base base-compat bytestring cookie hspec HUnit nats QuickCheck - quickcheck-instances text time-compat unordered-containers - uuid-types - ]; - testToolDepends = [ hspec-discover ]; - description = "Converting to/from HTTP API data like URL pieces, headers and query parameters"; - license = lib.licenses.bsd3; - }) {}; - - "http-api-data_0_4_3" = callPackage ({ mkDerivation, attoparsec, attoparsec-iso8601, base, base-compat , bytestring, containers, cookie, hashable, hspec, hspec-discover , http-types, HUnit, QuickCheck, quickcheck-instances, tagged, text @@ -148167,7 +144303,6 @@ self: { testToolDepends = [ hspec-discover ]; description = "Converting to/from HTTP API data like URL pieces, headers and query parameters"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; }) {}; "http-api-data-qq" = callPackage @@ -148204,33 +144339,6 @@ self: { }) {}; "http-client" = callPackage - ({ mkDerivation, array, async, base, blaze-builder, bytestring - , case-insensitive, containers, cookie, deepseq, directory - , exceptions, filepath, ghc-prim, hspec, http-types, memory - , mime-types, monad-control, network, network-uri, random, stm - , streaming-commons, text, time, transformers, zlib - }: - mkDerivation { - pname = "http-client"; - version = "0.6.4.1"; - sha256 = "1y12xfh6xvsfvyapbssmgrpjz025rmyccprbnmzhs0y1cmlz6hjp"; - libraryHaskellDepends = [ - array base blaze-builder bytestring case-insensitive containers - cookie deepseq exceptions filepath ghc-prim http-types memory - mime-types network network-uri random stm streaming-commons text - time transformers - ]; - testHaskellDepends = [ - async base blaze-builder bytestring case-insensitive containers - deepseq directory hspec http-types monad-control network - network-uri streaming-commons text time transformers zlib - ]; - doCheck = false; - description = "An HTTP client engine"; - license = lib.licenses.mit; - }) {}; - - "http-client_0_7_11" = callPackage ({ mkDerivation, array, async, base, base64-bytestring , blaze-builder, bytestring, case-insensitive, containers, cookie , deepseq, directory, exceptions, filepath, ghc-prim, hspec @@ -148242,6 +144350,8 @@ self: { pname = "http-client"; version = "0.7.11"; sha256 = "12j7vkpkm2djws6ny7vm2324c7916d0iaf1mbvf4mfjxzy2w7imv"; + revision = "1"; + editedCabalFile = "0rqrhx4cjqcqhcfad6sjc0wl2anzs6h4186xdj26hdrazs7sqn9z"; libraryHaskellDepends = [ array async base base64-bytestring blaze-builder bytestring case-insensitive containers cookie deepseq exceptions filepath @@ -148257,7 +144367,6 @@ self: { doCheck = false; description = "An HTTP client engine"; license = lib.licenses.mit; - hydraPlatforms = lib.platforms.none; }) {}; "http-client-auth" = callPackage @@ -148340,25 +144449,6 @@ self: { }) {}; "http-client-openssl" = callPackage - ({ mkDerivation, base, bytestring, HsOpenSSL, HsOpenSSL-x509-system - , hspec, http-client, http-types, network - }: - mkDerivation { - pname = "http-client-openssl"; - version = "0.3.2.0"; - sha256 = "114aci8nvbzvhscla6172y7s47yp689rslhg8h7y3hmkh2zq7r65"; - libraryHaskellDepends = [ - base bytestring HsOpenSSL HsOpenSSL-x509-system http-client network - ]; - testHaskellDepends = [ - base HsOpenSSL hspec http-client http-types - ]; - doCheck = false; - description = "http-client backend using the OpenSSL library"; - license = lib.licenses.mit; - }) {}; - - "http-client-openssl_0_3_3" = callPackage ({ mkDerivation, base, bytestring, HsOpenSSL, HsOpenSSL-x509-system , hspec, http-client, http-types, network }: @@ -148377,7 +144467,6 @@ self: { doCheck = false; description = "http-client backend using the OpenSSL library"; license = lib.licenses.mit; - hydraPlatforms = lib.platforms.none; }) {}; "http-client-overrides" = callPackage @@ -148489,32 +144578,6 @@ self: { }) {}; "http-client-tls" = callPackage - ({ mkDerivation, base, bytestring, case-insensitive, connection - , containers, cryptonite, data-default-class, exceptions, gauge - , hspec, http-client, http-types, memory, network, network-uri - , text, tls, transformers - }: - mkDerivation { - pname = "http-client-tls"; - version = "0.3.5.3"; - sha256 = "0qj3pcpgbsfsc4m52dz35khhl4hf1i0nmcpa445z82d9567vy6j7"; - revision = "1"; - editedCabalFile = "0llb5k8mz1h6zyv1nd433wwgyjsw7n8x0b1fwib312iiws43sz69"; - libraryHaskellDepends = [ - base bytestring case-insensitive connection containers cryptonite - data-default-class exceptions http-client http-types memory network - network-uri text tls transformers - ]; - testHaskellDepends = [ - base connection hspec http-client http-types - ]; - benchmarkHaskellDepends = [ base gauge http-client ]; - doCheck = false; - description = "http-client backend using the connection package and tls library"; - license = lib.licenses.mit; - }) {}; - - "http-client-tls_0_3_6_1" = callPackage ({ mkDerivation, base, bytestring, case-insensitive, connection , containers, cryptonite, data-default-class, exceptions, gauge , hspec, http-client, http-types, memory, network, network-uri @@ -148536,7 +144599,6 @@ self: { doCheck = false; description = "http-client backend using the connection package and tls library"; license = lib.licenses.mit; - hydraPlatforms = lib.platforms.none; }) {}; "http-client-websockets" = callPackage @@ -148798,6 +144860,8 @@ self: { pname = "http-io-streams"; version = "0.1.6.0"; sha256 = "03wndmw1pblnjqhni76s5lyyw3l8zbl1csydzl8bp0h1g5vmfpmp"; + revision = "1"; + editedCabalFile = "07pml4sb0vgaivmfshsls7s44czixksrv0s3jwn7d8i2zqb2370k"; libraryHaskellDepends = [ attoparsec base base64-bytestring binary blaze-builder brotli-streams bytestring case-insensitive containers @@ -149079,6 +145143,22 @@ self: { license = lib.licenses.bsd3; }) {}; + "http-query_0_1_3" = callPackage + ({ mkDerivation, aeson, base, bytestring, http-conduit, network-uri + , text + }: + mkDerivation { + pname = "http-query"; + version = "0.1.3"; + sha256 = "1z0mj12yxbflh0f523liqdbi0i6xz8zraz3lzlpfyl5kfp96jrfk"; + libraryHaskellDepends = [ + aeson base bytestring http-conduit network-uri text + ]; + description = "Simple http queries"; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + }) {}; + "http-querystring" = callPackage ({ mkDerivation, base, bytestring, containers, doctest, hspec , http-types, QuickCheck @@ -149293,40 +145373,6 @@ self: { }) {}; "http2" = callPackage - ({ mkDerivation, aeson, aeson-pretty, array, async, base - , base16-bytestring, bytestring, case-insensitive, containers - , cryptonite, directory, filepath, gauge, Glob, heaps, hspec - , hspec-discover, http-types, mwc-random, network - , network-byte-order, network-run, psqueues, stm, text - , time-manager, typed-process, unix-time, unordered-containers - , vector - }: - mkDerivation { - pname = "http2"; - version = "3.0.2"; - sha256 = "13c2z35gdimncgpyg5dn5cpjvd83rbrigc8b40crg36678m0k0d1"; - isLibrary = true; - isExecutable = true; - libraryHaskellDepends = [ - array base bytestring case-insensitive containers http-types - network network-byte-order psqueues stm time-manager unix-time - ]; - testHaskellDepends = [ - aeson aeson-pretty async base base16-bytestring bytestring - cryptonite directory filepath Glob hspec http-types - network-byte-order network-run text typed-process - unordered-containers vector - ]; - testToolDepends = [ hspec-discover ]; - benchmarkHaskellDepends = [ - array base bytestring case-insensitive containers gauge heaps - mwc-random network-byte-order psqueues stm - ]; - description = "HTTP/2 library"; - license = lib.licenses.bsd3; - }) {}; - - "http2_3_0_3" = callPackage ({ mkDerivation, aeson, aeson-pretty, array, async, base , base16-bytestring, bytestring, case-insensitive, containers , cryptonite, directory, filepath, gauge, Glob, heaps, hspec @@ -149358,7 +145404,6 @@ self: { ]; description = "HTTP/2 library"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; }) {}; "http2-client" = callPackage @@ -150311,25 +146356,6 @@ self: { }) {}; "hvega" = callPackage - ({ mkDerivation, aeson, aeson-pretty, base, bytestring, containers - , filepath, tasty, tasty-golden, text, unordered-containers - }: - mkDerivation { - pname = "hvega"; - version = "0.11.0.1"; - sha256 = "13w2637ylmmwv4kylf1rc2rvd85281a50p82x3888bc1cnzv536x"; - isLibrary = true; - isExecutable = true; - libraryHaskellDepends = [ aeson base text unordered-containers ]; - testHaskellDepends = [ - aeson aeson-pretty base bytestring containers filepath tasty - tasty-golden text unordered-containers - ]; - description = "Create Vega-Lite visualizations (version 4) in Haskell"; - license = lib.licenses.bsd3; - }) {}; - - "hvega_0_12_0_2" = callPackage ({ mkDerivation, aeson, aeson-pretty, base, bytestring, containers , filepath, tasty, tasty-golden, text, unordered-containers }: @@ -150346,7 +146372,6 @@ self: { ]; description = "Create Vega-Lite visualizations (version 4) in Haskell"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; }) {}; "hvega-theme" = callPackage @@ -154974,17 +150999,6 @@ self: { }) {}; "inbox" = callPackage - ({ mkDerivation, async, base, error-or, text, time }: - mkDerivation { - pname = "inbox"; - version = "0.1.0"; - sha256 = "12012di97775da8ijv0qjwaxls36kvly0j7nvqqj15ai3kf9yarq"; - libraryHaskellDepends = [ async base error-or text time ]; - description = "Inbox for asychronous messages"; - license = lib.licenses.bsd3; - }) {}; - - "inbox_0_2_0" = callPackage ({ mkDerivation, async, base, error-or, text, time }: mkDerivation { pname = "inbox"; @@ -154993,7 +151007,6 @@ self: { libraryHaskellDepends = [ async base error-or text time ]; description = "Inbox for asychronous messages"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; }) {}; "inc-ref" = callPackage @@ -155431,30 +151444,6 @@ self: { }) {}; "indexed-traversable-instances" = callPackage - ({ mkDerivation, base, containers, criterion, indexed-traversable - , QuickCheck, quickcheck-instances, tagged, tasty, tasty-quickcheck - , transformers, unordered-containers, vector - }: - mkDerivation { - pname = "indexed-traversable-instances"; - version = "0.1"; - sha256 = "1p38mssyajhwgc7ljnr31q6g18dxbv8r88z1r188xd82g6049v7s"; - libraryHaskellDepends = [ - base indexed-traversable tagged unordered-containers vector - ]; - testHaskellDepends = [ - base containers indexed-traversable QuickCheck quickcheck-instances - tasty tasty-quickcheck transformers unordered-containers vector - ]; - benchmarkHaskellDepends = [ - base containers criterion indexed-traversable unordered-containers - vector - ]; - description = "More instances of FunctorWithIndex, FoldableWithIndex, TraversableWithIndex"; - license = lib.licenses.bsd2; - }) {}; - - "indexed-traversable-instances_0_1_1" = callPackage ({ mkDerivation, base, containers, criterion, indexed-traversable , OneTuple, QuickCheck, quickcheck-instances, tagged, tasty , tasty-quickcheck, transformers, unordered-containers, vector @@ -155478,7 +151467,6 @@ self: { ]; description = "More instances of FunctorWithIndex, FoldableWithIndex, TraversableWithIndex"; license = lib.licenses.bsd2; - hydraPlatforms = lib.platforms.none; }) {}; "indextype" = callPackage @@ -156533,7 +152521,7 @@ self: { }) {}; "integer-logarithms" = callPackage - ({ mkDerivation, array, base, ghc-prim, integer-gmp, QuickCheck + ({ mkDerivation, array, base, ghc-bignum, ghc-prim, QuickCheck , smallcheck, tasty, tasty-hunit, tasty-quickcheck , tasty-smallcheck }: @@ -156543,7 +152531,7 @@ self: { sha256 = "0zzapclfabc76g8jzsbsqwdllx2zn0gp4raq076ib6v0mfgry2lv"; revision = "2"; editedCabalFile = "1nciavqjkv0yqh7xy20666srm92ip520bnhnhwkwaaabdzn12pmn"; - libraryHaskellDepends = [ array base ghc-prim integer-gmp ]; + libraryHaskellDepends = [ array base ghc-bignum ghc-prim ]; testHaskellDepends = [ base QuickCheck smallcheck tasty tasty-hunit tasty-quickcheck tasty-smallcheck @@ -156565,14 +152553,14 @@ self: { }) {}; "integer-roots" = callPackage - ({ mkDerivation, base, doctest, integer-gmp, smallcheck, tasty + ({ mkDerivation, base, doctest, ghc-bignum, smallcheck, tasty , tasty-hunit, tasty-quickcheck, tasty-smallcheck }: mkDerivation { pname = "integer-roots"; version = "1.0.2.0"; sha256 = "15sn3jgm8axm8f9z02aj3xdf318qwwc5qfc8b4r0n7hfr1jgrqs5"; - libraryHaskellDepends = [ base integer-gmp ]; + libraryHaskellDepends = [ base ghc-bignum ]; testHaskellDepends = [ base doctest smallcheck tasty tasty-hunit tasty-quickcheck tasty-smallcheck @@ -157404,8 +153392,8 @@ self: { pname = "invertible-grammar"; version = "0.1.3.2"; sha256 = "14i0xf5j01j6ayvxix32qr2m0bz3818q26z3b4xyw41ikbhxmkp2"; - revision = "1"; - editedCabalFile = "0h3m4i3myp1vv9arw4v0yy88ddwgynyna2s86kvfa9sjljb6nbqh"; + revision = "2"; + editedCabalFile = "0qcdc7sl4s53f682lfpisw5rknb9qap1c7qp00sl4a8qx39w101w"; libraryHaskellDepends = [ base bifunctors containers mtl prettyprinter profunctors semigroups tagged template-haskell text transformers @@ -158087,27 +154075,6 @@ self: { }) {}; "ipynb" = callPackage - ({ mkDerivation, aeson, base, base64-bytestring, bytestring - , containers, directory, filepath, microlens, microlens-aeson - , tasty, tasty-hunit, text, unordered-containers - }: - mkDerivation { - pname = "ipynb"; - version = "0.1.0.2"; - sha256 = "0qky4l5aaiq7ypwbxh0mr7s572290fi596f18dg68qpyzc49a9kx"; - libraryHaskellDepends = [ - aeson base base64-bytestring bytestring containers text - unordered-containers - ]; - testHaskellDepends = [ - aeson base bytestring directory filepath microlens microlens-aeson - tasty tasty-hunit text - ]; - description = "Data structure for working with Jupyter notebooks (ipynb)"; - license = lib.licenses.bsd3; - }) {}; - - "ipynb_0_2" = callPackage ({ mkDerivation, aeson, base, base64-bytestring, bytestring , containers, directory, filepath, microlens, microlens-aeson , tasty, tasty-hunit, text, unordered-containers @@ -158128,7 +154095,6 @@ self: { ]; description = "Data structure for working with Jupyter notebooks (ipynb)"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; }) {}; "ipython-kernel" = callPackage @@ -160726,36 +156692,6 @@ self: { }) {}; "jose" = callPackage - ({ mkDerivation, aeson, attoparsec, base, base64-bytestring - , bytestring, concise, containers, cryptonite, hspec, lens, memory - , monad-time, mtl, network-uri, pem, QuickCheck - , quickcheck-instances, safe, tasty, tasty-hspec, tasty-quickcheck - , template-haskell, text, time, unordered-containers, vector, x509 - }: - mkDerivation { - pname = "jose"; - version = "0.8.4"; - sha256 = "0xs4r4znbgfc407q3zndhffk6l9m57wml29pcwyqywd5i3xl5pyb"; - isLibrary = true; - isExecutable = true; - libraryHaskellDepends = [ - aeson attoparsec base base64-bytestring bytestring concise - containers cryptonite lens memory monad-time mtl network-uri - QuickCheck quickcheck-instances safe template-haskell text time - unordered-containers vector x509 - ]; - testHaskellDepends = [ - aeson attoparsec base base64-bytestring bytestring concise - containers cryptonite hspec lens memory monad-time mtl network-uri - pem QuickCheck quickcheck-instances safe tasty tasty-hspec - tasty-quickcheck template-haskell text time unordered-containers - vector x509 - ]; - description = "Javascript Object Signing and Encryption and JSON Web Token library"; - license = lib.licenses.asl20; - }) {}; - - "jose_0_9" = callPackage ({ mkDerivation, aeson, base, base64-bytestring, bytestring , concise, containers, cryptonite, hspec, lens, memory, monad-time , mtl, network-uri, pem, QuickCheck, quickcheck-instances, tasty @@ -160780,7 +156716,6 @@ self: { ]; description = "JSON Object Signing and Encryption (JOSE) and JSON Web Token (JWT) library"; license = lib.licenses.asl20; - hydraPlatforms = lib.platforms.none; }) {}; "jose-jwt" = callPackage @@ -161409,22 +157344,6 @@ self: { }) {}; "json-feed" = callPackage - ({ mkDerivation, aeson, base, bytestring, filepath, hspec - , mime-types, network-uri, tagsoup, text, time - }: - mkDerivation { - pname = "json-feed"; - version = "1.0.15"; - sha256 = "1hnppgsp9s26yxjq5ha4znfgw2g1ibjrhp55qw3wh58ljlcz8qpp"; - libraryHaskellDepends = [ - aeson base bytestring mime-types network-uri tagsoup text time - ]; - testHaskellDepends = [ base bytestring filepath hspec ]; - description = "JSON Feed"; - license = lib.licenses.mit; - }) {}; - - "json-feed_2_0_0_0" = callPackage ({ mkDerivation, aeson, base, bytestring, filepath, hspec , mime-types, network-uri, tagsoup, text, time }: @@ -161441,7 +157360,6 @@ self: { ]; description = "JSON Feed"; license = lib.licenses.mit; - hydraPlatforms = lib.platforms.none; }) {}; "json-fu" = callPackage @@ -162086,26 +158004,6 @@ self: { }) {}; "jsonifier" = callPackage - ({ mkDerivation, aeson, base, buffer-builder, bytestring, gauge - , hedgehog, numeric-limits, ptr-poker, rerebase, scientific, text - , text-builder - }: - mkDerivation { - pname = "jsonifier"; - version = "0.1.1"; - sha256 = "09w92adnjskx7cxyki415nqxdzqfz78rcqisk1g862r92907ibwf"; - libraryHaskellDepends = [ - base bytestring ptr-poker scientific text - ]; - testHaskellDepends = [ aeson hedgehog numeric-limits rerebase ]; - benchmarkHaskellDepends = [ - aeson buffer-builder gauge rerebase text-builder - ]; - description = "Fast and simple JSON encoding toolkit"; - license = lib.licenses.mit; - }) {}; - - "jsonifier_0_2" = callPackage ({ mkDerivation, aeson, base, buffer-builder, bytestring, gauge , hedgehog, numeric-limits, ptr-poker, rerebase, scientific, text , text-builder @@ -162123,7 +158021,6 @@ self: { ]; description = "Fast and simple JSON encoding toolkit"; license = lib.licenses.mit; - hydraPlatforms = lib.platforms.none; }) {}; "jsonnet" = callPackage @@ -162165,27 +158062,6 @@ self: { }) {}; "jsonpath" = callPackage - ({ mkDerivation, aeson, aeson-casing, attoparsec, base, bytestring - , file-embed, hspec, hspec-attoparsec, hspec-discover, text - , unordered-containers, vector - }: - mkDerivation { - pname = "jsonpath"; - version = "0.2.0.0"; - sha256 = "1gabkpag3ivxnxmd519411qmly3bcdcsan7kfqclgd49bi1i5jvv"; - libraryHaskellDepends = [ - aeson attoparsec base text unordered-containers vector - ]; - testHaskellDepends = [ - aeson aeson-casing attoparsec base bytestring file-embed hspec - hspec-attoparsec text unordered-containers vector - ]; - testToolDepends = [ hspec-discover ]; - description = "Library to parse and execute JSONPath"; - license = lib.licenses.bsd3; - }) {}; - - "jsonpath_0_2_1_0" = callPackage ({ mkDerivation, aeson, aeson-casing, attoparsec, base, bytestring , file-embed, hspec, hspec-attoparsec, hspec-discover, text , unordered-containers, vector @@ -162204,7 +158080,6 @@ self: { testToolDepends = [ hspec-discover ]; description = "Library to parse and execute JSONPath"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; }) {}; "jsonresume" = callPackage @@ -162762,32 +158637,6 @@ self: { }) {}; "jwt" = callPackage - ({ mkDerivation, aeson, base, bytestring, containers, cryptonite - , doctest, http-types, HUnit, lens, lens-aeson, memory, network-uri - , QuickCheck, scientific, semigroups, tasty, tasty-hunit - , tasty-quickcheck, tasty-th, text, time, unordered-containers - , vector, x509, x509-store - }: - mkDerivation { - pname = "jwt"; - version = "0.10.1"; - sha256 = "02nymdz8yrvq4vw41ah5qmb4rn01xf300d7vz18j4nif55viag4z"; - libraryHaskellDepends = [ - aeson base bytestring containers cryptonite http-types memory - network-uri scientific semigroups text time unordered-containers - vector x509 x509-store - ]; - testHaskellDepends = [ - aeson base bytestring containers cryptonite doctest http-types - HUnit lens lens-aeson memory network-uri QuickCheck scientific - semigroups tasty tasty-hunit tasty-quickcheck tasty-th text time - unordered-containers vector x509 x509-store - ]; - description = "JSON Web Token (JWT) decoding and encoding"; - license = lib.licenses.mit; - }) {}; - - "jwt_0_11_0" = callPackage ({ mkDerivation, aeson, base, bytestring, containers, cryptonite , cryptostore, doctest, http-types, HUnit, lens, lens-aeson, memory , network-uri, QuickCheck, scientific, semigroups, tasty @@ -162813,7 +158662,6 @@ self: { ]; description = "JSON Web Token (JWT) decoding and encoding"; license = lib.licenses.mit; - hydraPlatforms = lib.platforms.none; }) {}; "kademlia" = callPackage @@ -163075,32 +158923,6 @@ self: { }) {}; "kanji" = callPackage - ({ mkDerivation, aeson, aeson-pretty, base, containers, criterion - , deepseq, hashable, HUnit-approx, microlens, microlens-aeson - , optparse-applicative, tasty, tasty-hunit, text, transformers - }: - mkDerivation { - pname = "kanji"; - version = "3.4.1"; - sha256 = "1pgzmwn738yl2ac7al0fzr8cabp8gh1qzbhhi0ylxy4x6s90ll2r"; - isLibrary = true; - isExecutable = true; - libraryHaskellDepends = [ - aeson base containers deepseq hashable text - ]; - executableHaskellDepends = [ - aeson aeson-pretty base containers microlens microlens-aeson - optparse-applicative text transformers - ]; - testHaskellDepends = [ - aeson base containers HUnit-approx tasty tasty-hunit text - ]; - benchmarkHaskellDepends = [ aeson base containers criterion text ]; - description = "Perform 漢字検定 (Japan Kanji Aptitude Test) level analysis on Japanese Kanji"; - license = lib.licenses.bsd3; - }) {}; - - "kanji_3_5_0" = callPackage ({ mkDerivation, aeson, base, containers, criterion, deepseq , hashable, HUnit-approx, tasty, tasty-hunit, text }: @@ -163117,7 +158939,6 @@ self: { benchmarkHaskellDepends = [ aeson base containers criterion text ]; description = "Perform 漢字検定 (Japan Kanji Aptitude Test) level analysis on Japanese Kanji"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; }) {}; "kansas-comet" = callPackage @@ -165928,18 +161749,6 @@ self: { }) {}; "lackey" = callPackage - ({ mkDerivation, base, hspec, servant, servant-foreign, text }: - mkDerivation { - pname = "lackey"; - version = "1.0.16"; - sha256 = "0m9mx71gg68mb7i7a1zhxvij196k4icq4wknznx33395k0dzki80"; - libraryHaskellDepends = [ base servant servant-foreign text ]; - testHaskellDepends = [ base hspec servant servant-foreign text ]; - description = "Generate Ruby clients from Servant APIs"; - license = lib.licenses.mit; - }) {}; - - "lackey_2_0_0_0" = callPackage ({ mkDerivation, base, hspec, servant, servant-foreign, text }: mkDerivation { pname = "lackey"; @@ -165949,7 +161758,6 @@ self: { testHaskellDepends = [ base hspec servant servant-foreign text ]; description = "Generate Ruby clients from Servant APIs"; license = lib.licenses.mit; - hydraPlatforms = lib.platforms.none; }) {}; "lacroix" = callPackage @@ -167249,28 +163057,6 @@ self: { }) {}; "language-docker" = callPackage - ({ mkDerivation, base, bytestring, containers, data-default-class - , hspec, hspec-megaparsec, HUnit, megaparsec, prettyprinter - , QuickCheck, split, text, time - }: - mkDerivation { - pname = "language-docker"; - version = "10.0.2"; - sha256 = "0x8lwc28j2f4rdk1yfhb4jkkrlvvhj46m0d42yv2f94y6v8adkr8"; - libraryHaskellDepends = [ - base bytestring containers data-default-class megaparsec - prettyprinter split text time - ]; - testHaskellDepends = [ - base bytestring containers data-default-class hspec - hspec-megaparsec HUnit megaparsec prettyprinter QuickCheck split - text time - ]; - description = "Dockerfile parser, pretty-printer and embedded DSL"; - license = lib.licenses.gpl3Only; - }) {}; - - "language-docker_10_4_0" = callPackage ({ mkDerivation, base, bytestring, containers, data-default-class , hspec, hspec-megaparsec, HUnit, megaparsec, prettyprinter , QuickCheck, split, text, time @@ -167290,7 +163076,6 @@ self: { ]; description = "Dockerfile parser, pretty-printer and embedded DSL"; license = lib.licenses.gpl3Only; - hydraPlatforms = lib.platforms.none; }) {}; "language-dockerfile" = callPackage @@ -168271,37 +164056,6 @@ self: { }) {}; "lapack" = callPackage - ({ mkDerivation, base, blas-ffi, blaze-html, boxes, ChasingBottoms - , comfort-array, data-ref, deepseq, doctest-exitcode-stdio - , fixed-length, guarded-allocation, hyper, lapack-ffi, lazyio - , monoid-transformer, netlib-ffi, non-empty, QuickCheck - , quickcheck-transformer, random, semigroups, text, tfp - , transformers, unique-logic-tf, utility-ht - }: - mkDerivation { - pname = "lapack"; - version = "0.3.2"; - sha256 = "12h9k8hx3qpfa3ma24glngpk1x9m8h17qzv86sfq54br19ikz5y0"; - revision = "2"; - editedCabalFile = "13hjcwcpwsgmyj95ddys5ivd7xs7fzlbggx0cyffp79wvm0l81q8"; - isLibrary = true; - isExecutable = true; - libraryHaskellDepends = [ - base blas-ffi blaze-html boxes comfort-array deepseq fixed-length - guarded-allocation hyper lapack-ffi lazyio netlib-ffi non-empty - semigroups text tfp transformers utility-ht - ]; - testHaskellDepends = [ - base ChasingBottoms comfort-array data-ref doctest-exitcode-stdio - monoid-transformer netlib-ffi non-empty QuickCheck - quickcheck-transformer random semigroups tfp transformers - unique-logic-tf utility-ht - ]; - description = "Numerical Linear Algebra using LAPACK"; - license = lib.licenses.bsd3; - }) {}; - - "lapack_0_5" = callPackage ({ mkDerivation, base, blas-ffi, blaze-html, boxes, ChasingBottoms , comfort-array, comfort-array-shape, data-ref, deepseq , doctest-exitcode-stdio, fixed-length, guarded-allocation, hyper @@ -168329,7 +164083,6 @@ self: { ]; description = "Numerical Linear Algebra using LAPACK"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; }) {}; "lapack-carray" = callPackage @@ -168715,34 +164468,8 @@ self: { }) {}; "lattices" = callPackage - ({ mkDerivation, base, base-compat, containers, deepseq, hashable - , integer-logarithms, QuickCheck, quickcheck-instances - , semigroupoids, tagged, tasty, tasty-quickcheck, transformers - , universe-base, universe-reverse-instances, unordered-containers - }: - mkDerivation { - pname = "lattices"; - version = "2.0.2"; - sha256 = "108rhpax72j6xdl0yqdmg7n32l1j805861f3q9wd3jh8nc67avix"; - revision = "4"; - editedCabalFile = "1kqxhrbj0kd9l4fn7qryg9a2k7ad4f7mj4nsaz6lxa90lvi3ynj7"; - libraryHaskellDepends = [ - base base-compat containers deepseq hashable integer-logarithms - QuickCheck semigroupoids tagged transformers universe-base - universe-reverse-instances unordered-containers - ]; - testHaskellDepends = [ - base base-compat containers QuickCheck quickcheck-instances tasty - tasty-quickcheck transformers universe-base - universe-reverse-instances unordered-containers - ]; - description = "Fine-grained library for constructing and manipulating lattices"; - license = lib.licenses.bsd3; - }) {}; - - "lattices_2_0_3" = callPackage - ({ mkDerivation, base, base-compat, containers, deepseq, hashable - , integer-logarithms, OneTuple, QuickCheck, quickcheck-instances + ({ mkDerivation, base, base-compat, containers, deepseq, ghc-prim + , hashable, integer-logarithms, QuickCheck, quickcheck-instances , semigroupoids, tagged, tasty, tasty-quickcheck, transformers , universe-base, universe-reverse-instances, unordered-containers }: @@ -168753,9 +164480,9 @@ self: { revision = "2"; editedCabalFile = "0dnfpgvrq7qkza4k82siayy0rpwj0gcdd2nybzp0m25dq7lign3r"; libraryHaskellDepends = [ - base base-compat containers deepseq hashable integer-logarithms - OneTuple QuickCheck semigroupoids tagged transformers universe-base - universe-reverse-instances unordered-containers + base base-compat containers deepseq ghc-prim hashable + integer-logarithms QuickCheck semigroupoids tagged transformers + universe-base universe-reverse-instances unordered-containers ]; testHaskellDepends = [ base base-compat containers QuickCheck quickcheck-instances tasty @@ -168764,7 +164491,6 @@ self: { ]; description = "Fine-grained library for constructing and manipulating lattices"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; }) {}; "launchdarkly-server-sdk" = callPackage @@ -168984,12 +164710,15 @@ self: { }) {}; "lazify" = callPackage - ({ mkDerivation, base, containers, tagged, transformers }: + ({ mkDerivation, base, containers, ghc-prim, tagged, transformers + }: mkDerivation { pname = "lazify"; version = "0.1.0.1"; sha256 = "14ar766spifs3acdki8namldgy77fjjd2gxli16k08gnl65bpk1y"; - libraryHaskellDepends = [ base containers tagged transformers ]; + libraryHaskellDepends = [ + base containers ghc-prim tagged transformers + ]; testHaskellDepends = [ base ]; description = "A simple utility for lazy record matching"; license = lib.licenses.bsd3; @@ -169901,37 +165630,36 @@ self: { }) {}; "lens" = callPackage - ({ mkDerivation, array, base, base-compat, base-orphans, bifunctors - , bytestring, Cabal, cabal-doctest, call-stack, comonad, containers - , contravariant, criterion, deepseq, directory, distributive - , doctest, exceptions, filepath, free, generic-deriving, ghc-prim - , hashable, HUnit, kan-extensions, mtl, nats, parallel, profunctors - , QuickCheck, reflection, semigroupoids, semigroups, simple-reflect - , tagged, template-haskell, test-framework, test-framework-hunit - , test-framework-quickcheck2, text, th-abstraction, transformers - , transformers-compat, unordered-containers, vector + ({ mkDerivation, array, assoc, base, base-compat, base-orphans + , bifunctors, bytestring, call-stack, comonad, containers + , contravariant, criterion, deepseq, distributive, exceptions + , filepath, free, generic-deriving, ghc-prim, hashable, HUnit + , indexed-traversable, indexed-traversable-instances + , kan-extensions, mtl, parallel, profunctors, QuickCheck + , reflection, semigroupoids, simple-reflect, strict, tagged + , template-haskell, test-framework, test-framework-hunit + , test-framework-quickcheck2, text, th-abstraction, these + , transformers, transformers-compat, unordered-containers, vector }: mkDerivation { pname = "lens"; - version = "4.19.2"; - sha256 = "0fy2vr5r11cc6ana8m2swqgs3zals4kims55vd6119bi76p5iy2j"; - revision = "6"; - editedCabalFile = "1k08my9rh1il3ibiyhljxkgndfgk143pn5a6nyzjnckw3la09myl"; - setupHaskellDepends = [ base Cabal cabal-doctest filepath ]; + version = "5.0.1"; + sha256 = "0gzwx4b758phm51hz5i4bbkbvjw1ka7qj04zd9l9sh9n6s9ksm7c"; + revision = "3"; + editedCabalFile = "17qmk274b88k4ivhnkc6600djhh9d7pr4s1xhzi3ln2cspj5gvb3"; libraryHaskellDepends = [ - array base base-orphans bifunctors bytestring call-stack comonad - containers contravariant distributive exceptions filepath free - ghc-prim hashable kan-extensions mtl parallel profunctors - reflection semigroupoids tagged template-haskell text - th-abstraction transformers transformers-compat + array assoc base base-orphans bifunctors bytestring call-stack + comonad containers contravariant distributive exceptions filepath + free ghc-prim hashable indexed-traversable + indexed-traversable-instances kan-extensions mtl parallel + profunctors reflection semigroupoids strict tagged template-haskell + text th-abstraction these transformers transformers-compat unordered-containers vector ]; testHaskellDepends = [ - base bytestring containers deepseq directory doctest filepath - generic-deriving HUnit mtl nats parallel QuickCheck semigroups - simple-reflect test-framework test-framework-hunit - test-framework-quickcheck2 text transformers unordered-containers - vector + base containers deepseq HUnit mtl QuickCheck simple-reflect + test-framework test-framework-hunit test-framework-quickcheck2 + transformers ]; benchmarkHaskellDepends = [ base base-compat bytestring comonad containers criterion deepseq @@ -170073,23 +165801,6 @@ self: { }) {}; "lens-family" = callPackage - ({ mkDerivation, base, containers, lens-family-core, mtl - , transformers - }: - mkDerivation { - pname = "lens-family"; - version = "2.0.0"; - sha256 = "1nq3dwkrjyqafbv4gvwwgz6ih8y4x9bks11jhljh43q3qnjz54v7"; - revision = "1"; - editedCabalFile = "1nf0zxhwqkg54mc3kimnqcvg9b732rn35r1rjs1fzf0vwssla3zw"; - libraryHaskellDepends = [ - base containers lens-family-core mtl transformers - ]; - description = "Lens Families"; - license = lib.licenses.bsd3; - }) {}; - - "lens-family_2_1_1" = callPackage ({ mkDerivation, base, containers, lens-family-core, mtl , transformers }: @@ -170102,21 +165813,9 @@ self: { ]; description = "Lens Families"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; }) {}; "lens-family-core" = callPackage - ({ mkDerivation, base, containers, transformers }: - mkDerivation { - pname = "lens-family-core"; - version = "2.0.0"; - sha256 = "0ni6s873hy2h3b316835ssmlyr05yinb3a8jq5b01p9ppp9zrd0r"; - libraryHaskellDepends = [ base containers transformers ]; - description = "Haskell 2022 Lens Families"; - license = lib.licenses.bsd3; - }) {}; - - "lens-family-core_2_1_0" = callPackage ({ mkDerivation, base, containers, transformers }: mkDerivation { pname = "lens-family-core"; @@ -170125,7 +165824,6 @@ self: { libraryHaskellDepends = [ base containers transformers ]; description = "Haskell 2022 Lens Families"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; }) {}; "lens-family-th" = callPackage @@ -172666,35 +168364,6 @@ self: { }) {}; "linear" = callPackage - ({ mkDerivation, adjunctions, base, base-orphans, binary, bytes - , bytestring, cereal, containers, deepseq, distributive, ghc-prim - , hashable, HUnit, indexed-traversable, lens, random, reflection - , semigroupoids, semigroups, simple-reflect, tagged - , template-haskell, test-framework, test-framework-hunit - , transformers, transformers-compat, unordered-containers, vector - , void - }: - mkDerivation { - pname = "linear"; - version = "1.21.6"; - sha256 = "0ax6prmc7b53w0lz5ddc40wrjj9bm7wldpp57283gx9hdf8qrb35"; - revision = "1"; - editedCabalFile = "13pv3k0yayib0l6wq09bz54r44lxjhvvpc49sgnlc8p9959cs8q9"; - libraryHaskellDepends = [ - adjunctions base base-orphans binary bytes cereal containers - deepseq distributive ghc-prim hashable indexed-traversable lens - random reflection semigroupoids semigroups tagged template-haskell - transformers transformers-compat unordered-containers vector void - ]; - testHaskellDepends = [ - base binary bytestring deepseq HUnit reflection simple-reflect - test-framework test-framework-hunit vector - ]; - description = "Linear Algebra"; - license = lib.licenses.bsd3; - }) {}; - - "linear_1_21_8" = callPackage ({ mkDerivation, adjunctions, base, base-orphans, binary, bytes , bytestring, cereal, containers, deepseq, distributive, ghc-prim , hashable, HUnit, indexed-traversable, lens, random, reflection @@ -172719,7 +168388,6 @@ self: { ]; description = "Linear Algebra"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; }) {}; "linear-accelerate" = callPackage @@ -172792,27 +168460,6 @@ self: { }) {}; "linear-circuit" = callPackage - ({ mkDerivation, base, comfort-array, comfort-graph, containers - , lapack, netlib-ffi, non-empty, QuickCheck, transformers - , utility-ht - }: - mkDerivation { - pname = "linear-circuit"; - version = "0.1.0.2"; - sha256 = "0cf2lq8p2yppns8qn732drky8ghhd4ri9zxv7nbvas10ha0p19lm"; - libraryHaskellDepends = [ - base comfort-array comfort-graph containers lapack netlib-ffi - transformers utility-ht - ]; - testHaskellDepends = [ - base comfort-graph containers non-empty QuickCheck transformers - utility-ht - ]; - description = "Compute resistance of linear electrical circuits"; - license = lib.licenses.bsd3; - }) {}; - - "linear-circuit_0_1_0_4" = callPackage ({ mkDerivation, base, comfort-array, comfort-graph, containers , lapack, netlib-ffi, non-empty, QuickCheck, transformers , utility-ht @@ -172831,7 +168478,6 @@ self: { ]; description = "Compute resistance of linear electrical circuits"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; }) {}; "linear-code" = callPackage @@ -173696,18 +169342,14 @@ self: { }) {}; "liquid-base" = callPackage - ({ mkDerivation, base, Cabal, integer-gmp, liquid-ghc-prim - , liquidhaskell - }: + ({ mkDerivation, base, Cabal, liquid-ghc-prim, liquidhaskell }: mkDerivation { pname = "liquid-base"; version = "4.15.0.0"; sha256 = "1f1lqdd65a3z0by0i3dr51hahcsq8s3vcc0xyxlvb5pp3vsz89vm"; enableSeparateDataOutput = true; setupHaskellDepends = [ base Cabal liquidhaskell ]; - libraryHaskellDepends = [ - base integer-gmp liquid-ghc-prim liquidhaskell - ]; + libraryHaskellDepends = [ base liquid-ghc-prim liquidhaskell ]; description = "Drop-in base replacement for LiquidHaskell"; license = lib.licenses.bsd3; hydraPlatforms = lib.platforms.none; @@ -173746,39 +169388,6 @@ self: { }) {}; "liquid-fixpoint" = callPackage - ({ mkDerivation, ansi-terminal, array, ascii-progress, async - , attoparsec, base, binary, boxes, cereal, cmdargs, containers - , deepseq, directory, fgl, filepath, git, hashable, intern, mtl - , nettools, parallel, parsec, pretty, process, stm, syb, tasty - , tasty-ant-xml, tasty-hunit, tasty-rerun, text, text-format - , transformers, unordered-containers, z3 - }: - mkDerivation { - pname = "liquid-fixpoint"; - version = "0.8.10.2"; - sha256 = "1sdd88p5mz9xfqk9pbn138ixxdrq089iy5imskvhx66dwwrmrr8l"; - configureFlags = [ "-fbuild-external" ]; - isLibrary = true; - isExecutable = true; - libraryHaskellDepends = [ - ansi-terminal array ascii-progress async attoparsec base binary - boxes cereal cmdargs containers deepseq directory fgl filepath - hashable intern mtl parallel parsec pretty process syb text - text-format transformers unordered-containers - ]; - executableHaskellDepends = [ base ]; - testHaskellDepends = [ - base containers directory filepath mtl process stm tasty - tasty-ant-xml tasty-hunit tasty-rerun transformers - ]; - testSystemDepends = [ git nettools z3 ]; - doCheck = false; - description = "Predicate Abstraction-based Horn-Clause/Implication Constraint Solver"; - license = lib.licenses.bsd3; - }) {inherit (pkgs) git; inherit (pkgs) nettools; - inherit (pkgs) z3;}; - - "liquid-fixpoint_8_10_7" = callPackage ({ mkDerivation, aeson, ansi-terminal, array, ascii-progress, async , attoparsec, base, binary, boxes, bytestring, cereal, cmdargs , containers, deepseq, directory, fgl, filepath, git, hashable @@ -173811,7 +169420,6 @@ self: { doCheck = false; description = "Predicate Abstraction-based Horn-Clause/Implication Constraint Solver"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; }) {inherit (pkgs) git; inherit (pkgs) nettools; inherit (pkgs) z3;}; @@ -174115,17 +169723,6 @@ self: { }) {}; "list-singleton" = callPackage - ({ mkDerivation, base }: - mkDerivation { - pname = "list-singleton"; - version = "1.0.0.5"; - sha256 = "1vbhg04dral59b6f43xcykgi6war5mcflmczwcmqfhy7lgb86r3n"; - libraryHaskellDepends = [ base ]; - description = "Easily and clearly create lists with only one element in them"; - license = lib.licenses.isc; - }) {}; - - "list-singleton_2_0_0_0" = callPackage ({ mkDerivation, base }: mkDerivation { pname = "list-singleton"; @@ -174134,7 +169731,6 @@ self: { libraryHaskellDepends = [ base ]; description = "Easily and clearly create lists with only one element in them"; license = lib.licenses.mit; - hydraPlatforms = lib.platforms.none; }) {}; "list-t" = callPackage @@ -174496,30 +170092,6 @@ self: { }) {}; "literatex" = callPackage - ({ mkDerivation, ansi-wl-pprint, base, bytestring, conduit - , filepath, optparse-applicative, tasty, tasty-hunit, text, ttc - , unliftio - }: - mkDerivation { - pname = "literatex"; - version = "0.1.0.2"; - sha256 = "1axj5a10vj9fkpc89yzb8i7aq23bmygnf3mwvbp63vcvwmfyx49h"; - isLibrary = true; - isExecutable = true; - libraryHaskellDepends = [ - base bytestring conduit text ttc unliftio - ]; - executableHaskellDepends = [ - ansi-wl-pprint base optparse-applicative ttc - ]; - testHaskellDepends = [ - base bytestring filepath tasty tasty-hunit text ttc unliftio - ]; - description = "transform literate source code to Markdown"; - license = lib.licenses.mit; - }) {}; - - "literatex_0_2_0_2" = callPackage ({ mkDerivation, ansi-wl-pprint, base, bytestring, conduit , filepath, optparse-applicative, tasty, tasty-hunit, text, ttc , unliftio @@ -174541,7 +170113,6 @@ self: { ]; description = "transform literate source code to Markdown"; license = lib.licenses.mit; - hydraPlatforms = lib.platforms.none; }) {}; "little-earley" = callPackage @@ -177098,36 +172669,6 @@ self: { }) {}; "lsp" = callPackage - ({ mkDerivation, aeson, async, attoparsec, base, bytestring - , containers, data-default, dependent-map, directory, filepath - , hashable, hslogger, hspec, hspec-discover, lens, lsp-types, mtl - , network-uri, QuickCheck, quickcheck-instances, random - , rope-utf16-splay, scientific, sorted-list, stm, text, time - , transformers, unliftio-core, unordered-containers, uuid - }: - mkDerivation { - pname = "lsp"; - version = "1.2.0.0"; - sha256 = "0ca8s84xlh9kmi1lx47d6z3c8c827q30spmbxi1nl37dn35ib4b6"; - isLibrary = true; - isExecutable = true; - libraryHaskellDepends = [ - aeson async attoparsec base bytestring containers data-default - dependent-map directory filepath hashable hslogger lens lsp-types - mtl network-uri random scientific sorted-list stm text time - transformers unliftio-core unordered-containers uuid - ]; - testHaskellDepends = [ - aeson base bytestring containers data-default directory filepath - hashable hspec lens network-uri QuickCheck quickcheck-instances - rope-utf16-splay sorted-list stm text unordered-containers - ]; - testToolDepends = [ hspec-discover ]; - description = "Haskell library for the Microsoft Language Server Protocol"; - license = lib.licenses.mit; - }) {}; - - "lsp_1_4_0_0" = callPackage ({ mkDerivation, aeson, async, attoparsec, base, bytestring , containers, data-default, exceptions, filepath, hashable , hslogger, hspec, hspec-discover, lens, lsp-types, mtl @@ -177155,37 +172696,9 @@ self: { testToolDepends = [ hspec-discover ]; description = "Haskell library for the Microsoft Language Server Protocol"; license = lib.licenses.mit; - hydraPlatforms = lib.platforms.none; }) {}; "lsp-test" = callPackage - ({ mkDerivation, aeson, aeson-pretty, ansi-terminal, async, base - , bytestring, conduit, conduit-parse, containers, data-default - , Diff, directory, extra, filepath, Glob, hspec, lens, lsp - , lsp-types, mtl, parser-combinators, process, some, text, time - , transformers, unix, unliftio, unordered-containers - }: - mkDerivation { - pname = "lsp-test"; - version = "0.14.0.0"; - sha256 = "1pa6cial43d6dgkabk3ak4jyfznia5bliww7r9126qahj9dxgpcr"; - libraryHaskellDepends = [ - aeson aeson-pretty ansi-terminal async base bytestring conduit - conduit-parse containers data-default Diff directory filepath Glob - lens lsp-types mtl parser-combinators process some text time - transformers unix unordered-containers - ]; - testHaskellDepends = [ - aeson async base data-default directory filepath hspec lens lsp mtl - parser-combinators process text unliftio unordered-containers - ]; - testToolDepends = [ lsp ]; - benchmarkHaskellDepends = [ base extra lsp process ]; - description = "Functional test framework for LSP servers"; - license = lib.licenses.bsd3; - }) {}; - - "lsp-test_0_14_0_2" = callPackage ({ mkDerivation, aeson, aeson-pretty, ansi-terminal, async, base , bytestring, conduit, conduit-parse, containers, data-default , Diff, directory, extra, filepath, Glob, hspec, lens, lsp @@ -177210,33 +172723,9 @@ self: { benchmarkHaskellDepends = [ base extra lsp process ]; description = "Functional test framework for LSP servers"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; }) {}; "lsp-types" = callPackage - ({ mkDerivation, aeson, base, binary, bytestring, containers - , data-default, deepseq, dependent-sum, dependent-sum-template - , directory, filepath, hashable, hslogger, lens, network-uri - , rope-utf16-splay, scientific, some, template-haskell, temporary - , text, unordered-containers - }: - mkDerivation { - pname = "lsp-types"; - version = "1.2.0.0"; - sha256 = "1axl62yafkxh414dxr5i7pwqw0s3kkqphs7b259qk33vin3qayk3"; - revision = "1"; - editedCabalFile = "07fmcyqq20q1g8zc61jz7vz8fdpn5p1nrf3yda28qfdnfimb48mc"; - libraryHaskellDepends = [ - aeson base binary bytestring containers data-default deepseq - dependent-sum dependent-sum-template directory filepath hashable - hslogger lens network-uri rope-utf16-splay scientific some - template-haskell temporary text unordered-containers - ]; - description = "Haskell library for the Microsoft Language Server Protocol, data types"; - license = lib.licenses.mit; - }) {}; - - "lsp-types_1_4_0_1" = callPackage ({ mkDerivation, aeson, base, binary, bytestring, containers , data-default, deepseq, Diff, directory, dlist, filepath, hashable , hslogger, lens, mod, mtl, network-uri, rope-utf16-splay @@ -177255,7 +172744,6 @@ self: { ]; description = "Haskell library for the Microsoft Language Server Protocol, data types"; license = lib.licenses.mit; - hydraPlatforms = lib.platforms.none; }) {}; "lss" = callPackage @@ -177518,29 +173006,6 @@ self: { }) {}; "lucid" = callPackage - ({ mkDerivation, base, bifunctors, blaze-builder, bytestring - , containers, criterion, deepseq, hashable, hspec, HUnit, mmorph - , mtl, parsec, text, transformers, unordered-containers - }: - mkDerivation { - pname = "lucid"; - version = "2.9.12.1"; - sha256 = "0nky4pqxd6828kg3js90ks6r3hxs5x48ibfz37pw2dr7y1nygq21"; - libraryHaskellDepends = [ - base blaze-builder bytestring containers hashable mmorph mtl text - transformers unordered-containers - ]; - testHaskellDepends = [ - base bifunctors hspec HUnit mtl parsec text - ]; - benchmarkHaskellDepends = [ - base blaze-builder bytestring criterion deepseq text transformers - ]; - description = "Clear to write, read and edit DSL for HTML"; - license = lib.licenses.bsd3; - }) {}; - - "lucid_2_11_0" = callPackage ({ mkDerivation, base, bifunctors, blaze-builder, bytestring , containers, criterion, deepseq, hashable, hspec, HUnit, mmorph , mtl, parsec, text, transformers, unordered-containers @@ -177563,7 +173028,6 @@ self: { ]; description = "Clear to write, read and edit DSL for HTML"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; }) {}; "lucid-alpine" = callPackage @@ -178909,23 +174373,6 @@ self: { }) {}; "magico" = callPackage - ({ mkDerivation, base, comfort-array, lapack, transformers - , utility-ht - }: - mkDerivation { - pname = "magico"; - version = "0.0.2.1"; - sha256 = "1kcqa7xcz378q6v8aypg3ngcmiwj5c730n58rnfi3ywwl01l0x4x"; - isLibrary = false; - isExecutable = true; - executableHaskellDepends = [ - base comfort-array lapack transformers utility-ht - ]; - description = "Compute solutions for Magico puzzle"; - license = lib.licenses.bsd3; - }) {}; - - "magico_0_0_2_3" = callPackage ({ mkDerivation, base, comfort-array, lapack, transformers , utility-ht }: @@ -178940,7 +174387,6 @@ self: { ]; description = "Compute solutions for Magico puzzle"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; }) {}; "magma" = callPackage @@ -180499,29 +175945,6 @@ self: { }) {}; "massiv" = callPackage - ({ mkDerivation, base, bytestring, deepseq, doctest, exceptions - , mersenne-random-pure64, primitive, QuickCheck, random, scheduler - , splitmix, template-haskell, unliftio-core, vector - }: - mkDerivation { - pname = "massiv"; - version = "0.6.1.0"; - sha256 = "0j3br93kxxyb1q5mdf440f8l8d2lc0gi9vhc3h3ri94ls4ix099v"; - revision = "2"; - editedCabalFile = "1ymbmgcd312r0nqzh5gmm05inqw3iajzmhzbhc162xb1n30ks0kn"; - libraryHaskellDepends = [ - base bytestring deepseq exceptions primitive scheduler - unliftio-core vector - ]; - testHaskellDepends = [ - base doctest mersenne-random-pure64 QuickCheck random splitmix - template-haskell - ]; - description = "Massiv (Массив) is an Array Library"; - license = lib.licenses.bsd3; - }) {}; - - "massiv_1_0_1_1" = callPackage ({ mkDerivation, base, bytestring, deepseq, doctest, exceptions , primitive, random, scheduler, unliftio-core, vector }: @@ -180536,34 +175959,9 @@ self: { testHaskellDepends = [ base doctest ]; description = "Massiv (Массив) is an Array Library"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; }) {}; "massiv-io" = callPackage - ({ mkDerivation, base, bytestring, Color, data-default-class - , deepseq, doctest, exceptions, filepath, hspec, JuicyPixels - , massiv, massiv-test, netpbm, QuickCheck, random, template-haskell - , unliftio, vector - }: - mkDerivation { - pname = "massiv-io"; - version = "0.4.1.0"; - sha256 = "1g20n4h1x03i7q36a6d65v2ylmrr6m8s2g91jnpx1lj7a91hc5c7"; - revision = "1"; - editedCabalFile = "1vq7ka61nzzzqa050sfmlbmlhayj92ak9w83121lnacvaqs5ndan"; - libraryHaskellDepends = [ - base bytestring Color data-default-class deepseq exceptions - filepath JuicyPixels massiv netpbm unliftio vector - ]; - testHaskellDepends = [ - base bytestring doctest hspec JuicyPixels massiv massiv-test - QuickCheck random template-haskell - ]; - description = "Import/export of Image files into massiv Arrays"; - license = lib.licenses.bsd3; - }) {}; - - "massiv-io_1_0_0_1" = callPackage ({ mkDerivation, base, bytestring, Color, criterion , data-default-class, deepseq, doctest, exceptions, filepath, hspec , hspec-discover, JuicyPixels, massiv, massiv-test, netpbm @@ -180587,34 +175985,9 @@ self: { ]; description = "Import/export of Image files into massiv Arrays"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; }) {}; "massiv-persist" = callPackage - ({ mkDerivation, base, bytestring, deepseq, doctest, hspec - , hspec-discover, massiv, massiv-test, persist, primitive - , QuickCheck - }: - mkDerivation { - pname = "massiv-persist"; - version = "0.1.0.0"; - sha256 = "0w3hm8mzk2vsd0myk7sl1cckl2yhr7b1y9qb9nzph5gw99hsc761"; - revision = "1"; - editedCabalFile = "197br71xz738xnivpcmicgyw06r2f5lbbbaqzvnsz9ycbnvwhmav"; - libraryHaskellDepends = [ - base bytestring deepseq massiv persist primitive - ]; - testHaskellDepends = [ - base doctest hspec massiv massiv-test persist QuickCheck - ]; - testToolDepends = [ hspec-discover ]; - description = "Compatibility of 'massiv' with 'persist'"; - license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; - }) {}; - - "massiv-persist_1_0_0_2" = callPackage ({ mkDerivation, base, bytestring, deepseq, doctest, hspec , hspec-discover, massiv, massiv-test, persist, primitive , QuickCheck @@ -180657,27 +176030,6 @@ self: { }) {}; "massiv-serialise" = callPackage - ({ mkDerivation, base, deepseq, doctest, hspec, hspec-discover - , massiv, massiv-test, QuickCheck, serialise, vector - }: - mkDerivation { - pname = "massiv-serialise"; - version = "0.1.0.0"; - sha256 = "0780lggn343k64ph3c27zhkkx0gmk9zfvv5pxz6zl1817xfqzc83"; - revision = "1"; - editedCabalFile = "134405ffzdjc6nq23iwz5khs0r2r6z23y4y08by8qznj97j38am0"; - libraryHaskellDepends = [ base deepseq massiv serialise vector ]; - testHaskellDepends = [ - base doctest hspec massiv massiv-test QuickCheck serialise - ]; - testToolDepends = [ hspec-discover ]; - description = "Compatibility of 'massiv' with 'serialise'"; - license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; - }) {}; - - "massiv-serialise_1_0_0_2" = callPackage ({ mkDerivation, base, deepseq, doctest, hspec, hspec-discover , massiv, massiv-test, QuickCheck, serialise, vector }: @@ -180697,30 +176049,6 @@ self: { }) {}; "massiv-test" = callPackage - ({ mkDerivation, base, bytestring, containers, data-default - , data-default-class, deepseq, exceptions, genvalidity-hspec, hspec - , massiv, mwc-random, primitive, QuickCheck, scheduler, unliftio - , vector - }: - mkDerivation { - pname = "massiv-test"; - version = "0.1.6.1"; - sha256 = "0f2f401flik0sj1wqlzghhr0dxbz2lyvlb4ij38n3m2vgpkgkd57"; - revision = "1"; - editedCabalFile = "1fmja3adixmljm4f90s8ckg26wr89hmhdwl6sr0nmlpz9x2w25q0"; - libraryHaskellDepends = [ - base bytestring data-default-class deepseq exceptions hspec massiv - primitive QuickCheck scheduler unliftio vector - ]; - testHaskellDepends = [ - base bytestring containers data-default deepseq genvalidity-hspec - hspec massiv mwc-random primitive QuickCheck scheduler vector - ]; - description = "Library that contains generators, properties and tests for Massiv Array Library"; - license = lib.licenses.bsd3; - }) {}; - - "massiv-test_1_0_0_0" = callPackage ({ mkDerivation, base, bytestring, containers, data-default , data-default-class, deepseq, exceptions, genvalidity-hspec, hspec , hspec-discover, massiv, mwc-random, primitive, QuickCheck @@ -180741,7 +176069,6 @@ self: { testToolDepends = [ hspec-discover ]; description = "Library that contains generators, properties and tests for Massiv Array Library"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; }) {}; "master-plan" = callPackage @@ -181776,34 +177103,6 @@ self: { }) {}; "mcmc" = callPackage - ({ mkDerivation, aeson, base, bytestring, circular, containers - , criterion, data-default, deepseq, directory, dirichlet - , double-conversion, hspec, log-domain, microlens, monad-parallel - , mwc-random, pretty-show, primitive, statistics, time - , transformers, vector, zlib - }: - mkDerivation { - pname = "mcmc"; - version = "0.5.0.0"; - sha256 = "0vfbbzk7rwgan0lf1qxr03mbxlxgq1jccbsvffw4hy1k2s65wysi"; - libraryHaskellDepends = [ - aeson base bytestring circular containers data-default deepseq - directory dirichlet double-conversion log-domain microlens - monad-parallel mwc-random pretty-show primitive statistics time - transformers vector zlib - ]; - testHaskellDepends = [ - base hspec log-domain mwc-random statistics - ]; - benchmarkHaskellDepends = [ - base criterion log-domain microlens mwc-random - ]; - description = "Sample from a posterior using Markov chain Monte Carlo"; - license = lib.licenses.gpl3Plus; - maintainers = with lib.maintainers; [ dschrempf ]; - }) {}; - - "mcmc_0_6_1_0" = callPackage ({ mkDerivation, aeson, base, bytestring, circular, containers , covariance, criterion, data-default, deepseq, directory , dirichlet, double-conversion, hmatrix, hspec, log-domain @@ -181827,7 +177126,6 @@ self: { benchmarkHaskellDepends = [ base criterion microlens mwc-random ]; description = "Sample from a posterior using Markov chain Monte Carlo"; license = lib.licenses.gpl3Plus; - hydraPlatforms = lib.platforms.none; maintainers = with lib.maintainers; [ dschrempf ]; }) {}; @@ -182341,28 +177639,6 @@ self: { }) {}; "megaparsec" = callPackage - ({ mkDerivation, base, bytestring, case-insensitive, containers - , criterion, deepseq, mtl, parser-combinators, scientific, text - , transformers, weigh - }: - mkDerivation { - pname = "megaparsec"; - version = "9.0.1"; - sha256 = "00953zvxfyjibw8c1ssmixxh0cwn59pz24zbh6s34rk3v14vqa3j"; - revision = "1"; - editedCabalFile = "00vjc5b1x6yd0jqsbcahvghlkwai65dl1ib6744a0lhsa9vsni12"; - libraryHaskellDepends = [ - base bytestring case-insensitive containers deepseq mtl - parser-combinators scientific text transformers - ]; - benchmarkHaskellDepends = [ - base containers criterion deepseq text weigh - ]; - description = "Monadic parser combinators"; - license = lib.licenses.bsd2; - }) {}; - - "megaparsec_9_2_0" = callPackage ({ mkDerivation, base, bytestring, case-insensitive, containers , criterion, deepseq, mtl, parser-combinators, scientific, text , transformers, weigh @@ -182382,36 +177658,9 @@ self: { ]; description = "Monadic parser combinators"; license = lib.licenses.bsd2; - hydraPlatforms = lib.platforms.none; }) {}; "megaparsec-tests" = callPackage - ({ mkDerivation, base, bytestring, case-insensitive, containers - , hspec, hspec-discover, hspec-expectations, hspec-megaparsec - , megaparsec, mtl, parser-combinators, QuickCheck, scientific, text - , transformers - }: - mkDerivation { - pname = "megaparsec-tests"; - version = "9.0.1"; - sha256 = "0synm14x1k9r5q7xmv21z0y95b42g7lvwn78mcnc3cx62x6393ng"; - revision = "1"; - editedCabalFile = "1iz18gmhqvxwiw6r35nd6p2m3zjpzsy0bzhwgbfxpjbvvcgy8736"; - libraryHaskellDepends = [ - base bytestring containers hspec hspec-expectations - hspec-megaparsec megaparsec mtl QuickCheck text transformers - ]; - testHaskellDepends = [ - base bytestring case-insensitive containers hspec - hspec-expectations hspec-megaparsec megaparsec mtl - parser-combinators QuickCheck scientific text transformers - ]; - testToolDepends = [ hspec-discover ]; - description = "Test utilities and the test suite of Megaparsec"; - license = lib.licenses.bsd2; - }) {}; - - "megaparsec-tests_9_2_0" = callPackage ({ mkDerivation, base, bytestring, case-insensitive, containers , hspec, hspec-discover, hspec-expectations, hspec-megaparsec , megaparsec, mtl, parser-combinators, QuickCheck, scientific, text @@ -182433,7 +177682,6 @@ self: { testToolDepends = [ hspec-discover ]; description = "Test utilities and the test suite of Megaparsec"; license = lib.licenses.bsd2; - hydraPlatforms = lib.platforms.none; }) {}; "meldable-heap" = callPackage @@ -182863,24 +178111,6 @@ self: { }) {}; "memory" = callPackage - ({ mkDerivation, base, basement, bytestring, deepseq, foundation - , ghc-prim - }: - mkDerivation { - pname = "memory"; - version = "0.15.0"; - sha256 = "0a9mxcddnqn4359hk59d6l2zbh0vp154yb5vs1a8jw4l38n8kzz3"; - revision = "2"; - editedCabalFile = "0fd40y5byy4cq4x6m66zxadxbw96gzswplgfyvdqnjlasq28xw68"; - libraryHaskellDepends = [ - base basement bytestring deepseq ghc-prim - ]; - testHaskellDepends = [ base basement bytestring foundation ]; - description = "memory and related abstraction stuff"; - license = lib.licenses.bsd3; - }) {}; - - "memory_0_16_0" = callPackage ({ mkDerivation, base, basement, bytestring, deepseq, foundation , ghc-prim }: @@ -182896,7 +178126,6 @@ self: { testHaskellDepends = [ base basement bytestring foundation ]; description = "memory and related abstraction stuff"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; }) {}; "memory-cd" = callPackage @@ -183919,27 +179148,6 @@ self: { }) {}; "microlens-aeson" = callPackage - ({ mkDerivation, aeson, attoparsec, base, bytestring, deepseq - , hashable, microlens, scientific, tasty, tasty-hunit, text - , unordered-containers, vector - }: - mkDerivation { - pname = "microlens-aeson"; - version = "2.3.1"; - sha256 = "074mzpk7av6i0xf7xy42jpzgljlmyw805md1vz4sqy85m99f0ikr"; - libraryHaskellDepends = [ - aeson attoparsec base bytestring deepseq hashable microlens - scientific text unordered-containers vector - ]; - testHaskellDepends = [ - aeson base bytestring deepseq hashable microlens tasty tasty-hunit - text unordered-containers vector - ]; - description = "Law-abiding lenses for Aeson, using microlens"; - license = lib.licenses.mit; - }) {}; - - "microlens-aeson_2_4_1" = callPackage ({ mkDerivation, aeson, attoparsec, base, bytestring, deepseq , hashable, microlens, scientific, tasty, tasty-hunit, text , unordered-containers, vector @@ -183958,7 +179166,6 @@ self: { ]; description = "Law-abiding lenses for Aeson, using microlens"; license = lib.licenses.mit; - hydraPlatforms = lib.platforms.none; }) {}; "microlens-contra" = callPackage @@ -185732,37 +180939,6 @@ self: { }) {}; "mmark" = callPackage - ({ mkDerivation, aeson, base, case-insensitive, containers - , criterion, deepseq, dlist, email-validate, foldl, hashable, hspec - , hspec-megaparsec, html-entity-map, lucid, megaparsec, microlens - , microlens-th, modern-uri, mtl, parser-combinators, QuickCheck - , text, text-metrics, unordered-containers, weigh, yaml - }: - mkDerivation { - pname = "mmark"; - version = "0.0.7.2"; - sha256 = "1wwszzba6fvg0r4q5z2dzashim0nkaxzx4rmjl216kdi08jkp7mm"; - revision = "3"; - editedCabalFile = "1ffa76pz544pa3s764lnc38rdmfccyn8z6zn1w76pqb01p0f9k9p"; - enableSeparateDataOutput = true; - libraryHaskellDepends = [ - aeson base case-insensitive containers deepseq dlist email-validate - foldl hashable html-entity-map lucid megaparsec microlens - microlens-th modern-uri mtl parser-combinators text text-metrics - unordered-containers yaml - ]; - testHaskellDepends = [ - aeson base foldl hspec hspec-megaparsec lucid megaparsec modern-uri - QuickCheck text - ]; - benchmarkHaskellDepends = [ base criterion text weigh ]; - description = "Strict markdown processor for writers"; - license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; - }) {}; - - "mmark_0_0_7_4" = callPackage ({ mkDerivation, aeson, base, case-insensitive, containers , criterion, deepseq, dlist, email-validate, foldl, hashable, hspec , hspec-megaparsec, html-entity-map, lucid, megaparsec, microlens @@ -187241,22 +182417,6 @@ self: { }) {}; "monad-logger-logstash" = callPackage - ({ mkDerivation, aeson, base, logstash, monad-logger, retry, stm - , stm-chans, text, transformers, unliftio - }: - mkDerivation { - pname = "monad-logger-logstash"; - version = "0.1.0.0"; - sha256 = "1k8k5dymnjz2k4iabvwdvy8wzs8gpgqhppsr01z9r32bsslcd5ch"; - libraryHaskellDepends = [ - aeson base logstash monad-logger retry stm stm-chans text - transformers unliftio - ]; - description = "Logstash backend for monad-logger"; - license = lib.licenses.mit; - }) {}; - - "monad-logger-logstash_0_2_0_2" = callPackage ({ mkDerivation, aeson, base, logstash, monad-logger, retry, stm , stm-chans, text, transformers, unliftio }: @@ -187270,7 +182430,6 @@ self: { ]; description = "Logstash backend for monad-logger"; license = lib.licenses.mit; - hydraPlatforms = lib.platforms.none; }) {}; "monad-logger-prefix" = callPackage @@ -187678,17 +182837,6 @@ self: { }) {}; "monad-skeleton" = callPackage - ({ mkDerivation, base }: - mkDerivation { - pname = "monad-skeleton"; - version = "0.1.5"; - sha256 = "17jm69pwysx2kbx06n80iy396nbj5dys9iwdivargfzx7xql0s59"; - libraryHaskellDepends = [ base ]; - description = "Monads of program skeleta"; - license = lib.licenses.bsd3; - }) {}; - - "monad-skeleton_0_2" = callPackage ({ mkDerivation, base }: mkDerivation { pname = "monad-skeleton"; @@ -187697,7 +182845,6 @@ self: { libraryHaskellDepends = [ base ]; description = "Monads of program skeleta"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; }) {}; "monad-st" = callPackage @@ -188518,24 +183665,6 @@ self: { }) {}; "mono-traversable-keys" = callPackage - ({ mkDerivation, base, bytestring, containers, hashable, keys - , mono-traversable, semigroups, text, transformers - , unordered-containers, vector, vector-instances - }: - mkDerivation { - pname = "mono-traversable-keys"; - version = "0.1.0"; - sha256 = "0xyl4n0ydfqrjydm2g62r1zl36bdvvp8nbxbqkbai1z24a9r51dw"; - libraryHaskellDepends = [ - base bytestring containers hashable keys mono-traversable - semigroups text transformers unordered-containers vector - vector-instances - ]; - description = "Type-classes for interacting with monomorphic containers with a key"; - license = lib.licenses.bsd3; - }) {}; - - "mono-traversable-keys_0_2_0" = callPackage ({ mkDerivation, base, bytestring, containers, hashable, keys , mono-traversable, text, transformers, unordered-containers , vector, vector-instances @@ -188550,7 +183679,6 @@ self: { ]; description = "Type-classes for interacting with monomorphic containers with a key"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; }) {}; "mono-traversable-wrapper" = callPackage @@ -188644,10 +183772,9 @@ self: { }) {}; "monoid-statistics" = callPackage - ({ mkDerivation, base, criterion, doctest, exceptions - , math-functions, mwc-random, QuickCheck, tasty - , tasty-expected-failure, tasty-hunit, tasty-quickcheck, vector - , vector-th-unbox + ({ mkDerivation, base, criterion, exceptions, math-functions + , mwc-random, QuickCheck, tasty, tasty-expected-failure + , tasty-hunit, tasty-quickcheck, vector, vector-th-unbox }: mkDerivation { pname = "monoid-statistics"; @@ -188657,7 +183784,7 @@ self: { base exceptions math-functions vector vector-th-unbox ]; testHaskellDepends = [ - base doctest math-functions QuickCheck tasty tasty-expected-failure + base math-functions QuickCheck tasty tasty-expected-failure tasty-hunit tasty-quickcheck ]; benchmarkHaskellDepends = [ @@ -189285,33 +184412,6 @@ self: { }) {}; "morpheus-graphql" = callPackage - ({ mkDerivation, aeson, base, bytestring, containers - , morpheus-graphql-app, morpheus-graphql-core - , morpheus-graphql-subscriptions, mtl, relude, tasty, tasty-hunit - , template-haskell, text, transformers, unordered-containers - , vector - }: - mkDerivation { - pname = "morpheus-graphql"; - version = "0.17.0"; - sha256 = "0k9nlik5qi1ff4m731da5wlaadx024irgn2v1hyz2bv9n1q28cqs"; - enableSeparateDataOutput = true; - libraryHaskellDepends = [ - aeson base bytestring containers morpheus-graphql-app - morpheus-graphql-core mtl relude template-haskell text transformers - unordered-containers vector - ]; - testHaskellDepends = [ - aeson base bytestring containers morpheus-graphql-app - morpheus-graphql-core morpheus-graphql-subscriptions mtl relude - tasty tasty-hunit template-haskell text transformers - unordered-containers vector - ]; - description = "Morpheus GraphQL"; - license = lib.licenses.mit; - }) {}; - - "morpheus-graphql_0_18_0" = callPackage ({ mkDerivation, aeson, base, bytestring, containers , morpheus-graphql-app, morpheus-graphql-code-gen , morpheus-graphql-core, morpheus-graphql-subscriptions @@ -189338,36 +184438,9 @@ self: { ]; description = "Morpheus GraphQL"; license = lib.licenses.mit; - hydraPlatforms = lib.platforms.none; }) {}; "morpheus-graphql-app" = callPackage - ({ mkDerivation, aeson, base, bytestring, containers, directory - , hashable, megaparsec, morpheus-graphql-core, mtl, relude - , scientific, tasty, tasty-hunit, template-haskell, text - , th-lift-instances, transformers, unordered-containers, vector - }: - mkDerivation { - pname = "morpheus-graphql-app"; - version = "0.17.0"; - sha256 = "0l3brvcv7ang83yiv1bdg4v8hvajq4cbq2dr28q1j39a4r85f9xz"; - enableSeparateDataOutput = true; - libraryHaskellDepends = [ - aeson base bytestring containers hashable megaparsec - morpheus-graphql-core mtl relude scientific template-haskell text - th-lift-instances transformers unordered-containers vector - ]; - testHaskellDepends = [ - aeson base bytestring containers directory hashable megaparsec - morpheus-graphql-core mtl relude scientific tasty tasty-hunit - template-haskell text th-lift-instances transformers - unordered-containers vector - ]; - description = "Morpheus GraphQL Core"; - license = lib.licenses.mit; - }) {}; - - "morpheus-graphql-app_0_18_0" = callPackage ({ mkDerivation, aeson, base, bytestring, containers, directory , hashable, megaparsec, morpheus-graphql-core , morpheus-graphql-tests, mtl, relude, scientific, tasty @@ -189392,7 +184465,6 @@ self: { ]; description = "Morpheus GraphQL App"; license = lib.licenses.mit; - hydraPlatforms = lib.platforms.none; }) {}; "morpheus-graphql-cli" = callPackage @@ -189418,29 +184490,6 @@ self: { }) {}; "morpheus-graphql-client" = callPackage - ({ mkDerivation, aeson, base, bytestring, directory - , morpheus-graphql-core, mtl, relude, tasty, tasty-hunit - , template-haskell, text, transformers, unordered-containers - }: - mkDerivation { - pname = "morpheus-graphql-client"; - version = "0.17.0"; - sha256 = "1djgxy59s98na1s182p5a06qjhw8n862zka96wwp8ckyx2jpjkq3"; - enableSeparateDataOutput = true; - libraryHaskellDepends = [ - aeson base bytestring morpheus-graphql-core mtl relude - template-haskell text transformers unordered-containers - ]; - testHaskellDepends = [ - aeson base bytestring directory morpheus-graphql-core mtl relude - tasty tasty-hunit template-haskell text transformers - unordered-containers - ]; - description = "Morpheus GraphQL Client"; - license = lib.licenses.mit; - }) {}; - - "morpheus-graphql-client_0_18_0" = callPackage ({ mkDerivation, aeson, base, bytestring, directory , morpheus-graphql-code-gen, morpheus-graphql-core, mtl, relude , tasty, tasty-hunit, template-haskell, text, transformers @@ -189463,7 +184512,6 @@ self: { ]; description = "Morpheus GraphQL Client"; license = lib.licenses.mit; - hydraPlatforms = lib.platforms.none; }) {}; "morpheus-graphql-code-gen" = callPackage @@ -189493,31 +184541,6 @@ self: { }) {}; "morpheus-graphql-core" = callPackage - ({ mkDerivation, aeson, base, bytestring, containers, directory - , hashable, megaparsec, mtl, relude, scientific, tasty, tasty-hunit - , template-haskell, text, th-lift-instances, transformers - , unordered-containers, vector - }: - mkDerivation { - pname = "morpheus-graphql-core"; - version = "0.17.0"; - sha256 = "0rj4g05365hp5c9b5y0v0v7s73jw3gkq3g0z3m6xrpxi3j2gp0p8"; - enableSeparateDataOutput = true; - libraryHaskellDepends = [ - aeson base bytestring containers hashable megaparsec mtl relude - scientific template-haskell text th-lift-instances transformers - unordered-containers vector - ]; - testHaskellDepends = [ - aeson base bytestring containers directory hashable megaparsec mtl - relude scientific tasty tasty-hunit template-haskell text - th-lift-instances transformers unordered-containers vector - ]; - description = "Morpheus GraphQL Core"; - license = lib.licenses.mit; - }) {}; - - "morpheus-graphql-core_0_18_0" = callPackage ({ mkDerivation, aeson, base, bytestring, containers, directory , hashable, megaparsec, morpheus-graphql-tests, mtl, relude , scientific, tasty, tasty-hunit, template-haskell, text @@ -189541,34 +184564,9 @@ self: { ]; description = "Morpheus GraphQL Core"; license = lib.licenses.mit; - hydraPlatforms = lib.platforms.none; }) {}; "morpheus-graphql-subscriptions" = callPackage - ({ mkDerivation, aeson, base, bytestring, directory - , morpheus-graphql-app, morpheus-graphql-core, mtl, relude, tasty - , tasty-hunit, text, transformers, unliftio-core - , unordered-containers, uuid, websockets - }: - mkDerivation { - pname = "morpheus-graphql-subscriptions"; - version = "0.17.0"; - sha256 = "14bpnzxxiid5582z5fi8nwb8rrhm7lgxscgkjxw34ng41wyv6686"; - libraryHaskellDepends = [ - aeson base bytestring morpheus-graphql-app morpheus-graphql-core - mtl relude text transformers unliftio-core unordered-containers - uuid websockets - ]; - testHaskellDepends = [ - aeson base bytestring directory morpheus-graphql-app - morpheus-graphql-core mtl relude tasty tasty-hunit text - transformers unliftio-core unordered-containers uuid websockets - ]; - description = "Morpheus GraphQL Subscriptions"; - license = lib.licenses.mit; - }) {}; - - "morpheus-graphql-subscriptions_0_18_0" = callPackage ({ mkDerivation, aeson, base, bytestring, directory , morpheus-graphql-app, morpheus-graphql-core, mtl, relude, tasty , tasty-hunit, text, transformers, unliftio-core @@ -189590,7 +184588,6 @@ self: { ]; description = "Morpheus GraphQL Subscriptions"; license = lib.licenses.mit; - hydraPlatforms = lib.platforms.none; }) {}; "morpheus-graphql-tests" = callPackage @@ -190514,27 +185511,45 @@ self: { hydraPlatforms = lib.platforms.none; }) {}; + "msgpack-arbitrary" = callPackage + ({ mkDerivation, base, bytestring, hspec, hspec-discover + , msgpack-types, QuickCheck, quickcheck-instances, text, time + }: + mkDerivation { + pname = "msgpack-arbitrary"; + version = "0.1.3"; + sha256 = "05101pbns787r707m8vq35zli6y6hq96ydnxgpzh6qdpnsfdaw5a"; + libraryHaskellDepends = [ + base bytestring msgpack-types QuickCheck quickcheck-instances text + time + ]; + testHaskellDepends = [ base hspec msgpack-types QuickCheck ]; + testToolDepends = [ hspec-discover ]; + description = "A Haskell implementation of MessagePack"; + license = lib.licenses.bsd3; + }) {}; + "msgpack-binary" = callPackage - ({ mkDerivation, base, binary, bytestring, containers, criterion - , data-binary-ieee754, deepseq, groom, hashable, hspec - , monad-validate, msgpack-types, QuickCheck, text - , unordered-containers, vector + ({ mkDerivation, base, binary, bytestring, criterion + , data-binary-ieee754, deepseq, groom, hspec, monad-validate + , msgpack-arbitrary, msgpack-testsuite, msgpack-types, QuickCheck + , quickcheck-instances, text, time, vector }: mkDerivation { pname = "msgpack-binary"; - version = "0.0.15"; - sha256 = "0i3m4n5gw4a5ryikmy2drzh95g7766pdfsb5bahin8cmi1bq5bj5"; + version = "0.0.16"; + sha256 = "1yf4kqqss3r1b8209g4qld6cqgmrnhzgb01vvawmf8x5ryfi81gv"; isLibrary = true; isExecutable = true; libraryHaskellDepends = [ base binary bytestring data-binary-ieee754 monad-validate - msgpack-types text + msgpack-types text vector ]; - executableHaskellDepends = [ base bytestring groom ]; - testHaskellDepends = [ - base bytestring containers hashable hspec msgpack-types QuickCheck - text unordered-containers vector + executableHaskellDepends = [ + base bytestring groom msgpack-arbitrary QuickCheck + quickcheck-instances time vector ]; + testHaskellDepends = [ base hspec msgpack-testsuite ]; benchmarkHaskellDepends = [ base bytestring criterion deepseq QuickCheck ]; @@ -190636,16 +185651,17 @@ self: { "msgpack-testsuite" = callPackage ({ mkDerivation, base, bytestring, containers, hashable, hspec - , monad-validate, msgpack-types, QuickCheck, text - , unordered-containers, vector + , monad-validate, msgpack-arbitrary, msgpack-types, QuickCheck + , quickcheck-instances, text, unordered-containers, vector }: mkDerivation { pname = "msgpack-testsuite"; - version = "0.0.15"; - sha256 = "0dy7knji7nckdkp0kpnxxc7nmqyzbkq7j0aas59p3yg0n1nsd2bd"; + version = "0.1.0"; + sha256 = "0j9mq7dfxh0fs07v83ilwc8y15fh2ygg2p5cwhprvrqy7l621gj1"; libraryHaskellDepends = [ base bytestring containers hashable hspec monad-validate - msgpack-types QuickCheck text unordered-containers vector + msgpack-arbitrary msgpack-types QuickCheck quickcheck-instances + text unordered-containers vector ]; testHaskellDepends = [ base hspec ]; description = "A Haskell implementation of MessagePack"; @@ -190655,20 +185671,21 @@ self: { "msgpack-types" = callPackage ({ mkDerivation, base, bytestring, containers, deepseq , generic-arbitrary, hashable, hspec, hspec-discover - , monad-validate, QuickCheck, text, transformers - , unordered-containers, vector + , monad-validate, QuickCheck, quickcheck-instances, text + , transformers, unordered-containers, vector }: mkDerivation { pname = "msgpack-types"; - version = "0.2.1"; - sha256 = "1s6i7y2mr04z6bdhq307xqm78h1d8f7a17i3fbdknsiw5lvfsj49"; + version = "0.3.2"; + sha256 = "18j119m34yivl2fr599q92h3c7z6c0lk71410qfn5hfdlhs83132"; libraryHaskellDepends = [ - base bytestring containers deepseq hashable monad-validate - QuickCheck text transformers unordered-containers vector + base bytestring containers deepseq hashable monad-validate text + transformers unordered-containers vector ]; testHaskellDepends = [ base bytestring containers deepseq generic-arbitrary hashable hspec - monad-validate QuickCheck text unordered-containers vector + monad-validate QuickCheck quickcheck-instances text + unordered-containers vector ]; testToolDepends = [ hspec-discover ]; description = "A Haskell implementation of MessagePack"; @@ -191435,19 +186452,6 @@ self: { }) {}; "multi-containers" = callPackage - ({ mkDerivation, base, containers, hspec, hspec-discover }: - mkDerivation { - pname = "multi-containers"; - version = "0.1.1"; - sha256 = "0spqq8a9lzz7ajwdxsnnvs7q4n4y1g1yb0k16ykldvy3b21bckb6"; - libraryHaskellDepends = [ base containers ]; - testHaskellDepends = [ base containers hspec ]; - testToolDepends = [ hspec-discover ]; - description = "A few multimap variants"; - license = lib.licenses.bsd3; - }) {}; - - "multi-containers_0_2" = callPackage ({ mkDerivation, base, containers, hspec, hspec-discover }: mkDerivation { pname = "multi-containers"; @@ -191458,7 +186462,6 @@ self: { testToolDepends = [ hspec-discover ]; description = "A few multimap variants"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; }) {}; "multi-except" = callPackage @@ -192578,36 +187581,6 @@ self: { }) {}; "mustache" = callPackage - ({ mkDerivation, aeson, base, base-unicode-symbols, bytestring - , cmdargs, containers, directory, filepath, hspec, lens, mtl - , parsec, process, scientific, tar, template-haskell, temporary - , text, th-lift, unordered-containers, vector, wreq, yaml, zlib - }: - mkDerivation { - pname = "mustache"; - version = "2.3.2"; - sha256 = "0pnvnqrm7sd1iglh298yl91mv69p3ra25s5xrlk73kb56albdbaq"; - revision = "1"; - editedCabalFile = "11y1mdb9p5b86ld8giy5n5idylnmyafp170rhp45vmdjhyfjivjv"; - isLibrary = true; - isExecutable = true; - libraryHaskellDepends = [ - aeson base bytestring containers directory filepath mtl parsec - scientific template-haskell text th-lift unordered-containers - vector - ]; - executableHaskellDepends = [ - aeson base bytestring cmdargs filepath text yaml - ]; - testHaskellDepends = [ - aeson base base-unicode-symbols bytestring directory filepath hspec - lens process tar temporary text unordered-containers wreq yaml zlib - ]; - description = "A mustache template parser library"; - license = lib.licenses.bsd3; - }) {}; - - "mustache_2_4_0" = callPackage ({ mkDerivation, aeson, base, base-unicode-symbols, bytestring , cmdargs, containers, directory, filepath, hspec, lens, mtl , parsec, process, scientific, tar, template-haskell, temporary @@ -192633,7 +187606,6 @@ self: { ]; description = "A mustache template parser library"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; }) {}; "mustache-haskell" = callPackage @@ -193304,16 +188276,16 @@ self: { "mysql-simple" = callPackage ({ mkDerivation, attoparsec, base, base16-bytestring, blaze-builder - , blaze-textual, bytestring, containers, hspec, mysql, old-locale - , pcre-light, text, time + , bytestring, containers, hspec, mysql, old-locale, pcre-light + , text, time, vector }: mkDerivation { pname = "mysql-simple"; version = "0.4.7.1"; sha256 = "011pmniplphwzkv6chcnl2vljb2w4hc0iakdwlicykvrhx86nh3v"; libraryHaskellDepends = [ - attoparsec base base16-bytestring blaze-builder blaze-textual - bytestring containers mysql old-locale pcre-light text time + attoparsec base base16-bytestring blaze-builder bytestring + containers mysql old-locale pcre-light text time vector ]; testHaskellDepends = [ base blaze-builder hspec text ]; description = "A mid-level MySQL client library"; @@ -194597,6 +189569,17 @@ self: { broken = true; }) {}; + "neither-data" = callPackage + ({ mkDerivation, base }: + mkDerivation { + pname = "neither-data"; + version = "0.2.3.1"; + sha256 = "0nxfxdxr8lgal8asffdk1xrd4z2gp4ssn84rqpx7bqiassy97gic"; + libraryHaskellDepends = [ base ]; + description = "The Neither datatype"; + license = lib.licenses.mit; + }) {}; + "neko-lib" = callPackage ({ mkDerivation, base, binary, bytestring, containers, directory , optparse-applicative, process, random, tagged, tasty, tasty-hunit @@ -194896,39 +189879,6 @@ self: { }) {ghc-binary = null;}; "net-mqtt" = callPackage - ({ mkDerivation, async, attoparsec, attoparsec-binary, base, binary - , bytestring, conduit, conduit-extra, connection, containers - , deepseq, HUnit, network-conduit-tls, network-uri - , optparse-applicative, QuickCheck, stm, tasty, tasty-hunit - , tasty-quickcheck, text, websockets - }: - mkDerivation { - pname = "net-mqtt"; - version = "0.7.1.1"; - sha256 = "0iy39a2rncaasf5psjnsgkmigggx9apk9xvq354idw69b1bjhvnv"; - isLibrary = true; - isExecutable = true; - libraryHaskellDepends = [ - async attoparsec attoparsec-binary base binary bytestring conduit - conduit-extra connection containers deepseq network-conduit-tls - network-uri QuickCheck stm text websockets - ]; - executableHaskellDepends = [ - async attoparsec attoparsec-binary base binary bytestring conduit - conduit-extra connection containers deepseq network-conduit-tls - network-uri optparse-applicative QuickCheck stm text websockets - ]; - testHaskellDepends = [ - async attoparsec attoparsec-binary base binary bytestring conduit - conduit-extra connection containers deepseq HUnit - network-conduit-tls network-uri QuickCheck stm tasty tasty-hunit - tasty-quickcheck text websockets - ]; - description = "An MQTT Protocol Implementation"; - license = lib.licenses.bsd3; - }) {}; - - "net-mqtt_0_8_2_0" = callPackage ({ mkDerivation, async, attoparsec, attoparsec-binary, base, binary , bytestring, checkers, conduit, conduit-extra, connection , containers, deepseq, HUnit, network-conduit-tls, network-uri @@ -194959,7 +189909,6 @@ self: { ]; description = "An MQTT Protocol Implementation"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; }) {}; "net-mqtt-lens" = callPackage @@ -195342,8 +190291,8 @@ self: { pname = "netrc"; version = "0.2.0.0"; sha256 = "11iax3ick0im397jyyjkny7lax9bgrlgk90a25dp2jsglkphfpls"; - revision = "7"; - editedCabalFile = "0cmkwkqxzbhrzzwypvmamwcr5ndyk1qc5pjy1rnc50xx7wznw7hf"; + revision = "8"; + editedCabalFile = "1lkclsfxb7kn8nmghrrk7j1jzqi1z6amq91h43gfvmpnm7x6cvwl"; libraryHaskellDepends = [ base bytestring deepseq parsec ]; testHaskellDepends = [ base bytestring tasty tasty-golden tasty-quickcheck @@ -195583,21 +190532,6 @@ self: { }) {}; "network" = callPackage - ({ mkDerivation, base, bytestring, deepseq, directory, hspec - , hspec-discover, HUnit - }: - mkDerivation { - pname = "network"; - version = "3.1.1.1"; - sha256 = "16ic2hgvadyiy0zfnyd2zknf8rxqmwzpy5mw5x9apwpzfc0mkvyp"; - libraryHaskellDepends = [ base bytestring deepseq ]; - testHaskellDepends = [ base bytestring directory hspec HUnit ]; - testToolDepends = [ hspec-discover ]; - description = "Low-level networking interface"; - license = lib.licenses.bsd3; - }) {}; - - "network_3_1_2_7" = callPackage ({ mkDerivation, base, bytestring, deepseq, directory, hspec , hspec-discover, HUnit, QuickCheck, temporary }: @@ -195612,7 +190546,6 @@ self: { testToolDepends = [ hspec-discover ]; description = "Low-level networking interface"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; }) {}; "network-address" = callPackage @@ -197692,8 +192625,8 @@ self: { }: mkDerivation { pname = "nix-graph"; - version = "1.0.0.0"; - sha256 = "1hxby1xpzld55whpb1kzzdl3gi250svpl1lw5xw9qg10a3md29zh"; + version = "1.0.1.0"; + sha256 = "0m736px76d2q11m77n9kfw43sh9hqlj1z00ny5xihavxn7jja0xn"; isLibrary = true; isExecutable = true; libraryHaskellDepends = [ @@ -199794,24 +194727,6 @@ self: { }) {}; "numhask" = callPackage - ({ mkDerivation, base, bifunctors, doctest, mmorph, protolude - , QuickCheck, random, text, transformers - }: - mkDerivation { - pname = "numhask"; - version = "0.7.1.0"; - sha256 = "1qkrmbz72zmmpn5mpqvz0k46b5yvkhwbiwkx8z06291xyz3qn9cx"; - libraryHaskellDepends = [ - base bifunctors mmorph protolude random text transformers - ]; - testHaskellDepends = [ base doctest QuickCheck ]; - description = "A numeric class hierarchy"; - license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; - }) {}; - - "numhask_0_10_0_0" = callPackage ({ mkDerivation, base, QuickCheck }: mkDerivation { pname = "numhask"; @@ -200084,45 +194999,6 @@ self: { }) {}; "nvim-hs" = callPackage - ({ mkDerivation, base, bytestring, cereal, cereal-conduit, conduit - , containers, data-default, deepseq, foreign-store, hslogger, hspec - , hspec-discover, HUnit, megaparsec, messagepack, mtl, network - , optparse-applicative, path, path-io, prettyprinter - , prettyprinter-ansi-terminal, QuickCheck, resourcet, stm - , streaming-commons, template-haskell, text, time - , time-locale-compat, transformers, transformers-base - , typed-process, unliftio, unliftio-core, utf8-string, vector, void - }: - mkDerivation { - pname = "nvim-hs"; - version = "2.1.0.4"; - sha256 = "0bg94adja6xvzlv1x849nrfpb0i5mjbp19f9cwhaa4iw1qs532rf"; - revision = "2"; - editedCabalFile = "0bd90ndkk4lll4rvr87b9vil2h8jlchkh1fag1nrhj90lnczgpnl"; - libraryHaskellDepends = [ - base bytestring cereal cereal-conduit conduit containers - data-default deepseq foreign-store hslogger megaparsec messagepack - mtl network optparse-applicative path path-io prettyprinter - prettyprinter-ansi-terminal resourcet stm streaming-commons - template-haskell text time time-locale-compat transformers - transformers-base typed-process unliftio unliftio-core utf8-string - vector void - ]; - testHaskellDepends = [ - base bytestring cereal cereal-conduit conduit containers - data-default foreign-store hslogger hspec hspec-discover HUnit - megaparsec messagepack mtl network optparse-applicative path - path-io prettyprinter prettyprinter-ansi-terminal QuickCheck - resourcet stm streaming-commons template-haskell text time - time-locale-compat transformers transformers-base typed-process - unliftio unliftio-core utf8-string vector - ]; - testToolDepends = [ hspec-discover ]; - description = "Haskell plugin backend for neovim"; - license = lib.licenses.asl20; - }) {}; - - "nvim-hs_2_2_0_1" = callPackage ({ mkDerivation, base, bytestring, cereal, cereal-conduit, conduit , containers, data-default, deepseq, foreign-store, hslogger, hspec , hspec-discover, HUnit, megaparsec, messagepack, mtl, network @@ -200159,7 +195035,6 @@ self: { testToolDepends = [ hspec-discover ]; description = "Haskell plugin backend for neovim"; license = lib.licenses.asl20; - hydraPlatforms = lib.platforms.none; }) {}; "nvim-hs-contrib" = callPackage @@ -201434,25 +196309,6 @@ self: { }) {}; "one-liner" = callPackage - ({ mkDerivation, base, bifunctors, contravariant, ghc-prim, HUnit - , profunctors, tagged, transformers - }: - mkDerivation { - pname = "one-liner"; - version = "1.0"; - sha256 = "1diigbl8l0m8q1sl0kxjjqbhl3vkpf0rrzxlbqaamp3ahpmgpx67"; - revision = "1"; - editedCabalFile = "1ijc5mj93zyfj7hh12aw3xh30kc1xsp7wf6rbbfal36yllnl2xhs"; - libraryHaskellDepends = [ - base bifunctors contravariant ghc-prim profunctors tagged - transformers - ]; - testHaskellDepends = [ base contravariant HUnit ]; - description = "Constraint-based generics"; - license = lib.licenses.bsd3; - }) {}; - - "one-liner_2_0" = callPackage ({ mkDerivation, base, bifunctors, contravariant, ghc-prim, HUnit , linear-base, profunctors, tagged, transformers }: @@ -201467,7 +196323,6 @@ self: { testHaskellDepends = [ base contravariant HUnit ]; description = "Constraint-based generics"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; }) {}; "one-liner-instances" = callPackage @@ -201639,10 +196494,8 @@ self: { }: mkDerivation { pname = "opaleye"; - version = "0.7.6.2"; - sha256 = "0dln0r4qk5k4gmjg06275zgbzgivwxw471sd0y4l01j3x7ix3q46"; - revision = "1"; - editedCabalFile = "0dq8h20072nnir5bp17qyz27l2gnbwdr2dvyz84f8cgr2jvyhspb"; + version = "0.9.0.0"; + sha256 = "0i2ncvgx7pdq4q7i1fxnpxya3jb9jnzz7d6hcd5s0lrc2flv6rxd"; libraryHaskellDepends = [ aeson base base16-bytestring bytestring case-insensitive contravariant postgresql-simple pretty product-profunctors @@ -202059,43 +196912,6 @@ self: { }) {}; "openapi3" = callPackage - ({ mkDerivation, aeson, aeson-pretty, base, base-compat-batteries - , bytestring, Cabal, cabal-doctest, containers, cookie, doctest - , generics-sop, Glob, hashable, hspec, hspec-discover, http-media - , HUnit, insert-ordered-containers, lens, mtl, network, optics-core - , optics-th, QuickCheck, quickcheck-instances, scientific - , template-haskell, text, time, transformers, unordered-containers - , utf8-string, uuid-types, vector - }: - mkDerivation { - pname = "openapi3"; - version = "3.1.0"; - sha256 = "011754qyxxw5mn06hdmxalvsiff7a4x4k2yb2r6ylzr6zhyz818z"; - revision = "3"; - editedCabalFile = "1p4vlia591sf94448qn1fqf6ibzp0z92x4xya5y31d6skffr3ryj"; - isLibrary = true; - isExecutable = true; - setupHaskellDepends = [ base Cabal cabal-doctest ]; - libraryHaskellDepends = [ - aeson aeson-pretty base base-compat-batteries bytestring containers - cookie generics-sop hashable http-media insert-ordered-containers - lens mtl network optics-core optics-th QuickCheck scientific - template-haskell text time transformers unordered-containers - uuid-types vector - ]; - executableHaskellDepends = [ aeson base lens text ]; - testHaskellDepends = [ - aeson base base-compat-batteries bytestring containers doctest Glob - hashable hspec HUnit insert-ordered-containers lens mtl QuickCheck - quickcheck-instances template-haskell text time - unordered-containers utf8-string vector - ]; - testToolDepends = [ hspec-discover ]; - description = "OpenAPI 3.0 data model"; - license = lib.licenses.bsd3; - }) {}; - - "openapi3_3_2_1" = callPackage ({ mkDerivation, aeson, aeson-pretty, base, base-compat-batteries , bytestring, Cabal, cabal-doctest, containers, cookie, doctest , generics-sop, Glob, hashable, hspec, hspec-discover, http-media @@ -202128,7 +196944,6 @@ self: { testToolDepends = [ hspec-discover ]; description = "OpenAPI 3.0 data model"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; }) {}; "openapi3-code-generator" = callPackage @@ -203301,35 +198116,6 @@ self: { }) {}; "optics" = callPackage - ({ mkDerivation, array, base, bytestring, containers, criterion - , indexed-profunctors, inspection-testing, lens, mtl, optics-core - , optics-extra, optics-th, QuickCheck, random, tasty, tasty-hunit - , tasty-quickcheck, template-haskell, transformers - , unordered-containers, vector - }: - mkDerivation { - pname = "optics"; - version = "0.3"; - sha256 = "0v0kgj9ihb655a6n9j5w55s2lrkfd31pf9z17ida4xcrimzv6q02"; - libraryHaskellDepends = [ - array base containers mtl optics-core optics-extra optics-th - transformers - ]; - testHaskellDepends = [ - base containers indexed-profunctors inspection-testing mtl - optics-core QuickCheck random tasty tasty-hunit tasty-quickcheck - template-haskell - ]; - benchmarkHaskellDepends = [ - base bytestring containers criterion lens transformers - unordered-containers vector - ]; - description = "Optics as an abstract interface"; - license = lib.licenses.bsd3; - maintainers = with lib.maintainers; [ maralorn ]; - }) {}; - - "optics_0_4" = callPackage ({ mkDerivation, array, base, bytestring, containers, criterion , indexed-profunctors, inspection-testing, lens, mtl, optics-core , optics-extra, optics-th, QuickCheck, random, tasty, tasty-hunit @@ -203355,26 +198141,10 @@ self: { ]; description = "Optics as an abstract interface"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; maintainers = with lib.maintainers; [ maralorn ]; }) {}; "optics-core" = callPackage - ({ mkDerivation, array, base, containers, indexed-profunctors - , transformers - }: - mkDerivation { - pname = "optics-core"; - version = "0.3.0.1"; - sha256 = "01z1rjrmj3jqh3fygqa1asr4azhdnqpix27sdw3ygi5dnbcmn49h"; - libraryHaskellDepends = [ - array base containers indexed-profunctors transformers - ]; - description = "Optics as an abstract interface: core definitions"; - license = lib.licenses.bsd3; - }) {}; - - "optics-core_0_4" = callPackage ({ mkDerivation, array, base, containers, indexed-profunctors , indexed-traversable, transformers }: @@ -203388,29 +198158,9 @@ self: { ]; description = "Optics as an abstract interface: core definitions"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; }) {}; "optics-extra" = callPackage - ({ mkDerivation, array, base, bytestring, containers, hashable - , indexed-profunctors, mtl, optics-core, text, transformers - , unordered-containers, vector - }: - mkDerivation { - pname = "optics-extra"; - version = "0.3"; - sha256 = "15vnznmi4h9xrrp7dk6fqgz9cwlqlmdr2h4nx1n5q6hi2ic1bmm4"; - revision = "3"; - editedCabalFile = "1mfxbi2a0hbdzd5blps2s6ik0phia5w8nh9fs3wfa990m63nsscr"; - libraryHaskellDepends = [ - array base bytestring containers hashable indexed-profunctors mtl - optics-core text transformers unordered-containers vector - ]; - description = "Extra utilities and instances for optics-core"; - license = lib.licenses.bsd3; - }) {}; - - "optics-extra_0_4" = callPackage ({ mkDerivation, array, base, bytestring, containers, hashable , indexed-profunctors, indexed-traversable-instances, mtl , optics-core, text, transformers, unordered-containers, vector @@ -203428,29 +198178,9 @@ self: { ]; description = "Extra utilities and instances for optics-core"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; }) {}; "optics-th" = callPackage - ({ mkDerivation, base, containers, mtl, optics-core, tagged - , template-haskell, th-abstraction, transformers - }: - mkDerivation { - pname = "optics-th"; - version = "0.3.0.2"; - sha256 = "1mxi4bwgpl02g7clbs4m5p16i64s5lp13811yhg66i50rnqwpw40"; - revision = "1"; - editedCabalFile = "0kr473b0ibxi99fqcg86xl2pq8l2m1yra548v9p278rpqa8g51p7"; - libraryHaskellDepends = [ - base containers mtl optics-core template-haskell th-abstraction - transformers - ]; - testHaskellDepends = [ base optics-core tagged ]; - description = "Optics construction using TemplateHaskell"; - license = lib.licenses.bsd3; - }) {}; - - "optics-th_0_4" = callPackage ({ mkDerivation, base, containers, mtl, optics-core, tagged , template-haskell, th-abstraction, transformers }: @@ -203467,7 +198197,6 @@ self: { testHaskellDepends = [ base optics-core tagged ]; description = "Optics construction using TemplateHaskell"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; }) {}; "optics-vl" = callPackage @@ -204331,36 +199060,6 @@ self: { }) {}; "ormolu" = callPackage - ({ mkDerivation, ansi-terminal, base, bytestring, containers, Diff - , dlist, exceptions, filepath, ghc-lib-parser, gitrev, hspec - , hspec-discover, mtl, optparse-applicative, path, path-io, syb - , text - }: - mkDerivation { - pname = "ormolu"; - version = "0.1.4.1"; - sha256 = "1aamgzimjn9h7kwby9ajfgbj5dx08nmxyalwvpg9rs4xd8pbpd9s"; - revision = "1"; - editedCabalFile = "1fi8fxyhw9jdwhsbmrikjqd461wrz7h4kdszrahlvdjfdsn4wh7d"; - isLibrary = true; - isExecutable = true; - enableSeparateDataOutput = true; - libraryHaskellDepends = [ - ansi-terminal base bytestring containers Diff dlist exceptions - ghc-lib-parser mtl syb text - ]; - executableHaskellDepends = [ - base filepath ghc-lib-parser gitrev optparse-applicative text - ]; - testHaskellDepends = [ - base containers filepath hspec path path-io text - ]; - testToolDepends = [ hspec-discover ]; - description = "A formatter for Haskell source code"; - license = lib.licenses.bsd3; - }) {}; - - "ormolu_0_3_1_0" = callPackage ({ mkDerivation, ansi-terminal, base, bytestring, Cabal, containers , Diff, directory, dlist, exceptions, filepath, ghc-lib-parser , gitrev, hspec, hspec-discover, mtl, optparse-applicative, path @@ -204388,7 +199087,6 @@ self: { testToolDepends = [ hspec-discover ]; description = "A formatter for Haskell source code"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; }) {}; "ormolu_0_4_0_0" = callPackage @@ -204789,11 +199487,11 @@ self: { "overloaded" = callPackage ({ mkDerivation, assoc, base, bin, boring, bytestring, constraints - , containers, fin, generic-lens-lite, ghc, hmatrix, HUnit + , containers, fin, generic-lens-lite, ghc, HUnit , indexed-traversable, lens, optics-core, profunctors, QuickCheck , ral, record-hasfield, semigroupoids, singleton-bool, sop-core - , split, splitmix, syb, symbols, tasty, tasty-hunit - , tasty-quickcheck, template-haskell, text, th-compat, time, vec + , split, syb, symbols, tasty, tasty-hunit, tasty-quickcheck + , template-haskell, text, th-compat, time, vec }: mkDerivation { pname = "overloaded"; @@ -204806,10 +199504,9 @@ self: { ]; testHaskellDepends = [ assoc base bin boring bytestring constraints containers fin - generic-lens-lite hmatrix HUnit lens optics-core QuickCheck ral - record-hasfield singleton-bool sop-core splitmix symbols tasty - tasty-hunit tasty-quickcheck template-haskell text th-compat time - vec + generic-lens-lite HUnit lens optics-core QuickCheck ral + record-hasfield singleton-bool sop-core symbols tasty tasty-hunit + tasty-quickcheck template-haskell text th-compat time vec ]; doHaddock = false; description = "Overloaded pragmas as a plugin"; @@ -204968,19 +199665,6 @@ self: { }) {}; "packcheck" = callPackage - ({ mkDerivation, base }: - mkDerivation { - pname = "packcheck"; - version = "0.5.1"; - sha256 = "05hwcmg67vicrig7syfxkpbsaqfjzlik4jq8ijz2gdkh7v3czrvr"; - libraryHaskellDepends = [ base ]; - testHaskellDepends = [ base ]; - benchmarkHaskellDepends = [ base ]; - description = "Universal build and CI testing for Haskell packages"; - license = lib.licenses.bsd3; - }) {}; - - "packcheck_0_6_0" = callPackage ({ mkDerivation, base }: mkDerivation { pname = "packcheck"; @@ -204991,7 +199675,6 @@ self: { benchmarkHaskellDepends = [ base ]; description = "Universal build and CI testing for Haskell packages"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; }) {}; "packdeps" = callPackage @@ -205421,19 +200104,32 @@ self: { license = lib.licenses.gpl2Only; }) {}; + "pagure_0_1_1" = callPackage + ({ mkDerivation, aeson, base, http-query, text }: + mkDerivation { + pname = "pagure"; + version = "0.1.1"; + sha256 = "02212akphmldpnbih2zip750iavappzlqs5hf9mamzjaramx2bsy"; + libraryHaskellDepends = [ aeson base http-query text ]; + description = "Pagure REST client library"; + license = lib.licenses.gpl2Only; + hydraPlatforms = lib.platforms.none; + }) {}; + "pagure-cli" = callPackage - ({ mkDerivation, aeson, base, bytestring, filepath, http-conduit - , lens, lens-aeson, optparse-applicative, simple-cmd-args, text + ({ mkDerivation, aeson, aeson-pretty, base, bytestring, filepath + , optparse-applicative, pagure, simple-cmd-args, text + , unordered-containers, yaml }: mkDerivation { pname = "pagure-cli"; - version = "0.2"; - sha256 = "0hl1m23kwx5xd1nbaswnnqm0qrr8mcc7zvb28q47bdgfix2yhy7r"; + version = "0.2.1"; + sha256 = "1w0z6c3i91di9ixbpiwp610xyfp26g325571c0j5abscr1d2fbv7"; isLibrary = false; isExecutable = true; executableHaskellDepends = [ - aeson base bytestring filepath http-conduit lens lens-aeson - optparse-applicative simple-cmd-args text + aeson aeson-pretty base bytestring filepath optparse-applicative + pagure simple-cmd-args text unordered-containers yaml ]; description = "Pagure client"; license = lib.licenses.gpl2Only; @@ -205586,64 +200282,6 @@ self: { }) {}; "pandoc" = callPackage - ({ mkDerivation, aeson, aeson-pretty, array, attoparsec, base - , base64-bytestring, binary, blaze-html, blaze-markup, bytestring - , case-insensitive, citeproc, commonmark, commonmark-extensions - , commonmark-pandoc, connection, containers, data-default, deepseq - , Diff, directory, doclayout, doctemplates, emojis, exceptions - , file-embed, filepath, Glob, haddock-library, hslua - , hslua-module-path, hslua-module-system, hslua-module-text, HsYAML - , HTTP, http-client, http-client-tls, http-types, ipynb - , jira-wiki-markup, JuicyPixels, mtl, network, network-uri - , pandoc-types, parsec, process, QuickCheck, random, safe - , scientific, SHA, skylighting, skylighting-core, split, syb - , tagsoup, tasty, tasty-bench, tasty-golden, tasty-hunit, tasty-lua - , tasty-quickcheck, temporary, texmath, text, text-conversions - , time, unicode-collation, unicode-transforms, unix - , unordered-containers, xml, xml-conduit, zip-archive, zlib - }: - mkDerivation { - pname = "pandoc"; - version = "2.14.0.3"; - sha256 = "1pgd6125mrvzj2faxbsfmackb7kchzcr6bjkrwqbyn9hzxdzbqw2"; - configureFlags = [ "-fhttps" "-f-trypandoc" ]; - isLibrary = true; - isExecutable = true; - enableSeparateDataOutput = true; - libraryHaskellDepends = [ - aeson aeson-pretty array attoparsec base base64-bytestring binary - blaze-html blaze-markup bytestring case-insensitive citeproc - commonmark commonmark-extensions commonmark-pandoc connection - containers data-default deepseq directory doclayout doctemplates - emojis exceptions file-embed filepath Glob haddock-library hslua - hslua-module-path hslua-module-system hslua-module-text HsYAML HTTP - http-client http-client-tls http-types ipynb jira-wiki-markup - JuicyPixels mtl network network-uri pandoc-types parsec process - random safe scientific SHA skylighting skylighting-core split syb - tagsoup temporary texmath text text-conversions time - unicode-collation unicode-transforms unix unordered-containers xml - xml-conduit zip-archive zlib - ]; - executableHaskellDepends = [ base ]; - testHaskellDepends = [ - base bytestring containers Diff directory doctemplates exceptions - filepath Glob hslua mtl pandoc-types process QuickCheck tasty - tasty-golden tasty-hunit tasty-lua tasty-quickcheck text time xml - zip-archive - ]; - benchmarkHaskellDepends = [ - base bytestring containers deepseq mtl tasty-bench text time - ]; - postInstall = '' - mkdir -p $out/share/man/man1 - mv "man/"*.1 $out/share/man/man1/ - ''; - description = "Conversion between markup formats"; - license = lib.licenses.gpl2Plus; - maintainers = with lib.maintainers; [ peti ]; - }) {}; - - "pandoc_2_17_1_1" = callPackage ({ mkDerivation, aeson, aeson-pretty, array, attoparsec, base , base64-bytestring, binary, blaze-html, blaze-markup, bytestring , case-insensitive, citeproc, commonmark, commonmark-extensions @@ -205699,7 +200337,6 @@ self: { ''; description = "Conversion between markup formats"; license = lib.licenses.gpl2Plus; - hydraPlatforms = lib.platforms.none; maintainers = with lib.maintainers; [ peti ]; }) {}; @@ -206011,8 +200648,8 @@ self: { }: mkDerivation { pname = "pandoc-lua-marshal"; - version = "0.1.4"; - sha256 = "09l601d50h4ymnfcspwf1sl6hks8skvd1wpb9j3y2znyciq2pdkq"; + version = "0.1.5"; + sha256 = "1c7az2sgcrrld8p5a75nqyss78hc9ckvhqm41hadi1rq6h76l9fi"; libraryHaskellDepends = [ base bytestring containers exceptions hslua hslua-marshalling lua pandoc-types safe text @@ -206102,40 +200739,6 @@ self: { }) {}; "pandoc-plot" = callPackage - ({ mkDerivation, base, bytestring, containers, criterion - , data-default, directory, filepath, gitrev, hashable, hspec - , hspec-expectations, lifted-async, lifted-base, mtl - , optparse-applicative, pandoc, pandoc-types, shakespeare, tagsoup - , tasty, tasty-hspec, tasty-hunit, template-haskell, text - , typed-process, unix, yaml - }: - mkDerivation { - pname = "pandoc-plot"; - version = "1.2.3"; - sha256 = "0r7xymgkk2c3fmdfk4vljdwbl2k3jrk40aa7f7y277fp5nxnqgp8"; - isLibrary = true; - isExecutable = true; - libraryHaskellDepends = [ - base bytestring containers data-default directory filepath hashable - lifted-async lifted-base mtl pandoc pandoc-types shakespeare - tagsoup template-haskell text typed-process unix yaml - ]; - executableHaskellDepends = [ - base containers directory filepath gitrev optparse-applicative - pandoc pandoc-types template-haskell text typed-process - ]; - testHaskellDepends = [ - base containers directory filepath hspec hspec-expectations - pandoc-types tasty tasty-hspec tasty-hunit text - ]; - benchmarkHaskellDepends = [ - base criterion pandoc-types template-haskell text - ]; - description = "A Pandoc filter to include figures generated from code blocks using your plotting toolkit of choice"; - license = lib.licenses.gpl2Plus; - }) {}; - - "pandoc-plot_1_4_0" = callPackage ({ mkDerivation, aeson, base, bytestring, containers, criterion , data-default, directory, filepath, gitrev, hashable, hspec , hspec-expectations, lifted-async, lifted-base, mtl @@ -206167,7 +200770,6 @@ self: { ]; description = "A Pandoc filter to include figures generated from code blocks using your plotting toolkit of choice"; license = lib.licenses.gpl2Plus; - hydraPlatforms = lib.platforms.none; }) {}; "pandoc-pyplot" = callPackage @@ -206489,47 +201091,6 @@ self: { }) {}; "pantry" = callPackage - ({ mkDerivation, aeson, ansi-terminal, base, bytestring, Cabal - , casa-client, casa-types, conduit, conduit-extra, containers - , cryptonite, cryptonite-conduit, digest, exceptions, filelock - , generic-deriving, hackage-security, hedgehog, hpack, hspec - , http-client, http-client-tls, http-conduit, http-download - , http-types, memory, mtl, network-uri, path, path-io, persistent - , persistent-sqlite, persistent-template, primitive, QuickCheck - , raw-strings-qq, resourcet, rio, rio-orphans, rio-prettyprint - , tar-conduit, text, text-metrics, time, transformers, unix-compat - , unliftio, unordered-containers, vector, yaml, zip-archive - }: - mkDerivation { - pname = "pantry"; - version = "0.5.2.3"; - sha256 = "17r9fgs83dp0s9wq14q5hvf5vnl8d7cg9p9dnbixgsysq6g6d29g"; - libraryHaskellDepends = [ - aeson ansi-terminal base bytestring Cabal casa-client casa-types - conduit conduit-extra containers cryptonite cryptonite-conduit - digest filelock generic-deriving hackage-security hpack http-client - http-client-tls http-conduit http-download http-types memory mtl - network-uri path path-io persistent persistent-sqlite - persistent-template primitive resourcet rio rio-orphans - rio-prettyprint tar-conduit text text-metrics time transformers - unix-compat unliftio unordered-containers vector yaml zip-archive - ]; - testHaskellDepends = [ - aeson ansi-terminal base bytestring Cabal casa-client casa-types - conduit conduit-extra containers cryptonite cryptonite-conduit - digest exceptions filelock generic-deriving hackage-security - hedgehog hpack hspec http-client http-client-tls http-conduit - http-download http-types memory mtl network-uri path path-io - persistent persistent-sqlite persistent-template primitive - QuickCheck raw-strings-qq resourcet rio rio-orphans rio-prettyprint - tar-conduit text text-metrics time transformers unix-compat - unliftio unordered-containers vector yaml zip-archive - ]; - description = "Content addressable Haskell package management"; - license = lib.licenses.bsd3; - }) {}; - - "pantry_0_5_4" = callPackage ({ mkDerivation, aeson, ansi-terminal, base, bytestring, Cabal , casa-client, casa-types, conduit, conduit-extra, containers , cryptonite, cryptonite-conduit, digest, exceptions, filelock @@ -206568,7 +201129,6 @@ self: { ]; description = "Content addressable Haskell package management"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; }) {}; "pantry-tmp" = callPackage @@ -207826,17 +202386,6 @@ self: { }) {}; "parser-combinators" = callPackage - ({ mkDerivation, base }: - mkDerivation { - pname = "parser-combinators"; - version = "1.2.1"; - sha256 = "0k95nvgnl5820y094yfh7b868l0xd1diclm4kx9560p5rm02w5h3"; - libraryHaskellDepends = [ base ]; - description = "Lightweight package providing commonly useful parser combinators"; - license = lib.licenses.bsd3; - }) {}; - - "parser-combinators_1_3_0" = callPackage ({ mkDerivation, base }: mkDerivation { pname = "parser-combinators"; @@ -207845,34 +202394,9 @@ self: { libraryHaskellDepends = [ base ]; description = "Lightweight package providing commonly useful parser combinators"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; }) {}; "parser-combinators-tests" = callPackage - ({ mkDerivation, base, hspec, hspec-discover, hspec-expectations - , hspec-megaparsec, megaparsec, megaparsec-tests - , parser-combinators, QuickCheck - }: - mkDerivation { - pname = "parser-combinators-tests"; - version = "1.2.1"; - sha256 = "0iy4iajpjka1diy660x3mvmh8kldwf3svwdmvlxh26dsqy2s8sx8"; - revision = "2"; - editedCabalFile = "07j1y8iqljaqyqhy37db2xvs7y9z91r3sndzmz4gga7w2jpkhq2b"; - isLibrary = false; - isExecutable = false; - testHaskellDepends = [ - base hspec hspec-expectations hspec-megaparsec megaparsec - megaparsec-tests parser-combinators QuickCheck - ]; - testToolDepends = [ hspec-discover ]; - description = "Test suite of parser-combinators"; - license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; - }) {}; - - "parser-combinators-tests_1_3_0" = callPackage ({ mkDerivation, base, hspec, hspec-discover, hspec-expectations , hspec-megaparsec, megaparsec, megaparsec-tests , parser-combinators, QuickCheck @@ -208204,17 +202728,6 @@ self: { }) {}; "partial-isomorphisms" = callPackage - ({ mkDerivation, base, template-haskell }: - mkDerivation { - pname = "partial-isomorphisms"; - version = "0.2.2.1"; - sha256 = "0r51ykq6i11gzypv93bnw8pzn4zdyrabiiqfpbhpvs0rj6k1ymac"; - libraryHaskellDepends = [ base template-haskell ]; - description = "Partial isomorphisms"; - license = lib.licenses.bsd3; - }) {}; - - "partial-isomorphisms_0_2_3_0" = callPackage ({ mkDerivation, base, template-haskell }: mkDerivation { pname = "partial-isomorphisms"; @@ -208223,7 +202736,6 @@ self: { libraryHaskellDepends = [ base template-haskell ]; description = "Partial isomorphisms"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; }) {}; "partial-lens" = callPackage @@ -208710,30 +203222,6 @@ self: { broken = true; }) {}; - "path" = callPackage - ({ mkDerivation, aeson, base, bytestring, deepseq, exceptions - , filepath, genvalidity, genvalidity-hspec, genvalidity-property - , hashable, hspec, mtl, QuickCheck, template-haskell, text - , validity - }: - mkDerivation { - pname = "path"; - version = "0.8.0"; - sha256 = "0vzsa41q5sxs1ni72yv1vfpnc6r5mjdwnmdb6jrs6cszb2xlkjr4"; - revision = "1"; - editedCabalFile = "02vhx94mqapyigvayb6cj7p7snn354pb542n3qyvsm0gih52wlja"; - libraryHaskellDepends = [ - aeson base deepseq exceptions filepath hashable template-haskell - text - ]; - testHaskellDepends = [ - aeson base bytestring filepath genvalidity genvalidity-hspec - genvalidity-property hspec mtl QuickCheck template-haskell validity - ]; - description = "Support for well-typed paths"; - license = lib.licenses.bsd3; - }) {}; - "path_0_9_0" = callPackage ({ mkDerivation, aeson, base, bytestring, deepseq, exceptions , filepath, genvalidity, genvalidity-hspec, genvalidity-property @@ -208757,7 +203245,7 @@ self: { hydraPlatforms = lib.platforms.none; }) {}; - "path_0_9_2" = callPackage + "path" = callPackage ({ mkDerivation, aeson, base, bytestring, deepseq, exceptions , filepath, genvalidity, genvalidity-hspec, genvalidity-property , hashable, hspec, mtl, QuickCheck, template-haskell, text @@ -208777,7 +203265,6 @@ self: { ]; description = "Support for well-typed paths"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; }) {}; "path-binary-instance" = callPackage @@ -208842,28 +203329,6 @@ self: { }) {}; "path-io" = callPackage - ({ mkDerivation, base, containers, directory, dlist, exceptions - , filepath, hspec, path, temporary, time, transformers, unix-compat - }: - mkDerivation { - pname = "path-io"; - version = "1.6.3"; - sha256 = "1dnc48hf8x83p0jy05qi8j8gmfmsy50swnql9ssdv74lsryp615n"; - revision = "3"; - editedCabalFile = "0rsr9r2175lf7zcz2sns0mhxkvl21pm50sjidjq5v75nalrsw6rp"; - libraryHaskellDepends = [ - base containers directory dlist exceptions filepath path temporary - time transformers unix-compat - ]; - testHaskellDepends = [ - base directory exceptions filepath hspec path transformers - unix-compat - ]; - description = "Interface to ‘directory’ package for users of ‘path’"; - license = lib.licenses.bsd3; - }) {}; - - "path-io_1_7_0" = callPackage ({ mkDerivation, base, containers, directory, dlist, exceptions , filepath, hspec, path, temporary, time, transformers, unix-compat }: @@ -208881,7 +203346,6 @@ self: { ]; description = "Interface to ‘directory’ package for users of ‘path’"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; }) {}; "path-like" = callPackage @@ -209542,29 +204006,6 @@ self: { }) {}; "pcre2" = callPackage - ({ mkDerivation, base, containers, criterion, hspec - , microlens-platform, mtl, pcre-light, regex-pcre-builtin - , template-haskell, text - }: - mkDerivation { - pname = "pcre2"; - version = "1.1.5"; - sha256 = "0kwlcv2rh8hyx93i3q3xv8ijxccl02n5nbkv4g74dr12d41ggc1h"; - libraryHaskellDepends = [ - base containers mtl template-haskell text - ]; - testHaskellDepends = [ - base containers hspec microlens-platform mtl template-haskell text - ]; - benchmarkHaskellDepends = [ - base containers criterion microlens-platform mtl pcre-light - regex-pcre-builtin template-haskell text - ]; - description = "Regular expressions via the PCRE2 C library (included)"; - license = lib.licenses.asl20; - }) {}; - - "pcre2_2_1_0" = callPackage ({ mkDerivation, base, containers, criterion, hspec, microlens , microlens-platform, mtl, pcre-light, regex-pcre-builtin , template-haskell, text @@ -209586,7 +204027,6 @@ self: { ]; description = "Regular expressions via the PCRE2 C library (included)"; license = lib.licenses.asl20; - hydraPlatforms = lib.platforms.none; }) {}; "pdc" = callPackage @@ -211113,31 +205553,6 @@ self: { }) {}; "persistent-mtl" = callPackage - ({ mkDerivation, base, bytestring, conduit, containers - , monad-logger, mtl, persistent, persistent-postgresql - , persistent-sqlite, persistent-template, resource-pool, resourcet - , tasty, tasty-golden, tasty-hunit, text, transformers, unliftio - , unliftio-core, unliftio-pool - }: - mkDerivation { - pname = "persistent-mtl"; - version = "0.2.2.0"; - sha256 = "0z78xs1gi45i3a9q28yr7jpsdsbzfqjahch3m27gygkja9dgm438"; - libraryHaskellDepends = [ - base conduit containers mtl persistent resource-pool resourcet text - transformers unliftio unliftio-core unliftio-pool - ]; - testHaskellDepends = [ - base bytestring conduit containers monad-logger persistent - persistent-postgresql persistent-sqlite persistent-template - resource-pool resourcet tasty tasty-golden tasty-hunit text - unliftio - ]; - description = "Monad transformer for the persistent API"; - license = lib.licenses.bsd3; - }) {}; - - "persistent-mtl_0_4_0_0" = callPackage ({ mkDerivation, base, bytestring, conduit, containers, esqueleto , exceptions, explainable-predicates, monad-logger, mtl, persistent , persistent-postgresql, persistent-sqlite, persistent-template @@ -211161,7 +205576,6 @@ self: { ]; description = "Monad transformer for the persistent API"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; }) {}; "persistent-mysql" = callPackage @@ -214907,27 +209321,6 @@ self: { }) {}; "pkgtreediff" = callPackage - ({ mkDerivation, async, base, directory, extra, filepath, Glob - , http-client, http-client-tls, http-directory, koji, simple-cmd - , simple-cmd-args, text - }: - mkDerivation { - pname = "pkgtreediff"; - version = "0.4.1"; - sha256 = "0yj0wpwpryavy09264xh82kxi52gc5ipyrgwpxh3m9gv1264gip0"; - isLibrary = true; - isExecutable = true; - libraryHaskellDepends = [ base text ]; - executableHaskellDepends = [ - async base directory extra filepath Glob http-client - http-client-tls http-directory koji simple-cmd simple-cmd-args text - ]; - description = "Package tree diff tool"; - license = lib.licenses.gpl3Only; - hydraPlatforms = lib.platforms.none; - }) {}; - - "pkgtreediff_0_5_0" = callPackage ({ mkDerivation, async, base, directory, extra, filepath, Glob , http-client, http-client-tls, http-directory, koji, rpm-nvr , simple-cmd, simple-cmd-args, text @@ -216513,29 +210906,27 @@ self: { , criterion, doctest, first-class-families, free, freer-simple , hspec, hspec-discover, inspection-testing, mtl, QuickCheck, stm , syb, template-haskell, th-abstraction, transformers, type-errors - , type-errors-pretty, unagi-chan + , unagi-chan }: mkDerivation { pname = "polysemy"; - version = "1.5.0.0"; - sha256 = "1d8qllllnwwjrjdaadgk4h07d7n2whw6hl8q3ikd474kfdagbiwz"; + version = "1.6.0.0"; + sha256 = "1s2hmfp1ii5q8qpxiqm825ykh4fpcq06wphfqbhp7p3sxkkr3c68"; setupHaskellDepends = [ base Cabal cabal-doctest ]; libraryHaskellDepends = [ async base containers first-class-families mtl QuickCheck stm syb - template-haskell th-abstraction transformers type-errors - type-errors-pretty unagi-chan + template-haskell th-abstraction transformers type-errors unagi-chan ]; testHaskellDepends = [ async base containers doctest first-class-families hspec inspection-testing mtl QuickCheck stm syb template-haskell - th-abstraction transformers type-errors type-errors-pretty - unagi-chan + th-abstraction transformers type-errors unagi-chan ]; testToolDepends = [ hspec-discover ]; benchmarkHaskellDepends = [ async base containers criterion first-class-families free freer-simple mtl QuickCheck stm syb template-haskell th-abstraction - transformers type-errors type-errors-pretty unagi-chan + transformers type-errors unagi-chan ]; description = "Higher-order, low-boilerplate free monads"; license = lib.licenses.bsd3; @@ -216981,10 +211372,8 @@ self: { }: mkDerivation { pname = "polysemy-plugin"; - version = "0.3.0.0"; - sha256 = "0pcy476nndcvszkl57d5sd2m64zvjzvvxz4ldg2bdg6mdi4apl23"; - revision = "1"; - editedCabalFile = "16db3syamiknwg3yqh50ak37cfnzkrrwg8qg7157nykx0mkiv8b5"; + version = "0.4.1.1"; + sha256 = "0sw0wzasclj4ibzc4g701p1xvs8vzliaflsgyyj9digajjg1m9n7"; setupHaskellDepends = [ base Cabal cabal-doctest ]; libraryHaskellDepends = [ base containers ghc ghc-tcplugins-extra polysemy syb transformers @@ -218438,33 +212827,6 @@ self: { }) {}; "postgresql-binary" = callPackage - ({ mkDerivation, aeson, base, binary-parser, bytestring - , bytestring-strict-builder, containers, conversion - , conversion-bytestring, conversion-text, criterion, json-ast - , network-ip, postgresql-libpq, QuickCheck, quickcheck-instances - , rerebase, scientific, tasty, tasty-hunit, tasty-quickcheck, text - , time, transformers, unordered-containers, uuid, vector - }: - mkDerivation { - pname = "postgresql-binary"; - version = "0.12.4.1"; - sha256 = "1pldd0fx60bl2xfdlyygjdk5p415lgh94km6l48nfib6sxqwlks4"; - libraryHaskellDepends = [ - aeson base binary-parser bytestring bytestring-strict-builder - containers network-ip scientific text time transformers - unordered-containers uuid vector - ]; - testHaskellDepends = [ - aeson conversion conversion-bytestring conversion-text json-ast - network-ip postgresql-libpq QuickCheck quickcheck-instances - rerebase tasty tasty-hunit tasty-quickcheck - ]; - benchmarkHaskellDepends = [ criterion rerebase ]; - description = "Encoders and decoders for the PostgreSQL's binary format"; - license = lib.licenses.mit; - }) {}; - - "postgresql-binary_0_12_4_2" = callPackage ({ mkDerivation, aeson, base, binary-parser, bytestring , bytestring-strict-builder, containers, conversion , conversion-bytestring, conversion-text, criterion, json-ast @@ -218489,7 +212851,6 @@ self: { benchmarkHaskellDepends = [ criterion rerebase ]; description = "Encoders and decoders for the PostgreSQL's binary format"; license = lib.licenses.mit; - hydraPlatforms = lib.platforms.none; }) {}; "postgresql-common" = callPackage @@ -219253,54 +213614,6 @@ self: { }) {}; "postgrest" = callPackage - ({ mkDerivation, aeson, aeson-qq, ansi-wl-pprint, async - , auto-update, base, base64-bytestring, bytestring - , case-insensitive, cassava, configurator-pg, containers - , contravariant, contravariant-extras, cookie, directory, either - , gitrev, hasql, hasql-pool, hasql-transaction, heredoc, hspec - , hspec-wai, hspec-wai-json, HTTP, http-types - , insert-ordered-containers, interpolatedstring-perl6, jose, lens - , lens-aeson, monad-control, network, network-uri - , optparse-applicative, parsec, process, protolude, Ranged-sets - , regex-tdfa, retry, scientific, swagger2, text, time - , transformers-base, unix, unordered-containers, vector, wai - , wai-cors, wai-extra, wai-middleware-static, warp - }: - mkDerivation { - pname = "postgrest"; - version = "7.0.1"; - sha256 = "1cn69dinfv3y8ymsa364b9b0ly3dg80and902gamymb9v89jpsgf"; - revision = "6"; - editedCabalFile = "0kkhkz1bmgc1p0yry24fhc4a3s9w28wg6gxai0cggvalbz8c4pc4"; - isLibrary = true; - isExecutable = true; - libraryHaskellDepends = [ - aeson ansi-wl-pprint base base64-bytestring bytestring - case-insensitive cassava configurator-pg containers contravariant - contravariant-extras cookie either gitrev hasql hasql-pool - hasql-transaction heredoc HTTP http-types insert-ordered-containers - interpolatedstring-perl6 jose lens lens-aeson network-uri - optparse-applicative parsec protolude Ranged-sets regex-tdfa - scientific swagger2 text time unordered-containers vector wai - wai-cors wai-extra wai-middleware-static - ]; - executableHaskellDepends = [ - auto-update base base64-bytestring bytestring directory either - hasql hasql-pool hasql-transaction network protolude retry text - time unix wai warp - ]; - testHaskellDepends = [ - aeson aeson-qq async auto-update base base64-bytestring bytestring - case-insensitive cassava containers contravariant hasql hasql-pool - hasql-transaction heredoc hspec hspec-wai hspec-wai-json http-types - lens lens-aeson monad-control process protolude regex-tdfa text - time transformers-base wai wai-extra - ]; - description = "REST API for any Postgres database"; - license = lib.licenses.mit; - }) {}; - - "postgrest_8_0_0" = callPackage ({ mkDerivation, aeson, aeson-qq, ansi-wl-pprint, async , auto-update, base, base64-bytestring, bytestring , case-insensitive, cassava, configurator-pg, containers @@ -219344,7 +213657,6 @@ self: { ]; description = "REST API for any Postgres database"; license = lib.licenses.mit; - hydraPlatforms = lib.platforms.none; }) {}; "postgrest-ws" = callPackage @@ -220675,23 +214987,6 @@ self: { }) {}; "pretty-relative-time" = callPackage - ({ mkDerivation, base, genvalidity-hspec, genvalidity-time, hspec - , QuickCheck, time, validity, validity-time - }: - mkDerivation { - pname = "pretty-relative-time"; - version = "0.2.0.0"; - sha256 = "17w7bs0xj2bbjqc9qzcq40xsq5virdaqw57r0wfgfs6akj2i9r5d"; - libraryHaskellDepends = [ base time validity validity-time ]; - testHaskellDepends = [ - base genvalidity-hspec genvalidity-time hspec QuickCheck time - validity validity-time - ]; - description = "Pretty relative time"; - license = lib.licenses.mit; - }) {}; - - "pretty-relative-time_0_3_0_0" = callPackage ({ mkDerivation, base, genvalidity, genvalidity-hspec , genvalidity-time, hspec, QuickCheck, time, validity , validity-time @@ -220707,7 +215002,6 @@ self: { ]; description = "Pretty relative time"; license = lib.licenses.mit; - hydraPlatforms = lib.platforms.none; }) {}; "pretty-show" = callPackage @@ -221291,28 +215585,6 @@ self: { }) {}; "primitive-extras" = callPackage - ({ mkDerivation, base, bytestring, cereal, deferred-folds, focus - , foldl, list-t, primitive, primitive-unlifted, profunctors - , QuickCheck, quickcheck-instances, rerebase, tasty, tasty-hunit - , tasty-quickcheck, vector - }: - mkDerivation { - pname = "primitive-extras"; - version = "0.10.1"; - sha256 = "0ddnn94qqkx021marpi2j03sil15422scq0df6dmlc6q0qyyivyc"; - libraryHaskellDepends = [ - base bytestring cereal deferred-folds focus foldl list-t primitive - primitive-unlifted profunctors vector - ]; - testHaskellDepends = [ - cereal deferred-folds focus primitive QuickCheck - quickcheck-instances rerebase tasty tasty-hunit tasty-quickcheck - ]; - description = "Extras for the \"primitive\" library"; - license = lib.licenses.mit; - }) {}; - - "primitive-extras_0_10_1_4" = callPackage ({ mkDerivation, base, bytestring, cereal, deferred-folds, focus , foldl, list-t, primitive, primitive-unlifted, profunctors , QuickCheck, quickcheck-instances, rerebase, tasty, tasty-hunit @@ -221332,7 +215604,6 @@ self: { ]; description = "Extras for the \"primitive\" library"; license = lib.licenses.mit; - hydraPlatforms = lib.platforms.none; }) {}; "primitive-foreign" = callPackage @@ -221850,16 +216121,14 @@ self: { license = lib.licenses.mit; }) {}; - "process_1_6_13_2" = callPackage + "process_1_6_14_0" = callPackage ({ mkDerivation, base, bytestring, deepseq, directory, filepath , unix }: mkDerivation { pname = "process"; - version = "1.6.13.2"; - sha256 = "01p3lqj23czqpmih4mdz1lknsy1c4z6ly3iyrnx4pxxmw9vnp2lw"; - revision = "1"; - editedCabalFile = "1s5z0q9nx0g6qa9b8lpsp4pigli0msilrxqpb3c2jvkrk1b0llx6"; + version = "1.6.14.0"; + sha256 = "0gaakzpd3r9ncp2wfqlc3dpwfn379d1hm2ymv9p09yb72fffilw9"; libraryHaskellDepends = [ base deepseq directory filepath unix ]; testHaskellDepends = [ base bytestring directory ]; description = "Process libraries"; @@ -222803,32 +217072,6 @@ self: { }) {}; "prometheus-client" = callPackage - ({ mkDerivation, atomic-primops, base, bytestring, clock - , containers, criterion, deepseq, doctest, exceptions, hspec, mtl - , QuickCheck, random, random-shuffle, stm, text, transformers - , transformers-compat, utf8-string - }: - mkDerivation { - pname = "prometheus-client"; - version = "1.0.1"; - sha256 = "1gyclzl16dkq7yw84x0ppgmyav7scl4jvwq9b5ihzxy45crcdhin"; - libraryHaskellDepends = [ - atomic-primops base bytestring clock containers deepseq exceptions - mtl stm text transformers transformers-compat utf8-string - ]; - testHaskellDepends = [ - atomic-primops base bytestring clock containers deepseq doctest - exceptions hspec mtl QuickCheck random-shuffle stm text - transformers transformers-compat utf8-string - ]; - benchmarkHaskellDepends = [ - base bytestring criterion random text utf8-string - ]; - description = "Haskell client library for http://prometheus.io."; - license = lib.licenses.asl20; - }) {}; - - "prometheus-client_1_1_0" = callPackage ({ mkDerivation, atomic-primops, base, bytestring, clock , containers, criterion, data-sketches, deepseq, doctest , exceptions, hspec, mtl, primitive, QuickCheck, random @@ -222855,7 +217098,6 @@ self: { ]; description = "Haskell client library for http://prometheus.io."; license = lib.licenses.asl20; - hydraPlatforms = lib.platforms.none; }) {}; "prometheus-effect" = callPackage @@ -226587,33 +220829,6 @@ self: { }) {}; "quickcheck-instances" = callPackage - ({ mkDerivation, array, base, bytestring, case-insensitive - , containers, data-fix, hashable, integer-logarithms, old-time - , QuickCheck, scientific, splitmix, strict, tagged, text, these - , time, time-compat, transformers, transformers-compat - , unordered-containers, uuid-types, vector - }: - mkDerivation { - pname = "quickcheck-instances"; - version = "0.3.25.2"; - sha256 = "0ihqbarl2ddrfgq3mq09lswwn8213qpw13g49qxs5mjkcm6gbk3h"; - revision = "2"; - editedCabalFile = "1lsa3pbg4ljlk29fhm3mdklnx3hwffyga1nr5krbpcyc3ywq8fq8"; - libraryHaskellDepends = [ - array base bytestring case-insensitive containers data-fix hashable - integer-logarithms old-time QuickCheck scientific splitmix strict - tagged text these time time-compat transformers transformers-compat - unordered-containers uuid-types vector - ]; - testHaskellDepends = [ - base containers QuickCheck tagged uuid-types - ]; - benchmarkHaskellDepends = [ base bytestring QuickCheck ]; - description = "Common quickcheck instances"; - license = lib.licenses.bsd3; - }) {}; - - "quickcheck-instances_0_3_27" = callPackage ({ mkDerivation, array, base, bytestring, case-insensitive , containers, data-fix, hashable, integer-logarithms, old-time , OneTuple, QuickCheck, scientific, splitmix, strict, tagged, text @@ -226638,7 +220853,6 @@ self: { benchmarkHaskellDepends = [ base bytestring QuickCheck ]; description = "Common quickcheck instances"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; }) {}; "quickcheck-io" = callPackage @@ -228059,24 +222273,6 @@ self: { }) {}; "ral" = callPackage - ({ mkDerivation, adjunctions, base, bin, criterion, deepseq - , distributive, fin, hashable, indexed-traversable, QuickCheck - , semigroupoids, vector - }: - mkDerivation { - pname = "ral"; - version = "0.2"; - sha256 = "0xwr2wr44zzl2bvkii2nq06djd6rrf891zxlb4daxzf3m93xvf3v"; - libraryHaskellDepends = [ - adjunctions base bin deepseq distributive fin hashable - indexed-traversable QuickCheck semigroupoids - ]; - benchmarkHaskellDepends = [ base criterion vector ]; - description = "Random access lists"; - license = lib.licenses.gpl2Plus; - }) {}; - - "ral_0_2_1" = callPackage ({ mkDerivation, adjunctions, base, bin, boring, criterion, deepseq , distributive, fin, hashable, indexed-traversable, QuickCheck , semigroupoids, vector @@ -228092,7 +222288,6 @@ self: { benchmarkHaskellDepends = [ base criterion vector ]; description = "Random access lists"; license = lib.licenses.gpl2Plus; - hydraPlatforms = lib.platforms.none; }) {}; "ral-lens" = callPackage @@ -228169,19 +222364,6 @@ self: { }) {}; "rampart" = callPackage - ({ mkDerivation, base, criterion, hspec }: - mkDerivation { - pname = "rampart"; - version = "1.1.0.4"; - sha256 = "1kchbdzc4blis2l9k8dzzzib0zqg443iwmsgdzpsqgq7la6ajcgc"; - libraryHaskellDepends = [ base ]; - testHaskellDepends = [ base hspec ]; - benchmarkHaskellDepends = [ base criterion ]; - description = "Determine how intervals relate to each other"; - license = lib.licenses.isc; - }) {}; - - "rampart_2_0_0_0" = callPackage ({ mkDerivation, base, criterion, hspec }: mkDerivation { pname = "rampart"; @@ -228192,7 +222374,6 @@ self: { benchmarkHaskellDepends = [ base criterion ]; description = "Determine how intervals relate to each other"; license = lib.licenses.mit; - hydraPlatforms = lib.platforms.none; }) {}; "ramus" = callPackage @@ -228259,31 +222440,6 @@ self: { }) {}; "random" = callPackage - ({ mkDerivation, base, bytestring, containers, deepseq, doctest - , gauge, mtl, mwc-random, primitive, rdtsc, smallcheck, split - , splitmix, tasty, tasty-expected-failure, tasty-hunit - , tasty-smallcheck, time, unliftio, vector - }: - mkDerivation { - pname = "random"; - version = "1.2.0"; - sha256 = "1pmr7zbbqg58kihhhwj8figf5jdchhi7ik2apsyxbgsqq3vrqlg4"; - revision = "6"; - editedCabalFile = "1hzfz9b1cxrsya8i53yx145iypaakfsfjix7l8girhx7vbz0cm8r"; - libraryHaskellDepends = [ base bytestring deepseq mtl splitmix ]; - testHaskellDepends = [ - base bytestring containers doctest mwc-random primitive smallcheck - tasty tasty-expected-failure tasty-hunit tasty-smallcheck unliftio - vector - ]; - benchmarkHaskellDepends = [ - base gauge mtl rdtsc split splitmix time - ]; - description = "Pseudo-random number generation"; - license = lib.licenses.bsd3; - }) {}; - - "random_1_2_1" = callPackage ({ mkDerivation, base, bytestring, containers, deepseq, doctest , mtl, primitive, rdtsc, smallcheck, split, splitmix, stm, tasty , tasty-bench, tasty-hunit, tasty-inspection-testing @@ -228303,7 +222459,6 @@ self: { ]; description = "Pseudo-random number generation"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; }) {}; "random-access-file" = callPackage @@ -229081,24 +223236,6 @@ self: { }) {}; "ratel" = callPackage - ({ mkDerivation, aeson, base, bytestring, case-insensitive - , containers, filepath, hspec, http-client, http-client-tls - , http-types, text, uuid - }: - mkDerivation { - pname = "ratel"; - version = "1.0.17"; - sha256 = "0yi70cxzaxwdz0l6s114bp0x6khvjbca2l95sv1grwrk6imlja4v"; - libraryHaskellDepends = [ - aeson base bytestring case-insensitive containers http-client - http-client-tls http-types text uuid - ]; - testHaskellDepends = [ base filepath hspec ]; - description = "Notify Honeybadger about exceptions"; - license = lib.licenses.mit; - }) {}; - - "ratel_2_0_0_0" = callPackage ({ mkDerivation, aeson, base, bytestring, case-insensitive , containers, filepath, hspec, http-client, http-client-tls , http-types, uuid @@ -229117,25 +223254,9 @@ self: { ]; description = "Notify Honeybadger about exceptions"; license = lib.licenses.mit; - hydraPlatforms = lib.platforms.none; }) {}; "ratel-wai" = callPackage - ({ mkDerivation, base, bytestring, case-insensitive, containers - , http-client, ratel, wai - }: - mkDerivation { - pname = "ratel-wai"; - version = "1.1.5"; - sha256 = "0afrsnj1sjcr99sw7cpv2l4pn2is9y6qck4lq1vc33h8kk4hr25y"; - libraryHaskellDepends = [ - base bytestring case-insensitive containers http-client ratel wai - ]; - description = "Notify Honeybadger about exceptions via a WAI middleware"; - license = lib.licenses.mit; - }) {}; - - "ratel-wai_2_0_0_0" = callPackage ({ mkDerivation, base, bytestring, case-insensitive, containers , http-client, ratel, wai }: @@ -229148,7 +223269,6 @@ self: { ]; description = "Notify Honeybadger about exceptions via a WAI middleware"; license = lib.licenses.mit; - hydraPlatforms = lib.platforms.none; }) {}; "ratelimiter" = callPackage @@ -229274,28 +223394,6 @@ self: { }) {}; "rattletrap" = callPackage - ({ mkDerivation, aeson, aeson-pretty, array, base, bytestring - , containers, filepath, http-client, http-client-tls, HUnit, text - }: - mkDerivation { - pname = "rattletrap"; - version = "11.1.1"; - sha256 = "0cfxdi2h6aqa6zylg1hgn563fpi72zqfqzl9gsipm7jz1532j2a3"; - isLibrary = true; - isExecutable = true; - libraryHaskellDepends = [ - aeson aeson-pretty array base bytestring containers filepath - http-client http-client-tls text - ]; - executableHaskellDepends = [ base ]; - testHaskellDepends = [ base bytestring filepath HUnit ]; - description = "Parse and generate Rocket League replays"; - license = lib.licenses.mit; - hydraPlatforms = lib.platforms.none; - broken = true; - }) {}; - - "rattletrap_11_2_4" = callPackage ({ mkDerivation, aeson, aeson-pretty, array, base, bytestring , containers, filepath, http-client, http-client-tls, text }: @@ -229391,18 +223489,6 @@ self: { }) {}; "rawfilepath" = callPackage - ({ mkDerivation, base, bytestring, unix }: - mkDerivation { - pname = "rawfilepath"; - version = "0.2.4"; - sha256 = "1lsvpnv1dncxw6a8a9w1jnzxlv2ya69ly4p4qsl720pzyx4ipc6b"; - libraryHaskellDepends = [ base bytestring unix ]; - testHaskellDepends = [ base bytestring ]; - description = "Use RawFilePath instead of FilePath"; - license = lib.licenses.asl20; - }) {}; - - "rawfilepath_1_0_0" = callPackage ({ mkDerivation, base, bytestring, unix }: mkDerivation { pname = "rawfilepath"; @@ -229412,7 +223498,6 @@ self: { testHaskellDepends = [ base bytestring ]; description = "Use RawFilePath instead of FilePath"; license = lib.licenses.asl20; - hydraPlatforms = lib.platforms.none; }) {}; "rawr" = callPackage @@ -230535,28 +224620,6 @@ self: { }) {}; "rebase" = callPackage - ({ mkDerivation, base, bifunctors, bytestring, comonad, containers - , contravariant, deepseq, dlist, either, groups, hashable - , hashable-time, invariant, mtl, profunctors, scientific, selective - , semigroupoids, stm, text, time, transformers - , unordered-containers, uuid-types, vector, vector-instances, void - }: - mkDerivation { - pname = "rebase"; - version = "1.13.2"; - sha256 = "0lvz4cx9bgny4s5az75clza90nb573vqr8c2ls0bmrsb7sx4p3jh"; - libraryHaskellDepends = [ - base bifunctors bytestring comonad containers contravariant deepseq - dlist either groups hashable hashable-time invariant mtl - profunctors scientific selective semigroupoids stm text time - transformers unordered-containers uuid-types vector - vector-instances void - ]; - description = "A more progressive alternative to the \"base\" package"; - license = lib.licenses.mit; - }) {}; - - "rebase_1_15_0_3" = callPackage ({ mkDerivation, base, bifunctors, bytestring, comonad, containers , contravariant, deepseq, dlist, either, groups, hashable , invariant, mtl, profunctors, scientific, selective, semigroupoids @@ -230575,7 +224638,6 @@ self: { ]; description = "A more progressive alternative to the \"base\" package"; license = lib.licenses.mit; - hydraPlatforms = lib.platforms.none; }) {}; "rebindable" = callPackage @@ -230595,6 +224657,8 @@ self: { pname = "rec-smallarray"; version = "0.1.0.0"; sha256 = "1a4vsag2h955i2pgcwiy9rzs1dpvd3j2lc1drhyg6svpm7h82amk"; + revision = "2"; + editedCabalFile = "0k71n9vqlr7kpjzyqb2pp4lpj8wjla8gfp9f34cmlb8gg7l2g5np"; libraryHaskellDepends = [ base primitive ]; testHaskellDepends = [ base hspec primitive ]; description = "SmallArray-based extensible records for small-scale fast reads"; @@ -231916,6 +225980,27 @@ self: { broken = true; }) {}; + "reflex-dom-th" = callPackage + ({ mkDerivation, array, base, bytestring, containers, filepath + , hspec, megaparsec, reflex-dom-core, stm, tasty, tasty-golden + , tasty-hspec, template-haskell, text + }: + mkDerivation { + pname = "reflex-dom-th"; + version = "0.1.0.0"; + sha256 = "0l63nfjwnh9wwaja0qn1532kl0a52jxkval7zmzawds7xkchyizn"; + libraryHaskellDepends = [ + array base containers megaparsec reflex-dom-core template-haskell + text + ]; + testHaskellDepends = [ + base bytestring filepath hspec megaparsec stm tasty tasty-golden + tasty-hspec + ]; + description = "reflex-dom-th transpiles HTML templates to haskell code for @reflex-dom@"; + license = lib.licenses.bsd3; + }) {}; + "reflex-dynamic-containers" = callPackage ({ mkDerivation, base, binary, containers, deepseq, dependent-map , dependent-sum, hashable, hspec, hspec-contrib, HUnit, ilist @@ -233532,33 +227617,6 @@ self: { }) {}; "rel8" = callPackage - ({ mkDerivation, aeson, base, bifunctors, bytestring - , case-insensitive, comonad, containers, contravariant, hasql - , hasql-transaction, hedgehog, mmorph, opaleye, pretty - , product-profunctors, profunctors, scientific, semialign - , semigroupoids, tasty, tasty-hedgehog, text, these, time - , tmp-postgres, transformers, uuid - }: - mkDerivation { - pname = "rel8"; - version = "1.2.0.0"; - sha256 = "0nslc1hsgvv9j5lyf4zi6b3jkakfkv49j9pjan141j1cb0cbpgwa"; - libraryHaskellDepends = [ - aeson base bifunctors bytestring case-insensitive comonad - contravariant hasql opaleye pretty product-profunctors profunctors - scientific semialign semigroupoids text these time uuid - ]; - testHaskellDepends = [ - base bytestring case-insensitive containers hasql hasql-transaction - hedgehog mmorph scientific tasty tasty-hedgehog text time - tmp-postgres transformers uuid - ]; - description = "Hey! Hey! Can u rel8?"; - license = lib.licenses.bsd3; - maintainers = with lib.maintainers; [ sternenseemann ]; - }) {}; - - "rel8_1_3_0_0" = callPackage ({ mkDerivation, aeson, base, bifunctors, bytestring , case-insensitive, comonad, containers, contravariant, hasql , hasql-transaction, hedgehog, mmorph, opaleye, pretty @@ -233570,6 +227628,8 @@ self: { pname = "rel8"; version = "1.3.0.0"; sha256 = "00iw5fzfx81j7phzjqzmk2bfxvg9q21sn3gw42a3xbnqk1ivrhjy"; + revision = "1"; + editedCabalFile = "0nmkvkhb3hwn24mlgz720d1igps9aqsshccc5lvnp135ai01b60k"; libraryHaskellDepends = [ aeson base bifunctors bytestring case-insensitive comonad contravariant hasql opaleye pretty product-profunctors profunctors @@ -233582,7 +227642,6 @@ self: { ]; description = "Hey! Hey! Can u rel8?"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; maintainers = with lib.maintainers; [ sternenseemann ]; }) {}; @@ -233916,27 +227975,6 @@ self: { }) {}; "relude" = callPackage - ({ mkDerivation, base, bytestring, containers, deepseq, doctest - , gauge, ghc-prim, Glob, hashable, hedgehog, mtl, stm, text - , transformers, unordered-containers - }: - mkDerivation { - pname = "relude"; - version = "0.7.0.0"; - sha256 = "1gx1h3656wz80v72acqky88iv7a2shinfv6apzzyjxii8lc22jf7"; - libraryHaskellDepends = [ - base bytestring containers deepseq ghc-prim hashable mtl stm text - transformers unordered-containers - ]; - testHaskellDepends = [ - base bytestring containers doctest Glob hedgehog text - ]; - benchmarkHaskellDepends = [ base gauge unordered-containers ]; - description = "Safe, performant, user-friendly and lightweight Haskell Standard Library"; - license = lib.licenses.mit; - }) {}; - - "relude_1_0_0_1" = callPackage ({ mkDerivation, base, bytestring, containers, criterion, deepseq , doctest, ghc-prim, Glob, hashable, hedgehog, mtl, stm, text , transformers, unordered-containers @@ -233955,7 +227993,6 @@ self: { benchmarkHaskellDepends = [ base criterion unordered-containers ]; description = "Safe, performant, user-friendly and lightweight Haskell Standard Library"; license = lib.licenses.mit; - hydraPlatforms = lib.platforms.none; }) {}; "remark" = callPackage @@ -234812,38 +228849,6 @@ self: { }) {}; "req" = callPackage - ({ mkDerivation, aeson, authenticate-oauth, base, blaze-builder - , bytestring, case-insensitive, connection, exceptions, hspec - , hspec-core, hspec-discover, http-api-data, http-client - , http-client-tls, http-types, modern-uri, monad-control, mtl - , QuickCheck, retry, template-haskell, text, time, transformers - , transformers-base, unliftio-core, unordered-containers - }: - mkDerivation { - pname = "req"; - version = "3.9.0"; - sha256 = "1hapa7f6n6xzw43w6zka3x8hp546h992axm6m8rcxl042j9p95b3"; - enableSeparateDataOutput = true; - libraryHaskellDepends = [ - aeson authenticate-oauth base blaze-builder bytestring - case-insensitive connection exceptions http-api-data http-client - http-client-tls http-types modern-uri monad-control mtl retry - template-haskell text time transformers transformers-base - unliftio-core - ]; - testHaskellDepends = [ - aeson base blaze-builder bytestring case-insensitive hspec - hspec-core http-client http-types modern-uri monad-control mtl - QuickCheck retry template-haskell text time unordered-containers - ]; - testToolDepends = [ hspec-discover ]; - doCheck = false; - description = "Easy-to-use, type-safe, expandable, high-level HTTP client library"; - license = lib.licenses.bsd3; - maintainers = with lib.maintainers; [ maralorn ]; - }) {}; - - "req_3_10_0" = callPackage ({ mkDerivation, aeson, authenticate-oauth, base, blaze-builder , bytestring, case-insensitive, connection, exceptions, hspec , hspec-core, hspec-discover, http-api-data, http-client @@ -234872,7 +228877,6 @@ self: { doCheck = false; description = "HTTP client library"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; maintainers = with lib.maintainers; [ maralorn ]; }) {}; @@ -235055,17 +229059,6 @@ self: { }) {}; "rerebase" = callPackage - ({ mkDerivation, rebase }: - mkDerivation { - pname = "rerebase"; - version = "1.13.2"; - sha256 = "04bzdyz17azwx6afdys3vh8iydrq6z58j77ib4pwvmz54v2jfcaa"; - libraryHaskellDepends = [ rebase ]; - description = "Reexports from \"base\" with a bunch of other standard libraries"; - license = lib.licenses.mit; - }) {}; - - "rerebase_1_15_0_3" = callPackage ({ mkDerivation, rebase }: mkDerivation { pname = "rerebase"; @@ -235074,7 +229067,6 @@ self: { libraryHaskellDepends = [ rebase ]; description = "Reexports from \"base\" with a bunch of other standard libraries"; license = lib.licenses.mit; - hydraPlatforms = lib.platforms.none; }) {}; "reroute" = callPackage @@ -235185,19 +229177,6 @@ self: { }) {}; "resistor-cube" = callPackage - ({ mkDerivation, base, comfort-array, lapack }: - mkDerivation { - pname = "resistor-cube"; - version = "0.0.1.2"; - sha256 = "1jdpyxpbqhlbd66gy1qlrjqm31mhvg636yp8nrm9qbksllzdi6n6"; - isLibrary = false; - isExecutable = true; - executableHaskellDepends = [ base comfort-array lapack ]; - description = "Compute total resistance of a cube of resistors"; - license = lib.licenses.bsd3; - }) {}; - - "resistor-cube_0_0_1_4" = callPackage ({ mkDerivation, base, comfort-array, lapack }: mkDerivation { pname = "resistor-cube"; @@ -235208,7 +229187,6 @@ self: { executableHaskellDepends = [ base comfort-array lapack ]; description = "Compute total resistance of a cube of resistors"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; }) {}; "resolv_0_1_1_2" = callPackage @@ -235985,26 +229963,6 @@ self: { }) {}; "retry" = callPackage - ({ mkDerivation, base, exceptions, ghc-prim, hedgehog, HUnit, mtl - , random, stm, tasty, tasty-hedgehog, tasty-hunit, time - , transformers - }: - mkDerivation { - pname = "retry"; - version = "0.8.1.2"; - sha256 = "0nwyis42xpmxfw8nz8qn59r3v7q0dkfzkzkhllgn30cdjbbmwhf5"; - libraryHaskellDepends = [ - base exceptions ghc-prim random transformers - ]; - testHaskellDepends = [ - base exceptions ghc-prim hedgehog HUnit mtl random stm tasty - tasty-hedgehog tasty-hunit time transformers - ]; - description = "Retry combinators for monadic actions that may fail"; - license = lib.licenses.bsd3; - }) {}; - - "retry_0_9_1_0" = callPackage ({ mkDerivation, base, exceptions, ghc-prim, hedgehog, HUnit, mtl , random, stm, tasty, tasty-hedgehog, tasty-hunit, time , transformers @@ -236022,7 +229980,6 @@ self: { ]; description = "Retry combinators for monadic actions that may fail"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; }) {}; "retryer" = callPackage @@ -238627,38 +232584,6 @@ self: { }) {}; "rp-tree" = callPackage - ({ mkDerivation, base, benchpress, boxes, bytestring, conduit - , containers, deepseq, heaps, hspec, mtl, QuickCheck, serialise - , splitmix, splitmix-distributions, text, transformers, vector - , vector-algorithms - }: - mkDerivation { - pname = "rp-tree"; - version = "0.6"; - sha256 = "0ww3ckf1bq24p4d52mip6mxxk0z65p3pq7d4a1xy8yalsjhyyl0h"; - isLibrary = true; - isExecutable = true; - libraryHaskellDepends = [ - base boxes bytestring conduit containers deepseq heaps mtl - serialise splitmix splitmix-distributions text transformers vector - vector-algorithms - ]; - executableHaskellDepends = [ - base conduit containers splitmix splitmix-distributions - transformers vector - ]; - testHaskellDepends = [ - base conduit hspec QuickCheck splitmix-distributions - ]; - benchmarkHaskellDepends = [ - base benchpress conduit deepseq splitmix splitmix-distributions - transformers vector - ]; - description = "Random projection trees"; - license = lib.licenses.bsd3; - }) {}; - - "rp-tree_0_7_1" = callPackage ({ mkDerivation, base, benchpress, boxes, bytestring, conduit , containers, deepseq, heaps, hspec, mtl, QuickCheck, serialise , splitmix, splitmix-distributions, text, transformers, vector @@ -238688,7 +232613,6 @@ self: { ]; description = "Random projection trees"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; }) {}; "rpc" = callPackage @@ -238803,8 +232727,8 @@ self: { }) {}; "rrb-vector" = callPackage - ({ mkDerivation, base, deepseq, ghc-heap-view, indexed-traversable - , primitive, tasty, tasty-bench, tasty-quickcheck + ({ mkDerivation, base, deepseq, indexed-traversable, primitive + , tasty, tasty-bench, tasty-quickcheck }: mkDerivation { pname = "rrb-vector"; @@ -238814,8 +232738,7 @@ self: { base deepseq indexed-traversable primitive ]; testHaskellDepends = [ - base deepseq ghc-heap-view indexed-traversable tasty - tasty-quickcheck + base deepseq indexed-traversable tasty tasty-quickcheck ]; benchmarkHaskellDepends = [ base primitive tasty-bench ]; description = "Efficient RRB-Vectors"; @@ -240431,18 +234354,6 @@ self: { }) {inherit (pkgs) libsodium;}; "salve" = callPackage - ({ mkDerivation, base, HUnit }: - mkDerivation { - pname = "salve"; - version = "1.0.11"; - sha256 = "00haa87rpwhy89zg31k0fwizg97i65kqx5gzikm4fjxr7j8ds1xb"; - libraryHaskellDepends = [ base ]; - testHaskellDepends = [ base HUnit ]; - description = "Semantic version numbers and constraints"; - license = lib.licenses.mit; - }) {}; - - "salve_2_0_0_0" = callPackage ({ mkDerivation, base, HUnit }: mkDerivation { pname = "salve"; @@ -240452,7 +234363,6 @@ self: { testHaskellDepends = [ base HUnit ]; description = "Semantic version numbers and constraints"; license = lib.licenses.mit; - hydraPlatforms = lib.platforms.none; }) {}; "salvia" = callPackage @@ -241151,33 +235061,6 @@ self: { }) {}; "sbp" = callPackage - ({ mkDerivation, aeson, aeson-pretty, array, base - , base64-bytestring, basic-prelude, binary, binary-conduit - , bytestring, cmdargs, conduit, conduit-extra, data-binary-ieee754 - , lens, lens-aeson, monad-loops, resourcet, tasty, tasty-hunit - , template-haskell, text, time, yaml - }: - mkDerivation { - pname = "sbp"; - version = "2.6.3"; - sha256 = "03d2wa73lg5l417c39di742x5x00bjjbqp7wkyr2vkpy04ilqvii"; - isLibrary = true; - isExecutable = true; - libraryHaskellDepends = [ - aeson array base base64-bytestring basic-prelude binary bytestring - data-binary-ieee754 lens lens-aeson monad-loops template-haskell - text - ]; - executableHaskellDepends = [ - aeson aeson-pretty base basic-prelude binary-conduit bytestring - cmdargs conduit conduit-extra resourcet time yaml - ]; - testHaskellDepends = [ base basic-prelude tasty tasty-hunit ]; - description = "SwiftNav's SBP Library"; - license = lib.licenses.lgpl3Only; - }) {}; - - "sbp_4_1_1" = callPackage ({ mkDerivation, aeson, aeson-pretty, array, base , base64-bytestring, basic-prelude, binary, binary-conduit , bytestring, cmdargs, conduit, conduit-extra, data-binary-ieee754 @@ -241202,7 +235085,6 @@ self: { testHaskellDepends = [ base basic-prelude tasty tasty-hunit ]; description = "SwiftNav's SBP Library"; license = lib.licenses.mit; - hydraPlatforms = lib.platforms.none; }) {}; "sbp2udp" = callPackage @@ -241254,39 +235136,6 @@ self: { }) {inherit (pkgs) z3;}; "sbv" = callPackage - ({ mkDerivation, array, async, base, bench-show, bytestring - , containers, deepseq, directory, doctest, filepath, gauge, Glob - , hlint, libBF, mtl, pretty, process, QuickCheck, random, silently - , syb, tasty, tasty-golden, tasty-hunit, tasty-quickcheck - , template-haskell, text, time, transformers, uniplate, z3 - }: - mkDerivation { - pname = "sbv"; - version = "8.15"; - sha256 = "11qzh2gfq9v8cxz6jjbipnfiwjs0hw34ghg5gdpr0h7bj77in30p"; - revision = "1"; - editedCabalFile = "16bbwp94hzwgj0im1rd106hbz3hx2wymq43r8pcqpcxd439wwmv3"; - enableSeparateDataOutput = true; - libraryHaskellDepends = [ - array async base containers deepseq directory filepath libBF mtl - pretty process QuickCheck random syb template-haskell text time - transformers uniplate - ]; - testHaskellDepends = [ - base bytestring containers directory doctest filepath Glob hlint - mtl QuickCheck random tasty tasty-golden tasty-hunit - tasty-quickcheck - ]; - testSystemDepends = [ z3 ]; - benchmarkHaskellDepends = [ - base bench-show containers deepseq directory filepath gauge mtl - process random silently syb text time - ]; - description = "SMT Based Verification: Symbolic Haskell theorem prover using SMT solving"; - license = lib.licenses.bsd3; - }) {inherit (pkgs) z3;}; - - "sbv_8_17" = callPackage ({ mkDerivation, array, async, base, bench-show, bytestring , containers, deepseq, directory, doctest, filepath, gauge, Glob , hlint, libBF, mtl, pretty, process, QuickCheck, random, silently @@ -241317,7 +235166,6 @@ self: { ]; description = "SMT Based Verification: Symbolic Haskell theorem prover using SMT solving"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; }) {inherit (pkgs) z3;}; "sbvPlugin" = callPackage @@ -241839,26 +235687,6 @@ self: { }) {}; "scheduler" = callPackage - ({ mkDerivation, atomic-primops, base, deepseq, doctest, exceptions - , genvalidity-hspec, hspec, mwc-random, primitive, pvar, QuickCheck - , template-haskell, unliftio, unliftio-core, vector - }: - mkDerivation { - pname = "scheduler"; - version = "1.5.0"; - sha256 = "19sgc3ydbjjlgd6jh9pqfxv3gq1mbgaicshf7kbj5yf5cnimq5vp"; - libraryHaskellDepends = [ - atomic-primops base deepseq exceptions primitive pvar unliftio-core - ]; - testHaskellDepends = [ - base deepseq doctest genvalidity-hspec hspec mwc-random QuickCheck - template-haskell unliftio vector - ]; - description = "Work stealing scheduler"; - license = lib.licenses.bsd3; - }) {}; - - "scheduler_2_0_0_1" = callPackage ({ mkDerivation, atomic-primops, base, deepseq, exceptions , genvalidity-hspec, hspec, hspec-discover, primitive, pvar , QuickCheck, unliftio, unliftio-core @@ -241876,7 +235704,6 @@ self: { testToolDepends = [ hspec-discover ]; description = "Work stealing scheduler"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; }) {}; "scheduling" = callPackage @@ -242191,8 +236018,8 @@ self: { "scientific" = callPackage ({ mkDerivation, base, binary, bytestring, containers, criterion - , deepseq, hashable, integer-gmp, integer-logarithms, primitive - , QuickCheck, smallcheck, tasty, tasty-hunit, tasty-quickcheck + , deepseq, hashable, integer-logarithms, primitive, QuickCheck + , smallcheck, tasty, tasty-hunit, tasty-quickcheck , tasty-smallcheck, template-haskell, text }: mkDerivation { @@ -242202,7 +236029,7 @@ self: { revision = "2"; editedCabalFile = "01vmr4pz1j0xjcln61m7gng6bzhgri56h05x7sl6xbxjps15likn"; libraryHaskellDepends = [ - base binary bytestring containers deepseq hashable integer-gmp + base binary bytestring containers deepseq hashable integer-logarithms primitive template-haskell text ]; testHaskellDepends = [ @@ -243158,29 +236985,6 @@ self: { }) {}; "sdl2-gfx" = callPackage - ({ mkDerivation, base, bytestring, lifted-base, linear - , monad-control, SDL2, sdl2, SDL2_gfx, template-haskell, text - , transformers, vector - }: - mkDerivation { - pname = "sdl2-gfx"; - version = "0.2"; - sha256 = "03f541vrp1ifn26kzakamlc5f8pr9rfcf808cp6q5mvmlsvi07lc"; - revision = "1"; - editedCabalFile = "1gdasf1rq7gszfhin521cni8bxfzanvssznfi8m2fkgwz6ichhpv"; - isLibrary = true; - isExecutable = true; - libraryHaskellDepends = [ - base bytestring lifted-base linear monad-control sdl2 - template-haskell text transformers vector - ]; - libraryPkgconfigDepends = [ SDL2 SDL2_gfx ]; - executableHaskellDepends = [ base linear sdl2 vector ]; - description = "Bindings to SDL2_gfx"; - license = lib.licenses.mit; - }) {inherit (pkgs) SDL2; inherit (pkgs) SDL2_gfx;}; - - "sdl2-gfx_0_3_0_0" = callPackage ({ mkDerivation, base, lifted-base, monad-control, SDL2, sdl2 , SDL2_gfx, template-haskell, vector }: @@ -243200,31 +237004,9 @@ self: { executablePkgconfigDepends = [ SDL2 SDL2_gfx ]; description = "Haskell bindings to SDL2_gfx"; license = lib.licenses.mit; - hydraPlatforms = lib.platforms.none; }) {inherit (pkgs) SDL2; inherit (pkgs) SDL2_gfx;}; "sdl2-image" = callPackage - ({ mkDerivation, base, bytestring, SDL2, sdl2, SDL2_image - , template-haskell, text, transformers - }: - mkDerivation { - pname = "sdl2-image"; - version = "2.0.0"; - sha256 = "1pr6dkg73cy9z0w54lrkj9c5bhxj56nl92lxikjy8kz6nyr455rr"; - revision = "1"; - editedCabalFile = "0471p3d1ws5n7r072xgk38n3vzs6ijjkmpv1r05vxn6qninlnq6m"; - isLibrary = true; - isExecutable = true; - libraryHaskellDepends = [ - base bytestring sdl2 template-haskell text transformers - ]; - libraryPkgconfigDepends = [ SDL2 SDL2_image ]; - executableHaskellDepends = [ base sdl2 text ]; - description = "Bindings to SDL2_image"; - license = lib.licenses.mit; - }) {inherit (pkgs) SDL2; inherit (pkgs) SDL2_image;}; - - "sdl2-image_2_1_0_0" = callPackage ({ mkDerivation, base, bytestring, SDL2, sdl2, SDL2_image , template-haskell, text }: @@ -243244,35 +237026,9 @@ self: { executablePkgconfigDepends = [ SDL2 SDL2_image ]; description = "Haskell bindings to SDL2_image"; license = lib.licenses.mit; - hydraPlatforms = lib.platforms.none; }) {inherit (pkgs) SDL2; inherit (pkgs) SDL2_image;}; "sdl2-mixer" = callPackage - ({ mkDerivation, base, bytestring, data-default-class, lifted-base - , monad-control, sdl2, SDL2_mixer, template-haskell, vector - }: - mkDerivation { - pname = "sdl2-mixer"; - version = "1.1.0"; - sha256 = "1k8avyccq5l9z7bwxigim312yaancxl1sr3q6a96bcm7pnhiak0g"; - revision = "1"; - editedCabalFile = "06h708gbvl5z590p6fn10ck6yxjzyjjbmvk6mxcwgygbj76sw2f8"; - isLibrary = true; - isExecutable = true; - libraryHaskellDepends = [ - base bytestring data-default-class lifted-base monad-control sdl2 - template-haskell vector - ]; - librarySystemDepends = [ SDL2_mixer ]; - libraryPkgconfigDepends = [ SDL2_mixer ]; - description = "Bindings to SDL2_mixer"; - license = lib.licenses.bsd3; - platforms = [ - "aarch64-linux" "armv7l-linux" "i686-linux" "x86_64-linux" - ]; - }) {inherit (pkgs) SDL2_mixer;}; - - "sdl2-mixer_1_2_0_0" = callPackage ({ mkDerivation, base, bytestring, data-default-class, lifted-base , monad-control, sdl2, SDL2_mixer, template-haskell, vector }: @@ -243296,7 +237052,6 @@ self: { platforms = [ "aarch64-linux" "armv7l-linux" "i686-linux" "x86_64-linux" ]; - hydraPlatforms = lib.platforms.none; }) {inherit (pkgs) SDL2_mixer;}; "sdl2-sprite" = callPackage @@ -243757,33 +237512,6 @@ self: { }) {inherit (pkgs) secp256k1;}; "secp256k1-haskell" = callPackage - ({ mkDerivation, base, base16-bytestring, bytestring, cereal - , deepseq, entropy, hashable, hspec, hspec-discover, HUnit - , monad-par, mtl, QuickCheck, secp256k1, string-conversions - , unliftio-core - }: - mkDerivation { - pname = "secp256k1-haskell"; - version = "0.5.0"; - sha256 = "18mp6ljqwrymvk5gl7v09xq0r7c2fhkvjfs8gdlzwgql35di5g7d"; - libraryHaskellDepends = [ - base base16-bytestring bytestring cereal deepseq entropy hashable - QuickCheck string-conversions unliftio-core - ]; - libraryPkgconfigDepends = [ secp256k1 ]; - testHaskellDepends = [ - base base16-bytestring bytestring cereal deepseq entropy hashable - hspec HUnit monad-par mtl QuickCheck string-conversions - unliftio-core - ]; - testToolDepends = [ hspec-discover ]; - description = "Bindings for secp256k1"; - license = lib.licenses.mit; - hydraPlatforms = lib.platforms.none; - broken = true; - }) {inherit (pkgs) secp256k1;}; - - "secp256k1-haskell_0_6_0" = callPackage ({ mkDerivation, base, base16, bytestring, cereal, deepseq, entropy , hashable, hspec, hspec-discover, HUnit, monad-par, mtl , QuickCheck, secp256k1, string-conversions, unliftio-core @@ -244085,23 +237813,6 @@ self: { }) {}; "selective" = callPackage - ({ mkDerivation, base, containers, mtl, QuickCheck, tasty - , tasty-expected-failure, tasty-quickcheck, transformers - }: - mkDerivation { - pname = "selective"; - version = "0.4.2"; - sha256 = "1mg5hnr3f4zjh3ajy16jkxj630rnfa9iqnnmpjqd9gkjdxpssd5l"; - libraryHaskellDepends = [ base containers transformers ]; - testHaskellDepends = [ - base containers mtl QuickCheck tasty tasty-expected-failure - tasty-quickcheck transformers - ]; - description = "Selective applicative functors"; - license = lib.licenses.mit; - }) {}; - - "selective_0_5" = callPackage ({ mkDerivation, base, containers, QuickCheck, transformers }: mkDerivation { pname = "selective"; @@ -244111,7 +237822,6 @@ self: { testHaskellDepends = [ base containers QuickCheck transformers ]; description = "Selective applicative functors"; license = lib.licenses.mit; - hydraPlatforms = lib.platforms.none; }) {}; "selectors" = callPackage @@ -244293,22 +238003,6 @@ self: { }) {}; "semialign" = callPackage - ({ mkDerivation, base, containers, hashable, semigroupoids, tagged - , these, transformers, unordered-containers, vector - }: - mkDerivation { - pname = "semialign"; - version = "1.1.0.1"; - sha256 = "11qs4imy3cq4cx9mm6g30r6qk3rngqrmz7lkl5379gs1yvgvs44q"; - libraryHaskellDepends = [ - base containers hashable semigroupoids tagged these transformers - unordered-containers vector - ]; - description = "Align and Zip type-classes from the common Semialign ancestor"; - license = lib.licenses.bsd3; - }) {}; - - "semialign_1_2_0_1" = callPackage ({ mkDerivation, base, containers, hashable, indexed-traversable , indexed-traversable-instances, semigroupoids, tagged, these , transformers, unordered-containers, vector @@ -244326,7 +238020,6 @@ self: { ]; description = "Align and Zip type-classes from the common Semialign ancestor"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; }) {}; "semialign-extras" = callPackage @@ -244350,24 +238043,6 @@ self: { }) {}; "semialign-indexed" = callPackage - ({ mkDerivation, base, containers, hashable, lens, semialign, these - , unordered-containers, vector - }: - mkDerivation { - pname = "semialign-indexed"; - version = "1.1"; - sha256 = "1b6amfhwk968ah56w8vala3hbpzf9mfza2ajhdnvzcdiyqyxvwb0"; - revision = "2"; - editedCabalFile = "0vmvmnmb79cc11rbl136z74yyb16klswpx38ayxal8m52lyggqpv"; - libraryHaskellDepends = [ - base containers hashable lens semialign these unordered-containers - vector - ]; - description = "SemialignWithIndex, i.e. izipWith and ialignWith"; - license = lib.licenses.bsd3; - }) {}; - - "semialign-indexed_1_2" = callPackage ({ mkDerivation, base, lens, semialign }: mkDerivation { pname = "semialign-indexed"; @@ -244377,28 +238052,9 @@ self: { doHaddock = false; description = "SemialignWithIndex, i.e. izipWith and ialignWith"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; }) {}; "semialign-optics" = callPackage - ({ mkDerivation, base, containers, hashable, optics-extra - , semialign, these, unordered-containers, vector - }: - mkDerivation { - pname = "semialign-optics"; - version = "1.1"; - sha256 = "1ffibnk1hsdnny5jm85j07f05k81pzzai4jljlj12nn687rbb59y"; - revision = "2"; - editedCabalFile = "011kjr5ya0s7l1dic7gvzvgvps02rn033125v8c9r9dp2mlgyjam"; - libraryHaskellDepends = [ - base containers hashable optics-extra semialign these - unordered-containers vector - ]; - description = "SemialignWithIndex, i.e. izipWith and ialignWith"; - license = lib.licenses.bsd3; - }) {}; - - "semialign-optics_1_2" = callPackage ({ mkDerivation, base, optics-core, semialign }: mkDerivation { pname = "semialign-optics"; @@ -244410,7 +238066,6 @@ self: { doHaddock = false; description = "SemialignWithIndex, i.e. izipWith and ialignWith"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; }) {}; "semibounded-lattices" = callPackage @@ -245031,10 +238686,8 @@ self: { }: mkDerivation { pname = "sequence-formats"; - version = "1.6.1"; - sha256 = "0r2p8aap9z82yhw6gagl1h7s8v05zf6w82qzhqr6p1msv183fm2a"; - revision = "1"; - editedCabalFile = "1alwdzr8m41ckyipxzaamyb7j7lbz41wmxsqzz57a9z8dfvfx01j"; + version = "1.6.3"; + sha256 = "0ilirvbi5jzqzrpqg2b8v2w0c3pwvgcshvvp821rvcqkfl9wfvj3"; libraryHaskellDepends = [ attoparsec base bytestring containers errors exceptions foldl lens-family pipes pipes-attoparsec pipes-bytestring pipes-safe @@ -245051,13 +238704,13 @@ self: { "sequenceTools" = callPackage ({ mkDerivation, ansi-wl-pprint, base, bytestring, foldl, hspec , lens-family, optparse-applicative, pipes, pipes-group - , pipes-ordered-zip, pipes-safe, random, rio, sequence-formats - , split, vector + , pipes-ordered-zip, pipes-safe, random, sequence-formats, split + , transformers, vector }: mkDerivation { pname = "sequenceTools"; - version = "1.5.0"; - sha256 = "0w3pk38nr0c6z0a7zpnh0kcdm7wpx7jcr0lmml56hab40filsh6c"; + version = "1.5.2"; + sha256 = "1fbdsyszmkgwiv06145s76m22a60xmmgrhv9xfwc1691jjwwbdl3"; isLibrary = true; isExecutable = true; libraryHaskellDepends = [ @@ -245067,7 +238720,7 @@ self: { executableHaskellDepends = [ ansi-wl-pprint base bytestring foldl lens-family optparse-applicative pipes pipes-group pipes-ordered-zip pipes-safe - random rio sequence-formats split vector + random sequence-formats split transformers vector ]; testHaskellDepends = [ base bytestring hspec pipes sequence-formats vector @@ -245347,32 +239000,6 @@ self: { }) {}; "servant" = callPackage - ({ mkDerivation, aeson, attoparsec, base, base-compat, bifunctors - , bytestring, case-insensitive, deepseq, hspec, hspec-discover - , http-api-data, http-media, http-types, mmorph, mtl, network-uri - , QuickCheck, quickcheck-instances, singleton-bool, sop-core - , string-conversions, tagged, text, transformers, vault - }: - mkDerivation { - pname = "servant"; - version = "0.18.3"; - sha256 = "033ykm8l7a9bjcwb3v9d0ljglq1sxpjm1iss7nqakpyxljcg2sxp"; - libraryHaskellDepends = [ - aeson attoparsec base base-compat bifunctors bytestring - case-insensitive deepseq http-api-data http-media http-types mmorph - mtl network-uri QuickCheck singleton-bool sop-core - string-conversions tagged text transformers vault - ]; - testHaskellDepends = [ - aeson base base-compat bytestring hspec http-media mtl QuickCheck - quickcheck-instances string-conversions text transformers - ]; - testToolDepends = [ hspec-discover ]; - description = "A family of combinators for defining webservices APIs"; - license = lib.licenses.bsd3; - }) {}; - - "servant_0_19" = callPackage ({ mkDerivation, aeson, attoparsec, base, base-compat, bifunctors , bytestring, case-insensitive, constraints, deepseq, hspec , hspec-discover, http-api-data, http-media, http-types, mmorph @@ -245397,7 +239024,6 @@ self: { testToolDepends = [ hspec-discover ]; description = "A family of combinators for defining webservices APIs"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; }) {}; "servant-JuicyPixels" = callPackage @@ -245882,9 +239508,9 @@ self: { }) {}; "servant-checked-exceptions-core" = callPackage - ({ mkDerivation, aeson, base, bytestring, contravariant, doctest - , Glob, http-media, http-types, mtl, profunctors, servant - , servant-docs, tagged, text, transformers, world-peace + ({ mkDerivation, aeson, base, bytestring, contravariant, http-media + , http-types, mtl, profunctors, servant, servant-docs, tagged, text + , transformers, world-peace }: mkDerivation { pname = "servant-checked-exceptions-core"; @@ -245897,7 +239523,6 @@ self: { profunctors servant servant-docs tagged text transformers world-peace ]; - testHaskellDepends = [ base doctest Glob ]; description = "Checked exceptions for Servant APIs"; license = lib.licenses.bsd3; }) {}; @@ -245930,36 +239555,6 @@ self: { }) {}; "servant-client" = callPackage - ({ mkDerivation, aeson, base, base-compat, bytestring, containers - , deepseq, entropy, exceptions, hspec, hspec-discover - , http-api-data, http-client, http-media, http-types, HUnit - , kan-extensions, markdown-unlit, monad-control, mtl, network - , QuickCheck, semigroupoids, servant, servant-client-core - , servant-server, sop-core, stm, tdigest, text, time, transformers - , transformers-base, transformers-compat, wai, warp - }: - mkDerivation { - pname = "servant-client"; - version = "0.18.3"; - sha256 = "0ddn7x9z2znkkyn6l2x6a85vq673q4vppr0q9n56ibvl3k3saxj0"; - libraryHaskellDepends = [ - base base-compat bytestring containers deepseq exceptions - http-client http-media http-types kan-extensions monad-control mtl - semigroupoids servant servant-client-core stm text time - transformers transformers-base transformers-compat - ]; - testHaskellDepends = [ - aeson base base-compat bytestring entropy hspec http-api-data - http-client http-types HUnit kan-extensions markdown-unlit mtl - network QuickCheck servant servant-client-core servant-server - sop-core stm tdigest text transformers transformers-compat wai warp - ]; - testToolDepends = [ hspec-discover markdown-unlit ]; - description = "Automatic derivation of querying functions for servant"; - license = lib.licenses.bsd3; - }) {}; - - "servant-client_0_19" = callPackage ({ mkDerivation, aeson, base, base-compat, bytestring, containers , deepseq, entropy, exceptions, hspec, hspec-discover , http-api-data, http-client, http-media, http-types, HUnit @@ -245987,31 +239582,9 @@ self: { testToolDepends = [ hspec-discover markdown-unlit ]; description = "Automatic derivation of querying functions for servant"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; }) {}; "servant-client-core" = callPackage - ({ mkDerivation, aeson, base, base-compat, base64-bytestring - , bytestring, containers, deepseq, exceptions, free, hspec - , hspec-discover, http-media, http-types, network-uri, QuickCheck - , safe, servant, sop-core, template-haskell, text, transformers - }: - mkDerivation { - pname = "servant-client-core"; - version = "0.18.3"; - sha256 = "1iln4axymmmk3ib0wxmpzjgq16lip8nz7xich3ysgzx6g2n15xsd"; - libraryHaskellDepends = [ - aeson base base-compat base64-bytestring bytestring containers - deepseq exceptions free http-media http-types network-uri safe - servant sop-core template-haskell text transformers - ]; - testHaskellDepends = [ base base-compat deepseq hspec QuickCheck ]; - testToolDepends = [ hspec-discover ]; - description = "Core functionality and class for client function generation for servant APIs"; - license = lib.licenses.bsd3; - }) {}; - - "servant-client-core_0_19" = callPackage ({ mkDerivation, aeson, base, base-compat, base64-bytestring , bytestring, constraints, containers, deepseq, exceptions, free , hspec, hspec-discover, http-media, http-types, network-uri @@ -246032,7 +239605,6 @@ self: { testToolDepends = [ hspec-discover ]; description = "Core functionality and class for client function generation for servant APIs"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; }) {}; "servant-client-js" = callPackage @@ -246183,34 +239755,6 @@ self: { }) {}; "servant-docs" = callPackage - ({ mkDerivation, aeson, aeson-pretty, base, base-compat, bytestring - , case-insensitive, hashable, http-media, http-types, lens, servant - , string-conversions, tasty, tasty-golden, tasty-hunit, text - , transformers, universe-base, unordered-containers - }: - mkDerivation { - pname = "servant-docs"; - version = "0.11.9"; - sha256 = "0ynjyyxlzb2j5d92rryqqa97rp16582mbmvnv7syczha5ziq24nk"; - isLibrary = true; - isExecutable = true; - libraryHaskellDepends = [ - aeson aeson-pretty base base-compat bytestring case-insensitive - hashable http-media http-types lens servant string-conversions text - universe-base unordered-containers - ]; - executableHaskellDepends = [ - aeson base lens servant string-conversions text - ]; - testHaskellDepends = [ - aeson base base-compat lens servant string-conversions tasty - tasty-golden tasty-hunit transformers - ]; - description = "generate API docs for your servant webservice"; - license = lib.licenses.bsd3; - }) {}; - - "servant-docs_0_12" = callPackage ({ mkDerivation, aeson, aeson-pretty, base, base-compat, bytestring , case-insensitive, hashable, http-media, http-types, lens, servant , string-conversions, tasty, tasty-golden, tasty-hunit, text @@ -246236,7 +239780,6 @@ self: { ]; description = "generate API docs for your servant webservice"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; }) {}; "servant-docs-simple" = callPackage @@ -246635,41 +240178,6 @@ self: { }) {}; "servant-http-streams" = callPackage - ({ mkDerivation, aeson, base, base-compat, bytestring - , case-insensitive, containers, deepseq, entropy, exceptions, hspec - , hspec-discover, http-api-data, http-common, http-media - , http-streams, http-types, HUnit, io-streams, kan-extensions - , markdown-unlit, monad-control, mtl, network, QuickCheck - , semigroupoids, servant, servant-client-core, servant-server, stm - , tdigest, text, time, transformers, transformers-base - , transformers-compat, wai, warp - }: - mkDerivation { - pname = "servant-http-streams"; - version = "0.18.3"; - sha256 = "0cc4qmbzq4n1yp5yfg76w1skkksh13qlbza9i2pgsxa9sc39s5fa"; - libraryHaskellDepends = [ - base base-compat bytestring case-insensitive containers deepseq - exceptions http-common http-media http-streams http-types - io-streams kan-extensions monad-control mtl semigroupoids servant - servant-client-core text time transformers transformers-base - transformers-compat - ]; - testHaskellDepends = [ - aeson base base-compat bytestring deepseq entropy hspec - http-api-data http-streams http-types HUnit kan-extensions - markdown-unlit mtl network QuickCheck servant servant-client-core - servant-server stm tdigest text transformers transformers-compat - wai warp - ]; - testToolDepends = [ hspec-discover markdown-unlit ]; - description = "Automatic derivation of querying functions for servant"; - license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; - }) {}; - - "servant-http-streams_0_18_4" = callPackage ({ mkDerivation, aeson, base, base-compat, bytestring , case-insensitive, containers, deepseq, entropy, exceptions, hspec , hspec-discover, http-api-data, http-common, http-media @@ -247579,41 +241087,6 @@ self: { }) {}; "servant-server" = callPackage - ({ mkDerivation, aeson, base, base-compat, base64-bytestring - , bytestring, containers, directory, exceptions, filepath, hspec - , hspec-discover, hspec-wai, http-api-data, http-media, http-types - , monad-control, mtl, network, network-uri, QuickCheck, resourcet - , safe, servant, should-not-typecheck, sop-core, string-conversions - , tagged, temporary, text, transformers, transformers-base - , transformers-compat, wai, wai-app-static, wai-extra, warp, word8 - }: - mkDerivation { - pname = "servant-server"; - version = "0.18.3"; - sha256 = "1gng0in85as45aprwy19xaqlgmwfx0pkly150d2v96knhbcwsshk"; - isLibrary = true; - isExecutable = true; - libraryHaskellDepends = [ - base base-compat base64-bytestring bytestring containers exceptions - filepath http-api-data http-media http-types monad-control mtl - network network-uri resourcet servant sop-core string-conversions - tagged text transformers transformers-base wai wai-app-static word8 - ]; - executableHaskellDepends = [ - aeson base base-compat servant text wai warp - ]; - testHaskellDepends = [ - aeson base base-compat base64-bytestring bytestring directory hspec - hspec-wai http-types mtl QuickCheck resourcet safe servant - should-not-typecheck sop-core string-conversions temporary text - transformers transformers-compat wai wai-extra - ]; - testToolDepends = [ hspec-discover ]; - description = "A family of combinators for defining webservices APIs and serving them"; - license = lib.licenses.bsd3; - }) {}; - - "servant-server_0_19" = callPackage ({ mkDerivation, aeson, base, base-compat, base64-bytestring , bytestring, constraints, containers, directory, exceptions , filepath, hspec, hspec-discover, hspec-wai, http-api-data @@ -247648,7 +241121,6 @@ self: { testToolDepends = [ hspec-discover ]; description = "A family of combinators for defining webservices APIs and serving them"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; }) {}; "servant-server-namedargs" = callPackage @@ -249005,8 +242477,8 @@ self: { pname = "sexp-grammar"; version = "2.3.3.1"; sha256 = "08sqpk5qgq3mqlxvz24sw43m52khynpf41cnd4yif4b4ri583mb9"; - revision = "1"; - editedCabalFile = "1g7bzfkphrih83vqx4l4vdwyn700lihz2vnwp5gnrrf2ka4zswx6"; + revision = "2"; + editedCabalFile = "0gcaq5pbdrd7h1isxjdkv0xpx3a9ysr4c4fp6hjl3ppj7hkkn34l"; libraryHaskellDepends = [ array base bytestring containers data-fix deepseq invertible-grammar prettyprinter recursion-schemes scientific @@ -250388,35 +243860,6 @@ self: { }) {}; "shelly" = callPackage - ({ mkDerivation, async, base, bytestring, containers, directory - , enclosed-exceptions, exceptions, filepath, hspec, hspec-contrib - , HUnit, lifted-async, lifted-base, monad-control, mtl, process - , text, time, transformers, transformers-base, unix, unix-compat - }: - mkDerivation { - pname = "shelly"; - version = "1.9.0"; - sha256 = "1kma77gixhyciimh19p64h1ndbcrs9qhk8fgyv71iqh5q57zvday"; - revision = "3"; - editedCabalFile = "0jgd4jx16sm055riacqfvccnm3r5mz33ynxf41ckvkx42wxd98hp"; - isLibrary = true; - isExecutable = true; - libraryHaskellDepends = [ - async base bytestring containers directory enclosed-exceptions - exceptions filepath lifted-async lifted-base monad-control mtl - process text time transformers transformers-base unix unix-compat - ]; - testHaskellDepends = [ - async base bytestring containers directory enclosed-exceptions - exceptions filepath hspec hspec-contrib HUnit lifted-async - lifted-base monad-control mtl process text time transformers - transformers-base unix unix-compat - ]; - description = "shell-like (systems) programming in Haskell"; - license = lib.licenses.bsd3; - }) {}; - - "shelly_1_10_0" = callPackage ({ mkDerivation, async, base, bytestring, containers, directory , enclosed-exceptions, exceptions, filepath, hspec, hspec-contrib , HUnit, lifted-async, lifted-base, monad-control, mtl, process @@ -250439,7 +243882,6 @@ self: { ]; description = "shell-like (systems) programming in Haskell"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; }) {}; "shelly-extra" = callPackage @@ -250539,26 +243981,6 @@ self: { }) {}; "shikensu" = callPackage - ({ mkDerivation, aeson, base, bytestring, directory, filepath, flow - , Glob, tasty, tasty-hunit, text, unordered-containers - }: - mkDerivation { - pname = "shikensu"; - version = "0.3.11"; - sha256 = "041hqvlfi28ynfcln80dwm1i5g4pjl7ydx0bys35lw92fl39zxb9"; - libraryHaskellDepends = [ - aeson base bytestring directory filepath flow Glob text - unordered-containers - ]; - testHaskellDepends = [ - aeson base bytestring directory filepath flow Glob tasty - tasty-hunit text unordered-containers - ]; - description = "Run a sequence of functions on in-memory representations of files"; - license = lib.licenses.mit; - }) {}; - - "shikensu_0_4_1" = callPackage ({ mkDerivation, aeson, base, bytestring, directory, filepath, flow , Glob, tasty, tasty-hunit, text, unordered-containers }: @@ -250576,7 +243998,6 @@ self: { ]; description = "Run a sequence of functions on in-memory representations of files"; license = lib.licenses.mit; - hydraPlatforms = lib.platforms.none; }) {}; "shimmer" = callPackage @@ -252753,19 +246174,6 @@ self: { }) {}; "singleton-bool" = callPackage - ({ mkDerivation, base, dec }: - mkDerivation { - pname = "singleton-bool"; - version = "0.1.5"; - sha256 = "17w9vv6arn7vvc7kykqcx81q2364ji43khrryl27r1cjx9yxapa0"; - revision = "3"; - editedCabalFile = "11rhzpy4xiry39bbxzwrqff75f0f4g7z0vkr3v9l8rv3w40jlf7x"; - libraryHaskellDepends = [ base dec ]; - description = "Type level booleans"; - license = lib.licenses.bsd3; - }) {}; - - "singleton-bool_0_1_6" = callPackage ({ mkDerivation, base, boring, dec, deepseq, some }: mkDerivation { pname = "singleton-bool"; @@ -252776,7 +246184,6 @@ self: { libraryHaskellDepends = [ base boring dec deepseq some ]; description = "Type level booleans"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; }) {}; "singleton-dict" = callPackage @@ -252793,17 +246200,6 @@ self: { }) {}; "singleton-nats" = callPackage - ({ mkDerivation, base, singletons }: - mkDerivation { - pname = "singleton-nats"; - version = "0.4.5"; - sha256 = "0qmkqfj8rch9qcczs05lm5l3sx29slmqw156g4hhr3d735xg4nk1"; - libraryHaskellDepends = [ base singletons ]; - description = "Unary natural numbers relying on the singletons infrastructure"; - license = lib.licenses.bsd3; - }) {}; - - "singleton-nats_0_4_6" = callPackage ({ mkDerivation, base, singletons, singletons-base }: mkDerivation { pname = "singleton-nats"; @@ -252814,7 +246210,6 @@ self: { libraryHaskellDepends = [ base singletons singletons-base ]; description = "Unary natural numbers relying on the singletons infrastructure"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; }) {}; "singleton-typelits" = callPackage @@ -252831,31 +246226,6 @@ self: { }) {}; "singletons" = callPackage - ({ mkDerivation, base, bytestring, Cabal, containers, deepseq - , directory, filepath, ghc-boot-th, mtl, pretty, process, syb - , tasty, tasty-golden, template-haskell, text, th-desugar - , transformers, turtle - }: - mkDerivation { - pname = "singletons"; - version = "2.7"; - sha256 = "0az22as3rbzkfzv6a4m779qgibwah5r77l0zdgml9x7ajpkdcaz1"; - revision = "1"; - editedCabalFile = "18vd0jnr3skf2fmj13g06gjjzgmw5rnsjqwivsmqs3pkfv9qi3sm"; - setupHaskellDepends = [ base Cabal directory filepath ]; - libraryHaskellDepends = [ - base containers ghc-boot-th mtl pretty syb template-haskell text - th-desugar transformers - ]; - testHaskellDepends = [ - base bytestring deepseq filepath process tasty tasty-golden text - turtle - ]; - description = "A framework for generating singleton types"; - license = lib.licenses.bsd3; - }) {}; - - "singletons_3_0_1" = callPackage ({ mkDerivation, base }: mkDerivation { pname = "singletons"; @@ -252865,10 +246235,32 @@ self: { testHaskellDepends = [ base ]; description = "Basic singleton types and definitions"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; }) {}; "singletons-base" = callPackage + ({ mkDerivation, base, bytestring, Cabal, deepseq, directory + , filepath, pretty, process, singletons, singletons-th, tasty + , tasty-golden, template-haskell, text, th-desugar, turtle + }: + mkDerivation { + pname = "singletons-base"; + version = "3.0"; + sha256 = "0syrh4f9rs4g643c90md1vqrpr6p8h8g8sh4x3j2dld12yvrw4wn"; + setupHaskellDepends = [ base Cabal directory filepath ]; + libraryHaskellDepends = [ + base pretty singletons singletons-th template-haskell text + th-desugar + ]; + testHaskellDepends = [ + base bytestring deepseq filepath process tasty tasty-golden text + turtle + ]; + description = "A promoted and singled version of the base library"; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + }) {}; + + "singletons-base_3_1" = callPackage ({ mkDerivation, base, bytestring, Cabal, deepseq, directory , filepath, pretty, process, singletons, singletons-th, tasty , tasty-golden, template-haskell, text, th-desugar, turtle @@ -252893,7 +246285,7 @@ self: { "singletons-presburger" = callPackage ({ mkDerivation, base, ghc-typelits-presburger, mtl, reflection - , singletons + , singletons, singletons-base }: mkDerivation { pname = "singletons-presburger"; @@ -252903,12 +246295,31 @@ self: { isExecutable = true; libraryHaskellDepends = [ base ghc-typelits-presburger mtl reflection singletons + singletons-base ]; description = "Presburger Arithmetic Solver for GHC Type-level natural numbers with Singletons package"; license = lib.licenses.bsd3; }) {}; "singletons-th" = callPackage + ({ mkDerivation, base, containers, ghc-boot-th, mtl, singletons + , syb, template-haskell, th-desugar, th-orphans, transformers + }: + mkDerivation { + pname = "singletons-th"; + version = "3.0"; + sha256 = "1c0w7sg0lbpizrzns4g55wxsk5jm8wlqw0w9rz4jzqwy15byb572"; + libraryHaskellDepends = [ + base containers ghc-boot-th mtl singletons syb template-haskell + th-desugar th-orphans transformers + ]; + description = "A framework for generating singleton types"; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; + }) {}; + + "singletons-th_3_1" = callPackage ({ mkDerivation, base, containers, ghc-boot-th, mtl, singletons , syb, template-haskell, th-desugar, th-orphans, transformers }: @@ -253442,6 +246853,22 @@ self: { broken = true; }) {}; + "sketch-frp-copilot" = callPackage + ({ mkDerivation, base, containers, copilot, copilot-c99 + , copilot-language, mtl, optparse-applicative + }: + mkDerivation { + pname = "sketch-frp-copilot"; + version = "1.0.1"; + sha256 = "0hm4bvlj7g9j6k2mc0s426s17nj4w1jpi0v052i2c7b0g7ahdxj8"; + libraryHaskellDepends = [ + base containers copilot copilot-c99 copilot-language mtl + optparse-applicative + ]; + description = "FRP sketch programming with Copilot"; + license = lib.licenses.bsd3; + }) {}; + "skews" = callPackage ({ mkDerivation, async, base, bytestring, deque, envy, hspec , network, websockets @@ -253524,27 +246951,6 @@ self: { }) {}; "skylighting" = callPackage - ({ mkDerivation, base, binary, blaze-html, bytestring, containers - , pretty-show, skylighting-core, text - }: - mkDerivation { - pname = "skylighting"; - version = "0.10.5.2"; - sha256 = "152ywiy7h04xjy0fdl571jwahl6c9350isqbm4p0na4cjd9cczzh"; - configureFlags = [ "-fexecutable" ]; - isLibrary = true; - isExecutable = true; - libraryHaskellDepends = [ - base binary containers skylighting-core - ]; - executableHaskellDepends = [ - base blaze-html bytestring containers pretty-show text - ]; - description = "syntax highlighting library"; - license = lib.licenses.gpl2Only; - }) {}; - - "skylighting_0_12_2" = callPackage ({ mkDerivation, base, binary, blaze-html, bytestring, containers , pretty-show, skylighting-core, text }: @@ -253563,41 +246969,9 @@ self: { ]; description = "syntax highlighting library"; license = lib.licenses.gpl2Only; - hydraPlatforms = lib.platforms.none; }) {}; "skylighting-core" = callPackage - ({ mkDerivation, aeson, ansi-terminal, attoparsec, base - , base64-bytestring, binary, blaze-html, bytestring - , case-insensitive, colour, containers, criterion, Diff, directory - , filepath, mtl, pretty-show, QuickCheck, safe, tasty, tasty-golden - , tasty-hunit, tasty-quickcheck, text, transformers, utf8-string - , xml-conduit - }: - mkDerivation { - pname = "skylighting-core"; - version = "0.10.5.2"; - sha256 = "0bskci0gng6nf324wna9ss4xbr1mwjkgk3mlfkr96r1m3wza5g3d"; - isLibrary = true; - isExecutable = true; - libraryHaskellDepends = [ - aeson ansi-terminal attoparsec base base64-bytestring binary - blaze-html bytestring case-insensitive colour containers directory - filepath mtl safe text transformers utf8-string xml-conduit - ]; - testHaskellDepends = [ - aeson base bytestring containers Diff directory filepath - pretty-show QuickCheck tasty tasty-golden tasty-hunit - tasty-quickcheck text - ]; - benchmarkHaskellDepends = [ - base containers criterion directory filepath text - ]; - description = "syntax highlighting library"; - license = lib.licenses.bsd3; - }) {}; - - "skylighting-core_0_12_2" = callPackage ({ mkDerivation, aeson, ansi-terminal, attoparsec, base , base64-bytestring, binary, blaze-html, bytestring , case-insensitive, colour, containers, criterion, Diff, directory @@ -253626,7 +247000,6 @@ self: { ]; description = "syntax highlighting library"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; }) {}; "skylighting-extensions" = callPackage @@ -254179,29 +247552,6 @@ self: { }) {}; "slynx" = callPackage - ({ mkDerivation, attoparsec, base, bytestring, containers - , elynx-markov, elynx-seq, elynx-tools, elynx-tree, hmatrix - , monad-logger, mwc-random, optparse-applicative, statistics, text - , transformers, vector - }: - mkDerivation { - pname = "slynx"; - version = "0.5.1.1"; - sha256 = "1qj68fl98j0l83iny0wcdjmc80qnjc0dzkc5n1q3zl10wl10c8mc"; - isLibrary = true; - isExecutable = true; - libraryHaskellDepends = [ - attoparsec base bytestring containers elynx-markov elynx-seq - elynx-tools elynx-tree hmatrix monad-logger mwc-random - optparse-applicative statistics text transformers vector - ]; - executableHaskellDepends = [ base ]; - description = "Handle molecular sequences"; - license = lib.licenses.gpl3Plus; - maintainers = with lib.maintainers; [ dschrempf ]; - }) {}; - - "slynx_0_6_1_0" = callPackage ({ mkDerivation, aeson, attoparsec, base, bytestring, containers , elynx-markov, elynx-seq, elynx-tools, elynx-tree, hmatrix , mwc-random, optparse-applicative, statistics, text, transformers @@ -254221,7 +247571,6 @@ self: { executableHaskellDepends = [ base ]; description = "Handle molecular sequences"; license = lib.licenses.gpl3Plus; - hydraPlatforms = lib.platforms.none; maintainers = with lib.maintainers; [ dschrempf ]; }) {}; @@ -257194,18 +250543,6 @@ self: { }) {}; "some" = callPackage - ({ mkDerivation, base, deepseq }: - mkDerivation { - pname = "some"; - version = "1.0.2"; - sha256 = "12mv5gzcvl4n5rz685r2nmmiykvnkvrvx7k4cvwscdjjgnqa9y6c"; - libraryHaskellDepends = [ base deepseq ]; - testHaskellDepends = [ base ]; - description = "Existential type: Some"; - license = lib.licenses.bsd3; - }) {}; - - "some_1_0_3" = callPackage ({ mkDerivation, base, deepseq }: mkDerivation { pname = "some"; @@ -257217,7 +250554,6 @@ self: { testHaskellDepends = [ base ]; description = "Existential type: Some"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; }) {}; "some-dict-of" = callPackage @@ -258296,23 +251632,6 @@ self: { }) {}; "speculate" = callPackage - ({ mkDerivation, base, cmdargs, containers, express, leancheck }: - mkDerivation { - pname = "speculate"; - version = "0.4.10"; - sha256 = "05yypi40k5ijml8zbv195pfl5xa1l5cz4sx5mz721jr6dvag6jn8"; - libraryHaskellDepends = [ - base cmdargs containers express leancheck - ]; - testHaskellDepends = [ base express leancheck ]; - benchmarkHaskellDepends = [ base express leancheck ]; - description = "discovery of properties about Haskell functions"; - license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; - }) {}; - - "speculate_0_4_14" = callPackage ({ mkDerivation, base, cmdargs, containers, express, leancheck }: mkDerivation { pname = "speculate"; @@ -259382,48 +252701,6 @@ self: { }) {}; "squeal-postgresql" = callPackage - ({ mkDerivation, aeson, async, base, binary, binary-parser - , bytestring, bytestring-strict-builder, deepseq, doctest - , exceptions, free-categories, gauge, generic-random, generics-sop - , hedgehog, hspec, mmorph, monad-control, monad-loops, mtl - , network-ip, postgresql-binary, postgresql-libpq, profunctors - , QuickCheck, quickcheck-instances, records-sop, resource-pool - , scientific, text, time, transformers, transformers-base, unliftio - , unliftio-pool, uuid-types, vector, with-utf8 - }: - mkDerivation { - pname = "squeal-postgresql"; - version = "0.7.0.1"; - sha256 = "0r8rihfn2bmr32h06lcdmp6wiyj1c4m03x4y2sfq8bgwmn5xb50r"; - isLibrary = true; - isExecutable = true; - libraryHaskellDepends = [ - aeson base binary binary-parser bytestring - bytestring-strict-builder deepseq exceptions free-categories - generics-sop mmorph monad-control mtl network-ip postgresql-binary - postgresql-libpq profunctors records-sop resource-pool scientific - text time transformers transformers-base unliftio unliftio-pool - uuid-types vector - ]; - executableHaskellDepends = [ - base bytestring generics-sop mtl text transformers vector - ]; - testHaskellDepends = [ - async base bytestring doctest generics-sop hedgehog hspec mtl - scientific text time vector with-utf8 - ]; - benchmarkHaskellDepends = [ - base bytestring deepseq gauge generic-random generics-sop - monad-loops mtl QuickCheck quickcheck-instances scientific text - with-utf8 - ]; - description = "Squeal PostgreSQL Library"; - license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; - }) {}; - - "squeal-postgresql_0_8_1_1" = callPackage ({ mkDerivation, aeson, async, base, binary, binary-parser , bytestring, bytestring-strict-builder, deepseq, doctest , exceptions, free-categories, gauge, generic-random, generics-sop @@ -259992,42 +253269,6 @@ self: { }) {}; "stache" = callPackage - ({ mkDerivation, aeson, base, bytestring, containers, criterion - , deepseq, directory, file-embed, filepath, gitrev, hspec - , hspec-discover, hspec-megaparsec, megaparsec, mtl - , optparse-applicative, template-haskell, text - , unordered-containers, vector, yaml - }: - mkDerivation { - pname = "stache"; - version = "2.3.0"; - sha256 = "1gfmr9gcq9zm7ljp2nqmc41lpig11d19xsqzazr2mvm5ddsi69cr"; - revision = "1"; - editedCabalFile = "0akyrm2zf2aq73fqi07fnkns3waxqciyzawv0nmr8yhkdaqj6plj"; - isLibrary = true; - isExecutable = true; - enableSeparateDataOutput = true; - libraryHaskellDepends = [ - aeson base bytestring containers deepseq directory filepath - megaparsec mtl template-haskell text unordered-containers vector - ]; - executableHaskellDepends = [ - aeson base filepath gitrev optparse-applicative text - unordered-containers yaml - ]; - testHaskellDepends = [ - aeson base bytestring containers file-embed hspec hspec-megaparsec - megaparsec template-haskell text yaml - ]; - testToolDepends = [ hspec-discover ]; - benchmarkHaskellDepends = [ - aeson base criterion deepseq megaparsec text - ]; - description = "Mustache templates for Haskell"; - license = lib.licenses.bsd3; - }) {}; - - "stache_2_3_1" = callPackage ({ mkDerivation, aeson, base, bytestring, containers, criterion , deepseq, directory, file-embed, filepath, gitrev, hspec , hspec-discover, hspec-megaparsec, megaparsec, mtl @@ -260059,7 +253300,6 @@ self: { ]; description = "Mustache templates for Haskell"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; }) {}; "stack" = callPackage @@ -260899,31 +254139,6 @@ self: { }) {}; "stackcollapse-ghc" = callPackage - ({ mkDerivation, base, bytestring, containers, extra, foldl, hspec - , hspec-golden, recursion-schemes, rosezipper, safe, text - , transformers, utf8-string - }: - mkDerivation { - pname = "stackcollapse-ghc"; - version = "0.0.1.3"; - sha256 = "05271x47b2aik2msfm9f6jsazb174p667acwyd84vs73nygpbmdk"; - isLibrary = false; - isExecutable = true; - executableHaskellDepends = [ - base bytestring containers extra foldl recursion-schemes rosezipper - safe text transformers - ]; - testHaskellDepends = [ - base bytestring containers extra foldl hspec hspec-golden - recursion-schemes rosezipper safe text transformers utf8-string - ]; - description = "Program to fold GHC prof files into flamegraph input"; - license = lib.licenses.gpl3Only; - hydraPlatforms = lib.platforms.none; - broken = true; - }) {}; - - "stackcollapse-ghc_0_0_1_4" = callPackage ({ mkDerivation, base, bytestring, containers, extra, filepath , foldl, hspec, hspec-golden, recursion-schemes, rosezipper, safe , text, transformers, utf8-string @@ -261491,32 +254706,6 @@ self: { }) {}; "statistics" = callPackage - ({ mkDerivation, aeson, async, base, base-orphans, binary - , data-default-class, deepseq, dense-linear-algebra, erf, ieee754 - , math-functions, monad-par, mwc-random, primitive, QuickCheck - , tasty, tasty-expected-failure, tasty-hunit, tasty-quickcheck - , vector, vector-algorithms, vector-binary-instances - , vector-th-unbox - }: - mkDerivation { - pname = "statistics"; - version = "0.15.2.0"; - sha256 = "0j9awbg47fzb58k5z2wgkp6a0042j7hqrl1g6lyflrbsfswdp5n4"; - libraryHaskellDepends = [ - aeson async base base-orphans binary data-default-class deepseq - dense-linear-algebra math-functions monad-par mwc-random primitive - vector vector-algorithms vector-binary-instances vector-th-unbox - ]; - testHaskellDepends = [ - aeson base binary dense-linear-algebra erf ieee754 math-functions - mwc-random primitive QuickCheck tasty tasty-expected-failure - tasty-hunit tasty-quickcheck vector vector-algorithms - ]; - description = "A library of statistical types, data, and functions"; - license = lib.licenses.bsd2; - }) {}; - - "statistics_0_16_0_1" = callPackage ({ mkDerivation, aeson, async, base, binary, data-default-class , deepseq, dense-linear-algebra, erf, ieee754, math-functions , monad-par, mwc-random, primitive, QuickCheck, random, tasty @@ -261540,7 +254729,6 @@ self: { ]; description = "A library of statistical types, data, and functions"; license = lib.licenses.bsd2; - hydraPlatforms = lib.platforms.none; }) {}; "statistics-dirichlet" = callPackage @@ -261796,7 +254984,7 @@ self: { license = lib.licenses.publicDomain; }) {}; - "stb-image-redux_0_2_1_2" = callPackage + "stb-image-redux" = callPackage ({ mkDerivation, base, hspec, vector }: mkDerivation { pname = "stb-image-redux"; @@ -261810,20 +254998,6 @@ self: { broken = true; }) {}; - "stb-image-redux" = callPackage - ({ mkDerivation, base, hspec, vector }: - mkDerivation { - pname = "stb-image-redux"; - version = "0.2.1.3"; - sha256 = "01xm1vlyfmnnvr5vy9ry7cjwv9ffip0s4zlxcyvfnsgja08l5ni4"; - libraryHaskellDepends = [ base vector ]; - testHaskellDepends = [ base hspec vector ]; - description = "Image loading and writing microlibrary"; - license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; - }) {}; - "stb-truetype" = callPackage ({ mkDerivation, array, base, bytestring, containers }: mkDerivation { @@ -262648,21 +255822,6 @@ self: { }) {}; "storable-record" = callPackage - ({ mkDerivation, base, semigroups, transformers, utility-ht }: - mkDerivation { - pname = "storable-record"; - version = "0.0.5"; - sha256 = "17nf0bx3g169cpslf8prr5h5lvxl389m23rbsyb3kdai45fibpwf"; - isLibrary = true; - isExecutable = true; - libraryHaskellDepends = [ - base semigroups transformers utility-ht - ]; - description = "Elegant definition of Storable instances for records"; - license = lib.licenses.bsd3; - }) {}; - - "storable-record_0_0_6" = callPackage ({ mkDerivation, base, QuickCheck, semigroups, transformers , utility-ht }: @@ -262677,7 +255836,6 @@ self: { ]; description = "Elegant definition of Storable instances for records"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; }) {}; "storable-static-array" = callPackage @@ -263630,34 +256788,6 @@ self: { }) {}; "streamly" = callPackage - ({ mkDerivation, atomic-primops, base, containers, deepseq - , directory, exceptions, fusion-plugin-types, ghc, ghc-prim, heaps - , hspec, lockfree-queue, monad-control, mtl, network, primitive - , QuickCheck, random, transformers, transformers-base - }: - mkDerivation { - pname = "streamly"; - version = "0.7.3"; - sha256 = "11bjyyqc745igw7122284fjph0922l56jddnhfy5h7w84nj35ck3"; - revision = "1"; - editedCabalFile = "1fbhk59p5hjkxf4dnghs8wb70pyv0kx6br5sf4csf4vk1rkqyljw"; - isLibrary = true; - isExecutable = true; - libraryHaskellDepends = [ - atomic-primops base containers deepseq directory exceptions - fusion-plugin-types ghc-prim heaps lockfree-queue monad-control mtl - network primitive transformers transformers-base - ]; - testHaskellDepends = [ - base containers exceptions ghc hspec mtl QuickCheck random - transformers - ]; - description = "Beautiful Streaming, Concurrent and Reactive Composition"; - license = lib.licenses.bsd3; - maintainers = with lib.maintainers; [ maralorn ]; - }) {}; - - "streamly_0_8_1_1" = callPackage ({ mkDerivation, atomic-primops, base, containers, deepseq , directory, exceptions, filepath, fusion-plugin-types, ghc-prim , heaps, lockfree-queue, monad-control, mtl, network, primitive @@ -263677,7 +256807,6 @@ self: { ]; description = "Dataflow programming and declarative concurrency"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; maintainers = with lib.maintainers; [ maralorn ]; }) {}; @@ -263741,28 +256870,6 @@ self: { }) {}; "streamly-bytestring" = callPackage - ({ mkDerivation, base, bytestring, deepseq, directory, filepath - , gauge, hspec, hspec-discover, quickcheck-instances, random - , streamly, temporary - }: - mkDerivation { - pname = "streamly-bytestring"; - version = "0.1.2"; - sha256 = "1j9lpggz23idlkj8rvb8bqg29xfzb7cmzf3lhyc43i5w73jslkv3"; - libraryHaskellDepends = [ base bytestring streamly ]; - testHaskellDepends = [ - base bytestring directory filepath hspec hspec-discover - quickcheck-instances random streamly temporary - ]; - testToolDepends = [ hspec-discover ]; - benchmarkHaskellDepends = [ - base bytestring deepseq gauge random streamly - ]; - description = "Library for streamly and bytestring interoperation"; - license = lib.licenses.bsd3; - }) {}; - - "streamly-bytestring_0_1_4" = callPackage ({ mkDerivation, base, bytestring, deepseq, directory, filepath , gauge, hspec, hspec-discover, quickcheck-instances, random , streamly, temporary @@ -263782,7 +256889,6 @@ self: { ]; description = "Library for streamly and bytestring interoperation"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; }) {}; "streamly-cassava" = callPackage @@ -264281,21 +257387,6 @@ self: { }) {}; "strict-tuple-lens" = callPackage - ({ mkDerivation, base, lens, strict-tuple }: - mkDerivation { - pname = "strict-tuple-lens"; - version = "0.1.0.1"; - sha256 = "1vvhbzbyfvkx76scygg8gwfp01cw6ks38hk0gb70xdl2lyzi80wg"; - revision = "1"; - editedCabalFile = "0875r7kva6ym17fdklh18vm4s04sd9pj0w55km8jv2kmbkmfja8k"; - libraryHaskellDepends = [ base lens strict-tuple ]; - description = "Optics for the `strict-tuple` library"; - license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; - }) {}; - - "strict-tuple-lens_0_2" = callPackage ({ mkDerivation, base, lens, strict-tuple }: mkDerivation { pname = "strict-tuple-lens"; @@ -265006,23 +258097,6 @@ self: { }) {}; "strive" = callPackage - ({ mkDerivation, aeson, base, bytestring, data-default, gpolyline - , http-client, http-client-tls, http-types, template-haskell, text - , time, transformers - }: - mkDerivation { - pname = "strive"; - version = "5.0.16"; - sha256 = "1y3msxm71g71mj940gdd1sqkndrk857ywp9j685csaxhiprmrzz1"; - libraryHaskellDepends = [ - aeson base bytestring data-default gpolyline http-client - http-client-tls http-types template-haskell text time transformers - ]; - description = "A client for the Strava V3 API"; - license = lib.licenses.mit; - }) {}; - - "strive_6_0_0_1" = callPackage ({ mkDerivation, aeson, base, bytestring, data-default, gpolyline , http-client, http-client-tls, http-types, template-haskell, text , time, transformers @@ -265037,7 +258111,6 @@ self: { ]; description = "A client for the Strava V3 API"; license = lib.licenses.mit; - hydraPlatforms = lib.platforms.none; }) {}; "strong-path" = callPackage @@ -265538,35 +258611,6 @@ self: { }) {}; "subcategories" = callPackage - ({ mkDerivation, base, bytestring, containers, data-default, foldl - , hashable, inspection-testing, mono-traversable, pointed - , primitive, QuickCheck, reflection, semialign, tasty - , tasty-discover, tasty-expected-failure, tasty-hunit - , tasty-quickcheck, template-haskell, text, these - , unordered-containers, vector, vector-algorithms, vector-builder - }: - mkDerivation { - pname = "subcategories"; - version = "0.1.1.0"; - sha256 = "09ri226jxcig4f3jxcjh63skvv48myis58ffj7zrmr12sfzkb279"; - libraryHaskellDepends = [ - base containers data-default foldl hashable mono-traversable - pointed primitive reflection semialign template-haskell text these - unordered-containers vector vector-algorithms vector-builder - ]; - testHaskellDepends = [ - base bytestring containers data-default foldl hashable - inspection-testing mono-traversable pointed primitive QuickCheck - reflection semialign tasty tasty-expected-failure tasty-hunit - tasty-quickcheck template-haskell text these unordered-containers - vector vector-algorithms vector-builder - ]; - testToolDepends = [ tasty-discover ]; - description = "Subcategories induced by class constraints"; - license = lib.licenses.bsd3; - }) {}; - - "subcategories_0_2_0_0" = callPackage ({ mkDerivation, base, bytestring, containers, data-default, foldl , hashable, inspection-testing, mono-traversable, pointed , primitive, QuickCheck, reflection, semialign, tasty @@ -265593,7 +258637,6 @@ self: { testToolDepends = [ tasty-discover ]; description = "Subcategories induced by class constraints"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; }) {}; "subhask" = callPackage @@ -265855,6 +258898,60 @@ self: { license = lib.licenses.bsd3; }) {}; + "sugar" = callPackage + ({ mkDerivation, base, bytestring, cereal, containers, megaparsec + , ordered-containers, safe, tasty, tasty-hspec, text + , text-conversions, text-show, unordered-containers, vector + }: + mkDerivation { + pname = "sugar"; + version = "0.0.0"; + sha256 = "1yvxsf7a08zmf03h2gkf0mh69r2nwnxd7359ixhg553lc5cf5ca9"; + libraryHaskellDepends = [ + base bytestring cereal containers megaparsec ordered-containers + safe text text-conversions text-show unordered-containers vector + ]; + testHaskellDepends = [ base tasty tasty-hspec ]; + description = "Legible data"; + license = lib.licenses.mit; + }) {}; + + "sugar-json" = callPackage + ({ mkDerivation, aeson, base, bytestring, cereal, containers + , megaparsec, ordered-containers, safe, scientific, sugar, tasty + , tasty-hspec, text, text-conversions, text-show + , unordered-containers, vector + }: + mkDerivation { + pname = "sugar-json"; + version = "0.0.0"; + sha256 = "0yflqan8wk9fyl8pbxq86ngpf5rl6b23vmcfcr1bzajrihlrlqyh"; + libraryHaskellDepends = [ + aeson base bytestring cereal containers megaparsec + ordered-containers safe scientific sugar text text-conversions + text-show unordered-containers vector + ]; + testHaskellDepends = [ base sugar tasty tasty-hspec ]; + description = "Sugar with JSON"; + license = lib.licenses.mit; + }) {}; + + "sugar-scheme" = callPackage + ({ mkDerivation, base, containers, husk-scheme, parsec, sugar + , tasty, tasty-hspec, text + }: + mkDerivation { + pname = "sugar-scheme"; + version = "0.0.0"; + sha256 = "0c284m21halhcypfmcg17vybm308nnh7aajvr4xnkzbd3zv7c7wf"; + libraryHaskellDepends = [ + base containers husk-scheme parsec sugar text + ]; + testHaskellDepends = [ base sugar tasty tasty-hspec ]; + description = "Sugar with Scheme"; + license = lib.licenses.mit; + }) {}; + "sugarhaskell" = callPackage ({ mkDerivation, base, process }: mkDerivation { @@ -266798,40 +259895,6 @@ self: { }) {}; "swagger2" = callPackage - ({ mkDerivation, aeson, aeson-pretty, base, base-compat-batteries - , bytestring, Cabal, cabal-doctest, containers, cookie, doctest - , generics-sop, Glob, hashable, hspec, hspec-discover, http-media - , HUnit, insert-ordered-containers, lens, mtl, network, optics-core - , optics-th, QuickCheck, quickcheck-instances, scientific - , template-haskell, text, time, transformers, transformers-compat - , unordered-containers, utf8-string, uuid-types, vector - }: - mkDerivation { - pname = "swagger2"; - version = "2.6"; - sha256 = "0vkhikxf1gpspc9qjgnvz3glb01bd54bnc5kraac7dyn8cxzwak8"; - revision = "2"; - editedCabalFile = "1gdq1kiccn6qv05fnkb2dzsnsds2v3gri29gd8l1x9vx74mpbh0j"; - setupHaskellDepends = [ base Cabal cabal-doctest ]; - libraryHaskellDepends = [ - aeson aeson-pretty base base-compat-batteries bytestring containers - cookie generics-sop hashable http-media insert-ordered-containers - lens mtl network optics-core optics-th QuickCheck scientific - template-haskell text time transformers transformers-compat - unordered-containers uuid-types vector - ]; - testHaskellDepends = [ - aeson base base-compat-batteries bytestring containers doctest Glob - hashable hspec HUnit insert-ordered-containers lens mtl QuickCheck - quickcheck-instances template-haskell text time - unordered-containers utf8-string vector - ]; - testToolDepends = [ hspec-discover ]; - description = "Swagger 2.0 data model"; - license = lib.licenses.bsd3; - }) {}; - - "swagger2_2_8_2" = callPackage ({ mkDerivation, aeson, aeson-pretty, base, base-compat-batteries , bytestring, Cabal, cabal-doctest, containers, cookie, doctest , generics-sop, Glob, hashable, hspec, hspec-discover, http-media @@ -266861,7 +259924,6 @@ self: { testToolDepends = [ hspec-discover ]; description = "Swagger 2.0 data model"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; }) {}; "swapper" = callPackage @@ -267137,32 +260199,6 @@ self: { }) {}; "sydtest" = callPackage - ({ mkDerivation, async, base, bytestring, containers, Diff, dlist - , envparse, filepath, MonadRandom, mtl, optparse-applicative, path - , path-io, pretty-show, QuickCheck, quickcheck-io, random-shuffle - , safe, safe-coloured-text, safe-coloured-text-terminfo, split, stm - , sydtest-discover, text, yaml, yamlparse-applicative - }: - mkDerivation { - pname = "sydtest"; - version = "0.2.0.0"; - sha256 = "1k0jpnvfizvgscwpgd827w7x4nczlv7krwj10y35byj79wb5xy2m"; - libraryHaskellDepends = [ - async base bytestring containers Diff dlist envparse filepath - MonadRandom mtl optparse-applicative path path-io pretty-show - QuickCheck quickcheck-io random-shuffle safe safe-coloured-text - safe-coloured-text-terminfo split text yaml yamlparse-applicative - ]; - testHaskellDepends = [ - base bytestring path path-io QuickCheck safe-coloured-text - safe-coloured-text-terminfo stm text - ]; - testToolDepends = [ sydtest-discover ]; - description = "A modern testing framework for Haskell with good defaults and advanced testing features"; - license = "unknown"; - }) {}; - - "sydtest_0_8_0_0" = callPackage ({ mkDerivation, async, autodocodec, autodocodec-yaml, base , bytestring, containers, Diff, dlist, envparse, filepath , MonadRandom, mtl, optparse-applicative, path, path-io @@ -267187,7 +260223,6 @@ self: { testToolDepends = [ sydtest-discover ]; description = "A modern testing framework for Haskell with good defaults and advanced testing features"; license = "unknown"; - hydraPlatforms = lib.platforms.none; }) {}; "sydtest-aeson" = callPackage @@ -267369,26 +260404,6 @@ self: { }) {}; "sydtest-persistent-sqlite" = callPackage - ({ mkDerivation, base, monad-logger, mtl, persistent - , persistent-sqlite, persistent-template, sydtest, sydtest-discover - }: - mkDerivation { - pname = "sydtest-persistent-sqlite"; - version = "0.1.0.0"; - sha256 = "1al80sym9r2h769szky5kpkllbs7gm4lc8gn9nlavj0in663x0ly"; - libraryHaskellDepends = [ - base monad-logger mtl persistent persistent-sqlite - persistent-template sydtest - ]; - testHaskellDepends = [ - base persistent persistent-sqlite persistent-template sydtest - ]; - testToolDepends = [ sydtest-discover ]; - description = "A persistent-sqlite companion library for sydtest"; - license = "unknown"; - }) {}; - - "sydtest-persistent-sqlite_0_2_0_0" = callPackage ({ mkDerivation, base, monad-logger, mtl, persistent , persistent-sqlite, persistent-template, sydtest, sydtest-discover , sydtest-persistent @@ -267407,7 +260422,6 @@ self: { testToolDepends = [ sydtest-discover ]; description = "A persistent-sqlite companion library for sydtest"; license = "unknown"; - hydraPlatforms = lib.platforms.none; }) {}; "sydtest-process" = callPackage @@ -267447,26 +260461,6 @@ self: { }) {}; "sydtest-servant" = callPackage - ({ mkDerivation, base, http-client, servant, servant-client - , servant-server, stm, sydtest, sydtest-discover, sydtest-wai - }: - mkDerivation { - pname = "sydtest-servant"; - version = "0.1.0.0"; - sha256 = "0mn7fys01qakapnrcrlpji1kwc3cgywblid4wpipmh2kdpy61ndk"; - libraryHaskellDepends = [ - base http-client servant servant-client servant-server sydtest - sydtest-wai - ]; - testHaskellDepends = [ - base servant servant-client servant-server stm sydtest - ]; - testToolDepends = [ sydtest-discover ]; - description = "A servant companion library for sydtest"; - license = "unknown"; - }) {}; - - "sydtest-servant_0_2_0_0" = callPackage ({ mkDerivation, base, http-client, servant, servant-client , servant-server, stm, sydtest, sydtest-discover, sydtest-wai }: @@ -267484,7 +260478,6 @@ self: { testToolDepends = [ sydtest-discover ]; description = "A servant companion library for sydtest"; license = "unknown"; - hydraPlatforms = lib.platforms.none; }) {}; "sydtest-typed-process" = callPackage @@ -267503,27 +260496,6 @@ self: { }) {}; "sydtest-wai" = callPackage - ({ mkDerivation, base, bytestring, case-insensitive, http-client - , http-types, mtl, network, pretty-show, stm, sydtest - , sydtest-discover, text, time, wai, warp - }: - mkDerivation { - pname = "sydtest-wai"; - version = "0.1.0.0"; - sha256 = "0fk1b7205h8ib35bp4pma37vk7cy7dwg0kkcv63k60sq1laj48rl"; - libraryHaskellDepends = [ - base bytestring case-insensitive http-client http-types mtl network - pretty-show sydtest text time wai warp - ]; - testHaskellDepends = [ - base http-client http-types stm sydtest wai - ]; - testToolDepends = [ sydtest-discover ]; - description = "A wai companion library for sydtest"; - license = "unknown"; - }) {}; - - "sydtest-wai_0_2_0_0" = callPackage ({ mkDerivation, base, bytestring, case-insensitive, http-client , http-types, mtl, network, pretty-show, stm, sydtest , sydtest-discover, text, time, wai, warp @@ -267542,39 +260514,9 @@ self: { testToolDepends = [ sydtest-discover ]; description = "A wai companion library for sydtest"; license = "unknown"; - hydraPlatforms = lib.platforms.none; }) {}; "sydtest-yesod" = callPackage - ({ mkDerivation, base, blaze-builder, bytestring, case-insensitive - , conduit, containers, cookie, exceptions, http-client, http-types - , monad-logger, mtl, network, persistent, persistent-sqlite - , persistent-template, pretty-show, QuickCheck, resourcet, sydtest - , sydtest-discover, sydtest-persistent-sqlite, sydtest-wai, text - , time, wai, xml-conduit, yesod, yesod-core, yesod-form, yesod-test - }: - mkDerivation { - pname = "sydtest-yesod"; - version = "0.1.0.0"; - sha256 = "0kdylnhfvg9x314bydic811i21r1r5zs9cm1zpw6d7frsl99g24k"; - libraryHaskellDepends = [ - base blaze-builder bytestring case-insensitive containers cookie - exceptions http-client http-types mtl network pretty-show sydtest - sydtest-wai text time wai xml-conduit yesod-core yesod-test - ]; - testHaskellDepends = [ - base bytestring conduit cookie http-client http-types monad-logger - mtl persistent persistent-sqlite persistent-template QuickCheck - resourcet sydtest sydtest-persistent-sqlite text yesod yesod-form - ]; - testToolDepends = [ sydtest-discover ]; - description = "A yesod companion library for sydtest"; - license = "unknown"; - hydraPlatforms = lib.platforms.none; - broken = true; - }) {}; - - "sydtest-yesod_0_3_0_0" = callPackage ({ mkDerivation, base, binary, blaze-builder, bytestring , case-insensitive, conduit, containers, cookie, exceptions , http-client, http-client-tls, http-types, monad-logger, mtl @@ -270595,19 +263537,6 @@ self: { }) {}; "tasty-bench" = callPackage - ({ mkDerivation, base, containers, deepseq, tasty }: - mkDerivation { - pname = "tasty-bench"; - version = "0.2.5"; - sha256 = "146i1vkp9008hik7qyi8m9qq3ij5kji84qscsf598rzjmjga7igd"; - revision = "1"; - editedCabalFile = "0rcsdiwri52wng5dj30k3c5qrn8qfr14qs53cs1y99mbqfpzs02g"; - libraryHaskellDepends = [ base containers deepseq tasty ]; - description = "Featherlight benchmark framework"; - license = lib.licenses.mit; - }) {}; - - "tasty-bench_0_3_1" = callPackage ({ mkDerivation, base, containers, deepseq, tasty }: mkDerivation { pname = "tasty-bench"; @@ -270616,7 +263545,6 @@ self: { libraryHaskellDepends = [ base containers deepseq tasty ]; description = "Featherlight benchmark framework"; license = lib.licenses.mit; - hydraPlatforms = lib.platforms.none; }) {}; "tasty-checklist" = callPackage @@ -270846,24 +263774,6 @@ self: { }) {}; "tasty-hspec" = callPackage - ({ mkDerivation, base, hspec, hspec-core, QuickCheck, tasty - , tasty-quickcheck, tasty-smallcheck - }: - mkDerivation { - pname = "tasty-hspec"; - version = "1.1.6"; - sha256 = "02s82ijs2ringqxsqbm7m3vcy5brmwxa617azxv0v2phi3rdkjvl"; - revision = "1"; - editedCabalFile = "0za15rg0szacxq9yfxxjzddr77ai7ng5827a20pj9dr5anjlnajj"; - libraryHaskellDepends = [ - base hspec hspec-core QuickCheck tasty tasty-quickcheck - tasty-smallcheck - ]; - description = "Hspec support for the Tasty test framework"; - license = lib.licenses.bsd3; - }) {}; - - "tasty-hspec_1_2" = callPackage ({ mkDerivation, base, hspec, hspec-core, QuickCheck, tasty , tasty-quickcheck, tasty-smallcheck }: @@ -270879,7 +263789,6 @@ self: { ]; description = "Hspec support for the Tasty test framework"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; }) {}; "tasty-html" = callPackage @@ -271080,26 +263989,6 @@ self: { }) {}; "tasty-lua" = callPackage - ({ mkDerivation, base, bytestring, directory, file-embed, filepath - , hslua, tasty, tasty-hunit, text - }: - mkDerivation { - pname = "tasty-lua"; - version = "0.2.3.2"; - sha256 = "0wa73ihkjcxi50lgpdzwwdx7s903lqi79hw7hxlvhbcvdly1cq53"; - revision = "1"; - editedCabalFile = "1m5mdn3riwwmvri430iq9m3yl09xsacvkp8w7vyqdmd70w3f9pcw"; - libraryHaskellDepends = [ - base bytestring file-embed hslua tasty text - ]; - testHaskellDepends = [ - base directory filepath hslua tasty tasty-hunit - ]; - description = "Write tests in Lua, integrate into tasty"; - license = lib.licenses.mit; - }) {}; - - "tasty-lua_1_0_1" = callPackage ({ mkDerivation, base, bytestring, directory, file-embed, filepath , hslua-core, hslua-marshalling, lua-arbitrary, QuickCheck, tasty , tasty-hunit, text @@ -271118,7 +264007,6 @@ self: { ]; description = "Write tests in Lua, integrate into tasty"; license = lib.licenses.mit; - hydraPlatforms = lib.platforms.none; }) {}; "tasty-mgolden" = callPackage @@ -271226,29 +264114,6 @@ self: { }) {}; "tasty-silver" = callPackage - ({ mkDerivation, ansi-terminal, async, base, bytestring, containers - , deepseq, directory, filepath, mtl, optparse-applicative, process - , process-extras, regex-tdfa, silently, stm, tagged, tasty - , tasty-hunit, temporary, text, transformers - }: - mkDerivation { - pname = "tasty-silver"; - version = "3.2.3"; - sha256 = "0nvh2k8iqqkanmp7lpwd3asimyarzisly8wavbdahcxryn0j4xb7"; - libraryHaskellDepends = [ - ansi-terminal async base bytestring containers deepseq directory - filepath mtl optparse-applicative process process-extras regex-tdfa - stm tagged tasty temporary text - ]; - testHaskellDepends = [ - base directory filepath process silently tasty tasty-hunit - temporary transformers - ]; - description = "A fancy test runner, including support for golden tests"; - license = lib.licenses.mit; - }) {}; - - "tasty-silver_3_3_1" = callPackage ({ mkDerivation, ansi-terminal, async, base, bytestring, containers , deepseq, directory, filepath, mtl, optparse-applicative, process , process-extras, regex-tdfa, silently, stm, tagged, tasty @@ -271269,7 +264134,6 @@ self: { ]; description = "A fancy test runner, including support for golden tests"; license = lib.licenses.mit; - hydraPlatforms = lib.platforms.none; }) {}; "tasty-smallcheck" = callPackage @@ -272034,6 +264898,40 @@ self: { }) {}; "telegram-bot-simple" = callPackage + ({ mkDerivation, aeson, aeson-pretty, base, bytestring, cron + , filepath, hashable, http-api-data, http-client, http-client-tls + , monad-control, mtl, pretty-show, profunctors, servant + , servant-client, servant-multipart, servant-multipart-api + , servant-multipart-client, split, stm, template-haskell, text + , time, transformers, unordered-containers + }: + mkDerivation { + pname = "telegram-bot-simple"; + version = "0.3.8"; + sha256 = "0nqzghd3apfic1idrx03g5a6xihghi35ha28mcksgji9zp42595q"; + isLibrary = true; + isExecutable = true; + libraryHaskellDepends = [ + aeson aeson-pretty base bytestring cron filepath hashable + http-api-data http-client http-client-tls monad-control mtl + pretty-show profunctors servant servant-client servant-multipart + servant-multipart-api servant-multipart-client split stm + template-haskell text time transformers unordered-containers + ]; + executableHaskellDepends = [ + aeson aeson-pretty base bytestring cron filepath hashable + http-api-data http-client http-client-tls monad-control mtl + pretty-show profunctors servant servant-client servant-multipart + servant-multipart-api servant-multipart-client split stm + template-haskell text time transformers unordered-containers + ]; + description = "Easy to use library for building Telegram bots"; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; + }) {}; + + "telegram-bot-simple_0_4_1" = callPackage ({ mkDerivation, aeson, aeson-pretty, base, blaze-html, bytestring , cookie, cron, dhall, filepath, hashable, http-api-data , http-client, http-client-tls, http-types, monad-control, mtl @@ -272046,8 +264944,8 @@ self: { }: mkDerivation { pname = "telegram-bot-simple"; - version = "0.4"; - sha256 = "1c73vyhl8xlac0vjgyjh8rfszm9zri4absmxpdr79djs9rrfwk2s"; + version = "0.4.1"; + sha256 = "1shzqywdxdf2q5kv5nivlyrsijzr6vadp82xrr5vzrxhw9d5np5n"; isLibrary = true; isExecutable = true; libraryHaskellDepends = [ @@ -274076,28 +266974,6 @@ self: { }) {}; "texmath" = callPackage - ({ mkDerivation, base, bytestring, containers, directory, filepath - , mtl, pandoc-types, parsec, process, split, syb, temporary, text - , utf8-string, xml - }: - mkDerivation { - pname = "texmath"; - version = "0.12.3.3"; - sha256 = "0zccnb61z0l2h6yzvnqh78bhqrqjd8237rrw4llsyzz149m7j3n8"; - isLibrary = true; - isExecutable = true; - libraryHaskellDepends = [ - base containers mtl pandoc-types parsec split syb text xml - ]; - testHaskellDepends = [ - base bytestring directory filepath process temporary text - utf8-string xml - ]; - description = "Conversion between formats used to represent mathematics"; - license = lib.licenses.gpl2Only; - }) {}; - - "texmath_0_12_4" = callPackage ({ mkDerivation, base, bytestring, containers, directory, filepath , mtl, pandoc-types, parsec, process, split, syb, temporary, text , utf8-string, xml @@ -274117,7 +266993,6 @@ self: { ]; description = "Conversion between math formats"; license = lib.licenses.gpl2Only; - hydraPlatforms = lib.platforms.none; }) {}; "texrunner" = callPackage @@ -274250,16 +267125,16 @@ self: { }) {}; "text-builder" = callPackage - ({ mkDerivation, base, bytestring, criterion, deferred-folds - , QuickCheck, quickcheck-instances, rerebase, tasty, tasty-hunit - , tasty-quickcheck, text, transformers + ({ mkDerivation, base-prelude, bytestring, criterion, QuickCheck + , quickcheck-instances, rerebase, tasty, tasty-hunit + , tasty-quickcheck, text, text-builder-dev }: mkDerivation { pname = "text-builder"; - version = "0.6.6.3"; - sha256 = "0j2f9zbkk2lbvfb0f3c1i6376zbrr4p782ivbhgi8nv65rsp2ijy"; + version = "0.6.6.4"; + sha256 = "1vzz5dkynh15vlmpwrrvswbva06vlbaxs73f4scb0r1q9wvcs3cj"; libraryHaskellDepends = [ - base bytestring deferred-folds text transformers + base-prelude bytestring text text-builder-dev ]; testHaskellDepends = [ QuickCheck quickcheck-instances rerebase tasty tasty-hunit @@ -274270,6 +267145,29 @@ self: { license = lib.licenses.mit; }) {}; + "text-builder-dev" = callPackage + ({ mkDerivation, base, bytestring, criterion, deferred-folds + , QuickCheck, quickcheck-instances, rerebase, split, tasty + , tasty-hunit, tasty-quickcheck, text, text-conversions, tostring + , transformers + }: + mkDerivation { + pname = "text-builder-dev"; + version = "0.2"; + sha256 = "0q1spsc4v28kmfan1gjk44ajlgmbpr2sldrnjfdxvk9ldwbndc1h"; + libraryHaskellDepends = [ + base bytestring deferred-folds split text text-conversions tostring + transformers + ]; + testHaskellDepends = [ + QuickCheck quickcheck-instances rerebase tasty tasty-hunit + tasty-quickcheck + ]; + benchmarkHaskellDepends = [ criterion rerebase ]; + description = "Edge of developments for \"text-builder\""; + license = lib.licenses.mit; + }) {}; + "text-containers" = callPackage ({ mkDerivation, base, bytestring, containers, deepseq, ghc-prim , hashable, QuickCheck, quickcheck-instances, tasty @@ -274864,28 +267762,6 @@ self: { }) {}; "text-short" = callPackage - ({ mkDerivation, base, binary, bytestring, deepseq, ghc-prim - , hashable, quickcheck-instances, tasty, tasty-hunit - , tasty-quickcheck, text - }: - mkDerivation { - pname = "text-short"; - version = "0.1.3"; - sha256 = "0xyrxlb602z8bc9sr2y1fag0x56a20yj5qrkvy7iwc6hnznrynxz"; - revision = "3"; - editedCabalFile = "1wjy98ihhipzr34b310sgjjq3cc12aydhckbrgr21kxkzwglm4nv"; - libraryHaskellDepends = [ - base binary bytestring deepseq ghc-prim hashable text - ]; - testHaskellDepends = [ - base binary quickcheck-instances tasty tasty-hunit tasty-quickcheck - text - ]; - description = "Memory-efficient representation of Unicode text strings"; - license = lib.licenses.bsd3; - }) {}; - - "text-short_0_1_5" = callPackage ({ mkDerivation, base, binary, bytestring, deepseq, ghc-prim , hashable, tasty, tasty-hunit, tasty-quickcheck, template-haskell , text @@ -274904,46 +267780,15 @@ self: { ]; description = "Memory-efficient representation of Unicode text strings"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; }) {}; "text-show" = callPackage ({ mkDerivation, array, base, base-compat-batteries, base-orphans , bifunctors, bytestring, bytestring-builder, containers, criterion , deepseq, deriving-compat, generic-deriving, ghc-boot-th, ghc-prim - , hspec, hspec-discover, integer-gmp, QuickCheck - , quickcheck-instances, template-haskell, text, th-abstraction - , th-lift, transformers, transformers-compat - }: - mkDerivation { - pname = "text-show"; - version = "3.9.2"; - sha256 = "0srm3qj7z0c1zxpzp7n0frjdh0hxb76mz43d1ry30nrg0k4lj8lh"; - libraryHaskellDepends = [ - array base base-compat-batteries bifunctors bytestring - bytestring-builder containers generic-deriving ghc-boot-th ghc-prim - integer-gmp template-haskell text th-abstraction th-lift - transformers transformers-compat - ]; - testHaskellDepends = [ - array base base-compat-batteries base-orphans bytestring - bytestring-builder deriving-compat generic-deriving ghc-prim hspec - QuickCheck quickcheck-instances template-haskell text transformers - transformers-compat - ]; - testToolDepends = [ hspec-discover ]; - benchmarkHaskellDepends = [ base criterion deepseq ghc-prim text ]; - description = "Efficient conversion of values into Text"; - license = lib.licenses.bsd3; - }) {}; - - "text-show_3_9_6" = callPackage - ({ mkDerivation, array, base, base-compat-batteries, base-orphans - , bifunctors, bytestring, bytestring-builder, containers, criterion - , deepseq, deriving-compat, generic-deriving, ghc-boot-th, ghc-prim - , hspec, hspec-discover, integer-gmp, QuickCheck - , quickcheck-instances, template-haskell, text, th-abstraction - , th-lift, transformers, transformers-compat + , hspec, hspec-discover, QuickCheck, quickcheck-instances + , template-haskell, text, th-abstraction, th-lift, transformers + , transformers-compat }: mkDerivation { pname = "text-show"; @@ -274952,8 +267797,8 @@ self: { libraryHaskellDepends = [ array base base-compat-batteries bifunctors bytestring bytestring-builder containers generic-deriving ghc-boot-th ghc-prim - integer-gmp template-haskell text th-abstraction th-lift - transformers transformers-compat + template-haskell text th-abstraction th-lift transformers + transformers-compat ]; testHaskellDepends = [ array base base-compat-batteries base-orphans bytestring @@ -274965,45 +267810,9 @@ self: { benchmarkHaskellDepends = [ base criterion deepseq ghc-prim text ]; description = "Efficient conversion of values into Text"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; }) {}; "text-show-instances" = callPackage - ({ mkDerivation, base, base-compat-batteries, bifunctors, binary - , containers, directory, generic-deriving, ghc-boot-th, ghc-prim - , haskeline, hpc, hspec, hspec-discover, old-locale, old-time - , pretty, QuickCheck, quickcheck-instances, random, semigroups - , tagged, template-haskell, terminfo, text, text-short, text-show - , th-orphans, time, transformers, transformers-compat, unix - , unordered-containers, vector, xhtml - }: - mkDerivation { - pname = "text-show-instances"; - version = "3.8.4"; - sha256 = "1vsrf4vjq4z759srnzvyk3hn90ck4k91vy8cn625m8hy1zddqj2q"; - revision = "2"; - editedCabalFile = "1k5q21j0276jafyy4icgncz45r5gab2mj8964xayhh548rzj5cm6"; - libraryHaskellDepends = [ - base base-compat-batteries bifunctors binary containers directory - ghc-boot-th haskeline hpc old-locale old-time pretty random - semigroups tagged template-haskell terminfo text text-short - text-show time transformers transformers-compat unix - unordered-containers vector xhtml - ]; - testHaskellDepends = [ - base base-compat-batteries bifunctors binary containers directory - generic-deriving ghc-boot-th ghc-prim haskeline hpc hspec - old-locale old-time pretty QuickCheck quickcheck-instances random - tagged template-haskell terminfo text-short text-show th-orphans - time transformers transformers-compat unix unordered-containers - vector xhtml - ]; - testToolDepends = [ hspec-discover ]; - description = "Additional instances for text-show"; - license = lib.licenses.bsd3; - }) {}; - - "text-show-instances_3_8_6" = callPackage ({ mkDerivation, base, base-compat-batteries, bifunctors, binary , containers, directory, generic-deriving, ghc-boot-th, ghc-prim , haskeline, hpc, hspec, hspec-discover, old-locale, old-time @@ -275036,7 +267845,6 @@ self: { testToolDepends = [ hspec-discover ]; description = "Additional instances for text-show"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; }) {}; "text-stream-decode" = callPackage @@ -275520,22 +268328,22 @@ self: { }) {}; "th-desugar" = callPackage - ({ mkDerivation, base, containers, fail, ghc-prim, hspec, HUnit - , mtl, ordered-containers, semigroups, syb, template-haskell - , th-abstraction, th-lift, th-orphans, transformers-compat + ({ mkDerivation, base, containers, ghc-prim, hspec, HUnit, mtl + , ordered-containers, syb, template-haskell, th-abstraction + , th-lift, th-orphans, transformers-compat }: mkDerivation { pname = "th-desugar"; - version = "1.11"; - sha256 = "0ap8dk1a1wl62ggqkg9rb7vna131drrjcd2hn5dw7mwnbc1rxqhl"; + version = "1.12"; + sha256 = "1bp47jpif299kbm27zhjaw1nhl12daa09vsc8f0jracq0jhxi3iv"; libraryHaskellDepends = [ - base containers fail ghc-prim mtl ordered-containers semigroups syb + base containers ghc-prim mtl ordered-containers syb template-haskell th-abstraction th-lift th-orphans transformers-compat ]; testHaskellDepends = [ - base containers hspec HUnit mtl syb template-haskell th-lift - th-orphans + base containers hspec HUnit mtl syb template-haskell th-abstraction + th-lift th-orphans ]; description = "Functions to desugar Template Haskell"; license = lib.licenses.bsd3; @@ -275592,24 +268400,6 @@ self: { }) {}; "th-expand-syns" = callPackage - ({ mkDerivation, base, containers, syb, template-haskell - , th-abstraction - }: - mkDerivation { - pname = "th-expand-syns"; - version = "0.4.8.0"; - sha256 = "1mw0yxfbmicv0irfrcz4s6pn39za7yjd7zz09ialwym1b46624si"; - revision = "1"; - editedCabalFile = "0l30cmwm20lgjpvr3a5yxj6429s1hqahjsij8z2ap88754phd41l"; - libraryHaskellDepends = [ - base containers syb template-haskell th-abstraction - ]; - testHaskellDepends = [ base template-haskell th-abstraction ]; - description = "Expands type synonyms in Template Haskell ASTs"; - license = lib.licenses.bsd3; - }) {}; - - "th-expand-syns_0_4_9_0" = callPackage ({ mkDerivation, base, containers, syb, template-haskell , th-abstraction }: @@ -275623,7 +268413,6 @@ self: { testHaskellDepends = [ base template-haskell th-abstraction ]; description = "Expands type synonyms in Template Haskell ASTs"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; }) {}; "th-extras" = callPackage @@ -277273,25 +270062,6 @@ self: { }) {}; "time-compat" = callPackage - ({ mkDerivation, base, base-compat, base-orphans, deepseq, HUnit - , QuickCheck, tagged, tasty, tasty-hunit, tasty-quickcheck, time - }: - mkDerivation { - pname = "time-compat"; - version = "1.9.5"; - sha256 = "19p3056i6kh8lgcdsnwsh8pj80xyi23kmw9n7hmdacczs5kv49ii"; - revision = "1"; - editedCabalFile = "1f6r8cyfgzpfg9nrsqbf99pi44fyds9wcmgwxb4s0zmlb5dbv1m5"; - libraryHaskellDepends = [ base base-orphans deepseq time ]; - testHaskellDepends = [ - base base-compat deepseq HUnit QuickCheck tagged tasty tasty-hunit - tasty-quickcheck time - ]; - description = "Compatibility package for time"; - license = lib.licenses.bsd3; - }) {}; - - "time-compat_1_9_6_1" = callPackage ({ mkDerivation, base, base-compat, base-orphans, deepseq, hashable , HUnit, QuickCheck, tagged, tasty, tasty-hunit, tasty-quickcheck , time @@ -277311,7 +270081,6 @@ self: { ]; description = "Compatibility package for time"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; }) {}; "time-extras" = callPackage @@ -278702,29 +271471,6 @@ self: { }) {}; "tlynx" = callPackage - ({ mkDerivation, aeson, attoparsec, base, bytestring, comonad - , containers, elynx-tools, elynx-tree, gnuplot, lifted-async - , monad-logger, mwc-random, optparse-applicative, parallel - , statistics, text, transformers, vector - }: - mkDerivation { - pname = "tlynx"; - version = "0.5.1.1"; - sha256 = "1hp2j5yiki2li7h3097vkyis0an8aai1ng8dc0zv4d4dp4kmfvyx"; - isLibrary = true; - isExecutable = true; - libraryHaskellDepends = [ - aeson attoparsec base bytestring comonad containers elynx-tools - elynx-tree gnuplot lifted-async monad-logger mwc-random - optparse-applicative parallel statistics text transformers vector - ]; - executableHaskellDepends = [ base ]; - description = "Handle phylogenetic trees"; - license = lib.licenses.gpl3Plus; - maintainers = with lib.maintainers; [ dschrempf ]; - }) {}; - - "tlynx_0_6_1_0" = callPackage ({ mkDerivation, aeson, async, attoparsec, base, bytestring , comonad, containers, data-default-class, elynx-tools, elynx-tree , gnuplot, mwc-random, optparse-applicative, parallel, primitive @@ -278745,7 +271491,6 @@ self: { executableHaskellDepends = [ base ]; description = "Handle phylogenetic trees"; license = lib.licenses.gpl3Plus; - hydraPlatforms = lib.platforms.none; maintainers = with lib.maintainers; [ dschrempf ]; }) {}; @@ -279412,37 +272157,6 @@ self: { }) {}; "tomland" = callPackage - ({ mkDerivation, base, bytestring, containers, deepseq, directory - , hashable, hedgehog, hspec, hspec-golden, hspec-hedgehog - , hspec-megaparsec, markdown-unlit, megaparsec, mtl - , parser-combinators, text, time, transformers - , unordered-containers, validation-selective - }: - mkDerivation { - pname = "tomland"; - version = "1.3.2.0"; - sha256 = "0yj39mh4z3v3jqri38s3ylrglv657g3m7gqr2rz8ydlvx2draknc"; - isLibrary = true; - isExecutable = true; - libraryHaskellDepends = [ - base bytestring containers deepseq hashable megaparsec mtl - parser-combinators text time transformers unordered-containers - validation-selective - ]; - executableHaskellDepends = [ - base bytestring containers hashable text time unordered-containers - ]; - executableToolDepends = [ markdown-unlit ]; - testHaskellDepends = [ - base bytestring containers directory hashable hedgehog hspec - hspec-golden hspec-hedgehog hspec-megaparsec megaparsec text time - unordered-containers - ]; - description = "Bidirectional TOML serialization"; - license = lib.licenses.mpl20; - }) {}; - - "tomland_1_3_3_1" = callPackage ({ mkDerivation, base, bytestring, containers, deepseq, directory , hashable, hedgehog, hspec, hspec-hedgehog, hspec-megaparsec , megaparsec, mtl, parser-combinators, text, time, transformers @@ -279466,7 +272180,6 @@ self: { ]; description = "Bidirectional TOML serialization"; license = lib.licenses.mpl20; - hydraPlatforms = lib.platforms.none; }) {}; "tomlcheck" = callPackage @@ -284535,23 +277248,6 @@ self: { }) {}; "typed-uuid" = callPackage - ({ mkDerivation, aeson, base, binary, bytestring, deepseq, hashable - , http-api-data, random, text, uuid, validity, validity-uuid - , yamlparse-applicative - }: - mkDerivation { - pname = "typed-uuid"; - version = "0.1.0.0"; - sha256 = "1smwrjn63wsvy7lickdapgfqbvndypvy1qlnfrn5iymi2mg1kyxi"; - libraryHaskellDepends = [ - aeson base binary bytestring deepseq hashable http-api-data random - text uuid validity validity-uuid yamlparse-applicative - ]; - description = "Phantom-Typed version of UUID"; - license = lib.licenses.mit; - }) {}; - - "typed-uuid_0_2_0_0" = callPackage ({ mkDerivation, aeson, autodocodec, base, binary, bytestring , deepseq, hashable, http-api-data, random, text, uuid, validity , validity-uuid @@ -284566,7 +277262,6 @@ self: { ]; description = "Phantom-Typed version of UUID"; license = lib.licenses.mit; - hydraPlatforms = lib.platforms.none; }) {}; "typed-wire" = callPackage @@ -284801,8 +277496,8 @@ self: { }: mkDerivation { pname = "typerep-map"; - version = "0.3.3.0"; - sha256 = "0j7f7k0knpdsh41p0bzg7yv32nz684s3vrxc8pig5ckmmadc4mh4"; + version = "0.4.0.0"; + sha256 = "0fgn7blxfnwwh92wzd5jma7rniqp9f7abb4wvr61mvhw44m6mvgr"; libraryHaskellDepends = [ base containers deepseq ghc-prim primitive vector ]; @@ -284818,15 +277513,15 @@ self: { license = lib.licenses.mpl20; }) {}; - "typerep-map_0_4_0_0" = callPackage + "typerep-map_0_5_0_0" = callPackage ({ mkDerivation, base, containers, criterion, deepseq , dependent-map, dependent-sum, ghc-prim, ghc-typelits-knownnat , hedgehog, hspec, hspec-hedgehog, primitive, vector }: mkDerivation { pname = "typerep-map"; - version = "0.4.0.0"; - sha256 = "0fgn7blxfnwwh92wzd5jma7rniqp9f7abb4wvr61mvhw44m6mvgr"; + version = "0.5.0.0"; + sha256 = "0ash190liysilgdwd5aiv55k3jrapksdhrcf0sf5lqv5dmpq07ja"; libraryHaskellDepends = [ base containers deepseq ghc-prim primitive vector ]; @@ -286310,30 +279005,6 @@ self: { }) {}; "unicode-transforms" = callPackage - ({ mkDerivation, base, bytestring, deepseq, filepath, gauge - , getopt-generics, ghc-prim, hspec, path, path-io, QuickCheck - , split, text - }: - mkDerivation { - pname = "unicode-transforms"; - version = "0.3.7.1"; - sha256 = "1010sahi4mjzqmxqlj3w73rlymbl2370x5vizjqbx7mb86kxzx4f"; - revision = "2"; - editedCabalFile = "0kbcn5881sxh0i8pqckjam4kwr1n7m3gl5ppcq4li32dzfiz9b57"; - isLibrary = true; - isExecutable = true; - libraryHaskellDepends = [ base bytestring ghc-prim text ]; - testHaskellDepends = [ - base deepseq getopt-generics hspec QuickCheck split text - ]; - benchmarkHaskellDepends = [ - base deepseq filepath gauge path path-io text - ]; - description = "Unicode normalization"; - license = lib.licenses.bsd3; - }) {}; - - "unicode-transforms_0_4_0" = callPackage ({ mkDerivation, base, bytestring, deepseq, filepath, ghc-prim , hspec, path, path-io, QuickCheck, split, tasty-bench, text , unicode-data @@ -286357,7 +279028,6 @@ self: { ]; description = "Unicode normalization"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; }) {}; "unicode-tricks" = callPackage @@ -286939,16 +279609,17 @@ self: { "units" = callPackage ({ mkDerivation, base, containers, deepseq, lens, linear, mtl - , multimap, singletons, syb, template-haskell, th-desugar - , units-parser, vector-space + , multimap, singletons, singletons-base, singletons-th, syb + , template-haskell, th-desugar, units-parser, vector-space }: mkDerivation { pname = "units"; version = "2.4.1.5"; sha256 = "09ssrid1an2nv6j9skb787i3hqiz5hgz020q13552w55m0smw4c9"; libraryHaskellDepends = [ - base containers deepseq lens linear mtl multimap singletons syb - template-haskell th-desugar units-parser vector-space + base containers deepseq lens linear mtl multimap singletons + singletons-base singletons-th syb template-haskell th-desugar + units-parser vector-space ]; description = "A domain-specific type system for dimensional analysis"; license = lib.licenses.bsd3; @@ -287108,22 +279779,6 @@ self: { }) {}; "universe" = callPackage - ({ mkDerivation, universe-base, universe-instances-extended - , universe-reverse-instances, universe-some - }: - mkDerivation { - pname = "universe"; - version = "1.2.1"; - sha256 = "1v9lgxkfly2570i8x66sjz8nk58a71y3jwlqdc3wi2jmh773y6hi"; - libraryHaskellDepends = [ - universe-base universe-instances-extended - universe-reverse-instances universe-some - ]; - description = "A class for finite and recursively enumerable types"; - license = lib.licenses.bsd3; - }) {}; - - "universe_1_2_2" = callPackage ({ mkDerivation, universe-base, universe-instances-extended , universe-reverse-instances, universe-some }: @@ -287137,24 +279792,10 @@ self: { ]; description = "A class for finite and recursively enumerable types"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; }) {}; "universe-base" = callPackage - ({ mkDerivation, base, containers, QuickCheck, tagged, transformers - }: - mkDerivation { - pname = "universe-base"; - version = "1.1.2"; - sha256 = "1jja1yqfqdnpc0982haccpqz9zb3p50ydyv89hcg9pjr3cr1is4r"; - libraryHaskellDepends = [ base containers tagged transformers ]; - testHaskellDepends = [ base containers QuickCheck ]; - description = "A class for finite and recursively enumerable types"; - license = lib.licenses.bsd3; - }) {}; - - "universe-base_1_1_3" = callPackage - ({ mkDerivation, base, containers, OneTuple, QuickCheck, tagged + ({ mkDerivation, base, containers, ghc-prim, QuickCheck, tagged , transformers }: mkDerivation { @@ -287164,12 +279805,11 @@ self: { revision = "2"; editedCabalFile = "1fr7w3qc46aph0xxya8jw1a4gqzvq03f6vpx75pam9ynfndz8gw0"; libraryHaskellDepends = [ - base containers OneTuple tagged transformers + base containers ghc-prim tagged transformers ]; testHaskellDepends = [ base containers QuickCheck ]; description = "A class for finite and recursively enumerable types"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; }) {}; "universe-dependent-sum" = callPackage @@ -287199,23 +279839,6 @@ self: { }) {}; "universe-instances-extended" = callPackage - ({ mkDerivation, adjunctions, base, comonad, containers - , universe-base - }: - mkDerivation { - pname = "universe-instances-extended"; - version = "1.1.2"; - sha256 = "1yg3cacr56kk0r8vnqxa9cm1awb727qkysnhc7rn4h9pfb10a7sn"; - revision = "1"; - editedCabalFile = "017adjf6wbw56a81l69vd0gzhlvi6n1wplh85smq7l9m98wsh4wy"; - libraryHaskellDepends = [ - adjunctions base comonad containers universe-base - ]; - description = "Universe instances for types from selected extra packages"; - license = lib.licenses.bsd3; - }) {}; - - "universe-instances-extended_1_1_3" = callPackage ({ mkDerivation, adjunctions, base, comonad, containers , universe-base }: @@ -287228,7 +279851,6 @@ self: { ]; description = "Universe instances for types from selected extra packages"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; }) {}; "universe-instances-trans" = callPackage @@ -290061,18 +282683,6 @@ self: { }) {}; "validity" = callPackage - ({ mkDerivation, base, hspec }: - mkDerivation { - pname = "validity"; - version = "0.11.0.1"; - sha256 = "086nj5ymp4mxxfw9qjgjhd4j3z7gl2y9d89p0b7bkap5ampgdw2x"; - libraryHaskellDepends = [ base ]; - testHaskellDepends = [ base hspec ]; - description = "Validity typeclass"; - license = lib.licenses.mit; - }) {}; - - "validity_0_12_0_0" = callPackage ({ mkDerivation, base, hspec }: mkDerivation { pname = "validity"; @@ -290082,7 +282692,6 @@ self: { testHaskellDepends = [ base hspec ]; description = "Validity typeclass"; license = lib.licenses.mit; - hydraPlatforms = lib.platforms.none; }) {}; "validity-aeson" = callPackage @@ -290185,17 +282794,6 @@ self: { }) {}; "validity-time" = callPackage - ({ mkDerivation, base, time, validity }: - mkDerivation { - pname = "validity-time"; - version = "0.4.0.0"; - sha256 = "02lwa2w84m4mm2lpg5dhg5p0ndba5r152bjm4iy76y2qsfkva0ap"; - libraryHaskellDepends = [ base time validity ]; - description = "Validity instances for time"; - license = lib.licenses.mit; - }) {}; - - "validity-time_0_5_0_0" = callPackage ({ mkDerivation, base, time, validity }: mkDerivation { pname = "validity-time"; @@ -290204,7 +282802,6 @@ self: { libraryHaskellDepends = [ base time validity ]; description = "Validity instances for time"; license = lib.licenses.mit; - hydraPlatforms = lib.platforms.none; }) {}; "validity-unordered-containers" = callPackage @@ -290243,18 +282840,6 @@ self: { }) {}; "valor" = callPackage - ({ mkDerivation, base, hspec, text, transformers }: - mkDerivation { - pname = "valor"; - version = "0.1.0.0"; - sha256 = "1rmsss4zffyzf6vf1p2zj07a6a32pyrbdb259gflr5gg817m3kh4"; - libraryHaskellDepends = [ base transformers ]; - testHaskellDepends = [ base hspec text transformers ]; - description = "Simple general structured validation library"; - license = lib.licenses.mit; - }) {}; - - "valor_1_0_0_0" = callPackage ({ mkDerivation, base, doctest, hspec, hspec-discover, QuickCheck }: mkDerivation { @@ -290267,7 +282852,6 @@ self: { doHaddock = false; description = "Simple and powerful data validation"; license = lib.licenses.mit; - hydraPlatforms = lib.platforms.none; }) {}; "value-supply" = callPackage @@ -290778,28 +283362,6 @@ self: { }) {}; "vec" = callPackage - ({ mkDerivation, adjunctions, base, base-compat, criterion, deepseq - , distributive, fin, hashable, indexed-traversable - , inspection-testing, QuickCheck, semigroupoids, tagged - , transformers, vector - }: - mkDerivation { - pname = "vec"; - version = "0.4"; - sha256 = "0z7icj5g59ml8cmcawa6ncayrzdi63s9ssllvnw2dfcd3ys5cjj0"; - libraryHaskellDepends = [ - adjunctions base deepseq distributive fin hashable - indexed-traversable QuickCheck semigroupoids transformers - ]; - testHaskellDepends = [ - base base-compat fin inspection-testing tagged - ]; - benchmarkHaskellDepends = [ base criterion fin vector ]; - description = "Vec: length-indexed (sized) list"; - license = lib.licenses.bsd3; - }) {}; - - "vec_0_4_1" = callPackage ({ mkDerivation, adjunctions, base, base-compat, boring, criterion , deepseq, distributive, fin, hashable, indexed-traversable , inspection-testing, QuickCheck, semigroupoids, tagged @@ -290819,7 +283381,6 @@ self: { benchmarkHaskellDepends = [ base criterion fin vector ]; description = "Vec: length-indexed (sized) list"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; }) {}; "vec-lens" = callPackage @@ -290900,8 +283461,8 @@ self: { }) {}; "vector" = callPackage - ({ mkDerivation, base, base-orphans, deepseq, ghc-prim, HUnit - , primitive, QuickCheck, random, tasty, tasty-hunit + ({ mkDerivation, base, base-orphans, deepseq, doctest, ghc-prim + , HUnit, primitive, QuickCheck, random, tasty, tasty-hunit , tasty-quickcheck, template-haskell, transformers }: mkDerivation { @@ -290912,7 +283473,7 @@ self: { editedCabalFile = "02284cr5f5ghbz18shn8g6jvsgfs0dwgf81kxvf59r2wks8i00h4"; libraryHaskellDepends = [ base deepseq ghc-prim primitive ]; testHaskellDepends = [ - base base-orphans HUnit primitive QuickCheck random tasty + base base-orphans doctest HUnit primitive QuickCheck random tasty tasty-hunit tasty-quickcheck template-haskell transformers ]; description = "Efficient Arrays"; @@ -291308,24 +283869,6 @@ self: { }) {}; "vector-sized" = callPackage - ({ mkDerivation, adjunctions, base, binary, comonad, deepseq - , distributive, finite-typelits, hashable, indexed-list-literals - , primitive, vector - }: - mkDerivation { - pname = "vector-sized"; - version = "1.4.4"; - sha256 = "0rlzwxcxzrxg7nwqijigj80fr4fyi5c2a8785898kir5hcyd6v1d"; - libraryHaskellDepends = [ - adjunctions base binary comonad deepseq distributive - finite-typelits hashable indexed-list-literals primitive vector - ]; - description = "Size tagged vectors"; - license = lib.licenses.bsd3; - maintainers = with lib.maintainers; [ expipiplus1 ]; - }) {}; - - "vector-sized_1_5_0" = callPackage ({ mkDerivation, adjunctions, base, binary, comonad, deepseq , distributive, finite-typelits, hashable, indexed-list-literals , primitive, vector @@ -291340,7 +283883,6 @@ self: { ]; description = "Size tagged vectors"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; maintainers = with lib.maintainers; [ expipiplus1 ]; }) {}; @@ -293382,27 +285924,6 @@ self: { }) {}; "wai-enforce-https" = callPackage - ({ mkDerivation, base, bytestring, case-insensitive, hspec - , http-types, network, text, wai, wai-extra - }: - mkDerivation { - pname = "wai-enforce-https"; - version = "0.0.2.1"; - sha256 = "1mbhk50j1a47ydg5kd6bj3nbzqfq1abm1d1vcxc3smw4fgf39g5x"; - isLibrary = true; - isExecutable = true; - enableSeparateDataOutput = true; - libraryHaskellDepends = [ - base bytestring case-insensitive http-types network text wai - ]; - testHaskellDepends = [ - base bytestring case-insensitive hspec http-types wai wai-extra - ]; - description = "Enforce HTTPS in Wai server app safely"; - license = lib.licenses.bsd3; - }) {}; - - "wai-enforce-https_1_0_0_0" = callPackage ({ mkDerivation, base, bytestring, case-insensitive, hspec , http-types, network, text, wai, wai-extra }: @@ -293421,7 +285942,6 @@ self: { ]; description = "Enforce HTTPS in Wai server app safely"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; }) {}; "wai-env" = callPackage @@ -293796,23 +286316,6 @@ self: { }) {}; "wai-logger" = callPackage - ({ mkDerivation, base, byteorder, bytestring, Cabal, cabal-doctest - , doctest, fast-logger, http-types, network, wai - }: - mkDerivation { - pname = "wai-logger"; - version = "2.3.7"; - sha256 = "0kp2bg8s2vz9lxa7hmd7xv3jlsz1dmfsgkb405x9sz92x6jb521f"; - setupHaskellDepends = [ base Cabal cabal-doctest ]; - libraryHaskellDepends = [ - base byteorder bytestring fast-logger http-types network wai - ]; - testHaskellDepends = [ base doctest ]; - description = "A logging system for WAI"; - license = lib.licenses.bsd3; - }) {}; - - "wai-logger_2_4_0" = callPackage ({ mkDerivation, base, byteorder, bytestring, Cabal, cabal-doctest , doctest, fast-logger, http-types, network, wai }: @@ -293827,7 +286330,6 @@ self: { testHaskellDepends = [ base doctest ]; description = "A logging system for WAI"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; }) {}; "wai-logger-buffered" = callPackage @@ -294617,6 +287119,24 @@ self: { license = lib.licenses.mit; }) {}; + "wai-rate-limit-postgres" = callPackage + ({ mkDerivation, base, postgresql-simple, relude, resource-pool + , text, wai-rate-limit + }: + mkDerivation { + pname = "wai-rate-limit-postgres"; + version = "0.0.0.0"; + sha256 = "0ipl59dx1ha1r02apnmrpjylq5133s4lxzzrl08az3klb09q2b0j"; + libraryHaskellDepends = [ + base postgresql-simple relude resource-pool text wai-rate-limit + ]; + testHaskellDepends = [ + base postgresql-simple relude resource-pool text wai-rate-limit + ]; + description = "See README for more info"; + license = lib.licenses.asl20; + }) {}; + "wai-rate-limit-redis" = callPackage ({ mkDerivation, base, bytestring, hedis, http-types, tasty , tasty-hedgehog, tasty-hunit, wai, wai-extra, wai-rate-limit, warp @@ -296660,32 +289180,6 @@ self: { }) {}; "webgear-server" = callPackage - ({ mkDerivation, aeson, base, base64-bytestring, bytestring - , bytestring-conversion, case-insensitive, http-api-data - , http-types, mtl, network, QuickCheck, quickcheck-instances, tasty - , tasty-hunit, tasty-quickcheck, template-haskell, text - , unordered-containers, wai - }: - mkDerivation { - pname = "webgear-server"; - version = "0.2.1"; - sha256 = "0qf3w2vk7m4ci8lyxk37iz19zbz08afihrn4sw2cqza9yaw51bjh"; - libraryHaskellDepends = [ - aeson base base64-bytestring bytestring bytestring-conversion - case-insensitive http-api-data http-types mtl network - template-haskell text unordered-containers wai - ]; - testHaskellDepends = [ - aeson base base64-bytestring bytestring bytestring-conversion - case-insensitive http-api-data http-types mtl network QuickCheck - quickcheck-instances tasty tasty-hunit tasty-quickcheck - template-haskell text unordered-containers wai - ]; - description = "Composable, type-safe library to build HTTP API servers"; - license = lib.licenses.mpl20; - }) {}; - - "webgear-server_1_0_1" = callPackage ({ mkDerivation, aeson, arrows, base, base64-bytestring, bytestring , bytestring-conversion, http-api-data, http-media, http-types , jose, monad-time, mtl, QuickCheck, quickcheck-instances, tasty @@ -296708,7 +289202,6 @@ self: { ]; description = "Composable, type-safe library to build HTTP API servers"; license = lib.licenses.mpl20; - hydraPlatforms = lib.platforms.none; }) {}; "webidl" = callPackage @@ -298005,25 +290498,6 @@ self: { }) {}; "witch" = callPackage - ({ mkDerivation, base, bytestring, containers, HUnit - , template-haskell, text, time - }: - mkDerivation { - pname = "witch"; - version = "0.3.4.2"; - sha256 = "1qrvr8ink179xq69gwawvph942hkv798kvy303si5l1vmni6skh3"; - libraryHaskellDepends = [ - base bytestring containers template-haskell text time - ]; - testHaskellDepends = [ - base bytestring containers HUnit text time - ]; - description = "Convert values from one type into another"; - license = lib.licenses.isc; - maintainers = with lib.maintainers; [ maralorn ]; - }) {}; - - "witch_1_0_0_1" = callPackage ({ mkDerivation, base, bytestring, containers, HUnit , template-haskell, text, time }: @@ -298039,7 +290513,6 @@ self: { ]; description = "Convert values from one type into another"; license = lib.licenses.mit; - hydraPlatforms = lib.platforms.none; maintainers = with lib.maintainers; [ maralorn ]; }) {}; @@ -298551,21 +291024,6 @@ self: { }) {}; "word-wrap" = callPackage - ({ mkDerivation, base, criterion, hspec, text }: - mkDerivation { - pname = "word-wrap"; - version = "0.4.1"; - sha256 = "15rcqhg9vb7qisk9ryjnyhhfgigxksnkrczycaw2rin08wczjwpb"; - revision = "1"; - editedCabalFile = "1k4w4g053vhmpp08542hrqaw81p3p35i567xgdarqmpghfrk68pp"; - libraryHaskellDepends = [ base text ]; - testHaskellDepends = [ base hspec ]; - benchmarkHaskellDepends = [ base criterion text ]; - description = "A library for word-wrapping"; - license = lib.licenses.bsd3; - }) {}; - - "word-wrap_0_5" = callPackage ({ mkDerivation, base, criterion, hspec, text }: mkDerivation { pname = "word-wrap"; @@ -298576,7 +291034,6 @@ self: { benchmarkHaskellDepends = [ base criterion text ]; description = "A library for word-wrapping"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; }) {}; "word16" = callPackage @@ -301779,36 +294236,6 @@ self: { inherit (pkgs.xorg) libXrender; inherit (pkgs) wirelesstools;}; "xmonad" = callPackage - ({ mkDerivation, base, containers, data-default, directory - , extensible-exceptions, filepath, mtl, process, QuickCheck - , setlocale, unix, utf8-string, X11 - }: - mkDerivation { - pname = "xmonad"; - version = "0.15"; - sha256 = "0a7rh21k9y6g8fwkggxdxjns2grvvsd5hi2ls4klmqz5xvk4hyaa"; - revision = "1"; - editedCabalFile = "0yqh96qqphllr0zyz5j93cij5w2qvf39xxnrb52pz0qz3pywz9wd"; - isLibrary = true; - isExecutable = true; - libraryHaskellDepends = [ - base containers data-default directory extensible-exceptions - filepath mtl process setlocale unix utf8-string X11 - ]; - executableHaskellDepends = [ base mtl unix X11 ]; - testHaskellDepends = [ - base containers extensible-exceptions QuickCheck X11 - ]; - postInstall = '' - install -D man/xmonad.1 ''${!outputDoc}/share/man/man1/xmonad.1 - install -D man/xmonad.hs ''${!outputDoc}/share/doc/$name/sample-xmonad.hs - ''; - description = "A tiling window manager"; - license = lib.licenses.bsd3; - maintainers = with lib.maintainers; [ peti ]; - }) {}; - - "xmonad_0_17_0" = callPackage ({ mkDerivation, base, containers, data-default-class, directory , filepath, mtl, process, QuickCheck, quickcheck-classes, setlocale , time, transformers, unix, X11 @@ -301833,7 +294260,6 @@ self: { ''; description = "A tiling window manager"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; maintainers = with lib.maintainers; [ peti ]; }) {}; @@ -301859,28 +294285,6 @@ self: { }) {}; "xmonad-contrib" = callPackage - ({ mkDerivation, base, bytestring, containers, directory - , extensible-exceptions, filepath, mtl, old-locale, old-time - , process, random, semigroups, unix, utf8-string, X11, X11-xft - , xmonad - }: - mkDerivation { - pname = "xmonad-contrib"; - version = "0.16"; - sha256 = "1pddgkvnbww28wykncc7j0yb0lv15bk7xnnhdcbrwkxzw66w6wmd"; - revision = "1"; - editedCabalFile = "0vimkby2gq6sgzxzbvz67caba609xqlv2ii2gi8a1cjrnn6ib011"; - libraryHaskellDepends = [ - base bytestring containers directory extensible-exceptions filepath - mtl old-locale old-time process random semigroups unix utf8-string - X11 X11-xft xmonad - ]; - description = "Third party extensions for xmonad"; - license = lib.licenses.bsd3; - maintainers = with lib.maintainers; [ peti ]; - }) {}; - - "xmonad-contrib_0_17_0" = callPackage ({ mkDerivation, base, bytestring, containers, directory, filepath , hspec, mtl, process, QuickCheck, random, time, unix, utf8-string , X11, X11-xft, xmonad @@ -301899,7 +294303,6 @@ self: { ]; description = "Community-maintained extensions extensions for xmonad"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; maintainers = with lib.maintainers; [ peti ]; }) {}; @@ -301986,28 +294389,6 @@ self: { }) {}; "xmonad-extras" = callPackage - ({ mkDerivation, alsa-mixer, base, bytestring, containers, hint - , libmpd, mtl, network, regex-posix, X11, xmonad, xmonad-contrib - }: - mkDerivation { - pname = "xmonad-extras"; - version = "0.15.3"; - sha256 = "0nh8v057fjdr3lnx7mdbifw153z6nirx36zfsjz8lc6p45ik0qs9"; - configureFlags = [ - "-f-with_hlist" "-fwith_parsec" "-fwith_split" - ]; - libraryHaskellDepends = [ - alsa-mixer base bytestring containers hint libmpd mtl network - regex-posix X11 xmonad xmonad-contrib - ]; - description = "Third party extensions for xmonad with wacky dependencies"; - license = lib.licenses.bsd3; - platforms = [ - "aarch64-linux" "armv7l-linux" "i686-linux" "x86_64-linux" - ]; - }) {}; - - "xmonad-extras_0_17_0" = callPackage ({ mkDerivation, alsa-mixer, base, bytestring, containers, hint , libmpd, mtl, network, regex-posix, X11, xmonad, xmonad-contrib }: @@ -302029,7 +294410,6 @@ self: { platforms = [ "aarch64-linux" "armv7l-linux" "i686-linux" "x86_64-linux" ]; - hydraPlatforms = lib.platforms.none; }) {}; "xmonad-screenshot" = callPackage @@ -302163,8 +294543,8 @@ self: { }: mkDerivation { pname = "xor"; - version = "0.0.1.0"; - sha256 = "0v2xcyqzd973v8m4i6f02qifa2zq4whrnw3pw332q3rr1kd2pxxw"; + version = "0.0.1.1"; + sha256 = "05jwfrg4cm27ldj3dbl0y144njhiha9yiypirbhsg6lc1b36s3kh"; libraryHaskellDepends = [ base bytestring ghc-byteorder ]; testHaskellDepends = [ base bytestring ghc-byteorder QuickCheck tasty tasty-hunit @@ -302444,26 +294824,6 @@ self: { }) {xslt = null;}; "xss-sanitize" = callPackage - ({ mkDerivation, attoparsec, base, containers, css-text, hspec - , HUnit, network-uri, tagsoup, text, utf8-string - }: - mkDerivation { - pname = "xss-sanitize"; - version = "0.3.6"; - sha256 = "1d72s3a6520iwwc1wbn9v2znqgbw6a5wwzb23iq8ny9ccnjyx1dk"; - libraryHaskellDepends = [ - attoparsec base containers css-text network-uri tagsoup text - utf8-string - ]; - testHaskellDepends = [ - attoparsec base containers css-text hspec HUnit network-uri tagsoup - text utf8-string - ]; - description = "sanitize untrusted HTML to prevent XSS attacks"; - license = lib.licenses.bsd2; - }) {}; - - "xss-sanitize_0_3_7" = callPackage ({ mkDerivation, attoparsec, base, containers, css-text, hspec , HUnit, network-uri, tagsoup, text, utf8-string }: @@ -302481,7 +294841,6 @@ self: { ]; description = "sanitize untrusted HTML to prevent XSS attacks"; license = lib.licenses.bsd2; - hydraPlatforms = lib.platforms.none; }) {}; "xtc" = callPackage @@ -303110,8 +295469,8 @@ self: { }: mkDerivation { pname = "yaml-light-lens"; - version = "0.3.4"; - sha256 = "1ac05hm2kh1xv0987yb5vjfrmanvzkq6yx8whi7jxdwdb0fa7l3p"; + version = "0.3.5"; + sha256 = "0m96nk3cfmrbhj82613gl9854ww8n178na640ljlygd2qra0gv4c"; libraryHaskellDepends = [ base bytestring bytestring-lexing containers lens yaml-light ]; @@ -303256,18 +295615,18 @@ self: { , base, base64, bytestring, conduit, containers, foldl, hashable , libyaml, mtl, neat-interpolation, QuickCheck , quickcheck-instances, rerebase, scientific, selective, tasty - , tasty-hunit, tasty-quickcheck, text, text-builder, time + , tasty-hunit, tasty-quickcheck, text, text-builder-dev, time , transformers, unordered-containers, uuid, vector, yaml }: mkDerivation { pname = "yaml-unscrambler"; - version = "0.1.0.5"; - sha256 = "07h0mlj929ngp4nm89yd7a6g68ixh0271i7d3jq6wg6j06pck4cz"; + version = "0.1.0.8"; + sha256 = "1bkv2a5yikqbav0laavwkka4jzl0i8xdy0zbzfy47rz6gkfwmlm7"; libraryHaskellDepends = [ acc attoparsec attoparsec-data attoparsec-time base base64 bytestring conduit containers foldl hashable libyaml mtl scientific - selective text text-builder time transformers unordered-containers - uuid vector yaml + selective text text-builder-dev time transformers + unordered-containers uuid vector yaml ]; testHaskellDepends = [ foldl neat-interpolation QuickCheck quickcheck-instances rerebase @@ -304392,28 +296751,6 @@ self: { }) {}; "yesod-auth-oauth2" = callPackage - ({ mkDerivation, aeson, base, bytestring, cryptonite, errors - , hoauth2, hspec, http-client, http-conduit, http-types, memory - , microlens, mtl, safe-exceptions, text, unliftio, uri-bytestring - , yesod-auth, yesod-core - }: - mkDerivation { - pname = "yesod-auth-oauth2"; - version = "0.6.3.4"; - sha256 = "1hy90iz3f52kg7vs5k27mqpzhfncvag9sb9vs8gl7v89caa1pdjz"; - isLibrary = true; - isExecutable = true; - libraryHaskellDepends = [ - aeson base bytestring cryptonite errors hoauth2 http-client - http-conduit http-types memory microlens mtl safe-exceptions text - unliftio uri-bytestring yesod-auth yesod-core - ]; - testHaskellDepends = [ base hspec uri-bytestring ]; - description = "OAuth 2.0 authentication plugins"; - license = lib.licenses.mit; - }) {}; - - "yesod-auth-oauth2_0_7_0_0" = callPackage ({ mkDerivation, aeson, base, bytestring, cryptonite, errors , hoauth2, hspec, http-client, http-conduit, http-types, memory , microlens, mtl, safe-exceptions, text, unliftio, uri-bytestring @@ -304435,7 +296772,6 @@ self: { testHaskellDepends = [ base hspec uri-bytestring ]; description = "OAuth 2.0 authentication plugins"; license = lib.licenses.mit; - hydraPlatforms = lib.platforms.none; }) {}; "yesod-auth-oidc" = callPackage @@ -307391,6 +299727,24 @@ self: { broken = true; }) {}; + "zephyr-copilot" = callPackage + ({ mkDerivation, base, containers, copilot, copilot-c99 + , copilot-language, directory, filepath, mtl, optparse-applicative + , process, sketch-frp-copilot, temporary + }: + mkDerivation { + pname = "zephyr-copilot"; + version = "1.0.1"; + sha256 = "0d489krxzj30gl8j8idwfi10k82w0p4kr30f0h78qvl9ikzinhvk"; + libraryHaskellDepends = [ + base containers copilot copilot-c99 copilot-language directory + filepath mtl optparse-applicative sketch-frp-copilot temporary + ]; + testHaskellDepends = [ base directory process temporary ]; + description = "Embedded programming in haskell using the Copilot stream DSL and Zephyr"; + license = lib.licenses.bsd3; + }) {}; + "zero" = callPackage ({ mkDerivation, base, semigroups }: mkDerivation { From 7b1e2a2277fabf5a14678892bd5c9d7cce3feb59 Mon Sep 17 00:00:00 2001 From: sternenseemann Date: Fri, 18 Feb 2022 14:43:37 +0100 Subject: [PATCH 008/238] haskell.packages.ghc8107: pick correct versions of GHC-specific pkgs Extra acrobatics are required for ghc-bignum which has been removed from hackage-packages.nix, since it is bundled with GHC starting with 9.0.2. --- .../haskell-modules/configuration-common.nix | 28 +++++++++++-------- .../configuration-ghc-8.10.x.nix | 6 ++++ 2 files changed, 22 insertions(+), 12 deletions(-) diff --git a/pkgs/development/haskell-modules/configuration-common.nix b/pkgs/development/haskell-modules/configuration-common.nix index 4cf5867c6571..a781b0dad73c 100644 --- a/pkgs/development/haskell-modules/configuration-common.nix +++ b/pkgs/development/haskell-modules/configuration-common.nix @@ -1758,24 +1758,28 @@ self: super: { # May be possible to remove at the next release (1.11.0) taskell = doJailbreak super.taskell; - # ghc-bignum is not buildable if none of the three backends - # is explicitly enabled. We enable Native for now as it doesn't - # depend on anything else as oppossed to GMP and FFI. - # Apply patch which fixes a compilation failure we encountered. - # Can be removed if the following issue is resolved / the patch - # is merged and released: - # * https://gitlab.haskell.org/ghc/ghc/-/issues/19638 - # * https://gitlab.haskell.org/ghc/ghc/-/merge_requests/5454 - ghc-bignum = overrideCabal (old: { - configureFlags = (old.configureFlags or []) ++ [ "-f" "Native" ]; - patches = (old.patches or []) ++ [ + # Polyfill for GHCs from the integer-simple days that don't bundle ghc-bignum + ghc-bignum = super.ghc-bignum or self.mkDerivation { + pname = "ghc-bignum"; + version = "1.0"; + sha256 = "0xl848q8z6qx2bi6xil0d35lra7wshwvysyfblki659d7272b1im"; + description = "GHC BigNum library"; + license = pkgs.lib.licenses.bsd3; + # ghc-bignum is not buildable if none of the three backends + # is explicitly enabled. We enable Native for now as it doesn't + # depend on anything else as oppossed to GMP and FFI. + # Apply patch which fixes a compilation failure we encountered. + # Will need to be kept until we can drop ghc-bignum entirely, + # i. e. if GHC 8.10.* and 8.8.* have been removed. + configureFlags = [ "-f" "Native" ]; + patches = [ (pkgs.fetchpatch { url = "https://gitlab.haskell.org/ghc/ghc/-/commit/08d1588bf38d83140a86817a7a615db486357d4f.patch"; sha256 = "1qx4r031y72px291vz38bng9sb23r8zb35s03v5hhawlmgzfzcb5"; stripLen = 2; }) ]; - }) super.ghc-bignum; + }; # 2021-04-09: outdated base and alex-tools # PR pending https://github.com/glguy/language-lua/pull/6 diff --git a/pkgs/development/haskell-modules/configuration-ghc-8.10.x.nix b/pkgs/development/haskell-modules/configuration-ghc-8.10.x.nix index ac0364e0c760..6ca41f12b6c0 100644 --- a/pkgs/development/haskell-modules/configuration-ghc-8.10.x.nix +++ b/pkgs/development/haskell-modules/configuration-ghc-8.10.x.nix @@ -49,6 +49,12 @@ self: super: { # cabal-install-parsers is written for Cabal 3.6 cabal-install-parsers = super.cabal-install-parsers.override { Cabal = super.Cabal_3_6_2_0; }; + # Pick right versions for GHC-specific packages + ghc-api-compat = doDistribute self.ghc-api-compat_8_10_7; + ghc-lib = doDistribute self.ghc-lib_8_10_7_20210828; + ghc-lib-parser = doDistribute self.ghc-lib-parser_8_10_7_20210828; + ghc-lib-parser-ex = doDistribute self.ghc-lib-parser-ex_8_10_0_23; + # Jailbreak to fix the build. base-noprelude = doJailbreak super.base-noprelude; system-fileio = doJailbreak super.system-fileio; From 65454750ce601c232b78c1c67bec214d8e01bb35 Mon Sep 17 00:00:00 2001 From: sternenseemann Date: Fri, 18 Feb 2022 14:50:04 +0100 Subject: [PATCH 009/238] haskellPackages: fix evaluation with stackage nightly 2022-02-17 I've tried to be conservative and only clean up things that broke eval which in most cases had to do with uses of versioned packages that have become the default in Stackage Nightly now. There's probably still potential for cleaning up some additional workarounds and likely there are still a lot of new workarounds to be found once we know about the build failures. Also note that clean eval only means that nix-env doesn't fail. Notes: * HLS now lacks the stylish-haskell and britanny plugins by default, since they don't support GHC 9.0.2. We'll need to re-enable them for GHC < 9.0.2 * A lot of uses of hspec 2.9.* can probably be removed, as 2.8.* which is used in Stackage Nightly is new enough for most packages. --- .../hledger-check-fancyassertions/default.nix | 11 +- .../haskell-modules/configuration-common.nix | 141 ++---------------- .../configuration-ghc-9.0.x.nix | 52 +------ .../haskell-modules/configuration-nix.nix | 5 + pkgs/top-level/all-packages.nix | 2 +- 5 files changed, 23 insertions(+), 188 deletions(-) diff --git a/pkgs/applications/office/hledger-check-fancyassertions/default.nix b/pkgs/applications/office/hledger-check-fancyassertions/default.nix index df3752eac3e0..2d85a4fce063 100644 --- a/pkgs/applications/office/hledger-check-fancyassertions/default.nix +++ b/pkgs/applications/office/hledger-check-fancyassertions/default.nix @@ -1,12 +1,8 @@ {lib, stdenvNoCC, haskellPackages, fetchurl, writers}: -let - hledger-lib = haskellPackages.hledger-lib_1_24_1; -in - stdenvNoCC.mkDerivation rec { pname = "hledger-check-fancyassertions"; - inherit (hledger-lib) version; + inherit (haskellPackages.hledger-lib) version; src = fetchurl { name = "hledger-check-fancyassertion-${version}.hs"; @@ -20,13 +16,12 @@ stdenvNoCC.mkDerivation rec { executable = writers.writeHaskell "hledger-check-fancyassertions" { - libraries = [ + libraries = with haskellPackages; [ hledger-lib - ] ++ (with haskellPackages; [ base base-compat base-compat-batteries filepath megaparsec microlens optparse-applicative string-qq text time transformers - ]); + ]; inherit (haskellPackages) ghc; } src; diff --git a/pkgs/development/haskell-modules/configuration-common.nix b/pkgs/development/haskell-modules/configuration-common.nix index a781b0dad73c..dc8b5315b44b 100644 --- a/pkgs/development/haskell-modules/configuration-common.nix +++ b/pkgs/development/haskell-modules/configuration-common.nix @@ -49,16 +49,6 @@ self: super: { ghc-datasize = disableLibraryProfiling super.ghc-datasize; ghc-vis = disableLibraryProfiling super.ghc-vis; - # `pinch`s test suite uses a function called `openSocket` that's available - # in `network` versions 3.1.2.0 and bigger. - # There's an open PR updating the lower bound for `network`: - # > https://github.com/abhinav/pinch/pull/46 - # With that said version tracked for `network` right now is 3.1.1.1 so we're - # replacing the network pinch uses with `network_3_1_2_7` for now. - pinch = super.pinch.overrideScope (self : super: { - network = self.network_3_1_2_7; - }); - # We can remove this once fakedata version gets to 1.0.1 as the test suite # works fine there. fakedata = dontCheck super.fakedata; @@ -187,16 +177,8 @@ self: super: { # base bound digit = doJailbreak super.digit; - # hnix.patch needed until the next release is bumped - hnix = generateOptparseApplicativeCompletion "hnix" - (overrideCabal (drv: { - # 2020-06-05: HACK: does not pass own build suite - `dontCheck` - doCheck = false; - }) (super.hnix.override { - # needs newer version of relude and semialign than stackage has - relude = self.relude_1_0_0_1; - semialign = self.semialign_1_2_0_1; - })); + # 2020-06-05: HACK: does not pass own build suite - `dontCheck` + hnix = generateOptparseApplicativeCompletion "hnix" (dontCheck super.hnix); # Fails for non-obvious reasons while attempting to use doctest. focuslist = dontCheck super.focuslist; @@ -859,11 +841,6 @@ self: super: { }) super.hledger-lib; - # hledger-lib 1.24 depends on doctest >= 0.18 - hledger-lib_1_24_1 = super.hledger-lib_1_24_1.override { - doctest = self.doctest_0_18_2; - }; - # Copy hledger man pages from data directory into the proper place. This code # should be moved into the cabal2nix generator. hledger = overrideCabal (drv: { @@ -1356,7 +1333,6 @@ self: super: { hspec = dontCheck self.hspec_2_9_4; hspec-core = dontCheck self.hspec-core_2_9_4; hspec-discover = dontCheck super.hspec-discover_2_9_4; - tasty-hspec = self.tasty-hspec_1_2; })); hasura-ekg-core = doJailbreak (super.hasura-ekg-core.overrideScope (self: super: { hspec = dontCheck self.hspec_2_9_4; @@ -1578,11 +1554,6 @@ self: super: { # Allow building with older versions of http-client. http-client-restricted = doJailbreak super.http-client-restricted; - # 2020-02-11: https://github.com/ekmett/lens/issues/969 - # A change in vector 0.2.12 broke the lens doctests. - # This is fixed on lens master. Remove this override on assert fail. - lens = assert super.lens.version == "4.19.2"; doJailbreak (dontCheck super.lens); - # Test suite fails, upstream not reachable for simple fix (not responsive on github) vivid-osc = dontCheck super.vivid-osc; vivid-supercollider = dontCheck super.vivid-supercollider; @@ -1861,12 +1832,8 @@ self: super: { gi-gtk-declarative = doJailbreak super.gi-gtk-declarative; gi-gtk-declarative-app-simple = doJailbreak super.gi-gtk-declarative-app-simple; - # 2021-05-09: Restrictive bound on hspec-golden. Dep removed in newer versions. - tomland = assert super.tomland.version == "1.3.2.0"; doJailbreak super.tomland; - # 2022-01-16 haskell-ci needs Cabal 3.6, haskell-ci = super.haskell-ci.overrideScope (self: super: { - attoparsec = self.attoparsec_0_14_4; Cabal = self.Cabal_3_6_2_0; }); @@ -1881,10 +1848,6 @@ self: super: { }; } self.haskell-ci; - Frames-streamly = super.Frames-streamly.override { - relude = super.relude_1_0_0_1; - }; - # 2021-05-09: compilation requires patches from master, # remove at next release (current is 0.1.0.4). large-hashable = overrideCabal (drv: { @@ -1922,21 +1885,6 @@ self: super: { # https://github.com/kcsongor/generic-lens/issues/133 generic-optics = dontCheck super.generic-optics; - # 2021-05-19: Allow random 1.2.0 - # Remove at (presumably next release) which is > 1.3.1.0 - hashable = overrideCabal (drv: { - patches = [ - (pkgs.fetchpatch { - url = "https://github.com/haskell-unordered-containers/hashable/commit/78fa8fdb4f8bec5d221f34110d6afa0d0a00b5f9.patch"; - sha256 = "0bzgp9qf53zk4rzk73x5cf2kfqncvlmihcallpplaibpslzalyi4"; - }) - ] ++ (drv.patches or []); - # fix line endings preventing patch from applying - prePatch = '' - ${pkgs.buildPackages.dos2unix}/bin/dos2unix hashable.cabal - '' + (drv.prePatch or ""); - }) super.hashable; - # Too strict bound on random # https://github.com/haskell-hvr/missingh/issues/56 MissingH = doJailbreak super.MissingH; @@ -1975,34 +1923,12 @@ self: super: { # https://github.com/Porges/email-validate-hs/issues/58 email-validate = doJailbreak super.email-validate; - # 2021-10-02: Make optics 0.4 packages work together - optics-th_0_4 = super.optics-th_0_4.override { - optics-core = self.optics-core_0_4; - }; - optics-extra_0_4 = super.optics-extra_0_4.override { - optics-core = self.optics-core_0_4; - }; - optics_0_4 = super.optics_0_4.override { - optics-core = self.optics-core_0_4; - optics-extra = self.optics-extra_0_4; - optics-th = self.optics-th_0_4; - }; - # https://github.com/plow-technologies/hspec-golden-aeson/issues/17 - hspec-golden-aeson_0_9_0_0 = dontCheck super.hspec-golden-aeson_0_9_0_0; + hspec-golden-aeson = dontCheck super.hspec-golden-aeson; - # 2021-10-02: Doesn't compile with optics < 0.4 - # 2021-11-05: streamly-0.8.0 is required for libyaml-streamly and - # yaml-streamly, as these aren't leaf packages it's not really - # appropriate to override them themselves (although ghcup is - # currently the only consumer) # 2021-11-05: jailBreak the too tight upper bound on haskus-utils-variant ghcup = doJailbreak (super.ghcup.overrideScope (self: super: { - hspec-golden-aeson = self.hspec-golden-aeson_0_9_0_0; - optics = self.optics_0_4; - streamly = doJailbreak self.streamly_0_8_1_1; Cabal = self.Cabal_3_6_2_0; - libyaml-streamly = markUnbroken super.libyaml-streamly; })); # Break out of "Cabal < 3.2" constraint. @@ -2018,9 +1944,12 @@ self: super: { # Release 1.0.0.0 added version bounds (was unrestricted before), # but with too strict lower bounds for our lts-18. - graphql = assert pkgs.lib.versionOlder self.parser-combinators.version "1.3.0"; - assert pkgs.lib.versionOlder self.hspec.version "2.8.2"; - doJailbreak super.graphql; + # Disable aeson for now, future release should support it + graphql = assert pkgs.lib.versionOlder self.hspec.version "2.9.0"; + assert super.graphql.version == "1.0.2.0"; + appendConfigureFlags [ + "-f-json" + ] (doJailbreak super.graphql); # https://github.com/ajscholl/basic-cpuid/pull/1 basic-cpuid = appendPatch (pkgs.fetchpatch { @@ -2036,13 +1965,9 @@ self: super: { # 2021-08-18: streamly-posix was released with hspec 2.8.2, but it works with older versions too. streamly-posix = doJailbreak super.streamly-posix; - # 2021-09-13: hls 1.6 needs a newer lsp than stackage-lts. (lsp >= 1.2.0.1) - # (hls is nearly the only consumer, but consists of 18 packages, so we bump lsp globally.) - lsp = doDistribute self.lsp_1_4_0_0; - lsp-types = doDistribute self.lsp-types_1_4_0_1; # Not running the "example" test because it requires a binary from lsps test # suite which is not part of the output of lsp. - lsp-test = doDistribute (overrideCabal (old: { testTarget = "tests func-test"; }) self.lsp-test_0_14_0_2); + lsp-test = overrideCabal (old: { testTarget = "tests func-test"; }) super.lsp-test; # 2021-09-14: Tests are flaky. hls-splice-plugin = dontCheck super.hls-splice-plugin; @@ -2058,15 +1983,6 @@ self: super: { hw-xml = assert pkgs.lib.versionOlder self.generic-lens.version "2.2.0.0"; doJailbreak super.hw-xml; - # Needs network >= 3.1.2 - quic = super.quic.overrideScope (self: super: { - network = self.network_3_1_2_7; - }); - - http3 = super.http3.overrideScope (self: super: { - network = self.network_3_1_2_7; - }); - # Fixes https://github.com/NixOS/nixpkgs/issues/140613 # https://github.com/recursion-schemes/recursion-schemes/issues/128 recursion-schemes = appendPatch ./patches/recursion-schemes-128.patch super.recursion-schemes; @@ -2076,7 +1992,6 @@ self: super: { # file revision on hackage was gifted CRLF line endings gogol-core = appendPatch ./patches/gogol-core-144.patch super.gogol-core; - # Jailbreak isn't sufficient, but this is ok as it's a leaf package. hadolint = overrideCabal (drv: { # Test suite depends on ordering of unordered-containers returned values # which was upgraded in LTS 18.19 @@ -2084,42 +1999,15 @@ self: super: { testFlags = [ "--skip" "/Hadolint.Formatter.Sarif/Formatter: Sarif/print empty results/" ] ++ drv.testFlags or []; - }) (super.hadolint.overrideScope (self: super: { - language-docker = self.language-docker_10_4_0; - hspec = dontCheck self.hspec_2_9_4; - hspec-core = dontCheck self.hspec-core_2_9_4; - hspec-discover = dontCheck self.hspec-discover_2_9_4; - colourista = doJailbreak super.colourista; - })); + }) super.hadolint; - # These should be updated in lockstep - hledger_1_24_1 = super.hledger_1_24_1.override { - hledger-lib = self.hledger-lib_1_24_1; - }; - - # Needs brick > 0.64 - nix-tree = super.nix-tree.override { - brick = self.brick_0_67; - }; - - # build newer version for `pkgs.shellcheck` - ShellCheck_0_8_0 = doDistribute super.ShellCheck_0_8_0; + nix-tree = super.nix-tree; # test suite requires stack to run, https://github.com/dino-/photoname/issues/24 photoname = dontCheck super.photoname; # Upgrade of unordered-containers in Stackage causes ordering-sensitive test to fail - # https://github.com/chrisdone/lucid/issues/123 # https://github.com/commercialhaskell/stackage/issues/6366 - lucid = assert super.lucid.version == "2.9.12.1"; overrideCabal (drv: { - testFlags = [ - "--skip" "/attributes-with/mixed/" - ] ++ drv.testFlags or []; - }) super.lucid; - # Basically the entire doctest suite of swagger2 fails for the same reason - swagger2 = assert super.swagger2.version == "2.6"; overrideCabal (drv: { - testTarget = "spec"; - }) super.swagger2; # https://github.com/kapralVV/Unique/issues/9 Unique = assert super.Unique.version == "0.4.7.9"; overrideCabal (drv: { testFlags = [ @@ -2211,11 +2099,6 @@ self: super: { ] ++ drv.testFlags or []; }) super.minio-hs; - # golden files expect an old version of hpack, so tests fail intermittently - # TODO: maybe disable golden test suite altogether? this will happen again as - # hpack emits its version into the generated files… - hpack-dhall = assert super.hpack-dhall.version == "0.5.3"; dontCheck super.hpack-dhall; - # Invalid CPP in test suite: https://github.com/cdornan/memory-cd/issues/1 memory-cd = dontCheck super.memory-cd; diff --git a/pkgs/development/haskell-modules/configuration-ghc-9.0.x.nix b/pkgs/development/haskell-modules/configuration-ghc-9.0.x.nix index 23d31e67b02f..ad0713dce540 100644 --- a/pkgs/development/haskell-modules/configuration-ghc-9.0.x.nix +++ b/pkgs/development/haskell-modules/configuration-ghc-9.0.x.nix @@ -65,7 +65,6 @@ self: super: { lukko = doJailbreak super.lukko; parallel = doJailbreak super.parallel; primitive = doJailbreak (dontCheck super.primitive); - primitive-extras = doDistribute (self.primitive-extras_0_10_1_4); regex-posix = doJailbreak super.regex-posix; resolv = doJailbreak super.resolv; singleton-bool = doJailbreak super.singleton-bool; @@ -77,22 +76,11 @@ self: super: { vector-th-unbox = doJailbreak super.vector-th-unbox; zlib = doJailbreak super.zlib; weeder = self.weeder_2_3_0; - generic-lens-core = self.generic-lens-core_2_2_1_0; - generic-lens = self.generic-lens_2_2_1_0; - th-desugar = self.th-desugar_1_13; # 2021-11-08: Fixed in autoapply-0.4.2 - autoapply = doJailbreak self.autoapply_0_4_1_1; - - # Doesn't allow Dhall 1.39.*; forbids lens 5.1 - weeder_2_3_0 = doJailbreak (super.weeder_2_3_0.override { - dhall = self.dhall_1_40_2; - }); - - # Upstream also disables test for GHC 9: https://github.com/kcsongor/generic-lens/pull/130 - generic-lens_2_2_1_0 = dontCheck super.generic-lens_2_2_1_0; + autoapply = doJailbreak super.autoapply; + doctest = dontCheck super.doctest; # Apply patches from head.hackage. - doctest = dontCheck (doJailbreak super.doctest_0_18_2); language-haskell-extract = appendPatch (pkgs.fetchpatch { url = "https://gitlab.haskell.org/ghc/head.hackage/-/raw/master/patches/language-haskell-extract-0.2.4.patch"; sha256 = "0rgzrq0513nlc1vw7nw4km4bcwn4ivxcgi33jly4a7n3c1r32v1f"; @@ -104,12 +92,6 @@ self: super: { # The test suite seems pretty broken. base64-bytestring = dontCheck super.base64-bytestring; - # 5 introduced support for GHC 9.0.x, but hasn't landed in stackage yet - lens = super.lens_5_1; - - # 0.16.0 introduced support for GHC 9.0.x, stackage has 0.15.0 - memory = super.memory_0_16_0; - # GHC 9.0.x doesn't like `import Spec (main)` in Main.hs # https://github.com/snoyberg/mono-traversable/issues/192 mono-traversable = dontCheck super.mono-traversable; @@ -118,27 +100,11 @@ self: super: { # https://github.com/Soostone/retry/issues/71 retry = dontCheck super.retry; - # Hlint needs >= 3.3.4 for ghc 9 support. - hlint = doDistribute super.hlint_3_3_6; - - # 2021-09-18: ghc-api-compat and ghc-lib-* need >= 9.0.x versions for hls and hlint - ghc-api-compat = doDistribute super.ghc-api-compat_9_0_1; - ghc-lib-parser = self.ghc-lib-parser_9_0_2_20211226; - ghc-lib-parser-ex = self.ghc-lib-parser-ex_9_0_0_6; - ghc-lib = self.ghc-lib_9_0_2_20211226; - - # 2021-09-18: Need semialign >= 1.2 for correct bounds - semialign = super.semialign_1_2_0_1; - # 2021-09-18: cabal2nix does not detect the need for ghc-api-compat. hiedb = overrideCabal (old: { libraryHaskellDepends = old.libraryHaskellDepends ++ [self.ghc-api-compat]; }) super.hiedb; - # 2021-09-18: Need path >= 0.9.0 for ghc 9 compat - path = self.path_0_9_0; - # 2021-09-18: Need ormolu >= 0.3.0.0 for ghc 9 compat - ormolu = doDistribute self.ormolu_0_3_1_0; # 2021-09-18: https://github.com/haskell/haskell-language-server/issues/2206 # Restrictive upper bound on ormolu hls-ormolu-plugin = doJailbreak super.hls-ormolu-plugin; @@ -148,18 +114,4 @@ self: super: { multistate = doJailbreak super.multistate; # https://github.com/lspitzner/butcher/issues/7 butcher = doJailbreak super.butcher; - # Fixes a bug triggered on GHC 9.0.1 - text-short = self.text-short_0_1_5; - - fourmolu = doJailbreak self.fourmolu_0_4_0_0; - - # 2022-02-05: The following plugins don‘t work yet on ghc9. - # Compare: https://haskell-language-server.readthedocs.io/en/latest/supported-versions.html - haskell-language-server = appendConfigureFlags [ - "-f-brittany" - "-f-stylishhaskell" - ] (super.haskell-language-server.override { - hls-stylish-haskell-plugin = null; # No upstream support - hls-brittany-plugin = null; # Dependencies don't build with 9.0.1 - }); } diff --git a/pkgs/development/haskell-modules/configuration-nix.nix b/pkgs/development/haskell-modules/configuration-nix.nix index 032b2577c515..49881c53bc06 100644 --- a/pkgs/development/haskell-modules/configuration-nix.nix +++ b/pkgs/development/haskell-modules/configuration-nix.nix @@ -827,6 +827,11 @@ self: super: builtins.intersectAttrs super { # time random = dontCheck super.random; + # mockery's tests depend on hspec-discover which dependso on mockery for its tests + mockery = dontCheck super.mockery; + # same for logging-facade + logging-facade = dontCheck super.logging-facade; + # Since this package is primarily used by nixpkgs maintainers and is probably # not used to link against by anyone, we can make it’s closure smaller and # add its runtime dependencies in `haskellPackages` (as opposed to cabal2nix). diff --git a/pkgs/top-level/all-packages.nix b/pkgs/top-level/all-packages.nix index 7b669f427d1f..31f0a766e4f1 100644 --- a/pkgs/top-level/all-packages.nix +++ b/pkgs/top-level/all-packages.nix @@ -15540,7 +15540,7 @@ with pkgs; shards; shellcheck = callPackage ../development/tools/shellcheck { - ShellCheck = haskellPackages.ShellCheck_0_8_0; + inherit (haskellPackages) ShellCheck; }; shellharden = callPackage ../development/tools/shellharden {}; From 104c152fd72bafd6a4d2b08c8cfb1dfabc672750 Mon Sep 17 00:00:00 2001 From: sternenseemann Date: Fri, 18 Feb 2022 14:17:00 +0100 Subject: [PATCH 010/238] haskellPackages.libyaml-streamly: remove broken flag With Stackage Nightly libyaml-streamly, a dependency of ghcup, is now buildable as is. --- .../haskell-modules/configuration-hackage2nix/broken.yaml | 1 - pkgs/development/haskell-modules/hackage-packages.nix | 2 -- 2 files changed, 3 deletions(-) diff --git a/pkgs/development/haskell-modules/configuration-hackage2nix/broken.yaml b/pkgs/development/haskell-modules/configuration-hackage2nix/broken.yaml index 6d217a6d1385..7e1073f4a75f 100644 --- a/pkgs/development/haskell-modules/configuration-hackage2nix/broken.yaml +++ b/pkgs/development/haskell-modules/configuration-hackage2nix/broken.yaml @@ -2887,7 +2887,6 @@ broken-packages: - libxls - libxlsxwriter-hs - libxslt - - libyaml-streamly - lie - life-sync - lifted-protolude diff --git a/pkgs/development/haskell-modules/hackage-packages.nix b/pkgs/development/haskell-modules/hackage-packages.nix index 1d23ce8aba9c..946271267e23 100644 --- a/pkgs/development/haskell-modules/hackage-packages.nix +++ b/pkgs/development/haskell-modules/hackage-packages.nix @@ -167689,8 +167689,6 @@ self: { ]; description = "Low-level, streaming YAML interface via streamly"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "libzfs" = callPackage From 4b20fd57a9116e006919a9821678dec56ce79c1a Mon Sep 17 00:00:00 2001 From: sternenseemann Date: Fri, 18 Feb 2022 15:06:51 +0100 Subject: [PATCH 011/238] release-haskell.nix: test GHC-specific packages for all package sets ghc-bignum is the odd-one out as it's a core library for GHC >= 9.0 --- pkgs/top-level/release-haskell.nix | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/pkgs/top-level/release-haskell.nix b/pkgs/top-level/release-haskell.nix index 82828a3d611e..ae6db1cb94cb 100644 --- a/pkgs/top-level/release-haskell.nix +++ b/pkgs/top-level/release-haskell.nix @@ -324,6 +324,13 @@ let compilerNames.ghc8107 compilerNames.ghc902 ]; + ghc-bignum = [ + compilerNames.ghc884 + compilerNames.ghc8107 + ]; + ghc-lib = released; + ghc-lib-parser = released; + ghc-lib-parser-ex = released; }) { mergeable = pkgs.releaseTools.aggregate { From 36613295ab51b498208b261fabfc6470430398a9 Mon Sep 17 00:00:00 2001 From: sternenseemann Date: Fri, 18 Feb 2022 17:50:07 +0100 Subject: [PATCH 012/238] haskellPackages.hw-*: adjust overrides for Stackage Nightly While the generic-lens issue is solved, we now need to be more lenient on the hspec bounds. --- .../haskell-modules/configuration-common.nix | 16 +++++++++------- 1 file changed, 9 insertions(+), 7 deletions(-) diff --git a/pkgs/development/haskell-modules/configuration-common.nix b/pkgs/development/haskell-modules/configuration-common.nix index dc8b5315b44b..116fdafef384 100644 --- a/pkgs/development/haskell-modules/configuration-common.nix +++ b/pkgs/development/haskell-modules/configuration-common.nix @@ -1975,13 +1975,15 @@ self: super: { # 2021-09-18: https://github.com/haskell/haskell-language-server/issues/2205 hls-stylish-haskell-plugin = doJailbreak super.hls-stylish-haskell-plugin; - # 2021-09-29: unnecessary lower bound on generic-lens - hw-ip = assert pkgs.lib.versionOlder self.generic-lens.version "2.2.0.0"; - doJailbreak super.hw-ip; - hw-eliasfano = assert pkgs.lib.versionOlder self.generic-lens.version "2.2.0.0"; - doJailbreak super.hw-eliasfano; - hw-xml = assert pkgs.lib.versionOlder self.generic-lens.version "2.2.0.0"; - doJailbreak super.hw-xml; + # Too strict bounds on hspec + # https://github.com/haskell-works/hw-hspec-hedgehog/issues/62 + # https://github.com/haskell-works/hw-prim/issues/132 + # https://github.com/haskell-works/hw-ip/issues/107 + # https://github.com/haskell-works/bits-extra/issues/57 + hw-hspec-hedgehog = doJailbreak super.hw-hspec-hedgehog; + hw-prim = doJailbreak super.hw-prim; + hw-ip = doJailbreak super.hw-ip; + bits-extra = doJailbreak super.bits-extra; # Fixes https://github.com/NixOS/nixpkgs/issues/140613 # https://github.com/recursion-schemes/recursion-schemes/issues/128 From bf8bd354dd2ac363a7ac09b9bd4ffa7335d52b23 Mon Sep 17 00:00:00 2001 From: sternenseemann Date: Fri, 18 Feb 2022 18:09:36 +0100 Subject: [PATCH 013/238] haskellPackages.tasty-discover: fix build with tasty-hspec >= 1.2 --- .../haskell-modules/configuration-common.nix | 20 +++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/pkgs/development/haskell-modules/configuration-common.nix b/pkgs/development/haskell-modules/configuration-common.nix index 116fdafef384..b2647ea9e036 100644 --- a/pkgs/development/haskell-modules/configuration-common.nix +++ b/pkgs/development/haskell-modules/configuration-common.nix @@ -447,6 +447,26 @@ self: super: { # Depends on itself for testing tasty-discover = overrideCabal (drv: { + # Compatibility with tasty-hspec >= 1.1.7 requires a patch and a dependency on hspec + patches = drv.patches or [] ++ [ + # Intermediate patch so fix applies + (pkgs.fetchpatch { + url = "https://github.com/haskell-works/tasty-discover/commit/67b022f5945abdfb71ca31fca7910abc7effe043.patch"; + sha256 = "1x539qa2871fiahw9zjxyyqz86v4ib7k7fv9hdvvxcrrfw3zwl66"; + }) + # Actual fix + (pkgs.fetchpatch { + name = "tasty-hspec-1.1.7-compat.patch"; + url = "https://github.com/haskell-works/tasty-discover/commit/98d3c464f33129e38fa9c0fcdfb1847dfb0490b9.patch"; + sha256 = "01a8ni3lyh1wql7aghl41nd2c9m6gcn1i77bh3pygh6r403x771p"; + }) + ]; + testHaskellDepends = drv.testHaskellDepends or [] ++ [ + self.hspec + ]; + # https://github.com/haskell-works/tasty-discover/issues/17 + jailbreak = true; # allow tasty-hspec >= 1.2 + preBuild = '' export PATH="$PWD/dist/build/tasty-discover:$PATH" '' + (drv.preBuild or ""); From b80b106e432cf0744c822db313442a9740b0acce Mon Sep 17 00:00:00 2001 From: sternenseemann Date: Sat, 19 Feb 2022 01:18:31 +0100 Subject: [PATCH 014/238] haskellPackages.vinyl: fix build with aeson 2.0 --- pkgs/development/haskell-modules/configuration-common.nix | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/pkgs/development/haskell-modules/configuration-common.nix b/pkgs/development/haskell-modules/configuration-common.nix index b2647ea9e036..b11ead66fca2 100644 --- a/pkgs/development/haskell-modules/configuration-common.nix +++ b/pkgs/development/haskell-modules/configuration-common.nix @@ -360,6 +360,10 @@ self: super: { # https://github.com/vincenthz/hs-crypto-pubkey/issues/20 crypto-pubkey = dontCheck super.crypto-pubkey; + # Test suite works with aeson 2.0 only starting with 0.14.1 + vinyl = assert pkgs.lib.versionOlder super.vinyl.version "0.14.1"; + dontCheck super.vinyl; + # https://github.com/Philonous/xml-picklers/issues/5 xml-picklers = dontCheck super.xml-picklers; From 5c971a179d9a2494811354817d19da239bacb971 Mon Sep 17 00:00:00 2001 From: sternenseemann Date: Sat, 19 Feb 2022 09:52:12 +0100 Subject: [PATCH 015/238] haskellPackages.fgl*: allow newer hspec --- pkgs/development/haskell-modules/configuration-common.nix | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/pkgs/development/haskell-modules/configuration-common.nix b/pkgs/development/haskell-modules/configuration-common.nix index b11ead66fca2..4c533d6e18d2 100644 --- a/pkgs/development/haskell-modules/configuration-common.nix +++ b/pkgs/development/haskell-modules/configuration-common.nix @@ -2128,6 +2128,10 @@ self: super: { # Invalid CPP in test suite: https://github.com/cdornan/memory-cd/issues/1 memory-cd = dontCheck super.memory-cd; + # https://github.com/haskell/fgl/pull/99 + fgl = doJailbreak super.fgl; + fgl-arbitrary = doJailbreak super.fgl-arbitrary; + # raaz-0.3 onwards uses backpack and it does not play nicely with # parallel builds using -j # From e95f451ea65835805c018cdde69f06f2ee7a2899 Mon Sep 17 00:00:00 2001 From: sternenseemann Date: Sun, 20 Feb 2022 01:14:16 +0100 Subject: [PATCH 016/238] haskell.packages.ghc921: fix eval for Stackage Nightly 2022-02-17 We can drop a lot of version picks that have already made their way into Stackage Nightly. --- .../configuration-ghc-9.2.x.nix | 40 ++++--------------- 1 file changed, 7 insertions(+), 33 deletions(-) diff --git a/pkgs/development/haskell-modules/configuration-ghc-9.2.x.nix b/pkgs/development/haskell-modules/configuration-ghc-9.2.x.nix index a74412e8e553..98db03e13bec 100644 --- a/pkgs/development/haskell-modules/configuration-ghc-9.2.x.nix +++ b/pkgs/development/haskell-modules/configuration-ghc-9.2.x.nix @@ -75,7 +75,7 @@ self: super: { Cabal = self.Cabal_3_6_2_0; }); - doctest = dontCheck (doJailbreak super.doctest_0_18_2); + doctest = dontCheck (doJailbreak super.doctest); # Tests fail in GHC 9.2 extra = dontCheck super.extra; @@ -88,12 +88,10 @@ self: super: { assoc = doJailbreak super.assoc; async = doJailbreak super.async; - attoparsec = super.attoparsec_0_14_4; base64-bytestring = doJailbreak super.base64-bytestring; base-compat = self.base-compat_0_12_1; base-compat-batteries = self.base-compat-batteries_0_12_1; binary-instances = doJailbreak super.binary-instances; - binary-orphans = super.binary-orphans_1_0_2; ChasingBottoms = doJailbreak super.ChasingBottoms; constraints = doJailbreak super.constraints; cpphs = overrideCabal (drv: { postPatch = "sed -i -e 's,time >=1.5 && <1.11,time >=1.5 \\&\\& <1.12,' cpphs.cabal";}) super.cpphs; @@ -102,9 +100,6 @@ self: super: { data-fix = doJailbreak super.data-fix; dec = doJailbreak super.dec; ed25519 = doJailbreak super.ed25519; - genvalidity = self.genvalidity_1_0_0_1; - genvalidity-property = self.genvalidity-property_1_0_0_0; - genvalidity-hspec = self.genvalidity-hspec_1_0_0_0; ghc-byteorder = doJailbreak super.ghc-byteorder; ghc-exactprint = overrideCabal (drv: { # HACK: ghc-exactprint 1.4.1 is not buildable for GHC < 9.2, @@ -125,7 +120,7 @@ self: super: { ghc-lib-parser-ex = self.ghc-lib-parser-ex_9_2_0_1; hackage-security = doJailbreak super.hackage-security; hashable = super.hashable_1_4_0_2; - hashable-time = doJailbreak super.hashable-time_0_3; + hashable-time = doJailbreak super.hashable-time; hedgehog = doJailbreak super.hedgehog; HTTP = overrideCabal (drv: { postPatch = "sed -i -e 's,! Socket,!Socket,' Network/TCP.hs"; }) (doJailbreak super.HTTP); integer-logarithms = overrideCabal (drv: { postPatch = "sed -i -e 's, <1.1, <1.3,' integer-logarithms.cabal"; }) (doJailbreak super.integer-logarithms); @@ -133,18 +128,14 @@ self: super: { indexed-traversable-instances = doJailbreak super.indexed-traversable-instances; lifted-async = doJailbreak super.lifted-async; lukko = doJailbreak super.lukko; - network = super.network_3_1_2_7; ormolu = self.ormolu_0_4_0_0; - OneTuple = super.OneTuple_0_3_1; parallel = doJailbreak super.parallel; - path = doJailbreak super.path_0_9_2; + path = doJailbreak super.path; polyparse = overrideCabal (drv: { postPatch = "sed -i -e 's, <0.11, <0.12,' polyparse.cabal"; }) (doJailbreak super.polyparse); primitive = doJailbreak super.primitive; - quickcheck-instances = super.quickcheck-instances_0_3_27; regex-posix = doJailbreak super.regex-posix; resolv = doJailbreak super.resolv; retrie = doDistribute (dontCheck self.retrie_1_2_0_1); - semialign = super.semialign_1_2_0_1; singleton-bool = doJailbreak super.singleton-bool; scientific = doJailbreak super.scientific; shelly = doJailbreak super.shelly; @@ -155,7 +146,7 @@ self: super: { tasty-hspec = doJailbreak super.tasty-hspec; th-desugar = self.th-desugar_1_13; these = doJailbreak super.these; - time-compat = doJailbreak super.time-compat_1_9_6_1; + time-compat = doJailbreak super.time-compat; type-equality = doJailbreak super.type-equality; unordered-containers = doJailbreak super.unordered-containers; vector = doJailbreak (dontCheck super.vector); @@ -172,7 +163,7 @@ self: super: { ] ++ drv.testFlags or []; }) (doJailbreak super.hpack); - validity = pkgs.lib.pipe super.validity_0_12_0_0 [ + validity = pkgs.lib.pipe super.validity [ # head.hackage patch (appendPatch (pkgs.fetchpatch { url = "https://gitlab.haskell.org/ghc/head.hackage/-/raw/9110e6972b5daf085e19cad41f97920d3ddac499/patches/validity-0.12.0.0.patch"; @@ -197,10 +188,6 @@ self: super: { # Tests depend on `parseTime` which is no longer available hourglass = dontCheck super.hourglass; - # 1.2.1 introduced support for GHC 9.2.1, stackage has 1.2.0 - # The test suite indirectly depends on random, which leads to infinite recursion - random = dontCheck super.random_1_2_1; - # 0.16.0 introduced support for GHC 9.0.x, stackage has 0.15.0 memory = appendPatch (pkgs.fetchpatch { url = "https://gitlab.haskell.org/ghc/head.hackage/-/raw/dfd024c9a336c752288ec35879017a43bd7e85a0/patches/memory-0.16.0.patch"; @@ -208,7 +195,7 @@ self: super: { }) (overrideCabal { editedCabalFile = null; revision = null; - } super.memory_0_16_0); + } super.memory); # GHC 9.0.x doesn't like `import Spec (main)` in Main.hs # https://github.com/snoyberg/mono-traversable/issues/192 @@ -221,9 +208,6 @@ self: super: { # Upper bound on `hashable` is too restrictive semigroupoids = overrideCabal (drv: { postPatch = "sed -i -e 's,hashable >= 1.2.7.0 && < 1.4,hashable >= 1.2.7.0 \\&\\& < 1.5,' semigroupoids.cabal";}) super.semigroupoids; - # Tests have a circular dependency on quickcheck-instances - text-short = dontCheck super.text-short_0_1_5; - # Use hlint from git for GHC 9.2.1 support hlint = doDistribute ( overrideSrc { @@ -234,10 +218,7 @@ self: super: { rev = "77a9702e10b772a7695c08682cd4f450fd0e9e46"; sha256 = "0hpp3iw7m7w2abr8vb86gdz3x6c8lj119zxln933k90ia7bmk8jc"; }; - } (super.hlint_3_3_6.overrideScope (self: super: { - ghc-lib-parser = self.ghc-lib-parser_9_2_1_20220109; - ghc-lib-parser-ex = self.ghc-lib-parser-ex_9_2_0_1; - })) + } super.hlint ); # https://github.com/sjakobi/bsb-http-chunked/issues/38 @@ -251,7 +232,6 @@ self: super: { implicit-hie-cradle = doJailbreak super.implicit-hie-cradle; lucid = doJailbreak super.lucid; hashtables = doJailbreak super.hashtables; - primitive-extras = super.primitive-extras_0_10_1_4; hiedb = doJailbreak super.hiedb; # 2022-02-05: The following plugins don‘t work yet on ghc9.2. @@ -264,9 +244,6 @@ self: super: { "-f-hlint" "-f-retrie" "-f-splice" - "-f-tactics" - "-f-brittany" - "-f-stylish-haskell" ] (super.haskell-language-server.override { hls-alternate-number-format-plugin = null; hls-class-plugin = null; @@ -275,8 +252,5 @@ self: super: { hls-hlint-plugin = null; hls-retrie-plugin = null; hls-splice-plugin = null; - hls-tactics-plugin = null; - hls-brittany-plugin = null; - hls-stylish-haskell-plugin = null; }); } From 600b5f43f006faf8ee3671d8fe49a533bfea1e39 Mon Sep 17 00:00:00 2001 From: sternenseemann Date: Sun, 20 Feb 2022 11:31:31 +0100 Subject: [PATCH 017/238] haskellPackages.linear-base: work around upstream's broken Setup.hs With GHC 9.0.2 being the default, it's about time this package worked. --- .../haskell-modules/configuration-common.nix | 10 ++++++++++ .../configuration-hackage2nix/broken.yaml | 1 - pkgs/development/haskell-modules/hackage-packages.nix | 2 -- 3 files changed, 10 insertions(+), 3 deletions(-) diff --git a/pkgs/development/haskell-modules/configuration-common.nix b/pkgs/development/haskell-modules/configuration-common.nix index 4c533d6e18d2..c535e9068ed8 100644 --- a/pkgs/development/haskell-modules/configuration-common.nix +++ b/pkgs/development/haskell-modules/configuration-common.nix @@ -2167,4 +2167,14 @@ self: super: { }) ] super.hie-bios; + # Ships a custom cabal-doctest Setup.hs in the release tarball, but the actual + # test suite is commented out, so the required dependency is missing naturally. + # We need to use a default Setup.hs instead. Current master doesn't exhibit + # this anymore, so this override should be fine to remove once the assert fires. + linear-base = assert super.linear-base.version == "0.1.0"; overrideCabal (drv: { + preCompileBuildDriver = drv.preCompileBuildDriver or "" + '' + rm Setup.hs + ''; + }) super.linear-base; + } // import ./configuration-tensorflow.nix {inherit pkgs haskellLib;} self super diff --git a/pkgs/development/haskell-modules/configuration-hackage2nix/broken.yaml b/pkgs/development/haskell-modules/configuration-hackage2nix/broken.yaml index 7e1073f4a75f..35e397cf15dc 100644 --- a/pkgs/development/haskell-modules/configuration-hackage2nix/broken.yaml +++ b/pkgs/development/haskell-modules/configuration-hackage2nix/broken.yaml @@ -2900,7 +2900,6 @@ broken-packages: - linden - linear-accelerate - linear-algebra-cblas - - linear-base - linear-code - linear-generics - linear-maps diff --git a/pkgs/development/haskell-modules/hackage-packages.nix b/pkgs/development/haskell-modules/hackage-packages.nix index 946271267e23..963e41987e0f 100644 --- a/pkgs/development/haskell-modules/hackage-packages.nix +++ b/pkgs/development/haskell-modules/hackage-packages.nix @@ -168453,8 +168453,6 @@ self: { ]; description = "Standard library for linear types"; license = lib.licenses.mit; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "linear-circuit" = callPackage From c0a7ad5c71ef17efb67302877f4f25c53fa0bbe0 Mon Sep 17 00:00:00 2001 From: sternenseemann Date: Sun, 20 Feb 2022 11:33:53 +0100 Subject: [PATCH 018/238] haskellPackages.hslua-module-version: remove broken flag This builds as-is now. --- .../haskell-modules/configuration-hackage2nix/broken.yaml | 1 - pkgs/development/haskell-modules/hackage-packages.nix | 2 -- 2 files changed, 3 deletions(-) diff --git a/pkgs/development/haskell-modules/configuration-hackage2nix/broken.yaml b/pkgs/development/haskell-modules/configuration-hackage2nix/broken.yaml index 35e397cf15dc..fef6334bfbbf 100644 --- a/pkgs/development/haskell-modules/configuration-hackage2nix/broken.yaml +++ b/pkgs/development/haskell-modules/configuration-hackage2nix/broken.yaml @@ -2371,7 +2371,6 @@ broken-packages: - hslogger-template - hs-logo - hslua-examples - - hslua-module-version - hsluv-haskell - hsmagick - hsmodetweaks diff --git a/pkgs/development/haskell-modules/hackage-packages.nix b/pkgs/development/haskell-modules/hackage-packages.nix index 963e41987e0f..3e19ffe8381c 100644 --- a/pkgs/development/haskell-modules/hackage-packages.nix +++ b/pkgs/development/haskell-modules/hackage-packages.nix @@ -141361,8 +141361,6 @@ self: { ]; description = "Lua module to work with version specifiers"; license = lib.licenses.mit; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "hslua-objectorientation" = callPackage From 6f0d05253138c71df84c038a65ddabf1b0fa2f66 Mon Sep 17 00:00:00 2001 From: sternenseemann Date: Sun, 20 Feb 2022 12:01:19 +0100 Subject: [PATCH 019/238] haskellPackages.singleton-th: remove broken flag --- .../haskell-modules/configuration-hackage2nix/broken.yaml | 1 - pkgs/development/haskell-modules/hackage-packages.nix | 3 --- 2 files changed, 4 deletions(-) diff --git a/pkgs/development/haskell-modules/configuration-hackage2nix/broken.yaml b/pkgs/development/haskell-modules/configuration-hackage2nix/broken.yaml index fef6334bfbbf..d959709b95bb 100644 --- a/pkgs/development/haskell-modules/configuration-hackage2nix/broken.yaml +++ b/pkgs/development/haskell-modules/configuration-hackage2nix/broken.yaml @@ -4514,7 +4514,6 @@ broken-packages: - simplexmq - simple-zipper - singleton-dict - - singletons-th - singleton-typelits - singnal - singular-factory diff --git a/pkgs/development/haskell-modules/hackage-packages.nix b/pkgs/development/haskell-modules/hackage-packages.nix index 3e19ffe8381c..7d3d838ed27d 100644 --- a/pkgs/development/haskell-modules/hackage-packages.nix +++ b/pkgs/development/haskell-modules/hackage-packages.nix @@ -246309,8 +246309,6 @@ self: { ]; description = "A framework for generating singleton types"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "singletons-th_3_1" = callPackage @@ -246328,7 +246326,6 @@ self: { description = "A framework for generating singleton types"; license = lib.licenses.bsd3; hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "singnal" = callPackage From a2b1f8b47c9a7a33b743daef47251c69d4a6f2e6 Mon Sep 17 00:00:00 2001 From: sternenseemann Date: Sun, 20 Feb 2022 12:06:05 +0100 Subject: [PATCH 020/238] haskellPackages.th-lego: remove broken flag --- .../haskell-modules/configuration-hackage2nix/broken.yaml | 1 - pkgs/development/haskell-modules/hackage-packages.nix | 2 -- 2 files changed, 3 deletions(-) diff --git a/pkgs/development/haskell-modules/configuration-hackage2nix/broken.yaml b/pkgs/development/haskell-modules/configuration-hackage2nix/broken.yaml index d959709b95bb..31b9cba0dca8 100644 --- a/pkgs/development/haskell-modules/configuration-hackage2nix/broken.yaml +++ b/pkgs/development/haskell-modules/configuration-hackage2nix/broken.yaml @@ -4983,7 +4983,6 @@ broken-packages: - th-instance-reification - th-kinds - th-kinds-fork - - th-lego - thock - thorn - th-pprint diff --git a/pkgs/development/haskell-modules/hackage-packages.nix b/pkgs/development/haskell-modules/hackage-packages.nix index 7d3d838ed27d..888165cf7164 100644 --- a/pkgs/development/haskell-modules/hackage-packages.nix +++ b/pkgs/development/haskell-modules/hackage-packages.nix @@ -268561,8 +268561,6 @@ self: { ]; description = "Template Haskell construction utilities"; license = lib.licenses.mit; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "th-lift" = callPackage From fe3228edbdc84bc4d00612841bda42456c1e59dc Mon Sep 17 00:00:00 2001 From: sternenseemann Date: Sun, 20 Feb 2022 12:17:21 +0100 Subject: [PATCH 021/238] haskellPackages.comfort*: remove broken flag --- .../haskell-modules/configuration-hackage2nix/broken.yaml | 2 -- pkgs/development/haskell-modules/hackage-packages.nix | 4 ---- 2 files changed, 6 deletions(-) diff --git a/pkgs/development/haskell-modules/configuration-hackage2nix/broken.yaml b/pkgs/development/haskell-modules/configuration-hackage2nix/broken.yaml index 31b9cba0dca8..1081ab0ab9c4 100644 --- a/pkgs/development/haskell-modules/configuration-hackage2nix/broken.yaml +++ b/pkgs/development/haskell-modules/configuration-hackage2nix/broken.yaml @@ -742,8 +742,6 @@ broken-packages: - combinatorial-problems - combinator-interactive - combobuffer - - comfort-array-shape - - comfort-fftw - Command - commander - Commando diff --git a/pkgs/development/haskell-modules/hackage-packages.nix b/pkgs/development/haskell-modules/hackage-packages.nix index 888165cf7164..8aa7e99cfc0a 100644 --- a/pkgs/development/haskell-modules/hackage-packages.nix +++ b/pkgs/development/haskell-modules/hackage-packages.nix @@ -60182,8 +60182,6 @@ self: { doHaddock = false; description = "Additional shape types for the comfort-array package"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "comfort-fftw" = callPackage @@ -60204,8 +60202,6 @@ self: { ]; description = "High-level interface to FFTW (Fast Fourier Transform) based on comfort-array"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "comfort-graph" = callPackage From 0b193ee953c96267fe49cf9455a6c6545e47dc02 Mon Sep 17 00:00:00 2001 From: sternenseemann Date: Sun, 20 Feb 2022 12:22:30 +0100 Subject: [PATCH 022/238] haskellPackages.pandoc-lua-marshal: remove broken flag --- .../haskell-modules/configuration-hackage2nix/broken.yaml | 1 - pkgs/development/haskell-modules/hackage-packages.nix | 2 -- 2 files changed, 3 deletions(-) diff --git a/pkgs/development/haskell-modules/configuration-hackage2nix/broken.yaml b/pkgs/development/haskell-modules/configuration-hackage2nix/broken.yaml index 1081ab0ab9c4..2110cfce4ffc 100644 --- a/pkgs/development/haskell-modules/configuration-hackage2nix/broken.yaml +++ b/pkgs/development/haskell-modules/configuration-hackage2nix/broken.yaml @@ -3585,7 +3585,6 @@ broken-packages: - pandoc-filter-indent - pandoc-include - pandoc-lens - - pandoc-lua-marshal - pandoc-markdown-ghci-filter - pandoc-placetable - pandoc-pyplot diff --git a/pkgs/development/haskell-modules/hackage-packages.nix b/pkgs/development/haskell-modules/hackage-packages.nix index 8aa7e99cfc0a..be4118991f29 100644 --- a/pkgs/development/haskell-modules/hackage-packages.nix +++ b/pkgs/development/haskell-modules/hackage-packages.nix @@ -200651,8 +200651,6 @@ self: { ]; description = "Use pandoc types in Lua"; license = lib.licenses.mit; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "pandoc-markdown-ghci-filter" = callPackage From 3f7a1c05f1d2cb9568609aa54576bb926da8e1e2 Mon Sep 17 00:00:00 2001 From: sternenseemann Date: Sun, 20 Feb 2022 12:36:31 +0100 Subject: [PATCH 023/238] haskellPackages.acc: remove broken flag --- .../haskell-modules/configuration-hackage2nix/broken.yaml | 1 - pkgs/development/haskell-modules/hackage-packages.nix | 2 -- 2 files changed, 3 deletions(-) diff --git a/pkgs/development/haskell-modules/configuration-hackage2nix/broken.yaml b/pkgs/development/haskell-modules/configuration-hackage2nix/broken.yaml index 2110cfce4ffc..c1e9c574f137 100644 --- a/pkgs/development/haskell-modules/configuration-hackage2nix/broken.yaml +++ b/pkgs/development/haskell-modules/configuration-hackage2nix/broken.yaml @@ -12,7 +12,6 @@ broken-packages: - abstract-par-accelerate - abt - AC-BuildPlatform - - acc - accelerate-fftw - accelerate-llvm-native - accelerate-random diff --git a/pkgs/development/haskell-modules/hackage-packages.nix b/pkgs/development/haskell-modules/hackage-packages.nix index be4118991f29..c0f880274db3 100644 --- a/pkgs/development/haskell-modules/hackage-packages.nix +++ b/pkgs/development/haskell-modules/hackage-packages.nix @@ -22535,8 +22535,6 @@ self: { benchmarkHaskellDepends = [ gauge rerebase ]; description = "Sequence optimized for monoidal construction and folding"; license = lib.licenses.mit; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "accelerate" = callPackage From 97c9a698d1fa8015d23ba341edfb6783d686395f Mon Sep 17 00:00:00 2001 From: sternenseemann Date: Sun, 20 Feb 2022 13:31:42 +0100 Subject: [PATCH 024/238] carp: work around new GHC warning breaking the build --- pkgs/development/compilers/carp/default.nix | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/pkgs/development/compilers/carp/default.nix b/pkgs/development/compilers/carp/default.nix index 3f188e23317c..6941e5f71b18 100644 --- a/pkgs/development/compilers/carp/default.nix +++ b/pkgs/development/compilers/carp/default.nix @@ -11,6 +11,12 @@ haskellPackages.mkDerivation rec { sha256 = "sha256-o7NLd7jC1BvcoVzbD18LvHg/SqOnfn9yELUrpg2uZtY="; }; + # -Werror breaks build with GHC >= 9.0 + # https://github.com/carp-lang/Carp/issues/1386 + postPatch = '' + substituteInPlace CarpHask.cabal --replace "-Werror" "" + ''; + buildTools = [ makeWrapper ]; executableHaskellDepends = with haskellPackages; [ From d9cbb54b1f412ba8f9304c40abc9c68481c51301 Mon Sep 17 00:00:00 2001 From: sternenseemann Date: Sun, 20 Feb 2022 13:46:45 +0100 Subject: [PATCH 025/238] haskellPackages.regex-compat-tdfa: fix build with GHC >= 9.0 Seems that GHC 9 got a bit stricter in terms of bang pattern syntax. --- .../haskell-modules/configuration-common.nix | 6 ++++++ .../patches/regex-compat-tdfa-ghc-9.0.patch | 19 +++++++++++++++++++ 2 files changed, 25 insertions(+) create mode 100644 pkgs/development/haskell-modules/patches/regex-compat-tdfa-ghc-9.0.patch diff --git a/pkgs/development/haskell-modules/configuration-common.nix b/pkgs/development/haskell-modules/configuration-common.nix index c535e9068ed8..986cbc005bcd 100644 --- a/pkgs/development/haskell-modules/configuration-common.nix +++ b/pkgs/development/haskell-modules/configuration-common.nix @@ -2177,4 +2177,10 @@ self: super: { ''; }) super.linear-base; + # Fixes compilation with GHC 9.0 and above + # https://hub.darcs.net/shelarcy/regex-compat-tdfa/issue/3 + regex-compat-tdfa = appendPatches [ + ./patches/regex-compat-tdfa-ghc-9.0.patch + ] super.regex-compat-tdfa; + } // import ./configuration-tensorflow.nix {inherit pkgs haskellLib;} self super diff --git a/pkgs/development/haskell-modules/patches/regex-compat-tdfa-ghc-9.0.patch b/pkgs/development/haskell-modules/patches/regex-compat-tdfa-ghc-9.0.patch new file mode 100644 index 000000000000..db2ca02b9d49 --- /dev/null +++ b/pkgs/development/haskell-modules/patches/regex-compat-tdfa-ghc-9.0.patch @@ -0,0 +1,19 @@ +diff -rN -u old-regex-compat-tdfa/Text/Regex.hs new-regex-compat-tdfa/Text/Regex.hs +--- old-regex-compat-tdfa/Text/Regex.hs 2022-02-20 13:42:36.828752458 +0100 ++++ new-regex-compat-tdfa/Text/Regex.hs 2022-02-20 13:42:36.828752458 +0100 +@@ -139,7 +139,7 @@ + splitRegex :: Regex -> String -> [String] + splitRegex _ [] = [] + splitRegex delim strIn = +- let matches = map (!0) (matchAll delim strIn) ++ let matches = map (! 0) (matchAll delim strIn) + go _i str [] = str : [] + go i str ((off,len):rest) = + let i' = off+len +@@ -194,4 +194,4 @@ + then [firstline,""] + else firstline : loop remainder + +--} +\ No newline at end of file ++-} From 3f9aa37aa25877804d57223d8fa5898946370cca Mon Sep 17 00:00:00 2001 From: sternenseemann Date: Sun, 20 Feb 2022 17:09:08 +0100 Subject: [PATCH 026/238] haskellPackages.aws: patch for aeson 2.0 compatibility --- .../haskell-modules/configuration-common.nix | 18 +++++++++++++++++- 1 file changed, 17 insertions(+), 1 deletion(-) diff --git a/pkgs/development/haskell-modules/configuration-common.nix b/pkgs/development/haskell-modules/configuration-common.nix index 986cbc005bcd..8c35b6628513 100644 --- a/pkgs/development/haskell-modules/configuration-common.nix +++ b/pkgs/development/haskell-modules/configuration-common.nix @@ -198,7 +198,6 @@ self: super: { angel = dontCheck super.angel; apache-md5 = dontCheck super.apache-md5; # http://hydra.cryp.to/build/498709/nixlog/1/raw app-settings = dontCheck super.app-settings; # http://hydra.cryp.to/build/497327/log/raw - aws = doJailbreak (dontCheck super.aws); # needs aws credentials, jailbreak for base16-bytestring aws-kinesis = dontCheck super.aws-kinesis; # needs aws credentials for testing binary-protocol = dontCheck super.binary-protocol; # http://hydra.cryp.to/build/499749/log/raw binary-search = dontCheck super.binary-search; @@ -2183,4 +2182,21 @@ self: super: { ./patches/regex-compat-tdfa-ghc-9.0.patch ] super.regex-compat-tdfa; + # aws upstream seems to lack the necessary maintenance at the moment, luckily + # Joey Hess seems to have already looked into building git-annex with aeson 2.0 + # https://github.com/aristidb/aws/issues/275 + aws = overrideCabal (drv: { + patches = drv.patches or [] ++ [ + (pkgs.fetchpatch { + name = "aws-aeson-2.0-compat.patch"; + url = "https://github.com/aristidb/aws/pull/277/commits/7af7586c5d244d07f77d49e5fdc739e6e8e54816.patch"; + sha256 = "1bsiyk1k671rwlyflka2whq972h72cwscrxkr9n2wzhxp70ap3g3"; + excludes = [ "aws.cabal" ]; + }) + ]; + # needs aws credentials, jailbreak for base16-bytestring + doCheck = false; + jailbreak = true; + }) super.aws; + } // import ./configuration-tensorflow.nix {inherit pkgs haskellLib;} self super From b0c612766821c65eaa9a9f296547acef9a63755e Mon Sep 17 00:00:00 2001 From: sternenseemann Date: Sun, 20 Feb 2022 19:29:41 +0100 Subject: [PATCH 027/238] pandoc: drop obsolete patch The linked pull request has since been merged and included with the pandoc version we are shipping now (from stackage nightly). --- pkgs/development/tools/pandoc/default.nix | 26 ++++++++--------------- 1 file changed, 9 insertions(+), 17 deletions(-) diff --git a/pkgs/development/tools/pandoc/default.nix b/pkgs/development/tools/pandoc/default.nix index a61f39c15b67..e587a2ef4e75 100644 --- a/pkgs/development/tools/pandoc/default.nix +++ b/pkgs/development/tools/pandoc/default.nix @@ -8,24 +8,7 @@ in configureFlags = drv.configureFlags or [] ++ ["-fembed_data_files"]; buildDepends = drv.buildDepends or [] ++ [haskellPackages.file-embed]; buildTools = (drv.buildTools or []) ++ [ removeReferencesTo ]; - patches = (drv.patches or []) ++ [ - # Support citerefentry DocBook element. - # https://github.com/jgm/pandoc/pull/7437 - (fetchpatch { - url = "https://github.com/jgm/pandoc/commit/06408d08e5ccf06a6a04c9b77470e6a67d98e52c.patch"; - sha256 = "gOtrWVylzwgu0YLD4SztqlXxtaXXGOf8nTqLwUBS7qs="; - }) - ]; - }) static).overrideAttrs (drv: { - # These libraries are still referenced, because they generate - # a `Paths_*` module for figuring out their version. - # The `Paths_*` module is generated by Cabal, and contains the - # version, but also paths to e.g. the data directories, which - # lead to a transitive runtime dependency on the whole GHC distribution. - # This should ideally be fixed in haskellPackages (or even Cabal), - # but a minimal pandoc is important enough to patch it manually. - disallowedReferences = [ haskellPackages.pandoc-types haskellPackages.HTTP ]; postInstall = drv.postInstall or "" + '' remove-references-to \ -t ${haskellPackages.pandoc-types} \ @@ -34,4 +17,13 @@ in -t ${haskellPackages.HTTP} \ $out/bin/pandoc ''; + }) static).overrideAttrs (drv: { + # These libraries are still referenced, because they generate + # a `Paths_*` module for figuring out their version. + # The `Paths_*` module is generated by Cabal, and contains the + # version, but also paths to e.g. the data directories, which + # lead to a transitive runtime dependency on the whole GHC distribution. + # This should ideally be fixed in haskellPackages (or even Cabal), + # but a minimal pandoc is important enough to patch it manually. + disallowedReferences = [ haskellPackages.pandoc-types haskellPackages.HTTP ]; }) From 0e233d7a632b00a5015514924a81d0b23cdb2d69 Mon Sep 17 00:00:00 2001 From: sternenseemann Date: Sun, 20 Feb 2022 20:03:57 +0100 Subject: [PATCH 028/238] haskellPackages.hnix-store-core: allow algebraic-graphs 0.6 --- pkgs/development/haskell-modules/configuration-common.nix | 3 +++ 1 file changed, 3 insertions(+) diff --git a/pkgs/development/haskell-modules/configuration-common.nix b/pkgs/development/haskell-modules/configuration-common.nix index 8c35b6628513..0c562102fc08 100644 --- a/pkgs/development/haskell-modules/configuration-common.nix +++ b/pkgs/development/haskell-modules/configuration-common.nix @@ -179,6 +179,9 @@ self: super: { # 2020-06-05: HACK: does not pass own build suite - `dontCheck` hnix = generateOptparseApplicativeCompletion "hnix" (dontCheck super.hnix); + # Too strict bounds on algebraic-graphs + # https://github.com/haskell-nix/hnix-store/issues/180 + hnix-store-core = doJailbreak super.hnix-store-core; # Fails for non-obvious reasons while attempting to use doctest. focuslist = dontCheck super.focuslist; From 35aff43aba867bf234642a6a019bf927d7b0c0ae Mon Sep 17 00:00:00 2001 From: sternenseemann Date: Sun, 20 Feb 2022 20:10:56 +0100 Subject: [PATCH 029/238] haskellPackages.csv: work around ill conceived Setup.hs This Setup.hs uses Cabal < 3 defaultUserHooks for no apparent reason. We can simply revert to the default Setup.hs, as was already done for GHC 8.10. --- pkgs/development/haskell-modules/configuration-common.nix | 3 +++ pkgs/development/haskell-modules/configuration-ghc-8.10.x.nix | 3 --- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/pkgs/development/haskell-modules/configuration-common.nix b/pkgs/development/haskell-modules/configuration-common.nix index 0c562102fc08..a121568e95fb 100644 --- a/pkgs/development/haskell-modules/configuration-common.nix +++ b/pkgs/development/haskell-modules/configuration-common.nix @@ -2202,4 +2202,7 @@ self: super: { jailbreak = true; }) super.aws; + # The shipped Setup.hs file is broken. + csv = overrideCabal (drv: { preCompileBuildDriver = "rm Setup.hs"; }) super.csv; + } // import ./configuration-tensorflow.nix {inherit pkgs haskellLib;} self super diff --git a/pkgs/development/haskell-modules/configuration-ghc-8.10.x.nix b/pkgs/development/haskell-modules/configuration-ghc-8.10.x.nix index 6ca41f12b6c0..d5ca72e6dedc 100644 --- a/pkgs/development/haskell-modules/configuration-ghc-8.10.x.nix +++ b/pkgs/development/haskell-modules/configuration-ghc-8.10.x.nix @@ -71,9 +71,6 @@ self: super: { shellmet = doJailbreak super.shellmet; shower = doJailbreak super.shower; - # The shipped Setup.hs file is broken. - csv = overrideCabal (drv: { preCompileBuildDriver = "rm Setup.hs"; }) super.csv; - # Apply patch from https://github.com/finnsson/template-helper/issues/12#issuecomment-611795375 to fix the build. language-haskell-extract = appendPatch (pkgs.fetchpatch { name = "language-haskell-extract-0.2.4.patch"; From 18dc2c6f68246efb272b3411c2060f6eb271df7e Mon Sep 17 00:00:00 2001 From: sternenseemann Date: Sun, 20 Feb 2022 20:21:43 +0100 Subject: [PATCH 030/238] haskellPackages.hledger-lib: drop obsolete patch This patch has been released as part of 1.24, so we no longer need to apply it for Stackage Nightly. --- .../haskell-modules/configuration-common.nix | 15 --------------- 1 file changed, 15 deletions(-) diff --git a/pkgs/development/haskell-modules/configuration-common.nix b/pkgs/development/haskell-modules/configuration-common.nix index 4e4892cb10e6..5c10d6169445 100644 --- a/pkgs/development/haskell-modules/configuration-common.nix +++ b/pkgs/development/haskell-modules/configuration-common.nix @@ -858,21 +858,6 @@ self: super: { servant-docs = doJailbreak super.servant-docs; snap-templates = doJailbreak super.snap-templates; # https://github.com/snapframework/snap-templates/issues/22 - # hledger-lib requires the latest version of pretty-simple - hledger-lib = appendPatch - # This patch has been merged but not released yet: - # https://github.com/simonmichael/hledger/pull/1512. It is - # important for ledger-autosync test suite: - # https://github.com/egh/ledger-autosync/issues/123 - (pkgs.fetchpatch { - name = "hledger-properly-escape-quotes-csv.patch"; - url = "https://github.com/simonmichael/hledger/commit/c9a72e1615e2ddc2824f2e248456e1042eb31e1d.patch"; - sha256 = "10knvrd5bl9nrmi27i0pm82sfr64jy04xgbjp228qywyijpr3pqv"; - includes = [ "Hledger/Read/CsvReader.hs" ]; - stripLen = 1; - }) - super.hledger-lib; - # Copy hledger man pages from data directory into the proper place. This code # should be moved into the cabal2nix generator. hledger = overrideCabal (drv: { From a95dcb8778b5147e3e04082104721f65e6d77711 Mon Sep 17 00:00:00 2001 From: sternenseemann Date: Sun, 20 Feb 2022 20:27:25 +0100 Subject: [PATCH 031/238] haskellPackages.polysemy: drop obsolete patch We are using 1.6.0.0 now, so it's no longer necessary. --- .../development/haskell-modules/configuration-common.nix | 9 --------- 1 file changed, 9 deletions(-) diff --git a/pkgs/development/haskell-modules/configuration-common.nix b/pkgs/development/haskell-modules/configuration-common.nix index 5c10d6169445..c0dafd4fc4d0 100644 --- a/pkgs/development/haskell-modules/configuration-common.nix +++ b/pkgs/development/haskell-modules/configuration-common.nix @@ -1215,15 +1215,6 @@ self: super: { sha256 = "097wqn8hxsr50b9mhndg5pjim5jma2ym4ylpibakmmb5m98n17zp"; }) super.EdisonCore; - # Pick patch from 1.6.0 which allows compilation with doctest 0.18 - polysemy = appendPatches [ - (pkgs.fetchpatch { - name = "allow-doctest-0.18.patch"; - url = "https://github.com/polysemy-research/polysemy/commit/dbcf851eb69395ce3143ecf2dd616dcad953a339.patch"; - sha256 = "1qf5pghc8p1glwaadkr95x12d74vhb98mg8dqwilyxbc6gq763w2"; - }) - ] super.polysemy; - # 2021-12-26: Too strict bounds on doctest polysemy-plugin = doJailbreak super.polysemy-plugin; From 927809735d0bf7b96071c6b3fc8e5d1108123b5e Mon Sep 17 00:00:00 2001 From: sternenseemann Date: Sun, 20 Feb 2022 20:40:30 +0100 Subject: [PATCH 032/238] haskellPackages.tree-sitter: allow template-haskell 2.17 --- pkgs/development/haskell-modules/configuration-common.nix | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/pkgs/development/haskell-modules/configuration-common.nix b/pkgs/development/haskell-modules/configuration-common.nix index c0dafd4fc4d0..aac6960dcb5e 100644 --- a/pkgs/development/haskell-modules/configuration-common.nix +++ b/pkgs/development/haskell-modules/configuration-common.nix @@ -2138,6 +2138,10 @@ self: super: { sdp4unordered = disableLibraryProfiling super.sdp4unordered; sdp4vector = disableLibraryProfiling super.sdp4vector; + # Unnecessarily strict bound on template-haskell + # https://github.com/tree-sitter/haskell-tree-sitter/issues/298 + tree-sitter = doJailbreak super.tree-sitter; + # Test suite fails to compile # https://github.com/kuribas/mfsolve/issues/8 mfsolve = dontCheck super.mfsolve; From b68dc5365f65312edcc16a3de2854d891de8c757 Mon Sep 17 00:00:00 2001 From: sternenseemann Date: Sun, 20 Feb 2022 20:53:38 +0100 Subject: [PATCH 033/238] haskellPackages.composite-base: patch for template-haskell 2.17 --- .../haskell-modules/configuration-common.nix | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/pkgs/development/haskell-modules/configuration-common.nix b/pkgs/development/haskell-modules/configuration-common.nix index aac6960dcb5e..5c4f877ffca4 100644 --- a/pkgs/development/haskell-modules/configuration-common.nix +++ b/pkgs/development/haskell-modules/configuration-common.nix @@ -1923,7 +1923,17 @@ self: super: { # https://github.com/ConferOpenSource/composite/issues/50 # Remove overrides when assert fails. composite-base = assert super.composite-base.version == "0.7.5.0"; - doJailbreak super.composite-base; + overrideCabal (drv: { + patches = drv.patches or [] ++ [ + (pkgs.fetchpatch { + name = "composite-base-template-haskell-2.17.patch"; + url = "https://github.com/ConferOpenSource/composite/commit/4ca7562d46a0cdfae3afacf194134db768450a02.patch"; + sha256 = "143rp8g2bskf2hxszahpg72gvagj4qnw87ikswlbal0p7gfd8zii"; + stripLen = 1; + }) + ]; + jailbreak = true; + }) super.composite-base; composite-aeson = assert super.composite-aeson.version == "0.7.5.0"; doJailbreak super.composite-aeson; From 7e8311311e20dfcb6529f6645551fced269e33e3 Mon Sep 17 00:00:00 2001 From: sternenseemann Date: Sun, 20 Feb 2022 21:07:42 +0100 Subject: [PATCH 034/238] haskellPackages.protolude: fix build with GHC 9.0 --- .../haskell-modules/configuration-common.nix | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) diff --git a/pkgs/development/haskell-modules/configuration-common.nix b/pkgs/development/haskell-modules/configuration-common.nix index 5c4f877ffca4..b4cfffaecbff 100644 --- a/pkgs/development/haskell-modules/configuration-common.nix +++ b/pkgs/development/haskell-modules/configuration-common.nix @@ -2122,6 +2122,25 @@ self: super: { # Invalid CPP in test suite: https://github.com/cdornan/memory-cd/issues/1 memory-cd = dontCheck super.memory-cd; + protolude = appendPatches [ + # Intermediate Patch, so the next one applies + (pkgs.fetchpatch { + name = "integer-gmp-only-symbols.patch"; + url = "https://github.com/protolude/protolude/commit/84d228a3b5a2adfe5c8aec23176a0301012e54eb.patch"; + sha256 = "0mk0gxcg8vp73wlz764y24gqmxdrhanp12dfam9xsb6cm34jkjdc"; + }) + # Compat with GHC 9.0 (not merged yet) + (pkgs.fetchpatch { + name = "protolude-ghc-9.0.patch"; + url = "https://github.com/protolude/protolude/pull/131/commits/1ca4b4564b4d868022d5bab5330e2c7d9cae11a0.patch"; + sha256 = "0jrm6715kc8v7v4isi79b3w1i51rs332bkak25ik6zv3i5lgcg68"; + includes = [ + "protolude.cabal" + "src/**" + ]; + }) + ] super.protolude; + # https://github.com/haskell/fgl/pull/99 fgl = doJailbreak super.fgl; fgl-arbitrary = doJailbreak super.fgl-arbitrary; From 2dde9a3002cd32f1e0c8a1084450ea74be25279c Mon Sep 17 00:00:00 2001 From: sternenseemann Date: Sun, 20 Feb 2022 21:32:06 +0100 Subject: [PATCH 035/238] haskellPackages.HTF: disable test suite incompatible with aeson 2.0 --- pkgs/development/haskell-modules/configuration-common.nix | 3 +++ 1 file changed, 3 insertions(+) diff --git a/pkgs/development/haskell-modules/configuration-common.nix b/pkgs/development/haskell-modules/configuration-common.nix index b4cfffaecbff..130f91dd32ec 100644 --- a/pkgs/development/haskell-modules/configuration-common.nix +++ b/pkgs/development/haskell-modules/configuration-common.nix @@ -275,6 +275,9 @@ self: super: { HTF = overrideCabal (orig: { # The scripts in scripts/ are needed to build the test suite. preBuild = "patchShebangs --build scripts"; + # test suite doesn't compile with aeson >= 2.0 + # https://github.com/skogsbaer/HTF/issues/114 + doCheck = false; }) super.HTF; htsn = dontCheck super.htsn; htsn-import = dontCheck super.htsn-import; From a826da2d945fbef447d3c56e3ceac412eb3b7b8e Mon Sep 17 00:00:00 2001 From: sternenseemann Date: Sun, 20 Feb 2022 21:47:23 +0100 Subject: [PATCH 036/238] haskellPackages.flat: fix build with GHC 9.0 --- .../development/haskell-modules/configuration-common.nix | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/pkgs/development/haskell-modules/configuration-common.nix b/pkgs/development/haskell-modules/configuration-common.nix index 130f91dd32ec..90c89adf94f5 100644 --- a/pkgs/development/haskell-modules/configuration-common.nix +++ b/pkgs/development/haskell-modules/configuration-common.nix @@ -127,6 +127,15 @@ self: super: { hoodle-core = dontHaddock super.hoodle-core; hsc3-db = dontHaddock super.hsc3-db; + # Pick patch from master for GHC 9.0 support + flat = assert pkgs.lib.versionOlder super.flat.version "0.5"; appendPatches [ + (pkgs.fetchpatch { + name = "flat-ghc-9.0.patch"; + url = "https://github.com/Quid2/flat/commit/d32c2c0c0c3c38c41177684ade9febe92d279b06.patch"; + sha256 = "0ay0c53jpjmnnh7ylfpzpxqkhs1vq9jdwm9f84d40r88ki8hls8g"; + }) + ] super.flat; + # https://github.com/techtangents/ablist/issues/1 ABList = dontCheck super.ABList; From c90db6bd1fe899650452fc0f0a7140ffa5f2893a Mon Sep 17 00:00:00 2001 From: sternenseemann Date: Sun, 20 Feb 2022 21:50:53 +0100 Subject: [PATCH 037/238] haskellPackages.graphviz: allow hspec 2.8.5 --- .../haskell-modules/configuration-common.nix | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/pkgs/development/haskell-modules/configuration-common.nix b/pkgs/development/haskell-modules/configuration-common.nix index 90c89adf94f5..723b5dea9188 100644 --- a/pkgs/development/haskell-modules/configuration-common.nix +++ b/pkgs/development/haskell-modules/configuration-common.nix @@ -136,6 +136,9 @@ self: super: { }) ] super.flat; + # Too strict bound on hspec: https://github.com/ivan-m/graphviz/issues/55 + graphviz = doJailbreak super.graphviz; + # https://github.com/techtangents/ablist/issues/1 ABList = dontCheck super.ABList; @@ -2232,4 +2235,14 @@ self: super: { # The shipped Setup.hs file is broken. csv = overrideCabal (drv: { preCompileBuildDriver = "rm Setup.hs"; }) super.csv; + random-fu = assert pkgs.lib.versionOlder super.random-fu.version "0.3.0.0"; + overrideCabal (drv: { + version = "0.3.0.0"; + sha256 = "1iz4b8742pshzsscy6pq39x4pndvyrydzrn968fzav9b1y6ib7d1"; + revision = null; + editedCabalFile = null; + }) (super.random-fu.overide { + rvar = self.rvar_0_3_0_0; + }); + } // import ./configuration-tensorflow.nix {inherit pkgs haskellLib;} self super From a62bfb18cc1db491d365cc64f903940ea24b9ccd Mon Sep 17 00:00:00 2001 From: sternenseemann Date: Sun, 20 Feb 2022 21:55:58 +0100 Subject: [PATCH 038/238] haskellPackages: clean up accidentally commited override --- .../haskell-modules/configuration-common.nix | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/pkgs/development/haskell-modules/configuration-common.nix b/pkgs/development/haskell-modules/configuration-common.nix index 723b5dea9188..694b4208c09a 100644 --- a/pkgs/development/haskell-modules/configuration-common.nix +++ b/pkgs/development/haskell-modules/configuration-common.nix @@ -2235,14 +2235,4 @@ self: super: { # The shipped Setup.hs file is broken. csv = overrideCabal (drv: { preCompileBuildDriver = "rm Setup.hs"; }) super.csv; - random-fu = assert pkgs.lib.versionOlder super.random-fu.version "0.3.0.0"; - overrideCabal (drv: { - version = "0.3.0.0"; - sha256 = "1iz4b8742pshzsscy6pq39x4pndvyrydzrn968fzav9b1y6ib7d1"; - revision = null; - editedCabalFile = null; - }) (super.random-fu.overide { - rvar = self.rvar_0_3_0_0; - }); - } // import ./configuration-tensorflow.nix {inherit pkgs haskellLib;} self super From 97ad10cfcc34db25006fc3736bde12a719f432aa Mon Sep 17 00:00:00 2001 From: sternenseemann Date: Sun, 20 Feb 2022 22:22:59 +0100 Subject: [PATCH 039/238] haskellPackages.system-fileio: allow chell >= 0.5 --- pkgs/development/haskell-modules/configuration-common.nix | 3 +++ pkgs/development/haskell-modules/configuration-ghc-8.10.x.nix | 1 - 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/pkgs/development/haskell-modules/configuration-common.nix b/pkgs/development/haskell-modules/configuration-common.nix index 694b4208c09a..fb6b220d8f11 100644 --- a/pkgs/development/haskell-modules/configuration-common.nix +++ b/pkgs/development/haskell-modules/configuration-common.nix @@ -2235,4 +2235,7 @@ self: super: { # The shipped Setup.hs file is broken. csv = overrideCabal (drv: { preCompileBuildDriver = "rm Setup.hs"; }) super.csv; + # Too strict bounds on chell: https://github.com/fpco/haskell-filesystem/issues/24 + system-fileio = doJailbreak super.system-fileio; + } // import ./configuration-tensorflow.nix {inherit pkgs haskellLib;} self super diff --git a/pkgs/development/haskell-modules/configuration-ghc-8.10.x.nix b/pkgs/development/haskell-modules/configuration-ghc-8.10.x.nix index d5ca72e6dedc..31e7ac3fe348 100644 --- a/pkgs/development/haskell-modules/configuration-ghc-8.10.x.nix +++ b/pkgs/development/haskell-modules/configuration-ghc-8.10.x.nix @@ -57,7 +57,6 @@ self: super: { # Jailbreak to fix the build. base-noprelude = doJailbreak super.base-noprelude; - system-fileio = doJailbreak super.system-fileio; unliftio-core = doJailbreak super.unliftio-core; # Jailbreaking because monoidal-containers hasn‘t bumped it's base dependency for 8.10. From dd0c4562f9f049d06df21a49bbdc034ef2d26d6a Mon Sep 17 00:00:00 2001 From: sternenseemann Date: Sun, 20 Feb 2022 22:41:18 +0100 Subject: [PATCH 040/238] haskellPackages.xmonad: use appropriate patch for >= 0.17 We already had a xmonad-nix.patch for XMonad 0.17, so it's just a matter of using it. The old patch for 0.16 can be dropped as well, since we no longer ship that version. --- .../haskell-modules/configuration-nix.nix | 13 +--- .../haskell-modules/patches/xmonad-nix.patch | 73 ------------------- 2 files changed, 1 insertion(+), 85 deletions(-) delete mode 100644 pkgs/development/haskell-modules/patches/xmonad-nix.patch diff --git a/pkgs/development/haskell-modules/configuration-nix.nix b/pkgs/development/haskell-modules/configuration-nix.nix index 49881c53bc06..3c8d0bf897ab 100644 --- a/pkgs/development/haskell-modules/configuration-nix.nix +++ b/pkgs/development/haskell-modules/configuration-nix.nix @@ -212,18 +212,7 @@ self: super: builtins.intersectAttrs super { }) super.tz; # Nix-specific workaround - xmonad = appendPatch ./patches/xmonad-nix.patch (dontCheck super.xmonad); - xmonad_0_17_0 = doDistribute (appendPatch ./patches/xmonad_0_17_0-nix.patch (super.xmonad_0_17_0)); - - # Need matching xmonad version - xmonad-contrib_0_17_0 = doDistribute (super.xmonad-contrib_0_17_0.override { - xmonad = self.xmonad_0_17_0; - }); - - xmonad-extras_0_17_0 = doDistribute (super.xmonad-extras_0_17_0.override { - xmonad = self.xmonad_0_17_0; - xmonad-contrib = self.xmonad-contrib_0_17_0; - }); + xmonad = appendPatch ./patches/xmonad_0_17_0-nix.patch (dontCheck super.xmonad); # wxc supports wxGTX >= 3.0, but our current default version points to 2.8. # http://hydra.cryp.to/build/1331287/log/raw diff --git a/pkgs/development/haskell-modules/patches/xmonad-nix.patch b/pkgs/development/haskell-modules/patches/xmonad-nix.patch deleted file mode 100644 index cce011347f47..000000000000 --- a/pkgs/development/haskell-modules/patches/xmonad-nix.patch +++ /dev/null @@ -1,73 +0,0 @@ -diff --git a/src/XMonad/Core.hs b/src/XMonad/Core.hs -index 7810522..3262934 100644 ---- a/src/XMonad/Core.hs -+++ b/src/XMonad/Core.hs -@@ -53,6 +53,7 @@ import System.Posix.Types (ProcessID) - import System.Process - import System.Directory - import System.Exit -+import System.Environment (lookupEnv) - import Graphics.X11.Xlib - import Graphics.X11.Xlib.Extras (getWindowAttributes, WindowAttributes, Event) - import Data.Typeable -@@ -601,6 +602,7 @@ recompile force = io $ do - lib = cfgdir "lib" - buildscript = cfgdir "build" - -+ ghc <- fromMaybe "ghc" <$> liftIO (lookupEnv "NIX_GHC") - libTs <- mapM getModTime . Prelude.filter isSource =<< allFiles lib - srcT <- getModTime src - binT <- getModTime bin -@@ -643,7 +645,7 @@ recompile force = io $ do - status <- bracket (openFile err WriteMode) hClose $ \errHandle -> - waitForProcess =<< if useBuildscript - then compileScript bin cfgdir buildscript errHandle -- else compileGHC bin cfgdir errHandle -+ else compileGHC ghc bin cfgdir errHandle - - -- re-enable SIGCHLD: - installSignalHandlers -@@ -653,6 +655,7 @@ recompile force = io $ do - then trace "XMonad recompilation process exited with success!" - else do - ghcErr <- readFile err -+ xmessage <- fromMaybe "xmessage" <$> liftIO (lookupEnv "XMONAD_XMESSAGE") - let msg = unlines $ - ["Error detected while loading xmonad configuration file: " ++ src] - ++ lines (if null ghcErr then show status else ghcErr) -@@ -660,7 +663,7 @@ recompile force = io $ do - -- nb, the ordering of printing, then forking, is crucial due to - -- lazy evaluation - hPutStrLn stderr msg -- forkProcess $ executeFile "xmessage" True ["-default", "okay", replaceUnicode msg] Nothing -+ forkProcess $ executeFile xmessage True ["-default", "okay", replaceUnicode msg] Nothing - return () - return (status == ExitSuccess) - else return True -@@ -678,16 +681,16 @@ recompile force = io $ do - '\8216' -> '`' -- ‘ - '\8217' -> '`' -- ’ - _ -> c -- compileGHC bin dir errHandle = -- runProcess "ghc" ["--make" -- , "xmonad.hs" -- , "-i" -- , "-ilib" -- , "-fforce-recomp" -- , "-main-is", "main" -- , "-v0" -- , "-o", bin -- ] (Just dir) Nothing Nothing Nothing (Just errHandle) -+ compileGHC ghc bin dir errHandle = -+ runProcess ghc ["--make" -+ , "xmonad.hs" -+ , "-i" -+ , "-ilib" -+ , "-fforce-recomp" -+ , "-main-is", "main" -+ , "-v0" -+ , "-o", bin -+ ] (Just dir) Nothing Nothing Nothing (Just errHandle) - compileScript bin dir script errHandle = - runProcess script [bin] (Just dir) Nothing Nothing Nothing (Just errHandle) - From 4fdc933fe5dc766a7e3be1b16367d7f63fa959c5 Mon Sep 17 00:00:00 2001 From: sternenseemann Date: Sun, 20 Feb 2022 23:16:07 +0100 Subject: [PATCH 041/238] haskellPackages.heterocephalus: patch for GHC 9.0 --- .../haskell-modules/configuration-common.nix | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/pkgs/development/haskell-modules/configuration-common.nix b/pkgs/development/haskell-modules/configuration-common.nix index fb6b220d8f11..ad932458f735 100644 --- a/pkgs/development/haskell-modules/configuration-common.nix +++ b/pkgs/development/haskell-modules/configuration-common.nix @@ -1078,6 +1078,20 @@ self: super: { # dontCheck: The test suite tries to mess with ALSA, which doesn't work in the build sandbox. xmobar = dontCheck super.xmobar; + # Pick GHC 9.0 compatibility patch from 1.0.5.5 release + heterocephalus = assert super.heterocephalus.version == "1.0.5.4"; + overrideCabal (drv: { + patches = drv.patches or [] ++ [ + (pkgs.fetchpatch { + url = "https://github.com/arowM/heterocephalus/commit/3d55a4031f2e555d42a3f418acd5013609f528a1.patch"; + sha256 = "1apyn9pfzs8amaph80rnn0w8svs4g1cdw8d4f8i4md64yl0cf3r3"; + }) + ]; + libraryHaskellDepends = drv.libraryHaskellDepends or [] ++ [ + self.template-haskell-compat-v0208 + ]; + }) super.heterocephalus; + # https://github.com/mgajda/json-autotype/issues/25 json-autotype = dontCheck super.json-autotype; From b32a80d9ecdf28d53c569299207af2722f6edb03 Mon Sep 17 00:00:00 2001 From: sternenseemann Date: Mon, 21 Feb 2022 00:04:27 +0100 Subject: [PATCH 042/238] haskellPackages.ShellCheck: drop obsolete patch Said issue has been fixed in 0.8.0 which we ship by default now. --- pkgs/development/haskell-modules/configuration-common.nix | 7 ------- 1 file changed, 7 deletions(-) diff --git a/pkgs/development/haskell-modules/configuration-common.nix b/pkgs/development/haskell-modules/configuration-common.nix index ad932458f735..1f5aae0ce99f 100644 --- a/pkgs/development/haskell-modules/configuration-common.nix +++ b/pkgs/development/haskell-modules/configuration-common.nix @@ -1801,13 +1801,6 @@ self: super: { # https://github.com/hasufell/lzma-static/issues/1 lzma-static = doJailbreak super.lzma-static; - # Fix haddock errors: https://github.com/koalaman/shellcheck/issues/2216 - ShellCheck = appendPatch (pkgs.fetchpatch { - url = "https://github.com/koalaman/shellcheck/commit/9e60b3ea841bcaf48780bfcfc2e44aa6563a62de.patch"; - sha256 = "1vmg8mmmnph34x7y0mhkcd5nzky8f1rh10pird750xbkp9zlk099"; - excludes = ["test/buildtest"]; - }) super.ShellCheck; - # Too strict version bounds on base: # https://github.com/obsidiansystems/database-id/issues/1 database-id-class = doJailbreak super.database-id-class; From e117482cd4e4a282c57474953e83dec2aa3619e2 Mon Sep 17 00:00:00 2001 From: sternenseemann Date: Mon, 21 Feb 2022 00:35:31 +0100 Subject: [PATCH 043/238] haskellPackages.Spock-core: patch for GHC 9.0 support --- .../haskell-modules/configuration-common.nix | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/pkgs/development/haskell-modules/configuration-common.nix b/pkgs/development/haskell-modules/configuration-common.nix index 1f5aae0ce99f..a960627f5239 100644 --- a/pkgs/development/haskell-modules/configuration-common.nix +++ b/pkgs/development/haskell-modules/configuration-common.nix @@ -1355,7 +1355,15 @@ self: super: { stm-containers = dontCheck super.stm-containers; # Fails with "supports custom headers" - Spock-core = dontCheck super.Spock-core; + # Patch for GHC 9.0 support + Spock-core = dontCheck (appendPatches [ + (pkgs.fetchpatch { + name = "Spock-core-GHC-9.0.patch"; + url = "https://github.com/agrafix/Spock/commit/25c75961c4aaaa2e81c9e2afd3d758f2b643f9df.patch"; + sha256 = "03854yvda7dclz60fb1b5q8qx6zq2yjbvlyj994352xsz0lz2qan"; + stripLen = 1; + }) + ] super.Spock-core); # hasura packages need some extra care graphql-engine = overrideCabal (drv: { From 8a54680cf2d35ea9e0ab1649e574bac4a32b02b2 Mon Sep 17 00:00:00 2001 From: sternenseemann Date: Mon, 21 Feb 2022 00:37:08 +0100 Subject: [PATCH 044/238] haskellPackages.Spock: unbreak Surprisingly, we didn't have one of Haskell's popular web frameworks working, but luckily it was quite easy to get working again. --- pkgs/development/haskell-modules/configuration-common.nix | 3 +++ .../haskell-modules/configuration-hackage2nix/broken.yaml | 1 - pkgs/development/haskell-modules/hackage-packages.nix | 2 -- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/pkgs/development/haskell-modules/configuration-common.nix b/pkgs/development/haskell-modules/configuration-common.nix index a960627f5239..0c36e8a67343 100644 --- a/pkgs/development/haskell-modules/configuration-common.nix +++ b/pkgs/development/haskell-modules/configuration-common.nix @@ -1365,6 +1365,9 @@ self: super: { }) ] super.Spock-core); + # Test suite fails to compile https://github.com/agrafix/Spock/issues/177 + Spock = dontCheck super.Spock; + # hasura packages need some extra care graphql-engine = overrideCabal (drv: { patches = [ ./patches/graphql-engine-mapkeys.patch ]; diff --git a/pkgs/development/haskell-modules/configuration-hackage2nix/broken.yaml b/pkgs/development/haskell-modules/configuration-hackage2nix/broken.yaml index c1e9c574f137..d6d26097cd08 100644 --- a/pkgs/development/haskell-modules/configuration-hackage2nix/broken.yaml +++ b/pkgs/development/haskell-modules/configuration-hackage2nix/broken.yaml @@ -4642,7 +4642,6 @@ broken-packages: - splint - split-morphism - splitter - - Spock - Spock-api-ghcjs - spoonutil - spoty diff --git a/pkgs/development/haskell-modules/hackage-packages.nix b/pkgs/development/haskell-modules/hackage-packages.nix index c0f880274db3..dbe325289766 100644 --- a/pkgs/development/haskell-modules/hackage-packages.nix +++ b/pkgs/development/haskell-modules/hackage-packages.nix @@ -19169,8 +19169,6 @@ self: { ]; description = "Another Haskell web framework for rapid development"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "Spock-api" = callPackage From 46f0cc56db6df674a541b601160b9d40b6ee3e31 Mon Sep 17 00:00:00 2001 From: sternenseemann Date: Mon, 21 Feb 2022 00:38:07 +0100 Subject: [PATCH 045/238] haskellPackages.haskell-ci: provide ShellCheck 0.7.2 again ShellCheck was updated after we switched from Stackage LTS, but haskell-ci is very particular about the ShellCheck version it wants. --- .../haskell-modules/configuration-common.nix | 3 +- .../configuration-hackage2nix/main.yaml | 1 + .../haskell-modules/hackage-packages.nix | 28 +++++++++++++++++++ 3 files changed, 31 insertions(+), 1 deletion(-) diff --git a/pkgs/development/haskell-modules/configuration-common.nix b/pkgs/development/haskell-modules/configuration-common.nix index 0c36e8a67343..be28fb553827 100644 --- a/pkgs/development/haskell-modules/configuration-common.nix +++ b/pkgs/development/haskell-modules/configuration-common.nix @@ -1873,9 +1873,10 @@ self: super: { gi-gtk-declarative = doJailbreak super.gi-gtk-declarative; gi-gtk-declarative-app-simple = doJailbreak super.gi-gtk-declarative-app-simple; - # 2022-01-16 haskell-ci needs Cabal 3.6, + # 2022-01-16 haskell-ci needs Cabal 3.6, ShellCheck 0.7.2 haskell-ci = super.haskell-ci.overrideScope (self: super: { Cabal = self.Cabal_3_6_2_0; + ShellCheck = self.ShellCheck_0_7_2; }); # Build haskell-ci from git repository diff --git a/pkgs/development/haskell-modules/configuration-hackage2nix/main.yaml b/pkgs/development/haskell-modules/configuration-hackage2nix/main.yaml index f8b48f92da7b..58c126fc3140 100644 --- a/pkgs/development/haskell-modules/configuration-hackage2nix/main.yaml +++ b/pkgs/development/haskell-modules/configuration-hackage2nix/main.yaml @@ -173,6 +173,7 @@ extra-packages: - ormolu == 0.3.* # 2021-12-03: for HLS with GHC 9.0.2 - fourmolu == 0.4.* # 2022-02-05: for HLS with GHC 9.0.2 - ghc-exactprint == 1.4.* # 2022-02-07: preserve for now, 1.5.0 has a breaking change without type changes + - ShellCheck == 0.7.2 # 2022-02-20: haskell-ci 0.14 needs this package-maintainers: abbradar: diff --git a/pkgs/development/haskell-modules/hackage-packages.nix b/pkgs/development/haskell-modules/hackage-packages.nix index dbe325289766..394d89c2d9a9 100644 --- a/pkgs/development/haskell-modules/hackage-packages.nix +++ b/pkgs/development/haskell-modules/hackage-packages.nix @@ -18286,6 +18286,34 @@ self: { broken = true; }) {}; + "ShellCheck_0_7_2" = callPackage + ({ mkDerivation, aeson, array, base, bytestring, containers + , deepseq, Diff, directory, filepath, mtl, parsec, process + , QuickCheck, regex-tdfa + }: + mkDerivation { + pname = "ShellCheck"; + version = "0.7.2"; + sha256 = "0wl43njaq95l35y5mvipwp1db9vr551nz9wl0xy83j1x1kc38xgz"; + isLibrary = true; + isExecutable = true; + libraryHaskellDepends = [ + aeson array base bytestring containers deepseq Diff directory + filepath mtl parsec process QuickCheck regex-tdfa + ]; + executableHaskellDepends = [ + aeson array base bytestring containers deepseq Diff directory + filepath mtl parsec QuickCheck regex-tdfa + ]; + testHaskellDepends = [ + aeson array base bytestring containers deepseq Diff directory + filepath mtl parsec QuickCheck regex-tdfa + ]; + description = "Shell script analysis tool"; + license = lib.licenses.gpl3Only; + hydraPlatforms = lib.platforms.none; + }) {}; + "ShellCheck" = callPackage ({ mkDerivation, aeson, array, base, bytestring, containers , deepseq, Diff, directory, filepath, mtl, parsec, process From bef56cfb09ad66113e77b6ea314bc86dd3ad43ae Mon Sep 17 00:00:00 2001 From: sternenseemann Date: Mon, 21 Feb 2022 00:44:31 +0100 Subject: [PATCH 046/238] haskellPackages.filtrable: allow tasty 1.4 --- pkgs/development/haskell-modules/configuration-common.nix | 3 +++ 1 file changed, 3 insertions(+) diff --git a/pkgs/development/haskell-modules/configuration-common.nix b/pkgs/development/haskell-modules/configuration-common.nix index be28fb553827..e16cf4325d6a 100644 --- a/pkgs/development/haskell-modules/configuration-common.nix +++ b/pkgs/development/haskell-modules/configuration-common.nix @@ -1368,6 +1368,9 @@ self: super: { # Test suite fails to compile https://github.com/agrafix/Spock/issues/177 Spock = dontCheck super.Spock; + # https://github.com/strake/filtrable.hs/issues/6 + filtrable = doJailbreak super.filtrable; + # hasura packages need some extra care graphql-engine = overrideCabal (drv: { patches = [ ./patches/graphql-engine-mapkeys.patch ]; From 38b125a59dbf77ba77dbbbd737434b1b71448bf7 Mon Sep 17 00:00:00 2001 From: Malte Brandy Date: Mon, 21 Feb 2022 00:10:04 +0100 Subject: [PATCH 047/238] haskellPackages: Drop a lot of unnecessary overrides --- .../configuration-hackage2nix/main.yaml | 56 +- .../haskell-modules/hackage-packages.nix | 726 ++---------------- 2 files changed, 59 insertions(+), 723 deletions(-) diff --git a/pkgs/development/haskell-modules/configuration-hackage2nix/main.yaml b/pkgs/development/haskell-modules/configuration-hackage2nix/main.yaml index 58c126fc3140..f55744578c7e 100644 --- a/pkgs/development/haskell-modules/configuration-hackage2nix/main.yaml +++ b/pkgs/development/haskell-modules/configuration-hackage2nix/main.yaml @@ -71,67 +71,14 @@ default-package-overrides: # gi-gdkx11-4.x requires gtk-4.x, which is still under development and # not yet available in Nixpkgs - gi-gdkx11 < 4 - # streamly-* packages which are not in stackage and to be constrained - # as long as we have streamly < 0.8.0 - - streamly-archive < 0.1.0 - - streamly-bytestring < 0.1.3 - - streamly-lmdb < 0.3.0 - - streamly-process - # dhall-nix is not part of stackage, remove if dhall >= 1.40 - - dhall-nix < 1.1.22 # reflex-dom-pandoc is only used by neuron which needs a version < 1.0.0.0 - reflex-dom-pandoc < 1.0.0.0 # 2022-02-18: pin to our current GHC version - ghc-api-compat == 9.0.* - # 2021-10-13: weeder 2.3.0 require GHC == 9.0.*; remove pin when GHC version changes - - weeder < 2.3.0 - # 2021-10-10: taskwarrior 0.4 requires aeson > 2.0.1.0 - - taskwarrior < 0.4.0.0 - # 2021-10-19: autoapply 0.4.1.1 requires th-desugar 1.12 - - autoapply < 0.4.1.1 - # 2021-10-22: 1.8 breaks shake-bench - - SVGFonts < 1.8 - # 2021-11-09: 0.20.6 can't be built with aeson < 2.0 which is a pain to override at the moment - - futhark < 0.20.6 # 2021-11-09: ghc-bignum is bundled starting with 9.0.1; only 1.0 builds with GHCs prior to 9.2.1 - ghc-bignum == 1.0 - # 2021-11-18: lucid-{alpine, htmx} are not in stackage, so we need to downgrade them - - lucid-alpine == 0.1.0.2 - - lucid-htmx == 0.1.0.2 - # 2021-11-21: restrict haskell-gi-related packages to match stackage version (0.25) - - gi-girepository < 1.0.25 - - gi-ggit < 1.0.11 - - gi-gst < 1.0.25 - - gi-gstaudio < 1.0.24 - - gi-gstbase < 1.0.25 - - gi-gstvideo < 1.0.25 - - gi-gtksource < 3.0.25 - - gi-ibus < 1.5.4 - - gi-javascriptcore < 4.0.24 - - gi-ostree < 1.0.15 - - gi-notify < 0.7.24 - - gi-pangocairo < 1.0.26 - - gi-poppler < 0.18.26 - - gi-secret < 0.0.14 - - gi-soup < 2.4.25 - - gi-vte < 2.91.29 - - gi-webkit2 < 4.0.28 - - gi-webkit2webextension < 4.0.27 - - gi-wnck < 3.0.11 - # gi-cogl, gi-coglpango, gi-clutter, gi-json, gi-rsvg are only available for haskell-gi >= 0.26 - # 1.2.1.0 needs opaleye >= 0.8 which stackage doesn't provide - - rel8 < 1.2.1.0 - # 0.14.0.0 drops support for every GHC < 9.0.1 - - brittany < 0.14 # 1.2.0.0: “Dropped support for GHC <9.2 (might readd it later)” - retrie < 1.2.0.0 - # Compat with polysemy in Stackage LTS 18 - - polysemy-resume < 0.1.0.2 - - polysemy-conc < 0.5 - - polysemy-mocks < 0.2 - # Pinning patch because it is mainly used by the reflex-frp ecosystem which is not yet compatible with it. - # https://github.com/reflex-frp/reflex-dom/issues/431 - - patch < 0.0.5.0 # On the recommendation of hnix author: # https://github.com/NixOS/nixpkgs/pull/154461#issuecomment-1015511883 - hnix < 0.15 @@ -170,8 +117,7 @@ extra-packages: - doctest == 0.18.* # 2021-11-19: closest to stackage version for GHC 9.* - brick == 0.64.* # 2021-12-03: matterhorn depends on brick < 0.65 - path == 0.9.0 # 2021-12-03: path version building with stackage genvalidity and GHC 9.0.2 - - ormolu == 0.3.* # 2021-12-03: for HLS with GHC 9.0.2 - - fourmolu == 0.4.* # 2022-02-05: for HLS with GHC 9.0.2 + - ormolu == 0.2.* # 2022-02-21: For ghc 8.8 - ghc-exactprint == 1.4.* # 2022-02-07: preserve for now, 1.5.0 has a breaking change without type changes - ShellCheck == 0.7.2 # 2022-02-20: haskell-ci 0.14 needs this diff --git a/pkgs/development/haskell-modules/hackage-packages.nix b/pkgs/development/haskell-modules/hackage-packages.nix index 394d89c2d9a9..7b53916d1211 100644 --- a/pkgs/development/haskell-modules/hackage-packages.nix +++ b/pkgs/development/haskell-modules/hackage-packages.nix @@ -35966,25 +35966,6 @@ self: { }) {}; "autoapply" = callPackage - ({ mkDerivation, base, Cabal, cabal-doctest, doctest, logict, mtl - , template-haskell, th-desugar, transformers, unification-fd - }: - mkDerivation { - pname = "autoapply"; - version = "0.4.1"; - sha256 = "1jgzfdi5p0pns6w7543yp2ljglnmym9qplyb4vafynzg3bjhzvz0"; - setupHaskellDepends = [ base Cabal cabal-doctest ]; - libraryHaskellDepends = [ - base logict mtl template-haskell th-desugar transformers - unification-fd - ]; - testHaskellDepends = [ base doctest ]; - description = "Template Haskell to automatically pass values to functions"; - license = lib.licenses.bsd3; - maintainers = with lib.maintainers; [ expipiplus1 ]; - }) {}; - - "autoapply_0_4_1_1" = callPackage ({ mkDerivation, base, Cabal, cabal-doctest, doctest, logict, mtl , template-haskell, th-desugar, transformers, unification-fd }: @@ -36000,7 +35981,6 @@ self: { testHaskellDepends = [ base doctest ]; description = "Template Haskell to automatically pass values to functions"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; maintainers = with lib.maintainers; [ expipiplus1 ]; }) {}; @@ -46631,7 +46611,7 @@ self: { broken = true; }) {}; - "brittany" = callPackage + "brittany_0_13_1_2" = callPackage ({ mkDerivation, aeson, base, butcher, bytestring, cmdargs , containers, czipwith, data-tree-print, deepseq, directory, extra , filepath, ghc, ghc-boot-th, ghc-exactprint, ghc-paths, hspec @@ -46661,9 +46641,10 @@ self: { ]; description = "Haskell source code formatter"; license = lib.licenses.agpl3Only; + hydraPlatforms = lib.platforms.none; }) {}; - "brittany_0_14_0_2" = callPackage + "brittany" = callPackage ({ mkDerivation, aeson, base, butcher, bytestring, cmdargs , containers, czipwith, data-tree-print, deepseq, directory, extra , filepath, ghc, ghc-boot, ghc-boot-th, ghc-exactprint, hspec @@ -46696,7 +46677,6 @@ self: { ]; description = "Haskell source code formatter"; license = lib.licenses.agpl3Only; - hydraPlatforms = lib.platforms.none; }) {}; "broadcast-chan" = callPackage @@ -75775,30 +75755,6 @@ self: { }) {}; "dhall-nix" = callPackage - ({ mkDerivation, base, containers, data-fix, dhall, hnix - , lens-family-core, neat-interpolation, optparse-generic, text - }: - mkDerivation { - pname = "dhall-nix"; - version = "1.1.21"; - sha256 = "0yqqjq8yqswcaiqrrgx37rlwvxgciwhvird34hsaq4fr3kbjgv4h"; - revision = "1"; - editedCabalFile = "0pnnlm299sw7jgz6a1bg18nvc2qfgylinc90b3da0cpvaardp6wz"; - isLibrary = true; - isExecutable = true; - libraryHaskellDepends = [ - base containers data-fix dhall hnix lens-family-core - neat-interpolation text - ]; - executableHaskellDepends = [ - base dhall hnix optparse-generic text - ]; - description = "Dhall to Nix compiler"; - license = lib.licenses.bsd3; - maintainers = with lib.maintainers; [ Gabriel439 ]; - }) {}; - - "dhall-nix_1_1_23" = callPackage ({ mkDerivation, base, containers, data-fix, dhall, hnix , lens-family-core, neat-interpolation, optparse-generic, text }: @@ -75819,7 +75775,6 @@ self: { ]; description = "Dhall to Nix compiler"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; maintainers = with lib.maintainers; [ Gabriel439 ]; }) {}; @@ -99794,46 +99749,6 @@ self: { }) {}; "futhark" = callPackage - ({ mkDerivation, aeson, alex, ansi-terminal, array, base - , base16-bytestring, binary, blaze-html, bmp, bytestring - , bytestring-to-vector, cmark-gfm, containers, cryptohash-md5 - , directory, directory-tree, dlist, file-embed, filepath, free - , futhark-data, futhark-server, githash, half, happy, haskeline - , language-c-quote, mainland-pretty, megaparsec, mtl - , neat-interpolation, parallel, parser-combinators, process - , process-extras, QuickCheck, random, regex-tdfa, srcloc, tasty - , tasty-hunit, tasty-quickcheck, template-haskell, temporary - , terminal-size, text, time, transformers, unordered-containers - , vector, vector-binary-instances, versions, zip-archive, zlib - }: - mkDerivation { - pname = "futhark"; - version = "0.20.5"; - sha256 = "0wdpi1lr6cglwig194i9l6jmb54lh5qhwfhx8nn7z2kmww0qpmbv"; - isLibrary = true; - isExecutable = true; - libraryHaskellDepends = [ - aeson ansi-terminal array base base16-bytestring binary blaze-html - bmp bytestring bytestring-to-vector cmark-gfm containers - cryptohash-md5 directory directory-tree dlist file-embed filepath - free futhark-data futhark-server githash half haskeline - language-c-quote mainland-pretty megaparsec mtl neat-interpolation - parallel process process-extras random regex-tdfa srcloc - template-haskell temporary terminal-size text time transformers - unordered-containers vector vector-binary-instances versions - zip-archive zlib - ]; - libraryToolDepends = [ alex happy ]; - executableHaskellDepends = [ base text ]; - testHaskellDepends = [ - base containers megaparsec mtl parser-combinators QuickCheck tasty - tasty-hunit tasty-quickcheck text - ]; - description = "An optimising compiler for a functional, array-oriented language"; - license = lib.licenses.isc; - }) {}; - - "futhark_0_21_6" = callPackage ({ mkDerivation, aeson, alex, ansi-terminal, array, base , base16-bytestring, binary, blaze-html, bmp, bytestring , bytestring-to-vector, cmark-gfm, containers, cryptohash-md5 @@ -99871,7 +99786,6 @@ self: { ]; description = "An optimising compiler for a functional, array-oriented language"; license = lib.licenses.isc; - hydraPlatforms = lib.platforms.none; }) {}; "futhark-data" = callPackage @@ -105941,30 +105855,6 @@ self: { }) {gtk4-x11 = null;}; "gi-ggit" = callPackage - ({ mkDerivation, base, bytestring, Cabal, containers, gi-gio - , gi-glib, gi-gobject, haskell-gi, haskell-gi-base - , haskell-gi-overloading, libgit2-glib, text, transformers - }: - mkDerivation { - pname = "gi-ggit"; - version = "1.0.10"; - sha256 = "1rfmvml0wfw522c9gzzpjsg5ajbsbnzylc5rf2x3qqhb1x9y3bd2"; - setupHaskellDepends = [ - base Cabal gi-gio gi-glib gi-gobject haskell-gi - ]; - libraryHaskellDepends = [ - base bytestring containers gi-gio gi-glib gi-gobject haskell-gi - haskell-gi-base haskell-gi-overloading text transformers - ]; - libraryPkgconfigDepends = [ libgit2-glib ]; - description = "libgit2-glib bindings"; - license = lib.licenses.lgpl21Only; - platforms = [ - "aarch64-linux" "armv7l-linux" "i686-linux" "x86_64-linux" - ]; - }) {inherit (pkgs) libgit2-glib;}; - - "gi-ggit_1_0_11" = callPackage ({ mkDerivation, base, bytestring, Cabal, containers, gi-gio , gi-glib, gi-gobject, haskell-gi, haskell-gi-base , haskell-gi-overloading, libgit2-glib, text, transformers @@ -105986,7 +105876,6 @@ self: { platforms = [ "aarch64-linux" "armv7l-linux" "i686-linux" "x86_64-linux" ]; - hydraPlatforms = lib.platforms.none; }) {inherit (pkgs) libgit2-glib;}; "gi-gio" = callPackage @@ -106024,25 +105913,6 @@ self: { }) {}; "gi-girepository" = callPackage - ({ mkDerivation, base, bytestring, Cabal, containers, gi-glib - , gi-gobject, gobject-introspection, haskell-gi, haskell-gi-base - , haskell-gi-overloading, text, transformers - }: - mkDerivation { - pname = "gi-girepository"; - version = "1.0.24"; - sha256 = "1sj68k3wih2345gkmv0jb1smka73pxnjy8jwmk2ifgl407f3hhfw"; - setupHaskellDepends = [ base Cabal gi-glib gi-gobject haskell-gi ]; - libraryHaskellDepends = [ - base bytestring containers gi-glib gi-gobject haskell-gi - haskell-gi-base haskell-gi-overloading text transformers - ]; - libraryPkgconfigDepends = [ gobject-introspection ]; - description = "GIRepository (gobject-introspection) bindings"; - license = lib.licenses.lgpl21Only; - }) {inherit (pkgs) gobject-introspection;}; - - "gi-girepository_1_0_25" = callPackage ({ mkDerivation, base, bytestring, Cabal, containers, gi-glib , gi-gobject, gobject-introspection, haskell-gi, haskell-gi-base , haskell-gi-overloading, text, transformers @@ -106059,7 +105929,6 @@ self: { libraryPkgconfigDepends = [ gobject-introspection ]; description = "GIRepository (gobject-introspection) bindings"; license = lib.licenses.lgpl21Only; - hydraPlatforms = lib.platforms.none; }) {inherit (pkgs) gobject-introspection;}; "gi-glib" = callPackage @@ -106166,25 +106035,6 @@ self: { }) {inherit (pkgs) gtk4;}; "gi-gst" = callPackage - ({ mkDerivation, base, bytestring, Cabal, containers, gi-glib - , gi-gobject, gstreamer, haskell-gi, haskell-gi-base - , haskell-gi-overloading, text, transformers - }: - mkDerivation { - pname = "gi-gst"; - version = "1.0.24"; - sha256 = "01xbjxwipg1s93fkswag8gp8s696z1l1gaazl2w4wnpyykx4hh8s"; - setupHaskellDepends = [ base Cabal gi-glib gi-gobject haskell-gi ]; - libraryHaskellDepends = [ - base bytestring containers gi-glib gi-gobject haskell-gi - haskell-gi-base haskell-gi-overloading text transformers - ]; - libraryPkgconfigDepends = [ gstreamer ]; - description = "GStreamer bindings"; - license = lib.licenses.lgpl21Only; - }) {inherit (pkgs.gst_all_1) gstreamer;}; - - "gi-gst_1_0_25" = callPackage ({ mkDerivation, base, bytestring, Cabal, containers, gi-glib , gi-gobject, gstreamer, haskell-gi, haskell-gi-base , haskell-gi-overloading, text, transformers @@ -106201,31 +106051,9 @@ self: { libraryPkgconfigDepends = [ gstreamer ]; description = "GStreamer bindings"; license = lib.licenses.lgpl21Only; - hydraPlatforms = lib.platforms.none; }) {inherit (pkgs.gst_all_1) gstreamer;}; "gi-gstaudio" = callPackage - ({ mkDerivation, base, bytestring, Cabal, containers, gi-glib - , gi-gobject, gi-gst, gi-gstbase, gst-plugins-base, haskell-gi - , haskell-gi-base, haskell-gi-overloading, text, transformers - }: - mkDerivation { - pname = "gi-gstaudio"; - version = "1.0.23"; - sha256 = "1gzs1niw45qjxiadj4xwg4fr6d71rb5k18y4plm4jj6iyvd67s72"; - setupHaskellDepends = [ - base Cabal gi-glib gi-gobject gi-gst gi-gstbase haskell-gi - ]; - libraryHaskellDepends = [ - base bytestring containers gi-glib gi-gobject gi-gst gi-gstbase - haskell-gi haskell-gi-base haskell-gi-overloading text transformers - ]; - libraryPkgconfigDepends = [ gst-plugins-base ]; - description = "GStreamerAudio bindings"; - license = lib.licenses.lgpl21Only; - }) {inherit (pkgs.gst_all_1) gst-plugins-base;}; - - "gi-gstaudio_1_0_24" = callPackage ({ mkDerivation, base, bytestring, Cabal, containers, gi-glib , gi-gobject, gi-gst, gi-gstbase, gst-plugins-base, haskell-gi , haskell-gi-base, haskell-gi-overloading, text, transformers @@ -106244,31 +106072,9 @@ self: { libraryPkgconfigDepends = [ gst-plugins-base ]; description = "GStreamerAudio bindings"; license = lib.licenses.lgpl21Only; - hydraPlatforms = lib.platforms.none; }) {inherit (pkgs.gst_all_1) gst-plugins-base;}; "gi-gstbase" = callPackage - ({ mkDerivation, base, bytestring, Cabal, containers, gi-glib - , gi-gobject, gi-gst, gst-plugins-base, haskell-gi, haskell-gi-base - , haskell-gi-overloading, text, transformers - }: - mkDerivation { - pname = "gi-gstbase"; - version = "1.0.24"; - sha256 = "0b8k2xk3ha6b79kkw72kgdmj8vjyh40r26saavin54gznlgd5xh8"; - setupHaskellDepends = [ - base Cabal gi-glib gi-gobject gi-gst haskell-gi - ]; - libraryHaskellDepends = [ - base bytestring containers gi-glib gi-gobject gi-gst haskell-gi - haskell-gi-base haskell-gi-overloading text transformers - ]; - libraryPkgconfigDepends = [ gst-plugins-base ]; - description = "GStreamerBase bindings"; - license = lib.licenses.lgpl21Only; - }) {inherit (pkgs.gst_all_1) gst-plugins-base;}; - - "gi-gstbase_1_0_25" = callPackage ({ mkDerivation, base, bytestring, Cabal, containers, gi-glib , gi-gobject, gi-gst, gst-plugins-base, haskell-gi, haskell-gi-base , haskell-gi-overloading, text, transformers @@ -106287,7 +106093,6 @@ self: { libraryPkgconfigDepends = [ gst-plugins-base ]; description = "GStreamerBase bindings"; license = lib.licenses.lgpl21Only; - hydraPlatforms = lib.platforms.none; }) {inherit (pkgs.gst_all_1) gst-plugins-base;}; "gi-gstpbutils" = callPackage @@ -106339,27 +106144,6 @@ self: { }) {gstreamer-tag = null;}; "gi-gstvideo" = callPackage - ({ mkDerivation, base, bytestring, Cabal, containers, gi-glib - , gi-gobject, gi-gst, gi-gstbase, gst-plugins-base, haskell-gi - , haskell-gi-base, haskell-gi-overloading, text, transformers - }: - mkDerivation { - pname = "gi-gstvideo"; - version = "1.0.24"; - sha256 = "0qjfjk5jnpy1f4grn8i68kwdd1yvnq1yc55rk6yxhlj7wks1d35h"; - setupHaskellDepends = [ - base Cabal gi-glib gi-gobject gi-gst gi-gstbase haskell-gi - ]; - libraryHaskellDepends = [ - base bytestring containers gi-glib gi-gobject gi-gst gi-gstbase - haskell-gi haskell-gi-base haskell-gi-overloading text transformers - ]; - libraryPkgconfigDepends = [ gst-plugins-base ]; - description = "GStreamerVideo bindings"; - license = lib.licenses.lgpl21Only; - }) {inherit (pkgs.gst_all_1) gst-plugins-base;}; - - "gi-gstvideo_1_0_25" = callPackage ({ mkDerivation, base, bytestring, Cabal, containers, gi-glib , gi-gobject, gi-gst, gi-gstbase, gst-plugins-base, haskell-gi , haskell-gi-base, haskell-gi-overloading, text, transformers @@ -106378,7 +106162,6 @@ self: { libraryPkgconfigDepends = [ gst-plugins-base ]; description = "GStreamerVideo bindings"; license = lib.licenses.lgpl21Only; - hydraPlatforms = lib.platforms.none; }) {inherit (pkgs.gst_all_1) gst-plugins-base;}; "gi-gtk" = callPackage @@ -106632,30 +106415,6 @@ self: { }) {inherit (pkgs) harfbuzz; harfbuzz-gobject = null;}; "gi-ibus" = callPackage - ({ mkDerivation, base, bytestring, Cabal, containers, gi-gio - , gi-glib, gi-gobject, haskell-gi, haskell-gi-base - , haskell-gi-overloading, ibus, text, transformers - }: - mkDerivation { - pname = "gi-ibus"; - version = "1.5.3"; - sha256 = "1gbpbxcdl9f5di2vpnkx3zsy54dkfhz81h3yxss91r65lp9fwrm8"; - setupHaskellDepends = [ - base Cabal gi-gio gi-glib gi-gobject haskell-gi - ]; - libraryHaskellDepends = [ - base bytestring containers gi-gio gi-glib gi-gobject haskell-gi - haskell-gi-base haskell-gi-overloading text transformers - ]; - libraryPkgconfigDepends = [ ibus ]; - description = "IBus bindings"; - license = lib.licenses.lgpl21Only; - platforms = [ - "aarch64-linux" "armv7l-linux" "i686-linux" "x86_64-linux" - ]; - }) {inherit (pkgs) ibus;}; - - "gi-ibus_1_5_4" = callPackage ({ mkDerivation, base, bytestring, Cabal, containers, gi-gio , gi-glib, gi-gobject, haskell-gi, haskell-gi-base , haskell-gi-overloading, ibus, text, transformers @@ -106677,7 +106436,6 @@ self: { platforms = [ "aarch64-linux" "armv7l-linux" "i686-linux" "x86_64-linux" ]; - hydraPlatforms = lib.platforms.none; }) {inherit (pkgs) ibus;}; "gi-javascriptcore" = callPackage @@ -106726,27 +106484,6 @@ self: { }) {inherit (pkgs) json-glib;}; "gi-notify" = callPackage - ({ mkDerivation, base, bytestring, Cabal, containers, gi-gdkpixbuf - , gi-glib, gi-gobject, haskell-gi, haskell-gi-base - , haskell-gi-overloading, libnotify, text, transformers - }: - mkDerivation { - pname = "gi-notify"; - version = "0.7.23"; - sha256 = "00p10lw9v9q8mh6630ijpz8smnpz5hiiw8kxk1fv8497akssxjsh"; - setupHaskellDepends = [ - base Cabal gi-gdkpixbuf gi-glib gi-gobject haskell-gi - ]; - libraryHaskellDepends = [ - base bytestring containers gi-gdkpixbuf gi-glib gi-gobject - haskell-gi haskell-gi-base haskell-gi-overloading text transformers - ]; - libraryPkgconfigDepends = [ libnotify ]; - description = "Libnotify bindings"; - license = lib.licenses.lgpl21Only; - }) {inherit (pkgs) libnotify;}; - - "gi-notify_0_7_24" = callPackage ({ mkDerivation, base, bytestring, Cabal, containers, gi-gdkpixbuf , gi-glib, gi-gobject, haskell-gi, haskell-gi-base , haskell-gi-overloading, libnotify, text, transformers @@ -106765,34 +106502,9 @@ self: { libraryPkgconfigDepends = [ libnotify ]; description = "Libnotify bindings"; license = lib.licenses.lgpl21Only; - hydraPlatforms = lib.platforms.none; }) {inherit (pkgs) libnotify;}; "gi-ostree" = callPackage - ({ mkDerivation, base, bytestring, Cabal, containers, gi-gio - , gi-glib, gi-gobject, haskell-gi, haskell-gi-base - , haskell-gi-overloading, ostree, text, transformers - }: - mkDerivation { - pname = "gi-ostree"; - version = "1.0.14"; - sha256 = "08jglqkq0h497iv83rc0br83qrf000gm202hp0j1pnhwvdgp7d0f"; - setupHaskellDepends = [ - base Cabal gi-gio gi-glib gi-gobject haskell-gi - ]; - libraryHaskellDepends = [ - base bytestring containers gi-gio gi-glib gi-gobject haskell-gi - haskell-gi-base haskell-gi-overloading text transformers - ]; - libraryPkgconfigDepends = [ ostree ]; - description = "OSTree bindings"; - license = lib.licenses.lgpl21Only; - platforms = [ - "aarch64-linux" "armv7l-linux" "i686-linux" "x86_64-linux" - ]; - }) {inherit (pkgs) ostree;}; - - "gi-ostree_1_0_15" = callPackage ({ mkDerivation, base, bytestring, Cabal, containers, gi-gio , gi-glib, gi-gobject, haskell-gi, haskell-gi-base , haskell-gi-overloading, ostree, text, transformers @@ -106814,7 +106526,6 @@ self: { platforms = [ "aarch64-linux" "armv7l-linux" "i686-linux" "x86_64-linux" ]; - hydraPlatforms = lib.platforms.none; }) {inherit (pkgs) ostree;}; "gi-pango" = callPackage @@ -106843,32 +106554,6 @@ self: { }) {inherit (pkgs) cairo; inherit (pkgs) pango;}; "gi-pangocairo" = callPackage - ({ mkDerivation, base, bytestring, Cabal, cairo, containers - , gi-cairo, gi-glib, gi-gobject, gi-pango, haskell-gi - , haskell-gi-base, haskell-gi-overloading, pango, text - , transformers - }: - mkDerivation { - pname = "gi-pangocairo"; - version = "1.0.25"; - sha256 = "1w7sdwxfsymysazv9b045li97mjj2xspgrfyhm74x7sd7b4jl4aa"; - setupHaskellDepends = [ - base Cabal gi-cairo gi-glib gi-gobject gi-pango haskell-gi - ]; - libraryHaskellDepends = [ - base bytestring containers gi-cairo gi-glib gi-gobject gi-pango - haskell-gi haskell-gi-base haskell-gi-overloading text transformers - ]; - libraryPkgconfigDepends = [ cairo pango ]; - preCompileBuildDriver = '' - PKG_CONFIG_PATH+=":${cairo}/lib/pkgconfig" - setupCompileFlags+=" $(pkg-config --libs cairo-gobject)" - ''; - description = "PangoCairo bindings"; - license = lib.licenses.lgpl21Only; - }) {inherit (pkgs) cairo; inherit (pkgs) pango;}; - - "gi-pangocairo_1_0_26" = callPackage ({ mkDerivation, base, bytestring, Cabal, cairo, containers , gi-cairo, gi-glib, gi-gobject, gi-pango, haskell-gi , haskell-gi-base, haskell-gi-overloading, pango, text @@ -106892,31 +106577,9 @@ self: { ''; description = "PangoCairo bindings"; license = lib.licenses.lgpl21Only; - hydraPlatforms = lib.platforms.none; }) {inherit (pkgs) cairo; inherit (pkgs) pango;}; "gi-poppler" = callPackage - ({ mkDerivation, base, bytestring, Cabal, containers, gi-cairo - , gi-gio, gi-glib, gi-gobject, haskell-gi, haskell-gi-base - , haskell-gi-overloading, poppler_gi, text, transformers - }: - mkDerivation { - pname = "gi-poppler"; - version = "0.18.25"; - sha256 = "0hl7wljszc1jpjcpl0ax6qidjynr2dh063m1j9xn718f1yqgldix"; - setupHaskellDepends = [ - base Cabal gi-cairo gi-gio gi-glib gi-gobject haskell-gi - ]; - libraryHaskellDepends = [ - base bytestring containers gi-cairo gi-gio gi-glib gi-gobject - haskell-gi haskell-gi-base haskell-gi-overloading text transformers - ]; - libraryPkgconfigDepends = [ poppler_gi ]; - description = "Poppler bindings"; - license = lib.licenses.lgpl21Only; - }) {inherit (pkgs) poppler_gi;}; - - "gi-poppler_0_18_26" = callPackage ({ mkDerivation, base, bytestring, Cabal, containers, gi-cairo , gi-gio, gi-glib, gi-gobject, haskell-gi, haskell-gi-base , haskell-gi-overloading, poppler_gi, text, transformers @@ -106935,7 +106598,6 @@ self: { libraryPkgconfigDepends = [ poppler_gi ]; description = "Poppler bindings"; license = lib.licenses.lgpl21Only; - hydraPlatforms = lib.platforms.none; }) {inherit (pkgs) poppler_gi;}; "gi-rsvg" = callPackage @@ -106965,27 +106627,6 @@ self: { }) {inherit (pkgs) librsvg;}; "gi-secret" = callPackage - ({ mkDerivation, base, bytestring, Cabal, containers, gi-gio - , gi-glib, gi-gobject, haskell-gi, haskell-gi-base - , haskell-gi-overloading, libsecret, text, transformers - }: - mkDerivation { - pname = "gi-secret"; - version = "0.0.13"; - sha256 = "0n37sdm4q6q807j4wgwwsl28knc71d8jiyx4prxbl2d69gg6i2ka"; - setupHaskellDepends = [ - base Cabal gi-gio gi-glib gi-gobject haskell-gi - ]; - libraryHaskellDepends = [ - base bytestring containers gi-gio gi-glib gi-gobject haskell-gi - haskell-gi-base haskell-gi-overloading text transformers - ]; - libraryPkgconfigDepends = [ libsecret ]; - description = "Libsecret bindings"; - license = lib.licenses.lgpl21Only; - }) {inherit (pkgs) libsecret;}; - - "gi-secret_0_0_14" = callPackage ({ mkDerivation, base, bytestring, Cabal, containers, gi-gio , gi-glib, gi-gobject, haskell-gi, haskell-gi-base , haskell-gi-overloading, libsecret, text, transformers @@ -107004,31 +106645,9 @@ self: { libraryPkgconfigDepends = [ libsecret ]; description = "Libsecret bindings"; license = lib.licenses.lgpl21Only; - hydraPlatforms = lib.platforms.none; }) {inherit (pkgs) libsecret;}; "gi-soup" = callPackage - ({ mkDerivation, base, bytestring, Cabal, containers, gi-gio - , gi-glib, gi-gobject, haskell-gi, haskell-gi-base - , haskell-gi-overloading, libsoup, text, transformers - }: - mkDerivation { - pname = "gi-soup"; - version = "2.4.24"; - sha256 = "148ksnsfadbx3as23c79nmmsrkzfcvncbvvqqmhygwkm9mxsv9sr"; - setupHaskellDepends = [ - base Cabal gi-gio gi-glib gi-gobject haskell-gi - ]; - libraryHaskellDepends = [ - base bytestring containers gi-gio gi-glib gi-gobject haskell-gi - haskell-gi-base haskell-gi-overloading text transformers - ]; - libraryPkgconfigDepends = [ libsoup ]; - description = "Libsoup bindings"; - license = lib.licenses.lgpl21Only; - }) {inherit (pkgs) libsoup;}; - - "gi-soup_2_4_25" = callPackage ({ mkDerivation, base, bytestring, Cabal, containers, gi-gio , gi-glib, gi-gobject, haskell-gi, haskell-gi-base , haskell-gi-overloading, libsoup, text, transformers @@ -107047,7 +106666,6 @@ self: { libraryPkgconfigDepends = [ libsoup ]; description = "Libsoup bindings"; license = lib.licenses.lgpl21Only; - hydraPlatforms = lib.platforms.none; }) {inherit (pkgs) libsoup;}; "gi-vips" = callPackage @@ -107122,33 +106740,6 @@ self: { }) {inherit (pkgs) webkitgtk;}; "gi-webkit2" = callPackage - ({ mkDerivation, base, bytestring, Cabal, containers, gi-atk - , gi-cairo, gi-gdk, gi-gio, gi-glib, gi-gobject, gi-gtk - , gi-javascriptcore, gi-soup, haskell-gi, haskell-gi-base - , haskell-gi-overloading, text, transformers, webkitgtk - }: - mkDerivation { - pname = "gi-webkit2"; - version = "4.0.27"; - sha256 = "05ka1i4afd9j5kyyd1z9xxv9vmbmq2wziir3pln9a692zga0f2h1"; - setupHaskellDepends = [ - base Cabal gi-atk gi-cairo gi-gdk gi-gio gi-glib gi-gobject gi-gtk - gi-javascriptcore gi-soup haskell-gi - ]; - libraryHaskellDepends = [ - base bytestring containers gi-atk gi-cairo gi-gdk gi-gio gi-glib - gi-gobject gi-gtk gi-javascriptcore gi-soup haskell-gi - haskell-gi-base haskell-gi-overloading text transformers - ]; - libraryPkgconfigDepends = [ webkitgtk ]; - description = "WebKit2 bindings"; - license = lib.licenses.lgpl21Only; - platforms = [ - "aarch64-linux" "armv7l-linux" "i686-linux" "x86_64-linux" - ]; - }) {inherit (pkgs) webkitgtk;}; - - "gi-webkit2_4_0_28" = callPackage ({ mkDerivation, base, bytestring, Cabal, containers, gi-atk , gi-cairo, gi-gdk, gi-gio, gi-glib, gi-gobject, gi-gtk , gi-javascriptcore, gi-soup, haskell-gi, haskell-gi-base @@ -107173,37 +106764,9 @@ self: { platforms = [ "aarch64-linux" "armv7l-linux" "i686-linux" "x86_64-linux" ]; - hydraPlatforms = lib.platforms.none; }) {inherit (pkgs) webkitgtk;}; "gi-webkit2webextension" = callPackage - ({ mkDerivation, base, bytestring, Cabal, containers, gi-gio - , gi-gobject, gi-gtk, gi-javascriptcore, gi-soup, haskell-gi - , haskell-gi-base, haskell-gi-overloading, text, transformers - , webkitgtk - }: - mkDerivation { - pname = "gi-webkit2webextension"; - version = "4.0.26"; - sha256 = "0fa2x9dzcaiv5f5kzf4ql27fr8zgq5fky3gzhj8py0m2pnahpa6v"; - setupHaskellDepends = [ - base Cabal gi-gio gi-gobject gi-gtk gi-javascriptcore gi-soup - haskell-gi - ]; - libraryHaskellDepends = [ - base bytestring containers gi-gio gi-gobject gi-gtk - gi-javascriptcore gi-soup haskell-gi haskell-gi-base - haskell-gi-overloading text transformers - ]; - libraryPkgconfigDepends = [ webkitgtk ]; - description = "WebKit2-WebExtension bindings"; - license = lib.licenses.lgpl21Only; - platforms = [ - "aarch64-linux" "armv7l-linux" "i686-linux" "x86_64-linux" - ]; - }) {inherit (pkgs) webkitgtk;}; - - "gi-webkit2webextension_4_0_27" = callPackage ({ mkDerivation, base, bytestring, Cabal, containers, gi-gio , gi-gobject, gi-gtk, gi-javascriptcore, gi-soup, haskell-gi , haskell-gi-base, haskell-gi-overloading, text, transformers @@ -107228,36 +106791,9 @@ self: { platforms = [ "aarch64-linux" "armv7l-linux" "i686-linux" "x86_64-linux" ]; - hydraPlatforms = lib.platforms.none; }) {inherit (pkgs) webkitgtk;}; "gi-wnck" = callPackage - ({ mkDerivation, base, bytestring, Cabal, containers, gi-atk - , gi-gdk, gi-gdkpixbuf, gi-gobject, gi-gtk, haskell-gi - , haskell-gi-base, haskell-gi-overloading, libwnck, text - , transformers - }: - mkDerivation { - pname = "gi-wnck"; - version = "3.0.10"; - sha256 = "1q3fncvd7ic0ri2v883xlqlfxm5hiwj0sn750505q73lqllx5wqw"; - setupHaskellDepends = [ - base Cabal gi-atk gi-gdk gi-gdkpixbuf gi-gobject gi-gtk haskell-gi - ]; - libraryHaskellDepends = [ - base bytestring containers gi-atk gi-gdk gi-gdkpixbuf gi-gobject - gi-gtk haskell-gi haskell-gi-base haskell-gi-overloading text - transformers - ]; - libraryPkgconfigDepends = [ libwnck ]; - description = "Wnck bindings"; - license = lib.licenses.lgpl21Only; - platforms = [ - "aarch64-linux" "armv7l-linux" "i686-linux" "x86_64-linux" - ]; - }) {inherit (pkgs) libwnck;}; - - "gi-wnck_3_0_11" = callPackage ({ mkDerivation, base, bytestring, Cabal, containers, gi-atk , gi-gdk, gi-gdkpixbuf, gi-gobject, gi-gtk, haskell-gi , haskell-gi-base, haskell-gi-overloading, libwnck, text @@ -107281,7 +106817,6 @@ self: { platforms = [ "aarch64-linux" "armv7l-linux" "i686-linux" "x86_64-linux" ]; - hydraPlatforms = lib.platforms.none; }) {inherit (pkgs) libwnck;}; "gi-xlib" = callPackage @@ -133609,6 +133144,33 @@ self: { license = lib.licenses.mit; }) {inherit (pkgs) libsass;}; + "hlint_3_2_8" = callPackage + ({ mkDerivation, aeson, ansi-terminal, base, bytestring, cmdargs + , containers, cpphs, data-default, directory, extra, file-embed + , filepath, filepattern, ghc-lib-parser, ghc-lib-parser-ex + , hscolour, process, refact, text, transformers, uniplate + , unordered-containers, utf8-string, vector, yaml + }: + mkDerivation { + pname = "hlint"; + version = "3.2.8"; + sha256 = "14nvq71kn1lhqx02r69f949p33rhxi466fwmxj9g0wd5191jawrs"; + isLibrary = true; + isExecutable = true; + enableSeparateDataOutput = true; + libraryHaskellDepends = [ + aeson ansi-terminal base bytestring cmdargs containers cpphs + data-default directory extra file-embed filepath filepattern + ghc-lib-parser ghc-lib-parser-ex hscolour process refact text + transformers uniplate unordered-containers utf8-string vector yaml + ]; + executableHaskellDepends = [ base ]; + description = "Source code suggestions"; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + maintainers = with lib.maintainers; [ maralorn ]; + }) {}; + "hlint" = callPackage ({ mkDerivation, aeson, ansi-terminal, base, bytestring, cmdargs , containers, cpphs, data-default, directory, extra, file-embed @@ -173045,21 +172607,6 @@ self: { }) {}; "lucid-alpine" = callPackage - ({ mkDerivation, base, lucid, text }: - mkDerivation { - pname = "lucid-alpine"; - version = "0.1.0.2"; - sha256 = "1ifa7hmbxzb6mni0q80a2p4j1yh9x1b95acki5fjx33n36f6bg61"; - isLibrary = true; - isExecutable = true; - libraryHaskellDepends = [ base lucid text ]; - executableHaskellDepends = [ base lucid text ]; - testHaskellDepends = [ base lucid text ]; - description = "Use Alpine.js in your lucid templates"; - license = lib.licenses.bsd3; - }) {}; - - "lucid-alpine_0_1_0_7" = callPackage ({ mkDerivation, base, lucid, text }: mkDerivation { pname = "lucid-alpine"; @@ -173072,7 +172619,6 @@ self: { testHaskellDepends = [ base lucid text ]; description = "Use Alpine.js in your lucid templates"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; }) {}; "lucid-cdn" = callPackage @@ -173131,18 +172677,6 @@ self: { }) {}; "lucid-htmx" = callPackage - ({ mkDerivation, base, lucid, servant, text }: - mkDerivation { - pname = "lucid-htmx"; - version = "0.1.0.2"; - sha256 = "1dnkp8l6niy2h7262pr1n798jrfnzz8n0ji00cj8v3d50av4qx0s"; - libraryHaskellDepends = [ base lucid servant text ]; - testHaskellDepends = [ base lucid servant text ]; - description = "Use htmx in your lucid templates"; - license = lib.licenses.bsd3; - }) {}; - - "lucid-htmx_0_1_0_5" = callPackage ({ mkDerivation, base, lucid, servant, text }: mkDerivation { pname = "lucid-htmx"; @@ -173152,7 +172686,6 @@ self: { testHaskellDepends = [ base lucid servant text ]; description = "Use htmx in your lucid templates"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; }) {}; "lucid-hyperscript" = callPackage @@ -199073,6 +198606,34 @@ self: { broken = true; }) {}; + "ormolu_0_2_0_0" = callPackage + ({ mkDerivation, ansi-terminal, base, bytestring, containers, Diff + , dlist, exceptions, filepath, ghc-lib-parser, gitrev, hspec + , hspec-discover, mtl, optparse-applicative, path, path-io, syb + , text + }: + mkDerivation { + pname = "ormolu"; + version = "0.2.0.0"; + sha256 = "0zivz7vcl4m1rjay5md6cdqac9cnfwz9c844l20byiz5h49bwfhb"; + isLibrary = true; + isExecutable = true; + libraryHaskellDepends = [ + ansi-terminal base bytestring containers Diff dlist exceptions + ghc-lib-parser mtl syb text + ]; + executableHaskellDepends = [ + base filepath ghc-lib-parser gitrev optparse-applicative text + ]; + testHaskellDepends = [ + base containers filepath hspec path path-io text + ]; + testToolDepends = [ hspec-discover ]; + description = "A formatter for Haskell source code"; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + }) {}; + "ormolu" = callPackage ({ mkDerivation, ansi-terminal, base, bytestring, Cabal, containers , Diff, directory, dlist, exceptions, filepath, ghc-lib-parser @@ -203132,26 +202693,6 @@ self: { }) {}; "patch" = callPackage - ({ mkDerivation, base, constraints-extras, containers - , dependent-map, dependent-sum, directory, filemanip, filepath - , hlint, lens, monoidal-containers, semialign, semigroupoids, these - , transformers, witherable - }: - mkDerivation { - pname = "patch"; - version = "0.0.4.0"; - sha256 = "02hdhgk7wwcnq7aahbaqx5zzlha6mq6lj0mw57phj3ykmca0zggc"; - libraryHaskellDepends = [ - base constraints-extras containers dependent-map dependent-sum lens - monoidal-containers semialign semigroupoids these transformers - witherable - ]; - testHaskellDepends = [ base directory filemanip filepath hlint ]; - description = "Data structures for describing changes to other data structures"; - license = lib.licenses.bsd3; - }) {}; - - "patch_0_0_5_2" = callPackage ({ mkDerivation, base, constraints-extras, containers , dependent-map, dependent-sum, directory, filemanip, filepath , hedgehog, hlint, HUnit, lens, monoidal-containers, semialign @@ -203171,7 +202712,6 @@ self: { ]; description = "Data structures for describing changes to other data structures"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; }) {}; "patch-combinators" = callPackage @@ -211038,27 +210578,6 @@ self: { }) {}; "polysemy-conc" = callPackage - ({ mkDerivation, async, base, containers, polysemy, polysemy-test - , polysemy-time, relude, stm, stm-chans, string-interpolate, tasty - , template-haskell, text, time, unagi-chan, unix - }: - mkDerivation { - pname = "polysemy-conc"; - version = "0.4.0.1"; - sha256 = "1wf24837p5bk6p6p2d3bqwyrj93ls7kndvzr9qa8w8g46fv1ryp4"; - libraryHaskellDepends = [ - async base containers polysemy polysemy-time relude stm stm-chans - string-interpolate template-haskell text time unagi-chan unix - ]; - testHaskellDepends = [ - base polysemy polysemy-test polysemy-time stm tasty time unagi-chan - unix - ]; - description = "Polysemy Effects for Concurrency"; - license = "BSD-2-Clause-Patent"; - }) {}; - - "polysemy-conc_0_5_1_1" = callPackage ({ mkDerivation, async, base, containers, data-default, polysemy , polysemy-plugin, polysemy-test, polysemy-time, relude, stm , stm-chans, tasty, template-haskell, text, time, torsor @@ -211078,7 +210597,6 @@ self: { ]; description = "Polysemy Effects for Concurrency"; license = "BSD-2-Clause-Patent"; - hydraPlatforms = lib.platforms.none; }) {}; "polysemy-extra" = callPackage @@ -211321,21 +210839,6 @@ self: { }) {}; "polysemy-mocks" = callPackage - ({ mkDerivation, base, hspec, hspec-discover, polysemy - , template-haskell - }: - mkDerivation { - pname = "polysemy-mocks"; - version = "0.1.0.1"; - sha256 = "0jd8x47mdx9fyn65ra0y1m05myf2m2bhz3ykg1i3818ixwd93xvl"; - libraryHaskellDepends = [ base polysemy template-haskell ]; - testHaskellDepends = [ base hspec polysemy ]; - testToolDepends = [ hspec-discover ]; - description = "Mocking framework for polysemy effects"; - license = lib.licenses.bsd3; - }) {}; - - "polysemy-mocks_0_2_0_0" = callPackage ({ mkDerivation, base, hspec, hspec-discover, polysemy , template-haskell }: @@ -211348,7 +210851,6 @@ self: { testToolDepends = [ hspec-discover ]; description = "Mocking framework for polysemy effects"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; }) {}; "polysemy-optics" = callPackage @@ -211483,25 +210985,6 @@ self: { }) {}; "polysemy-resume" = callPackage - ({ mkDerivation, base, hedgehog, polysemy, polysemy-plugin - , polysemy-test, relude, tasty, tasty-hedgehog, text, transformers - }: - mkDerivation { - pname = "polysemy-resume"; - version = "0.1.0.1"; - sha256 = "1pgirh7sz1lx45pkss1a4w7xgy7gcxmm7i2vz9hf0z7qdj9wfn8i"; - libraryHaskellDepends = [ - base polysemy polysemy-plugin relude transformers - ]; - testHaskellDepends = [ - base hedgehog polysemy polysemy-plugin polysemy-test relude tasty - tasty-hedgehog text transformers - ]; - description = "Polysemy error tracking"; - license = "BSD-2-Clause-Patent"; - }) {}; - - "polysemy-resume_0_2_0_0" = callPackage ({ mkDerivation, base, hedgehog, polysemy, polysemy-plugin , polysemy-test, relude, tasty, tasty-hedgehog, text, transformers }: @@ -211516,7 +210999,6 @@ self: { ]; description = "Polysemy error tracking"; license = "BSD-2-Clause-Patent"; - hydraPlatforms = lib.platforms.none; }) {}; "polysemy-several" = callPackage @@ -256820,27 +256302,6 @@ self: { }) {}; "streamly-archive" = callPackage - ({ mkDerivation, archive, base, bytestring, cryptonite, directory - , filepath, QuickCheck, streamly, tar, tasty, tasty-hunit - , tasty-quickcheck, temporary, zlib - }: - mkDerivation { - pname = "streamly-archive"; - version = "0.0.2"; - sha256 = "00cd5ssa5hi4pvc5li24z68f1k50h02frn4668gcrv8lr5kh6s50"; - enableSeparateDataOutput = true; - libraryHaskellDepends = [ base bytestring streamly ]; - librarySystemDepends = [ archive ]; - testHaskellDepends = [ - base bytestring cryptonite directory filepath QuickCheck streamly - tar tasty tasty-hunit tasty-quickcheck temporary zlib - ]; - testSystemDepends = [ archive ]; - description = "Stream data from archives using the streamly library"; - license = lib.licenses.bsd3; - }) {archive = null;}; - - "streamly-archive_0_1_0" = callPackage ({ mkDerivation, archive, base, bytestring, cryptonite, directory , filepath, QuickCheck, streamly, tar, tasty, tasty-hunit , tasty-quickcheck, temporary, zlib @@ -256859,7 +256320,6 @@ self: { testSystemDepends = [ archive ]; description = "Stream data from archives using the streamly library"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; }) {archive = null;}; "streamly-binary" = callPackage @@ -256965,25 +256425,6 @@ self: { }) {}; "streamly-lmdb" = callPackage - ({ mkDerivation, async, base, bytestring, directory, lmdb - , QuickCheck, streamly, tasty, tasty-quickcheck, temporary - }: - mkDerivation { - pname = "streamly-lmdb"; - version = "0.2.1"; - sha256 = "08rj29i3vb4ahgrd2zhyi2sl1lk95s7vk020xx9mwzi8sbn0ay05"; - libraryHaskellDepends = [ async base bytestring streamly ]; - librarySystemDepends = [ lmdb ]; - testHaskellDepends = [ - async base bytestring directory QuickCheck streamly tasty - tasty-quickcheck temporary - ]; - testSystemDepends = [ lmdb ]; - description = "Stream data to or from LMDB databases using the streamly library"; - license = lib.licenses.bsd3; - }) {inherit (pkgs) lmdb;}; - - "streamly-lmdb_0_4_0" = callPackage ({ mkDerivation, async, base, bytestring, directory, lmdb , QuickCheck, streamly, tasty, tasty-quickcheck, temporary }: @@ -257000,7 +256441,6 @@ self: { testSystemDepends = [ lmdb ]; description = "Stream data to or from LMDB databases using the streamly library"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; }) {inherit (pkgs) lmdb;}; "streamly-lz4" = callPackage @@ -263416,29 +262856,6 @@ self: { }) {}; "taskwarrior" = callPackage - ({ mkDerivation, aeson, base, bytestring, containers, hspec - , hspec-discover, process, QuickCheck, quickcheck-instances, random - , text, time, unordered-containers, uuid - }: - mkDerivation { - pname = "taskwarrior"; - version = "0.3.1.0"; - sha256 = "04cnrzl9rj9zhdbk9g6hjsvd69v3g6w8d2jkh51a2pqjrw4bljf0"; - libraryHaskellDepends = [ - aeson base bytestring containers process random text time - unordered-containers uuid - ]; - testHaskellDepends = [ - aeson base hspec QuickCheck quickcheck-instances text time - unordered-containers uuid - ]; - testToolDepends = [ hspec-discover ]; - description = "Types and aeson instances for taskwarrior tasks"; - license = lib.licenses.agpl3Plus; - maintainers = with lib.maintainers; [ maralorn ]; - }) {}; - - "taskwarrior_0_6_0_2" = callPackage ({ mkDerivation, aeson, base, bytestring, containers, hspec , hspec-discover, process, QuickCheck, quickcheck-instances, random , text, time, uuid @@ -263457,7 +262874,6 @@ self: { testToolDepends = [ hspec-discover ]; description = "Types and aeson instances for taskwarrior tasks"; license = lib.licenses.agpl3Plus; - hydraPlatforms = lib.platforms.none; maintainers = with lib.maintainers; [ maralorn ]; }) {}; @@ -289627,31 +289043,6 @@ self: { }) {}; "weeder" = callPackage - ({ mkDerivation, algebraic-graphs, base, bytestring, containers - , dhall, directory, filepath, generic-lens, ghc, lens, mtl - , optparse-applicative, regex-tdfa, text, transformers - }: - mkDerivation { - pname = "weeder"; - version = "2.2.0"; - sha256 = "07ylcq8mza4429snaklhfszpg2c0xcp75hyf0jxhi32mpiz7a5v2"; - isLibrary = true; - isExecutable = true; - libraryHaskellDepends = [ - algebraic-graphs base bytestring containers dhall directory - filepath generic-lens ghc lens mtl optparse-applicative regex-tdfa - text transformers - ]; - executableHaskellDepends = [ - base bytestring containers directory filepath ghc - optparse-applicative transformers - ]; - description = "Detect dead code"; - license = lib.licenses.bsd3; - maintainers = with lib.maintainers; [ maralorn ]; - }) {}; - - "weeder_2_3_0" = callPackage ({ mkDerivation, algebraic-graphs, base, bytestring, containers , dhall, directory, filepath, generic-lens, ghc, lens, mtl , optparse-applicative, regex-tdfa, text, transformers @@ -289673,7 +289064,6 @@ self: { ]; description = "Detect dead code"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; maintainers = with lib.maintainers; [ maralorn ]; }) {}; From 77b623d5a2b4990e00f0e781beb5a1fb1f7265e7 Mon Sep 17 00:00:00 2001 From: Malte Brandy Date: Mon, 21 Feb 2022 00:10:35 +0100 Subject: [PATCH 048/238] haskell-language-server: Fix build --- .../haskell-modules/configuration-common.nix | 37 ++++++++++++++----- .../configuration-ghc-8.10.x.nix | 22 +++++++++-- .../configuration-ghc-8.8.x.nix | 16 +++++++- .../configuration-ghc-9.2.x.nix | 13 ++----- .../configuration-hackage2nix/main.yaml | 2 +- .../haskell-modules/configuration-nix.nix | 1 + 6 files changed, 66 insertions(+), 25 deletions(-) diff --git a/pkgs/development/haskell-modules/configuration-common.nix b/pkgs/development/haskell-modules/configuration-common.nix index e16cf4325d6a..9fbc45de14aa 100644 --- a/pkgs/development/haskell-modules/configuration-common.nix +++ b/pkgs/development/haskell-modules/configuration-common.nix @@ -1458,7 +1458,33 @@ self: super: { # 2020-11-19: Checks nearly fixed, but still disabled because of flaky tests: # https://github.com/haskell/haskell-language-server/issues/610 # https://github.com/haskell/haskell-language-server/issues/611 - haskell-language-server = dontCheck super.haskell-language-server; + haskell-language-server = pkgs.lib.pipe super.haskell-language-server [ + dontCheck + (appendConfigureFlags ["-ftactics"]) + (overrideCabal (old: { + libraryHaskellDepends = old.libraryHaskellDepends ++ [ + super.hls-tactics-plugin + ]; + })) + ]; + + lsp = assert super.lsp.version == "1.4.0.0"; dontCheck super.lsp; + + hls-test-utils = assert super.hls-test-utils.version == "1.2.0.0"; appendPatches [ + (pkgs.fetchpatch { + url = "https://github.com/haskell/haskell-language-server/commit/074593987e9086e308b89ecde336de2c64861dc0.patch"; + sha256 = "sha256-uTlIbGQKulP3963UPL2V9cqMoIvPscK+s2W/HtBmMWc="; + stripLen = 2; + extraPrefix = ""; + includes = [ "*/Util.hs" ]; + }) + (pkgs.fetchpatch { + url = "https://github.com/haskell/haskell-language-server/commit/78305f21783807b04baebca4860c255bfe84d4ab.patch"; + sha256 = "sha256-oe8Q8kBJBkel+pR5imFj43NVpm4afcyLgAUCWhrIoPk="; + stripLen = 2; + extraPrefix = ""; + }) + ] super.hls-test-utils; # 2021-05-08: Tests fail: https://github.com/haskell/haskell-language-server/issues/1809 hls-eval-plugin = dontCheck super.hls-eval-plugin; @@ -2212,15 +2238,6 @@ self: super: { # https://github.com/kuribas/mfsolve/issues/8 mfsolve = dontCheck super.mfsolve; - hie-bios = appendPatches [ - # Accounts for a breaking change in GHC 9.0.2 via CPP - (pkgs.fetchpatch { - name = "hie-bios-ghc-9.0.2-compat.patch"; - url = "https://github.com/haskell/hie-bios/commit/da0cb23384cc6e9b393792f8f25a3c174a4edafa.patch"; - sha256 = "1qj67s93h6pxvdapw1sxy6izwp5y8vjaw67gw3lsnj8gs14fqq4h"; - }) - ] super.hie-bios; - # Ships a custom cabal-doctest Setup.hs in the release tarball, but the actual # test suite is commented out, so the required dependency is missing naturally. # We need to use a default Setup.hs instead. Current master doesn't exhibit diff --git a/pkgs/development/haskell-modules/configuration-ghc-8.10.x.nix b/pkgs/development/haskell-modules/configuration-ghc-8.10.x.nix index 31e7ac3fe348..975aeb42acec 100644 --- a/pkgs/development/haskell-modules/configuration-ghc-8.10.x.nix +++ b/pkgs/development/haskell-modules/configuration-ghc-8.10.x.nix @@ -51,9 +51,10 @@ self: super: { # Pick right versions for GHC-specific packages ghc-api-compat = doDistribute self.ghc-api-compat_8_10_7; - ghc-lib = doDistribute self.ghc-lib_8_10_7_20210828; - ghc-lib-parser = doDistribute self.ghc-lib-parser_8_10_7_20210828; - ghc-lib-parser-ex = doDistribute self.ghc-lib-parser-ex_8_10_0_23; + + # ghc versions which don‘t match the ghc-lib-parser-ex version need the + # additional dependency to compile successfully. + ghc-lib-parser-ex = addBuildDepend self.ghc-lib-parser super.ghc-lib-parser-ex; # Jailbreak to fix the build. base-noprelude = doJailbreak super.base-noprelude; @@ -86,4 +87,19 @@ self: super: { mime-string = disableOptimization super.mime-string; + # Older compilers need the latest ghc-lib to build this package. + hls-hlint-plugin = addBuildDepend self.ghc-lib super.hls-hlint-plugin; + + haskell-language-server = appendConfigureFlags [ + "-f-fourmolu" + "-f-stylishhaskell" + "-f-brittany" + ] + (super.haskell-language-server.override { + # Not buildable on 8.10 + hls-fourmolu-plugin = null; + }); + + # ormolu 0.3 requires Cabal == 3.4 + ormolu = super.ormolu_0_2_0_0; } diff --git a/pkgs/development/haskell-modules/configuration-ghc-8.8.x.nix b/pkgs/development/haskell-modules/configuration-ghc-8.8.x.nix index 94e9a32ce05a..9257ebb1a308 100644 --- a/pkgs/development/haskell-modules/configuration-ghc-8.8.x.nix +++ b/pkgs/development/haskell-modules/configuration-ghc-8.8.x.nix @@ -121,8 +121,7 @@ self: super: { # additional dependency to compile successfully. ghc-lib-parser-ex = addBuildDepend self.ghc-lib-parser super.ghc-lib-parser-ex; - # Older compilers need the latest ghc-lib to build this package. - hls-hlint-plugin = addBuildDepend self.ghc-lib super.hls-hlint-plugin; + ormolu = super.ormolu_0_2_0_0; # vector 0.12.2 indroduced doctest checks that don‘t work on older compilers vector = dontCheck super.vector; @@ -130,4 +129,17 @@ self: super: { ghc-api-compat = doDistribute super.ghc-api-compat_8_6; mime-string = disableOptimization super.mime-string; + + haskell-language-server = appendConfigureFlags [ + "-f-fourmolu" + "-f-stylishhaskell" + "-f-brittany" + "-f-hlint" + ] + (super.haskell-language-server.override { + # Not buildable on 8.8 + hls-fourmolu-plugin = null; + # https://github.com/haskell/haskell-language-server/issues/2728 + hls-hlint-plugin = null; + }); } diff --git a/pkgs/development/haskell-modules/configuration-ghc-9.2.x.nix b/pkgs/development/haskell-modules/configuration-ghc-9.2.x.nix index 98db03e13bec..fdf6693b89c6 100644 --- a/pkgs/development/haskell-modules/configuration-ghc-9.2.x.nix +++ b/pkgs/development/haskell-modules/configuration-ghc-9.2.x.nix @@ -47,13 +47,6 @@ self: super: { doHaddock = !pkgs.stdenv.isAarch64; } super.tf-random; - aeson = appendPatch (pkgs.fetchpatch { - url = "https://gitlab.haskell.org/ghc/head.hackage/-/raw/dfd024c9a336c752288ec35879017a43bd7e85a0/patches/aeson-1.5.6.0.patch"; - sha256 = "07rk7f0lhgilxvbg2grpl1p5x25wjf9m7a0wqmi2jr0q61p9a0nl"; - # The revision information is newer than that included in the patch - excludes = ["*.cabal"]; - }) (doJailbreak super.aeson); - basement = overrideCabal (drv: { # This is inside a conditional block so `doJailbreak` doesn't work postPatch = "sed -i -e 's,<4.16,<4.17,' basement.cabal"; @@ -236,7 +229,8 @@ self: super: { # 2022-02-05: The following plugins don‘t work yet on ghc9.2. # Compare: https://haskell-language-server.readthedocs.io/en/latest/supported-versions.html - haskell-language-server = appendConfigureFlags [ + haskell-language-server = overrideCabal (old: {libraryHaskellDepends = builtins.filter (x: x != super.hls-tactics-plugin) old.libraryHaskellDepends;}) + (appendConfigureFlags [ "-f-alternateNumberFormat" "-f-class" "-f-eval" @@ -244,6 +238,7 @@ self: super: { "-f-hlint" "-f-retrie" "-f-splice" + "-f-tactics" ] (super.haskell-language-server.override { hls-alternate-number-format-plugin = null; hls-class-plugin = null; @@ -252,5 +247,5 @@ self: super: { hls-hlint-plugin = null; hls-retrie-plugin = null; hls-splice-plugin = null; - }); + })); } diff --git a/pkgs/development/haskell-modules/configuration-hackage2nix/main.yaml b/pkgs/development/haskell-modules/configuration-hackage2nix/main.yaml index f55744578c7e..6b78a97a9468 100644 --- a/pkgs/development/haskell-modules/configuration-hackage2nix/main.yaml +++ b/pkgs/development/haskell-modules/configuration-hackage2nix/main.yaml @@ -117,7 +117,7 @@ extra-packages: - doctest == 0.18.* # 2021-11-19: closest to stackage version for GHC 9.* - brick == 0.64.* # 2021-12-03: matterhorn depends on brick < 0.65 - path == 0.9.0 # 2021-12-03: path version building with stackage genvalidity and GHC 9.0.2 - - ormolu == 0.2.* # 2022-02-21: For ghc 8.8 + - ormolu == 0.2.* # 2022-02-21: For ghc 8.8 and 8.10 - ghc-exactprint == 1.4.* # 2022-02-07: preserve for now, 1.5.0 has a breaking change without type changes - ShellCheck == 0.7.2 # 2022-02-20: haskell-ci 0.14 needs this diff --git a/pkgs/development/haskell-modules/configuration-nix.nix b/pkgs/development/haskell-modules/configuration-nix.nix index 3c8d0bf897ab..8eefecf7214c 100644 --- a/pkgs/development/haskell-modules/configuration-nix.nix +++ b/pkgs/development/haskell-modules/configuration-nix.nix @@ -994,4 +994,5 @@ self: super: builtins.intersectAttrs super { hls-alternate-number-format-plugin = dontCheck super.hls-alternate-number-format-plugin; hls-qualify-imported-names-plugin = dontCheck super.hls-qualify-imported-names-plugin; hls-haddock-comments-plugin = dontCheck super.hls-haddock-comments-plugin; + hls-tactics-plugin = dontCheck super.hls-tactics-plugin; } From 99568d7fe05fb24929280690b96d396ae176dc78 Mon Sep 17 00:00:00 2001 From: sternenseemann Date: Mon, 21 Feb 2022 01:10:28 +0100 Subject: [PATCH 049/238] haskell.packages.ghc902.weeder: fix eval weeder 2.3.0 is the default version now. --- pkgs/development/haskell-modules/configuration-ghc-9.0.x.nix | 1 - 1 file changed, 1 deletion(-) diff --git a/pkgs/development/haskell-modules/configuration-ghc-9.0.x.nix b/pkgs/development/haskell-modules/configuration-ghc-9.0.x.nix index ad0713dce540..1f78c07ed0d6 100644 --- a/pkgs/development/haskell-modules/configuration-ghc-9.0.x.nix +++ b/pkgs/development/haskell-modules/configuration-ghc-9.0.x.nix @@ -75,7 +75,6 @@ self: super: { vector-binary-instances = doJailbreak super.vector-binary-instances; vector-th-unbox = doJailbreak super.vector-th-unbox; zlib = doJailbreak super.zlib; - weeder = self.weeder_2_3_0; # 2021-11-08: Fixed in autoapply-0.4.2 autoapply = doJailbreak super.autoapply; From 7c8a83016e4ee480ca4860fc8635a744a20b9ea8 Mon Sep 17 00:00:00 2001 From: sternenseemann Date: Mon, 21 Feb 2022 01:12:05 +0100 Subject: [PATCH 050/238] haskellPackages.futhark-manifest: remove broken flag --- .../haskell-modules/configuration-hackage2nix/broken.yaml | 1 - pkgs/development/haskell-modules/hackage-packages.nix | 2 -- 2 files changed, 3 deletions(-) diff --git a/pkgs/development/haskell-modules/configuration-hackage2nix/broken.yaml b/pkgs/development/haskell-modules/configuration-hackage2nix/broken.yaml index d6d26097cd08..2b46cc7a3093 100644 --- a/pkgs/development/haskell-modules/configuration-hackage2nix/broken.yaml +++ b/pkgs/development/haskell-modules/configuration-hackage2nix/broken.yaml @@ -1563,7 +1563,6 @@ broken-packages: - fused-effects-mwc-random - fused-effects-resumable - fusion - - futhark-manifest - futun - future - fuzzy-time-gen diff --git a/pkgs/development/haskell-modules/hackage-packages.nix b/pkgs/development/haskell-modules/hackage-packages.nix index 7b53916d1211..810cfdda3c0c 100644 --- a/pkgs/development/haskell-modules/hackage-packages.nix +++ b/pkgs/development/haskell-modules/hackage-packages.nix @@ -99825,8 +99825,6 @@ self: { ]; description = "Definition and serialisation instances for Futhark manifests"; license = lib.licenses.isc; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "futhark-server" = callPackage From eee13b46f660fff1baacb6d3fc36b0705fd43406 Mon Sep 17 00:00:00 2001 From: sternenseemann Date: Mon, 21 Feb 2022 11:01:53 +0100 Subject: [PATCH 051/238] haskellPackages: drop obsolete attributes These are unused and no longer enforced by any configuration directive. --- .../haskell-modules/hackage-packages.nix | 60 ------------------- 1 file changed, 60 deletions(-) diff --git a/pkgs/development/haskell-modules/hackage-packages.nix b/pkgs/development/haskell-modules/hackage-packages.nix index 810cfdda3c0c..83790ea161dd 100644 --- a/pkgs/development/haskell-modules/hackage-packages.nix +++ b/pkgs/development/haskell-modules/hackage-packages.nix @@ -46611,39 +46611,6 @@ self: { broken = true; }) {}; - "brittany_0_13_1_2" = callPackage - ({ mkDerivation, aeson, base, butcher, bytestring, cmdargs - , containers, czipwith, data-tree-print, deepseq, directory, extra - , filepath, ghc, ghc-boot-th, ghc-exactprint, ghc-paths, hspec - , monad-memo, mtl, multistate, parsec, pretty, random, safe - , semigroups, strict, syb, text, transformers, uniplate, unsafe - , yaml - }: - mkDerivation { - pname = "brittany"; - version = "0.13.1.2"; - sha256 = "1pa8qgsild3zl56sdmbsllka64k05jk2p16ij3bdla4rbfw96z5g"; - isLibrary = true; - isExecutable = true; - libraryHaskellDepends = [ - aeson base butcher bytestring cmdargs containers czipwith - data-tree-print deepseq directory extra filepath ghc ghc-boot-th - ghc-exactprint ghc-paths monad-memo mtl multistate pretty random - safe semigroups strict syb text transformers uniplate unsafe yaml - ]; - executableHaskellDepends = [ base ]; - testHaskellDepends = [ - aeson base butcher bytestring cmdargs containers czipwith - data-tree-print deepseq directory extra filepath ghc ghc-boot-th - ghc-exactprint ghc-paths hspec monad-memo mtl multistate parsec - pretty safe semigroups strict syb text transformers uniplate unsafe - yaml - ]; - description = "Haskell source code formatter"; - license = lib.licenses.agpl3Only; - hydraPlatforms = lib.platforms.none; - }) {}; - "brittany" = callPackage ({ mkDerivation, aeson, base, butcher, bytestring, cmdargs , containers, czipwith, data-tree-print, deepseq, directory, extra @@ -133142,33 +133109,6 @@ self: { license = lib.licenses.mit; }) {inherit (pkgs) libsass;}; - "hlint_3_2_8" = callPackage - ({ mkDerivation, aeson, ansi-terminal, base, bytestring, cmdargs - , containers, cpphs, data-default, directory, extra, file-embed - , filepath, filepattern, ghc-lib-parser, ghc-lib-parser-ex - , hscolour, process, refact, text, transformers, uniplate - , unordered-containers, utf8-string, vector, yaml - }: - mkDerivation { - pname = "hlint"; - version = "3.2.8"; - sha256 = "14nvq71kn1lhqx02r69f949p33rhxi466fwmxj9g0wd5191jawrs"; - isLibrary = true; - isExecutable = true; - enableSeparateDataOutput = true; - libraryHaskellDepends = [ - aeson ansi-terminal base bytestring cmdargs containers cpphs - data-default directory extra file-embed filepath filepattern - ghc-lib-parser ghc-lib-parser-ex hscolour process refact text - transformers uniplate unordered-containers utf8-string vector yaml - ]; - executableHaskellDepends = [ base ]; - description = "Source code suggestions"; - license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - maintainers = with lib.maintainers; [ maralorn ]; - }) {}; - "hlint" = callPackage ({ mkDerivation, aeson, ansi-terminal, base, bytestring, cmdargs , containers, cpphs, data-default, directory, extra, file-embed From d84b322b5fdc3089f365db05d7cbc5a337112b1b Mon Sep 17 00:00:00 2001 From: sternenseemann Date: Mon, 21 Feb 2022 11:27:38 +0100 Subject: [PATCH 052/238] haskell.packages.ghc8107.weeder: use weeder 2.2.0 --- .../configuration-ghc-8.10.x.nix | 3 +++ .../configuration-hackage2nix/main.yaml | 1 + .../haskell-modules/hackage-packages.nix | 26 +++++++++++++++++++ 3 files changed, 30 insertions(+) diff --git a/pkgs/development/haskell-modules/configuration-ghc-8.10.x.nix b/pkgs/development/haskell-modules/configuration-ghc-8.10.x.nix index 975aeb42acec..466e25270193 100644 --- a/pkgs/development/haskell-modules/configuration-ghc-8.10.x.nix +++ b/pkgs/development/haskell-modules/configuration-ghc-8.10.x.nix @@ -102,4 +102,7 @@ self: super: { # ormolu 0.3 requires Cabal == 3.4 ormolu = super.ormolu_0_2_0_0; + + # weeder 2.3.0 no longer supports GHC 8.10 + weeder = doDistribute (doJailbreak self.weeder_2_2_0); } diff --git a/pkgs/development/haskell-modules/configuration-hackage2nix/main.yaml b/pkgs/development/haskell-modules/configuration-hackage2nix/main.yaml index 6b78a97a9468..e8bce3d41949 100644 --- a/pkgs/development/haskell-modules/configuration-hackage2nix/main.yaml +++ b/pkgs/development/haskell-modules/configuration-hackage2nix/main.yaml @@ -120,6 +120,7 @@ extra-packages: - ormolu == 0.2.* # 2022-02-21: For ghc 8.8 and 8.10 - ghc-exactprint == 1.4.* # 2022-02-07: preserve for now, 1.5.0 has a breaking change without type changes - ShellCheck == 0.7.2 # 2022-02-20: haskell-ci 0.14 needs this + - weeder == 2.2.* # 2022-02-21: preserve for GHC 8.10.7 package-maintainers: abbradar: diff --git a/pkgs/development/haskell-modules/hackage-packages.nix b/pkgs/development/haskell-modules/hackage-packages.nix index 83790ea161dd..a4dfc1c5e550 100644 --- a/pkgs/development/haskell-modules/hackage-packages.nix +++ b/pkgs/development/haskell-modules/hackage-packages.nix @@ -288980,6 +288980,32 @@ self: { broken = true; }) {}; + "weeder_2_2_0" = callPackage + ({ mkDerivation, algebraic-graphs, base, bytestring, containers + , dhall, directory, filepath, generic-lens, ghc, lens, mtl + , optparse-applicative, regex-tdfa, text, transformers + }: + mkDerivation { + pname = "weeder"; + version = "2.2.0"; + sha256 = "07ylcq8mza4429snaklhfszpg2c0xcp75hyf0jxhi32mpiz7a5v2"; + isLibrary = true; + isExecutable = true; + libraryHaskellDepends = [ + algebraic-graphs base bytestring containers dhall directory + filepath generic-lens ghc lens mtl optparse-applicative regex-tdfa + text transformers + ]; + executableHaskellDepends = [ + base bytestring containers directory filepath ghc + optparse-applicative transformers + ]; + description = "Detect dead code"; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + maintainers = with lib.maintainers; [ maralorn ]; + }) {}; + "weeder" = callPackage ({ mkDerivation, algebraic-graphs, base, bytestring, containers , dhall, directory, filepath, generic-lens, ghc, lens, mtl From 05232c1b7ad6c78424cabda4571336a45410abc3 Mon Sep 17 00:00:00 2001 From: sternenseemann Date: Tue, 22 Feb 2022 12:11:38 +0100 Subject: [PATCH 053/238] all-cabal-hashes: 2022-02-17T20:36:23Z -> 2022-02-22T04:07:26Z This commit has been generated by maintainers/scripts/haskell/update-hackage.sh --- pkgs/data/misc/hackage/pin.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/pkgs/data/misc/hackage/pin.json b/pkgs/data/misc/hackage/pin.json index 926c6be78000..f5a043c774ff 100644 --- a/pkgs/data/misc/hackage/pin.json +++ b/pkgs/data/misc/hackage/pin.json @@ -1,6 +1,6 @@ { - "commit": "69a13e42fd911c26d96ab2cb0c6e86ee2af6eae3", - "url": "https://github.com/commercialhaskell/all-cabal-hashes/archive/69a13e42fd911c26d96ab2cb0c6e86ee2af6eae3.tar.gz", - "sha256": "1v0vml8g3z7zp125cyszk29h8b8wy8d5c129d6hz8m8fcjjd0kbk", - "msg": "Update from Hackage at 2022-02-17T20:36:23Z" + "commit": "ada0e965ed752ece5b7fa66fc822cabeb0601c93", + "url": "https://github.com/commercialhaskell/all-cabal-hashes/archive/ada0e965ed752ece5b7fa66fc822cabeb0601c93.tar.gz", + "sha256": "0016y4ng4mdmc4w0b4f6hihgklq5iw22l3s8flxp47f2mj2x3w4z", + "msg": "Update from Hackage at 2022-02-22T04:07:26Z" } From 29850ac05ed3685cc357dee501926db9a73eb8c3 Mon Sep 17 00:00:00 2001 From: sternenseemann Date: Tue, 22 Feb 2022 12:13:26 +0100 Subject: [PATCH 054/238] haskellPackages: stackage-nightly 2022-02-17 -> 2022-02-19 This commit has been generated by maintainers/scripts/haskell/update-stackage.sh --- .../configuration-hackage2nix/stackage.yaml | 32 +++++++++++++------ 1 file changed, 23 insertions(+), 9 deletions(-) diff --git a/pkgs/development/haskell-modules/configuration-hackage2nix/stackage.yaml b/pkgs/development/haskell-modules/configuration-hackage2nix/stackage.yaml index c37ae3bfd72d..538b96231d73 100644 --- a/pkgs/development/haskell-modules/configuration-hackage2nix/stackage.yaml +++ b/pkgs/development/haskell-modules/configuration-hackage2nix/stackage.yaml @@ -1,4 +1,4 @@ -# Stackage Nightly 2022-02-17 +# Stackage Nightly 2022-02-19 # This file is auto-generated by # maintainers/scripts/haskell/update-stackage.sh default-package-overrides: @@ -202,7 +202,7 @@ default-package-overrides: - blaze-textual ==0.2.2.1 - bmp ==1.2.6.3 - bnb-staking-csvs ==0.2.0.0 - - BNFC ==2.9.3 + - BNFC ==2.9.4 - BNFC-meta ==0.6.1 - board-games ==0.3 - bodhi ==0.1.0 @@ -253,6 +253,7 @@ default-package-overrides: - bzlib-conduit ==0.3.0.2 - c14n ==0.1.0.1 - c2hs ==0.28.8 + - cabal2spec ==2.6.2 - cabal-appimage ==0.3.0.3 - cabal-clean ==0.1.20210924 - cabal-doctest ==1.0.9 @@ -946,7 +947,7 @@ default-package-overrides: - gtk-strut ==0.1.3.0 - guarded-allocation ==0.0.1 - hackage-db ==2.1.2 - - hackage-security ==0.6.2.0 + - hackage-security ==0.6.2.1 - haddock-library ==1.10.0 - hadoop-streaming ==0.2.0.3 - hakyll ==4.15.1.1 @@ -1030,6 +1031,7 @@ default-package-overrides: - hi-file-parser ==0.1.2.0 - higher-leveldb ==0.6.0.0 - highlighting-kate ==0.6.4 + - hindent ==5.3.2 - hinfo ==0.0.3.0 - hinotify ==0.4.1 - hint ==0.9.0.5 @@ -1037,9 +1039,17 @@ default-package-overrides: - hjsmin ==0.2.0.4 - hkd-default ==1.1.0.0 - hkgr ==0.3 + - hledger ==1.24.1 + - hledger-iadd ==1.3.16 + - hledger-interest ==1.6.3 + - hledger-lib ==1.24.1 + - hledger-stockquotes ==0.1.2.0 + - hledger-ui ==1.24.1 + - hledger-web ==1.24.1 - hlibcpuid ==0.2.0 - hlibgit2 ==0.18.0.16 - hlibsass ==0.1.10.1 + - hlint ==3.3.6 - hmatrix ==0.20.2 - hmatrix-gsl ==0.19.0.1 - hmatrix-gsl-stats ==0.4.1.8 @@ -1051,6 +1061,8 @@ default-package-overrides: - hnock ==0.4.0 - hocilib ==0.2.0 - hocon ==0.1.0.4 + - hoogle ==5.0.18.3 + - hopenssl ==2.2.4 - hopfli ==0.2.2.1 - hosc ==0.19.1 - hostname ==1.0 @@ -1153,7 +1165,7 @@ default-package-overrides: - httpd-shed ==0.4.1.1 - http-link-header ==1.2.1 - http-media ==0.8.0.0 - - http-query ==0.1.1 + - http-query ==0.1.3 - http-reverse-proxy ==0.6.0 - http-streams ==0.8.9.6 - http-types ==0.12.3 @@ -1235,7 +1247,7 @@ default-package-overrides: - ini ==0.4.1 - inj ==1.0 - inline-c ==0.9.1.5 - - inline-c-cpp ==0.4.0.3 + - inline-c-cpp ==0.5.0.0 - inliterate ==0.1.0 - input-parsers ==0.2.3.1 - insert-ordered-containers ==0.2.5.1 @@ -1506,7 +1518,7 @@ default-package-overrides: - mmark-cli ==0.0.5.1 - mmark-ext ==0.2.1.4 - mmorph ==1.1.5 - - mnist-idx ==0.1.2.8 + - mnist-idx ==0.1.3.0 - mnist-idx-conduit ==0.4.0.0 - mockery ==0.3.5 - mock-time ==0.1.0 @@ -1705,7 +1717,7 @@ default-package-overrides: - packcheck ==0.6.0 - pager ==0.1.1.0 - pagination ==0.2.2 - - pagure ==0.1.0 + - pagure ==0.1.1 - palette ==0.3.0.2 - pandoc ==2.17.1.1 - pandoc-csv2table ==1.0.9 @@ -2157,10 +2169,12 @@ default-package-overrides: - sets ==0.0.6.2 - sexp-grammar ==2.3.3.1 - SHA ==1.6.4.4 + - shake ==0.19.6 - shake-language-c ==0.12.0 - shake-plus ==0.3.4.0 - shakespeare ==2.0.25.1 - shared-memory ==0.2.0.0 + - ShellCheck ==0.8.0 - shell-conduit ==5.0.0 - shell-escape ==0.2.0 - shellmet ==0.0.4.0 @@ -2198,8 +2212,8 @@ default-package-overrides: - skein ==1.0.9.4 - skews ==0.1.0.3 - skip-var ==0.1.1.0 - - skylighting ==0.12.2 - - skylighting-core ==0.12.2 + - skylighting ==0.12.3 + - skylighting-core ==0.12.3 - slack-progressbar ==0.1.0.1 - slave-thread ==1.1.0.1 - slist ==0.2.0.0 From 3f805e76904ed7b293332b97ca8f23fe3fdb9e93 Mon Sep 17 00:00:00 2001 From: sternenseemann Date: Tue, 22 Feb 2022 12:16:04 +0100 Subject: [PATCH 055/238] haskellPackages: regenerate package set based on current config This commit has been generated by maintainers/scripts/haskell/regenerate-hackage-packages.sh --- .../haskell-modules/hackage-packages.nix | 1356 +++++++++++++---- 1 file changed, 1067 insertions(+), 289 deletions(-) diff --git a/pkgs/development/haskell-modules/hackage-packages.nix b/pkgs/development/haskell-modules/hackage-packages.nix index a4dfc1c5e550..4490625d5e64 100644 --- a/pkgs/development/haskell-modules/hackage-packages.nix +++ b/pkgs/development/haskell-modules/hackage-packages.nix @@ -1278,34 +1278,6 @@ self: { }) {}; "BNFC" = callPackage - ({ mkDerivation, alex, array, base, Cabal, cabal-doctest - , containers, deepseq, directory, doctest, filepath, happy, hspec - , hspec-discover, HUnit, mtl, pretty, process, QuickCheck - , string-qq, temporary, time - }: - mkDerivation { - pname = "BNFC"; - version = "2.9.3"; - sha256 = "1b2cgnr7c8ndk9jmfr0x905d72wgk0cc9ngbrw9f1q6fbm3mbcgp"; - isLibrary = true; - isExecutable = true; - setupHaskellDepends = [ base Cabal cabal-doctest ]; - libraryHaskellDepends = [ - array base containers deepseq directory filepath mtl pretty process - string-qq time - ]; - libraryToolDepends = [ alex happy ]; - executableHaskellDepends = [ base ]; - testHaskellDepends = [ - array base containers deepseq directory doctest filepath hspec - HUnit mtl pretty process QuickCheck string-qq temporary time - ]; - testToolDepends = [ alex happy hspec-discover ]; - description = "A compiler front-end generator"; - license = lib.licenses.bsd3; - }) {}; - - "BNFC_2_9_4" = callPackage ({ mkDerivation, alex, array, base, Cabal, cabal-doctest , containers, deepseq, directory, doctest, filepath, happy, hspec , hspec-discover, HUnit, mtl, pretty, process, QuickCheck @@ -1331,7 +1303,6 @@ self: { testToolDepends = [ alex happy hspec-discover ]; description = "A compiler front-end generator"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; }) {}; "BNFC-meta" = callPackage @@ -8785,8 +8756,8 @@ self: { }: mkDerivation { pname = "HList"; - version = "0.5.1.0"; - sha256 = "0dpyv9qfkr8w8q19kxyzk9nph8zdhdcnaw3w0b09cishcs47jrgw"; + version = "0.5.2.0"; + sha256 = "00gfghf3dxa4f3r5kvwd8n2yfgc4paa7vbk1h8mlxykb7kxwx2n1"; enableSeparateDataOutput = true; libraryHaskellDepends = [ array base base-orphans ghc-prim mtl profunctors semigroups tagged @@ -8999,6 +8970,31 @@ self: { license = lib.licenses.bsd3; }) {}; + "HPDF_1_6_0" = callPackage + ({ mkDerivation, array, base, base64-bytestring, binary, bytestring + , containers, errors, file-embed, filepath, HTF, hyphenation, mtl + , network-uri, parsec, random, text, vector, zlib + }: + mkDerivation { + pname = "HPDF"; + version = "1.6.0"; + sha256 = "037cwhnjr6p2b168bixy9a1n811krcvmyhg2kbhlry02svkars7k"; + isLibrary = true; + isExecutable = true; + libraryHaskellDepends = [ + array base base64-bytestring binary bytestring containers errors + file-embed filepath hyphenation mtl network-uri parsec random text + vector zlib + ]; + executableHaskellDepends = [ + base filepath network-uri random text vector + ]; + testHaskellDepends = [ base HTF ]; + description = "Generation of PDF documents"; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + }) {}; + "HPath" = callPackage ({ mkDerivation, base, Cabal, containers, directory, filepath , haskell-src-exts, mtl, parsec, utf8-string @@ -23254,10 +23250,8 @@ self: { }: mkDerivation { pname = "acid-state"; - version = "0.16.0.1"; - sha256 = "0n8qp002w972lf7z9hhn5bbz2rslh8m6am07c88y755nj5xk6y88"; - revision = "1"; - editedCabalFile = "0jz3826gx6chsa2bipzdpqvl2risp3bm6g4nrr79wb403qrqwbf4"; + version = "0.16.1"; + sha256 = "1fvcx96y7cin7f39asa130q8j2z39l61ibff98vmkhqwxiys4z4h"; isLibrary = true; isExecutable = true; libraryHaskellDepends = [ @@ -26661,8 +26655,8 @@ self: { }: mkDerivation { pname = "algorithmic-composition-additional"; - version = "0.1.0.0"; - sha256 = "183zjamprssdn3qiiil2ahzhfj6ajg7zs5vdspjfwfq651r8c9gh"; + version = "0.1.1.0"; + sha256 = "0j6qbfghx4i00ka0r8n8pw7m037qqn71vky794n3a06mfnisy8pb"; isLibrary = true; isExecutable = true; libraryHaskellDepends = [ @@ -26684,16 +26678,16 @@ self: { "algorithmic-composition-basic" = callPackage ({ mkDerivation, base, bytestring, directory, foldable-ix , mmsyn2-array, mmsyn3, mmsyn7l, mmsyn7ukr-common, process - , process-sequential, ukrainian-phonetics-basic-array + , process-sequential, ukrainian-phonetics-basic-array-bytestring }: mkDerivation { pname = "algorithmic-composition-basic"; - version = "0.4.1.0"; - sha256 = "1k5rsz1c67zzdxh56w9rr1mgnv7jmwbfn4z2ysq1ny1vgyi4m7ry"; + version = "0.5.0.0"; + sha256 = "0wd6fdx9wg92h8224xgwj0s4iawxx3abxpfjv8jz14fj6vk6hrzi"; libraryHaskellDepends = [ base bytestring directory foldable-ix mmsyn2-array mmsyn3 mmsyn7l mmsyn7ukr-common process process-sequential - ukrainian-phonetics-basic-array + ukrainian-phonetics-basic-array-bytestring ]; description = "Helps to create experimental music from a file (or its part) and a Ukrainian text"; license = lib.licenses.mit; @@ -26703,17 +26697,17 @@ self: { ({ mkDerivation, algorithmic-composition-basic, base, bytestring , directory, foldable-ix, mmsyn2-array, mmsyn3, mmsyn7l , mmsyn7ukr-common, phonetic-languages-simplified-base, process - , ukrainian-phonetics-basic-array + , ukrainian-phonetics-basic-array-bytestring }: mkDerivation { pname = "algorithmic-composition-complex"; - version = "0.1.0.0"; - sha256 = "12spldkdcjidaa95w46z5rvy1nsxn9blzhic8klkgx8jwvynixbl"; + version = "0.1.1.0"; + sha256 = "0gajyjjghhjgkjah0x139ca2010161rnkaxn22zgn8yikcdnr036"; libraryHaskellDepends = [ algorithmic-composition-basic base bytestring directory foldable-ix mmsyn2-array mmsyn3 mmsyn7l mmsyn7ukr-common phonetic-languages-simplified-base process - ukrainian-phonetics-basic-array + ukrainian-phonetics-basic-array-bytestring ]; description = "Helps to create more complex experimental music from a file (especially timbre)"; license = lib.licenses.mit; @@ -26739,8 +26733,8 @@ self: { ({ mkDerivation, algorithmic-composition-basic, base }: mkDerivation { pname = "algorithmic-composition-overtones"; - version = "0.1.0.0"; - sha256 = "0phdwds12jmv7dp88z6lk6h58jayn9cpjn1sgrglymgww87h88d9"; + version = "0.1.1.0"; + sha256 = "09q29fdn5n83k1lmmzn6ny5sz4rhbrzcj8hbkb6lkqgv3mvvzq6b"; libraryHaskellDepends = [ algorithmic-composition-basic base ]; description = "Some variants of the overtones functions to generate a timbre"; license = lib.licenses.mit; @@ -31433,6 +31427,31 @@ self: { license = lib.licenses.mit; }) {}; + "api-rpc-accumulate" = callPackage + ({ mkDerivation, aeson, aeson-casing, base, bytestring, http-client + , http-client-tls, http-conduit, json-alt, network, remote-json + , remote-json-client, remote-monad, stm, text, time, transformers + , unordered-containers + }: + mkDerivation { + pname = "api-rpc-accumulate"; + version = "0.1.0.0"; + sha256 = "0w3wqvyn524gcv07yzvcmhy9ghc663pwch5psk1fnyd9a51l2kg4"; + isLibrary = true; + isExecutable = true; + libraryHaskellDepends = [ + aeson aeson-casing base bytestring http-client http-client-tls + http-conduit json-alt network remote-json remote-json-client + remote-monad text time transformers unordered-containers + ]; + executableHaskellDepends = [ + aeson base bytestring http-client http-conduit stm text time + ]; + testHaskellDepends = [ base bytestring ]; + description = "JSON-RPC API client for Accumulate blockchain"; + license = lib.licenses.mit; + }) {}; + "api-rpc-factom" = callPackage ({ mkDerivation, aeson, aeson-casing, base, bytestring, http-client , http-client-tls, http-conduit, network, servant, servant-client @@ -45088,6 +45107,30 @@ self: { license = lib.licenses.bsd3; }) {}; + "bnb-staking-csvs_0_2_1_0" = callPackage + ({ mkDerivation, aeson, base, bytestring, cassava, cmdargs + , cointracking-imports, hedgehog, req, scientific, tasty + , tasty-hedgehog, tasty-hunit, text, time + }: + mkDerivation { + pname = "bnb-staking-csvs"; + version = "0.2.1.0"; + sha256 = "1cvkfj1x0z7bv67ihzf3h8k4r4fpvdfjhiair32k08k52lz2q6h7"; + isLibrary = true; + isExecutable = true; + libraryHaskellDepends = [ + aeson base bytestring cassava cmdargs cointracking-imports req + scientific text time + ]; + executableHaskellDepends = [ base ]; + testHaskellDepends = [ + base hedgehog tasty tasty-hedgehog tasty-hunit + ]; + description = "Generate CSV Exports of Your BNB Staking Rewards"; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + }) {}; + "bno055-haskell" = callPackage ({ mkDerivation, base, bytestring, cereal, h2c, mtl, resourcet }: mkDerivation { @@ -46706,8 +46749,8 @@ self: { pname = "broadcast-chan-tests"; version = "0.2.1.2"; sha256 = "08qjvhdx2pwgj5kcl5fmg5qdlzbdchxjihmqch4sgv48kcga06nv"; - revision = "1"; - editedCabalFile = "1x2bmnkybh627yf22ackvqh3xfhdxv88ijsl8ryg8qhr6qm51jfj"; + revision = "2"; + editedCabalFile = "0cd1sfjkf158z5g0xk2r5mcawmzay04q8hyhcbara4lfx6gwx3h9"; libraryHaskellDepends = [ async base broadcast-chan clock containers optparse-applicative paramtree stm tagged tasty tasty-golden tasty-hunit tasty-travis @@ -47392,6 +47435,28 @@ self: { license = lib.licenses.bsd3; }) {}; + "bugzilla-redhat_1_0_0" = callPackage + ({ mkDerivation, aeson, base, blaze-builder, bytestring, connection + , containers, hspec, http-conduit, http-types, iso8601-time + , resourcet, text, time, transformers, unordered-containers, vector + }: + mkDerivation { + pname = "bugzilla-redhat"; + version = "1.0.0"; + sha256 = "1g95j03y2sg1fwdf48a05nijqllkd0m7scn1wbfyzvb57q716hlx"; + isLibrary = true; + isExecutable = true; + libraryHaskellDepends = [ + aeson base blaze-builder bytestring connection containers + http-conduit http-types iso8601-time resourcet text time + transformers unordered-containers vector + ]; + testHaskellDepends = [ aeson base hspec time ]; + description = "A Haskell interface to the Bugzilla native REST API"; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + }) {}; + "build" = callPackage ({ mkDerivation, algebraic-graphs, base, containers, extra , filepath, mtl, random, transformers @@ -47793,6 +47858,8 @@ self: { pname = "butcher"; version = "1.3.3.2"; sha256 = "06qgqjc8h7dd786wkcwrxpl6bsd66jzywwcnhm52q0cb9678w3qx"; + revision = "1"; + editedCabalFile = "1c9rhsnzdpnxhs3l7yq6fh8p9lq177fmdn23khcl72n5m6xx64wm"; libraryHaskellDepends = [ base bifunctors containers deque extra free microlens microlens-th mtl multistate pretty transformers unsafe void @@ -49795,8 +49862,8 @@ self: { }: mkDerivation { pname = "cabal-install-parsers"; - version = "0.4.4"; - sha256 = "0yr2yqnbzsx191sp0s1p4i4a4hjgnscm2f0pl9zfdszlyhbvdnyl"; + version = "0.4.5"; + sha256 = "0gdqr7ib22h6qfvkv179xm4s2lw6fj62y7hj5lg53zjkc7y8791j"; libraryHaskellDepends = [ aeson base base16-bytestring binary binary-instances bytestring Cabal containers cryptohash-sha256 deepseq directory filepath lukko @@ -50303,6 +50370,28 @@ self: { }) {}; "cabal2spec" = callPackage + ({ mkDerivation, base, Cabal, filepath, optparse-applicative, tasty + , tasty-golden, time + }: + mkDerivation { + pname = "cabal2spec"; + version = "2.6.2"; + sha256 = "0x1r01fk5mch76zindalvmlkfaca4y1x89zw2dm0d46fncsfgdrv"; + revision = "1"; + editedCabalFile = "196j1fga9cqlc0nbxbgl0c3g0ic8sf618whps95zzp58lac9dqak"; + isLibrary = true; + isExecutable = true; + libraryHaskellDepends = [ base Cabal filepath time ]; + executableHaskellDepends = [ + base Cabal filepath optparse-applicative + ]; + testHaskellDepends = [ base Cabal filepath tasty tasty-golden ]; + description = "Convert Cabal files into rpm spec files"; + license = lib.licenses.gpl3Only; + maintainers = with lib.maintainers; [ peti ]; + }) {}; + + "cabal2spec_2_6_3" = callPackage ({ mkDerivation, base, Cabal, filepath, optparse-applicative, tasty , tasty-golden, time }: @@ -50321,6 +50410,7 @@ self: { testHaskellDepends = [ base Cabal filepath tasty tasty-golden ]; description = "Convert Cabal files into rpm spec files"; license = lib.licenses.gpl3Only; + hydraPlatforms = lib.platforms.none; maintainers = with lib.maintainers; [ peti ]; }) {}; @@ -55259,23 +55349,22 @@ self: { "chronos" = callPackage ({ mkDerivation, aeson, attoparsec, base, bytebuild, byteslice - , bytesmith, bytestring, criterion, deepseq, doctest, hashable - , HUnit, natural-arithmetic, old-locale, primitive, QuickCheck - , semigroups, test-framework, test-framework-hunit - , test-framework-quickcheck2, text, text-short, thyme, time, torsor - , vector + , bytesmith, bytestring, criterion, deepseq, hashable, HUnit + , natural-arithmetic, old-locale, primitive, QuickCheck, semigroups + , test-framework, test-framework-hunit, test-framework-quickcheck2 + , text, text-short, thyme, time, torsor, vector }: mkDerivation { pname = "chronos"; - version = "1.1.3"; - sha256 = "1c5jzws6szqf9izifavapzvvib0b83rlyf5wcjfrshfipwfqrg26"; + version = "1.1.4"; + sha256 = "1v7h0qlckliid2zd3ff2l9l4xrdxacaw8my8bjj8grysj4vvyn5q"; libraryHaskellDepends = [ aeson attoparsec base bytebuild byteslice bytesmith bytestring deepseq hashable natural-arithmetic primitive semigroups text text-short torsor vector ]; testHaskellDepends = [ - aeson attoparsec base bytestring deepseq doctest HUnit QuickCheck + aeson attoparsec base bytestring deepseq HUnit QuickCheck test-framework test-framework-hunit test-framework-quickcheck2 text torsor ]; @@ -57099,6 +57188,31 @@ self: { license = lib.licenses.bsd3; }) {}; + "cleff_0_3_0_1" = callPackage + ({ mkDerivation, atomic-primops, base, containers, exceptions + , extra, hspec, lifted-base, microlens, monad-control, primitive + , rec-smallarray, template-haskell, th-abstraction + , transformers-base, unliftio + }: + mkDerivation { + pname = "cleff"; + version = "0.3.0.1"; + sha256 = "1r2kl3zmzbfdnnay7r158dba7hg271bg44rkdlj2lq1m0ib1kdhr"; + libraryHaskellDepends = [ + atomic-primops base containers exceptions microlens monad-control + primitive rec-smallarray template-haskell th-abstraction + transformers-base unliftio + ]; + testHaskellDepends = [ + atomic-primops base containers exceptions extra hspec lifted-base + microlens monad-control primitive rec-smallarray template-haskell + th-abstraction transformers-base unliftio + ]; + description = "Fast and concise extensible effects"; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + }) {}; + "cless" = callPackage ({ mkDerivation, base, highlighting-kate, optparse-applicative , process, terminfo, wl-pprint-extras, wl-pprint-terminfo @@ -67593,16 +67707,16 @@ self: { }) {}; "crypto-rng" = callPackage - ({ mkDerivation, base, bytestring, crypto-api, DRBG, exceptions + ({ mkDerivation, base, bytestring, entropy, exceptions , monad-control, mtl, primitive, random, transformers-base }: mkDerivation { pname = "crypto-rng"; - version = "0.2.0.1"; - sha256 = "07wvhygs4c17ybfls70hgw0wccfa75an22x81wsik388spgdcsr4"; + version = "0.3.0.0"; + sha256 = "1z0ycj6ayjrpgspfamippqc6gwgn9y31b7jr1w8w0zl2kwcx233h"; libraryHaskellDepends = [ - base bytestring crypto-api DRBG exceptions monad-control mtl - primitive random transformers-base + base bytestring entropy exceptions monad-control mtl primitive + random transformers-base ]; description = "Cryptographic random number generator"; license = lib.licenses.bsd3; @@ -69670,7 +69784,7 @@ self: { , filepath, FindBin, hashable, haskeline, html, http-conduit , http-types, HUnit, leancheck, memory, mmap, monad-control, mtl , network, network-uri, old-time, parsec, process, QuickCheck - , regex-applicative, regex-compat-tdfa, stm, system-fileio + , regex-applicative, regex-base, regex-tdfa, stm, system-fileio , system-filepath, tar, temporary, terminfo, test-framework , test-framework-hunit, test-framework-leancheck , test-framework-quickcheck2, text, time, transformers @@ -69679,8 +69793,8 @@ self: { }: mkDerivation { pname = "darcs"; - version = "2.16.4"; - sha256 = "07dygwh6p4fsrlgxmq6r7yvxmf4n2y04izzd30jzqgs0pi9645p4"; + version = "2.16.5"; + sha256 = "0ar4markr71l9hzrbgcz4q37cf2rf3936i6qi8p827p36v96qg6n"; configureFlags = [ "-fforce-char8-encoding" "-flibrary" ]; isLibrary = true; isExecutable = true; @@ -69690,9 +69804,9 @@ self: { conduit constraints containers cryptonite data-ordlist directory fgl filepath hashable haskeline html http-conduit http-types memory mmap mtl network network-uri old-time parsec process - regex-applicative regex-compat-tdfa stm tar temporary terminfo text - time transformers unix unix-compat utf8-string vector zip-archive - zlib + regex-applicative regex-base regex-tdfa stm tar temporary terminfo + text time transformers unix unix-compat utf8-string vector + zip-archive zlib ]; executableHaskellDepends = [ base ]; testHaskellDepends = [ @@ -71846,8 +71960,8 @@ self: { pname = "data-tree-print"; version = "0.1.0.2"; sha256 = "00jh37anim8qsn553467gmfhajcz1c61zrgh1ypkqsll0gc29vy3"; - revision = "2"; - editedCabalFile = "00qpzhm3lndhpql8aj93aj6r3x9n0gw3nx6n0q60xxrd6agyjifq"; + revision = "3"; + editedCabalFile = "0j24bzw0gs9zz22jp2iabpqyvyc4cg4c0y12cxiiskpndvspah2y"; libraryHaskellDepends = [ base pretty syb ]; description = "Print Data instances as a nested tree"; license = lib.licenses.bsd3; @@ -75495,6 +75609,87 @@ self: { maintainers = with lib.maintainers; [ Gabriel439 ]; }) {}; + "dhall_1_41_0" = callPackage + ({ mkDerivation, aeson, aeson-pretty, ansi-terminal, atomic-write + , base, base16-bytestring, bytestring, case-insensitive, cborg + , cborg-json, containers, contravariant, cryptohash-sha256 + , data-fix, deepseq, Diff, directory, doctest, dotgen, either + , exceptions, filepath, foldl, gauge, generic-random, half + , hashable, haskeline, http-client, http-client-tls, http-types + , lens-family-core, megaparsec, mmorph, mockery, mtl, network-uri + , optparse-applicative, parser-combinators, parsers, pretty-simple + , prettyprinter, prettyprinter-ansi-terminal, profunctors + , QuickCheck, quickcheck-instances, repline, scientific, serialise + , special-values, spoon, system-filepath, tasty + , tasty-expected-failure, tasty-hunit, tasty-quickcheck + , tasty-silver, template-haskell, temporary, text, text-manipulate + , th-lift-instances, time, transformers, turtle + , unordered-containers, uri-encode, vector + }: + mkDerivation { + pname = "dhall"; + version = "1.41.0"; + sha256 = "1igc71rk5nskmypa25zz29gm7njgfafnfihfzfx6f6300275sq91"; + isLibrary = true; + isExecutable = true; + enableSeparateDataOutput = true; + libraryHaskellDepends = [ + aeson aeson-pretty ansi-terminal atomic-write base + base16-bytestring bytestring case-insensitive cborg cborg-json + containers contravariant cryptohash-sha256 data-fix deepseq Diff + directory dotgen either exceptions filepath half hashable haskeline + http-client http-client-tls http-types lens-family-core megaparsec + mmorph mtl network-uri optparse-applicative parser-combinators + parsers pretty-simple prettyprinter prettyprinter-ansi-terminal + profunctors repline scientific serialise template-haskell text + text-manipulate th-lift-instances time transformers + unordered-containers uri-encode vector + ]; + executableHaskellDepends = [ + aeson aeson-pretty ansi-terminal atomic-write base + base16-bytestring bytestring case-insensitive cborg cborg-json + containers contravariant data-fix deepseq Diff directory dotgen + either exceptions filepath half hashable haskeline lens-family-core + megaparsec mmorph mtl network-uri optparse-applicative + parser-combinators parsers pretty-simple prettyprinter + prettyprinter-ansi-terminal profunctors repline scientific + serialise template-haskell text text-manipulate th-lift-instances + time transformers unordered-containers uri-encode vector + ]; + testHaskellDepends = [ + aeson aeson-pretty ansi-terminal atomic-write base + base16-bytestring bytestring case-insensitive cborg cborg-json + containers contravariant data-fix deepseq Diff directory doctest + dotgen either exceptions filepath foldl generic-random half + hashable haskeline http-client http-client-tls lens-family-core + megaparsec mmorph mockery mtl network-uri optparse-applicative + parser-combinators parsers pretty-simple prettyprinter + prettyprinter-ansi-terminal profunctors QuickCheck + quickcheck-instances repline scientific serialise special-values + spoon system-filepath tasty tasty-expected-failure tasty-hunit + tasty-quickcheck tasty-silver template-haskell temporary text + text-manipulate th-lift-instances time transformers turtle + unordered-containers uri-encode vector + ]; + benchmarkHaskellDepends = [ + aeson aeson-pretty ansi-terminal atomic-write base + base16-bytestring bytestring case-insensitive cborg cborg-json + containers contravariant data-fix deepseq Diff directory dotgen + either exceptions filepath gauge half hashable haskeline + lens-family-core megaparsec mmorph mtl network-uri + optparse-applicative parser-combinators parsers pretty-simple + prettyprinter prettyprinter-ansi-terminal profunctors repline + scientific serialise template-haskell text text-manipulate + th-lift-instances time transformers unordered-containers uri-encode + vector + ]; + doCheck = false; + description = "A configuration language guaranteed to terminate"; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + maintainers = with lib.maintainers; [ Gabriel439 ]; + }) {}; + "dhall-bash" = callPackage ({ mkDerivation, base, bytestring, containers, dhall , neat-interpolation, optparse-generic, shell-escape, text @@ -75519,6 +75714,29 @@ self: { maintainers = with lib.maintainers; [ Gabriel439 ]; }) {}; + "dhall-bash_1_0_40" = callPackage + ({ mkDerivation, base, bytestring, containers, dhall + , neat-interpolation, optparse-generic, shell-escape, text + }: + mkDerivation { + pname = "dhall-bash"; + version = "1.0.40"; + sha256 = "0fkzrj4q97cfg96slc6y3sihr9ahcj7lsjpv4kfyrvlw7jxgxld9"; + isLibrary = true; + isExecutable = true; + libraryHaskellDepends = [ + base bytestring containers dhall neat-interpolation shell-escape + text + ]; + executableHaskellDepends = [ + base bytestring dhall optparse-generic text + ]; + description = "Compile Dhall to Bash"; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + maintainers = with lib.maintainers; [ Gabriel439 ]; + }) {}; + "dhall-check" = callPackage ({ mkDerivation, base, containers, dhall, directory, filepath , fsnotify, text, trifecta @@ -75547,10 +75765,8 @@ self: { }: mkDerivation { pname = "dhall-csv"; - version = "1.0.1"; - sha256 = "00a08lcxf9r1ln87bzy4j83z08yl1m7xmzv1irg0xa03vskby3lx"; - revision = "1"; - editedCabalFile = "1bwsapkmfqcw0hgvpnw3mpsx5q36x1f5dq4dai5wypj0bly3x8k0"; + version = "1.0.2"; + sha256 = "08m9gjjldbzbgqr7vb33xjnzn7vmhf8gp9zh73vvzbchflwgh48p"; isLibrary = true; isExecutable = true; libraryHaskellDepends = [ @@ -75581,10 +75797,8 @@ self: { }: mkDerivation { pname = "dhall-docs"; - version = "1.0.8"; - sha256 = "1rkwvk6vd8l52nxv186fw3qdmsjvi8098yccnnbysmf41rz80fi7"; - revision = "3"; - editedCabalFile = "1npn5djwq0fxbckh64fl0s066kr84bqsv0l8l1sqa13cbvifsbal"; + version = "1.0.9"; + sha256 = "1va5bv7jz3msp39l782qbc1m3n5wnjdqx4jsj9vqdydqbfsk8gri"; isLibrary = true; isExecutable = true; enableSeparateDataOutput = true; @@ -75672,6 +75886,37 @@ self: { maintainers = with lib.maintainers; [ Gabriel439 ]; }) {}; + "dhall-json_1_7_10" = callPackage + ({ mkDerivation, aeson, aeson-pretty, aeson-yaml, ansi-terminal + , base, bytestring, containers, dhall, exceptions, filepath + , lens-family-core, optparse-applicative, prettyprinter + , prettyprinter-ansi-terminal, scientific, tasty, tasty-hunit + , tasty-silver, text, unordered-containers, vector + }: + mkDerivation { + pname = "dhall-json"; + version = "1.7.10"; + sha256 = "11gpsgd3aafqh9v10gib7yivy3dp7dhd1a3dslf2ivc7na3d8p71"; + isLibrary = true; + isExecutable = true; + libraryHaskellDepends = [ + aeson aeson-pretty aeson-yaml base bytestring containers dhall + exceptions filepath lens-family-core optparse-applicative + prettyprinter scientific text unordered-containers vector + ]; + executableHaskellDepends = [ + aeson aeson-pretty ansi-terminal base bytestring dhall exceptions + optparse-applicative prettyprinter prettyprinter-ansi-terminal text + ]; + testHaskellDepends = [ + aeson base bytestring dhall tasty tasty-hunit tasty-silver text + ]; + description = "Convert between Dhall and JSON or YAML"; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + maintainers = with lib.maintainers; [ Gabriel439 ]; + }) {}; + "dhall-lex" = callPackage ({ mkDerivation, alex, array, base, bytestring, criterion, deepseq , hspec, hspec-dirstream, scientific @@ -75701,8 +75946,8 @@ self: { }: mkDerivation { pname = "dhall-lsp-server"; - version = "1.0.17"; - sha256 = "0h4wji3fsvkplj78bfqi3x9p7q9ikcsmj65nfrfn4p6p6i1knhw8"; + version = "1.0.18"; + sha256 = "1flcxc4qbbksyd50pdjqgjzvd5dm111ihbfb05czzsh4r8r32ypj"; isLibrary = true; isExecutable = true; libraryHaskellDepends = [ @@ -75727,10 +75972,8 @@ self: { }: mkDerivation { pname = "dhall-nix"; - version = "1.1.23"; - sha256 = "17ajfkhxg4kjn6w7v3ymr6nsbqplvywkcwmfzybxqvmphh4zmfjb"; - revision = "1"; - editedCabalFile = "1grr0r30nbhi1d52vhmhp0rx2pas0wbg7m5npsqczfgd1d9p43dz"; + version = "1.1.24"; + sha256 = "1zaqzccrj3yn502k1b9drs882ycxw59m3jgsbafj6fny1v5ljcha"; isLibrary = true; isExecutable = true; libraryHaskellDepends = [ @@ -75753,10 +75996,8 @@ self: { }: mkDerivation { pname = "dhall-nixpkgs"; - version = "1.0.7"; - sha256 = "1s7md4b2jzgmf557clln9fc5lmdrd9xjs55dd97dv8q6krm8nabg"; - revision = "3"; - editedCabalFile = "135j5m3dgiyvjlw67rbx1jjnnzb5v777g6a8kkplpiv92swwslfd"; + version = "1.0.8"; + sha256 = "1jr9njnly63d5bzd9np7hijmczkwamb4j2k14h647h6i3hhkxh8n"; isLibrary = false; isExecutable = true; executableHaskellDepends = [ @@ -75777,10 +76018,8 @@ self: { }: mkDerivation { pname = "dhall-openapi"; - version = "1.0.3"; - sha256 = "0k7yq7g77ws7wjfzd35ydsjwaq2kc1y0rhwjwb6yvkyvljmr0ykz"; - revision = "2"; - editedCabalFile = "0cqvwbpn3njl3xm4jxcsb2dvfi6y1nm6inxanqxda7pgbysqrn8j"; + version = "1.0.4"; + sha256 = "1hvjilm1hjq4963l7xnr1r35x023pgddv0l3bvfgryd58zv728ah"; isLibrary = true; isExecutable = true; libraryHaskellDepends = [ @@ -75868,20 +76107,18 @@ self: { "dhall-toml" = callPackage ({ mkDerivation, base, containers, dhall, directory, doctest - , filepath, prettyprinter, tasty, tasty-hunit, text, tomland - , unordered-containers + , filepath, optparse-applicative, prettyprinter, tasty, tasty-hunit + , text, tomland, unordered-containers }: mkDerivation { pname = "dhall-toml"; - version = "1.0.1"; - sha256 = "024cillwk8rq7jlv6vh85ifypy1ddfvszf3fzmgl1r0ca9iclmbb"; - revision = "1"; - editedCabalFile = "1gha7d2mv02l85z78grikillywh295ankc94vg3gbzlcc0bk0czz"; + version = "1.0.2"; + sha256 = "1ygrh13pbsym5b6gq1bwbqacd00y7y5bnzqihzz4r84jain669yh"; isLibrary = true; isExecutable = true; libraryHaskellDepends = [ - base containers dhall prettyprinter text tomland - unordered-containers + base containers dhall optparse-applicative prettyprinter text + tomland unordered-containers ]; executableHaskellDepends = [ base ]; testHaskellDepends = [ @@ -75925,6 +76162,36 @@ self: { maintainers = with lib.maintainers; [ Gabriel439 ]; }) {}; + "dhall-yaml_1_2_10" = callPackage + ({ mkDerivation, aeson, ansi-terminal, base, bytestring, dhall + , dhall-json, exceptions, HsYAML, HsYAML-aeson + , optparse-applicative, prettyprinter, prettyprinter-ansi-terminal + , tasty, tasty-expected-failure, tasty-hunit, text, vector + }: + mkDerivation { + pname = "dhall-yaml"; + version = "1.2.10"; + sha256 = "1a3g84799lbq7v9bzdq9bcwzyzci07rd1x42325ck4x51hrqs8nn"; + isLibrary = true; + isExecutable = true; + libraryHaskellDepends = [ + aeson base bytestring dhall dhall-json HsYAML HsYAML-aeson + optparse-applicative text vector + ]; + executableHaskellDepends = [ + aeson ansi-terminal base bytestring dhall dhall-json exceptions + optparse-applicative prettyprinter prettyprinter-ansi-terminal text + ]; + testHaskellDepends = [ + base bytestring dhall dhall-json tasty tasty-expected-failure + tasty-hunit text + ]; + description = "Convert between Dhall and YAML"; + license = lib.licenses.gpl3Only; + hydraPlatforms = lib.platforms.none; + maintainers = with lib.maintainers; [ Gabriel439 ]; + }) {}; + "dhcp-lease-parser" = callPackage ({ mkDerivation, attoparsec, base, bytestring, chronos, ip, tasty , tasty-hunit, text @@ -77792,8 +78059,8 @@ self: { pname = "directory"; version = "1.3.7.0"; sha256 = "041dnqqnc1dadasqyhivpa7rnhw3i08gq5bwj1kfz7lhlihbv1lz"; - revision = "1"; - editedCabalFile = "048d5ccrd697cvb3kb3aahqkzwcizh275d44j09rvrh08xqzjnad"; + revision = "2"; + editedCabalFile = "13krvs6zfswr3xndysq1bg7mz9n8mm1w7p4zcx8xjs0jqkm8hiyl"; libraryHaskellDepends = [ base filepath time unix ]; testHaskellDepends = [ base filepath time unix ]; description = "Platform-agnostic library for filesystem operations"; @@ -78097,8 +78364,8 @@ self: { }: mkDerivation { pname = "discord-haskell-voice"; - version = "2.2.1"; - sha256 = "07vwd9l9aa87wfs8gpqdi39h0j2jvc7mdn48yzkn68canv1wf95q"; + version = "2.2.2"; + sha256 = "0vbp8xdvb9ci49l1ifqghbv6smqx0ll902957yyxym6yj2xjfpmv"; isLibrary = true; isExecutable = true; libraryHaskellDepends = [ @@ -91645,26 +91912,27 @@ self: { }) {}; "fbrnch" = callPackage - ({ mkDerivation, aeson, async, base, bugzilla-redhat, bytestring - , config-ini, directory, email-validate, extra, filepath - , http-conduit, http-directory, http-query, koji, lens, lens-aeson - , network-uri, optparse-applicative, pretty-terminal, process - , rpm-nvr, rpmbuild-order, simple-cmd, simple-cmd-args, text, time - , typed-process, unordered-containers, utf8-string, xdg-basedir + ({ mkDerivation, aeson, async, base, bodhi, bugzilla-redhat + , bytestring, config-ini, copr-api, directory, email-validate + , extra, fedora-dists, filepath, http-conduit, http-directory + , http-query, koji, network-uri, optparse-applicative, pagure + , pretty-terminal, process, rpm-nvr, rpmbuild-order, simple-cmd + , simple-cmd-args, text, time, typed-process, unix, utf8-string + , xdg-basedir }: mkDerivation { pname = "fbrnch"; - version = "0.9.1.1"; - sha256 = "00qqgvbbv03qafbmvcgy8yf5l0jlyal6c2cmsfqnkl3c0qp0mq88"; + version = "1.0.0"; + sha256 = "1j5whbx72q7jvjkv952y8qmgqkm19dprn6p1glvgsck8nhmffkkd"; isLibrary = false; isExecutable = true; executableHaskellDepends = [ - aeson async base bugzilla-redhat bytestring config-ini directory - email-validate extra filepath http-conduit http-directory - http-query koji lens lens-aeson network-uri optparse-applicative - pretty-terminal process rpm-nvr rpmbuild-order simple-cmd - simple-cmd-args text time typed-process unordered-containers - utf8-string xdg-basedir + aeson async base bodhi bugzilla-redhat bytestring config-ini + copr-api directory email-validate extra fedora-dists filepath + http-conduit http-directory http-query koji network-uri + optparse-applicative pagure pretty-terminal process rpm-nvr + rpmbuild-order simple-cmd simple-cmd-args text time typed-process + unix utf8-string xdg-basedir ]; description = "Build and create Fedora package repos and branches"; license = lib.licenses.gpl2Only; @@ -98218,6 +98486,27 @@ self: { broken = true; }) {}; + "fresnel" = callPackage + ({ mkDerivation, ansi-terminal, base, containers, fused-effects + , hashable, profunctors, QuickCheck, template-haskell, transformers + , unordered-containers + }: + mkDerivation { + pname = "fresnel"; + version = "0.0.0.0"; + sha256 = "0vb5wqa18zlpg2h2cd4j6v2acsqgk6jnhb301hbhqv7slg5xykj0"; + libraryHaskellDepends = [ + base containers hashable profunctors transformers + unordered-containers + ]; + testHaskellDepends = [ + ansi-terminal base containers fused-effects QuickCheck + template-haskell + ]; + description = "high-powered optics in a small package"; + license = lib.licenses.bsd3; + }) {}; + "friday" = callPackage ({ mkDerivation, base, containers, convertible, deepseq, primitive , QuickCheck, ratio-int, test-framework, test-framework-quickcheck2 @@ -99725,13 +100014,13 @@ self: { , mtl, neat-interpolation, parallel, parser-combinators, process , process-extras, QuickCheck, random, regex-tdfa, srcloc, tasty , tasty-hunit, tasty-quickcheck, template-haskell, temporary - , terminal-size, text, time, transformers, vector - , vector-binary-instances, versions, zip-archive, zlib + , terminal-size, text, time, transformers, vector, versions + , zip-archive, zlib }: mkDerivation { pname = "futhark"; - version = "0.21.6"; - sha256 = "1981w3yzzfhlqs5p98mdb5b3yhhck1lvcxx12j3krsa4raclf8s6"; + version = "0.21.7"; + sha256 = "0zh4wr53m5s491r18siakcjgpbfj8bvvjl9y9zn20n6xj16l59zw"; isLibrary = true; isExecutable = true; libraryHaskellDepends = [ @@ -99742,8 +100031,7 @@ self: { haskeline language-c-quote mainland-pretty megaparsec mtl neat-interpolation parallel process process-extras random regex-tdfa srcloc template-haskell temporary terminal-size text - time transformers vector vector-binary-instances versions - zip-archive zlib + time transformers vector versions zip-archive zlib ]; libraryToolDepends = [ alex happy ]; executableHaskellDepends = [ base text ]; @@ -103907,15 +104195,15 @@ self: { broken = true; }) {}; - "ghc-lib_8_10_7_20210828" = callPackage + "ghc-lib_8_10_7_20220219" = callPackage ({ mkDerivation, alex, array, base, binary, bytestring, containers , deepseq, directory, filepath, ghc-lib-parser, ghc-prim, happy , hpc, pretty, process, rts, time, transformers, unix }: mkDerivation { pname = "ghc-lib"; - version = "8.10.7.20210828"; - sha256 = "1p0svqh9dnpia9ddp6z9v1k5b68jc70181v69adr8rqzk0dl4i40"; + version = "8.10.7.20220219"; + sha256 = "0s6llxxw4gqa73xdwdiyzdr3rrpmz85zjif964w039clpl4g16rx"; enableSeparateDataOutput = true; libraryHaskellDepends = [ array base binary bytestring containers deepseq directory filepath @@ -103971,15 +104259,15 @@ self: { hydraPlatforms = lib.platforms.none; }) {}; - "ghc-lib-parser_8_10_7_20210828" = callPackage + "ghc-lib-parser_8_10_7_20220219" = callPackage ({ mkDerivation, alex, array, base, binary, bytestring, containers , deepseq, directory, filepath, ghc-prim, happy, pretty, process , time, transformers, unix }: mkDerivation { pname = "ghc-lib-parser"; - version = "8.10.7.20210828"; - sha256 = "178v4f7q9ndqmlhg2vhlk6ifm3ilajlrz8iw84vggzs7rp0fnlx0"; + version = "8.10.7.20220219"; + sha256 = "0caiv5nj1xxgzbimppy6hbakdplh3aacdg8g4ba3ssr5ba25rxbh"; enableSeparateDataOutput = true; libraryHaskellDepends = [ array base binary bytestring containers deepseq directory filepath @@ -104032,14 +104320,14 @@ self: { hydraPlatforms = lib.platforms.none; }) {}; - "ghc-lib-parser-ex_8_10_0_23" = callPackage + "ghc-lib-parser-ex_8_10_0_24" = callPackage ({ mkDerivation, base, bytestring, containers, directory, extra , filepath, ghc-lib-parser, tasty, tasty-hunit, uniplate }: mkDerivation { pname = "ghc-lib-parser-ex"; - version = "8.10.0.23"; - sha256 = "0r5sl7hhn0cxp0b1dskx1lshplc0yka7hcvs2nh10nrj07fjd3vj"; + version = "8.10.0.24"; + sha256 = "0miy1rrpg93r7xgpsmgfgx9djsg8fds2w7c6js4mvbjh3bsjdcpl"; libraryHaskellDepends = [ base bytestring containers ghc-lib-parser uniplate ]; @@ -112161,8 +112449,8 @@ self: { }: mkDerivation { pname = "gopro-plus"; - version = "0.6.1.1"; - sha256 = "1nip991jcv1pqa5zb83wdbf6pnimzp9d39az9zbvlvgkrrnkf522"; + version = "0.6.1.2"; + sha256 = "056k8g6xnl3w1jcivqvrj8ixwgd70vpjcv9l35fz89h9yj9g4zz0"; libraryHaskellDepends = [ aeson base bytestring containers exceptions filepath generic-deriving generic-random lens lens-aeson mtl QuickCheck @@ -116679,33 +116967,6 @@ self: { }) {}; "hackage-security" = callPackage - ({ mkDerivation, aeson, base, base16-bytestring, base64-bytestring - , bytestring, Cabal, Cabal-syntax, containers, cryptohash-sha256 - , directory, ed25519, filepath, ghc-prim, lukko, mtl, network - , network-uri, parsec, pretty, QuickCheck, tar, tasty, tasty-hunit - , tasty-quickcheck, template-haskell, temporary, text, time - , transformers, unordered-containers, vector, zlib - }: - mkDerivation { - pname = "hackage-security"; - version = "0.6.2.0"; - sha256 = "1jqpxcpsrixpvficqw5vdfrksg568967ncmisnd3j3jw3sxja5q8"; - libraryHaskellDepends = [ - base base16-bytestring base64-bytestring bytestring Cabal - Cabal-syntax containers cryptohash-sha256 directory ed25519 - filepath ghc-prim lukko mtl network network-uri parsec pretty tar - template-haskell time transformers zlib - ]; - testHaskellDepends = [ - aeson base bytestring Cabal containers network-uri QuickCheck tar - tasty tasty-hunit tasty-quickcheck temporary text time - unordered-containers vector zlib - ]; - description = "Hackage security library"; - license = lib.licenses.bsd3; - }) {}; - - "hackage-security_0_6_2_1" = callPackage ({ mkDerivation, aeson, base, base16-bytestring, base64-bytestring , bytestring, Cabal, Cabal-syntax, containers, cryptohash-sha256 , directory, ed25519, filepath, ghc-prim, lukko, mtl, network @@ -116717,6 +116978,8 @@ self: { pname = "hackage-security"; version = "0.6.2.1"; sha256 = "1a349ma9ijypjzgj7xgkkr6rd8k49crdgx330h9vgmp7vlbcs8mz"; + revision = "1"; + editedCabalFile = "0vhwszqngng5vxf2dpn1fdai59s8c7jh6p04jf983y9rzbic6d7b"; libraryHaskellDepends = [ base base16-bytestring base64-bytestring bytestring Cabal Cabal-syntax containers cryptohash-sha256 directory ed25519 @@ -116730,7 +116993,6 @@ self: { ]; description = "Hackage security library"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; }) {}; "hackage-security-HTTP" = callPackage @@ -116741,8 +117003,8 @@ self: { pname = "hackage-security-HTTP"; version = "0.1.1.1"; sha256 = "14hp7gssf80b9937j7m56w8sxrv3hrzjf2s9kgfk76v6llgx79k2"; - revision = "1"; - editedCabalFile = "18b22jjg5nbfvb83yc36gy25y9v5d1p4z2n89cazzn16hlf813xk"; + revision = "2"; + editedCabalFile = "0gbb5k37plm33bg0dv5rjc9jvc8yz8c40r4pg74jx5va8wpsvn13"; libraryHaskellDepends = [ base bytestring hackage-security HTTP mtl network network-uri zlib ]; @@ -116950,8 +117212,8 @@ self: { }: mkDerivation { pname = "hackport"; - version = "0.7"; - sha256 = "0jp0120m11390bbrcarrqvavqj6fbjfm44wnhn8c6n6yfr29im24"; + version = "0.7.1.1"; + sha256 = "0pqv62wgz8fdn7g46y4z01r60qf5n6d1ssgasslxzdw3sb42i55z"; isLibrary = false; isExecutable = true; executableHaskellDepends = [ @@ -116970,7 +117232,7 @@ self: { ]; testToolDepends = [ hspec-discover ]; description = "Hackage and Portage integration tool"; - license = "GPL"; + license = lib.licenses.gpl3Plus; hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -118041,8 +118303,8 @@ self: { }: mkDerivation { pname = "hakyll-filestore"; - version = "0.1.9"; - sha256 = "1lxm78w2n81wsbi6axyrqjv2ikdprf7vvx1r2ricqd6h7dwjsalr"; + version = "0.1.10"; + sha256 = "1wj2qb32ys2czmj0f2jp2fqd0khma4nrdgb2d76vrm8j77bsm7vm"; libraryHaskellDepends = [ base filestore hakyll time time-locale-compat ]; @@ -119933,6 +120195,25 @@ self: { hydraPlatforms = lib.platforms.none; }) {}; + "harfbuzz-pure" = callPackage + ({ mkDerivation, base, bytestring, freetype2, harfbuzz, parallel + , text, utf8-light + }: + mkDerivation { + pname = "harfbuzz-pure"; + version = "0.1.0.0"; + sha256 = "1djgq14d62zh2rhs10i5l6b78kmyvd3r6qghd36vhykza4lg2div"; + isLibrary = true; + isExecutable = true; + libraryHaskellDepends = [ + base bytestring freetype2 text utf8-light + ]; + libraryPkgconfigDepends = [ harfbuzz ]; + executableHaskellDepends = [ base bytestring parallel ]; + description = "Pure-functional Harfbuzz language bindings"; + license = lib.licenses.mit; + }) {inherit (pkgs) harfbuzz;}; + "harg" = callPackage ({ mkDerivation, aeson, barbies, base, bytestring, directory , higgledy, optparse-applicative, split, text, yaml @@ -121263,8 +121544,8 @@ self: { }: mkDerivation { pname = "haskell-ci"; - version = "0.14"; - sha256 = "1vaxbby4sfrzzr0bzw6dv3kb9f6k3i4w16xfxvm3h2jazrw56122"; + version = "0.14.2"; + sha256 = "17db6fwgimjdyvxxxmj9j5hdnf9h7wq0hn8zjwl4209gqlizb7rf"; isLibrary = false; isExecutable = true; libraryHaskellDepends = [ @@ -129256,16 +129537,17 @@ self: { "heterocephalus" = callPackage ({ mkDerivation, base, blaze-html, blaze-markup, containers, dlist - , doctest, Glob, mtl, parsec, shakespeare, template-haskell, text - , transformers + , doctest, Glob, mtl, parsec, shakespeare, template-haskell + , template-haskell-compat-v0208, text, transformers }: mkDerivation { pname = "heterocephalus"; - version = "1.0.5.4"; - sha256 = "06fv3bhnj80cjli1v2drkpkmx76i81cpawlci7agcxxd8fd8zplc"; + version = "1.0.5.5"; + sha256 = "0jh7pfwvadrwhyrx7pr85aynmybvpsjnwaflfwlbz82cq63p0vyw"; libraryHaskellDepends = [ base blaze-html blaze-markup containers dlist mtl parsec - shakespeare template-haskell text transformers + shakespeare template-haskell template-haskell-compat-v0208 text + transformers ]; testHaskellDepends = [ base doctest Glob ]; description = "A type-safe template engine for working with front end development tools"; @@ -140677,6 +140959,33 @@ self: { license = lib.licenses.mit; }) {}; + "hslua_2_2_0" = callPackage + ({ mkDerivation, base, bytestring, containers, exceptions + , hslua-aeson, hslua-classes, hslua-core, hslua-marshalling + , hslua-objectorientation, hslua-packaging, lua, lua-arbitrary, mtl + , QuickCheck, quickcheck-instances, tasty, tasty-hslua, tasty-hunit + , text + }: + mkDerivation { + pname = "hslua"; + version = "2.2.0"; + sha256 = "1krx9ay31q2rvnjncyirw77h7ljg20qqcix2zin81ws6wy4lwirq"; + libraryHaskellDepends = [ + base bytestring containers exceptions hslua-aeson hslua-classes + hslua-core hslua-marshalling hslua-objectorientation + hslua-packaging mtl text + ]; + testHaskellDepends = [ + base bytestring containers exceptions hslua-aeson hslua-classes + hslua-core hslua-marshalling hslua-objectorientation + hslua-packaging lua lua-arbitrary mtl QuickCheck + quickcheck-instances tasty tasty-hslua tasty-hunit text + ]; + description = "Bindings to Lua, an embeddable scripting language"; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; + }) {}; + "hslua-aeson" = callPackage ({ mkDerivation, aeson, base, bytestring, containers, hashable , hslua-core, hslua-marshalling, mtl, QuickCheck @@ -140700,6 +141009,30 @@ self: { license = lib.licenses.mit; }) {}; + "hslua-aeson_2_2_0" = callPackage + ({ mkDerivation, aeson, base, bytestring, containers, hashable + , hslua-core, hslua-marshalling, mtl, QuickCheck + , quickcheck-instances, scientific, tasty, tasty-quickcheck, text + , unordered-containers, vector + }: + mkDerivation { + pname = "hslua-aeson"; + version = "2.2.0"; + sha256 = "0v2wn5y1hqj19qj8rd9py1z18jdnkl7gq26ibxzpcpv4wzdcw8ix"; + libraryHaskellDepends = [ + aeson base bytestring containers hashable hslua-core + hslua-marshalling mtl scientific text unordered-containers vector + ]; + testHaskellDepends = [ + aeson base bytestring containers hashable hslua-core + hslua-marshalling mtl QuickCheck quickcheck-instances scientific + tasty tasty-quickcheck text unordered-containers vector + ]; + description = "Allow aeson data types to be used with Lua"; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; + }) {}; + "hslua-classes" = callPackage ({ mkDerivation, base, bytestring, containers, exceptions , hslua-core, hslua-marshalling, lua-arbitrary, QuickCheck @@ -140723,6 +141056,30 @@ self: { license = lib.licenses.mit; }) {}; + "hslua-classes_2_2_0" = callPackage + ({ mkDerivation, base, bytestring, containers, exceptions + , hslua-core, hslua-marshalling, lua-arbitrary, QuickCheck + , quickcheck-instances, tasty, tasty-hslua, tasty-hunit + , tasty-quickcheck, text + }: + mkDerivation { + pname = "hslua-classes"; + version = "2.2.0"; + sha256 = "1z7ym3whcq16k2cm9jf7sf0vwmp52iv1f0iicvv4jk6xks9d6ia1"; + libraryHaskellDepends = [ + base bytestring containers exceptions hslua-core hslua-marshalling + text + ]; + testHaskellDepends = [ + base bytestring containers exceptions hslua-core hslua-marshalling + lua-arbitrary QuickCheck quickcheck-instances tasty tasty-hslua + tasty-hunit tasty-quickcheck text + ]; + description = "Type classes for HsLua"; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; + }) {}; + "hslua-core" = callPackage ({ mkDerivation, base, bytestring, exceptions, lua, lua-arbitrary , mtl, QuickCheck, quickcheck-instances, tasty, tasty-hunit @@ -140743,6 +141100,27 @@ self: { license = lib.licenses.mit; }) {}; + "hslua-core_2_2_0" = callPackage + ({ mkDerivation, base, bytestring, exceptions, lua, lua-arbitrary + , mtl, QuickCheck, quickcheck-instances, tasty, tasty-hunit + , tasty-quickcheck, text + }: + mkDerivation { + pname = "hslua-core"; + version = "2.2.0"; + sha256 = "1nwh0alhnwgg4rzl113nlh8bkkq89dk9d9vl0iihipj9s2mk84bh"; + libraryHaskellDepends = [ + base bytestring exceptions lua mtl text + ]; + testHaskellDepends = [ + base bytestring exceptions lua lua-arbitrary mtl QuickCheck + quickcheck-instances tasty tasty-hunit tasty-quickcheck text + ]; + description = "Bindings to Lua, an embeddable scripting language"; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; + }) {}; + "hslua-examples" = callPackage ({ mkDerivation, base, bytestring, hslua, hslua-marshalling, lua , text @@ -140783,6 +141161,28 @@ self: { license = lib.licenses.mit; }) {}; + "hslua-marshalling_2_2_0" = callPackage + ({ mkDerivation, base, bytestring, containers, hslua-core + , lua-arbitrary, mtl, QuickCheck, quickcheck-instances, tasty + , tasty-hslua, tasty-hunit, tasty-quickcheck, text + }: + mkDerivation { + pname = "hslua-marshalling"; + version = "2.2.0"; + sha256 = "0mwj7zqzgzijlx40amwzs4jbldd0vbjqv3x791kdxip3yyvnlyqi"; + libraryHaskellDepends = [ + base bytestring containers hslua-core mtl text + ]; + testHaskellDepends = [ + base bytestring containers hslua-core lua-arbitrary mtl QuickCheck + quickcheck-instances tasty tasty-hslua tasty-hunit tasty-quickcheck + text + ]; + description = "Marshalling of values between Haskell and Lua"; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; + }) {}; + "hslua-module-doclayout" = callPackage ({ mkDerivation, base, doclayout, hslua, tasty, tasty-hunit , tasty-lua, text @@ -140799,6 +141199,23 @@ self: { license = lib.licenses.mit; }) {}; + "hslua-module-doclayout_1_0_3" = callPackage + ({ mkDerivation, base, doclayout, hslua, tasty, tasty-hunit + , tasty-lua, text + }: + mkDerivation { + pname = "hslua-module-doclayout"; + version = "1.0.3"; + sha256 = "01khmrgrvy1dhh2p8gjkrvhkwpnjnznhc23hvxbh2v8lxb4ak3r6"; + libraryHaskellDepends = [ base doclayout hslua text ]; + testHaskellDepends = [ + base doclayout hslua tasty tasty-hunit tasty-lua + ]; + description = "Lua module wrapping Text.DocLayout."; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; + }) {}; + "hslua-module-path" = callPackage ({ mkDerivation, base, filepath, hslua-core, hslua-marshalling , hslua-packaging, tasty, tasty-hunit, tasty-lua, text @@ -140820,6 +141237,26 @@ self: { license = lib.licenses.mit; }) {}; + "hslua-module-path_1_0_2" = callPackage + ({ mkDerivation, base, filepath, hslua-core, hslua-marshalling + , hslua-packaging, tasty, tasty-hunit, tasty-lua, text + }: + mkDerivation { + pname = "hslua-module-path"; + version = "1.0.2"; + sha256 = "0y2syngdhqdpbz9y5ya0cwp07s2q7g16djw508w5003va811yw60"; + libraryHaskellDepends = [ + base filepath hslua-core hslua-marshalling hslua-packaging text + ]; + testHaskellDepends = [ + base filepath hslua-core hslua-marshalling hslua-packaging tasty + tasty-hunit tasty-lua text + ]; + description = "Lua module to work with file paths"; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; + }) {}; + "hslua-module-system" = callPackage ({ mkDerivation, base, directory, exceptions, hslua-core , hslua-marshalling, hslua-packaging, tasty, tasty-hunit, tasty-lua @@ -140842,6 +141279,27 @@ self: { license = lib.licenses.mit; }) {}; + "hslua-module-system_1_0_2" = callPackage + ({ mkDerivation, base, directory, exceptions, hslua-core + , hslua-marshalling, hslua-packaging, tasty, tasty-hunit, tasty-lua + , temporary, text + }: + mkDerivation { + pname = "hslua-module-system"; + version = "1.0.2"; + sha256 = "0lacf9jzd53r75dk5nvkx0nwgiakpkingjnz58bhjfnvi81r6ddn"; + libraryHaskellDepends = [ + base directory exceptions hslua-core hslua-marshalling + hslua-packaging temporary text + ]; + testHaskellDepends = [ + base hslua-core hslua-packaging tasty tasty-hunit tasty-lua text + ]; + description = "Lua module wrapper around Haskell's System module"; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; + }) {}; + "hslua-module-text" = callPackage ({ mkDerivation, base, hslua-core, hslua-marshalling , hslua-packaging, tasty, tasty-hunit, tasty-lua, text @@ -140862,6 +141320,25 @@ self: { license = lib.licenses.mit; }) {}; + "hslua-module-text_1_0_2" = callPackage + ({ mkDerivation, base, hslua-core, hslua-marshalling + , hslua-packaging, tasty, tasty-hunit, tasty-lua, text + }: + mkDerivation { + pname = "hslua-module-text"; + version = "1.0.2"; + sha256 = "0xq5ndgjhs37d73s8lvm0pndwjpj2pqb67pr0ckjap8yzhjna7fq"; + libraryHaskellDepends = [ + base hslua-core hslua-marshalling hslua-packaging text + ]; + testHaskellDepends = [ + base hslua-core hslua-packaging tasty tasty-hunit tasty-lua text + ]; + description = "Lua module for text"; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; + }) {}; + "hslua-module-version" = callPackage ({ mkDerivation, base, filepath, hslua-core, hslua-marshalling , hslua-packaging, tasty, tasty-hunit, tasty-lua, text @@ -140883,6 +141360,26 @@ self: { license = lib.licenses.mit; }) {}; + "hslua-module-version_1_0_2" = callPackage + ({ mkDerivation, base, filepath, hslua-core, hslua-marshalling + , hslua-packaging, tasty, tasty-hunit, tasty-lua, text + }: + mkDerivation { + pname = "hslua-module-version"; + version = "1.0.2"; + sha256 = "0g6jdpa4za5xdxld5jsyrh0pg1yd0ygwasc0j3mwphcfpfsln6iz"; + libraryHaskellDepends = [ + base filepath hslua-core hslua-marshalling hslua-packaging text + ]; + testHaskellDepends = [ + base filepath hslua-core hslua-marshalling hslua-packaging tasty + tasty-hunit tasty-lua text + ]; + description = "Lua module to work with version specifiers"; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; + }) {}; + "hslua-objectorientation" = callPackage ({ mkDerivation, base, bytestring, containers, exceptions , hslua-core, hslua-marshalling, lua-arbitrary, mtl, QuickCheck @@ -140906,6 +141403,30 @@ self: { license = lib.licenses.mit; }) {}; + "hslua-objectorientation_2_2_0" = callPackage + ({ mkDerivation, base, bytestring, containers, exceptions + , hslua-core, hslua-marshalling, lua-arbitrary, mtl, QuickCheck + , quickcheck-instances, tasty, tasty-hslua, tasty-hunit + , tasty-quickcheck, text + }: + mkDerivation { + pname = "hslua-objectorientation"; + version = "2.2.0"; + sha256 = "18rzb6a75jivyhmr62qjcl30jhdv2cr4ii1qchknz4d9h3vlgws4"; + libraryHaskellDepends = [ + base bytestring containers exceptions hslua-core hslua-marshalling + mtl text + ]; + testHaskellDepends = [ + base bytestring containers exceptions hslua-core hslua-marshalling + lua-arbitrary mtl QuickCheck quickcheck-instances tasty tasty-hslua + tasty-hunit tasty-quickcheck text + ]; + description = "Object orientation tools for HsLua"; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; + }) {}; + "hslua-packaging" = callPackage ({ mkDerivation, base, bytestring, containers, hslua-core , hslua-marshalling, hslua-objectorientation, mtl, tasty @@ -140927,6 +141448,28 @@ self: { license = lib.licenses.mit; }) {}; + "hslua-packaging_2_2_0" = callPackage + ({ mkDerivation, base, bytestring, containers, hslua-core + , hslua-marshalling, hslua-objectorientation, mtl, tasty + , tasty-hslua, tasty-hunit, text + }: + mkDerivation { + pname = "hslua-packaging"; + version = "2.2.0"; + sha256 = "1gvvcwifrrdl475bivzdz8ld8lvrja2b1hpl13s0m9wqvc2hhxjl"; + libraryHaskellDepends = [ + base containers hslua-core hslua-marshalling + hslua-objectorientation mtl text + ]; + testHaskellDepends = [ + base bytestring hslua-core hslua-marshalling + hslua-objectorientation mtl tasty tasty-hslua tasty-hunit text + ]; + description = "Utilities to build Lua modules"; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; + }) {}; + "hsluv-haskell" = callPackage ({ mkDerivation, aeson, base, bytestring, colour, containers }: mkDerivation { @@ -144378,8 +144921,8 @@ self: { pname = "http-io-streams"; version = "0.1.6.0"; sha256 = "03wndmw1pblnjqhni76s5lyyw3l8zbl1csydzl8bp0h1g5vmfpmp"; - revision = "1"; - editedCabalFile = "07pml4sb0vgaivmfshsls7s44czixksrv0s3jwn7d8i2zqb2370k"; + revision = "3"; + editedCabalFile = "1cz3cnjf4gxp9iy6zyw180i9pkyi3y0bfkiz6y0dy81xn7smnq6m"; libraryHaskellDepends = [ attoparsec base base64-bytestring binary blaze-builder brotli-streams bytestring case-insensitive containers @@ -144647,21 +145190,6 @@ self: { }) {}; "http-query" = callPackage - ({ mkDerivation, aeson, base, bytestring, http-conduit, network-uri - , text - }: - mkDerivation { - pname = "http-query"; - version = "0.1.1"; - sha256 = "0k97ck1x2j9is5bslxaaw1fghh4yrvy50fahdy7sg51h5ihzcarp"; - libraryHaskellDepends = [ - aeson base bytestring http-conduit network-uri text - ]; - description = "Simple http queries"; - license = lib.licenses.bsd3; - }) {}; - - "http-query_0_1_3" = callPackage ({ mkDerivation, aeson, base, bytestring, http-conduit, network-uri , text }: @@ -144674,7 +145202,6 @@ self: { ]; description = "Simple http queries"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; }) {}; "http-querystring" = callPackage @@ -151501,19 +152028,20 @@ self: { }) {}; "inline-c-cpp" = callPackage - ({ mkDerivation, base, containers, hspec, inline-c, safe-exceptions - , template-haskell, vector + ({ mkDerivation, base, bytestring, containers, hspec, inline-c + , safe-exceptions, template-haskell, text, vector }: mkDerivation { pname = "inline-c-cpp"; - version = "0.4.0.3"; - sha256 = "0bqrhyic3cw1pqg7knsmkqx5swpr4kvf9bmz0mhmqbl6brmv5il0"; + version = "0.5.0.0"; + sha256 = "0m14nb9brpnh2cgq8gg6182mdcmn45hf734la68dnhq23sn63lpx"; libraryHaskellDepends = [ - base containers inline-c safe-exceptions template-haskell + base bytestring containers inline-c safe-exceptions + template-haskell text ]; testHaskellDepends = [ - base containers hspec inline-c safe-exceptions template-haskell - vector + base bytestring containers hspec inline-c safe-exceptions + template-haskell vector ]; description = "Lets you embed C++ code into Haskell"; license = lib.licenses.mit; @@ -159788,8 +160316,8 @@ self: { }: mkDerivation { pname = "keter"; - version = "1.6"; - sha256 = "1adqib4zk0a32hi3i0cxf3z0ljx12hymzxh5mag6sr0mx64qcsr1"; + version = "1.7"; + sha256 = "1c5mvf1gmypa6vsbljv5g4mn6fngp5z07x67q7ak8agb4jv8yfic"; isLibrary = true; isExecutable = true; libraryHaskellDepends = [ @@ -161602,6 +162130,8 @@ self: { pname = "lambdabot-core"; version = "5.3.0.2"; sha256 = "1i375kiw98j5gd4pixh59lcqk0lakwmrgxzpkr0431a48kxffq7r"; + revision = "1"; + editedCabalFile = "1kydr2sis2r7vr313n6cy5rh2bpnci7zfmrbmxd6ih67f0x8aa3q"; libraryHaskellDepends = [ base binary bytestring containers dependent-map dependent-sum dependent-sum-template directory edit-distance exceptions filepath @@ -171092,8 +171622,8 @@ self: { }: mkDerivation { pname = "logging-effect"; - version = "1.3.12"; - sha256 = "1bbh7aq3sbyya0w4p0qkkrryy7mpxw4s4cj2s6zvdsqq9fg2fpda"; + version = "1.3.13"; + sha256 = "109q5jh07n8h94jrfxc694b54c3dzn831a87l0i5ailz9cfvbmj4"; libraryHaskellDepends = [ async base exceptions free monad-control mtl prettyprinter semigroups stm stm-delay text time transformers transformers-base @@ -172082,6 +172612,19 @@ self: { license = lib.licenses.mit; }) {}; + "lpeg_1_0_3" = callPackage + ({ mkDerivation, base, lua, tasty, tasty-hunit }: + mkDerivation { + pname = "lpeg"; + version = "1.0.3"; + sha256 = "19vvsvdw8l2zjwdcypnzw12vc9ycix92mkd6g3f6kx1i364z9hg1"; + libraryHaskellDepends = [ base lua ]; + testHaskellDepends = [ base lua tasty tasty-hunit ]; + description = "LPeg – Parsing Expression Grammars For Lua"; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; + }) {}; + "lrucache" = callPackage ({ mkDerivation, base, containers, contravariant }: mkDerivation { @@ -172419,6 +172962,21 @@ self: { license = lib.licenses.mit; }) {inherit (pkgs) lua5_3;}; + "lua_2_2_0" = callPackage + ({ mkDerivation, base, lua5_3, tasty, tasty-hunit }: + mkDerivation { + pname = "lua"; + version = "2.2.0"; + sha256 = "1258i5a3b16lbkgfdzgibqx3q4csd5wvk2gzqp96kkjcndfva92d"; + configureFlags = [ "-fsystem-lua" "-f-use-pkgconfig" ]; + libraryHaskellDepends = [ base ]; + librarySystemDepends = [ lua5_3 ]; + testHaskellDepends = [ base tasty tasty-hunit ]; + description = "Lua, an embeddable scripting language"; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; + }) {inherit (pkgs) lua5_3;}; + "lua-arbitrary" = callPackage ({ mkDerivation, base, lua, QuickCheck }: mkDerivation { @@ -172432,6 +172990,18 @@ self: { license = lib.licenses.mit; }) {}; + "lua-arbitrary_1_0_1" = callPackage + ({ mkDerivation, base, lua, QuickCheck }: + mkDerivation { + pname = "lua-arbitrary"; + version = "1.0.1"; + sha256 = "01g2pkvy7yhcrk8p1d9xzmqv279ldgy9z5aa6xj5msbxrpxvbpma"; + libraryHaskellDepends = [ base lua QuickCheck ]; + description = "Arbitrary instances for Lua types"; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; + }) {}; + "lua-bc" = callPackage ({ mkDerivation, base, binary, bytestring, containers , data-binary-ieee754, pretty, text, vector @@ -180798,14 +181368,17 @@ self: { }) {}; "mnist-idx" = callPackage - ({ mkDerivation, base, binary, bytestring, directory, hspec, vector + ({ mkDerivation, base, binary, bytestring, directory, hspec + , QuickCheck, vector }: mkDerivation { pname = "mnist-idx"; - version = "0.1.2.8"; - sha256 = "1zmjj71bv5yzdjm4hmlkiwcvv810mln090yp8znj2j21hiz1dzs2"; + version = "0.1.3.0"; + sha256 = "0i65f83bs6l5gjf3wj3ad3c76ni3d22sac5qyi5hi5i93w0px32j"; libraryHaskellDepends = [ base binary bytestring vector ]; - testHaskellDepends = [ base binary directory hspec vector ]; + testHaskellDepends = [ + base binary directory hspec QuickCheck vector + ]; description = "Read and write IDX data that is used in e.g. the MNIST database."; license = lib.licenses.lgpl3Only; }) {}; @@ -191148,6 +191721,22 @@ self: { broken = true; }) {}; + "network-wait" = callPackage + ({ mkDerivation, base, exceptions, network, network-simple, retry + , tasty, tasty-hunit + }: + mkDerivation { + pname = "network-wait"; + version = "0.1.0.0"; + sha256 = "16a17siak1xa9ppyzyghsggps8cl77ksy4qb6wdzps40h5arlwyc"; + libraryHaskellDepends = [ base exceptions network retry ]; + testHaskellDepends = [ + base exceptions network network-simple retry tasty tasty-hunit + ]; + description = "Lightweight library for waiting on networked services to become available"; + license = lib.licenses.mit; + }) {}; + "network-websocket" = callPackage ({ mkDerivation, base, haskell98, network, webserver }: mkDerivation { @@ -196943,6 +197532,8 @@ self: { pname = "openssl-streams"; version = "1.2.3.0"; sha256 = "10pnnpzgb5xr811kc9qdk7h2cgn6hk2yiyhnzz8f8p0fjzc0pwjm"; + revision = "1"; + editedCabalFile = "0vfawnfcjrw29qg1n7k6z6bk4bmnk869gjlr9mxw4mzxgl80b2vp"; libraryHaskellDepends = [ base bytestring HsOpenSSL io-streams network ]; @@ -199607,17 +200198,6 @@ self: { }) {}; "pagure" = callPackage - ({ mkDerivation, aeson, base, http-query, text }: - mkDerivation { - pname = "pagure"; - version = "0.1.0"; - sha256 = "1g5b0y0cv3yzdpza2750aj5zxagwdy189sqb4bvr0rrjbfgxrjv8"; - libraryHaskellDepends = [ aeson base http-query text ]; - description = "Pagure REST client library"; - license = lib.licenses.gpl2Only; - }) {}; - - "pagure_0_1_1" = callPackage ({ mkDerivation, aeson, base, http-query, text }: mkDerivation { pname = "pagure"; @@ -199626,7 +200206,6 @@ self: { libraryHaskellDepends = [ aeson base http-query text ]; description = "Pagure REST client library"; license = lib.licenses.gpl2Only; - hydraPlatforms = lib.platforms.none; }) {}; "pagure-cli" = callPackage @@ -200176,6 +200755,29 @@ self: { license = lib.licenses.mit; }) {}; + "pandoc-lua-marshal_0_1_5_1" = callPackage + ({ mkDerivation, base, bytestring, containers, exceptions, hslua + , hslua-marshalling, lua, pandoc-types, QuickCheck, safe, tasty + , tasty-hunit, tasty-lua, tasty-quickcheck, text + }: + mkDerivation { + pname = "pandoc-lua-marshal"; + version = "0.1.5.1"; + sha256 = "0hj55m6mqxap8vkn1r2w09myrnrxc7j8q7gwqvbpmik9s8g9s89f"; + libraryHaskellDepends = [ + base bytestring containers exceptions hslua hslua-marshalling lua + pandoc-types safe text + ]; + testHaskellDepends = [ + base bytestring containers exceptions hslua hslua-marshalling lua + pandoc-types QuickCheck safe tasty tasty-hunit tasty-lua + tasty-quickcheck text + ]; + description = "Use pandoc types in Lua"; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; + }) {}; + "pandoc-markdown-ghci-filter" = callPackage ({ mkDerivation, aeson, base, containers, ghcid, pandoc , pandoc-types, QuickCheck, tasty, tasty-hunit, tasty-quickcheck @@ -206523,8 +207125,8 @@ self: { }: mkDerivation { pname = "phonetic-languages-simplified-properties-array"; - version = "0.12.2.0"; - sha256 = "099l3r6c8067a5bdnszlyyzg8n862awh8mqfzx1vdk3s91hz7fj6"; + version = "0.13.0.0"; + sha256 = "0lpbv7r1l4sw067344ipj8ap8qqv23x5143j3ra1y4r0rfigg098"; libraryHaskellDepends = [ base phonetic-languages-rhythmicity phonetic-languages-simplified-base ukrainian-phonetics-basic-array @@ -210505,8 +211107,8 @@ self: { }: mkDerivation { pname = "polysemy-chronos"; - version = "0.2.0.2"; - sha256 = "1siasag2fipfkff1njs5ill7g9m9wi7fc0jc9m714m9rip3w9sam"; + version = "0.2.0.3"; + sha256 = "0y22xzv3d7l7q7p15ffhfhzznsx82ghkrganv81mjbspvpfjlvrl"; libraryHaskellDepends = [ base chronos polysemy polysemy-time ]; testHaskellDepends = [ base chronos polysemy-test polysemy-time tasty @@ -210967,35 +211569,32 @@ self: { "polysemy-test" = callPackage ({ mkDerivation, base, containers, either, hedgehog, path, path-io - , polysemy, relude, string-interpolate, tasty, tasty-hedgehog - , template-haskell, text, transformers + , polysemy, relude, tasty, tasty-hedgehog, text, transformers }: mkDerivation { pname = "polysemy-test"; - version = "0.3.1.8"; - sha256 = "11f8yj77kws6aybaw1jdgjj1kn4n4ip0b97cg3bsjybnjwg4hppy"; + version = "0.3.1.9"; + sha256 = "0qcizbc1kvzxkdlj7j806cq2lpzmkkwazf16hn6kibgyj3gfqx96"; enableSeparateDataOutput = true; libraryHaskellDepends = [ - base containers either hedgehog path path-io polysemy relude - string-interpolate tasty tasty-hedgehog template-haskell text - transformers + base containers either hedgehog path path-io polysemy relude tasty + tasty-hedgehog text transformers ]; testHaskellDepends = [ base hedgehog path polysemy tasty text ]; - description = "Polysemy effects for testing"; + description = "Polysemy Effects for Testing"; license = "BSD-2-Clause-Patent"; }) {}; "polysemy-time" = callPackage ({ mkDerivation, aeson, base, polysemy, polysemy-test, relude - , string-interpolate, tasty, template-haskell, text, time, torsor + , tasty, template-haskell, text, time, torsor }: mkDerivation { pname = "polysemy-time"; - version = "0.2.0.2"; - sha256 = "0d21g8lflzh30nrqvrfzw10g0nrh555j92780h47vyvk496b8bk1"; + version = "0.2.0.3"; + sha256 = "1ga6nv7916qr10vlhz8vbxvf47q0nad7vk7lidmdczmmq2gj096i"; libraryHaskellDepends = [ - aeson base polysemy relude string-interpolate template-haskell text - time torsor + aeson base polysemy relude template-haskell text time torsor ]; testHaskellDepends = [ base polysemy polysemy-test tasty time ]; description = "Polysemy Effect for Time"; @@ -222012,16 +222611,16 @@ self: { "random-fu" = callPackage ({ mkDerivation, base, erf, math-functions, monad-loops, mtl - , random, random-shuffle, random-source, rvar, syb - , template-haskell, transformers, vector + , random, random-shuffle, rvar, syb, template-haskell, transformers + , vector }: mkDerivation { pname = "random-fu"; - version = "0.2.7.7"; - sha256 = "1jk5qv7iddbqcyciih9vfylrwhbcabmy348waw5c7gchabxvqrl4"; + version = "0.3.0.0"; + sha256 = "1iz4b8742pshzsscy6pq39x4pndvyrydzrn968fzav9b1y6ib7d1"; libraryHaskellDepends = [ - base erf math-functions monad-loops mtl random random-shuffle - random-source rvar syb template-haskell transformers vector + base erf math-functions monad-loops mtl random random-shuffle rvar + syb template-haskell transformers vector ]; description = "Random number generation"; license = lib.licenses.publicDomain; @@ -222088,6 +222687,8 @@ self: { pname = "random-source"; version = "0.3.0.11"; sha256 = "0lwqbd0h495srgi2p8fsmsfk5hv5m3f6cxm12j61xx94fdyn98sv"; + revision = "1"; + editedCabalFile = "1wh5acm2298bcp3r4zp7k77rrzynfgbs4s6jq6swml1p3p7yr7b9"; libraryHaskellDepends = [ base flexible-defaults mersenne-random-pure64 mtl mwc-random primitive random stateref syb template-haskell th-extras @@ -225419,8 +226020,8 @@ self: { }: mkDerivation { pname = "reflex-dom-th"; - version = "0.1.0.0"; - sha256 = "0l63nfjwnh9wwaja0qn1532kl0a52jxkval7zmzawds7xkchyizn"; + version = "0.2.0.0"; + sha256 = "14an2f95i0yxivk143qc7f32jx4qmch1irhcg0arbrqkh0rm9jg4"; libraryHaskellDepends = [ array base containers megaparsec reflex-dom-core template-haskell text @@ -225429,7 +226030,7 @@ self: { base bytestring filepath hspec megaparsec stm tasty tasty-golden tasty-hspec ]; - description = "reflex-dom-th transpiles HTML templates to haskell code for @reflex-dom@"; + description = "reflex-dom-th transpiles HTML templates to haskell code for reflex-dom"; license = lib.licenses.bsd3; }) {}; @@ -226449,6 +227050,26 @@ self: { license = lib.licenses.bsd3; }) {}; + "regex-tdfa_1_3_1_2" = callPackage + ({ mkDerivation, array, base, bytestring, containers, directory + , filepath, mtl, parsec, regex-base, text, utf8-string + }: + mkDerivation { + pname = "regex-tdfa"; + version = "1.3.1.2"; + sha256 = "0qka53m4xirlb2cjzr68rhybm31i4x2f78b8724a0askvb4phyn4"; + libraryHaskellDepends = [ + array base bytestring containers mtl parsec regex-base text + ]; + testHaskellDepends = [ + array base bytestring containers directory filepath mtl regex-base + text utf8-string + ]; + description = "Pure Haskell Tagged DFA Backend for \"Text.Regex\" (regex-base)"; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + }) {}; + "regex-tdfa-pipes" = callPackage ({ mkDerivation, array, base, lens, monads-tf, pipes, regex-base , regex-tdfa @@ -227077,6 +227698,34 @@ self: { maintainers = with lib.maintainers; [ sternenseemann ]; }) {}; + "rel8_1_3_1_0" = callPackage + ({ mkDerivation, aeson, base, bifunctors, bytestring + , case-insensitive, comonad, containers, contravariant, hasql + , hasql-transaction, hedgehog, mmorph, opaleye, pretty + , product-profunctors, profunctors, scientific, semialign + , semigroupoids, tasty, tasty-hedgehog, text, these, time + , tmp-postgres, transformers, uuid + }: + mkDerivation { + pname = "rel8"; + version = "1.3.1.0"; + sha256 = "0r1pbci7zl01v485bgbn90m07qrqdzkcpj4mykkdxxla9zlj2m39"; + libraryHaskellDepends = [ + aeson base bifunctors bytestring case-insensitive comonad + contravariant hasql opaleye pretty product-profunctors profunctors + scientific semialign semigroupoids text these time uuid + ]; + testHaskellDepends = [ + base bytestring case-insensitive containers hasql hasql-transaction + hedgehog mmorph scientific tasty tasty-hedgehog text time + tmp-postgres transformers uuid + ]; + description = "Hey! Hey! Can u rel8?"; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + maintainers = with lib.maintainers; [ sternenseemann ]; + }) {}; + "relacion" = callPackage ({ mkDerivation, array, base, containers }: mkDerivation { @@ -232773,6 +233422,22 @@ self: { license = lib.licenses.publicDomain; }) {}; + "rvar_0_3_0_0" = callPackage + ({ mkDerivation, base, bytestring, MonadPrompt, mtl, random + , transformers + }: + mkDerivation { + pname = "rvar"; + version = "0.3.0.0"; + sha256 = "1lj30nl4a8fkjk88p3vdxcwwvgnqm14m8xikrx4lahh9xy6vybjn"; + libraryHaskellDepends = [ + base bytestring MonadPrompt mtl random transformers + ]; + description = "Random Variables"; + license = lib.licenses.publicDomain; + hydraPlatforms = lib.platforms.none; + }) {}; + "rwlock" = callPackage ({ mkDerivation, base, monad-loops-stm, stm, syb }: mkDerivation { @@ -235175,15 +235840,19 @@ self: { }) {}; "schema" = callPackage - ({ mkDerivation, base, groom, hspec, msgpack-binary, QuickCheck }: + ({ mkDerivation, ansi-wl-pprint, base, bytestring, casing, data-fix + , groom, hspec, hspec-discover, QuickCheck, split + , transformers-compat + }: mkDerivation { pname = "schema"; - version = "0.0.2"; - sha256 = "0wzihrcjx6bha6yibsghcl0l3r3bwcsmnidbm072c16sppbglbqh"; - libraryHaskellDepends = [ base ]; - testHaskellDepends = [ - base groom hspec msgpack-binary QuickCheck + version = "0.0.3"; + sha256 = "0x2s70dkq3330g5gnjzxhyav43ql60ya4pqsxi541za42q3g1sry"; + libraryHaskellDepends = [ + ansi-wl-pprint base casing data-fix split transformers-compat ]; + testHaskellDepends = [ base bytestring groom hspec QuickCheck ]; + testToolDepends = [ hspec-discover ]; description = "Encoding-independent schemas for Haskell data types"; license = lib.licenses.gpl3Only; hydraPlatforms = lib.platforms.none; @@ -244873,8 +245542,8 @@ self: { }: mkDerivation { pname = "simple-parser"; - version = "0.9.1"; - sha256 = "1xqx7rxb49mdrzk5waha1n5jzff52l22hvjs4yal7ll62i40k6ym"; + version = "0.10.0"; + sha256 = "0sw9w1zj0p6vcl6ixvlq3n41zm99jkpfjv65xm8xsjw6x5l3jz7z"; libraryHaskellDepends = [ base bytestring containers errata exceptions mmorph mtl nonempty-containers scientific text text-builder @@ -246385,8 +247054,8 @@ self: { }: mkDerivation { pname = "skylighting"; - version = "0.12.2"; - sha256 = "11qzlbzw66ryp1n3fkkhh4g0g29zajs3kf7rv3byjvy9bny5qfi6"; + version = "0.12.3"; + sha256 = "04asis41pwr395246rnhg7xaxi0mwal14sv3x7rzhbs4cb9ycsqi"; configureFlags = [ "-fexecutable" ]; isLibrary = true; isExecutable = true; @@ -246410,8 +247079,8 @@ self: { }: mkDerivation { pname = "skylighting-core"; - version = "0.12.2"; - sha256 = "0zgwzk69ww8w88gaga9fnk2inf6rsqhy5hmj0i29xhd6pb78v92v"; + version = "0.12.3"; + sha256 = "0pv84asvpvanxxalqsxij6hymd0nv5zcpdysj35880api5k28l0w"; isLibrary = true; isExecutable = true; libraryHaskellDepends = [ @@ -249858,6 +250527,30 @@ self: { license = lib.licenses.bsd3; }) {}; + "solana-staking-csvs_0_1_2_0" = callPackage + ({ mkDerivation, aeson, base, bytestring, cassava, cmdargs + , cointracking-imports, hedgehog, mtl, req, scientific, tasty + , tasty-hedgehog, tasty-hunit, text, time + }: + mkDerivation { + pname = "solana-staking-csvs"; + version = "0.1.2.0"; + sha256 = "03y8p5yf0gqv0lrmijqz0p302cf1qxhc6wyxzmfbgxvy22gfs3a1"; + isLibrary = true; + isExecutable = true; + libraryHaskellDepends = [ + aeson base bytestring cassava cmdargs cointracking-imports mtl req + scientific text time + ]; + executableHaskellDepends = [ base ]; + testHaskellDepends = [ + base hedgehog tasty tasty-hedgehog tasty-hunit + ]; + description = "Generate CSV Exports of your Solana Staking Rewards"; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + }) {}; + "solar" = callPackage ({ mkDerivation, base, time }: mkDerivation { @@ -250168,28 +250861,28 @@ self: { "souffle-haskell" = callPackage ({ mkDerivation, array, base, bytestring, containers, criterion , deepseq, directory, filepath, hedgehog, hspec, hspec-hedgehog - , mtl, neat-interpolation, process, template-haskell, temporary - , text, text-short, type-errors-pretty, vector + , mtl, neat-interpolation, process, profunctors, template-haskell + , temporary, text, text-short, type-errors-pretty, vector }: mkDerivation { pname = "souffle-haskell"; - version = "3.1.0"; - sha256 = "1sjdfrhvncsz5lg3bv29x4j2dk0dn7c5mcaj61al8ksh9r51y05l"; + version = "3.2.0"; + sha256 = "03v2572p8rk1x6pr2yaws5qf4q4vlv9130hljrmhrcc2ga2g8rzw"; libraryHaskellDepends = [ array base bytestring containers deepseq directory filepath mtl - process template-haskell temporary text text-short + process profunctors template-haskell temporary text text-short type-errors-pretty vector ]; testHaskellDepends = [ array base bytestring containers deepseq directory filepath hedgehog hspec hspec-hedgehog mtl neat-interpolation process - template-haskell temporary text text-short type-errors-pretty - vector + profunctors template-haskell temporary text text-short + type-errors-pretty vector ]; benchmarkHaskellDepends = [ array base bytestring containers criterion deepseq directory - filepath mtl process template-haskell temporary text text-short - type-errors-pretty vector + filepath mtl process profunctors template-haskell temporary text + text-short type-errors-pretty vector ]; description = "Souffle Datalog bindings for Haskell"; license = lib.licenses.mit; @@ -256900,6 +257593,24 @@ self: { license = lib.licenses.bsd3; }) {}; + "string-conv-tests" = callPackage + ({ mkDerivation, base, bytestring, quickcheck-instances + , string-conv, tasty, tasty-quickcheck, text + }: + mkDerivation { + pname = "string-conv-tests"; + version = "0.1.1"; + sha256 = "13p6x1par3yh4inrhy1785mni3d4cgq143lcm662z71ilb9aacag"; + isLibrary = false; + isExecutable = false; + testHaskellDepends = [ + base bytestring quickcheck-instances string-conv tasty + tasty-quickcheck text + ]; + description = "Tests for the string-conv library"; + license = lib.licenses.bsd3; + }) {}; + "string-conversions" = callPackage ({ mkDerivation, base, bytestring, deepseq, hspec, QuickCheck , quickcheck-instances, text, utf8-string @@ -258288,15 +258999,15 @@ self: { "sugar" = callPackage ({ mkDerivation, base, bytestring, cereal, containers, megaparsec , ordered-containers, safe, tasty, tasty-hspec, text - , text-conversions, text-show, unordered-containers, vector + , text-conversions, unordered-containers, vector }: mkDerivation { pname = "sugar"; - version = "0.0.0"; - sha256 = "1yvxsf7a08zmf03h2gkf0mh69r2nwnxd7359ixhg553lc5cf5ca9"; + version = "0.0.0.1"; + sha256 = "1m0famhab5m3xaavcg704iq857kmy53vg6apzf19amqp9vknmlds"; libraryHaskellDepends = [ base bytestring cereal containers megaparsec ordered-containers - safe text text-conversions text-show unordered-containers vector + safe text text-conversions unordered-containers vector ]; testHaskellDepends = [ base tasty tasty-hspec ]; description = "Legible data"; @@ -263136,6 +263847,21 @@ self: { license = lib.licenses.mit; }) {}; + "tasty-hslua_1_0_2" = callPackage + ({ mkDerivation, base, bytestring, hslua-core, tasty, tasty-hunit + }: + mkDerivation { + pname = "tasty-hslua"; + version = "1.0.2"; + sha256 = "0ibdxwaclghcgcyf9zx4b1dnp4b708ydwli4clmb0a0mp1lwdp98"; + libraryHaskellDepends = [ + base bytestring hslua-core tasty tasty-hunit + ]; + description = "Tasty helpers to test HsLua"; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; + }) {}; + "tasty-hspec" = callPackage ({ mkDerivation, base, hspec, hspec-core, QuickCheck, tasty , tasty-quickcheck, tasty-smallcheck @@ -263372,6 +264098,28 @@ self: { license = lib.licenses.mit; }) {}; + "tasty-lua_1_0_2" = callPackage + ({ mkDerivation, base, bytestring, directory, file-embed, filepath + , hslua-core, hslua-marshalling, lua-arbitrary, QuickCheck, tasty + , tasty-hunit, text + }: + mkDerivation { + pname = "tasty-lua"; + version = "1.0.2"; + sha256 = "1vnyvgcjsvqhwwyqkbgqksr9ppj5whiihpwcqkg33sl7jj3ysdwv"; + libraryHaskellDepends = [ + base bytestring file-embed hslua-core hslua-marshalling + lua-arbitrary QuickCheck tasty text + ]; + testHaskellDepends = [ + base bytestring directory filepath hslua-core hslua-marshalling + lua-arbitrary QuickCheck tasty tasty-hunit + ]; + description = "Write tests in Lua, integrate into tasty"; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; + }) {}; + "tasty-mgolden" = callPackage ({ mkDerivation, ansi-terminal, base, Diff, filepath, hlint, tasty , tasty-expected-failure, tasty-hunit, text, typed-process @@ -264294,7 +265042,7 @@ self: { broken = true; }) {}; - "telegram-bot-simple_0_4_1" = callPackage + "telegram-bot-simple_0_4_3" = callPackage ({ mkDerivation, aeson, aeson-pretty, base, blaze-html, bytestring , cookie, cron, dhall, filepath, hashable, http-api-data , http-client, http-client-tls, http-types, monad-control, mtl @@ -264307,8 +265055,8 @@ self: { }: mkDerivation { pname = "telegram-bot-simple"; - version = "0.4.1"; - sha256 = "1shzqywdxdf2q5kv5nivlyrsijzr6vadp82xrr5vzrxhw9d5np5n"; + version = "0.4.3"; + sha256 = "1v39mn42pp1z6d722czb5qppff7hpap5q5na8dkyjff4fxkid3ag"; isLibrary = true; isExecutable = true; libraryHaskellDepends = [ @@ -272228,8 +272976,8 @@ self: { }: mkDerivation { pname = "tpdb"; - version = "2.2.2"; - sha256 = "0061140xvd06nki4r6xh59cqw9v8kl12dqgd8qx7d2kkjw2qvpn8"; + version = "2.3.0"; + sha256 = "0gn07n03brkfab7c6sq3227k8b3i4v0k83lhxqxsgwz80i0mkx5i"; isLibrary = true; isExecutable = true; libraryHaskellDepends = [ @@ -272701,12 +273449,12 @@ self: { hydraPlatforms = lib.platforms.none; }) {}; - "transformers_0_6_0_3" = callPackage + "transformers_0_6_0_4" = callPackage ({ mkDerivation, base }: mkDerivation { pname = "transformers"; - version = "0.6.0.3"; - sha256 = "070v6kwxinls0w48mfyjqz6rfz03sphyig2ar13lplqjr01kaa67"; + version = "0.6.0.4"; + sha256 = "1jw9c89yri37hsai6jgckfdana1gqjr15xnanxzm3vahvgcb5f1s"; libraryHaskellDepends = [ base ]; description = "Concrete functor and monad transformers"; license = lib.licenses.bsd3; @@ -277625,12 +278373,42 @@ self: { }) {}; "ukrainian-phonetics-basic-array" = callPackage - ({ mkDerivation, base, bytestring, mmsyn2-array, mmsyn5 }: + ({ mkDerivation, base, mmsyn2-array, mmsyn5 + , ukrainian-phonetics-common + }: mkDerivation { pname = "ukrainian-phonetics-basic-array"; - version = "0.4.2.0"; - sha256 = "1qw75wp493bnzwcbmhaifm4m7dj71f5q16xcscmgsysf1lj2y3m3"; - libraryHaskellDepends = [ base bytestring mmsyn2-array mmsyn5 ]; + version = "0.5.2.0"; + sha256 = "17aniswxvzw9kprbkqhlnns5vr9811zz4sp78r9p5a3s3qwl9z2d"; + libraryHaskellDepends = [ + base mmsyn2-array mmsyn5 ukrainian-phonetics-common + ]; + description = "A library to work with the basic Ukrainian phonetics and syllable segmentation"; + license = lib.licenses.mit; + }) {}; + + "ukrainian-phonetics-basic-array-bytestring" = callPackage + ({ mkDerivation, base, bytestring, mmsyn2-array, mmsyn5 + , ukrainian-phonetics-common + }: + mkDerivation { + pname = "ukrainian-phonetics-basic-array-bytestring"; + version = "0.1.0.0"; + sha256 = "1xg3hfxmjvnj3x7ippjwypggi9c052fcalnvrljr6s8fyrmya7sx"; + libraryHaskellDepends = [ + base bytestring mmsyn2-array mmsyn5 ukrainian-phonetics-common + ]; + description = "A library to work with the basic Ukrainian phonetics and syllable segmentation"; + license = lib.licenses.mit; + }) {}; + + "ukrainian-phonetics-common" = callPackage + ({ mkDerivation, base, mmsyn2-array }: + mkDerivation { + pname = "ukrainian-phonetics-common"; + version = "0.1.1.0"; + sha256 = "09sj6d29fcifxc30wxm5fqgvpifk7i7xf1dbxq7grawxf3w3l7hz"; + libraryHaskellDepends = [ base mmsyn2-array ]; description = "A library to work with the basic Ukrainian phonetics and syllable segmentation"; license = lib.licenses.mit; }) {}; @@ -288163,8 +288941,8 @@ self: { }: mkDerivation { pname = "webauthn"; - version = "0.3.0.0"; - sha256 = "0nn6nx6f0wlbfipfhs4irkqhk4bknhcy83n3wxpml9lkgvf8m1kj"; + version = "0.4.0.0"; + sha256 = "1lr5bc69407vb7l55dfzskf01p70zm924r6i53xbf6x8qk0b2nav"; libraryHaskellDepends = [ aeson asn1-encoding asn1-parse asn1-types base base16-bytestring base64-bytestring binary bytestring cborg containers cryptonite From 759631e28b80b6c4f6254781b708c2bf07a4c0cf Mon Sep 17 00:00:00 2001 From: sternenseemann Date: Tue, 22 Feb 2022 12:28:11 +0100 Subject: [PATCH 056/238] haskellPackages.heterocephalus: drop obsolete override 1.0.5.5 made its way into our branch. --- .../haskell-modules/configuration-common.nix | 14 -------------- 1 file changed, 14 deletions(-) diff --git a/pkgs/development/haskell-modules/configuration-common.nix b/pkgs/development/haskell-modules/configuration-common.nix index 9fbc45de14aa..9592ba5de348 100644 --- a/pkgs/development/haskell-modules/configuration-common.nix +++ b/pkgs/development/haskell-modules/configuration-common.nix @@ -1078,20 +1078,6 @@ self: super: { # dontCheck: The test suite tries to mess with ALSA, which doesn't work in the build sandbox. xmobar = dontCheck super.xmobar; - # Pick GHC 9.0 compatibility patch from 1.0.5.5 release - heterocephalus = assert super.heterocephalus.version == "1.0.5.4"; - overrideCabal (drv: { - patches = drv.patches or [] ++ [ - (pkgs.fetchpatch { - url = "https://github.com/arowM/heterocephalus/commit/3d55a4031f2e555d42a3f418acd5013609f528a1.patch"; - sha256 = "1apyn9pfzs8amaph80rnn0w8svs4g1cdw8d4f8i4md64yl0cf3r3"; - }) - ]; - libraryHaskellDepends = drv.libraryHaskellDepends or [] ++ [ - self.template-haskell-compat-v0208 - ]; - }) super.heterocephalus; - # https://github.com/mgajda/json-autotype/issues/25 json-autotype = dontCheck super.json-autotype; From 22c75b75c56da9f4e625e15587aae2efc784ec0d Mon Sep 17 00:00:00 2001 From: Deniz Alp Date: Tue, 22 Feb 2022 15:16:44 +0300 Subject: [PATCH 057/238] haskellPackages.xdot: Apply patch bumping upper bound on base --- pkgs/development/haskell-modules/configuration-common.nix | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/pkgs/development/haskell-modules/configuration-common.nix b/pkgs/development/haskell-modules/configuration-common.nix index 9592ba5de348..100b0b4f8359 100644 --- a/pkgs/development/haskell-modules/configuration-common.nix +++ b/pkgs/development/haskell-modules/configuration-common.nix @@ -49,6 +49,14 @@ self: super: { ghc-datasize = disableLibraryProfiling super.ghc-datasize; ghc-vis = disableLibraryProfiling super.ghc-vis; + # The upper bound on xdot's base dependency broke the build of xdot and its + # dependants so here we bump it: + # > https://github.com/def-/xdot/pull/12 + xdot = appendPatch (pkgs.fetchpatch { + url = "https://github.com/def-/xdot/commit/574dce2b834917126590f4a3df53c00fb7f4fee1.patch"; + sha256 = "sha256-T5mo/XHBMFup6hlqEvIT+VbLGRuGEe4qigJtJCL5KmQ="; + }) super.xdot; + # We can remove this once fakedata version gets to 1.0.1 as the test suite # works fine there. fakedata = dontCheck super.fakedata; From bfc0a60a24f5345f34736228c13c6579d45268f6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Domen=20Ko=C5=BEar?= Date: Tue, 22 Feb 2022 14:16:52 +0000 Subject: [PATCH 058/238] haskellPackages.servant-swagger-ui-core: jailbreak to fix the build --- pkgs/development/haskell-modules/configuration-common.nix | 3 +++ 1 file changed, 3 insertions(+) diff --git a/pkgs/development/haskell-modules/configuration-common.nix b/pkgs/development/haskell-modules/configuration-common.nix index 100b0b4f8359..cce3b04514ac 100644 --- a/pkgs/development/haskell-modules/configuration-common.nix +++ b/pkgs/development/haskell-modules/configuration-common.nix @@ -1565,6 +1565,9 @@ self: super: { # Upstream issue: https://github.com/haskell-servant/servant-swagger/issues/129 servant-swagger = dontCheck super.servant-swagger; + # waiting for aeson bump + servant-swagger-ui-core = doJailbreak super.servant-swagger-ui-core; + hercules-ci-agent = generateOptparseApplicativeCompletion "hercules-ci-agent" super.hercules-ci-agent; hercules-ci-cli = pkgs.lib.pipe super.hercules-ci-cli [ From 058cbf42eb309763418d10882ce004cc7215968a Mon Sep 17 00:00:00 2001 From: Dennis Gosnell Date: Wed, 23 Feb 2022 20:54:54 +0900 Subject: [PATCH 059/238] stack: add cdepillabout as maintainer --- .../haskell-modules/configuration-hackage2nix/main.yaml | 1 + pkgs/development/haskell-modules/hackage-packages.nix | 1 + 2 files changed, 2 insertions(+) diff --git a/pkgs/development/haskell-modules/configuration-hackage2nix/main.yaml b/pkgs/development/haskell-modules/configuration-hackage2nix/main.yaml index e8bce3d41949..abf8636ef37c 100644 --- a/pkgs/development/haskell-modules/configuration-hackage2nix/main.yaml +++ b/pkgs/development/haskell-modules/configuration-hackage2nix/main.yaml @@ -141,6 +141,7 @@ package-maintainers: - pretty-simple - purenix - spago + - stack - termonad dalpd: - ghc-vis diff --git a/pkgs/development/haskell-modules/hackage-packages.nix b/pkgs/development/haskell-modules/hackage-packages.nix index 4490625d5e64..510ce3633993 100644 --- a/pkgs/development/haskell-modules/hackage-packages.nix +++ b/pkgs/development/haskell-modules/hackage-packages.nix @@ -253518,6 +253518,7 @@ self: { ''; description = "The Haskell Tool Stack"; license = lib.licenses.bsd3; + maintainers = with lib.maintainers; [ cdepillabout ]; }) {}; "stack-all" = callPackage From bac88bf4db40ba49a4eafe167d7ab7e2e4c3bd43 Mon Sep 17 00:00:00 2001 From: Dennis Gosnell Date: Wed, 23 Feb 2022 21:19:25 +0900 Subject: [PATCH 060/238] haskellPackages.aeson: re-enable tests --- pkgs/development/haskell-modules/configuration-common.nix | 3 --- 1 file changed, 3 deletions(-) diff --git a/pkgs/development/haskell-modules/configuration-common.nix b/pkgs/development/haskell-modules/configuration-common.nix index cce3b04514ac..139fd6af3608 100644 --- a/pkgs/development/haskell-modules/configuration-common.nix +++ b/pkgs/development/haskell-modules/configuration-common.nix @@ -1506,9 +1506,6 @@ self: super: { data-tree-print = doJailbreak super.data-tree-print; - # 2020-11-15: aeson 1.5.4.1 needs to new quickcheck-instances for testing - aeson = dontCheck super.aeson; - # 2020-11-15: nettle tests are pre MonadFail change # https://github.com/stbuehler/haskell-nettle/issues/10 nettle = dontCheck super.nettle; From 48b466586313df6fdf391da51e4006721e1d92f5 Mon Sep 17 00:00:00 2001 From: Dennis Gosnell Date: Wed, 23 Feb 2022 21:23:19 +0900 Subject: [PATCH 061/238] haskellPackages.aeson_1_5_6_0: generate this package stack-2.7.3 needs pantry-0.5.2.1, which needs aeson < 2. This commit generates the latest aeson version which is < 2. --- .../haskell-modules/configuration-common.nix | 4 +++ .../configuration-hackage2nix/main.yaml | 1 + .../haskell-modules/hackage-packages.nix | 35 +++++++++++++++++++ 3 files changed, 40 insertions(+) diff --git a/pkgs/development/haskell-modules/configuration-common.nix b/pkgs/development/haskell-modules/configuration-common.nix index 139fd6af3608..60aaa39e8cd1 100644 --- a/pkgs/development/haskell-modules/configuration-common.nix +++ b/pkgs/development/haskell-modules/configuration-common.nix @@ -987,6 +987,10 @@ self: super: { ormolu = generateOptparseApplicativeCompletion "ormolu" super.ormolu; stack = generateOptparseApplicativeCompletion "stack" super.stack; + # Too strict version bound on hashable-time. + # Tests require newer package version. + aeson_1_5_6_0 = dontCheck (doJailbreak super.aeson_1_5_6_0); + # musl fixes # dontCheck: use of non-standard strptime "%s" which musl doesn't support; only used in test unix-time = if pkgs.stdenv.hostPlatform.isMusl then dontCheck super.unix-time else super.unix-time; diff --git a/pkgs/development/haskell-modules/configuration-hackage2nix/main.yaml b/pkgs/development/haskell-modules/configuration-hackage2nix/main.yaml index abf8636ef37c..ba19a7e54938 100644 --- a/pkgs/development/haskell-modules/configuration-hackage2nix/main.yaml +++ b/pkgs/development/haskell-modules/configuration-hackage2nix/main.yaml @@ -86,6 +86,7 @@ default-package-overrides: - http-client-restricted < 0.0.5 extra-packages: + - aeson < 2 # required by pantry-0.5.2 - base16-bytestring < 1 # required for cabal-install etc. - Cabal == 2.2.* # required for jailbreak-cabal etc. - Cabal == 2.4.* # required for cabal-install etc. diff --git a/pkgs/development/haskell-modules/hackage-packages.nix b/pkgs/development/haskell-modules/hackage-packages.nix index 510ce3633993..cf43158beee4 100644 --- a/pkgs/development/haskell-modules/hackage-packages.nix +++ b/pkgs/development/haskell-modules/hackage-packages.nix @@ -24501,6 +24501,41 @@ self: { hydraPlatforms = lib.platforms.none; }) {}; + "aeson_1_5_6_0" = callPackage + ({ mkDerivation, attoparsec, base, base-compat + , base-compat-batteries, base-orphans, base16-bytestring + , bytestring, containers, data-fix, deepseq, Diff, directory, dlist + , filepath, generic-deriving, ghc-prim, hashable, hashable-time + , integer-logarithms, primitive, QuickCheck, quickcheck-instances + , scientific, strict, tagged, tasty, tasty-golden, tasty-hunit + , tasty-quickcheck, template-haskell, text, th-abstraction, these + , time, time-compat, unordered-containers, uuid-types, vector + }: + mkDerivation { + pname = "aeson"; + version = "1.5.6.0"; + sha256 = "1s5z4bgb5150h6a4cjf5vh8dmyrn6ilh29gh05999v6jwd5w6q83"; + revision = "5"; + editedCabalFile = "01mbxj0cqbf20pwgx2021r79xwp8r3sjpvhxlpay5lk0s9pvn0sh"; + libraryHaskellDepends = [ + attoparsec base base-compat-batteries bytestring containers + data-fix deepseq dlist ghc-prim hashable primitive scientific + strict tagged template-haskell text th-abstraction these time + time-compat unordered-containers uuid-types vector + ]; + testHaskellDepends = [ + attoparsec base base-compat base-orphans base16-bytestring + bytestring containers data-fix Diff directory dlist filepath + generic-deriving ghc-prim hashable hashable-time integer-logarithms + QuickCheck quickcheck-instances scientific strict tagged tasty + tasty-golden tasty-hunit tasty-quickcheck template-haskell text + these time time-compat unordered-containers uuid-types vector + ]; + description = "Fast JSON parsing and encoding"; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + }) {}; + "aeson" = callPackage ({ mkDerivation, attoparsec, base, base-compat , base-compat-batteries, base-orphans, base16-bytestring From 6b03b385a97c0caf27ad84eaa0d183be46e15bbe Mon Sep 17 00:00:00 2001 From: Dennis Gosnell Date: Wed, 23 Feb 2022 21:32:50 +0900 Subject: [PATCH 062/238] haskell.packages.ghc8107.pantry_0_5_2_1: add package This adds pantry_0_5_2_1, which currently only works with ghc8107. This is for supporting stack-2.7.3. --- .../configuration-hackage2nix/main.yaml | 1 + .../haskell-modules/configuration-nix.nix | 1 + .../haskell-modules/hackage-packages.nix | 42 +++++++++++++++++++ 3 files changed, 44 insertions(+) diff --git a/pkgs/development/haskell-modules/configuration-hackage2nix/main.yaml b/pkgs/development/haskell-modules/configuration-hackage2nix/main.yaml index ba19a7e54938..ed5c69d26bcb 100644 --- a/pkgs/development/haskell-modules/configuration-hackage2nix/main.yaml +++ b/pkgs/development/haskell-modules/configuration-hackage2nix/main.yaml @@ -107,6 +107,7 @@ extra-packages: - mmorph == 1.1.3 # Newest working version of mmorph on ghc 8.6.5. needed for hls - network == 2.6.3.1 # required by pkgs/games/hedgewars/default.nix, 2020-11-15 - optparse-applicative < 0.16 # needed for niv-0.2.19 + - pantry == 0.5.2.1 # needed for stack-2.7.3 - resolv == 0.1.1.2 # required to build cabal-install-3.0.0.0 with pre ghc-8.8.x - sbv == 7.13 # required for pkgs.petrinizer - crackNum < 3.0 # 2021-05-21: 3.0 removed the lib which sbv 7.13 uses diff --git a/pkgs/development/haskell-modules/configuration-nix.nix b/pkgs/development/haskell-modules/configuration-nix.nix index 8eefecf7214c..f1e990eb9a2f 100644 --- a/pkgs/development/haskell-modules/configuration-nix.nix +++ b/pkgs/development/haskell-modules/configuration-nix.nix @@ -556,6 +556,7 @@ self: super: builtins.intersectAttrs super { # Tests require internet http-download = dontCheck super.http-download; pantry = dontCheck super.pantry; + pantry_0_5_2_1 = dontCheck super.pantry_0_5_2_1; # gtk2hs-buildtools is listed in setupHaskellDepends, but we # need it during the build itself, too. diff --git a/pkgs/development/haskell-modules/hackage-packages.nix b/pkgs/development/haskell-modules/hackage-packages.nix index cf43158beee4..72363fbe3ce8 100644 --- a/pkgs/development/haskell-modules/hackage-packages.nix +++ b/pkgs/development/haskell-modules/hackage-packages.nix @@ -201238,6 +201238,48 @@ self: { broken = true; }) {}; + "pantry_0_5_2_1" = callPackage + ({ mkDerivation, aeson, ansi-terminal, base, bytestring, Cabal + , casa-client, casa-types, conduit, conduit-extra, containers + , cryptonite, cryptonite-conduit, digest, exceptions, filelock + , generic-deriving, hackage-security, hedgehog, hpack, hspec + , http-client, http-client-tls, http-conduit, http-download + , http-types, memory, mtl, network-uri, path, path-io, persistent + , persistent-sqlite, persistent-template, primitive, QuickCheck + , raw-strings-qq, resourcet, rio, rio-orphans, rio-prettyprint + , tar-conduit, text, text-metrics, time, transformers, unix-compat + , unliftio, unordered-containers, vector, yaml, zip-archive + }: + mkDerivation { + pname = "pantry"; + version = "0.5.2.1"; + sha256 = "0g1v78mgxa6mn0vm6yii3nzfdwpn4hgrlcld1h3mbwaxn6c8116k"; + libraryHaskellDepends = [ + aeson ansi-terminal base bytestring Cabal casa-client casa-types + conduit conduit-extra containers cryptonite cryptonite-conduit + digest filelock generic-deriving hackage-security hpack http-client + http-client-tls http-conduit http-download http-types memory mtl + network-uri path path-io persistent persistent-sqlite + persistent-template primitive resourcet rio rio-orphans + rio-prettyprint tar-conduit text text-metrics time transformers + unix-compat unliftio unordered-containers vector yaml zip-archive + ]; + testHaskellDepends = [ + aeson ansi-terminal base bytestring Cabal casa-client casa-types + conduit conduit-extra containers cryptonite cryptonite-conduit + digest exceptions filelock generic-deriving hackage-security + hedgehog hpack hspec http-client http-client-tls http-conduit + http-download http-types memory mtl network-uri path path-io + persistent persistent-sqlite persistent-template primitive + QuickCheck raw-strings-qq resourcet rio rio-orphans rio-prettyprint + tar-conduit text text-metrics time transformers unix-compat + unliftio unordered-containers vector yaml zip-archive + ]; + description = "Content addressable Haskell package management"; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + }) {}; + "pantry" = callPackage ({ mkDerivation, aeson, ansi-terminal, base, bytestring, Cabal , casa-client, casa-types, conduit, conduit-extra, containers From 05f768bc9e61de5852a64b2f51918d5971ee8cd9 Mon Sep 17 00:00:00 2001 From: Dennis Gosnell Date: Wed, 23 Feb 2022 21:53:58 +0900 Subject: [PATCH 063/238] stack: switch to building with ghc8107 stack-2.7.3 currently only supports being built with ghc8107, not ghc902. --- .../haskell-modules/configuration-common.nix | 13 ++++++++++++- pkgs/top-level/all-packages.nix | 6 +++++- 2 files changed, 17 insertions(+), 2 deletions(-) diff --git a/pkgs/development/haskell-modules/configuration-common.nix b/pkgs/development/haskell-modules/configuration-common.nix index 60aaa39e8cd1..32908c4bc7fc 100644 --- a/pkgs/development/haskell-modules/configuration-common.nix +++ b/pkgs/development/haskell-modules/configuration-common.nix @@ -985,7 +985,18 @@ self: super: { optparse-applicative = self.optparse-applicative_0_15_1_0; })); ormolu = generateOptparseApplicativeCompletion "ormolu" super.ormolu; - stack = generateOptparseApplicativeCompletion "stack" super.stack; + + # Currently only builds with GHC-8.10.7 and old aeson: + # https://github.com/commercialhaskell/stack/issues/5670 + # https://github.com/commercialhaskell/stack/issues/5558 + stack = + generateOptparseApplicativeCompletion "stack" + (super.stack.overrideScope (self: super: { + # pantry-0.5.2.1 requires aeson < 2. + aeson = self.aeson_1_5_6_0; + # stack-2.7.3 requires old version of pantry. + pantry = self.pantry_0_5_2_1; + })); # Too strict version bound on hashable-time. # Tests require newer package version. diff --git a/pkgs/top-level/all-packages.nix b/pkgs/top-level/all-packages.nix index 6d7f0a572f75..f906f3fc2580 100644 --- a/pkgs/top-level/all-packages.nix +++ b/pkgs/top-level/all-packages.nix @@ -12427,7 +12427,11 @@ with pkgs; cabal-install = haskell.lib.compose.justStaticExecutables haskellPackages.cabal-install; - stack = haskell.lib.compose.justStaticExecutables haskellPackages.stack; + # stack doesn't build with ghc902 (Cabal-3.4) yet: + # https://github.com/commercialhaskell/stack/issues/5670 + # https://github.com/commercialhaskell/stack/issues/5558 + stack = haskell.lib.compose.justStaticExecutables haskell.packages.ghc8107.stack; + hlint = haskell.lib.compose.justStaticExecutables haskellPackages.hlint; krank = haskell.lib.compose.justStaticExecutables haskellPackages.krank; From 3c22208dc9b4f9790d333f40f4736c4d1a101f46 Mon Sep 17 00:00:00 2001 From: Deniz Alp Date: Tue, 22 Feb 2022 22:04:38 +0300 Subject: [PATCH 064/238] haskellPackages.fakedata: Re-enable test suite As the comment says the issue was fixed in version 1.0.1 and we now track version 1.0.2. --- pkgs/development/haskell-modules/configuration-common.nix | 4 ---- 1 file changed, 4 deletions(-) diff --git a/pkgs/development/haskell-modules/configuration-common.nix b/pkgs/development/haskell-modules/configuration-common.nix index 32908c4bc7fc..9d04ef9b40dd 100644 --- a/pkgs/development/haskell-modules/configuration-common.nix +++ b/pkgs/development/haskell-modules/configuration-common.nix @@ -57,10 +57,6 @@ self: super: { sha256 = "sha256-T5mo/XHBMFup6hlqEvIT+VbLGRuGEe4qigJtJCL5KmQ="; }) super.xdot; - # We can remove this once fakedata version gets to 1.0.1 as the test suite - # works fine there. - fakedata = dontCheck super.fakedata; - # The latest release on hackage has an upper bound on containers which # breaks the build, though it works with the version of containers present # and the upper bound doesn't exist in code anymore: From 376a511e0997247b8d3a8f46b63a83d6444bf7d2 Mon Sep 17 00:00:00 2001 From: sternenseemann Date: Wed, 23 Feb 2022 22:36:48 +0100 Subject: [PATCH 065/238] elmPackages.elm: build using attoparsec 0.13.2.5 Seems like elm is not quite ready for attoparsec 0.14. --- pkgs/development/compilers/elm/default.nix | 3 ++ .../configuration-hackage2nix/main.yaml | 1 + .../haskell-modules/hackage-packages.nix | 31 +++++++++++++++++++ 3 files changed, 35 insertions(+) diff --git a/pkgs/development/compilers/elm/default.nix b/pkgs/development/compilers/elm/default.nix index ab19ac42d24c..1edf6e5ce7f1 100644 --- a/pkgs/development/compilers/elm/default.nix +++ b/pkgs/development/compilers/elm/default.nix @@ -77,6 +77,9 @@ let in elmPkgs // { inherit elmPkgs; + # We need attoparsec < 0.14 to build elm for now + attoparsec = self.attoparsec_0_13_2_5; + # Needed for elm-format indents = self.callPackage ./packages/indents.nix {}; bimap = self.callPackage ./packages/bimap.nix {}; diff --git a/pkgs/development/haskell-modules/configuration-hackage2nix/main.yaml b/pkgs/development/haskell-modules/configuration-hackage2nix/main.yaml index ed5c69d26bcb..5426789f79d7 100644 --- a/pkgs/development/haskell-modules/configuration-hackage2nix/main.yaml +++ b/pkgs/development/haskell-modules/configuration-hackage2nix/main.yaml @@ -123,6 +123,7 @@ extra-packages: - ghc-exactprint == 1.4.* # 2022-02-07: preserve for now, 1.5.0 has a breaking change without type changes - ShellCheck == 0.7.2 # 2022-02-20: haskell-ci 0.14 needs this - weeder == 2.2.* # 2022-02-21: preserve for GHC 8.10.7 + - attoparsec == 0.13.* # 2022-02-23: Needed to compile elm for now package-maintainers: abbradar: diff --git a/pkgs/development/haskell-modules/hackage-packages.nix b/pkgs/development/haskell-modules/hackage-packages.nix index 72363fbe3ce8..f775dcca1b05 100644 --- a/pkgs/development/haskell-modules/hackage-packages.nix +++ b/pkgs/development/haskell-modules/hackage-packages.nix @@ -35408,6 +35408,37 @@ self: { broken = true; }) {}; + "attoparsec_0_13_2_5" = callPackage + ({ mkDerivation, array, base, bytestring, case-insensitive + , containers, criterion, deepseq, directory, filepath, ghc-prim + , http-types, parsec, QuickCheck, quickcheck-unicode, scientific + , tasty, tasty-quickcheck, text, transformers, unordered-containers + , vector + }: + mkDerivation { + pname = "attoparsec"; + version = "0.13.2.5"; + sha256 = "0vv88m5m7ynjrg114psp4j4s69f1a5va3bvn293vymqrma7g7q11"; + revision = "2"; + editedCabalFile = "1syz7hf2h8c8vwqniymblnyciwqh4hvflfp1h0ywg7ad8q4gqr0v"; + libraryHaskellDepends = [ + array base bytestring containers deepseq ghc-prim scientific text + transformers + ]; + testHaskellDepends = [ + array base bytestring deepseq QuickCheck quickcheck-unicode + scientific tasty tasty-quickcheck text transformers vector + ]; + benchmarkHaskellDepends = [ + array base bytestring case-insensitive containers criterion deepseq + directory filepath ghc-prim http-types parsec scientific text + transformers unordered-containers vector + ]; + description = "Fast combinator parsing for bytestrings and text"; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + }) {}; + "attoparsec" = callPackage ({ mkDerivation, array, base, bytestring, case-insensitive , containers, deepseq, directory, filepath, ghc-prim, http-types From fab0d31f438483248aafcd1815966d083aee19ab Mon Sep 17 00:00:00 2001 From: sternenseemann Date: Wed, 23 Feb 2022 22:38:37 +0100 Subject: [PATCH 066/238] all-cabal-hashes: 2022-02-22T04:07:26Z -> 2022-02-23T21:28:02Z This commit has been generated by maintainers/scripts/haskell/update-hackage.sh and maintainers/scripts/haskell/regenerate-hackage-packages.sh. --- pkgs/data/misc/hackage/pin.json | 8 +- .../haskell-modules/hackage-packages.nix | 669 +++++++++++++++--- 2 files changed, 571 insertions(+), 106 deletions(-) diff --git a/pkgs/data/misc/hackage/pin.json b/pkgs/data/misc/hackage/pin.json index f5a043c774ff..d3d9bd7b7383 100644 --- a/pkgs/data/misc/hackage/pin.json +++ b/pkgs/data/misc/hackage/pin.json @@ -1,6 +1,6 @@ { - "commit": "ada0e965ed752ece5b7fa66fc822cabeb0601c93", - "url": "https://github.com/commercialhaskell/all-cabal-hashes/archive/ada0e965ed752ece5b7fa66fc822cabeb0601c93.tar.gz", - "sha256": "0016y4ng4mdmc4w0b4f6hihgklq5iw22l3s8flxp47f2mj2x3w4z", - "msg": "Update from Hackage at 2022-02-22T04:07:26Z" + "commit": "38aec1ed0aaec052de13f38c66cea9964a4acf17", + "url": "https://github.com/commercialhaskell/all-cabal-hashes/archive/38aec1ed0aaec052de13f38c66cea9964a4acf17.tar.gz", + "sha256": "11xmbfm3dx2sfkb96sg8p1545q2q130gnk8gkb3r17c6yy4q4k5k", + "msg": "Update from Hackage at 2022-02-23T21:28:02Z" } diff --git a/pkgs/development/haskell-modules/hackage-packages.nix b/pkgs/development/haskell-modules/hackage-packages.nix index f775dcca1b05..baca8e28be50 100644 --- a/pkgs/development/haskell-modules/hackage-packages.nix +++ b/pkgs/development/haskell-modules/hackage-packages.nix @@ -9504,6 +9504,28 @@ self: { license = lib.licenses.bsd3; }) {}; + "HTTP_4000_4_0" = callPackage + ({ mkDerivation, array, base, bytestring, deepseq, httpd-shed + , HUnit, mtl, network, network-uri, parsec, pureMD5, split + , test-framework, test-framework-hunit, time, transformers + }: + mkDerivation { + pname = "HTTP"; + version = "4000.4.0"; + sha256 = "1m2z6hsla3kf810kcfkljf2j9w6lhjgvxbpqzv5f227wxs8n5s5h"; + libraryHaskellDepends = [ + array base bytestring mtl network network-uri parsec time + transformers + ]; + testHaskellDepends = [ + base bytestring deepseq httpd-shed HUnit mtl network network-uri + pureMD5 split test-framework test-framework-hunit + ]; + description = "A library for client-side HTTP"; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + }) {}; + "HTTP-Simple" = callPackage ({ mkDerivation, base, HTTP, network }: mkDerivation { @@ -24781,8 +24803,8 @@ self: { }: mkDerivation { pname = "aeson-diff"; - version = "1.1.0.9"; - sha256 = "18bm4qyjjwgrr6dxc4y0vai0z6qgrh2lcqb4jrr4xqs4cxrlwr92"; + version = "1.1.0.10"; + sha256 = "1v9y9y9fkd9zzj4kzqlckh7ns0p3wnn613z27z86faxih65adkr9"; isLibrary = true; isExecutable = true; libraryHaskellDepends = [ @@ -32908,8 +32930,8 @@ self: { }: mkDerivation { pname = "argo"; - version = "0.2022.2.2"; - sha256 = "133k1jqx737y8bj92w7afvs5hxh28gcv6yyf7mdwlnvq1xphy7pa"; + version = "0.2022.2.23"; + sha256 = "0j0bi2fc4d73a8k77z727iknnr7pc45ac4mpdps5p980bb6hmb99"; isLibrary = true; isExecutable = true; libraryHaskellDepends = [ @@ -46123,8 +46145,8 @@ self: { pname = "bounded-array"; version = "0.1.0.0"; sha256 = "0zv5a82rm6hwikgls2hw9d18igvfgw655s5pw5h1xbwcv1d8d0ji"; - revision = "2"; - editedCabalFile = "1j04il1kw0r3sy1dv3b3lffkxvnka7ic25jx174wzd0myqbr9zpr"; + revision = "3"; + editedCabalFile = "1m0kmns9my73idfkp5n5qix7w0lzrqbq96p4hhxa3702z5cvqkpf"; libraryHaskellDepends = [ array base ]; description = "Arrays with a value for every index"; license = lib.licenses.bsd3; @@ -48166,6 +48188,21 @@ self: { license = lib.licenses.bsd3; }) {}; + "byte-order_0_1_3_0" = callPackage + ({ mkDerivation, base, primitive, primitive-unaligned, wide-word }: + mkDerivation { + pname = "byte-order"; + version = "0.1.3.0"; + sha256 = "0lr5ijhc165qhviabklnl0zpbk5400wb1fqd1xn7x0ga1vvclxhl"; + libraryHaskellDepends = [ + base primitive primitive-unaligned wide-word + ]; + testHaskellDepends = [ base primitive wide-word ]; + description = "Portable big-endian and little-endian conversions"; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + }) {}; + "byteable" = callPackage ({ mkDerivation, base, bytestring }: mkDerivation { @@ -51148,8 +51185,8 @@ self: { }: mkDerivation { pname = "calamity"; - version = "0.2.0.0"; - sha256 = "0c3nfi2vsj9h64l9j3pf42fgjgs7sh5ks7i1ymkfvmb2d3yyff6x"; + version = "0.2.0.2"; + sha256 = "05yqh6prffcwdv4zl1xcw8p9xidrn95wffxjkiy5j5vh2yf5a7c0"; libraryHaskellDepends = [ aeson async base bytestring calamity-commands colour concurrent-extra connection containers data-default-class @@ -53940,6 +53977,26 @@ self: { hydraPlatforms = lib.platforms.none; }) {}; + "cfn-flip" = callPackage + ({ mkDerivation, aeson, base, bytestring, conduit, doctest + , filepath, Glob, hspec, libyaml, resourcet, text, unliftio + , unliftio-core, yaml + }: + mkDerivation { + pname = "cfn-flip"; + version = "0.1.0.1"; + sha256 = "0vykc7lwjarbf0zqkjfms5sv82vsd64q102qrmvl3qs8mil0vkv2"; + libraryHaskellDepends = [ + aeson base bytestring conduit libyaml resourcet text unliftio + unliftio-core yaml + ]; + testHaskellDepends = [ + aeson base conduit doctest filepath Glob hspec libyaml yaml + ]; + description = "Haskell implementation of aws/cfn-flip"; + license = lib.licenses.mit; + }) {}; + "cfopu" = callPackage ({ mkDerivation, base, bytestring, containers, data-default , dequeue, mtl @@ -54829,6 +54886,20 @@ self: { license = lib.licenses.bsd3; }) {}; + "checkers_0_5_7" = callPackage + ({ mkDerivation, array, base, QuickCheck, random, semigroupoids }: + mkDerivation { + pname = "checkers"; + version = "0.5.7"; + sha256 = "1yqrwbwylqbyagbilak7491ai5jwd92lrs2y144yrksq4215f9az"; + libraryHaskellDepends = [ + array base QuickCheck random semigroupoids + ]; + description = "Check properties on standard classes and data structures"; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + }) {}; + "checkmate" = callPackage ({ mkDerivation, base, bytestring, containers, diff-parse , directory, file-embed, filepath, github, hlint, hspec @@ -55997,6 +56068,25 @@ self: { maintainers = with lib.maintainers; [ dschrempf ]; }) {}; + "circular_0_4_0_2" = callPackage + ({ mkDerivation, aeson, base, criterion, hspec, primitive + , QuickCheck, quickcheck-instances, vector + }: + mkDerivation { + pname = "circular"; + version = "0.4.0.2"; + sha256 = "1wmm649rpjyy1w7k8zd4b8k52cb26i2jq4n6hszbspxp2bcvrnfs"; + libraryHaskellDepends = [ aeson base primitive vector ]; + testHaskellDepends = [ + aeson base hspec primitive QuickCheck quickcheck-instances vector + ]; + benchmarkHaskellDepends = [ base criterion vector ]; + description = "Circular fixed-sized mutable vectors"; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + maintainers = with lib.maintainers; [ dschrempf ]; + }) {}; + "circus" = callPackage ({ mkDerivation, aeson, base, bytestring, containers, mtl, syb , text @@ -66084,6 +66174,22 @@ self: { maintainers = with lib.maintainers; [ dschrempf ]; }) {}; + "covariance_0_1_0_6" = callPackage + ({ mkDerivation, base, glasso, hmatrix, statistics, tasty + , tasty-hunit, vector + }: + mkDerivation { + pname = "covariance"; + version = "0.1.0.6"; + sha256 = "0aqml07q4rxihv3mrflprx2gm1c56np2m4n8kbipcdiflndn1017"; + libraryHaskellDepends = [ base glasso hmatrix statistics vector ]; + testHaskellDepends = [ base hmatrix tasty tasty-hunit ]; + description = "Well-conditioned estimation of large-dimensional covariance matrices"; + license = lib.licenses.gpl3Plus; + hydraPlatforms = lib.platforms.none; + maintainers = with lib.maintainers; [ dschrempf ]; + }) {}; + "coverage" = callPackage ({ mkDerivation, base, hspec, HUnit, QuickCheck }: mkDerivation { @@ -73655,6 +73761,8 @@ self: { pname = "decision-diagrams"; version = "0.2.0.0"; sha256 = "0l03mwig95h300rn1cfhd5ahwrlap6zsw09lwmkx6wkw6rjf4a5s"; + revision = "1"; + editedCabalFile = "12wki53kzfry2fh8039zvs0ifkzcz48vkg9ks8ycb60sjqqqf1cl"; libraryHaskellDepends = [ base containers hashable hashtables intern mwc-random primitive random reflection unordered-containers vector @@ -76110,8 +76218,8 @@ self: { pname = "dhall-recursive-adt"; version = "0.1.0.1"; sha256 = "09s3m86vflj5im2walab8d0wpvihsvxc5mzy55m10pfzr3gxsd11"; - revision = "2"; - editedCabalFile = "14a524zh3vi06cnf5glhd1kdl4wsmzsaqgvsvxg5096kzn6cijqx"; + revision = "3"; + editedCabalFile = "0hwbqkxsq0bg03vdxrzjmwczga0s31nsj449sbim140729fk5v7r"; libraryHaskellDepends = [ base data-fix dhall recursion-schemes ]; testHaskellDepends = [ base dhall either hedgehog recursion-schemes tasty tasty-hedgehog @@ -78255,6 +78363,24 @@ self: { maintainers = with lib.maintainers; [ dschrempf ]; }) {}; + "dirichlet_0_1_0_6" = callPackage + ({ mkDerivation, base, hspec, log-domain, math-functions + , mwc-random, primitive, vector + }: + mkDerivation { + pname = "dirichlet"; + version = "0.1.0.6"; + sha256 = "1awypb4ww1mgmvyd16hx1wxjws83slv65i3dc059b7w5nrmwqg49"; + libraryHaskellDepends = [ + base log-domain math-functions mwc-random primitive vector + ]; + testHaskellDepends = [ base hspec log-domain mwc-random vector ]; + description = "Multivariate Dirichlet distribution"; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + maintainers = with lib.maintainers; [ dschrempf ]; + }) {}; + "dirstream" = callPackage ({ mkDerivation, base, directory, pipes, pipes-safe, system-fileio , system-filepath, unix @@ -85640,6 +85766,25 @@ self: { maintainers = with lib.maintainers; [ dschrempf ]; }) {}; + "elynx_0_6_1_1" = callPackage + ({ mkDerivation, aeson, base, bytestring, elynx-tools + , optparse-applicative, slynx, tlynx + }: + mkDerivation { + pname = "elynx"; + version = "0.6.1.1"; + sha256 = "16kqf4v9ikrd6w19zg3lrpy69xsdhr0p1hni72wi2i8glrzmq4qw"; + isLibrary = false; + isExecutable = true; + executableHaskellDepends = [ + aeson base bytestring elynx-tools optparse-applicative slynx tlynx + ]; + description = "Validate and (optionally) redo ELynx analyses"; + license = lib.licenses.gpl3Plus; + hydraPlatforms = lib.platforms.none; + maintainers = with lib.maintainers; [ dschrempf ]; + }) {}; + "elynx-markov" = callPackage ({ mkDerivation, async, attoparsec, base, bytestring, containers , elynx-seq, elynx-tools, hmatrix, hspec, integration @@ -85662,6 +85807,29 @@ self: { maintainers = with lib.maintainers; [ dschrempf ]; }) {}; + "elynx-markov_0_6_1_1" = callPackage + ({ mkDerivation, async, attoparsec, base, bytestring, containers + , elynx-seq, elynx-tools, hmatrix, hspec, integration + , math-functions, mwc-random, primitive, statistics, vector + }: + mkDerivation { + pname = "elynx-markov"; + version = "0.6.1.1"; + sha256 = "1xwvnfyil8kp2qxcv8h4k623qn8kajp8mj4a6jbjjp8qk70rlbrf"; + libraryHaskellDepends = [ + async attoparsec base bytestring containers elynx-seq hmatrix + integration math-functions mwc-random primitive statistics vector + ]; + testHaskellDepends = [ + base containers elynx-tools hmatrix hspec mwc-random vector + ]; + benchmarkHaskellDepends = [ base ]; + description = "Simulate molecular sequences along trees"; + license = lib.licenses.gpl3Plus; + hydraPlatforms = lib.platforms.none; + maintainers = with lib.maintainers; [ dschrempf ]; + }) {}; + "elynx-nexus" = callPackage ({ mkDerivation, attoparsec, base, bytestring, hspec }: mkDerivation { @@ -85675,6 +85843,20 @@ self: { maintainers = with lib.maintainers; [ dschrempf ]; }) {}; + "elynx-nexus_0_6_1_1" = callPackage + ({ mkDerivation, attoparsec, base, bytestring, hspec }: + mkDerivation { + pname = "elynx-nexus"; + version = "0.6.1.1"; + sha256 = "0qx28djaj3k56wp0qqcdy7zn90alr24q05l9a93qp0wqahlwmgy3"; + libraryHaskellDepends = [ attoparsec base bytestring ]; + testHaskellDepends = [ base hspec ]; + description = "Import and export Nexus files"; + license = lib.licenses.gpl3Plus; + hydraPlatforms = lib.platforms.none; + maintainers = with lib.maintainers; [ dschrempf ]; + }) {}; + "elynx-seq" = callPackage ({ mkDerivation, aeson, attoparsec, base, bytestring, containers , elynx-tools, hspec, matrices, mwc-random, parallel, primitive @@ -85696,6 +85878,28 @@ self: { maintainers = with lib.maintainers; [ dschrempf ]; }) {}; + "elynx-seq_0_6_1_1" = callPackage + ({ mkDerivation, aeson, attoparsec, base, bytestring, containers + , elynx-tools, hspec, matrices, mwc-random, parallel, primitive + , vector, vector-th-unbox, word8 + }: + mkDerivation { + pname = "elynx-seq"; + version = "0.6.1.1"; + sha256 = "1mcdg4nv9hdmw0lcr2vhy748d3ykcrlplc8hz14ywkxaxlrqb1sm"; + libraryHaskellDepends = [ + aeson attoparsec base bytestring containers matrices mwc-random + parallel primitive vector vector-th-unbox word8 + ]; + testHaskellDepends = [ + base bytestring elynx-tools hspec matrices vector + ]; + description = "Handle molecular sequences"; + license = lib.licenses.gpl3Plus; + hydraPlatforms = lib.platforms.none; + maintainers = with lib.maintainers; [ dschrempf ]; + }) {}; + "elynx-tools" = callPackage ({ mkDerivation, aeson, attoparsec, base, base16-bytestring , bytestring, cryptohash-sha256, directory, hmatrix, mwc-random @@ -85716,6 +85920,27 @@ self: { maintainers = with lib.maintainers; [ dschrempf ]; }) {}; + "elynx-tools_0_6_1_1" = callPackage + ({ mkDerivation, aeson, attoparsec, base, base16-bytestring + , bytestring, cryptohash-sha256, directory, hmatrix, mwc-random + , optparse-applicative, template-haskell, time, transformers + , vector, zlib + }: + mkDerivation { + pname = "elynx-tools"; + version = "0.6.1.1"; + sha256 = "089dgc8c2y4wxhi0xgvql5yfgfbpwnj8sg88hl7nvgnw5sh4jvs2"; + libraryHaskellDepends = [ + aeson attoparsec base base16-bytestring bytestring + cryptohash-sha256 directory hmatrix mwc-random optparse-applicative + template-haskell time transformers vector zlib + ]; + description = "Tools for ELynx"; + license = lib.licenses.gpl3Plus; + hydraPlatforms = lib.platforms.none; + maintainers = with lib.maintainers; [ dschrempf ]; + }) {}; + "elynx-tree" = callPackage ({ mkDerivation, aeson, attoparsec, base, bytestring, comonad , containers, criterion, data-default, data-default-class, deepseq @@ -85744,6 +85969,35 @@ self: { maintainers = with lib.maintainers; [ dschrempf ]; }) {}; + "elynx-tree_0_6_1_1" = callPackage + ({ mkDerivation, aeson, attoparsec, base, bytestring, comonad + , containers, criterion, data-default, data-default-class, deepseq + , double-conversion, elynx-nexus, elynx-tools, hspec + , math-functions, microlens, mwc-random, parallel, primitive + , QuickCheck, quickcheck-classes, statistics + }: + mkDerivation { + pname = "elynx-tree"; + version = "0.6.1.1"; + sha256 = "0jhr5czybmp98cxzipa01wjkxz9jbryqlj02lcmbxlal7sqifsy4"; + libraryHaskellDepends = [ + aeson attoparsec base bytestring comonad containers + data-default-class deepseq double-conversion elynx-nexus + math-functions mwc-random parallel primitive statistics + ]; + testHaskellDepends = [ + attoparsec base bytestring containers data-default elynx-tools + hspec QuickCheck quickcheck-classes + ]; + benchmarkHaskellDepends = [ + base criterion elynx-tools microlens mwc-random parallel + ]; + description = "Handle phylogenetic trees"; + license = lib.licenses.gpl3Plus; + hydraPlatforms = lib.platforms.none; + maintainers = with lib.maintainers; [ dschrempf ]; + }) {}; + "ema" = callPackage ({ mkDerivation, aeson, async, base, constraints-extras, containers , data-default, dependent-sum, dependent-sum-template, directory @@ -97814,8 +98068,8 @@ self: { }: mkDerivation { pname = "freckle-app"; - version = "1.0.2.8"; - sha256 = "072jq8bqxa7h067hplhwp8zfnx1ygfcg1yxjyj10lwxdmr3barsw"; + version = "1.0.2.9"; + sha256 = "000frzvydpmyn547za0zlf7w38avcgspvjpcakalsdv5vzj83kk5"; libraryHaskellDepends = [ aeson ansi-terminal base bytestring case-insensitive conduit containers data-default datadog doctest ekg-core errors exceptions @@ -107440,8 +107694,8 @@ self: { }: mkDerivation { pname = "git-annex"; - version = "10.20220127"; - sha256 = "06s80fa91cnn2r5n6d52lqqp3hpc4ksag82razs7sj19iwixan2w"; + version = "10.20220222"; + sha256 = "119c7l2vqv19ja3pg3adaivsmrmbyg03a88j2msnzcgyhddggf8z"; configureFlags = [ "-fassistant" "-f-benchmark" "-fdbus" "-f-debuglocks" "-fmagicmime" "-fnetworkbsd" "-fpairing" "-fproduction" "-fs3" "-ftorrentparser" @@ -127598,6 +127852,23 @@ self: { broken = true; }) {}; + "headed-megaparsec_0_2_1" = callPackage + ({ mkDerivation, base, case-insensitive, megaparsec + , parser-combinators, selective + }: + mkDerivation { + pname = "headed-megaparsec"; + version = "0.2.1"; + sha256 = "17k4zjvd4i47yz1izbrx98k2lxk5hh553wf94bjn1rdl06vlhc18"; + libraryHaskellDepends = [ + base case-insensitive megaparsec parser-combinators selective + ]; + description = "More informative parser"; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; + broken = true; + }) {}; + "headergen" = callPackage ({ mkDerivation, aeson, aeson-pretty, base, bytestring, directory , filepath, haskeline, time @@ -129342,8 +129613,8 @@ self: { }: mkDerivation { pname = "hermes-json"; - version = "0.1.0.1"; - sha256 = "1c9z85dlzsnnr64xyp2ksqbfjzmm7k8gk3n208wyvbvl7mmrmrqf"; + version = "0.2.0.0"; + sha256 = "1jqpwsspq40pf7g1qhs192kx2xdz0y80z3njh4dp5bd3dsq0kj2k"; libraryHaskellDepends = [ attoparsec attoparsec-iso8601 base bytestring deepseq dlist mtl scientific text time time-compat transformers unliftio @@ -151169,6 +151440,31 @@ self: { broken = true; }) {}; + "incipit-base" = callPackage + ({ mkDerivation, base, bytestring, containers, data-default, text + }: + mkDerivation { + pname = "incipit-base"; + version = "0.1.0.1"; + sha256 = "0s54qlmsaq5v870n4ypji4x1wvy8z5mx833nmbf0fm0f77bh02d7"; + libraryHaskellDepends = [ + base bytestring containers data-default text + ]; + description = "A Prelude for Polysemy"; + license = "BSD-2-Clause-Patent"; + }) {}; + + "incipit-core" = callPackage + ({ mkDerivation, base, incipit-base, polysemy }: + mkDerivation { + pname = "incipit-core"; + version = "0.1.0.1"; + sha256 = "0ikvx23h9dzij815spcx0mmiw8lqhg05l8azcq32ipa22zg6j23m"; + libraryHaskellDepends = [ base incipit-base polysemy ]; + description = "A Prelude for Polysemy"; + license = "BSD-2-Clause-Patent"; + }) {}; + "include-env" = callPackage ({ mkDerivation, base, containers, template-haskell , th-lift-instances @@ -177250,6 +177546,32 @@ self: { maintainers = with lib.maintainers; [ dschrempf ]; }) {}; + "mcmc_0_6_2_0" = callPackage + ({ mkDerivation, aeson, base, bytestring, circular, containers + , covariance, criterion, data-default, deepseq, directory + , dirichlet, double-conversion, hmatrix, hspec, log-domain + , math-functions, microlens, monad-parallel, mwc-random + , pretty-show, primitive, statistics, time, transformers, vector + , zlib + }: + mkDerivation { + pname = "mcmc"; + version = "0.6.2.0"; + sha256 = "0zsvhmdn6ss7jacihd138v5z46bj1617jbddvyw4yy73i1r67bvw"; + libraryHaskellDepends = [ + aeson base bytestring circular containers covariance data-default + deepseq directory dirichlet double-conversion hmatrix log-domain + math-functions microlens monad-parallel mwc-random pretty-show + primitive statistics time transformers vector zlib + ]; + testHaskellDepends = [ base hspec mwc-random statistics ]; + benchmarkHaskellDepends = [ base criterion microlens mwc-random ]; + description = "Sample from a posterior using Markov chain Monte Carlo"; + license = lib.licenses.gpl3Plus; + hydraPlatforms = lib.platforms.none; + maintainers = with lib.maintainers; [ dschrempf ]; + }) {}; + "mcmc-samplers" = callPackage ({ mkDerivation, base, containers, hakaru, hmatrix, mwc-random , primitive, statistics @@ -181203,6 +181525,17 @@ self: { license = lib.licenses.mit; }) {}; + "mmsyn2-array-ukrainian-data" = callPackage + ({ mkDerivation, base }: + mkDerivation { + pname = "mmsyn2-array-ukrainian-data"; + version = "0.1.0.0"; + sha256 = "1fvwa0aby40pahi5gx47x09qzl6myj6djp6shjv5f07m5ygq3h3q"; + libraryHaskellDepends = [ base ]; + description = "Data that is taken from the ukrainian-phonetics-basic-array for optimization"; + license = lib.licenses.mit; + }) {}; + "mmsyn2-hashable" = callPackage ({ mkDerivation, base, ghc-prim, hashable, hashtables }: mkDerivation { @@ -191793,8 +192126,8 @@ self: { }: mkDerivation { pname = "network-wait"; - version = "0.1.0.0"; - sha256 = "16a17siak1xa9ppyzyghsggps8cl77ksy4qb6wdzps40h5arlwyc"; + version = "0.1.1.0"; + sha256 = "03gkmk7nasj48ld0gdq8j4mvn1ja94ljsfdcc0nsgkd89jcd4ng4"; libraryHaskellDepends = [ base exceptions network retry ]; testHaskellDepends = [ base exceptions network network-simple retry tasty tasty-hunit @@ -192699,6 +193032,8 @@ self: { pname = "nix-diff"; version = "1.0.17"; sha256 = "1jv7gqa081fjkf36l7868slpqr9qf0jd65s3wr24h5q1jlbcnfk2"; + revision = "1"; + editedCabalFile = "0g222kd1whm4rpxy75jcsv5zgbw4cj8wfb46labxpvd37n7q598m"; isLibrary = false; isExecutable = true; executableHaskellDepends = [ @@ -203811,6 +204146,21 @@ self: { maintainers = with lib.maintainers; [ dschrempf ]; }) {}; + "pava_0_1_1_3" = callPackage + ({ mkDerivation, base, criterion, hspec, mwc-random, vector }: + mkDerivation { + pname = "pava"; + version = "0.1.1.3"; + sha256 = "07k8kgzz4rscpg716f72my1xcl1sr1g4laky3xjrk3vh1gzn1g88"; + libraryHaskellDepends = [ base vector ]; + testHaskellDepends = [ base hspec vector ]; + benchmarkHaskellDepends = [ base criterion mwc-random vector ]; + description = "Greatest convex majorants and least concave minorants"; + license = lib.licenses.gpl3Plus; + hydraPlatforms = lib.platforms.none; + maintainers = with lib.maintainers; [ dschrempf ]; + }) {}; + "paymill" = callPackage ({ mkDerivation, base, hspec }: mkDerivation { @@ -207068,7 +207418,8 @@ self: { }) {}; "phonetic-languages-simplified-examples-array" = callPackage - ({ mkDerivation, base, cli-arguments, heaps, mmsyn2-array, parallel + ({ mkDerivation, base, cli-arguments, heaps, mmsyn2-array + , mmsyn2-array-ukrainian-data, parallel , phonetic-languages-constraints-array , phonetic-languages-filters-array , phonetic-languages-permutations-array, phonetic-languages-plus @@ -207081,13 +207432,13 @@ self: { }: mkDerivation { pname = "phonetic-languages-simplified-examples-array"; - version = "0.16.3.0"; - sha256 = "12hqxk3fga9k6xw8wns834n12wcpmxki2cbyq03jgz22n00css0f"; + version = "0.17.0.0"; + sha256 = "0g9nvs9rdnabh4vnwlw1wpslgyp4xsapx5glh9qvaq86c207zy64"; isLibrary = true; isExecutable = true; libraryHaskellDepends = [ - base cli-arguments heaps mmsyn2-array parallel - phonetic-languages-constraints-array + base cli-arguments heaps mmsyn2-array mmsyn2-array-ukrainian-data + parallel phonetic-languages-constraints-array phonetic-languages-filters-array phonetic-languages-permutations-array phonetic-languages-plus phonetic-languages-rhythmicity phonetic-languages-simplified-base @@ -207097,8 +207448,8 @@ self: { ukrainian-phonetics-basic-array uniqueness-periods-vector-stats ]; executableHaskellDepends = [ - base cli-arguments heaps mmsyn2-array parallel - phonetic-languages-constraints-array + base cli-arguments heaps mmsyn2-array mmsyn2-array-ukrainian-data + parallel phonetic-languages-constraints-array phonetic-languages-filters-array phonetic-languages-permutations-array phonetic-languages-plus phonetic-languages-rhythmicity phonetic-languages-simplified-base @@ -211210,38 +211561,39 @@ self: { }) {}; "polysemy-chronos" = callPackage - ({ mkDerivation, base, chronos, polysemy, polysemy-test + ({ mkDerivation, base, chronos, incipit-core, polysemy-test , polysemy-time, tasty }: mkDerivation { pname = "polysemy-chronos"; - version = "0.2.0.3"; - sha256 = "0y22xzv3d7l7q7p15ffhfhzznsx82ghkrganv81mjbspvpfjlvrl"; - libraryHaskellDepends = [ base chronos polysemy polysemy-time ]; + version = "0.3.0.0"; + sha256 = "087fys4lsk87mc7w6nq30l8lj1rx54rbr85d1n28ghsakyz70l3x"; + libraryHaskellDepends = [ + base chronos incipit-core polysemy-time + ]; testHaskellDepends = [ - base chronos polysemy-test polysemy-time tasty + base chronos incipit-core polysemy-test polysemy-time tasty ]; description = "Polysemy-time Interpreters for Chronos"; license = "BSD-2-Clause-Patent"; }) {}; "polysemy-conc" = callPackage - ({ mkDerivation, async, base, containers, data-default, polysemy - , polysemy-plugin, polysemy-test, polysemy-time, relude, stm - , stm-chans, tasty, template-haskell, text, time, torsor - , unagi-chan, unix + ({ mkDerivation, async, base, containers, incipit-core, polysemy + , polysemy-plugin, polysemy-resume, polysemy-test, polysemy-time + , stm, stm-chans, tasty, time, torsor, unagi-chan, unix }: mkDerivation { pname = "polysemy-conc"; - version = "0.5.1.1"; - sha256 = "0ix59hjrlhk04pwif6kszk7xpkkapxx7hr1vpm7nrggjgfk1015i"; + version = "0.6.0.0"; + sha256 = "1mhy5bj4las43xwzzpg1s6jdcb6l7faay78jz7agvzg4zrn0kqqn"; libraryHaskellDepends = [ - async base containers data-default polysemy polysemy-time relude - stm stm-chans template-haskell text time torsor unagi-chan unix + async base containers incipit-core polysemy polysemy-resume + polysemy-time stm stm-chans torsor unagi-chan unix ]; testHaskellDepends = [ - async base polysemy polysemy-plugin polysemy-test polysemy-time stm - tasty time unagi-chan unix + async base incipit-core polysemy polysemy-plugin polysemy-resume + polysemy-test polysemy-time stm tasty time unagi-chan unix ]; description = "Polysemy Effects for Concurrency"; license = "BSD-2-Clause-Patent"; @@ -211574,22 +211926,20 @@ self: { }) {}; "polysemy-process" = callPackage - ({ mkDerivation, async, base, bytestring, containers, polysemy + ({ mkDerivation, base, incipit-core, path, path-io, polysemy , polysemy-conc, polysemy-plugin, polysemy-resume, polysemy-test - , polysemy-time, relude, stm, stm-chans, tasty, template-haskell - , text, time, typed-process + , posix-pty, process, stm-chans, tasty, typed-process, unix }: mkDerivation { pname = "polysemy-process"; - version = "0.5.1.1"; - sha256 = "1231d7nwmn4krs9rj5yivfnfqdhpc3dlj17a1lhih3dzxwzlizyi"; + version = "0.6.0.0"; + sha256 = "02b3scphwkihs75gkw6j3dfddlm1l4nzqk38smbi6dzdn65dc5ha"; libraryHaskellDepends = [ - async base bytestring containers polysemy polysemy-conc - polysemy-resume polysemy-time relude stm stm-chans template-haskell - text time typed-process + base incipit-core path path-io polysemy polysemy-conc + polysemy-resume posix-pty process stm-chans typed-process unix ]; testHaskellDepends = [ - base bytestring polysemy polysemy-conc polysemy-plugin + base incipit-core polysemy polysemy-conc polysemy-plugin polysemy-resume polysemy-test tasty typed-process ]; description = "Polysemy Effects for System Processes"; @@ -211633,17 +211983,20 @@ self: { }) {}; "polysemy-resume" = callPackage - ({ mkDerivation, base, hedgehog, polysemy, polysemy-plugin - , polysemy-test, relude, tasty, tasty-hedgehog, text, transformers + ({ mkDerivation, base, hedgehog, incipit-core, polysemy + , polysemy-plugin, polysemy-test, stm, tasty, tasty-hedgehog, text + , transformers }: mkDerivation { pname = "polysemy-resume"; - version = "0.2.0.0"; - sha256 = "08m9h9yfi0wasyaxjs27km41q648p8qna8imc4dhcp75q6bwc65g"; - libraryHaskellDepends = [ base polysemy relude transformers ]; + version = "0.3.0.0"; + sha256 = "09vvj3rjc4bcgfz58bfisc0261vgwwd3xg7xvr6d1iwfn0xk3grr"; + libraryHaskellDepends = [ + base incipit-core polysemy transformers + ]; testHaskellDepends = [ - base hedgehog polysemy polysemy-plugin polysemy-test tasty - tasty-hedgehog text + base hedgehog incipit-core polysemy polysemy-plugin polysemy-test + stm tasty tasty-hedgehog text ]; description = "Polysemy error tracking"; license = "BSD-2-Clause-Patent"; @@ -211676,35 +212029,39 @@ self: { }) {}; "polysemy-test" = callPackage - ({ mkDerivation, base, containers, either, hedgehog, path, path-io - , polysemy, relude, tasty, tasty-hedgehog, text, transformers + ({ mkDerivation, base, hedgehog, incipit-core, path, path-io + , polysemy, tasty, tasty-hedgehog, transformers }: mkDerivation { pname = "polysemy-test"; - version = "0.3.1.9"; - sha256 = "0qcizbc1kvzxkdlj7j806cq2lpzmkkwazf16hn6kibgyj3gfqx96"; + version = "0.4.0.1"; + sha256 = "0lp0k85w48ni6m7dmkp7n12wam0qkw2hi96qpricxm0q3gf7ql33"; enableSeparateDataOutput = true; libraryHaskellDepends = [ - base containers either hedgehog path path-io polysemy relude tasty - tasty-hedgehog text transformers + base hedgehog incipit-core path path-io polysemy tasty + tasty-hedgehog transformers + ]; + testHaskellDepends = [ + base hedgehog incipit-core path polysemy tasty ]; - testHaskellDepends = [ base hedgehog path polysemy tasty text ]; description = "Polysemy Effects for Testing"; license = "BSD-2-Clause-Patent"; }) {}; "polysemy-time" = callPackage - ({ mkDerivation, aeson, base, polysemy, polysemy-test, relude - , tasty, template-haskell, text, time, torsor + ({ mkDerivation, aeson, base, incipit-core, polysemy-test, stm + , tasty, template-haskell, time, torsor }: mkDerivation { pname = "polysemy-time"; - version = "0.2.0.3"; - sha256 = "1ga6nv7916qr10vlhz8vbxvf47q0nad7vk7lidmdczmmq2gj096i"; + version = "0.3.0.0"; + sha256 = "1sqbdddy6dy03nf78s27d9zwm6l1v7dywwv0h77m4szzamxdr8cq"; libraryHaskellDepends = [ - aeson base polysemy relude template-haskell text time torsor + aeson base incipit-core stm template-haskell time torsor + ]; + testHaskellDepends = [ + base incipit-core polysemy-test tasty time ]; - testHaskellDepends = [ base polysemy polysemy-test tasty time ]; description = "Polysemy Effect for Time"; license = "BSD-2-Clause-Patent"; }) {}; @@ -215099,6 +215456,20 @@ self: { license = lib.licenses.bsd3; }) {}; + "pretty-html" = callPackage + ({ mkDerivation, base, bytestring, filepath, text }: + mkDerivation { + pname = "pretty-html"; + version = "0.1.0.0"; + sha256 = "099gj9h1smgjnp8xyrp5c0hj99f35lf7jc6rgmbnh8s7ra3a1gz5"; + enableSeparateDataOutput = true; + libraryHaskellDepends = [ base text ]; + testHaskellDepends = [ base bytestring filepath text ]; + doHaddock = false; + description = "Produce nice human-readable HTML"; + license = lib.licenses.mit; + }) {}; + "pretty-loc" = callPackage ({ mkDerivation, base, text }: mkDerivation { @@ -239220,6 +239591,8 @@ self: { pname = "servant"; version = "0.19"; sha256 = "1rahn436vc3xajn563ni25jqkg87fvhqkpswan1xy6qsfr0ikdjb"; + revision = "1"; + editedCabalFile = "0v1jpvjj4b9j16af62ypnf2xns8gbwg82dq07dfd0flsr32r3vws"; libraryHaskellDepends = [ aeson attoparsec base base-compat bifunctors bytestring case-insensitive constraints deepseq http-api-data http-media @@ -239292,6 +239665,8 @@ self: { pname = "servant-auth"; version = "0.4.1.0"; sha256 = "08ggnlknhzdpf49zjm1qpzm12gckss7yr8chmzm6h6ycigz77ndd"; + revision = "2"; + editedCabalFile = "0z58fqjas3dvczpkm9l9j7cmpb86b07iicijbcm4q15ddfgv39dy"; libraryHaskellDepends = [ aeson base containers jose lens servant text unordered-containers ]; @@ -239432,6 +239807,8 @@ self: { pname = "servant-auth-server"; version = "0.4.7.0"; sha256 = "1m145xxqg1xy7i1br9yfh3avwkb30zh808nr658ljl7j2imlknj2"; + revision = "1"; + editedCabalFile = "1ibm22i3hqgmfw93fdxrmb8b1zzhprwrcvlril4ykwbsdvxp0x1y"; libraryHaskellDepends = [ aeson base base64-bytestring blaze-builder bytestring case-insensitive cookie data-default-class entropy http-types jose @@ -239456,8 +239833,8 @@ self: { pname = "servant-auth-swagger"; version = "0.2.10.1"; sha256 = "029nvb4wxwl98ah26bgcq1b7izrnvssxwn1682liimvsh4a8bady"; - revision = "4"; - editedCabalFile = "1rwywxhiz7fl5gp90nvdlc0gw0f0lg3pnigj6cpah1fsay4arscf"; + revision = "5"; + editedCabalFile = "0wfpjw183v3bpcd4an8dx13ckdiaw7xmavwvcm2qhifpjd79wpi4"; libraryHaskellDepends = [ base lens servant servant-auth servant-swagger swagger2 text ]; @@ -239776,6 +240153,8 @@ self: { pname = "servant-client"; version = "0.19"; sha256 = "1bdapsr6il0f019ss8wsxndpc8cd5czj40xczay5qhl7fqnxg5pa"; + revision = "1"; + editedCabalFile = "0rdbycjshpg5jx6a0s97nfbgcibjgpwy1didgsd5lml9iq6xprpn"; libraryHaskellDepends = [ base base-compat bytestring containers deepseq exceptions http-client http-media http-types kan-extensions monad-control mtl @@ -239804,6 +240183,8 @@ self: { pname = "servant-client-core"; version = "0.19"; sha256 = "0cisc5cyl367cwrch1gr812aspd36a21hkwi6mwj708rpspwvrmc"; + revision = "1"; + editedCabalFile = "1dka1c1fsgd1ipzimz6h1in8h6ifdjb0bvvg4r0nb2z8887s6qaz"; libraryHaskellDepends = [ aeson base base-compat base64-bytestring bytestring constraints containers deepseq exceptions free http-media http-types @@ -239973,6 +240354,8 @@ self: { pname = "servant-docs"; version = "0.12"; sha256 = "0531jldq35sl1qlna0s1n8bakbsplg15611305dk48z80vcpa933"; + revision = "1"; + editedCabalFile = "1pkngpbsl99y0ixwqf1rh8x2nf6q16wh506xrr7m1jgs05b5aa2a"; isLibrary = true; isExecutable = true; libraryHaskellDepends = [ @@ -240218,8 +240601,8 @@ self: { pname = "servant-foreign"; version = "0.15.4"; sha256 = "0bznb73rbgfgkg7n4pxghkqsfca0yw9vak73c6w8sqvc2mjnc7mz"; - revision = "1"; - editedCabalFile = "0lwz3cjbz072xpg6ak0q4grs2c6i7fvvpcsbmc4ngqm695vd9ff8"; + revision = "2"; + editedCabalFile = "1jniqh4bs128km462nmw0scpqngal38z5rvk6mv3an760kvkcrs9"; libraryHaskellDepends = [ base base-compat http-types lens servant text ]; @@ -240400,6 +240783,8 @@ self: { pname = "servant-http-streams"; version = "0.18.4"; sha256 = "15f24rcgz839cb38q4gs1liqrdyqjbazcqzjdxmv4307x072pv3a"; + revision = "1"; + editedCabalFile = "149wnh3x9bwhaaygn7m4bl9zym7vl4bk4q5hivnd1p5jpzjsbaa0"; libraryHaskellDepends = [ base base-compat bytestring case-insensitive containers deepseq exceptions http-common http-media http-streams http-types @@ -241309,6 +241694,8 @@ self: { pname = "servant-server"; version = "0.19"; sha256 = "0d7z1r9g86cshqqacnw1ls4h5ijpwznbprk2kvnc8j8drjcmnrf1"; + revision = "1"; + editedCabalFile = "029lz6194pfjwyqadc628f1v258sh5qaf1gp7ndi8r12c2cfjm2d"; isLibrary = true; isExecutable = true; libraryHaskellDepends = [ @@ -241611,8 +241998,8 @@ self: { pname = "servant-swagger"; version = "1.1.10"; sha256 = "0y6zylhs4z0nfz75d4i2azcq0yh2bd4inanwblx4035dgkk1q78a"; - revision = "1"; - editedCabalFile = "1x18nl7sriqwphdyy8v819vbcx27my5mcx9h9hnds2ph82p3zywc"; + revision = "2"; + editedCabalFile = "1zdngj10ryba4wl5zvxwadkar1c100221li5fj8ykgfwf64s92ps"; setupHaskellDepends = [ base Cabal cabal-doctest ]; libraryHaskellDepends = [ aeson aeson-pretty base base-compat bytestring hspec http-media @@ -241654,6 +242041,8 @@ self: { pname = "servant-swagger-ui"; version = "0.3.5.4.5.0"; sha256 = "12w75z23bnygyr3ki9w3zfy9nhxyjawf9pyzhfg6rp2mq3nji9gg"; + revision = "1"; + editedCabalFile = "0ymfgprh9rg3fxjz2bj34wivf01iicib2584swp2xjvv4wwi3v58"; libraryHaskellDepends = [ aeson base bytestring file-embed-lzma servant servant-server servant-swagger-ui-core text @@ -241671,8 +242060,8 @@ self: { pname = "servant-swagger-ui-core"; version = "0.3.5"; sha256 = "0ckvrwrb3x39hfl2hixcj3fhibh0vqsh6y7n1lsm25yvzfrg02zd"; - revision = "2"; - editedCabalFile = "02g98dy08wj7ryrrbk8547s6ad4a59d6z4pczmf6pc59kdjvjx3n"; + revision = "3"; + editedCabalFile = "1vl5iqbrqy34rg48ivvcsyh439dplpvvw4jxzaynq348d5ggxknd"; libraryHaskellDepends = [ aeson base blaze-markup bytestring http-media servant servant-blaze servant-server text transformers transformers-compat wai-app-static @@ -241689,8 +242078,8 @@ self: { pname = "servant-swagger-ui-jensoleg"; version = "0.3.4"; sha256 = "04s4syfmnjwa52xqm29x2sfi1ka6p7fpjff0pxry099rh0d59hkm"; - revision = "2"; - editedCabalFile = "0a98f9xxy69741fj4cqx7qgh9cpbjk03bgga3h3yx2kjidps0cdm"; + revision = "3"; + editedCabalFile = "0bhzp872wdw1i9l3w7frdpnjh3k8d24w4rr9s7djw2bb8dcsnz24"; libraryHaskellDepends = [ aeson base bytestring file-embed-lzma servant servant-server servant-swagger-ui-core text @@ -241707,8 +242096,8 @@ self: { pname = "servant-swagger-ui-redoc"; version = "0.3.4.1.22.3"; sha256 = "0ln2sz7ffhddk4dqvczpxb5g8f6bic7sandn5zifpz2jg7lgzy0f"; - revision = "2"; - editedCabalFile = "0pd85v4fbz6la90qll5mb9v2f2v8c5x1iwy4s3kk6mxcvzxih968"; + revision = "3"; + editedCabalFile = "1isismwgd73nr2wv6viz01gidxdky8glmdv43xldaaqfl718y4j8"; libraryHaskellDepends = [ aeson base bytestring file-embed-lzma servant servant-server servant-swagger-ui-core text @@ -242742,8 +243131,8 @@ self: { }: mkDerivation { pname = "sexpr-parser"; - version = "0.2.0.0"; - sha256 = "0cgfmnv72n5li15k8dq4w2rvfx0ahbyb7h2g51a5i4x9w70dyllg"; + version = "0.2.1.0"; + sha256 = "1pd25xvz2dqm03c3hv2x048gg9pp7vkncv5d897vidkq9zbspnv3"; isLibrary = true; isExecutable = true; libraryHaskellDepends = [ base data-default megaparsec ]; @@ -247780,6 +248169,30 @@ self: { maintainers = with lib.maintainers; [ dschrempf ]; }) {}; + "slynx_0_6_1_1" = callPackage + ({ mkDerivation, aeson, attoparsec, base, bytestring, containers + , elynx-markov, elynx-seq, elynx-tools, elynx-tree, hmatrix + , mwc-random, optparse-applicative, statistics, text, transformers + , vector + }: + mkDerivation { + pname = "slynx"; + version = "0.6.1.1"; + sha256 = "14yn94hl6nlbwa1hk1mgkgckcmb6bvfk2pa3847h98g19bz7qfw4"; + isLibrary = true; + isExecutable = true; + libraryHaskellDepends = [ + aeson attoparsec base bytestring containers elynx-markov elynx-seq + elynx-tools elynx-tree hmatrix mwc-random optparse-applicative + statistics text transformers vector + ]; + executableHaskellDepends = [ base ]; + description = "Handle molecular sequences"; + license = lib.licenses.gpl3Plus; + hydraPlatforms = lib.platforms.none; + maintainers = with lib.maintainers; [ dschrempf ]; + }) {}; + "small-bytearray-builder" = callPackage ({ mkDerivation, base, bytebuild, byteslice }: mkDerivation { @@ -248162,27 +248575,39 @@ self: { }) {}; "smcdel" = callPackage - ({ mkDerivation, ansi-terminal, array, base, containers, criterion - , cudd, directory, file-embed, filepath, graphviz, HasCacBDD, hspec - , js-jquery, process, QuickCheck, scotty, tagged, template-haskell - , temporary, text, time + ({ mkDerivation, alex, ansi-terminal, array, base, bytestring + , cassava, containers, criterion, cudd, deepseq, directory + , file-embed, filepath, graphviz, happy, HasCacBDD, hspec + , js-jquery, process, QuickCheck, sandwich, sandwich-webdriver + , scientific, scotty, split, tagged, template-haskell, temporary + , text, time, vector, warp, webdriver }: mkDerivation { pname = "smcdel"; - version = "1.1.0"; - sha256 = "0dz1hbhf3y57cn4hh5s2fscnpw7zjnrl2hl644xl81vbpl1zbzyn"; + version = "1.2.0"; + sha256 = "0ssijqlfnd1nx6w8j1sl4bhwhw78dsbipxlbdknwx340np7rmx11"; isLibrary = true; isExecutable = true; libraryHaskellDepends = [ - array base containers cudd graphviz HasCacBDD process QuickCheck - tagged temporary text time + array base containers cudd directory graphviz HasCacBDD process + QuickCheck tagged temporary text time ]; + libraryToolDepends = [ alex happy ]; executableHaskellDepends = [ - ansi-terminal base directory file-embed filepath HasCacBDD - js-jquery process scotty template-haskell text + ansi-terminal base deepseq directory file-embed filepath HasCacBDD + js-jquery process scotty template-haskell text warp ]; - testHaskellDepends = [ base containers hspec QuickCheck ]; - benchmarkHaskellDepends = [ base criterion time ]; + executableToolDepends = [ alex happy ]; + testHaskellDepends = [ + base containers HasCacBDD hspec process QuickCheck sandwich + sandwich-webdriver text webdriver + ]; + testToolDepends = [ alex happy ]; + benchmarkHaskellDepends = [ + base bytestring cassava criterion directory scientific split time + vector + ]; + benchmarkToolDepends = [ alex happy ]; description = "Symbolic Model Checking for Dynamic Epistemic Logic"; license = lib.licenses.gpl2Only; hydraPlatforms = lib.platforms.none; @@ -251211,6 +251636,17 @@ self: { license = lib.licenses.asl20; }) {}; + "spacechar" = callPackage + ({ mkDerivation, base, lens, parsers }: + mkDerivation { + pname = "spacechar"; + version = "0.0.0.1"; + sha256 = "09qp8find6cx16yfrf45mq858cjw6arnry9wppmhja6qhnkgcfma"; + libraryHaskellDepends = [ base lens parsers ]; + description = "Space Character"; + license = lib.licenses.bsd3; + }) {}; + "spacecookie" = callPackage ({ mkDerivation, aeson, async, attoparsec, base, bytestring , containers, directory, download-curl, fast-logger @@ -271712,6 +272148,31 @@ self: { maintainers = with lib.maintainers; [ dschrempf ]; }) {}; + "tlynx_0_6_1_1" = callPackage + ({ mkDerivation, aeson, async, attoparsec, base, bytestring + , comonad, containers, data-default-class, elynx-tools, elynx-tree + , mwc-random, optparse-applicative, parallel, primitive, statistics + , text, transformers, vector + }: + mkDerivation { + pname = "tlynx"; + version = "0.6.1.1"; + sha256 = "1q59gfk9i4ghm5gyw104isn0f3ws73n12a9hv6xhs6c3rfl8spr9"; + isLibrary = true; + isExecutable = true; + libraryHaskellDepends = [ + aeson async attoparsec base bytestring comonad containers + data-default-class elynx-tools elynx-tree mwc-random + optparse-applicative parallel primitive statistics text + transformers vector + ]; + executableHaskellDepends = [ base ]; + description = "Handle phylogenetic trees"; + license = lib.licenses.gpl3Plus; + hydraPlatforms = lib.platforms.none; + maintainers = with lib.maintainers; [ dschrempf ]; + }) {}; + "tmapchan" = callPackage ({ mkDerivation, base, containers, hashable, stm , unordered-containers @@ -287368,18 +287829,22 @@ self: { }) {}; "wai-rate-limit-postgres" = callPackage - ({ mkDerivation, base, postgresql-simple, relude, resource-pool - , text, wai-rate-limit + ({ mkDerivation, base, http-client, http-types, postgresql-simple + , postgresql-simple-url, relude, resource-pool, tasty, tasty-hunit + , text, wai, wai-rate-limit, warp }: mkDerivation { pname = "wai-rate-limit-postgres"; - version = "0.0.0.0"; - sha256 = "0ipl59dx1ha1r02apnmrpjylq5133s4lxzzrl08az3klb09q2b0j"; + version = "0.1.0.0"; + sha256 = "04gsdlyhk2drhhbi1vdbbiviy6wkkwnkmhd0bbf1gqdls4g54zgv"; + revision = "1"; + editedCabalFile = "137pdkp85nv363alwi39bhgdmq25h1r89g6lwidg4156pc3sbkkx"; libraryHaskellDepends = [ base postgresql-simple relude resource-pool text wai-rate-limit ]; testHaskellDepends = [ - base postgresql-simple relude resource-pool text wai-rate-limit + base http-client http-types postgresql-simple postgresql-simple-url + relude resource-pool tasty tasty-hunit text wai wai-rate-limit warp ]; description = "See README for more info"; license = lib.licenses.asl20; @@ -293077,8 +293542,8 @@ self: { }: mkDerivation { pname = "xdot"; - version = "0.3.0.3"; - sha256 = "06pgs74b3llyhhp2rr9a3rvgycnvg395q5ib9vwdiv9pqgq31kia"; + version = "0.3.0.4"; + sha256 = "1qmg22dyx6q77cfr1l2cx8s0h19c1rc9aksc8lq4wzmm9pg1rapg"; isLibrary = true; isExecutable = true; libraryHaskellDepends = [ From e347759873b7a86af3fcb93decd3e962b7a7c697 Mon Sep 17 00:00:00 2001 From: sternenseemann Date: Thu, 24 Feb 2022 09:58:56 +0100 Subject: [PATCH 067/238] haskellPackages.xdot: drop now obsolete patch --- pkgs/development/haskell-modules/configuration-common.nix | 8 -------- 1 file changed, 8 deletions(-) diff --git a/pkgs/development/haskell-modules/configuration-common.nix b/pkgs/development/haskell-modules/configuration-common.nix index 9d04ef9b40dd..5af1fbccc964 100644 --- a/pkgs/development/haskell-modules/configuration-common.nix +++ b/pkgs/development/haskell-modules/configuration-common.nix @@ -49,14 +49,6 @@ self: super: { ghc-datasize = disableLibraryProfiling super.ghc-datasize; ghc-vis = disableLibraryProfiling super.ghc-vis; - # The upper bound on xdot's base dependency broke the build of xdot and its - # dependants so here we bump it: - # > https://github.com/def-/xdot/pull/12 - xdot = appendPatch (pkgs.fetchpatch { - url = "https://github.com/def-/xdot/commit/574dce2b834917126590f4a3df53c00fb7f4fee1.patch"; - sha256 = "sha256-T5mo/XHBMFup6hlqEvIT+VbLGRuGEe4qigJtJCL5KmQ="; - }) super.xdot; - # The latest release on hackage has an upper bound on containers which # breaks the build, though it works with the version of containers present # and the upper bound doesn't exist in code anymore: From 8b659c90f5bae0a8eb047a34bd8494c24b51df33 Mon Sep 17 00:00:00 2001 From: sternenseemann Date: Fri, 25 Feb 2022 12:50:03 +0100 Subject: [PATCH 068/238] haskellPackages: stackage-nightly 2022-02-19 -> 2022-02-25 This commit has been generated by maintainers/scripts/haskell/update-stackage.sh --- .../configuration-hackage2nix/stackage.yaml | 94 +++++++++++-------- 1 file changed, 53 insertions(+), 41 deletions(-) diff --git a/pkgs/development/haskell-modules/configuration-hackage2nix/stackage.yaml b/pkgs/development/haskell-modules/configuration-hackage2nix/stackage.yaml index 538b96231d73..4a470049f2d6 100644 --- a/pkgs/development/haskell-modules/configuration-hackage2nix/stackage.yaml +++ b/pkgs/development/haskell-modules/configuration-hackage2nix/stackage.yaml @@ -1,4 +1,4 @@ -# Stackage Nightly 2022-02-19 +# Stackage Nightly 2022-02-25 # This file is auto-generated by # maintainers/scripts/haskell/update-stackage.sh default-package-overrides: @@ -8,6 +8,7 @@ default-package-overrides: - AC-Angle ==1.0 - acc ==0.2.0.1 - ace ==0.6 + - acid-state ==0.16.1 - action-permutations ==0.0.0.1 - active ==0.2.0.15 - ad ==4.5 @@ -201,7 +202,7 @@ default-package-overrides: - blaze-svg ==0.3.6.1 - blaze-textual ==0.2.2.1 - bmp ==1.2.6.3 - - bnb-staking-csvs ==0.2.0.0 + - bnb-staking-csvs ==0.2.1.0 - BNFC ==2.9.4 - BNFC-meta ==0.6.1 - board-games ==0.3 @@ -221,22 +222,24 @@ default-package-overrides: - bounded-queue ==1.0.0 - boxes ==0.1.5 - brick ==0.67 + - brittany ==0.14.0.2 - broadcast-chan ==0.2.1.2 - bsb-http-chunked ==0.0.0.4 - bson ==0.4.0.1 - bson-lens ==0.1.1 - buffer-builder ==0.2.4.7 - buffer-pipe ==0.0 - - bugsnag-haskell ==0.0.4.3 + - bugsnag-haskell ==0.0.4.4 - bugsnag-hs ==0.2.0.8 - - bugzilla-redhat ==0.3.3 + - bugzilla-redhat ==1.0.0 - burrito ==2.0.1.0 + - butcher ==1.3.3.2 - buttplug-hs-core ==0.1.0.1 - bv ==0.5 - byteable ==0.1.1 - byte-count-reader ==0.10.1.8 - bytedump ==1.0 - - byte-order ==0.1.2.0 + - byte-order ==0.1.3.0 - byteorder ==1.0.4 - bytes ==0.17.1 - byteset ==0.1.1.0 @@ -308,7 +311,7 @@ default-package-overrides: - cheapskate-highlight ==0.1.0.0 - cheapskate-lucid ==0.1.0.0 - check-email ==1.0.2 - - checkers ==0.5.6 + - checkers ==0.5.7 - checksum ==0.0 - chimera ==0.3.2.0 - chiphunk ==0.1.4.0 @@ -321,7 +324,7 @@ default-package-overrides: - cipher-des ==0.0.6 - cipher-rc4 ==0.1.4 - circle-packing ==0.1.0.6 - - circular ==0.4.0.1 + - circular ==0.4.0.2 - citeproc ==0.6.0.1 - clash-ghc ==1.6.1 - clash-lib ==1.6.1 @@ -330,7 +333,7 @@ default-package-overrides: - classy-prelude-conduit ==1.5.0 - classy-prelude-yesod ==1.5.0 - clay ==0.13.3 - - cleff ==0.2.1.0 + - cleff ==0.3.0.1 - clientsession ==0.9.1.2 - climb ==0.3.3 - Clipboard ==2.3.2.0 @@ -419,7 +422,7 @@ default-package-overrides: - core-telemetry ==0.1.9.1 - core-text ==0.3.5.0 - countable ==1.0 - - covariance ==0.1.0.5 + - covariance ==0.1.0.6 - cpphs ==1.20.9.1 - cprng-aes ==0.6.1 - cpu ==0.1.2 @@ -517,6 +520,7 @@ default-package-overrides: - data-sketches ==0.3.1.0 - data-sketches-core ==0.1.0.0 - data-textual ==0.3.0.3 + - data-tree-print ==0.1.0.2 - dataurl ==0.1.0.0 - DAV ==1.3.4 - dawg-ord ==0.5.1.2 @@ -549,7 +553,7 @@ default-package-overrides: - dhall ==1.40.2 - dhall-bash ==1.0.39 - dhall-json ==1.7.9 - - dhall-yaml ==1.2.9 + - dhall-yaml ==1.2.10 - di ==1.3 - diagrams ==1.4.0.1 - diagrams-contrib ==1.4.4 @@ -569,7 +573,7 @@ default-package-overrides: - di-monad ==1.3.1 - directory-tree ==0.12.1 - direct-sqlite ==2.3.26 - - dirichlet ==0.1.0.5 + - dirichlet ==0.1.0.6 - discount ==0.1.1 - discover-instances ==0.1.0.0 - discrimination ==0.4.1 @@ -639,12 +643,12 @@ default-package-overrides: - elm-bridge ==0.8.0 - elm-core-sources ==1.0.0 - elm-export ==0.6.0.1 - - elynx ==0.6.1.0 - - elynx-markov ==0.6.1.0 - - elynx-nexus ==0.6.1.0 - - elynx-seq ==0.6.1.0 - - elynx-tools ==0.6.1.0 - - elynx-tree ==0.6.1.0 + - elynx ==0.6.1.1 + - elynx-markov ==0.6.1.1 + - elynx-nexus ==0.6.1.1 + - elynx-seq ==0.6.1.1 + - elynx-tools ==0.6.1.1 + - elynx-tree ==0.6.1.1 - email-validate ==2.3.2.15 - emd ==0.2.0.0 - emojis ==0.1.2 @@ -1002,7 +1006,7 @@ default-package-overrides: - hdaemonize ==0.5.6 - HDBC ==2.4.0.4 - HDBC-session ==0.1.2.0 - - headed-megaparsec ==0.2.0.2 + - headed-megaparsec ==0.2.1 - headroom ==0.4.3.0 - heap ==1.0.4 - heaps ==0.4 @@ -1018,6 +1022,7 @@ default-package-overrides: - hedn ==0.3.0.4 - here ==1.2.13 - heredoc ==0.2.0.0 + - heterocephalus ==1.0.5.5 - hex ==0.2.0 - hexml ==0.3.4 - hexpat ==0.20.13 @@ -1059,8 +1064,8 @@ default-package-overrides: - hmm-lapack ==0.5 - HMock ==0.5.1.0 - hnock ==0.4.0 + - hoauth2 ==2.1.0 - hocilib ==0.2.0 - - hocon ==0.1.0.4 - hoogle ==5.0.18.3 - hopenssl ==2.2.4 - hopfli ==0.2.2.1 @@ -1073,7 +1078,7 @@ default-package-overrides: - hpack ==0.34.6 - hpack-dhall ==0.5.4 - hpc-codecov ==0.3.0.0 - - HPDF ==1.5.3 + - HPDF ==1.6.0 - hpp ==0.6.4 - hprotoc ==2.4.17 - hreader ==1.1.0 @@ -1098,11 +1103,11 @@ default-package-overrides: - hslua-classes ==2.1.0 - hslua-core ==2.1.0 - hslua-marshalling ==2.1.0 - - hslua-module-doclayout ==1.0.2 - - hslua-module-path ==1.0.1 - - hslua-module-system ==1.0.1 - - hslua-module-text ==1.0.1 - - hslua-module-version ==1.0.1 + - hslua-module-doclayout ==1.0.3 + - hslua-module-path ==1.0.2 + - hslua-module-system ==1.0.2 + - hslua-module-text ==1.0.2 + - hslua-module-version ==1.0.2 - hslua-objectorientation ==2.1.0 - hslua-packaging ==2.1.0 - hsndfile ==0.8.0 @@ -1426,14 +1431,14 @@ default-package-overrides: - logict ==0.7.1.0 - logstash ==0.1.0.3 - loop ==0.3.0 - - lpeg ==1.0.2 + - lpeg ==1.0.3 - lrucache ==1.2.0.1 - lrucaching ==0.3.3 - lsp ==1.4.0.0 - lsp-test ==0.14.0.2 - lsp-types ==1.4.0.1 - lua ==2.1.0 - - lua-arbitrary ==1.0.0 + - lua-arbitrary ==1.0.1 - lucid ==2.11.0 - lucid-cdn ==0.2.2.0 - lucid-extras ==0.2.2 @@ -1472,7 +1477,7 @@ default-package-overrides: - mbox ==0.3.4 - mbox-utility ==0.0.3.1 - mbtiles ==0.6.0.0 - - mcmc ==0.6.1.0 + - mcmc ==0.6.2.0 - mcmc-types ==1.0.3 - median-stream ==0.7.0.0 - med-module ==0.1.2.2 @@ -1511,7 +1516,7 @@ default-package-overrides: - min-max-pqueue ==0.1.0.2 - mintty ==0.1.3 - missing-foreign ==0.1.1 - - MissingH ==1.4.3.0 + - MissingH ==1.5.0.0 - mixed-types-num ==0.5.9.1 - mmap ==0.5.9 - mmark ==0.0.7.4 @@ -1610,6 +1615,7 @@ default-package-overrides: - netlib-comfort-array ==0.0.0.2 - netlib-ffi ==0.1.1 - netpbm ==1.0.4 + - netrc ==0.2.0.0 - nettle ==0.3.0 - netwire ==5.0.3 - netwire-input ==0.0.7 @@ -1630,6 +1636,7 @@ default-package-overrides: - network-transport-tcp ==0.8.0 - network-transport-tests ==0.3.0 - network-uri ==2.6.4.1 + - network-wait ==0.1.1.0 - newtype ==0.2.2.0 - newtype-generics ==0.6.1 - nfc ==0.1.0 @@ -1680,7 +1687,7 @@ default-package-overrides: - OneTuple ==0.3.1 - Only ==0.1 - oo-prototypes ==0.1.0.0 - - opaleye ==0.9.0.0 + - opaleye ==0.9.2.0 - OpenAL ==1.7.0.5 - openapi3 ==3.2.1 - open-browser ==0.2.1.0 @@ -1718,11 +1725,12 @@ default-package-overrides: - pager ==0.1.1.0 - pagination ==0.2.2 - pagure ==0.1.1 + - pagure-cli ==0.2.1 - palette ==0.3.0.2 - pandoc ==2.17.1.1 - pandoc-csv2table ==1.0.9 - pandoc-dhall-decoder ==0.1.0.1 - - pandoc-lua-marshal ==0.1.5 + - pandoc-lua-marshal ==0.1.5.1 - pandoc-plot ==1.4.0 - pandoc-throw ==0.1.0.0 - pandoc-types ==1.22.1 @@ -1758,7 +1766,7 @@ default-package-overrides: - path-utils ==0.1.1.0 - pathwalk ==0.3.1.2 - pattern-arrows ==0.0.2 - - pava ==0.1.1.2 + - pava ==0.1.1.3 - pcg-random ==0.1.3.7 - pcre2 ==2.1.0 - pcre-heavy ==1.0.0.2 @@ -1958,6 +1966,7 @@ default-package-overrides: - rando ==0.0.0.4 - random ==1.2.1 - random-bytestring ==0.1.4 + - random-fu ==0.3.0.0 - random-shuffle ==0.0.4 - random-source ==0.3.0.11 - random-tree ==0.6.0.5 @@ -2014,10 +2023,10 @@ default-package-overrides: - regex-pcre-builtin ==0.95.2.3.8.44 - regex-posix ==0.96.0.1 - regex-posix-clib ==2.7 - - regex-tdfa ==1.3.1.1 + - regex-tdfa ==1.3.1.2 - regex-with-pcre ==1.1.0.1 - reinterpret-cast ==0.1.0 - - rel8 ==1.3.0.0 + - rel8 ==1.3.1.0 - reliable-io ==0.0.2 - relude ==1.0.0.1 - renderable ==0.2.0.1 @@ -2064,7 +2073,7 @@ default-package-overrides: - RSA ==2.4.1 - rss-conduit ==0.6.0.1 - runmemo ==1.0.0.1 - - rvar ==0.2.0.6 + - rvar ==0.3.0.0 - s3-signer ==0.5.0.0 - safe ==0.3.19 - safe-coloured-text ==0.1.0.0 @@ -2122,6 +2131,8 @@ default-package-overrides: - seqalign ==0.2.0.4 - seqid ==0.6.2 - seqid-streams ==0.7.2 + - sequence-formats ==1.6.3 + - sequenceTools ==1.5.2 - serf ==0.1.1.0 - serialise ==0.2.4.0 - servant ==0.19 @@ -2217,7 +2228,7 @@ default-package-overrides: - slack-progressbar ==0.1.0.1 - slave-thread ==1.1.0.1 - slist ==0.2.0.0 - - slynx ==0.6.1.0 + - slynx ==0.6.1.1 - smallcheck ==1.2.1 - smash ==0.1.2 - smash-microlens ==0.1.0.0 @@ -2229,7 +2240,7 @@ default-package-overrides: - soap-tls ==0.1.1.4 - socket ==0.8.3.0 - socks ==0.6.1 - - solana-staking-csvs ==0.1.1.0 + - solana-staking-csvs ==0.1.2.0 - some ==1.0.3 - some-dict-of ==0.1.0.2 - sop-core ==0.5.0.2 @@ -2382,7 +2393,7 @@ default-package-overrides: - tasty-focus ==1.0.1 - tasty-golden ==2.3.5 - tasty-hedgehog ==1.1.0.0 - - tasty-hslua ==1.0.1 + - tasty-hslua ==1.0.2 - tasty-hspec ==1.2 - tasty-html ==0.4.1.4 - tasty-hunit ==0.10.0.3 @@ -2390,7 +2401,7 @@ default-package-overrides: - tasty-inspection-testing ==0.1 - tasty-kat ==0.0.3 - tasty-leancheck ==0.0.2 - - tasty-lua ==1.0.1 + - tasty-lua ==1.0.2 - tasty-program ==1.0.5 - tasty-quickcheck ==0.10.2 - tasty-rerun ==1.1.18 @@ -2496,7 +2507,7 @@ default-package-overrides: - tls ==1.5.7 - tls-debug ==0.4.8 - tls-session-manager ==0.0.4 - - tlynx ==0.6.1.0 + - tlynx ==0.6.1.1 - tmapchan ==0.0.3 - tmapmvar ==0.0.4 - tmp-postgres ==1.34.1.0 @@ -2786,7 +2797,7 @@ default-package-overrides: - xmonad-extras ==0.17.0 - xss-sanitize ==0.3.7 - xxhash-ffi ==0.2.0.0 - - yaml ==0.11.7.0 + - yaml ==0.11.8.0 - yamlparse-applicative ==0.2.0.1 - yaml-unscrambler ==0.1.0.8 - yarn-lock ==0.6.5 @@ -2796,6 +2807,7 @@ default-package-overrides: - yesod-auth ==1.6.11 - yesod-auth-basic ==0.1.0.3 - yesod-auth-hashdb ==1.7.1.7 + - yesod-auth-oauth2 ==0.7.0.0 - yesod-bin ==1.6.2 - yesod-core ==1.6.21.0 - yesod-eventsource ==1.6.0.1 From 95107873728a3400e3ff7bd6cec2e7dff3c44d9c Mon Sep 17 00:00:00 2001 From: sternenseemann Date: Fri, 25 Feb 2022 12:50:24 +0100 Subject: [PATCH 069/238] all-cabal-hashes: 2022-02-23T21:28:02Z -> 2022-02-25T10:27:38Z This commit has been generated by maintainers/scripts/haskell/update-hackage.sh --- pkgs/data/misc/hackage/pin.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/pkgs/data/misc/hackage/pin.json b/pkgs/data/misc/hackage/pin.json index d3d9bd7b7383..3e77b4c9a27d 100644 --- a/pkgs/data/misc/hackage/pin.json +++ b/pkgs/data/misc/hackage/pin.json @@ -1,6 +1,6 @@ { - "commit": "38aec1ed0aaec052de13f38c66cea9964a4acf17", - "url": "https://github.com/commercialhaskell/all-cabal-hashes/archive/38aec1ed0aaec052de13f38c66cea9964a4acf17.tar.gz", - "sha256": "11xmbfm3dx2sfkb96sg8p1545q2q130gnk8gkb3r17c6yy4q4k5k", - "msg": "Update from Hackage at 2022-02-23T21:28:02Z" + "commit": "3826e048493c1cd274cfda42f954c13234a9414b", + "url": "https://github.com/commercialhaskell/all-cabal-hashes/archive/3826e048493c1cd274cfda42f954c13234a9414b.tar.gz", + "sha256": "1a6wmqr0anblfjfzglk350q32fsrna13b1k8f4b5qn6wn0dyv649", + "msg": "Update from Hackage at 2022-02-25T10:27:38Z" } From b4e20523649a53d9e5ea311eeb050132b0ffe879 Mon Sep 17 00:00:00 2001 From: sternenseemann Date: Fri, 25 Feb 2022 13:15:56 +0100 Subject: [PATCH 070/238] haskellPackages: regenerate package set based on current config This commit has been generated by maintainers/scripts/haskell/regenerate-hackage-packages.sh --- .../haskell-modules/hackage-packages.nix | 1058 +++-------------- 1 file changed, 180 insertions(+), 878 deletions(-) diff --git a/pkgs/development/haskell-modules/hackage-packages.nix b/pkgs/development/haskell-modules/hackage-packages.nix index baca8e28be50..2b2cfa9df433 100644 --- a/pkgs/development/haskell-modules/hackage-packages.nix +++ b/pkgs/development/haskell-modules/hackage-packages.nix @@ -8947,30 +8947,6 @@ self: { }) {inherit (pkgs) opencv;}; "HPDF" = callPackage - ({ mkDerivation, array, base, base64-bytestring, binary, bytestring - , containers, errors, file-embed, filepath, HTF, hyphenation, mtl - , network-uri, parsec, random, text, vector, zlib - }: - mkDerivation { - pname = "HPDF"; - version = "1.5.3"; - sha256 = "12h3gx9gikzz4fwf11zk1nwzbpwqzzyavjz8mr27scy3s94vw41r"; - isLibrary = true; - isExecutable = true; - libraryHaskellDepends = [ - array base base64-bytestring binary bytestring containers errors - file-embed filepath hyphenation mtl network-uri parsec random text - vector zlib - ]; - executableHaskellDepends = [ - base filepath network-uri random text vector - ]; - testHaskellDepends = [ base HTF ]; - description = "Generation of PDF documents"; - license = lib.licenses.bsd3; - }) {}; - - "HPDF_1_6_0" = callPackage ({ mkDerivation, array, base, base64-bytestring, binary, bytestring , containers, errors, file-embed, filepath, HTF, hyphenation, mtl , network-uri, parsec, random, text, vector, zlib @@ -8992,7 +8968,6 @@ self: { testHaskellDepends = [ base HTF ]; description = "Generation of PDF documents"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; }) {}; "HPath" = callPackage @@ -13616,31 +13591,6 @@ self: { }) {}; "MissingH" = callPackage - ({ mkDerivation, array, base, containers, directory - , errorcall-eq-instance, filepath, hslogger, HUnit, mtl, network - , network-bsd, old-locale, old-time, parsec, process, random - , regex-compat, time, unix - }: - mkDerivation { - pname = "MissingH"; - version = "1.4.3.0"; - sha256 = "196cniya5wzcv2d777nr0f7hinclpals4ia1mkzzv35870pqr6lw"; - revision = "2"; - editedCabalFile = "0p5md995w0nh2m89v3jsb1bvhfkrnp2s14smjbnh3g0pbq3fgfzg"; - libraryHaskellDepends = [ - array base containers directory filepath hslogger mtl network - network-bsd old-locale old-time parsec process random regex-compat - time unix - ]; - testHaskellDepends = [ - base containers directory errorcall-eq-instance filepath HUnit - old-time parsec regex-compat time unix - ]; - description = "Large utility library"; - license = lib.licenses.bsd3; - }) {}; - - "MissingH_1_5_0_0" = callPackage ({ mkDerivation, array, base, containers, directory, filepath , hslogger, HUnit, mtl, network, network-bsd, old-locale, old-time , parsec, process, regex-compat, time, unix @@ -13660,7 +13610,6 @@ self: { ]; description = "Large utility library"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; }) {}; "MissingK" = callPackage @@ -22154,8 +22103,8 @@ self: { }: mkDerivation { pname = "Z-IO"; - version = "1.0.0.0"; - sha256 = "0mam287629rlcq8l04ykm8y4lad9vry403a4svq226d51v2p7mni"; + version = "1.0.1.0"; + sha256 = "0w82pfbs7f8yiw7jv95m5gh8yd23v5gwdxjh7z8cwf173r5j6g0k"; isLibrary = true; isExecutable = true; libraryHaskellDepends = [ @@ -22204,8 +22153,8 @@ self: { }: mkDerivation { pname = "Z-YAML"; - version = "0.3.3.0"; - sha256 = "012flgd88rwya7g5lkbla4841pzq2b1b9m4jkmggk38kpbrhf515"; + version = "0.3.4.0"; + sha256 = "1bv88kl5bn4x0mq0pciyihvml4jqsi76379wbqsgjpf285x2a92d"; libraryHaskellDepends = [ base primitive scientific transformers unordered-containers Z-Data Z-IO @@ -24805,6 +24754,8 @@ self: { pname = "aeson-diff"; version = "1.1.0.10"; sha256 = "1v9y9y9fkd9zzj4kzqlckh7ns0p3wnn613z27z86faxih65adkr9"; + revision = "1"; + editedCabalFile = "1a8grw82drsvqzjqm53mxqc549w01rcnkzmnyqgrmrk1as72nrik"; isLibrary = true; isExecutable = true; libraryHaskellDepends = [ @@ -45171,31 +45122,6 @@ self: { }) {}; "bnb-staking-csvs" = callPackage - ({ mkDerivation, aeson, base, bytestring, cassava, cmdargs - , cointracking-imports, hedgehog, req, scientific, tasty - , tasty-hedgehog, tasty-hunit, text, time - }: - mkDerivation { - pname = "bnb-staking-csvs"; - version = "0.2.0.0"; - sha256 = "1m2bd6cwlgavq3nri3xwbqim2zikzv1dxqf5a5gxkqra1qgbvm4v"; - revision = "1"; - editedCabalFile = "066nk1wjxlwh1dqhgr4yalch45w09p032whbvs5rin18airixyk3"; - isLibrary = true; - isExecutable = true; - libraryHaskellDepends = [ - aeson base bytestring cassava cmdargs cointracking-imports req - scientific text time - ]; - executableHaskellDepends = [ base ]; - testHaskellDepends = [ - base hedgehog tasty tasty-hedgehog tasty-hunit - ]; - description = "Generate CSV Exports of Your BNB Staking Rewards"; - license = lib.licenses.bsd3; - }) {}; - - "bnb-staking-csvs_0_2_1_0" = callPackage ({ mkDerivation, aeson, base, bytestring, cassava, cmdargs , cointracking-imports, hedgehog, req, scientific, tasty , tasty-hedgehog, tasty-hunit, text, time @@ -45216,7 +45142,6 @@ self: { ]; description = "Generate CSV Exports of Your BNB Staking Rewards"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; }) {}; "bno055-haskell" = callPackage @@ -47445,8 +47370,8 @@ self: { }: mkDerivation { pname = "bugsnag-haskell"; - version = "0.0.4.3"; - sha256 = "098bmbv7wgpjqp8yys0bpsf6q5m4940g2g9n50mjam7lwnxwk1gg"; + version = "0.0.4.4"; + sha256 = "1pf9gi2rr1dv56b0x4sj1wyxvw2ak9n2nzkz21mmzi4l68f4dvs9"; isLibrary = true; isExecutable = true; libraryHaskellDepends = [ @@ -47503,27 +47428,6 @@ self: { }) {}; "bugzilla-redhat" = callPackage - ({ mkDerivation, aeson, base, blaze-builder, bytestring, connection - , containers, hspec, http-conduit, http-types, iso8601-time - , resourcet, text, time, transformers, unordered-containers, vector - }: - mkDerivation { - pname = "bugzilla-redhat"; - version = "0.3.3"; - sha256 = "1nslky0rc868hyx11s0bvlz6r4mvagknhwmnlqvgcnlfbg6xni4d"; - isLibrary = true; - isExecutable = true; - libraryHaskellDepends = [ - aeson base blaze-builder bytestring connection containers - http-conduit http-types iso8601-time resourcet text time - transformers unordered-containers vector - ]; - testHaskellDepends = [ aeson base hspec time ]; - description = "A Haskell interface to the Bugzilla native REST API"; - license = lib.licenses.bsd3; - }) {}; - - "bugzilla-redhat_1_0_0" = callPackage ({ mkDerivation, aeson, base, blaze-builder, bytestring, connection , containers, hspec, http-conduit, http-types, iso8601-time , resourcet, text, time, transformers, unordered-containers, vector @@ -47542,7 +47446,6 @@ self: { testHaskellDepends = [ aeson base hspec time ]; description = "A Haskell interface to the Bugzilla native REST API"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; }) {}; "build" = callPackage @@ -48177,18 +48080,6 @@ self: { }) {}; "byte-order" = callPackage - ({ mkDerivation, base, primitive, primitive-unaligned }: - mkDerivation { - pname = "byte-order"; - version = "0.1.2.0"; - sha256 = "1nnq4qmqmkv61xcyxrh14s6hg7rbnjkna6mwlrqh1rr59pikn45w"; - libraryHaskellDepends = [ base primitive primitive-unaligned ]; - testHaskellDepends = [ base primitive ]; - description = "Portable big-endian and little-endian conversions"; - license = lib.licenses.bsd3; - }) {}; - - "byte-order_0_1_3_0" = callPackage ({ mkDerivation, base, primitive, primitive-unaligned, wide-word }: mkDerivation { pname = "byte-order"; @@ -48200,7 +48091,6 @@ self: { testHaskellDepends = [ base primitive wide-word ]; description = "Portable big-endian and little-endian conversions"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; }) {}; "byteable" = callPackage @@ -54874,19 +54764,6 @@ self: { }) {}; "checkers" = callPackage - ({ mkDerivation, array, base, QuickCheck, random, semigroupoids }: - mkDerivation { - pname = "checkers"; - version = "0.5.6"; - sha256 = "1b82dz295h37pi6bnkr4r18gkvavrwvsig15955i8hh1rcn2msaz"; - libraryHaskellDepends = [ - array base QuickCheck random semigroupoids - ]; - description = "Check properties on standard classes and data structures"; - license = lib.licenses.bsd3; - }) {}; - - "checkers_0_5_7" = callPackage ({ mkDerivation, array, base, QuickCheck, random, semigroupoids }: mkDerivation { pname = "checkers"; @@ -54897,7 +54774,6 @@ self: { ]; description = "Check properties on standard classes and data structures"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; }) {}; "checkmate" = callPackage @@ -56051,24 +55927,6 @@ self: { }) {}; "circular" = callPackage - ({ mkDerivation, aeson, base, criterion, hspec, primitive - , QuickCheck, quickcheck-instances, vector - }: - mkDerivation { - pname = "circular"; - version = "0.4.0.1"; - sha256 = "03j06zf2fshcf59df088i47s4nx89arggv9h96izbpi0rz4m0fmk"; - libraryHaskellDepends = [ aeson base primitive vector ]; - testHaskellDepends = [ - aeson base hspec primitive QuickCheck quickcheck-instances vector - ]; - benchmarkHaskellDepends = [ base criterion vector ]; - description = "Circular fixed-sized mutable vectors"; - license = lib.licenses.bsd3; - maintainers = with lib.maintainers; [ dschrempf ]; - }) {}; - - "circular_0_4_0_2" = callPackage ({ mkDerivation, aeson, base, criterion, hspec, primitive , QuickCheck, quickcheck-instances, vector }: @@ -56083,7 +55941,6 @@ self: { benchmarkHaskellDepends = [ base criterion vector ]; description = "Circular fixed-sized mutable vectors"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; maintainers = with lib.maintainers; [ dschrempf ]; }) {}; @@ -57321,30 +57178,6 @@ self: { }) {}; "cleff" = callPackage - ({ mkDerivation, atomic-primops, base, containers, exceptions - , extra, hspec, lifted-base, microlens, monad-control, primitive - , QuickCheck, rec-smallarray, template-haskell, th-abstraction - , transformers-base, unliftio - }: - mkDerivation { - pname = "cleff"; - version = "0.2.1.0"; - sha256 = "1a9gvmz9s71c1m9d1f5mxnhid8096fdhmgw4j9l358gg4i6lzvrw"; - libraryHaskellDepends = [ - atomic-primops base containers exceptions microlens monad-control - primitive rec-smallarray template-haskell th-abstraction - transformers-base unliftio - ]; - testHaskellDepends = [ - atomic-primops base containers exceptions extra hspec lifted-base - microlens monad-control primitive QuickCheck rec-smallarray - template-haskell th-abstraction transformers-base unliftio - ]; - description = "Fast and concise extensible effects"; - license = lib.licenses.bsd3; - }) {}; - - "cleff_0_3_0_1" = callPackage ({ mkDerivation, atomic-primops, base, containers, exceptions , extra, hspec, lifted-base, microlens, monad-control, primitive , rec-smallarray, template-haskell, th-abstraction @@ -57366,7 +57199,6 @@ self: { ]; description = "Fast and concise extensible effects"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; }) {}; "cless" = callPackage @@ -64836,6 +64668,17 @@ self: { license = lib.licenses.asl20; }) {}; + "contra-tracers" = callPackage + ({ mkDerivation, aeson, base, contra-tracer }: + mkDerivation { + pname = "contra-tracers"; + version = "1.0.0"; + sha256 = "1875kkrs52nhx64rgj791szy2pnxns16nj4m20jisbnva1vsq93n"; + libraryHaskellDepends = [ aeson base contra-tracer ]; + description = "A logging library built on top of contra-tracer to make configuring and declaring multiple tracers easy (via generics)"; + license = lib.licenses.mpl20; + }) {}; + "contracheck-applicative" = callPackage ({ mkDerivation, base, containers, contravariant, generics-sop , microlens, mmorph @@ -66160,21 +66003,6 @@ self: { }) {}; "covariance" = callPackage - ({ mkDerivation, base, glasso, hmatrix, statistics, tasty - , tasty-hunit, vector - }: - mkDerivation { - pname = "covariance"; - version = "0.1.0.5"; - sha256 = "0ahbr930imp1qf67zdalk67zykp1q6dm141wcrb6pkv6ldjavv2p"; - libraryHaskellDepends = [ base glasso hmatrix statistics vector ]; - testHaskellDepends = [ base hmatrix tasty tasty-hunit ]; - description = "Well-conditioned estimation of large-dimensional covariance matrices"; - license = lib.licenses.gpl3Plus; - maintainers = with lib.maintainers; [ dschrempf ]; - }) {}; - - "covariance_0_1_0_6" = callPackage ({ mkDerivation, base, glasso, hmatrix, statistics, tasty , tasty-hunit, vector }: @@ -66186,7 +66014,6 @@ self: { testHaskellDepends = [ base hmatrix tasty tasty-hunit ]; description = "Well-conditioned estimation of large-dimensional covariance matrices"; license = lib.licenses.gpl3Plus; - hydraPlatforms = lib.platforms.none; maintainers = with lib.maintainers; [ dschrempf ]; }) {}; @@ -67884,8 +67711,8 @@ self: { }: mkDerivation { pname = "crypto-rng"; - version = "0.3.0.0"; - sha256 = "1z0ycj6ayjrpgspfamippqc6gwgn9y31b7jr1w8w0zl2kwcx233h"; + version = "0.3.0.1"; + sha256 = "0454zc70kxsahpcgnkk24rvjhm3bdlrd33qyl84zvixpv3m4mrps"; libraryHaskellDepends = [ base bytestring entropy exceptions monad-control mtl primitive random transformers-base @@ -70618,6 +70445,19 @@ self: { license = lib.licenses.bsd3; }) {}; + "data-clist_0_2" = callPackage + ({ mkDerivation, base, deepseq, QuickCheck }: + mkDerivation { + pname = "data-clist"; + version = "0.2"; + sha256 = "04mj0d1yp0l27v2my51w9q5zpdrdhp29fdyvmwqgxxp8f6yiwfhw"; + libraryHaskellDepends = [ base deepseq ]; + testHaskellDepends = [ base QuickCheck ]; + description = "Simple functional ring type"; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + }) {}; + "data-combinator-gen" = callPackage ({ mkDerivation, base, template-haskell }: mkDerivation { @@ -75783,7 +75623,7 @@ self: { maintainers = with lib.maintainers; [ Gabriel439 ]; }) {}; - "dhall_1_41_0" = callPackage + "dhall_1_41_1" = callPackage ({ mkDerivation, aeson, aeson-pretty, ansi-terminal, atomic-write , base, base16-bytestring, bytestring, case-insensitive, cborg , cborg-json, containers, contravariant, cryptohash-sha256 @@ -75802,8 +75642,8 @@ self: { }: mkDerivation { pname = "dhall"; - version = "1.41.0"; - sha256 = "1igc71rk5nskmypa25zz29gm7njgfafnfihfzfx6f6300275sq91"; + version = "1.41.1"; + sha256 = "09flx2mfl8mzszn0hx80fai3ryiwgjkbxyklfkpmm5hw1smkdslv"; isLibrary = true; isExecutable = true; enableSeparateDataOutput = true; @@ -76306,37 +76146,6 @@ self: { }) {}; "dhall-yaml" = callPackage - ({ mkDerivation, aeson, ansi-terminal, base, bytestring, dhall - , dhall-json, exceptions, HsYAML, HsYAML-aeson - , optparse-applicative, prettyprinter, prettyprinter-ansi-terminal - , tasty, tasty-expected-failure, tasty-hunit, text, vector - }: - mkDerivation { - pname = "dhall-yaml"; - version = "1.2.9"; - sha256 = "0gn9jrqihimjs8i9ksgmlkh8c64km52rmsgz2y6k3ab0igkv8dw6"; - revision = "2"; - editedCabalFile = "18qshgn6vfry37sfmdwi1lijqdrhbrximbwcyi5zzz1b5nb7sa0v"; - isLibrary = true; - isExecutable = true; - libraryHaskellDepends = [ - aeson base bytestring dhall dhall-json HsYAML HsYAML-aeson - optparse-applicative text vector - ]; - executableHaskellDepends = [ - aeson ansi-terminal base bytestring dhall dhall-json exceptions - optparse-applicative prettyprinter prettyprinter-ansi-terminal text - ]; - testHaskellDepends = [ - base bytestring dhall dhall-json tasty tasty-expected-failure - tasty-hunit text - ]; - description = "Convert between Dhall and YAML"; - license = lib.licenses.gpl3Only; - maintainers = with lib.maintainers; [ Gabriel439 ]; - }) {}; - - "dhall-yaml_1_2_10" = callPackage ({ mkDerivation, aeson, ansi-terminal, base, bytestring, dhall , dhall-json, exceptions, HsYAML, HsYAML-aeson , optparse-applicative, prettyprinter, prettyprinter-ansi-terminal @@ -76362,7 +76171,6 @@ self: { ]; description = "Convert between Dhall and YAML"; license = lib.licenses.gpl3Only; - hydraPlatforms = lib.platforms.none; maintainers = with lib.maintainers; [ Gabriel439 ]; }) {}; @@ -77177,6 +76985,8 @@ self: { pname = "dice"; version = "0.1.0.1"; sha256 = "1jybckq3wf3vs0d92ji6a6mlgw64afhwdr6b0w2p1d97zp2fsdn3"; + revision = "1"; + editedCabalFile = "160n5nn39in0hz60hddwds1a2z8gwk3r1llzjaj2278phig3ap7k"; isLibrary = true; isExecutable = true; libraryHaskellDepends = [ base parsec random-fu transformers ]; @@ -78347,23 +78157,6 @@ self: { }) {}; "dirichlet" = callPackage - ({ mkDerivation, base, hspec, log-domain, math-functions - , mwc-random, primitive, vector - }: - mkDerivation { - pname = "dirichlet"; - version = "0.1.0.5"; - sha256 = "1ibp7cvbi86m2m0kb1pzxmnb68awhbkayms7gffx3nqli6yb1fi9"; - libraryHaskellDepends = [ - base log-domain math-functions mwc-random primitive vector - ]; - testHaskellDepends = [ base hspec log-domain mwc-random vector ]; - description = "Multivariate Dirichlet distribution"; - license = lib.licenses.bsd3; - maintainers = with lib.maintainers; [ dschrempf ]; - }) {}; - - "dirichlet_0_1_0_6" = callPackage ({ mkDerivation, base, hspec, log-domain, math-functions , mwc-random, primitive, vector }: @@ -78377,7 +78170,6 @@ self: { testHaskellDepends = [ base hspec log-domain mwc-random vector ]; description = "Multivariate Dirichlet distribution"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; maintainers = with lib.maintainers; [ dschrempf ]; }) {}; @@ -85749,24 +85541,6 @@ self: { }) {}; "elynx" = callPackage - ({ mkDerivation, aeson, base, bytestring, elynx-tools - , optparse-applicative, slynx, tlynx - }: - mkDerivation { - pname = "elynx"; - version = "0.6.1.0"; - sha256 = "0y6l3vcjjrsr3klzzcbckil36v12fyhy195fd43h8zabmlkrg897"; - isLibrary = false; - isExecutable = true; - executableHaskellDepends = [ - aeson base bytestring elynx-tools optparse-applicative slynx tlynx - ]; - description = "Validate and (optionally) redo ELynx analyses"; - license = lib.licenses.gpl3Plus; - maintainers = with lib.maintainers; [ dschrempf ]; - }) {}; - - "elynx_0_6_1_1" = callPackage ({ mkDerivation, aeson, base, bytestring, elynx-tools , optparse-applicative, slynx, tlynx }: @@ -85781,33 +85555,10 @@ self: { ]; description = "Validate and (optionally) redo ELynx analyses"; license = lib.licenses.gpl3Plus; - hydraPlatforms = lib.platforms.none; maintainers = with lib.maintainers; [ dschrempf ]; }) {}; "elynx-markov" = callPackage - ({ mkDerivation, async, attoparsec, base, bytestring, containers - , elynx-seq, elynx-tools, hmatrix, hspec, integration - , math-functions, mwc-random, primitive, statistics, vector - }: - mkDerivation { - pname = "elynx-markov"; - version = "0.6.1.0"; - sha256 = "1bk0hxwym1kgq97xdyzf4925y53gsb5figl5gamarwh6f3rxl6sw"; - libraryHaskellDepends = [ - async attoparsec base bytestring containers elynx-seq hmatrix - integration math-functions mwc-random primitive statistics vector - ]; - testHaskellDepends = [ - base containers elynx-tools hmatrix hspec mwc-random vector - ]; - benchmarkHaskellDepends = [ base ]; - description = "Simulate molecular sequences along trees"; - license = lib.licenses.gpl3Plus; - maintainers = with lib.maintainers; [ dschrempf ]; - }) {}; - - "elynx-markov_0_6_1_1" = callPackage ({ mkDerivation, async, attoparsec, base, bytestring, containers , elynx-seq, elynx-tools, hmatrix, hspec, integration , math-functions, mwc-random, primitive, statistics, vector @@ -85826,24 +85577,10 @@ self: { benchmarkHaskellDepends = [ base ]; description = "Simulate molecular sequences along trees"; license = lib.licenses.gpl3Plus; - hydraPlatforms = lib.platforms.none; maintainers = with lib.maintainers; [ dschrempf ]; }) {}; "elynx-nexus" = callPackage - ({ mkDerivation, attoparsec, base, bytestring, hspec }: - mkDerivation { - pname = "elynx-nexus"; - version = "0.6.1.0"; - sha256 = "1dj8mn3ky0xzr94iar6bc82vsia3znq2fbr8ly0mlwph45x25czz"; - libraryHaskellDepends = [ attoparsec base bytestring ]; - testHaskellDepends = [ base hspec ]; - description = "Import and export Nexus files"; - license = lib.licenses.gpl3Plus; - maintainers = with lib.maintainers; [ dschrempf ]; - }) {}; - - "elynx-nexus_0_6_1_1" = callPackage ({ mkDerivation, attoparsec, base, bytestring, hspec }: mkDerivation { pname = "elynx-nexus"; @@ -85853,32 +85590,10 @@ self: { testHaskellDepends = [ base hspec ]; description = "Import and export Nexus files"; license = lib.licenses.gpl3Plus; - hydraPlatforms = lib.platforms.none; maintainers = with lib.maintainers; [ dschrempf ]; }) {}; "elynx-seq" = callPackage - ({ mkDerivation, aeson, attoparsec, base, bytestring, containers - , elynx-tools, hspec, matrices, mwc-random, parallel, primitive - , vector, vector-th-unbox, word8 - }: - mkDerivation { - pname = "elynx-seq"; - version = "0.6.1.0"; - sha256 = "1bzcp6s1pxxwwg44yj0v1rh0k4saf52nr5m7mh6fpybcm3kpkww0"; - libraryHaskellDepends = [ - aeson attoparsec base bytestring containers matrices mwc-random - parallel primitive vector vector-th-unbox word8 - ]; - testHaskellDepends = [ - base bytestring elynx-tools hspec matrices vector - ]; - description = "Handle molecular sequences"; - license = lib.licenses.gpl3Plus; - maintainers = with lib.maintainers; [ dschrempf ]; - }) {}; - - "elynx-seq_0_6_1_1" = callPackage ({ mkDerivation, aeson, attoparsec, base, bytestring, containers , elynx-tools, hspec, matrices, mwc-random, parallel, primitive , vector, vector-th-unbox, word8 @@ -85896,31 +85611,10 @@ self: { ]; description = "Handle molecular sequences"; license = lib.licenses.gpl3Plus; - hydraPlatforms = lib.platforms.none; maintainers = with lib.maintainers; [ dschrempf ]; }) {}; "elynx-tools" = callPackage - ({ mkDerivation, aeson, attoparsec, base, base16-bytestring - , bytestring, cryptohash-sha256, directory, hmatrix, mwc-random - , optparse-applicative, template-haskell, text, time, transformers - , vector, zlib - }: - mkDerivation { - pname = "elynx-tools"; - version = "0.6.1.0"; - sha256 = "17vw9b9158mfna83xqkj8hnl02m8ngn2k22wsh2kvnhgiw9qc38m"; - libraryHaskellDepends = [ - aeson attoparsec base base16-bytestring bytestring - cryptohash-sha256 directory hmatrix mwc-random optparse-applicative - template-haskell text time transformers vector zlib - ]; - description = "Tools for ELynx"; - license = lib.licenses.gpl3Plus; - maintainers = with lib.maintainers; [ dschrempf ]; - }) {}; - - "elynx-tools_0_6_1_1" = callPackage ({ mkDerivation, aeson, attoparsec, base, base16-bytestring , bytestring, cryptohash-sha256, directory, hmatrix, mwc-random , optparse-applicative, template-haskell, time, transformers @@ -85937,39 +85631,10 @@ self: { ]; description = "Tools for ELynx"; license = lib.licenses.gpl3Plus; - hydraPlatforms = lib.platforms.none; maintainers = with lib.maintainers; [ dschrempf ]; }) {}; "elynx-tree" = callPackage - ({ mkDerivation, aeson, attoparsec, base, bytestring, comonad - , containers, criterion, data-default, data-default-class, deepseq - , double-conversion, elynx-nexus, elynx-tools, hspec - , math-functions, microlens, mwc-random, parallel, primitive - , QuickCheck, quickcheck-classes, statistics - }: - mkDerivation { - pname = "elynx-tree"; - version = "0.6.1.0"; - sha256 = "186f8qyp0k8jjc01wvpwlpxfkmr7043yyxajmh700jlxbz4p8j7i"; - libraryHaskellDepends = [ - aeson attoparsec base bytestring comonad containers - data-default-class deepseq double-conversion elynx-nexus - math-functions mwc-random parallel primitive statistics - ]; - testHaskellDepends = [ - attoparsec base bytestring containers data-default elynx-tools - hspec QuickCheck quickcheck-classes - ]; - benchmarkHaskellDepends = [ - base criterion elynx-tools microlens mwc-random parallel - ]; - description = "Handle phylogenetic trees"; - license = lib.licenses.gpl3Plus; - maintainers = with lib.maintainers; [ dschrempf ]; - }) {}; - - "elynx-tree_0_6_1_1" = callPackage ({ mkDerivation, aeson, attoparsec, base, bytestring, comonad , containers, criterion, data-default, data-default-class, deepseq , double-conversion, elynx-nexus, elynx-tools, hspec @@ -85994,7 +85659,6 @@ self: { ]; description = "Handle phylogenetic trees"; license = lib.licenses.gpl3Plus; - hydraPlatforms = lib.platforms.none; maintainers = with lib.maintainers; [ dschrempf ]; }) {}; @@ -90115,19 +89779,20 @@ self: { "exon" = callPackage ({ mkDerivation, base, flatparse, haskell-src-exts - , haskell-src-meta, hedgehog, relude, tasty, tasty-hedgehog + , haskell-src-meta, hedgehog, incipit-base, tasty, tasty-hedgehog , template-haskell, text }: mkDerivation { pname = "exon"; - version = "0.2.0.1"; - sha256 = "0pdggj0yc863xf6ip8j97ix6nvj07q7x9sp4ancxcvry892kglwm"; + version = "0.3.0.0"; + sha256 = "0ysrn78h9z143jpgbw0z5ng6kv79h69v42h4cgywfv2vss9hd96h"; libraryHaskellDepends = [ - base flatparse haskell-src-exts haskell-src-meta relude + base flatparse haskell-src-exts haskell-src-meta incipit-base template-haskell text ]; testHaskellDepends = [ - base hedgehog tasty tasty-hedgehog template-haskell text + base hedgehog incipit-base tasty tasty-hedgehog template-haskell + text ]; description = "Monoidal Quasiquote Interpolation"; license = "BSD-2-Clause-Patent"; @@ -97238,8 +96903,8 @@ self: { ({ mkDerivation, base, containers, QuickCheck, text }: mkDerivation { pname = "formatn"; - version = "0.2.0"; - sha256 = "1hgrii092rlxhmf23ckj51rj53qkwljh3rahnm0rz4rpnrm6xxjq"; + version = "0.2.1"; + sha256 = "1l6xzwxbddalz33ppyy9wcb0i0n9vz17s0c4j15ji96ql11k3hm7"; libraryHaskellDepends = [ base containers QuickCheck text ]; description = "Formatting of doubles"; license = lib.licenses.bsd3; @@ -120216,8 +119881,8 @@ self: { }: mkDerivation { pname = "happstack-static-routing"; - version = "0.6.0.0"; - sha256 = "18r7nb6558yvspc486sxckb8708wsvgqgagaycg1qbdxbfhnshhg"; + version = "0.7.0.0"; + sha256 = "0k2rdn2bvqmmnf46xqmczaaq6l0vx5mm7c2q5mr9kjr1g9gq53gh"; libraryHaskellDepends = [ base containers happstack-server list-tries transformers ]; @@ -127836,23 +127501,6 @@ self: { }) {}; "headed-megaparsec" = callPackage - ({ mkDerivation, base, case-insensitive, megaparsec - , parser-combinators, selective - }: - mkDerivation { - pname = "headed-megaparsec"; - version = "0.2.0.2"; - sha256 = "07ddg7v55pbgalajnln37276x25632mj8s6xnwfd79pbwj3rg0rg"; - libraryHaskellDepends = [ - base case-insensitive megaparsec parser-combinators selective - ]; - description = "More informative parser"; - license = lib.licenses.mit; - hydraPlatforms = lib.platforms.none; - broken = true; - }) {}; - - "headed-megaparsec_0_2_1" = callPackage ({ mkDerivation, base, case-insensitive, megaparsec , parser-combinators, selective }: @@ -129891,6 +129539,26 @@ self: { license = lib.licenses.mit; }) {}; + "heterocephalus_1_0_5_6" = callPackage + ({ mkDerivation, base, blaze-html, blaze-markup, containers, dlist + , doctest, Glob, mtl, parsec, shakespeare, template-haskell + , template-haskell-compat-v0208, text, transformers + }: + mkDerivation { + pname = "heterocephalus"; + version = "1.0.5.6"; + sha256 = "15bgmgnyrf721d0a3bpmvbz723a79hbh56wa6a2v087v3qrlx05g"; + libraryHaskellDepends = [ + base blaze-html blaze-markup containers dlist mtl parsec + shakespeare template-haskell template-haskell-compat-v0208 text + transformers + ]; + testHaskellDepends = [ base doctest Glob ]; + description = "A type-safe template engine for working with front end development tools"; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; + }) {}; + "heterogeneous-list-literals" = callPackage ({ mkDerivation, base, Only }: mkDerivation { @@ -135435,6 +135103,25 @@ self: { license = lib.licenses.bsd3; }) {}; + "hoauth2_2_3_0" = callPackage + ({ mkDerivation, aeson, base, binary, bytestring, containers + , data-default, exceptions, http-conduit, http-types, microlens + , text, transformers, uri-bytestring, uri-bytestring-aeson + }: + mkDerivation { + pname = "hoauth2"; + version = "2.3.0"; + sha256 = "10y4ik96h61msapqh0rjmb5vjv7kfky6z9iffsln046an59b759v"; + libraryHaskellDepends = [ + aeson base binary bytestring containers data-default exceptions + http-conduit http-types microlens text transformers uri-bytestring + uri-bytestring-aeson + ]; + description = "Haskell OAuth2 authentication client"; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + }) {}; + "hob" = callPackage ({ mkDerivation, base, bytestring, containers, directory, filepath , glib, gtk-largeTreeStore, gtk3, gtksourceview3, hspec, mtl, pango @@ -141521,22 +141208,6 @@ self: { }) {}; "hslua-module-doclayout" = callPackage - ({ mkDerivation, base, doclayout, hslua, tasty, tasty-hunit - , tasty-lua, text - }: - mkDerivation { - pname = "hslua-module-doclayout"; - version = "1.0.2"; - sha256 = "06r1vz2xpvmwd6pghq0g38h3xzagy9043zjqx0ilnxhdx5v5fwcd"; - libraryHaskellDepends = [ base doclayout hslua text ]; - testHaskellDepends = [ - base doclayout hslua tasty tasty-hunit tasty-lua - ]; - description = "Lua module wrapping Text.DocLayout."; - license = lib.licenses.mit; - }) {}; - - "hslua-module-doclayout_1_0_3" = callPackage ({ mkDerivation, base, doclayout, hslua, tasty, tasty-hunit , tasty-lua, text }: @@ -141550,31 +141221,9 @@ self: { ]; description = "Lua module wrapping Text.DocLayout."; license = lib.licenses.mit; - hydraPlatforms = lib.platforms.none; }) {}; "hslua-module-path" = callPackage - ({ mkDerivation, base, filepath, hslua-core, hslua-marshalling - , hslua-packaging, tasty, tasty-hunit, tasty-lua, text - }: - mkDerivation { - pname = "hslua-module-path"; - version = "1.0.1"; - sha256 = "1ffqfkyk4nqvk03mrdp5bz6miq0d06d1nwdklpchs55n6s95wl6x"; - revision = "1"; - editedCabalFile = "110bdz2pwnvcsnq1vlm17x91mdqfif839qgji2gjzddcj9q5pbqa"; - libraryHaskellDepends = [ - base filepath hslua-core hslua-marshalling hslua-packaging text - ]; - testHaskellDepends = [ - base filepath hslua-core hslua-marshalling hslua-packaging tasty - tasty-hunit tasty-lua text - ]; - description = "Lua module to work with file paths"; - license = lib.licenses.mit; - }) {}; - - "hslua-module-path_1_0_2" = callPackage ({ mkDerivation, base, filepath, hslua-core, hslua-marshalling , hslua-packaging, tasty, tasty-hunit, tasty-lua, text }: @@ -141591,32 +141240,9 @@ self: { ]; description = "Lua module to work with file paths"; license = lib.licenses.mit; - hydraPlatforms = lib.platforms.none; }) {}; "hslua-module-system" = callPackage - ({ mkDerivation, base, directory, exceptions, hslua-core - , hslua-marshalling, hslua-packaging, tasty, tasty-hunit, tasty-lua - , temporary, text - }: - mkDerivation { - pname = "hslua-module-system"; - version = "1.0.1"; - sha256 = "0mbp7yh1m167fpsvscpa1mhpdi9h2xpwghr2bxl6swg8ab4s2lzw"; - revision = "1"; - editedCabalFile = "14ixzwii8y1mab6z9c20w4p3q4in3zknffmarr02gmgl1ksrl2cw"; - libraryHaskellDepends = [ - base directory exceptions hslua-core hslua-marshalling - hslua-packaging temporary text - ]; - testHaskellDepends = [ - base hslua-core hslua-packaging tasty tasty-hunit tasty-lua text - ]; - description = "Lua module wrapper around Haskell's System module"; - license = lib.licenses.mit; - }) {}; - - "hslua-module-system_1_0_2" = callPackage ({ mkDerivation, base, directory, exceptions, hslua-core , hslua-marshalling, hslua-packaging, tasty, tasty-hunit, tasty-lua , temporary, text @@ -141634,30 +141260,9 @@ self: { ]; description = "Lua module wrapper around Haskell's System module"; license = lib.licenses.mit; - hydraPlatforms = lib.platforms.none; }) {}; "hslua-module-text" = callPackage - ({ mkDerivation, base, hslua-core, hslua-marshalling - , hslua-packaging, tasty, tasty-hunit, tasty-lua, text - }: - mkDerivation { - pname = "hslua-module-text"; - version = "1.0.1"; - sha256 = "0p6fw5vx77999yfbc2i77x5mnlxgi7bgwhx23017q5zbvs09c739"; - revision = "1"; - editedCabalFile = "18zvaqzdphqisisvpffpkwkms7mh556zxxbwp2n2h1bv2s8f0x5s"; - libraryHaskellDepends = [ - base hslua-core hslua-marshalling hslua-packaging text - ]; - testHaskellDepends = [ - base hslua-core hslua-packaging tasty tasty-hunit tasty-lua text - ]; - description = "Lua module for text"; - license = lib.licenses.mit; - }) {}; - - "hslua-module-text_1_0_2" = callPackage ({ mkDerivation, base, hslua-core, hslua-marshalling , hslua-packaging, tasty, tasty-hunit, tasty-lua, text }: @@ -141673,31 +141278,9 @@ self: { ]; description = "Lua module for text"; license = lib.licenses.mit; - hydraPlatforms = lib.platforms.none; }) {}; "hslua-module-version" = callPackage - ({ mkDerivation, base, filepath, hslua-core, hslua-marshalling - , hslua-packaging, tasty, tasty-hunit, tasty-lua, text - }: - mkDerivation { - pname = "hslua-module-version"; - version = "1.0.1"; - sha256 = "125kpfypq5hync80f1g1w618xrfqvi5bsqks9pg2rq1d57qxk5yc"; - revision = "1"; - editedCabalFile = "0gl9gn1pkpa3cg0sx971q45hj23kq9czcswli9yaz0mij5wqyh57"; - libraryHaskellDepends = [ - base filepath hslua-core hslua-marshalling hslua-packaging text - ]; - testHaskellDepends = [ - base filepath hslua-core hslua-marshalling hslua-packaging tasty - tasty-hunit tasty-lua text - ]; - description = "Lua module to work with version specifiers"; - license = lib.licenses.mit; - }) {}; - - "hslua-module-version_1_0_2" = callPackage ({ mkDerivation, base, filepath, hslua-core, hslua-marshalling , hslua-packaging, tasty, tasty-hunit, tasty-lua, text }: @@ -141714,7 +141297,6 @@ self: { ]; description = "Lua module to work with version specifiers"; license = lib.licenses.mit; - hydraPlatforms = lib.platforms.none; }) {}; "hslua-objectorientation" = callPackage @@ -151440,17 +151022,34 @@ self: { broken = true; }) {}; + "incipit" = callPackage + ({ mkDerivation, base, incipit-core, polysemy-conc, polysemy-log + , polysemy-resume, polysemy-time + }: + mkDerivation { + pname = "incipit"; + version = "0.1.0.4"; + sha256 = "18chlrsf93mk5x6r2kcx6z0zbhyc760dvm55vhg027kq0g1cf5kv"; + libraryHaskellDepends = [ + base incipit-core polysemy-conc polysemy-log polysemy-resume + polysemy-time + ]; + description = "A Prelude for Polysemy"; + license = "BSD-2-Clause-Patent"; + }) {}; + "incipit-base" = callPackage - ({ mkDerivation, base, bytestring, containers, data-default, text + ({ mkDerivation, base, bytestring, containers, data-default, stm + , text }: mkDerivation { pname = "incipit-base"; - version = "0.1.0.1"; - sha256 = "0s54qlmsaq5v870n4ypji4x1wvy8z5mx833nmbf0fm0f77bh02d7"; + version = "0.1.0.3"; + sha256 = "1mn5gcgnzr1v6zkkym5xbshcxikpgp1h8rlw0bnhgmadvabq4bg6"; libraryHaskellDepends = [ - base bytestring containers data-default text + base bytestring containers data-default stm text ]; - description = "A Prelude for Polysemy"; + description = "A Prelude for Polysemy – Base Reexports"; license = "BSD-2-Clause-Patent"; }) {}; @@ -151458,8 +151057,8 @@ self: { ({ mkDerivation, base, incipit-base, polysemy }: mkDerivation { pname = "incipit-core"; - version = "0.1.0.1"; - sha256 = "0ikvx23h9dzij815spcx0mmiw8lqhg05l8azcq32ipa22zg6j23m"; + version = "0.1.0.3"; + sha256 = "11yqbfaqnlpd6ys4l2wkww1fh6jmn01za514szgf07jkwx1svjli"; libraryHaskellDepends = [ base incipit-base polysemy ]; description = "A Prelude for Polysemy"; license = "BSD-2-Clause-Patent"; @@ -161404,6 +161003,8 @@ self: { pname = "knob"; version = "0.1.1"; sha256 = "05qj7s04p5pbasivyxc06l0jbii250zjnvb3l1y2sfhglb7q8b4c"; + revision = "1"; + editedCabalFile = "152ba32yb1d3qli5mghgcxqa0ynvppbm9067mkkdgkiy9a1v4dpf"; libraryHaskellDepends = [ base bytestring transformers ]; description = "Memory-backed handles"; license = lib.licenses.mit; @@ -165156,6 +164757,8 @@ self: { pname = "lazy-async"; version = "1.0.0.1"; sha256 = "1nw24hfpw0wd099lxjsi1iqssbb7yw6isilkv4a68agv2q1ranvk"; + revision = "1"; + editedCabalFile = "1rp4ym19rz1z60awfdxyl80abmpmyjhw6s0rb40j1cmrahpvf6hz"; libraryHaskellDepends = [ base exceptions lifted-async monad-control rank2classes stm transformers transformers-base @@ -172963,18 +172566,6 @@ self: { }) {}; "lpeg" = callPackage - ({ mkDerivation, base, lua, tasty, tasty-hunit }: - mkDerivation { - pname = "lpeg"; - version = "1.0.2"; - sha256 = "0b1khwgmvlnvan6vp46mlvhzdrhawl5s1v971bm660aq0q8jjv1k"; - libraryHaskellDepends = [ base lua ]; - testHaskellDepends = [ base lua tasty tasty-hunit ]; - description = "LPeg – Parsing Expression Grammars For Lua"; - license = lib.licenses.mit; - }) {}; - - "lpeg_1_0_3" = callPackage ({ mkDerivation, base, lua, tasty, tasty-hunit }: mkDerivation { pname = "lpeg"; @@ -172984,7 +172575,6 @@ self: { testHaskellDepends = [ base lua tasty tasty-hunit ]; description = "LPeg – Parsing Expression Grammars For Lua"; license = lib.licenses.mit; - hydraPlatforms = lib.platforms.none; }) {}; "lrucache" = callPackage @@ -173340,19 +172930,6 @@ self: { }) {inherit (pkgs) lua5_3;}; "lua-arbitrary" = callPackage - ({ mkDerivation, base, lua, QuickCheck }: - mkDerivation { - pname = "lua-arbitrary"; - version = "1.0.0"; - sha256 = "13kfpiyln1i3d1a47fpf00lrcj4m9dyg80zrqclx7wzy9p8ixh7l"; - revision = "1"; - editedCabalFile = "19cc5vn27izx5cnpq1xj915ax16czvxaarvigggwi73cgk11hbf1"; - libraryHaskellDepends = [ base lua QuickCheck ]; - description = "Arbitrary instances for Lua types"; - license = lib.licenses.mit; - }) {}; - - "lua-arbitrary_1_0_1" = callPackage ({ mkDerivation, base, lua, QuickCheck }: mkDerivation { pname = "lua-arbitrary"; @@ -173361,7 +172938,6 @@ self: { libraryHaskellDepends = [ base lua QuickCheck ]; description = "Arbitrary instances for Lua types"; license = lib.licenses.mit; - hydraPlatforms = lib.platforms.none; }) {}; "lua-bc" = callPackage @@ -177520,33 +177096,6 @@ self: { }) {}; "mcmc" = callPackage - ({ mkDerivation, aeson, base, bytestring, circular, containers - , covariance, criterion, data-default, deepseq, directory - , dirichlet, double-conversion, hmatrix, hspec, log-domain - , math-functions, microlens, monad-parallel, mwc-random - , pretty-show, primitive, statistics, time, transformers, vector - , zlib - }: - mkDerivation { - pname = "mcmc"; - version = "0.6.1.0"; - sha256 = "0wln2fin522mg8ql4ypyxhm93rgq985bcqq61gsvzqrkwrp7n33a"; - libraryHaskellDepends = [ - aeson base bytestring circular containers covariance data-default - deepseq directory dirichlet double-conversion hmatrix log-domain - math-functions microlens monad-parallel mwc-random pretty-show - primitive statistics time transformers vector zlib - ]; - testHaskellDepends = [ - base hspec log-domain mwc-random statistics - ]; - benchmarkHaskellDepends = [ base criterion microlens mwc-random ]; - description = "Sample from a posterior using Markov chain Monte Carlo"; - license = lib.licenses.gpl3Plus; - maintainers = with lib.maintainers; [ dschrempf ]; - }) {}; - - "mcmc_0_6_2_0" = callPackage ({ mkDerivation, aeson, base, bytestring, circular, containers , covariance, criterion, data-default, deepseq, directory , dirichlet, double-conversion, hmatrix, hspec, log-domain @@ -177568,7 +177117,6 @@ self: { benchmarkHaskellDepends = [ base criterion microlens mwc-random ]; description = "Sample from a posterior using Markov chain Monte Carlo"; license = lib.licenses.gpl3Plus; - hydraPlatforms = lib.platforms.none; maintainers = with lib.maintainers; [ dschrempf ]; }) {}; @@ -180880,6 +180428,8 @@ self: { pname = "misfortune"; version = "0.1.1.2"; sha256 = "0j93zqgqskrj2zc0vwsmwldidr6nkcxq2v3mmzv7l7l1bwhl8jxf"; + revision = "1"; + editedCabalFile = "1i3ivm06g690ksxnkmkg56rxzns7acwilnl6iy610n9b1k7plnqc"; isLibrary = true; isExecutable = true; enableSeparateDataOutput = true; @@ -196960,35 +196510,6 @@ self: { }) {}; "opaleye" = callPackage - ({ mkDerivation, aeson, base, base16-bytestring, bytestring - , case-insensitive, containers, contravariant, dotenv, hspec - , hspec-discover, multiset, postgresql-simple, pretty - , product-profunctors, profunctors, QuickCheck, scientific - , semigroups, text, time, time-compat, time-locale-compat - , transformers, uuid, void - }: - mkDerivation { - pname = "opaleye"; - version = "0.9.0.0"; - sha256 = "0i2ncvgx7pdq4q7i1fxnpxya3jb9jnzz7d6hcd5s0lrc2flv6rxd"; - libraryHaskellDepends = [ - aeson base base16-bytestring bytestring case-insensitive - contravariant postgresql-simple pretty product-profunctors - profunctors scientific semigroups text time-compat - time-locale-compat transformers uuid void - ]; - testHaskellDepends = [ - aeson base bytestring containers contravariant dotenv hspec - hspec-discover multiset postgresql-simple product-profunctors - profunctors QuickCheck semigroups text time time-compat - transformers uuid - ]; - testToolDepends = [ hspec-discover ]; - description = "An SQL-generating DSL targeting PostgreSQL"; - license = lib.licenses.bsd3; - }) {}; - - "opaleye_0_9_2_0" = callPackage ({ mkDerivation, aeson, base, base16-bytestring, bytestring , case-insensitive, containers, contravariant, dotenv, hspec , hspec-discover, multiset, postgresql-simple, pretty @@ -197015,7 +196536,6 @@ self: { testToolDepends = [ hspec-discover ]; description = "An SQL-generating DSL targeting PostgreSQL"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; }) {}; "opaleye-classy" = callPackage @@ -197399,6 +196919,8 @@ self: { pname = "openapi3"; version = "3.2.1"; sha256 = "0xspxp5rma3mx5p0qy6mmq94540agl44vkc65sylp5k62x68588d"; + revision = "1"; + editedCabalFile = "07mc9h2lzyykjy2lzgqgsvirfpyxazv5r7klv2gww1c6r4890zhf"; isLibrary = true; isExecutable = true; setupHaskellDepends = [ base Cabal cabal-doctest ]; @@ -201135,28 +200657,6 @@ self: { }) {}; "pandoc-lua-marshal" = callPackage - ({ mkDerivation, base, bytestring, containers, exceptions, hslua - , hslua-marshalling, lua, pandoc-types, QuickCheck, safe, tasty - , tasty-hunit, tasty-lua, tasty-quickcheck, text - }: - mkDerivation { - pname = "pandoc-lua-marshal"; - version = "0.1.5"; - sha256 = "1c7az2sgcrrld8p5a75nqyss78hc9ckvhqm41hadi1rq6h76l9fi"; - libraryHaskellDepends = [ - base bytestring containers exceptions hslua hslua-marshalling lua - pandoc-types safe text - ]; - testHaskellDepends = [ - base bytestring containers exceptions hslua hslua-marshalling lua - pandoc-types QuickCheck safe tasty tasty-hunit tasty-lua - tasty-quickcheck text - ]; - description = "Use pandoc types in Lua"; - license = lib.licenses.mit; - }) {}; - - "pandoc-lua-marshal_0_1_5_1" = callPackage ({ mkDerivation, base, bytestring, containers, exceptions, hslua , hslua-marshalling, lua, pandoc-types, QuickCheck, safe, tasty , tasty-hunit, tasty-lua, tasty-quickcheck, text @@ -201176,7 +200676,6 @@ self: { ]; description = "Use pandoc types in Lua"; license = lib.licenses.mit; - hydraPlatforms = lib.platforms.none; }) {}; "pandoc-markdown-ghci-filter" = callPackage @@ -204133,20 +203632,6 @@ self: { }) {}; "pava" = callPackage - ({ mkDerivation, base, criterion, hspec, mwc-random, vector }: - mkDerivation { - pname = "pava"; - version = "0.1.1.2"; - sha256 = "0qvyia9iy8f9s16v2khgzm74z9r7mks98xz1g1qhrdkw950mjlga"; - libraryHaskellDepends = [ base vector ]; - testHaskellDepends = [ base hspec vector ]; - benchmarkHaskellDepends = [ base criterion mwc-random vector ]; - description = "Greatest convex majorants and least concave minorants"; - license = lib.licenses.gpl3Plus; - maintainers = with lib.maintainers; [ dschrempf ]; - }) {}; - - "pava_0_1_1_3" = callPackage ({ mkDerivation, base, criterion, hspec, mwc-random, vector }: mkDerivation { pname = "pava"; @@ -204157,7 +203642,6 @@ self: { benchmarkHaskellDepends = [ base criterion mwc-random vector ]; description = "Greatest convex majorants and least concave minorants"; license = lib.licenses.gpl3Plus; - hydraPlatforms = lib.platforms.none; maintainers = with lib.maintainers; [ dschrempf ]; }) {}; @@ -211585,8 +211069,8 @@ self: { }: mkDerivation { pname = "polysemy-conc"; - version = "0.6.0.0"; - sha256 = "1mhy5bj4las43xwzzpg1s6jdcb6l7faay78jz7agvzg4zrn0kqqn"; + version = "0.6.0.1"; + sha256 = "03h8q2mrkx0x5lyd26csygjg0yxlhlyz01xh3llmb45wzrh1cz4c"; libraryHaskellDepends = [ async base containers incipit-core polysemy polysemy-resume polysemy-time stm stm-chans torsor unagi-chan unix @@ -211647,29 +211131,26 @@ self: { }) {}; "polysemy-http" = callPackage - ({ mkDerivation, aeson, ansi-terminal, base, bytestring - , case-insensitive, composition, containers, data-default, either - , hedgehog, http-client, http-client-tls, http-types, lens, network - , polysemy, polysemy-log, polysemy-plugin, relude, servant - , servant-client, servant-server, string-interpolate, tasty - , tasty-hedgehog, template-haskell, text, time, warp + ({ mkDerivation, aeson, ansi-terminal, base, case-insensitive + , data-default, exon, hedgehog, http-client, http-client-tls + , http-types, incipit, lens, network, polysemy, polysemy-log + , polysemy-plugin, polysemy-time, servant, servant-client + , servant-server, tasty, tasty-hedgehog, template-haskell, time + , warp }: mkDerivation { pname = "polysemy-http"; - version = "0.5.0.0"; - sha256 = "19v8ddpwn87cnipyxp3p0ppp86gvzjb6krwwlci6899k91qj2vsp"; + version = "0.6.0.0"; + sha256 = "1hqzpi0l2r9dn7ws8ryhq1ll86j93ygjcvc23j9b3dpvn7hfs0g2"; libraryHaskellDepends = [ - aeson ansi-terminal base bytestring case-insensitive composition - containers data-default either http-client http-client-tls - http-types lens polysemy polysemy-log polysemy-plugin relude - string-interpolate template-haskell text time + aeson ansi-terminal base case-insensitive data-default exon + http-client http-client-tls http-types incipit lens polysemy + polysemy-log polysemy-plugin polysemy-time template-haskell time ]; testHaskellDepends = [ - aeson ansi-terminal base bytestring case-insensitive composition - containers data-default either hedgehog http-client http-client-tls - http-types lens network polysemy polysemy-log polysemy-plugin - relude servant servant-client servant-server string-interpolate - tasty tasty-hedgehog template-haskell text time warp + aeson base exon hedgehog http-client incipit lens network polysemy + polysemy-plugin polysemy-time servant servant-client servant-server + tasty tasty-hedgehog warp ]; description = "Polysemy Effects for HTTP clients"; license = "BSD-2-Clause-Patent"; @@ -211727,41 +211208,42 @@ self: { }) {}; "polysemy-log" = callPackage - ({ mkDerivation, ansi-terminal, async, base, polysemy - , polysemy-conc, polysemy-test, polysemy-time, relude, tasty - , template-haskell, text, time + ({ mkDerivation, ansi-terminal, async, base, incipit-core, polysemy + , polysemy-conc, polysemy-plugin, polysemy-test, polysemy-time, stm + , tasty, time }: mkDerivation { pname = "polysemy-log"; - version = "0.4.3.0"; - sha256 = "0n7szglzj8jkb6cpkbj0496wd5k4cy4lvih026r6bcb7m943ki71"; + version = "0.5.0.0"; + sha256 = "00yhgc08afnhrfj2dm98is9jlcg81mcsm507li3g472z7sxxpgsh"; libraryHaskellDepends = [ - ansi-terminal async base polysemy polysemy-conc polysemy-time - relude template-haskell text time + ansi-terminal async base incipit-core polysemy polysemy-conc + polysemy-time stm time ]; testHaskellDepends = [ - base polysemy polysemy-conc polysemy-test polysemy-time tasty time + base incipit-core polysemy polysemy-conc polysemy-plugin + polysemy-test polysemy-time tasty time ]; description = "Polysemy Effects for Logging"; license = "BSD-2-Clause-Patent"; }) {}; "polysemy-log-co" = callPackage - ({ mkDerivation, base, co-log, co-log-core, co-log-polysemy + ({ mkDerivation, base, co-log, co-log-polysemy, incipit-core , polysemy, polysemy-conc, polysemy-log, polysemy-test - , polysemy-time, tasty + , polysemy-time, stm, tasty }: mkDerivation { pname = "polysemy-log-co"; - version = "0.4.3.0"; - sha256 = "1qhhhlbkvx4jxanfwgnnhn0yvhi2zp7sm3ssn3nc48vm1gzmb867"; + version = "0.5.0.0"; + sha256 = "0ka17hqjhhfv9vgw75d65h3savjymslmm6rf14bwp12fwgzrikiz"; libraryHaskellDepends = [ - base co-log co-log-core co-log-polysemy polysemy polysemy-conc - polysemy-log polysemy-time + base co-log co-log-polysemy incipit-core polysemy polysemy-conc + polysemy-log polysemy-time stm ]; testHaskellDepends = [ - base co-log co-log-polysemy polysemy polysemy-log polysemy-test - polysemy-time tasty + base co-log co-log-polysemy incipit-core polysemy polysemy-log + polysemy-test polysemy-time stm tasty ]; description = "Colog Adapters for Polysemy-Log"; license = "BSD-2-Clause-Patent"; @@ -211769,18 +211251,20 @@ self: { }) {}; "polysemy-log-di" = callPackage - ({ mkDerivation, base, di-polysemy, polysemy, polysemy-conc - , polysemy-log, polysemy-test, polysemy-time, tasty + ({ mkDerivation, base, di-polysemy, incipit-core, polysemy + , polysemy-conc, polysemy-log, polysemy-test, polysemy-time, stm + , tasty }: mkDerivation { pname = "polysemy-log-di"; - version = "0.4.3.0"; - sha256 = "0cy1iwybb4m6n2rivmzzp4ikj8n1qhw1k4f13xiwf98s7abasa5l"; + version = "0.5.0.0"; + sha256 = "0l722i4hgls71l69k6bpajsd2b2492phc1xazfrz5zkgxg1qikns"; libraryHaskellDepends = [ - base di-polysemy polysemy polysemy-conc polysemy-log polysemy-time + base di-polysemy incipit-core polysemy polysemy-conc polysemy-log + polysemy-time stm ]; testHaskellDepends = [ - base polysemy polysemy-log polysemy-test tasty + base incipit-core polysemy polysemy-log polysemy-test stm tasty ]; description = "Di Adapters for Polysemy-Log"; license = "BSD-2-Clause-Patent"; @@ -211932,8 +211416,8 @@ self: { }: mkDerivation { pname = "polysemy-process"; - version = "0.6.0.0"; - sha256 = "02b3scphwkihs75gkw6j3dfddlm1l4nzqk38smbi6dzdn65dc5ha"; + version = "0.6.0.1"; + sha256 = "1n3acax1ym2qs09yn666g3vyclk7w53s75jf5zziff3hmlvykv65"; libraryHaskellDepends = [ base incipit-core path path-io polysemy polysemy-conc polysemy-resume posix-pty process stm-chans typed-process unix @@ -227509,27 +226993,6 @@ self: { }) {inherit (pkgs) rure;}; "regex-tdfa" = callPackage - ({ mkDerivation, array, base, bytestring, containers, directory - , filepath, mtl, parsec, regex-base, text, utf8-string - }: - mkDerivation { - pname = "regex-tdfa"; - version = "1.3.1.1"; - sha256 = "1msrq31k4jmn2lmrdzn87jqarqhw265ca69rfg5jpa5adrzm3gmi"; - revision = "3"; - editedCabalFile = "11c7kqjf86jmm6pcxypbvlqb3iim5rcv9gxy1046iappasapampd"; - libraryHaskellDepends = [ - array base bytestring containers mtl parsec regex-base text - ]; - testHaskellDepends = [ - array base bytestring containers directory filepath mtl regex-base - text utf8-string - ]; - description = "Pure Haskell Tagged DFA Backend for \"Text.Regex\" (regex-base)"; - license = lib.licenses.bsd3; - }) {}; - - "regex-tdfa_1_3_1_2" = callPackage ({ mkDerivation, array, base, bytestring, containers, directory , filepath, mtl, parsec, regex-base, text, utf8-string }: @@ -227546,7 +227009,6 @@ self: { ]; description = "Pure Haskell Tagged DFA Backend for \"Text.Regex\" (regex-base)"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; }) {}; "regex-tdfa-pipes" = callPackage @@ -228149,35 +227611,6 @@ self: { }) {}; "rel8" = callPackage - ({ mkDerivation, aeson, base, bifunctors, bytestring - , case-insensitive, comonad, containers, contravariant, hasql - , hasql-transaction, hedgehog, mmorph, opaleye, pretty - , product-profunctors, profunctors, scientific, semialign - , semigroupoids, tasty, tasty-hedgehog, text, these, time - , tmp-postgres, transformers, uuid - }: - mkDerivation { - pname = "rel8"; - version = "1.3.0.0"; - sha256 = "00iw5fzfx81j7phzjqzmk2bfxvg9q21sn3gw42a3xbnqk1ivrhjy"; - revision = "1"; - editedCabalFile = "0nmkvkhb3hwn24mlgz720d1igps9aqsshccc5lvnp135ai01b60k"; - libraryHaskellDepends = [ - aeson base bifunctors bytestring case-insensitive comonad - contravariant hasql opaleye pretty product-profunctors profunctors - scientific semialign semigroupoids text these time uuid - ]; - testHaskellDepends = [ - base bytestring case-insensitive containers hasql hasql-transaction - hedgehog mmorph scientific tasty tasty-hedgehog text time - tmp-postgres transformers uuid - ]; - description = "Hey! Hey! Can u rel8?"; - license = lib.licenses.bsd3; - maintainers = with lib.maintainers; [ sternenseemann ]; - }) {}; - - "rel8_1_3_1_0" = callPackage ({ mkDerivation, aeson, base, bifunctors, bytestring , case-insensitive, comonad, containers, contravariant, hasql , hasql-transaction, hedgehog, mmorph, opaleye, pretty @@ -228201,7 +227634,6 @@ self: { ]; description = "Hey! Hey! Can u rel8?"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; maintainers = with lib.maintainers; [ sternenseemann ]; }) {}; @@ -233887,21 +233319,6 @@ self: { }) {}; "rvar" = callPackage - ({ mkDerivation, base, MonadPrompt, mtl, random-source - , transformers - }: - mkDerivation { - pname = "rvar"; - version = "0.2.0.6"; - sha256 = "1lwcmv3x3v7sjxkil7754sh085y5r5h9zkca39czjhyyzxsqiq81"; - libraryHaskellDepends = [ - base MonadPrompt mtl random-source transformers - ]; - description = "Random Variables"; - license = lib.licenses.publicDomain; - }) {}; - - "rvar_0_3_0_0" = callPackage ({ mkDerivation, base, bytestring, MonadPrompt, mtl, random , transformers }: @@ -233914,7 +233331,6 @@ self: { ]; description = "Random Variables"; license = lib.licenses.publicDomain; - hydraPlatforms = lib.platforms.none; }) {}; "rwlock" = callPackage @@ -241073,8 +240489,8 @@ self: { pname = "servant-multipart"; version = "0.12.1"; sha256 = "1p55kb3zhq25ncp7wimhggssn68abfgsnlldk13rk1iajaj6y8y5"; - revision = "1"; - editedCabalFile = "1vjdly7n614gzzxyf2sdkgmhkfqxbdvaf0f2pyk9mr9fxlss1g2q"; + revision = "2"; + editedCabalFile = "0cdzdbj4mx56bv3q4gc6g4wjgx3q8cxxcvja1j0kbirzmly1nqy4"; libraryHaskellDepends = [ base bytestring directory lens resourcet servant servant-docs servant-foreign servant-multipart-api servant-server @@ -241094,8 +240510,8 @@ self: { pname = "servant-multipart-api"; version = "0.12.1"; sha256 = "1gifa9g7ggs0plzffrd9a8j24dmqvgbkkdkfzyy7mpmwrjqw7mcj"; - revision = "1"; - editedCabalFile = "0nwk49xmzwxxlgcsqa62nwvyfqmxb0ab1ncnn96gpqyxkqbv2gxd"; + revision = "2"; + editedCabalFile = "02rwb6q8ycp3zlrqdcwkyggx8izj1vkz51cmk8sgrqidk0aaacqs"; libraryHaskellDepends = [ base bytestring servant text transformers ]; @@ -241113,8 +240529,8 @@ self: { pname = "servant-multipart-client"; version = "0.12.1"; sha256 = "07haaf9nq96lfv2dhqf4319vl321f53v0mypbbg3swzb6rrfkw9h"; - revision = "1"; - editedCabalFile = "1mzh1a37hmq4zl0annnk3xabgli2jndkvx80amhsn97111fiz7lz"; + revision = "2"; + editedCabalFile = "13m3dr63hj9bdc3gr0vmrjcmvy9bv4bk0fa4pj4zljd6z67dxr79"; isLibrary = true; isExecutable = true; libraryHaskellDepends = [ @@ -248147,29 +247563,6 @@ self: { }) {}; "slynx" = callPackage - ({ mkDerivation, aeson, attoparsec, base, bytestring, containers - , elynx-markov, elynx-seq, elynx-tools, elynx-tree, hmatrix - , mwc-random, optparse-applicative, statistics, text, transformers - , vector - }: - mkDerivation { - pname = "slynx"; - version = "0.6.1.0"; - sha256 = "15wjlxmhwrk3fj6hzmc9rpgc7qnkld028z79h9a5k6vs90hgcwlx"; - isLibrary = true; - isExecutable = true; - libraryHaskellDepends = [ - aeson attoparsec base bytestring containers elynx-markov elynx-seq - elynx-tools elynx-tree hmatrix mwc-random optparse-applicative - statistics text transformers vector - ]; - executableHaskellDepends = [ base ]; - description = "Handle molecular sequences"; - license = lib.licenses.gpl3Plus; - maintainers = with lib.maintainers; [ dschrempf ]; - }) {}; - - "slynx_0_6_1_1" = callPackage ({ mkDerivation, aeson, attoparsec, base, bytestring, containers , elynx-markov, elynx-seq, elynx-tools, elynx-tree, hmatrix , mwc-random, optparse-applicative, statistics, text, transformers @@ -248189,7 +247582,6 @@ self: { executableHaskellDepends = [ base ]; description = "Handle molecular sequences"; license = lib.licenses.gpl3Plus; - hydraPlatforms = lib.platforms.none; maintainers = with lib.maintainers; [ dschrempf ]; }) {}; @@ -251036,31 +250428,6 @@ self: { }) {softfloat = null;}; "solana-staking-csvs" = callPackage - ({ mkDerivation, aeson, base, bytestring, cassava, cmdargs - , cointracking-imports, hedgehog, mtl, req, scientific, tasty - , tasty-hedgehog, tasty-hunit, text, time - }: - mkDerivation { - pname = "solana-staking-csvs"; - version = "0.1.1.0"; - sha256 = "0ya63vgh0nf4p7hz6fj38m44wr77jj76bf2qxdgra3lpiziqsjd5"; - revision = "2"; - editedCabalFile = "1f55xdlmfj5g5r7dr71aw878g3ii9zaxj24znc370j2gd182nr13"; - isLibrary = true; - isExecutable = true; - libraryHaskellDepends = [ - aeson base bytestring cassava cmdargs cointracking-imports mtl req - scientific text time - ]; - executableHaskellDepends = [ base ]; - testHaskellDepends = [ - base hedgehog tasty tasty-hedgehog tasty-hunit - ]; - description = "Generate CSV Exports of your Solana Staking Rewards"; - license = lib.licenses.bsd3; - }) {}; - - "solana-staking-csvs_0_1_2_0" = callPackage ({ mkDerivation, aeson, base, bytestring, cassava, cmdargs , cointracking-imports, hedgehog, mtl, req, scientific, tasty , tasty-hedgehog, tasty-hunit, text, time @@ -251081,7 +250448,6 @@ self: { ]; description = "Generate CSV Exports of your Solana Staking Rewards"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; }) {}; "solar" = callPackage @@ -251640,8 +251006,8 @@ self: { ({ mkDerivation, base, lens, parsers }: mkDerivation { pname = "spacechar"; - version = "0.0.0.1"; - sha256 = "09qp8find6cx16yfrf45mq858cjw6arnry9wppmhja6qhnkgcfma"; + version = "0.0.0.2"; + sha256 = "09agcmpnq5rbqv21yfglkn7njqjkx4bm95zax5b733jr864k11qi"; libraryHaskellDepends = [ base lens parsers ]; description = "Space Character"; license = lib.licenses.bsd3; @@ -264379,20 +263745,6 @@ self: { }) {}; "tasty-hslua" = callPackage - ({ mkDerivation, base, bytestring, hslua-core, tasty, tasty-hunit - }: - mkDerivation { - pname = "tasty-hslua"; - version = "1.0.1"; - sha256 = "1zmxvhmmj6f0jw19v25pkhschrvzhwfr20jqg1sxdg15aaa3gjf7"; - libraryHaskellDepends = [ - base bytestring hslua-core tasty tasty-hunit - ]; - description = "Tasty helpers to test HsLua"; - license = lib.licenses.mit; - }) {}; - - "tasty-hslua_1_0_2" = callPackage ({ mkDerivation, base, bytestring, hslua-core, tasty, tasty-hunit }: mkDerivation { @@ -264404,7 +263756,6 @@ self: { ]; description = "Tasty helpers to test HsLua"; license = lib.licenses.mit; - hydraPlatforms = lib.platforms.none; }) {}; "tasty-hspec" = callPackage @@ -264623,27 +263974,6 @@ self: { }) {}; "tasty-lua" = callPackage - ({ mkDerivation, base, bytestring, directory, file-embed, filepath - , hslua-core, hslua-marshalling, lua-arbitrary, QuickCheck, tasty - , tasty-hunit, text - }: - mkDerivation { - pname = "tasty-lua"; - version = "1.0.1"; - sha256 = "0izkj9miws0w8320mfaxhj2bnwri3x338qvdz73wbzmbjwibmg23"; - libraryHaskellDepends = [ - base bytestring file-embed hslua-core hslua-marshalling - lua-arbitrary QuickCheck tasty text - ]; - testHaskellDepends = [ - base bytestring directory filepath hslua-core hslua-marshalling - lua-arbitrary QuickCheck tasty tasty-hunit - ]; - description = "Write tests in Lua, integrate into tasty"; - license = lib.licenses.mit; - }) {}; - - "tasty-lua_1_0_2" = callPackage ({ mkDerivation, base, bytestring, directory, file-embed, filepath , hslua-core, hslua-marshalling, lua-arbitrary, QuickCheck, tasty , tasty-hunit, text @@ -264662,7 +263992,6 @@ self: { ]; description = "Write tests in Lua, integrate into tasty"; license = lib.licenses.mit; - hydraPlatforms = lib.platforms.none; }) {}; "tasty-mgolden" = callPackage @@ -266740,10 +266069,8 @@ self: { }: mkDerivation { pname = "termonad"; - version = "4.2.0.0"; - sha256 = "1g9zc1ddm47b8ry78crax8ry43sj1wv3272qv5r0y5jvz9y58r6r"; - revision = "1"; - editedCabalFile = "1czkiwspicvv87sgq1ni71xhxdb9x2g9yxp7mrgmyf50wfrir6r5"; + version = "4.2.0.1"; + sha256 = "0qsjgx3742z21qg1cbw2mp8gaqvb2rnp4ds90s82vf9s1ps2dkqm"; isLibrary = true; isExecutable = true; enableSeparateDataOutput = true; @@ -272125,30 +271452,6 @@ self: { }) {}; "tlynx" = callPackage - ({ mkDerivation, aeson, async, attoparsec, base, bytestring - , comonad, containers, data-default-class, elynx-tools, elynx-tree - , gnuplot, mwc-random, optparse-applicative, parallel, primitive - , statistics, text, transformers, vector - }: - mkDerivation { - pname = "tlynx"; - version = "0.6.1.0"; - sha256 = "0dwwpq0jj89g68scxrqy4zr6r3f93w8024icbblwx4ygv51xkxai"; - isLibrary = true; - isExecutable = true; - libraryHaskellDepends = [ - aeson async attoparsec base bytestring comonad containers - data-default-class elynx-tools elynx-tree gnuplot mwc-random - optparse-applicative parallel primitive statistics text - transformers vector - ]; - executableHaskellDepends = [ base ]; - description = "Handle phylogenetic trees"; - license = lib.licenses.gpl3Plus; - maintainers = with lib.maintainers; [ dschrempf ]; - }) {}; - - "tlynx_0_6_1_1" = callPackage ({ mkDerivation, aeson, async, attoparsec, base, bytestring , comonad, containers, data-default-class, elynx-tools, elynx-tree , mwc-random, optparse-applicative, parallel, primitive, statistics @@ -272169,7 +271472,6 @@ self: { executableHaskellDepends = [ base ]; description = "Handle phylogenetic trees"; license = lib.licenses.gpl3Plus; - hydraPlatforms = lib.platforms.none; maintainers = with lib.maintainers; [ dschrempf ]; }) {}; @@ -294665,12 +293967,12 @@ self: { }: mkDerivation { pname = "xml-verify"; - version = "0.1.0.1"; - sha256 = "01a8qivl4bv656zqygy6rysznic5nw2m5r3q14zgvc855879imw7"; + version = "0.1.0.2"; + sha256 = "1vfaab3ryi3mgmknpplcxi1w5qjf44h8swn9svwbh0nh42bk5rwh"; libraryHaskellDepends = [ base bytestring cryptostore hxt mtl pem x509 ]; - librarySystemDepends = [ xmlsec1 ]; + libraryPkgconfigDepends = [ xmlsec1 ]; description = "Verifying XML signatures"; license = lib.licenses.bsd3; hydraPlatforms = lib.platforms.none; @@ -296102,8 +295404,8 @@ self: { }: mkDerivation { pname = "yaml"; - version = "0.11.7.0"; - sha256 = "0s08kw0hqxixxripwjmz7b4yh9130dws3jaj460x8ds8q4b6khbx"; + version = "0.11.8.0"; + sha256 = "1s0arllihjjqp65jbc8c1w5106i2infppsirvbsifpmpkf14w6pn"; configureFlags = [ "-fsystem-libyaml" ]; isLibrary = true; isExecutable = true; @@ -301457,8 +300759,8 @@ self: { }: mkDerivation { pname = "zoovisitor"; - version = "0.1.8.0"; - sha256 = "190d6zrhfwjmwxagfr0phdvjdb2z73dmvypjavdv00dxzh68l384"; + version = "0.2.0.0"; + sha256 = "0yv1qyvyihzlg8gxmxymfig59kpl6ld30cmky49pfi727j10nrzy"; libraryHaskellDepends = [ base Z-Data Z-IO ]; librarySystemDepends = [ zookeeper_mt ]; testHaskellDepends = [ async base hspec uuid Z-Data ]; From 1aa02b5c3802100dfba899dc63d143521c761b0d Mon Sep 17 00:00:00 2001 From: sternenseemann Date: Fri, 25 Feb 2022 21:15:57 +0100 Subject: [PATCH 071/238] haskell.packages.ghc8{107,84}.OneTuple: provide hashable We need to manually simulate the following conditional in the cabal file: if impl(ghc >=9.0) build-depends: ghc-prim else build-depends: hashable >=1.3.5.0 && <1.5 --- .../development/haskell-modules/configuration-ghc-8.10.x.nix | 5 +++++ pkgs/development/haskell-modules/configuration-ghc-8.8.x.nix | 5 +++++ 2 files changed, 10 insertions(+) diff --git a/pkgs/development/haskell-modules/configuration-ghc-8.10.x.nix b/pkgs/development/haskell-modules/configuration-ghc-8.10.x.nix index 466e25270193..7c6565072c13 100644 --- a/pkgs/development/haskell-modules/configuration-ghc-8.10.x.nix +++ b/pkgs/development/haskell-modules/configuration-ghc-8.10.x.nix @@ -105,4 +105,9 @@ self: super: { # weeder 2.3.0 no longer supports GHC 8.10 weeder = doDistribute (doJailbreak self.weeder_2_2_0); + + # OneTuple needs hashable instead of ghc-prim for GHC < 9 + OneTuple = super.OneTuple.override { + ghc-prim = self.hashable; + }; } diff --git a/pkgs/development/haskell-modules/configuration-ghc-8.8.x.nix b/pkgs/development/haskell-modules/configuration-ghc-8.8.x.nix index 9257ebb1a308..2db51bbbfc4e 100644 --- a/pkgs/development/haskell-modules/configuration-ghc-8.8.x.nix +++ b/pkgs/development/haskell-modules/configuration-ghc-8.8.x.nix @@ -142,4 +142,9 @@ self: super: { # https://github.com/haskell/haskell-language-server/issues/2728 hls-hlint-plugin = null; }); + + # OneTuple needs hashable instead of ghc-prim for GHC < 9 + OneTuple = super.OneTuple.override { + ghc-prim = self.hashable; + }; } From 0acc49e24dd8b444bd60d877d20157ab0344e544 Mon Sep 17 00:00:00 2001 From: Malte Brandy Date: Fri, 25 Feb 2022 21:48:05 +0100 Subject: [PATCH 072/238] haskellPackages.cabal-fmt: Fix build with patch --- .../haskell-modules/configuration-common.nix | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/pkgs/development/haskell-modules/configuration-common.nix b/pkgs/development/haskell-modules/configuration-common.nix index 5af1fbccc964..4ec45ad5e446 100644 --- a/pkgs/development/haskell-modules/configuration-common.nix +++ b/pkgs/development/haskell-modules/configuration-common.nix @@ -2271,7 +2271,15 @@ self: super: { # The shipped Setup.hs file is broken. csv = overrideCabal (drv: { preCompileBuildDriver = "rm Setup.hs"; }) super.csv; + # 2022-02-25: Upstream fixes are not released. Remove this override on update. + cabal-fmt = assert super.cabal-fmt.version = "0.1.5.1"; pkgs.lib.pipe super.cabal-fmt [ + doJailbreak + (appendPatch (pkgs.fetchpatch { + url = "https://github.com/phadej/cabal-fmt/commit/842630f70adb5397245109f77dba07662836e964.patch"; + sha256 = "sha256-s0W/TI3wHA73MFyKKcNBJFHgFAmBDLGbLaIvWbe/Bsg="; + })) + ]; + # Too strict bounds on chell: https://github.com/fpco/haskell-filesystem/issues/24 system-fileio = doJailbreak super.system-fileio; - } // import ./configuration-tensorflow.nix {inherit pkgs haskellLib;} self super From ee745d06769741cadf26e9731c0b4ae0fccf5185 Mon Sep 17 00:00:00 2001 From: Malte Brandy Date: Fri, 25 Feb 2022 22:16:16 +0100 Subject: [PATCH 073/238] haskellPackages.ema: Fix build --- .../haskell-modules/configuration-common.nix | 5 ++++- .../configuration-hackage2nix/main.yaml | 1 + .../haskell-modules/hackage-packages.nix | 22 +++++++++++++++++++ 3 files changed, 27 insertions(+), 1 deletion(-) diff --git a/pkgs/development/haskell-modules/configuration-common.nix b/pkgs/development/haskell-modules/configuration-common.nix index 4ec45ad5e446..7c3c51e410af 100644 --- a/pkgs/development/haskell-modules/configuration-common.nix +++ b/pkgs/development/haskell-modules/configuration-common.nix @@ -2272,7 +2272,7 @@ self: super: { csv = overrideCabal (drv: { preCompileBuildDriver = "rm Setup.hs"; }) super.csv; # 2022-02-25: Upstream fixes are not released. Remove this override on update. - cabal-fmt = assert super.cabal-fmt.version = "0.1.5.1"; pkgs.lib.pipe super.cabal-fmt [ + cabal-fmt = assert super.cabal-fmt.version == "0.1.5.1"; pkgs.lib.pipe super.cabal-fmt [ doJailbreak (appendPatch (pkgs.fetchpatch { url = "https://github.com/phadej/cabal-fmt/commit/842630f70adb5397245109f77dba07662836e964.patch"; @@ -2280,6 +2280,9 @@ self: super: { })) ]; + # 2022-02-25: Not compatible with relude 1.0 + ema = assert super.ema.version == 0.6.0.0; super.ema.overrideScope (self: super: { relude = doJailbreak self.relude_0_7_0_0; }); + # Too strict bounds on chell: https://github.com/fpco/haskell-filesystem/issues/24 system-fileio = doJailbreak super.system-fileio; } // import ./configuration-tensorflow.nix {inherit pkgs haskellLib;} self super diff --git a/pkgs/development/haskell-modules/configuration-hackage2nix/main.yaml b/pkgs/development/haskell-modules/configuration-hackage2nix/main.yaml index 5426789f79d7..2386f2d613d6 100644 --- a/pkgs/development/haskell-modules/configuration-hackage2nix/main.yaml +++ b/pkgs/development/haskell-modules/configuration-hackage2nix/main.yaml @@ -124,6 +124,7 @@ extra-packages: - ShellCheck == 0.7.2 # 2022-02-20: haskell-ci 0.14 needs this - weeder == 2.2.* # 2022-02-21: preserve for GHC 8.10.7 - attoparsec == 0.13.* # 2022-02-23: Needed to compile elm for now + - relude == 0.7.0.0 # 2022-02-25: Needed for ema 0.6 package-maintainers: abbradar: diff --git a/pkgs/development/haskell-modules/hackage-packages.nix b/pkgs/development/haskell-modules/hackage-packages.nix index 2b2cfa9df433..99e291c00a5e 100644 --- a/pkgs/development/haskell-modules/hackage-packages.nix +++ b/pkgs/development/haskell-modules/hackage-packages.nix @@ -227966,6 +227966,28 @@ self: { license = lib.licenses.agpl3Plus; }) {}; + "relude_0_7_0_0" = callPackage + ({ mkDerivation, base, bytestring, containers, deepseq, doctest + , gauge, ghc-prim, Glob, hashable, hedgehog, mtl, stm, text + , transformers, unordered-containers + }: + mkDerivation { + pname = "relude"; + version = "0.7.0.0"; + sha256 = "1gx1h3656wz80v72acqky88iv7a2shinfv6apzzyjxii8lc22jf7"; + libraryHaskellDepends = [ + base bytestring containers deepseq ghc-prim hashable mtl stm text + transformers unordered-containers + ]; + testHaskellDepends = [ + base bytestring containers doctest Glob hedgehog text + ]; + benchmarkHaskellDepends = [ base gauge unordered-containers ]; + description = "Safe, performant, user-friendly and lightweight Haskell Standard Library"; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; + }) {}; + "relude" = callPackage ({ mkDerivation, base, bytestring, containers, criterion, deepseq , doctest, ghc-prim, Glob, hashable, hedgehog, mtl, stm, text From 1c85a665de2f4e215920a5d8b8dbf24a6bc74443 Mon Sep 17 00:00:00 2001 From: sternenseemann Date: Fri, 25 Feb 2022 22:02:08 +0100 Subject: [PATCH 074/238] haskellPackages.dhall-nix: restrict to 1.1.23 for dhall 1.40 --- .../configuration-hackage2nix/main.yaml | 2 ++ .../haskell-modules/hackage-packages.nix | 25 +++++++++++++++++++ 2 files changed, 27 insertions(+) diff --git a/pkgs/development/haskell-modules/configuration-hackage2nix/main.yaml b/pkgs/development/haskell-modules/configuration-hackage2nix/main.yaml index 2386f2d613d6..520d985c1bc3 100644 --- a/pkgs/development/haskell-modules/configuration-hackage2nix/main.yaml +++ b/pkgs/development/haskell-modules/configuration-hackage2nix/main.yaml @@ -84,6 +84,8 @@ default-package-overrides: - hnix < 0.15 # needs http-client >= 0.7.11 which isn't part of Stackage LTS 18 - http-client-restricted < 0.0.5 + # Needs dhall 1.41.*, Stackage Nightly has 1.40 + - dhall-nix < 1.1.24 extra-packages: - aeson < 2 # required by pantry-0.5.2 diff --git a/pkgs/development/haskell-modules/hackage-packages.nix b/pkgs/development/haskell-modules/hackage-packages.nix index 99e291c00a5e..fbae0167f60b 100644 --- a/pkgs/development/haskell-modules/hackage-packages.nix +++ b/pkgs/development/haskell-modules/hackage-packages.nix @@ -75981,6 +75981,30 @@ self: { }) {}; "dhall-nix" = callPackage + ({ mkDerivation, base, containers, data-fix, dhall, hnix + , lens-family-core, neat-interpolation, optparse-generic, text + }: + mkDerivation { + pname = "dhall-nix"; + version = "1.1.23"; + sha256 = "17ajfkhxg4kjn6w7v3ymr6nsbqplvywkcwmfzybxqvmphh4zmfjb"; + revision = "1"; + editedCabalFile = "1grr0r30nbhi1d52vhmhp0rx2pas0wbg7m5npsqczfgd1d9p43dz"; + isLibrary = true; + isExecutable = true; + libraryHaskellDepends = [ + base containers data-fix dhall hnix lens-family-core + neat-interpolation text + ]; + executableHaskellDepends = [ + base dhall hnix optparse-generic text + ]; + description = "Dhall to Nix compiler"; + license = lib.licenses.bsd3; + maintainers = with lib.maintainers; [ Gabriel439 ]; + }) {}; + + "dhall-nix_1_1_24" = callPackage ({ mkDerivation, base, containers, data-fix, dhall, hnix , lens-family-core, neat-interpolation, optparse-generic, text }: @@ -75999,6 +76023,7 @@ self: { ]; description = "Dhall to Nix compiler"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; maintainers = with lib.maintainers; [ Gabriel439 ]; }) {}; From 925e00c40c30ccaf2ff80e9532ffda87a1f39c30 Mon Sep 17 00:00:00 2001 From: sternenseemann Date: Fri, 25 Feb 2022 22:59:08 +0100 Subject: [PATCH 075/238] haskellPackages: jailbreak glirc-related packages These have a restrictive upper bound on attoparsec on hackage. A fix is present in the upstream repo, but not reflected on hackage. --- pkgs/development/haskell-modules/configuration-common.nix | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/pkgs/development/haskell-modules/configuration-common.nix b/pkgs/development/haskell-modules/configuration-common.nix index 7c3c51e410af..a4d1629f0d0c 100644 --- a/pkgs/development/haskell-modules/configuration-common.nix +++ b/pkgs/development/haskell-modules/configuration-common.nix @@ -2283,6 +2283,11 @@ self: super: { # 2022-02-25: Not compatible with relude 1.0 ema = assert super.ema.version == 0.6.0.0; super.ema.overrideScope (self: super: { relude = doJailbreak self.relude_0_7_0_0; }); + # attoparsec bump is on v2 branch, but not released yet + irc-core = assert super.irc-core.version == "2.10"; doJailbreak super.irc-core; + glirc = assert super.irc-core.version == "2.10"; doJailbreak super.glirc; + hookup = assert super.irc-core.version == "2.10"; doJailbreak super.hookup; + # Too strict bounds on chell: https://github.com/fpco/haskell-filesystem/issues/24 system-fileio = doJailbreak super.system-fileio; } // import ./configuration-tensorflow.nix {inherit pkgs haskellLib;} self super From 97107cdbcfd294713d2ce546ed09ddaa801eb265 Mon Sep 17 00:00:00 2001 From: Malte Brandy Date: Fri, 25 Feb 2022 23:20:41 +0100 Subject: [PATCH 076/238] nix-output-monitor: 1.0.4.0 -> 1.0.4.2 --- pkgs/tools/nix/nix-output-monitor/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/tools/nix/nix-output-monitor/default.nix b/pkgs/tools/nix/nix-output-monitor/default.nix index a0700e43c5b2..617feae4f295 100644 --- a/pkgs/tools/nix/nix-output-monitor/default.nix +++ b/pkgs/tools/nix/nix-output-monitor/default.nix @@ -5,11 +5,11 @@ }: mkDerivation rec { pname = "nix-output-monitor"; - version = "1.0.4.0"; + version = "1.0.4.2"; src = fetchFromGitHub { owner = "maralorn"; repo = "nix-output-monitor"; - hash = "sha256-3EQgjrDX8C3qG6danuPRl2gnPlX1qZjxjrROrKitsS0="; + hash = "sha256-gjKX8qGYd+I6FqXC/QBVb3ONT/q0hiwNfh6ZeUavDtg="; rev = "v${version}"; }; isLibrary = true; From 2833bd5f7cc613c5d5acbc0f30cbcbc8bb1981ef Mon Sep 17 00:00:00 2001 From: Malte Brandy Date: Fri, 25 Feb 2022 23:30:08 +0100 Subject: [PATCH 077/238] haskellPackages.paths: Jailbreak --- pkgs/development/haskell-modules/configuration-common.nix | 3 +++ 1 file changed, 3 insertions(+) diff --git a/pkgs/development/haskell-modules/configuration-common.nix b/pkgs/development/haskell-modules/configuration-common.nix index a4d1629f0d0c..e9aa8af9cea3 100644 --- a/pkgs/development/haskell-modules/configuration-common.nix +++ b/pkgs/development/haskell-modules/configuration-common.nix @@ -2288,6 +2288,9 @@ self: super: { glirc = assert super.irc-core.version == "2.10"; doJailbreak super.glirc; hookup = assert super.irc-core.version == "2.10"; doJailbreak super.hookup; + # 2022-02-25: Unmaintained and to strict upper bounds + paths = doJailbreak super.paths; + # Too strict bounds on chell: https://github.com/fpco/haskell-filesystem/issues/24 system-fileio = doJailbreak super.system-fileio; } // import ./configuration-tensorflow.nix {inherit pkgs haskellLib;} self super From 69ae736f009e68da2b9c824fb30d6c5a0451a1d9 Mon Sep 17 00:00:00 2001 From: Malte Brandy Date: Fri, 25 Feb 2022 23:34:54 +0100 Subject: [PATCH 078/238] haskellPackages.streamly: Fix darwin build --- pkgs/development/haskell-modules/configuration-darwin.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/pkgs/development/haskell-modules/configuration-darwin.nix b/pkgs/development/haskell-modules/configuration-darwin.nix index bfc6f1f35a2f..825262fe4b47 100644 --- a/pkgs/development/haskell-modules/configuration-darwin.nix +++ b/pkgs/development/haskell-modules/configuration-darwin.nix @@ -30,6 +30,8 @@ self: super: ({ double-conversion = addExtraLibrary pkgs.libcxx super.double-conversion; + streamly = addBuildDepend darwin.apple_sdk.frameworks.Cocoa super.streamly; + apecs-physics = addPkgconfigDepends [ darwin.apple_sdk.frameworks.ApplicationServices ] super.apecs-physics; From 2460c8b1a5366846e669cf13100e9c1838a8a5fe Mon Sep 17 00:00:00 2001 From: Malte Brandy Date: Fri, 25 Feb 2022 23:55:06 +0100 Subject: [PATCH 079/238] haskell.packages.ghc8107.haskell-language-server: Fix build --- pkgs/development/haskell-modules/configuration-ghc-8.10.x.nix | 3 +++ 1 file changed, 3 insertions(+) diff --git a/pkgs/development/haskell-modules/configuration-ghc-8.10.x.nix b/pkgs/development/haskell-modules/configuration-ghc-8.10.x.nix index 7c6565072c13..e3f1bca39e84 100644 --- a/pkgs/development/haskell-modules/configuration-ghc-8.10.x.nix +++ b/pkgs/development/haskell-modules/configuration-ghc-8.10.x.nix @@ -94,10 +94,13 @@ self: super: { "-f-fourmolu" "-f-stylishhaskell" "-f-brittany" + "-f-hlint" ] (super.haskell-language-server.override { # Not buildable on 8.10 hls-fourmolu-plugin = null; + # https://github.com/haskell/haskell-language-server/issues/2728 + hls-hlint-plugin = null; }); # ormolu 0.3 requires Cabal == 3.4 From 028b0da11b68d72b86ab62d73f8b03d9be1f1343 Mon Sep 17 00:00:00 2001 From: sternenseemann Date: Sat, 26 Feb 2022 00:40:23 +0100 Subject: [PATCH 080/238] haskellPackages.reflection: disable test suite on darwin The test suite crashes with a memory access violation or similar, seems like a possible RTS bug, reported to reflection upstream for now. --- pkgs/development/haskell-modules/configuration-darwin.nix | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/pkgs/development/haskell-modules/configuration-darwin.nix b/pkgs/development/haskell-modules/configuration-darwin.nix index 825262fe4b47..3fa4f08f8525 100644 --- a/pkgs/development/haskell-modules/configuration-darwin.nix +++ b/pkgs/development/haskell-modules/configuration-darwin.nix @@ -282,6 +282,10 @@ self: super: ({ '' + drv.postPatch or ""; }) super.foldl; + # Strange crash in test suite + # https://github.com/ekmett/reflection/issues/51 + reflection = dontCheck super.reflection; + } // lib.optionalAttrs pkgs.stdenv.isAarch64 { # aarch64-darwin # https://github.com/fpco/unliftio/issues/87 From 58d830667a361b525e9915b1c7000857e3f8485c Mon Sep 17 00:00:00 2001 From: sternenseemann Date: Sat, 26 Feb 2022 00:44:27 +0100 Subject: [PATCH 081/238] release-haskell.nix: test static builds with GHC 9.0.2 as well --- pkgs/top-level/release-haskell.nix | 3 +++ 1 file changed, 3 insertions(+) diff --git a/pkgs/top-level/release-haskell.nix b/pkgs/top-level/release-haskell.nix index ae6db1cb94cb..ec68b3f9f864 100644 --- a/pkgs/top-level/release-haskell.nix +++ b/pkgs/top-level/release-haskell.nix @@ -420,6 +420,9 @@ let jobs.pkgsStatic.haskell.packages.integer-simple.ghc8107.hello jobs.pkgsStatic.haskell.packages.integer-simple.ghc8107.lens jobs.pkgsStatic.haskell.packages.integer-simple.ghc8107.random + jobs.pkgsStatic.haskell.packages.native-bignum.ghc902.hello + jobs.pkgsStatic.haskell.packages.native-bignum.ghc902.lens + jobs.pkgsStatic.haskell.packages.native-bignum.ghc902.random ]; }; } From aa849fe602d453bb13ccd9d9fb00c635d469e9bd Mon Sep 17 00:00:00 2001 From: sternenseemann Date: Sat, 26 Feb 2022 00:47:55 +0100 Subject: [PATCH 082/238] release-haskell.nix: generate jobs for native-bignum ghc 9.0.2 --- pkgs/top-level/release-haskell.nix | 23 ++++++++++++++++------- 1 file changed, 16 insertions(+), 7 deletions(-) diff --git a/pkgs/top-level/release-haskell.nix b/pkgs/top-level/release-haskell.nix index ec68b3f9f864..458accc2be2a 100644 --- a/pkgs/top-level/release-haskell.nix +++ b/pkgs/top-level/release-haskell.nix @@ -285,18 +285,27 @@ let # Test some statically linked packages to catch regressions # and get some cache going for static compilation with GHC. # Use integer-simple to avoid GMP linking problems (LGPL) - pkgsStatic.haskell.packages.integer-simple.ghc8107 = + pkgsStatic.haskell.packages = removePlatforms [ "aarch64-linux" # times out on Hydra "x86_64-darwin" # TODO: reenable when static libiconv works on darwin - ] - { - inherit (packagePlatforms pkgs.pkgsStatic.haskell.packages.integer-simple.ghc8107) - hello - lens - random + ] { + integer-simple.ghc8107 = { + inherit (packagePlatforms pkgs.pkgsStatic.haskell.packages.integer-simple.ghc8107) + hello + lens + random ; + }; + + native-bignum.ghc902 = { + inherit (packagePlatforms pkgs.pkgsStatic.haskell.packages.native-bignum.ghc902) + hello + lens + random + ; + }; }; }) (versionedCompilerJobs { From 41ac9ddde0781a691683027a6d7da9c5b6594cda Mon Sep 17 00:00:00 2001 From: sternenseemann Date: Sat, 26 Feb 2022 10:07:37 +0100 Subject: [PATCH 083/238] haskellPackages.reflection: disable tests for GHC 9.0.2 everywhere Thanks to Ryan Scott's investigation it became clear this crash can also happen on Linux and thus seems to be a general issue in GHC 9.0.2 (only, luckily). We'll disable the test suite everywhere for now, but the prospect of this crash / incorrect runtime result is a bit ominous. Refer to the [ghc-issue] for details. [ghc-issue]: https://gitlab.haskell.org/ghc/ghc/-/issues/21141 --- pkgs/development/haskell-modules/configuration-darwin.nix | 4 ---- pkgs/development/haskell-modules/configuration-ghc-9.0.x.nix | 5 +++++ 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/pkgs/development/haskell-modules/configuration-darwin.nix b/pkgs/development/haskell-modules/configuration-darwin.nix index 3fa4f08f8525..825262fe4b47 100644 --- a/pkgs/development/haskell-modules/configuration-darwin.nix +++ b/pkgs/development/haskell-modules/configuration-darwin.nix @@ -282,10 +282,6 @@ self: super: ({ '' + drv.postPatch or ""; }) super.foldl; - # Strange crash in test suite - # https://github.com/ekmett/reflection/issues/51 - reflection = dontCheck super.reflection; - } // lib.optionalAttrs pkgs.stdenv.isAarch64 { # aarch64-darwin # https://github.com/fpco/unliftio/issues/87 diff --git a/pkgs/development/haskell-modules/configuration-ghc-9.0.x.nix b/pkgs/development/haskell-modules/configuration-ghc-9.0.x.nix index 1f78c07ed0d6..7f0beb4fc4ad 100644 --- a/pkgs/development/haskell-modules/configuration-ghc-9.0.x.nix +++ b/pkgs/development/haskell-modules/configuration-ghc-9.0.x.nix @@ -95,6 +95,11 @@ self: super: { # https://github.com/snoyberg/mono-traversable/issues/192 mono-traversable = dontCheck super.mono-traversable; + # Test suite sometimes segfaults with GHC 9.0.1 and 9.0.2 + # https://github.com/ekmett/reflection/issues/51 + # https://gitlab.haskell.org/ghc/ghc/-/issues/21141 + reflection = dontCheck super.reflection; + # Disable tests pending resolution of # https://github.com/Soostone/retry/issues/71 retry = dontCheck super.retry; From 5bd0ba079e137cfb8ce90d6a2af235e67a6048f1 Mon Sep 17 00:00:00 2001 From: sternenseemann Date: Sat, 26 Feb 2022 10:28:42 +0100 Subject: [PATCH 084/238] haskellPackages.ema: fix eval --- pkgs/development/haskell-modules/configuration-common.nix | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/pkgs/development/haskell-modules/configuration-common.nix b/pkgs/development/haskell-modules/configuration-common.nix index e9aa8af9cea3..13f1ffdf85bb 100644 --- a/pkgs/development/haskell-modules/configuration-common.nix +++ b/pkgs/development/haskell-modules/configuration-common.nix @@ -2281,7 +2281,8 @@ self: super: { ]; # 2022-02-25: Not compatible with relude 1.0 - ema = assert super.ema.version == 0.6.0.0; super.ema.overrideScope (self: super: { relude = doJailbreak self.relude_0_7_0_0; }); + ema = assert super.ema.version == "0.6.0.0"; + super.ema.overrideScope (self: super: { relude = doJailbreak self.relude_0_7_0_0; }); # attoparsec bump is on v2 branch, but not released yet irc-core = assert super.irc-core.version == "2.10"; doJailbreak super.irc-core; From f4828172d782012366fa166c8ce0e9d6e2a6a491 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Adomas=20Jatu=C5=BEis?= Date: Sat, 26 Feb 2022 09:09:07 +0200 Subject: [PATCH 085/238] haskellPackages.xmonad-dbus: unbreak it requires a running dbus session while running its tests which is not available in nix sandbox --- .../haskell-modules/configuration-hackage2nix/broken.yaml | 1 - pkgs/development/haskell-modules/configuration-nix.nix | 4 ++++ pkgs/development/haskell-modules/hackage-packages.nix | 2 -- 3 files changed, 4 insertions(+), 3 deletions(-) diff --git a/pkgs/development/haskell-modules/configuration-hackage2nix/broken.yaml b/pkgs/development/haskell-modules/configuration-hackage2nix/broken.yaml index 2b46cc7a3093..08c7b55c3fae 100644 --- a/pkgs/development/haskell-modules/configuration-hackage2nix/broken.yaml +++ b/pkgs/development/haskell-modules/configuration-hackage2nix/broken.yaml @@ -5503,7 +5503,6 @@ broken-packages: - XMMS - xmonad-bluetilebranch - xmonad-contrib-gpl - - xmonad-dbus - xmonad-eval - xmonad-vanessa - xmonad-windownames diff --git a/pkgs/development/haskell-modules/configuration-nix.nix b/pkgs/development/haskell-modules/configuration-nix.nix index f1e990eb9a2f..1991d57e014e 100644 --- a/pkgs/development/haskell-modules/configuration-nix.nix +++ b/pkgs/development/haskell-modules/configuration-nix.nix @@ -214,6 +214,10 @@ self: super: builtins.intersectAttrs super { # Nix-specific workaround xmonad = appendPatch ./patches/xmonad_0_17_0-nix.patch (dontCheck super.xmonad); + # https://hydra.nixos.org/build/128665302/nixlog/3 + # Disable tests because they require a running dbus session + xmonad-dbus = dontCheck super.xmonad-dbus; + # wxc supports wxGTX >= 3.0, but our current default version points to 2.8. # http://hydra.cryp.to/build/1331287/log/raw wxc = (addBuildDepend self.split super.wxc).override { wxGTK = pkgs.wxGTK30; }; diff --git a/pkgs/development/haskell-modules/hackage-packages.nix b/pkgs/development/haskell-modules/hackage-packages.nix index fbae0167f60b..8d17d1b1abfb 100644 --- a/pkgs/development/haskell-modules/hackage-packages.nix +++ b/pkgs/development/haskell-modules/hackage-packages.nix @@ -294412,8 +294412,6 @@ self: { executableHaskellDepends = [ base dbus ]; testHaskellDepends = [ base dbus ]; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "xmonad-entryhelper" = callPackage From 140c56e116f5260a63af868b4591e1fe239f2852 Mon Sep 17 00:00:00 2001 From: sternenseemann Date: Sat, 26 Feb 2022 14:58:50 +0100 Subject: [PATCH 086/238] haskellPackages.colourista: allow hspec 2.8 --- pkgs/development/haskell-modules/configuration-common.nix | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/pkgs/development/haskell-modules/configuration-common.nix b/pkgs/development/haskell-modules/configuration-common.nix index 13f1ffdf85bb..4b11410ecf6c 100644 --- a/pkgs/development/haskell-modules/configuration-common.nix +++ b/pkgs/development/haskell-modules/configuration-common.nix @@ -2292,6 +2292,10 @@ self: super: { # 2022-02-25: Unmaintained and to strict upper bounds paths = doJailbreak super.paths; + # Too strict bounds on hspec, fixed on main branch, but unreleased + colourista = assert super.colourista.version == "0.1.0.1"; + doJailbreak super.colourista; + # Too strict bounds on chell: https://github.com/fpco/haskell-filesystem/issues/24 system-fileio = doJailbreak super.system-fileio; } // import ./configuration-tensorflow.nix {inherit pkgs haskellLib;} self super From 1566456c1af28743e4124e38931a54d96072596b Mon Sep 17 00:00:00 2001 From: Deniz Alp Date: Sat, 26 Feb 2022 21:04:36 +0300 Subject: [PATCH 087/238] haskellPackages.io-streams-haproxy: Disable version checks --- pkgs/development/haskell-modules/configuration-common.nix | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/pkgs/development/haskell-modules/configuration-common.nix b/pkgs/development/haskell-modules/configuration-common.nix index 4b11410ecf6c..b4f3a10f4cc0 100644 --- a/pkgs/development/haskell-modules/configuration-common.nix +++ b/pkgs/development/haskell-modules/configuration-common.nix @@ -55,6 +55,12 @@ self: super: { # > https://github.com/roelvandijk/numerals numerals = doJailbreak (dontCheck super.numerals); + # Waiting on a release with the following for bumping base and + # attoparsec upper bounds: + # > https://github.com/snapframework/io-streams-haproxy/pull/21 + # > https://github.com/snapframework/io-streams-haproxy/pull/24 + io-streams-haproxy = doJailbreak super.io-streams-haproxy; + # This test keeps being aborted because it runs too quietly for too long Lazy-Pbkdf2 = if pkgs.stdenv.isi686 then dontCheck super.Lazy-Pbkdf2 else super.Lazy-Pbkdf2; From d957e12ae8534200fc58deec585242b6240880ea Mon Sep 17 00:00:00 2001 From: Deniz Alp Date: Sat, 26 Feb 2022 20:10:45 +0300 Subject: [PATCH 088/238] haskellPackages.xmlhtml: Disable version checks --- pkgs/development/haskell-modules/configuration-common.nix | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/pkgs/development/haskell-modules/configuration-common.nix b/pkgs/development/haskell-modules/configuration-common.nix index b4f3a10f4cc0..8842d6d260c1 100644 --- a/pkgs/development/haskell-modules/configuration-common.nix +++ b/pkgs/development/haskell-modules/configuration-common.nix @@ -61,6 +61,14 @@ self: super: { # > https://github.com/snapframework/io-streams-haproxy/pull/24 io-streams-haproxy = doJailbreak super.io-streams-haproxy; + # xmlhtml's test suite depends on hspec with an invalid boundry range for + # the version we currently track, even though the upper bound is relaxed on + # github it doesn't have a release yet; though there's an MR preparing the + # next release: + # > https://github.com/snapframework/xmlhtml/pull/40 + # Once that's out we can re-enable version checks. + xmlhtml = doJailbreak super.xmlhtml; + # This test keeps being aborted because it runs too quietly for too long Lazy-Pbkdf2 = if pkgs.stdenv.isi686 then dontCheck super.Lazy-Pbkdf2 else super.Lazy-Pbkdf2; From 4fa49984b113fd12c564ab792f27d5216020abd7 Mon Sep 17 00:00:00 2001 From: Deniz Alp Date: Sat, 26 Feb 2022 19:03:38 +0300 Subject: [PATCH 089/238] haskellPackages.map-syntax: Jailbreak to fix build --- pkgs/development/haskell-modules/configuration-common.nix | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/pkgs/development/haskell-modules/configuration-common.nix b/pkgs/development/haskell-modules/configuration-common.nix index 8842d6d260c1..1f941d828da5 100644 --- a/pkgs/development/haskell-modules/configuration-common.nix +++ b/pkgs/development/haskell-modules/configuration-common.nix @@ -69,6 +69,11 @@ self: super: { # Once that's out we can re-enable version checks. xmlhtml = doJailbreak super.xmlhtml; + # map-syntax has a restrictive upper bound on base, can be removed once + # > https://github.com/mightybyte/map-syntax/pull/14 + # is released. + map-syntax = doJailbreak super.map-syntax; + # This test keeps being aborted because it runs too quietly for too long Lazy-Pbkdf2 = if pkgs.stdenv.isi686 then dontCheck super.Lazy-Pbkdf2 else super.Lazy-Pbkdf2; From dcf92bf76e8d9f0f4af8dd5c9f7bb77d48f59067 Mon Sep 17 00:00:00 2001 From: sternenseemann Date: Sun, 27 Feb 2022 10:39:01 +0100 Subject: [PATCH 090/238] haskellPackages: stackage-nightly 2022-02-25 -> 2022-02-27 This commit has been generated by maintainers/scripts/haskell/update-stackage.sh --- .../configuration-hackage2nix/stackage.yaml | 29 ++++++++++--------- 1 file changed, 15 insertions(+), 14 deletions(-) diff --git a/pkgs/development/haskell-modules/configuration-hackage2nix/stackage.yaml b/pkgs/development/haskell-modules/configuration-hackage2nix/stackage.yaml index 4a470049f2d6..8fcad5d0b2bb 100644 --- a/pkgs/development/haskell-modules/configuration-hackage2nix/stackage.yaml +++ b/pkgs/development/haskell-modules/configuration-hackage2nix/stackage.yaml @@ -1,4 +1,4 @@ -# Stackage Nightly 2022-02-25 +# Stackage Nightly 2022-02-27 # This file is auto-generated by # maintainers/scripts/haskell/update-stackage.sh default-package-overrides: @@ -263,6 +263,7 @@ default-package-overrides: - cabal-file ==0.1.1 - cabal-file-th ==0.2.7 - cabal-flatpak ==0.1.0.3 + - cabal-install ==3.4.1.0 - cabal-plan ==0.7.2.1 - cabal-rpm ==2.0.10 - Cabal-syntax ==3.6.0.0 @@ -326,9 +327,9 @@ default-package-overrides: - circle-packing ==0.1.0.6 - circular ==0.4.0.2 - citeproc ==0.6.0.1 - - clash-ghc ==1.6.1 - - clash-lib ==1.6.1 - - clash-prelude ==1.6.1 + - clash-ghc ==1.6.2 + - clash-lib ==1.6.2 + - clash-prelude ==1.6.2 - classy-prelude ==1.5.0.2 - classy-prelude-conduit ==1.5.0 - classy-prelude-yesod ==1.5.0 @@ -484,7 +485,7 @@ default-package-overrides: - data-binary-ieee754 ==0.4.4 - data-bword ==0.1.0.1 - data-checked ==0.3 - - data-clist ==0.1.2.3 + - data-clist ==0.2 - data-default ==0.7.1.1 - data-default-class ==0.1.2.0 - data-default-extra ==0.1.0 @@ -675,10 +676,10 @@ default-package-overrides: - errors-ext ==0.4.2 - ersatz ==0.4.10 - esqueleto ==3.5.3.0 - - essence-of-live-coding ==0.2.5 - - essence-of-live-coding-gloss ==0.2.5 - - essence-of-live-coding-pulse ==0.2.5 - - essence-of-live-coding-warp ==0.2.5 + - essence-of-live-coding ==0.2.6 + - essence-of-live-coding-gloss ==0.2.6 + - essence-of-live-coding-pulse ==0.2.6 + - essence-of-live-coding-warp ==0.2.6 - eventful-core ==0.2.0 - eventful-memory ==0.2.0 - eventful-test-helpers ==0.2.0 @@ -801,7 +802,7 @@ default-package-overrides: - function-builder ==0.3.0.1 - functor-classes-compat ==2.0.0.2 - functor-combinators ==0.4.1.0 - - fused-effects ==1.1.1.1 + - fused-effects ==1.1.1.2 - fusion-plugin ==0.2.3 - fusion-plugin-types ==0.1.0 - fuzzcheck ==0.1.1 @@ -1022,7 +1023,7 @@ default-package-overrides: - hedn ==0.3.0.4 - here ==1.2.13 - heredoc ==0.2.0.0 - - heterocephalus ==1.0.5.5 + - heterocephalus ==1.0.5.6 - hex ==0.2.0 - hexml ==0.3.4 - hexpat ==0.20.13 @@ -1032,7 +1033,7 @@ default-package-overrides: - hgeometry-combinatorial ==0.13 - hid ==0.2.2 - hidapi ==0.1.7 - - hie-bios ==0.8.1 + - hie-bios ==0.9.0 - hi-file-parser ==0.1.2.0 - higher-leveldb ==0.6.0.0 - highlighting-kate ==0.6.4 @@ -1342,7 +1343,7 @@ default-package-overrides: - language-bash ==0.9.2 - language-c ==0.9.0.1 - language-c-quote ==0.13 - - language-docker ==10.4.0 + - language-docker ==10.4.1 - language-dot ==0.1.1 - language-glsl ==0.3.0 - language-java ==0.2.9 @@ -2669,7 +2670,7 @@ default-package-overrides: - vector-th-unbox ==0.2.2 - vectortiles ==1.5.1 - verbosity ==0.4.0.0 - - versions ==5.0.2 + - versions ==5.0.3 - vformat ==0.14.1.0 - vformat-time ==0.1.0.0 - ViennaRNAParser ==1.3.3 From f2ff3e9ecbc7e0d81179808ecf1595a33040277e Mon Sep 17 00:00:00 2001 From: sternenseemann Date: Sun, 27 Feb 2022 10:39:26 +0100 Subject: [PATCH 091/238] all-cabal-hashes: 2022-02-25T10:27:38Z -> 2022-02-27T02:04:39Z This commit has been generated by maintainers/scripts/haskell/update-hackage.sh --- pkgs/data/misc/hackage/pin.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/pkgs/data/misc/hackage/pin.json b/pkgs/data/misc/hackage/pin.json index 3e77b4c9a27d..f11a919fc42a 100644 --- a/pkgs/data/misc/hackage/pin.json +++ b/pkgs/data/misc/hackage/pin.json @@ -1,6 +1,6 @@ { - "commit": "3826e048493c1cd274cfda42f954c13234a9414b", - "url": "https://github.com/commercialhaskell/all-cabal-hashes/archive/3826e048493c1cd274cfda42f954c13234a9414b.tar.gz", - "sha256": "1a6wmqr0anblfjfzglk350q32fsrna13b1k8f4b5qn6wn0dyv649", - "msg": "Update from Hackage at 2022-02-25T10:27:38Z" + "commit": "073c164af4527defe34f7200be48b5fe4fd02a5c", + "url": "https://github.com/commercialhaskell/all-cabal-hashes/archive/073c164af4527defe34f7200be48b5fe4fd02a5c.tar.gz", + "sha256": "00pk420d7r469waqfxfia5w58mxnc47pi60q34sbp8jad04fc84z", + "msg": "Update from Hackage at 2022-02-27T02:04:39Z" } From cb63ca9b2dcc5275a38eb785257eb19ba4277030 Mon Sep 17 00:00:00 2001 From: sternenseemann Date: Sun, 27 Feb 2022 10:44:42 +0100 Subject: [PATCH 092/238] haskellPackages: regenerate package set based on current config This commit has been generated by maintainers/scripts/haskell/regenerate-hackage-packages.sh --- .../haskell-modules/hackage-packages.nix | 267 ++++++++++-------- 1 file changed, 155 insertions(+), 112 deletions(-) diff --git a/pkgs/development/haskell-modules/hackage-packages.nix b/pkgs/development/haskell-modules/hackage-packages.nix index 8d17d1b1abfb..343b486e6f35 100644 --- a/pkgs/development/haskell-modules/hackage-packages.nix +++ b/pkgs/development/haskell-modules/hackage-packages.nix @@ -6628,6 +6628,8 @@ self: { pname = "GLFW"; version = "0.5.2.5"; sha256 = "029sw2sykr6plffkrmigv5mj2aklllmgi021is5ybsbqv0mxgh9p"; + revision = "1"; + editedCabalFile = "1zbgbg3hb1w05cyiwcz510ny8lxa308kw17j7xvqn1r72kv3x186"; libraryHaskellDepends = [ base OpenGL ]; librarySystemDepends = [ libGL libX11 libXext libXfixes ]; description = "A Haskell binding for GLFW"; @@ -37449,8 +37451,8 @@ self: { }: mkDerivation { pname = "aws-xray-client-persistent"; - version = "0.1.0.2"; - sha256 = "0c2x2bwrddzg1if4fiznmyl62priwr3m626vm0lqndmgjxv13snd"; + version = "0.1.0.4"; + sha256 = "1jkc3li196l0hp4x1kbx65idn7dl710c2yagbh573d3l09zzh0l8"; libraryHaskellDepends = [ aws-xray-client base conduit containers lens persistent random resourcet text time @@ -49751,6 +49753,39 @@ self: { }) {}; "cabal-install" = callPackage + ({ mkDerivation, array, async, base, base16-bytestring, binary + , bytestring, Cabal, containers, cryptohash-sha256, deepseq + , directory, echo, edit-distance, filepath, hackage-security + , hashable, HTTP, lukko, mtl, network-uri, parsec, pretty, process + , random, regex-base, regex-posix, resolv, stm, tar, text, time + , transformers, unix, zlib + }: + mkDerivation { + pname = "cabal-install"; + version = "3.4.1.0"; + sha256 = "121az3z76b9696bxm235jdlria9rr61f6117s4d26p17ipy8pbb1"; + revision = "2"; + editedCabalFile = "11ik469w43dq36aavaiph90ri2i58qpi5ajqm76sq0wkh1fdmk57"; + isLibrary = false; + isExecutable = true; + executableHaskellDepends = [ + array async base base16-bytestring binary bytestring Cabal + containers cryptohash-sha256 deepseq directory echo edit-distance + filepath hackage-security hashable HTTP lukko mtl network-uri + parsec pretty process random regex-base regex-posix resolv stm tar + text time transformers unix zlib + ]; + doCheck = false; + postInstall = '' + mkdir -p $out/share/bash-completion + mv bash-completion $out/share/bash-completion/completions + ''; + description = "The command-line interface for Cabal and Hackage"; + license = lib.licenses.bsd3; + maintainers = with lib.maintainers; [ peti ]; + }) {}; + + "cabal-install_3_6_2_0" = callPackage ({ mkDerivation, array, async, base, base16-bytestring, binary , bytestring, Cabal, containers, cryptohash-sha256, deepseq , directory, echo, edit-distance, filepath, hackage-security @@ -49780,6 +49815,7 @@ self: { ''; description = "The command-line interface for Cabal and Hackage"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; maintainers = with lib.maintainers; [ peti ]; }) {}; @@ -56397,8 +56433,8 @@ self: { }: mkDerivation { pname = "clash-ghc"; - version = "1.6.1"; - sha256 = "0kkwrp2ch01s75gyy3xa3lf305xi9czw0v4sgqcb4cds4qb47ih2"; + version = "1.6.2"; + sha256 = "0whyml49yag2yjm0qx3kw50w5r88x1ahdqgfh7ys03vhmppnf6h7"; isLibrary = true; isExecutable = true; libraryHaskellDepends = [ @@ -56432,8 +56468,8 @@ self: { }: mkDerivation { pname = "clash-lib"; - version = "1.6.1"; - sha256 = "0qghvgl4x1lskmadn14kgbilfq9m2cb6n3ik513p27cvv5k8ahpj"; + version = "1.6.2"; + sha256 = "0i1h25zl1zagjk7163dh66a56fwi720889g0pr1mi5pk2j1hwx20"; isLibrary = true; isExecutable = true; enableSeparateDataOutput = true; @@ -56471,8 +56507,8 @@ self: { }: mkDerivation { pname = "clash-lib-hedgehog"; - version = "1.6.1"; - sha256 = "0mm5wr80aylkp8xr71r40n90n5piipyfq7nrrj1ppqmb7lcs8gwj"; + version = "1.6.2"; + sha256 = "1wmdfm2i15gwccb7niqfsvfixdzmvv3z25p1qdbjik6368j0d376"; libraryHaskellDepends = [ base clash-lib containers data-binary-ieee754 fakedata ghc-typelits-knownnat ghc-typelits-natnormalise hedgehog @@ -56513,8 +56549,8 @@ self: { }: mkDerivation { pname = "clash-prelude"; - version = "1.6.1"; - sha256 = "18fhkk2icwk8jm7d6ni0l2l7jgh0isdkmlzj2dpvqrwla6qf40j2"; + version = "1.6.2"; + sha256 = "05yp80skljri0wgc884ka4b6mqziks820wfi1d8yl4sjm2850qji"; libraryHaskellDepends = [ array arrows base binary bytestring constraints containers data-binary-ieee754 data-default-class deepseq extra ghc-bignum @@ -56545,8 +56581,8 @@ self: { }: mkDerivation { pname = "clash-prelude-hedgehog"; - version = "1.6.1"; - sha256 = "12p3rnfxi0l249l7w6cbvp2l4hlzxzppi9nca7vn9awr20shi2r4"; + version = "1.6.2"; + sha256 = "1i1zgjs8v0834cdbzg893x5l16d9fni33l153w288amg9cdy08l0"; libraryHaskellDepends = [ base clash-prelude ghc-typelits-knownnat ghc-typelits-natnormalise hedgehog text @@ -70433,19 +70469,6 @@ self: { }) {}; "data-clist" = callPackage - ({ mkDerivation, base, deepseq, QuickCheck }: - mkDerivation { - pname = "data-clist"; - version = "0.1.2.3"; - sha256 = "1mwfhnmvi3vicyjzl33m6pcipi2v887zazyqxygq258ndd010s9m"; - revision = "1"; - editedCabalFile = "13hg7a3d4ky8b765dl03ryxg28lq8iaqj5ky3j51r0i1i4f2a9hy"; - libraryHaskellDepends = [ base deepseq QuickCheck ]; - description = "Simple functional ring type"; - license = lib.licenses.bsd3; - }) {}; - - "data-clist_0_2" = callPackage ({ mkDerivation, base, deepseq, QuickCheck }: mkDerivation { pname = "data-clist"; @@ -70455,7 +70478,6 @@ self: { testHaskellDepends = [ base QuickCheck ]; description = "Simple functional ring type"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; }) {}; "data-combinator-gen" = callPackage @@ -87809,37 +87831,53 @@ self: { }) {}; "essence-of-live-coding" = callPackage - ({ mkDerivation, base, containers, foreign-store, mtl, QuickCheck - , syb, test-framework, test-framework-quickcheck2, time - , transformers, vector-sized + ({ mkDerivation, base, containers, foreign-store, HUnit, mmorph + , mtl, QuickCheck, syb, test-framework, test-framework-hunit + , test-framework-quickcheck2, time, transformers, vector-sized }: mkDerivation { pname = "essence-of-live-coding"; - version = "0.2.5"; - sha256 = "1ggb69h9fx8vdw6ijkisjyg6hbmi2wdvssil81xxapkj1yhgvvzr"; + version = "0.2.6"; + sha256 = "0bmcy6j0zw9v7z4sr0m300ckr1mdh3wxj975wbgbl8qlkwsfwv9l"; isLibrary = true; isExecutable = true; libraryHaskellDepends = [ - base containers foreign-store syb time transformers vector-sized + base containers foreign-store mmorph syb time transformers + vector-sized ]; executableHaskellDepends = [ base transformers ]; testHaskellDepends = [ - base containers mtl QuickCheck syb test-framework - test-framework-quickcheck2 transformers + base containers HUnit mtl QuickCheck syb test-framework + test-framework-hunit test-framework-quickcheck2 transformers ]; description = "General purpose live coding framework"; license = lib.licenses.bsd3; maintainers = with lib.maintainers; [ turion ]; }) {}; + "essence-of-live-coding-PortMidi" = callPackage + ({ mkDerivation, base, essence-of-live-coding, PortMidi + , transformers + }: + mkDerivation { + pname = "essence-of-live-coding-PortMidi"; + version = "0.2.6"; + sha256 = "0n5bivhffrxp8kwhf42r3yf485y3mnxl4r3pzwp2l89h7l380q8z"; + libraryHaskellDepends = [ + base essence-of-live-coding PortMidi transformers + ]; + description = "General purpose live coding framework - PortMidi backend"; + license = lib.licenses.bsd3; + }) {}; + "essence-of-live-coding-gloss" = callPackage ({ mkDerivation, base, essence-of-live-coding, foreign-store, gloss , syb, transformers }: mkDerivation { pname = "essence-of-live-coding-gloss"; - version = "0.2.5"; - sha256 = "1xa1m1ih625614zd1xn2qbz5hmx45gkv2ssksmwck8jxjbslpspv"; + version = "0.2.6"; + sha256 = "02jdi5ijkhf9jc9r5jyqvlk6idmgbjbv3x4yw6ich2m95yhf8hrl"; libraryHaskellDepends = [ base essence-of-live-coding foreign-store gloss syb transformers ]; @@ -87872,8 +87910,8 @@ self: { }: mkDerivation { pname = "essence-of-live-coding-pulse"; - version = "0.2.5"; - sha256 = "0m2gjzsc6jw860kj5a1k6qrn0xs1zx4snsnq4d9gx1k3lrfqgh0q"; + version = "0.2.6"; + sha256 = "16fipxz90vlsy9hgksiw7m7r7wzrqrjdhb6fg11m6jlrk1f5bkka"; libraryHaskellDepends = [ base essence-of-live-coding foreign-store pulse-simple transformers ]; @@ -87906,8 +87944,8 @@ self: { }: mkDerivation { pname = "essence-of-live-coding-quickcheck"; - version = "0.2.5"; - sha256 = "07qw6jyk1vbr85pj9shp9cgpav4g2bc11rnzav39n79jn1vp826m"; + version = "0.2.6"; + sha256 = "1hkzp0q0xk3wa892vnjimi7m9gq56m5wx1m2i72ssl6x2jgy52hl"; libraryHaskellDepends = [ base boltzmann-samplers essence-of-live-coding QuickCheck syb transformers @@ -87917,18 +87955,31 @@ self: { maintainers = with lib.maintainers; [ turion ]; }) {}; + "essence-of-live-coding-vivid" = callPackage + ({ mkDerivation, base, essence-of-live-coding, vivid }: + mkDerivation { + pname = "essence-of-live-coding-vivid"; + version = "0.2.6"; + sha256 = "1vw4bjxnqd58h5lrw7wqd1w3026skcnz9vrnwmfxcsbyc09bnyvw"; + libraryHaskellDepends = [ base essence-of-live-coding vivid ]; + description = "General purpose live coding framework - vivid backend"; + license = lib.licenses.bsd3; + }) {}; + "essence-of-live-coding-warp" = callPackage - ({ mkDerivation, base, essence-of-live-coding, http-client - , http-types, wai, warp + ({ mkDerivation, base, bytestring, essence-of-live-coding + , http-client, http-types, wai, warp }: mkDerivation { pname = "essence-of-live-coding-warp"; - version = "0.2.5"; - sha256 = "1r6bc9yx5r0m8qf9amhwmbddylvm2m1yqp2afxwmg00i16fmsvyv"; + version = "0.2.6"; + sha256 = "0x18jxw0xwqvbwdalbrz4lp2lq9pyl4a5r9vnky5hc5wcwqm2f4m"; libraryHaskellDepends = [ base essence-of-live-coding http-types wai warp ]; - testHaskellDepends = [ base essence-of-live-coding http-client ]; + testHaskellDepends = [ + base bytestring essence-of-live-coding http-client + ]; description = "General purpose live coding framework"; license = lib.licenses.bsd3; }) {}; @@ -98503,8 +98554,8 @@ self: { }: mkDerivation { pname = "fresnel"; - version = "0.0.0.0"; - sha256 = "0vb5wqa18zlpg2h2cd4j6v2acsqgk6jnhb301hbhqv7slg5xykj0"; + version = "0.0.0.1"; + sha256 = "0lhqm9khjkwfmkyzfz4a12d52wn7z3i0m1rvsxkc9rmhr0wx49wq"; libraryHaskellDepends = [ base containers hashable profunctors transformers unordered-containers @@ -98517,6 +98568,17 @@ self: { license = lib.licenses.bsd3; }) {}; + "fresnel-fused-effects" = callPackage + ({ mkDerivation, base, fresnel, fused-effects }: + mkDerivation { + pname = "fresnel-fused-effects"; + version = "0.0.0.0"; + sha256 = "1img08a29q1s5zydk9hkggsq874hvqj44f0vjmxdr36j5r72v4kz"; + libraryHaskellDepends = [ base fresnel fused-effects ]; + description = "fresnel/fused-effects integration"; + license = lib.licenses.bsd3; + }) {}; + "friday" = callPackage ({ mkDerivation, base, containers, convertible, deepseq, primitive , QuickCheck, ratio-int, test-framework, test-framework-quickcheck2 @@ -99816,8 +99878,8 @@ self: { }: mkDerivation { pname = "fused-effects"; - version = "1.1.1.1"; - sha256 = "1hd7sslc28fgx3l59afjzfdx3qya6ilc46mla16idm0z8i0avhh5"; + version = "1.1.1.2"; + sha256 = "1icm2mk4xbijahn7srv5dhnrlgx7fx5m0si75ixj1g1s16s2v8sf"; libraryHaskellDepends = [ base transformers ]; testHaskellDepends = [ base containers hedgehog hedgehog-fn inspection-testing @@ -105680,15 +105742,17 @@ self: { , optics, optparse-applicative, os-release, pretty, pretty-terminal , QuickCheck, quickcheck-arbitrary-adt, regex-posix, resourcet , retry, safe, safe-exceptions, split, strict-base - , template-haskell, temporary, text, time, transformers, unix - , unix-bytestring, unliftio-core, unordered-containers - , uri-bytestring, utf8-string, vector, versions, word8 - , yaml-streamly, zlib + , template-haskell, temporary, terminal-size, text, time + , transformers, unix, unix-bytestring, unliftio-core + , unordered-containers, uri-bytestring, utf8-string, vector + , versions, word8, yaml-streamly, zlib }: mkDerivation { pname = "ghcup"; - version = "0.1.17.4"; - sha256 = "0vvnjmw72jxqdpw5j8jb64bw0v49fjnz48x3335wflg8bk9nnjb6"; + version = "0.1.17.5"; + sha256 = "1s6az4mcx9s3rsar3ppi73062qg3nvpqs7ak8l3hcanpr8ychg9b"; + revision = "1"; + editedCabalFile = "071gcv2adaqddibplrlx6c6vjymg5cwf6wam775p77s6yqqni43z"; isLibrary = true; isExecutable = true; libraryHaskellDepends = [ @@ -105697,17 +105761,17 @@ self: { directory disk-free-space filepath haskus-utils-types haskus-utils-variant libarchive lzma-static megaparsec mtl optics os-release pretty pretty-terminal regex-posix resourcet retry safe - safe-exceptions split strict-base template-haskell temporary text - time transformers unix unix-bytestring unliftio-core - unordered-containers uri-bytestring vector versions word8 - yaml-streamly zlib + safe-exceptions split strict-base template-haskell temporary + terminal-size text time transformers unix unix-bytestring + unliftio-core unordered-containers uri-bytestring vector versions + word8 yaml-streamly zlib ]; executableHaskellDepends = [ aeson aeson-pretty async base bytestring cabal-plan containers deepseq directory filepath haskus-utils-variant libarchive megaparsec mtl optparse-applicative pretty pretty-terminal - resourcet safe safe-exceptions template-haskell text uri-bytestring - utf8-string versions yaml-streamly + resourcet safe safe-exceptions template-haskell temporary text unix + uri-bytestring utf8-string versions yaml-streamly ]; testHaskellDepends = [ base bytestring containers generic-arbitrary hspec @@ -129546,25 +129610,6 @@ self: { }) {}; "heterocephalus" = callPackage - ({ mkDerivation, base, blaze-html, blaze-markup, containers, dlist - , doctest, Glob, mtl, parsec, shakespeare, template-haskell - , template-haskell-compat-v0208, text, transformers - }: - mkDerivation { - pname = "heterocephalus"; - version = "1.0.5.5"; - sha256 = "0jh7pfwvadrwhyrx7pr85aynmybvpsjnwaflfwlbz82cq63p0vyw"; - libraryHaskellDepends = [ - base blaze-html blaze-markup containers dlist mtl parsec - shakespeare template-haskell template-haskell-compat-v0208 text - transformers - ]; - testHaskellDepends = [ base doctest Glob ]; - description = "A type-safe template engine for working with front end development tools"; - license = lib.licenses.mit; - }) {}; - - "heterocephalus_1_0_5_6" = callPackage ({ mkDerivation, base, blaze-html, blaze-markup, containers, dlist , doctest, Glob, mtl, parsec, shakespeare, template-haskell , template-haskell-compat-v0208, text, transformers @@ -129581,7 +129626,6 @@ self: { testHaskellDepends = [ base doctest Glob ]; description = "A type-safe template engine for working with front end development tools"; license = lib.licenses.mit; - hydraPlatforms = lib.platforms.none; }) {}; "heterogeneous-list-literals" = callPackage @@ -131064,14 +131108,14 @@ self: { ({ mkDerivation, aeson, base, base16-bytestring, bytestring , conduit, conduit-extra, containers, cryptohash-sha1, deepseq , directory, exceptions, extra, file-embed, filepath, ghc, hslogger - , optparse-applicative, process, tasty, tasty-expected-failure - , tasty-hunit, temporary, text, time, transformers, unix-compat - , unordered-containers, vector, yaml + , optparse-applicative, process, tagged, tasty + , tasty-expected-failure, tasty-hunit, temporary, text, time + , transformers, unix-compat, unordered-containers, vector, yaml }: mkDerivation { pname = "hie-bios"; - version = "0.8.1"; - sha256 = "1rd0aasab8z8ilwyzngvs99wbb861hlmc8bmmnnfgd742xldxs2q"; + version = "0.9.0"; + sha256 = "019pj19vxjyk1gs9ggs9s61zyppyypf1fyjy5173ykqn29809jxv"; isLibrary = true; isExecutable = true; libraryHaskellDepends = [ @@ -131084,7 +131128,7 @@ self: { base directory filepath ghc optparse-applicative ]; testHaskellDepends = [ - aeson base directory extra filepath ghc tasty + aeson base directory extra filepath ghc tagged tasty tasty-expected-failure tasty-hunit temporary text unordered-containers yaml ]; @@ -137429,8 +137473,8 @@ self: { }: mkDerivation { pname = "hpqtypes"; - version = "1.9.2.1"; - sha256 = "1d5k66ka43h45d1nmv3hd3wzcy00dmyh8mhjyi15l18yk6vwiw8v"; + version = "1.9.3.0"; + sha256 = "1xvimzwbmb72g7c4c5wi2lr4dn0pyyfzk8y4q4a9ihpw0yapby3n"; setupHaskellDepends = [ base Cabal directory filepath ]; libraryHaskellDepends = [ aeson async base bytestring containers exceptions lifted-base @@ -163099,8 +163143,8 @@ self: { }: mkDerivation { pname = "language-docker"; - version = "10.4.0"; - sha256 = "04qn8a0jaxcaircl8ib9p5m45xiay33i4i0gdpgk2qdidac9m2al"; + version = "10.4.1"; + sha256 = "0kcr6kac5wih3dyv7nsqr1847z75ybk13xkp6scs0r0pld5sm28z"; libraryHaskellDepends = [ base bytestring containers data-default-class megaparsec prettyprinter split text time @@ -176557,8 +176601,8 @@ self: { }: mkDerivation { pname = "matrix-client"; - version = "0.1.4.0"; - sha256 = "1adcg3c3lar5c0cxhbgy8whlcm28xhnvbhk5qgfnss6b35bhsajk"; + version = "0.1.4.1"; + sha256 = "1jna26b6v67zsdz34sk1l6kkg3c1r31c34kbd1i8hcaznxbvwpb3"; libraryHaskellDepends = [ aeson aeson-casing base base64 bytestring containers exceptions hashable http-client http-client-tls http-types network-uri @@ -207693,18 +207737,17 @@ self: { "pinboard-notes-backup" = callPackage ({ mkDerivation, aeson, ansi-wl-pprint, base, bytestring , containers, http-client, http-types, mtl, optparse-applicative - , req, sqlite-simple, text, time, transformers + , req, sqlite-simple, text, time }: mkDerivation { pname = "pinboard-notes-backup"; - version = "1.0.5.3"; - sha256 = "03a05xl9jllqihbicnas5awhm6sz1ly3wp8vqdq06jvvr5n111j4"; + version = "1.0.5.4"; + sha256 = "1p6if0hzgab49l39czj18b18z5lqm6akajfp68x8mrbydv55ij54"; isLibrary = false; isExecutable = true; executableHaskellDepends = [ aeson ansi-wl-pprint base bytestring containers http-client http-types mtl optparse-applicative req sqlite-simple text time - transformers ]; description = "Back up the notes you've saved to Pinboard"; license = lib.licenses.gpl3Only; @@ -219099,8 +219142,8 @@ self: { }: mkDerivation { pname = "purescript"; - version = "0.14.5"; - sha256 = "06f318hdah076vkviw1ryyg2p0gpbabsp8lbm5x03f2qv92n9j1n"; + version = "0.14.7"; + sha256 = "0a8ia3qk6x6c42kkp00bdsnrpsrypy6i0bpavm844b0ny8dalqlr"; isLibrary = true; isExecutable = true; libraryHaskellDepends = [ @@ -219213,8 +219256,8 @@ self: { }: mkDerivation { pname = "purescript-cst"; - version = "0.4.0.0"; - sha256 = "0r3f5lr9lrv9wpgkwj6nyl42lvxryj2lvr1w7ld4gki8ylq24n8g"; + version = "0.5.0.0"; + sha256 = "13gds3hbsz3bhajhs17r9gsdzfmhci6q5plzg0fx6mb89nb4ps7d"; libraryHaskellDepends = [ aeson array base base-compat bytestring containers deepseq dlist filepath microlens mtl protolude scientific semigroups serialise @@ -244853,8 +244896,8 @@ self: { ({ mkDerivation, base, prettyprinter }: mkDerivation { pname = "silkscreen"; - version = "0.0.0.3"; - sha256 = "0gmp71cipwc0ymydckhvw9g8q3j4pm8cq2la2rbvm0rr9z7c2l40"; + version = "0.0.0.4"; + sha256 = "18zv92gm2lfcl2rqvch29qplvqfsvm64w208x0j092vxx3hf1hrb"; libraryHaskellDepends = [ base prettyprinter ]; description = "Prettyprinting transformers"; license = lib.licenses.bsd3; @@ -251053,8 +251096,8 @@ self: { ({ mkDerivation, base, lens, parsers }: mkDerivation { pname = "spacechar"; - version = "0.0.0.2"; - sha256 = "09agcmpnq5rbqv21yfglkn7njqjkx4bm95zax5b733jr864k11qi"; + version = "0.0.0.5"; + sha256 = "0wri929s3icffs63z0m7fxb22rd87w7fi8dwlbzdm6q5w29pxxnk"; libraryHaskellDepends = [ base lens parsers ]; description = "Space Character"; license = lib.licenses.bsd3; @@ -284387,8 +284430,8 @@ self: { }: mkDerivation { pname = "versions"; - version = "5.0.2"; - sha256 = "1955mng820n4bmk5vb8h7whlcwnnvxmwbdp7bxabyfy536bkdb77"; + version = "5.0.3"; + sha256 = "1ca3m9rvx89mniipbkxz3nm49mz7s4nhqc11hpsa6hjw9ff5kcjv"; libraryHaskellDepends = [ base deepseq hashable megaparsec parser-combinators text ]; @@ -284795,7 +284838,7 @@ self: { license = lib.licenses.mit; }) {}; - "vinyl_0_14_1" = callPackage + "vinyl_0_14_2" = callPackage ({ mkDerivation, aeson, array, base, criterion, deepseq, ghc-prim , hspec, lens, lens-aeson, linear, microlens, mtl, mwc-random , primitive, should-not-typecheck, tagged, text @@ -284803,8 +284846,8 @@ self: { }: mkDerivation { pname = "vinyl"; - version = "0.14.1"; - sha256 = "06qyy3g1msnwl8491rp0pabr7g7xk4jjidsixigd8if4kxl7dcdk"; + version = "0.14.2"; + sha256 = "0kpgwfy6ch80436balwqg1dxg2igq83hl298ynsv6qg3bvbhh6hi"; libraryHaskellDepends = [ array base deepseq ghc-prim ]; testHaskellDepends = [ aeson base hspec lens lens-aeson microlens mtl should-not-typecheck @@ -296100,8 +296143,8 @@ self: { }: mkDerivation { pname = "yaya"; - version = "0.3.2.0"; - sha256 = "186hph8qgvzx9qicy6f28qj4xdgjka3lbaibpj7zmkfaayl0l3bm"; + version = "0.4.1.0"; + sha256 = "10mmifxs5llbr3xah5fl09mgw5d0qwm196r6pbs7wvzcp5vxrw3f"; libraryHaskellDepends = [ base bifunctors comonad constraints containers distributive either errors free kan-extensions lens profunctors template-haskell From f10a7e5a3b15402669a51e1ace056463c0f81eea Mon Sep 17 00:00:00 2001 From: sternenseemann Date: Sun, 27 Feb 2022 11:47:32 +0100 Subject: [PATCH 093/238] haskellPackages.cabal-install: ignore stackage bound We have generally shipped the latest cabal-install version. Stackage has re-added cabal-install recently which caused cabal-install to get downgraded to 3.4 to match the Cabal version shipped by GHC 9.0.2. This commit reverts that change. --- .../scripts/haskell/update-stackage.sh | 1 + .../configuration-hackage2nix/stackage.yaml | 1 - .../haskell-modules/hackage-packages.nix | 34 ------------------- 3 files changed, 1 insertion(+), 35 deletions(-) diff --git a/maintainers/scripts/haskell/update-stackage.sh b/maintainers/scripts/haskell/update-stackage.sh index f237cf6b9acb..f3a5fed12ac0 100755 --- a/maintainers/scripts/haskell/update-stackage.sh +++ b/maintainers/scripts/haskell/update-stackage.sh @@ -45,6 +45,7 @@ sed -r \ -e '/ distribution-nixpkgs /d' \ -e '/ jailbreak-cabal /d' \ -e '/ language-nix /d' \ + -e '/ cabal-install /d' \ < "${tmpfile}.new" >> $stackage_config if [[ "${1:-}" == "--do-commit" ]]; then diff --git a/pkgs/development/haskell-modules/configuration-hackage2nix/stackage.yaml b/pkgs/development/haskell-modules/configuration-hackage2nix/stackage.yaml index 8fcad5d0b2bb..cac225085bd3 100644 --- a/pkgs/development/haskell-modules/configuration-hackage2nix/stackage.yaml +++ b/pkgs/development/haskell-modules/configuration-hackage2nix/stackage.yaml @@ -263,7 +263,6 @@ default-package-overrides: - cabal-file ==0.1.1 - cabal-file-th ==0.2.7 - cabal-flatpak ==0.1.0.3 - - cabal-install ==3.4.1.0 - cabal-plan ==0.7.2.1 - cabal-rpm ==2.0.10 - Cabal-syntax ==3.6.0.0 diff --git a/pkgs/development/haskell-modules/hackage-packages.nix b/pkgs/development/haskell-modules/hackage-packages.nix index 343b486e6f35..773dbf6e2a0c 100644 --- a/pkgs/development/haskell-modules/hackage-packages.nix +++ b/pkgs/development/haskell-modules/hackage-packages.nix @@ -49753,39 +49753,6 @@ self: { }) {}; "cabal-install" = callPackage - ({ mkDerivation, array, async, base, base16-bytestring, binary - , bytestring, Cabal, containers, cryptohash-sha256, deepseq - , directory, echo, edit-distance, filepath, hackage-security - , hashable, HTTP, lukko, mtl, network-uri, parsec, pretty, process - , random, regex-base, regex-posix, resolv, stm, tar, text, time - , transformers, unix, zlib - }: - mkDerivation { - pname = "cabal-install"; - version = "3.4.1.0"; - sha256 = "121az3z76b9696bxm235jdlria9rr61f6117s4d26p17ipy8pbb1"; - revision = "2"; - editedCabalFile = "11ik469w43dq36aavaiph90ri2i58qpi5ajqm76sq0wkh1fdmk57"; - isLibrary = false; - isExecutable = true; - executableHaskellDepends = [ - array async base base16-bytestring binary bytestring Cabal - containers cryptohash-sha256 deepseq directory echo edit-distance - filepath hackage-security hashable HTTP lukko mtl network-uri - parsec pretty process random regex-base regex-posix resolv stm tar - text time transformers unix zlib - ]; - doCheck = false; - postInstall = '' - mkdir -p $out/share/bash-completion - mv bash-completion $out/share/bash-completion/completions - ''; - description = "The command-line interface for Cabal and Hackage"; - license = lib.licenses.bsd3; - maintainers = with lib.maintainers; [ peti ]; - }) {}; - - "cabal-install_3_6_2_0" = callPackage ({ mkDerivation, array, async, base, base16-bytestring, binary , bytestring, Cabal, containers, cryptohash-sha256, deepseq , directory, echo, edit-distance, filepath, hackage-security @@ -49815,7 +49782,6 @@ self: { ''; description = "The command-line interface for Cabal and Hackage"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; maintainers = with lib.maintainers; [ peti ]; }) {}; From f22538313364b8da8f81fe5ccd5b0b2af31c97f2 Mon Sep 17 00:00:00 2001 From: sternenseemann Date: Sun, 27 Feb 2022 11:56:24 +0100 Subject: [PATCH 094/238] haskellPackages.spdx: lift bounds on Cabal and base --- pkgs/development/haskell-modules/configuration-common.nix | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/pkgs/development/haskell-modules/configuration-common.nix b/pkgs/development/haskell-modules/configuration-common.nix index 1f941d828da5..9b31f4a074f6 100644 --- a/pkgs/development/haskell-modules/configuration-common.nix +++ b/pkgs/development/haskell-modules/configuration-common.nix @@ -935,9 +935,9 @@ self: super: { # https://github.com/haskell-hvr/resolv/pull/6 resolv_0_1_1_2 = dontCheck super.resolv_0_1_1_2; - # spdx 0.2.2.0 needs older tasty - # was fixed in spdx master (4288df6e4b7840eb94d825dcd446b42fef25ef56) - spdx = dontCheck super.spdx; + # Too strict bounds on base and Cabal, fixed on master + # Occasional test failures: https://github.com/phadej/spdx/issues/27 + spdx = assert super.spdx.version == "1.0.0.2"; doJailbreak (dontCheck super.spdx); # The test suite does not know how to find the 'alex' binary. alex = overrideCabal (drv: { @@ -2317,4 +2317,5 @@ self: super: { # Too strict bounds on chell: https://github.com/fpco/haskell-filesystem/issues/24 system-fileio = doJailbreak super.system-fileio; + } // import ./configuration-tensorflow.nix {inherit pkgs haskellLib;} self super From 1ab2463d561cfe1778d5b048bcc14b8526dce040 Mon Sep 17 00:00:00 2001 From: Bruno Bigras Date: Mon, 28 Feb 2022 17:00:23 -0500 Subject: [PATCH 095/238] haskellPackages.beam-sqlite: unbreak --- .../haskell-modules/configuration-hackage2nix/broken.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/pkgs/development/haskell-modules/configuration-hackage2nix/broken.yaml b/pkgs/development/haskell-modules/configuration-hackage2nix/broken.yaml index 08c7b55c3fae..88bcce49872f 100644 --- a/pkgs/development/haskell-modules/configuration-hackage2nix/broken.yaml +++ b/pkgs/development/haskell-modules/configuration-hackage2nix/broken.yaml @@ -323,7 +323,6 @@ broken-packages: - beamable - beam-mysql - beam-newtype-field - - beam-sqlite - bech32 - bed-and-breakfast - beeminder-api From 94fb4d49dfc47d03d5a691202e9e4bf95a5c7b7f Mon Sep 17 00:00:00 2001 From: Dennis Gosnell Date: Tue, 1 Mar 2022 10:27:42 +0900 Subject: [PATCH 096/238] haskellPackages: regenerate package set based on current config This commit has been generated by maintainers/scripts/haskell/regenerate-hackage-packages.sh --- pkgs/development/haskell-modules/hackage-packages.nix | 2 -- 1 file changed, 2 deletions(-) diff --git a/pkgs/development/haskell-modules/hackage-packages.nix b/pkgs/development/haskell-modules/hackage-packages.nix index 773dbf6e2a0c..6a103846eda1 100644 --- a/pkgs/development/haskell-modules/hackage-packages.nix +++ b/pkgs/development/haskell-modules/hackage-packages.nix @@ -39974,8 +39974,6 @@ self: { ]; description = "Beam driver for SQLite"; license = lib.licenses.mit; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "beam-th" = callPackage From 551a6e81bab72c42f7bb87b00bf82cfa0596459f Mon Sep 17 00:00:00 2001 From: Teo Camarasu Date: Tue, 1 Mar 2022 10:25:10 +0000 Subject: [PATCH 097/238] haskellPackages: size-based: fix build with template-haskell 2.17 --- .../haskell-modules/configuration-common.nix | 18 +++++++++++++++--- 1 file changed, 15 insertions(+), 3 deletions(-) diff --git a/pkgs/development/haskell-modules/configuration-common.nix b/pkgs/development/haskell-modules/configuration-common.nix index 9b31f4a074f6..5d4d5681f385 100644 --- a/pkgs/development/haskell-modules/configuration-common.nix +++ b/pkgs/development/haskell-modules/configuration-common.nix @@ -738,9 +738,21 @@ self: super: { # The tests spuriously fail libmpd = dontCheck super.libmpd; - # Too strict bounds on template-haskell (doesn't allow 2.16) - # For 2.17 support: https://github.com/JonasDuregard/sized-functors/pull/10 - size-based = doJailbreak super.size-based; + # For template-haskell 2.16 and 2.17 support: https://github.com/JonasDuregard/sized-functors/pull/10 + size-based = overrideCabal + (drv: { + # make all line endings unix, otherwise patching fails + prePatch = '' + find . -type f -print0 | xargs -0 ${pkgs.buildPackages.dos2unix}/bin/dos2unix + '' + (drv.prePatch or ""); + patches = [ + (pkgs.fetchpatch { + url = "https://github.com/JonasDuregard/sized-functors/pull/10/commits/fe6bf78a1b97ff7429630d0e8974c9bc40945dcf.patch"; + sha256 = "sha256-mMsXOqLqSbGl9Q0txiZiciPtGT7f12lnhlpFsnCwamk="; + }) + ]; + }) + super.size-based; # https://github.com/diagrams/diagrams-braille/issues/1 diagrams-braille = doJailbreak super.diagrams-braille; From 1af73bd4127eea72673189181dcbd3e2bfd63545 Mon Sep 17 00:00:00 2001 From: Teo Camarasu Date: Tue, 1 Mar 2022 11:43:05 +0000 Subject: [PATCH 098/238] haskellPackages.snap-core: do jailbreak to allow newer attoparsec --- pkgs/development/haskell-modules/configuration-common.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/development/haskell-modules/configuration-common.nix b/pkgs/development/haskell-modules/configuration-common.nix index 9b31f4a074f6..3c60d88dc90b 100644 --- a/pkgs/development/haskell-modules/configuration-common.nix +++ b/pkgs/development/haskell-modules/configuration-common.nix @@ -362,7 +362,7 @@ self: super: { separated = dontCheck super.separated; shadowsocks = dontCheck super.shadowsocks; shake-language-c = dontCheck super.shake-language-c; - snap-core = dontCheck super.snap-core; + snap-core = doJailbreak (dontCheck super.snap-core); # attoparsec bound is too strict. This has been fixed on master sourcemap = dontCheck super.sourcemap; static-resources = dontCheck super.static-resources; strive = dontCheck super.strive; # fails its own hlint test with tons of warnings From 508794ec3a98522b47ed1e4a26e2a7a5578ba5a7 Mon Sep 17 00:00:00 2001 From: Kerstin Humm Date: Tue, 1 Mar 2022 15:42:34 +0100 Subject: [PATCH 099/238] haskellPackages: raise version bounds for binary-strict, remove jailbreak for webify --- .../haskell-modules/configuration-common.nix | 13 ++++++++----- 1 file changed, 8 insertions(+), 5 deletions(-) diff --git a/pkgs/development/haskell-modules/configuration-common.nix b/pkgs/development/haskell-modules/configuration-common.nix index 6372cd95ac80..46015ecbbb47 100644 --- a/pkgs/development/haskell-modules/configuration-common.nix +++ b/pkgs/development/haskell-modules/configuration-common.nix @@ -1279,11 +1279,6 @@ self: super: { hasql-notifications = dontCheck super.hasql-notifications; hasql-pool = dontCheck super.hasql-pool; - # We jailbreak webify, as optparse-applicative evolved past the version bound - # and the corresponding (and outdated) PR was not merged for a year. - # https://github.com/ananthakumaran/webify/pull/27 - webify = doJailbreak super.webify; - # hasn‘t bumped upper bounds # upstream: https://github.com/obsidiansystems/which/pull/6 which = doJailbreak super.which; @@ -1483,6 +1478,14 @@ self: super: { # quickcheck-instances is only used in the tests of binary-instances. binary-instances = dontCheck super.binary-instances; + # Raise version bounds: https://github.com/idontgetoutmuch/binary-low-level/pull/16 + binary-strict = appendPatches [ + (pkgs.fetchpatch { + url = "https://github.com/idontgetoutmuch/binary-low-level/pull/16/commits/c16d06a1f274559be0dea0b1f7497753e1b1a8ae.patch"; + sha256 = "sha256-deSbudy+2je1SWapirWZ1IVWtJ0sJVR5O/fnaAaib2g="; + }) + ] super.binary-strict; + # 2020-11-19: Checks nearly fixed, but still disabled because of flaky tests: # https://github.com/haskell/haskell-language-server/issues/610 # https://github.com/haskell/haskell-language-server/issues/611 From bffa5bc47d27c83ad6866a3f3b99e43cd854c3c3 Mon Sep 17 00:00:00 2001 From: Jappie Klooster Date: Wed, 2 Mar 2022 14:38:45 +0100 Subject: [PATCH 100/238] haskellPackages.keter: unbreak --- .../haskell-modules/configuration-hackage2nix/broken.yaml | 1 - pkgs/development/haskell-modules/hackage-packages.nix | 2 -- 2 files changed, 3 deletions(-) diff --git a/pkgs/development/haskell-modules/configuration-hackage2nix/broken.yaml b/pkgs/development/haskell-modules/configuration-hackage2nix/broken.yaml index 88bcce49872f..450f3ab835b4 100644 --- a/pkgs/development/haskell-modules/configuration-hackage2nix/broken.yaml +++ b/pkgs/development/haskell-modules/configuration-hackage2nix/broken.yaml @@ -2735,7 +2735,6 @@ broken-packages: - kempe - kerry - Ketchup - - keter - keyed - keyring - khph diff --git a/pkgs/development/haskell-modules/hackage-packages.nix b/pkgs/development/haskell-modules/hackage-packages.nix index 6a103846eda1..1e8230b8e739 100644 --- a/pkgs/development/haskell-modules/hackage-packages.nix +++ b/pkgs/development/haskell-modules/hackage-packages.nix @@ -160330,8 +160330,6 @@ self: { ]; description = "Web application deployment manager, focusing on Haskell web frameworks"; license = lib.licenses.mit; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "kevin" = callPackage From a0ed90b345508f7ee7b0a8ed51ceb80183bc3def Mon Sep 17 00:00:00 2001 From: Teo Camarasu Date: Wed, 2 Mar 2022 10:12:22 +0000 Subject: [PATCH 101/238] haskellPackages.ekg-core: fix build by relaxing bounds --- pkgs/development/haskell-modules/configuration-common.nix | 3 +++ 1 file changed, 3 insertions(+) diff --git a/pkgs/development/haskell-modules/configuration-common.nix b/pkgs/development/haskell-modules/configuration-common.nix index 46015ecbbb47..af210ad91413 100644 --- a/pkgs/development/haskell-modules/configuration-common.nix +++ b/pkgs/development/haskell-modules/configuration-common.nix @@ -2333,4 +2333,7 @@ self: super: { # Too strict bounds on chell: https://github.com/fpco/haskell-filesystem/issues/24 system-fileio = doJailbreak super.system-fileio; + # Bounds too strict on base and ghc-prim: https://github.com/tibbe/ekg-core/pull/43 (merged); waiting on hackage release + ekg-core = assert super.ekg-core.version == "0.1.1.7"; doJailbreak super.ekg-core; + } // import ./configuration-tensorflow.nix {inherit pkgs haskellLib;} self super From 8ecdf545a02531a895f1146b12548fe19308e6e3 Mon Sep 17 00:00:00 2001 From: sternenseemann Date: Wed, 2 Mar 2022 23:24:21 +0100 Subject: [PATCH 102/238] haskellPackages: stackage-nightly 2022-02-27 -> 2022-03-02 This commit has been generated by maintainers/scripts/haskell/update-stackage.sh --- .../configuration-hackage2nix/stackage.yaml | 26 +++++++++---------- 1 file changed, 13 insertions(+), 13 deletions(-) diff --git a/pkgs/development/haskell-modules/configuration-hackage2nix/stackage.yaml b/pkgs/development/haskell-modules/configuration-hackage2nix/stackage.yaml index cac225085bd3..e40e36192d2a 100644 --- a/pkgs/development/haskell-modules/configuration-hackage2nix/stackage.yaml +++ b/pkgs/development/haskell-modules/configuration-hackage2nix/stackage.yaml @@ -1,4 +1,4 @@ -# Stackage Nightly 2022-02-27 +# Stackage Nightly 2022-03-02 # This file is auto-generated by # maintainers/scripts/haskell/update-stackage.sh default-package-overrides: @@ -135,7 +135,7 @@ default-package-overrides: - base64-string ==0.2 - base-compat ==0.11.2 - base-compat-batteries ==0.11.2 - - basement ==0.0.12 + - basement ==0.0.13 - base-orphans ==0.8.6 - base-prelude ==1.6 - base-unicode-symbols ==0.2.4.2 @@ -293,7 +293,7 @@ default-package-overrides: - cborg ==0.2.6.0 - cborg-json ==0.2.3.0 - cdar-mBound ==0.1.0.4 - - c-enum ==0.1.1.0 + - c-enum ==0.1.1.2 - cereal ==0.5.8.2 - cereal-conduit ==0.8.0 - cereal-text ==0.1.0.2 @@ -333,7 +333,7 @@ default-package-overrides: - classy-prelude-conduit ==1.5.0 - classy-prelude-yesod ==1.5.0 - clay ==0.13.3 - - cleff ==0.3.0.1 + - cleff ==0.3.1.0 - clientsession ==0.9.1.2 - climb ==0.3.3 - Clipboard ==2.3.2.0 @@ -386,6 +386,7 @@ default-package-overrides: - cond ==0.4.1.1 - conduino ==0.2.2.0 - conduit ==1.3.4.2 + - conduit-aeson ==0.1.0.1 - conduit-combinators ==1.3.0 - conduit-concurrent-map ==0.1.1 - conduit-connection ==0.1.0.5 @@ -455,7 +456,7 @@ default-package-overrides: - crypt-sha512 ==0 - csp ==1.4.0 - css-text ==0.1.3.0 - - c-struct ==0.1.1.1 + - c-struct ==0.1.1.2 - csv ==0.1.2 - csv-conduit ==0.7.3.0 - ctrie ==0.2 @@ -596,7 +597,7 @@ default-package-overrides: - doctest-exitcode-stdio ==0.0 - doctest-extract ==0.1 - doctest-lib ==0.1 - - doctest-parallel ==0.2.1 + - doctest-parallel ==0.2.2 - doldol ==0.4.1.2 - do-list ==1.0.1 - domain ==0.1.1.3 @@ -781,7 +782,7 @@ default-package-overrides: - format-numbers ==0.1.0.1 - formatting ==7.1.3 - fortran-src ==0.9.0 - - foundation ==0.0.26.1 + - foundation ==0.0.27 - fourmolu ==0.4.0.0 - Frames ==0.7.3 - free ==5.1.7 @@ -1064,7 +1065,7 @@ default-package-overrides: - hmm-lapack ==0.5 - HMock ==0.5.1.0 - hnock ==0.4.0 - - hoauth2 ==2.1.0 + - hoauth2 ==2.3.0 - hocilib ==0.2.0 - hoogle ==5.0.18.3 - hopenssl ==2.2.4 @@ -2534,7 +2535,7 @@ default-package-overrides: - triplesec ==0.2.2.1 - trivial-constraint ==0.7.0.0 - tsv2csv ==0.1.0.2 - - ttc ==1.1.1.0 + - ttc ==1.1.1.1 - ttl-hashtables ==1.4.1.0 - ttrie ==0.1.2.2 - tuple ==0.3.0.2 @@ -2564,7 +2565,6 @@ default-package-overrides: - type-of-html ==1.6.2.0 - type-of-html-static ==0.1.0.2 - type-operators ==0.2.0.0 - - typerep-map ==0.4.0.0 - type-spec ==0.4.0.0 - typography-geometry ==1.0.1.0 - tz ==0.1.3.6 @@ -2681,7 +2681,7 @@ default-package-overrides: - void ==0.7.3 - vty ==5.33 - wai ==3.2.3 - - wai-app-static ==3.1.7.2 + - wai-app-static ==3.1.7.3 - wai-cli ==0.2.3 - wai-conduit ==3.0.0.4 - wai-cors ==0.2.7 @@ -2807,7 +2807,7 @@ default-package-overrides: - yesod-auth ==1.6.11 - yesod-auth-basic ==0.1.0.3 - yesod-auth-hashdb ==1.7.1.7 - - yesod-auth-oauth2 ==0.7.0.0 + - yesod-auth-oauth2 ==0.7.0.1 - yesod-bin ==1.6.2 - yesod-core ==1.6.21.0 - yesod-eventsource ==1.6.0.1 @@ -2840,7 +2840,7 @@ default-package-overrides: - zim-parser ==0.2.1.0 - zio ==0.1.0.2 - zip ==1.7.2 - - zip-archive ==0.4.1 + - zip-archive ==0.4.2 - zipper-extra ==0.1.3.2 - zippers ==0.3.2 - zip-stream ==0.2.1.0 From 79a75f971c1183c080584b9bd5ca0ecfd2457c63 Mon Sep 17 00:00:00 2001 From: sternenseemann Date: Wed, 2 Mar 2022 23:24:42 +0100 Subject: [PATCH 103/238] all-cabal-hashes: 2022-02-27T02:04:39Z -> 2022-03-02T22:17:55Z This commit has been generated by maintainers/scripts/haskell/update-hackage.sh --- pkgs/data/misc/hackage/pin.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/pkgs/data/misc/hackage/pin.json b/pkgs/data/misc/hackage/pin.json index f11a919fc42a..cf5722c5ceb6 100644 --- a/pkgs/data/misc/hackage/pin.json +++ b/pkgs/data/misc/hackage/pin.json @@ -1,6 +1,6 @@ { - "commit": "073c164af4527defe34f7200be48b5fe4fd02a5c", - "url": "https://github.com/commercialhaskell/all-cabal-hashes/archive/073c164af4527defe34f7200be48b5fe4fd02a5c.tar.gz", - "sha256": "00pk420d7r469waqfxfia5w58mxnc47pi60q34sbp8jad04fc84z", - "msg": "Update from Hackage at 2022-02-27T02:04:39Z" + "commit": "cc537926e310b17e4d094aa838a71e2de7157007", + "url": "https://github.com/commercialhaskell/all-cabal-hashes/archive/cc537926e310b17e4d094aa838a71e2de7157007.tar.gz", + "sha256": "1qn8vlvvl88yjlcxcajj2r1s0v0plv8ws58d79r5dlf11a105yb7", + "msg": "Update from Hackage at 2022-03-02T22:17:55Z" } From c60b2e162393c958ab112c9858d5f66124aa68b3 Mon Sep 17 00:00:00 2001 From: sternenseemann Date: Wed, 2 Mar 2022 23:26:01 +0100 Subject: [PATCH 104/238] haskellPackages: regenerate package set based on current config This commit has been generated by maintainers/scripts/haskell/regenerate-hackage-packages.sh --- .../haskell-modules/hackage-packages.nix | 706 ++++++++++++------ 1 file changed, 473 insertions(+), 233 deletions(-) diff --git a/pkgs/development/haskell-modules/hackage-packages.nix b/pkgs/development/haskell-modules/hackage-packages.nix index 1e8230b8e739..d48bac306591 100644 --- a/pkgs/development/haskell-modules/hackage-packages.nix +++ b/pkgs/development/haskell-modules/hackage-packages.nix @@ -19699,6 +19699,32 @@ self: { license = lib.licenses.bsd3; }) {}; + "TLT" = callPackage + ({ mkDerivation, ansi-terminal, base, either, free, HUnit, mtl + , resourcet, STMonadTrans, symbol, transformers + }: + mkDerivation { + pname = "TLT"; + version = "0.1.0.0"; + sha256 = "125hfd8ig706zsizyn959qsjcadsgbiqq3dnygjxambvd2d135pr"; + isLibrary = true; + isExecutable = true; + libraryHaskellDepends = [ + ansi-terminal base either free HUnit mtl resourcet STMonadTrans + symbol transformers + ]; + executableHaskellDepends = [ + ansi-terminal base either free HUnit mtl resourcet STMonadTrans + symbol transformers + ]; + testHaskellDepends = [ + ansi-terminal base either free HUnit mtl resourcet STMonadTrans + symbol transformers + ]; + description = "Testing in monads and transformers without explicit specs"; + license = lib.licenses.lgpl3Only; + }) {}; + "TORCS" = callPackage ({ mkDerivation, base, bytestring, containers, directory, lens , monad-loops, monad-parallel, MonadRandom, network, process @@ -24747,29 +24773,26 @@ self: { }) {}; "aeson-diff" = callPackage - ({ mkDerivation, aeson, base, bytestring, directory, doctest - , edit-distance-vector, filepath, Glob, hashable, mtl - , optparse-applicative, QuickCheck, quickcheck-instances - , scientific, text, unordered-containers, vector + ({ mkDerivation, aeson, base, bytestring, cabal-doctest, directory + , doctest, edit-distance-vector, filepath, Glob + , optparse-applicative, QuickCheck, scientific, text, vector }: mkDerivation { pname = "aeson-diff"; - version = "1.1.0.10"; - sha256 = "1v9y9y9fkd9zzj4kzqlckh7ns0p3wnn613z27z86faxih65adkr9"; - revision = "1"; - editedCabalFile = "1a8grw82drsvqzjqm53mxqc549w01rcnkzmnyqgrmrk1as72nrik"; + version = "1.1.0.11"; + sha256 = "10wj950n4dcnvc90k0in1cafzhf06y6qg4fc39whr0i5bgkdiizx"; isLibrary = true; isExecutable = true; + setupHaskellDepends = [ base cabal-doctest ]; libraryHaskellDepends = [ - aeson base bytestring edit-distance-vector hashable mtl scientific - text unordered-containers vector + aeson base bytestring edit-distance-vector scientific text vector ]; executableHaskellDepends = [ - aeson base bytestring optparse-applicative text + aeson base bytestring optparse-applicative ]; testHaskellDepends = [ aeson base bytestring directory doctest filepath Glob QuickCheck - quickcheck-instances text unordered-containers vector + vector ]; description = "Extract and apply patches to JSON documents"; license = lib.licenses.bsd3; @@ -32883,8 +32906,8 @@ self: { }: mkDerivation { pname = "argo"; - version = "0.2022.2.23"; - sha256 = "0j0bi2fc4d73a8k77z727iknnr7pc45ac4mpdps5p980bb6hmb99"; + version = "0.2022.2.27"; + sha256 = "0jbxkkgia4jj49kyc7zg97w397cfdfk194bx8s6cikyaigw0yg0a"; isLibrary = true; isExecutable = true; libraryHaskellDepends = [ @@ -36732,6 +36755,8 @@ self: { pname = "aws-arn"; version = "0.1.0.1"; sha256 = "0ml27685rjycrhc84sq41yniy15s2ak59cq5j1ybf9mxkwl52qcn"; + revision = "1"; + editedCabalFile = "1jm9g9fqyk2xr37kw52qghcpr9ak9nss1hnc3wy1lq2an42q1dpw"; libraryHaskellDepends = [ base deriving-compat hashable lens text ]; @@ -39061,10 +39086,8 @@ self: { ({ mkDerivation, base, ghc-prim }: mkDerivation { pname = "basement"; - version = "0.0.12"; - sha256 = "12zsnxkgv86im2prslk6ddhy0zwpawwjc1h4ff63kpxp2xdl7i2k"; - revision = "1"; - editedCabalFile = "1gr3zqf9xl3wlr2ajc03h9iya3jpx2h4jyjv2vhqxdvm6myiiffb"; + version = "0.0.13"; + sha256 = "1fxlgc9wj9jxwskgxy0q4zik15fh89yvyrx1jvr3s9vx4dbh0yh5"; libraryHaskellDepends = [ base ghc-prim ]; description = "Foundation scrap box of array & string"; license = lib.licenses.bsd3; @@ -43984,6 +44007,31 @@ self: { license = lib.licenses.asl20; }) {}; + "blagda" = callPackage + ({ mkDerivation, aeson, Agda, base, bytestring, containers + , directory, mtl, mustache, pandoc, pandoc-types, process, SHA + , shake, syb, tagsoup, text, time, unordered-containers, uri-encode + }: + mkDerivation { + pname = "blagda"; + version = "0.1.0.1"; + sha256 = "0i8yydkpr0rbmj0xdsa0kkwp45xaghy896hh1ilsvyy07s4plx5y"; + isLibrary = true; + isExecutable = true; + libraryHaskellDepends = [ + aeson Agda base bytestring containers directory mtl mustache pandoc + pandoc-types process SHA shake syb tagsoup text time + unordered-containers uri-encode + ]; + executableHaskellDepends = [ + aeson Agda base bytestring containers directory mtl mustache pandoc + pandoc-types process SHA shake syb tagsoup text time + unordered-containers uri-encode + ]; + description = "Shake frontend for Agda blogging"; + license = lib.licenses.agpl3Only; + }) {}; + "blake2" = callPackage ({ mkDerivation, base, base16-bytestring, bytestring, criterion , hlint, QuickCheck, tasty, tasty-quickcheck @@ -45108,6 +45156,29 @@ self: { hydraPlatforms = lib.platforms.none; }) {}; + "bm" = callPackage + ({ mkDerivation, aeson, ansi-wl-pprint, base, directory, dlist + , filepath, network-uri, optparse-applicative, scientific, tasty + , tasty-hunit, text, transformers, typed-process, vector, yaml + }: + mkDerivation { + pname = "bm"; + version = "0.1.0.2"; + sha256 = "1rpwlbhn5fkndw19ryksm9x2fcg7z7xscigi4zfs9v4w16skn7zj"; + isLibrary = true; + isExecutable = true; + libraryHaskellDepends = [ + aeson base dlist network-uri scientific text transformers vector + ]; + executableHaskellDepends = [ + ansi-wl-pprint base directory filepath optparse-applicative + typed-process yaml + ]; + testHaskellDepends = [ base tasty tasty-hunit vector ]; + description = "open bookmarks and queries from the command line"; + license = lib.licenses.mit; + }) {}; + "bmp" = callPackage ({ mkDerivation, base, binary, bytestring }: mkDerivation { @@ -48124,16 +48195,16 @@ self: { , primitive, primitive-offset, primitive-unlifted, QuickCheck , quickcheck-classes, quickcheck-instances, run-st, tasty , tasty-hunit, tasty-quickcheck, template-haskell, text, text-short - , vector, wide-word + , vector, wide-word, zigzag }: mkDerivation { pname = "bytebuild"; - version = "0.3.9.0"; - sha256 = "07ln4qva3qb81w8rsdfxg4i1m659lf97680abm78y1qb41c8ampz"; + version = "0.3.10.0"; + sha256 = "1g3ayqdvvszh0jp22xh04pj6g8sff8m1mk06i5f4a0yxxwpvj3bg"; libraryHaskellDepends = [ base byteslice bytestring haskell-src-meta integer-logarithms natural-arithmetic primitive primitive-offset primitive-unlifted - run-st template-haskell text-short wide-word + run-st template-haskell text-short wide-word zigzag ]; testHaskellDepends = [ base byteslice bytestring natural-arithmetic primitive @@ -48323,14 +48394,14 @@ self: { license = lib.licenses.bsd3; }) {}; - "bytestring_0_11_2_0" = callPackage + "bytestring_0_11_3_0" = callPackage ({ mkDerivation, base, deepseq, ghc-prim, QuickCheck, random, tasty , tasty-bench, tasty-quickcheck, template-haskell, transformers }: mkDerivation { pname = "bytestring"; - version = "0.11.2.0"; - sha256 = "16w5j3vxyak3ycfc8w1zwmagznlavgrwiqa1m0fn7s38vzjb7yjf"; + version = "0.11.3.0"; + sha256 = "03wfvdd6y99adjrp4r8kzi3a020dar7xmgfzyjdrk40nmranvp5h"; libraryHaskellDepends = [ base deepseq ghc-prim template-haskell ]; testHaskellDepends = [ base deepseq ghc-prim QuickCheck tasty tasty-quickcheck @@ -48946,8 +49017,8 @@ self: { ({ mkDerivation, base, template-haskell }: mkDerivation { pname = "c-enum"; - version = "0.1.1.0"; - sha256 = "0ynq77s8xwl5xqkc3c99ygj3h7rkfmkf4040h1skiz8pd2l8v48i"; + version = "0.1.1.2"; + sha256 = "01i8dfzrcpkji4vnnflabfbxd4f6q8mmzh1whnizqp14pbzmkqv2"; libraryHaskellDepends = [ base template-haskell ]; testHaskellDepends = [ base template-haskell ]; description = "To make a type corresponding to an enum of C language"; @@ -49016,8 +49087,8 @@ self: { ({ mkDerivation, array, base, primitive, template-haskell }: mkDerivation { pname = "c-struct"; - version = "0.1.1.1"; - sha256 = "0aan4j0zfam28phl8vgrgncbz275haq9ls0d2yisv2r2in6c99lx"; + version = "0.1.1.2"; + sha256 = "179sqqzik48xf9axhm3m9y6qv8028lh7l16cr79z85ddkvry7avd"; libraryHaskellDepends = [ array base primitive template-haskell ]; testHaskellDepends = [ array base primitive template-haskell ]; description = "To make a wrapper for struct of C language"; @@ -57180,22 +57251,21 @@ self: { "cleff" = callPackage ({ mkDerivation, atomic-primops, base, containers, exceptions , extra, hspec, lifted-base, microlens, monad-control, primitive - , rec-smallarray, template-haskell, th-abstraction - , transformers-base, unliftio + , template-haskell, th-abstraction, transformers-base, unliftio }: mkDerivation { pname = "cleff"; - version = "0.3.0.1"; - sha256 = "1r2kl3zmzbfdnnay7r158dba7hg271bg44rkdlj2lq1m0ib1kdhr"; + version = "0.3.1.0"; + sha256 = "1w9sal6x6cm9mhfgw8va8fbwzg97fpfhlqvc3hrra92xb8jf2ya5"; libraryHaskellDepends = [ atomic-primops base containers exceptions microlens monad-control - primitive rec-smallarray template-haskell th-abstraction - transformers-base unliftio + primitive template-haskell th-abstraction transformers-base + unliftio ]; testHaskellDepends = [ atomic-primops base containers exceptions extra hspec lifted-base - microlens monad-control primitive rec-smallarray template-haskell - th-abstraction transformers-base unliftio + microlens monad-control primitive template-haskell th-abstraction + transformers-base unliftio ]; description = "Fast and concise extensible effects"; license = lib.licenses.bsd3; @@ -58262,6 +58332,8 @@ self: { pname = "cmark-gfm"; version = "0.2.2"; sha256 = "1skzdg1icmhn0zrkhbnba4200ymah8sd5msk4qfgawrk77zilw7f"; + revision = "1"; + editedCabalFile = "1zmw1bipv2r5li1shnllv4c95r0mmgrr0c9fvj6wnm98y6kgacbf"; libraryHaskellDepends = [ base bytestring text ]; testHaskellDepends = [ base HUnit text ]; benchmarkHaskellDepends = [ @@ -62474,13 +62546,13 @@ self: { "conduit-aeson" = callPackage ({ mkDerivation, aeson, attoparsec, base, bytestring, conduit - , conduit-extra, containers, doctest-parallel, hspec - , hspec-discover, QuickCheck, scientific, text + , conduit-extra, containers, doctest-parallel, hspec, QuickCheck + , scientific, text }: mkDerivation { pname = "conduit-aeson"; - version = "0.1.0.0"; - sha256 = "17czqy2w3wq4sd2infclvipbq8xg01s6bz87y1fwgvd28c5hym6l"; + version = "0.1.0.1"; + sha256 = "1jam2d4kk1pky9d88afl467a7sf5q46079cpfx9g2mjx7nc6x6zn"; libraryHaskellDepends = [ aeson attoparsec base bytestring conduit conduit-extra text ]; @@ -62488,7 +62560,6 @@ self: { aeson attoparsec base bytestring conduit containers doctest-parallel hspec QuickCheck scientific text ]; - testToolDepends = [ hspec-discover ]; description = "Short description"; license = lib.licenses.bsd3; hydraPlatforms = lib.platforms.none; @@ -78334,8 +78405,8 @@ self: { }: mkDerivation { pname = "discord-haskell"; - version = "1.12.0"; - sha256 = "02gxfpwrxg7i9n0wca4g0dfsndrdxasdsdbp79ixwp51pvd04cad"; + version = "1.12.1"; + sha256 = "10b14ymrcqwpchznymr9w75pbclw4qbwia74g9knpji0f8znz8qs"; isLibrary = true; isExecutable = true; libraryHaskellDepends = [ @@ -80559,19 +80630,19 @@ self: { "doctest-parallel" = callPackage ({ mkDerivation, base, base-compat, Cabal, code-page, containers - , deepseq, directory, exceptions, filepath, ghc, ghc-paths, Glob - , hspec, hspec-core, hspec-discover, HUnit, mockery, pretty + , deepseq, directory, exceptions, extra, filepath, ghc, ghc-paths + , Glob, hspec, hspec-core, hspec-discover, HUnit, mockery, pretty , process, QuickCheck, random, setenv, silently, stringbuilder, syb , template-haskell, transformers, unordered-containers }: mkDerivation { pname = "doctest-parallel"; - version = "0.2.1"; - sha256 = "1ybk4dl4qmb83izpqizzlzgys1ylrxwv4rzv48kk1cnll5k1hz45"; + version = "0.2.2"; + sha256 = "0m5xvh8j3v7r1882kxd4r4sc5plw0jprd5mc5cbn5zxmzfj30ffy"; libraryHaskellDepends = [ base base-compat Cabal code-page containers deepseq directory - exceptions filepath ghc ghc-paths Glob pretty process random syb - template-haskell transformers unordered-containers + exceptions extra filepath ghc ghc-paths Glob pretty process random + syb template-haskell transformers unordered-containers ]; testHaskellDepends = [ base base-compat code-page containers deepseq directory exceptions @@ -89188,8 +89259,8 @@ self: { ({ mkDerivation, base, template-haskell }: mkDerivation { pname = "exception-hierarchy"; - version = "0.1.0.4"; - sha256 = "0hph7mng5llcvazq9mqh9pndgbjjwivgmhpqlbf4r1xii7c0ymnx"; + version = "0.1.0.6"; + sha256 = "0dnkfznv21sqb8law2smvrlyz76b49dccd83m6fici972f2v1v4k"; libraryHaskellDepends = [ base template-haskell ]; description = "Exception type hierarchy with TemplateHaskell"; license = lib.licenses.bsd3; @@ -97319,10 +97390,8 @@ self: { ({ mkDerivation, base, basement, gauge, ghc-prim }: mkDerivation { pname = "foundation"; - version = "0.0.26.1"; - sha256 = "1hri3raqf6nhh6631gfm2yrkv4039gb0cqfa9cqmjp8bbqv28w5d"; - revision = "1"; - editedCabalFile = "0ylg660ldg20jdy61jwlvj7x606m2wjs67djijk2i9db36sgpx00"; + version = "0.0.27"; + sha256 = "1pkq58vjyz41jyjhvbikirn1fd383ljs49dlnyv1whm6lzyf0fpj"; libraryHaskellDepends = [ base basement ghc-prim ]; testHaskellDepends = [ base basement ]; benchmarkHaskellDepends = [ base basement gauge ]; @@ -104868,22 +104937,20 @@ self: { "ghc-tags" = callPackage ({ mkDerivation, aeson, async, attoparsec, base, bytestring - , containers, deepseq, directory, filepath, ghc, ghc-boot - , ghc-paths, optparse-applicative, process, stm, temporary, text - , time, unordered-containers, vector, yaml + , containers, deepseq, directory, filepath, ghc-lib, ghc-paths + , optparse-applicative, process, stm, temporary, text, time, vector + , yaml }: mkDerivation { pname = "ghc-tags"; - version = "1.3"; - sha256 = "1fshj5zdnhr879c9q48mb89f1fidc2skgmgi385sa5r8wxn1ili0"; - revision = "1"; - editedCabalFile = "000haj96zlg110hxi1hi9vpcyg8w4xkm24d1xbcccn71grvhig5i"; + version = "1.4"; + sha256 = "16sdryia97ap99snpzkaf59gxz0g4w100jf4h7lv0pvq460nfjm4"; isLibrary = false; isExecutable = true; executableHaskellDepends = [ aeson async attoparsec base bytestring containers deepseq directory - filepath ghc ghc-boot ghc-paths optparse-applicative process stm - temporary text time unordered-containers vector yaml + filepath ghc-lib ghc-paths optparse-applicative process stm + temporary text time vector yaml ]; description = "Utility for generating ctags and etags with GHC API"; license = lib.licenses.mpl20; @@ -118503,24 +118570,24 @@ self: { ({ mkDerivation, aeson, base, base64-bytestring, bytestring , case-insensitive, conduit, conduit-extra, containers, envy , exceptions, hashable, hedgehog, hspec, hspec-hedgehog - , http-client, http-types, mtl, scientific, text, time - , transformers, unordered-containers, vector + , http-client, http-types, mtl, raw-strings-qq, scientific, text + , time, transformers, unordered-containers, vector }: mkDerivation { pname = "hal"; - version = "0.4.8"; - sha256 = "1j3prf81ni5v003byl992dxvvkv8prgmsqmnpkwpd0365ilxyv2y"; - revision = "2"; - editedCabalFile = "13cxps4cxwralwvn1fvg5jwdf4j0lkza147h97dmsxl56lz1ar0q"; + version = "0.4.9"; + sha256 = "10mqs33bs85m65g4kscb24abbdaabnrc4841mnj6pravq165b9v7"; + revision = "1"; + editedCabalFile = "0fdny4nsdh4m445qc2f0b87xci9i11q8ccdw59qx67qp2c2121l3"; libraryHaskellDepends = [ aeson base base64-bytestring bytestring case-insensitive conduit conduit-extra containers envy exceptions hashable http-client - http-types mtl text time unordered-containers + http-types mtl scientific text time unordered-containers ]; testHaskellDepends = [ aeson base base64-bytestring bytestring case-insensitive containers - hedgehog hspec hspec-hedgehog http-client http-types scientific - text time transformers unordered-containers vector + hedgehog hspec hspec-hedgehog http-client http-types raw-strings-qq + scientific text time transformers unordered-containers vector ]; description = "A runtime environment for Haskell applications running on AWS Lambda"; license = lib.licenses.bsd3; @@ -124331,25 +124398,26 @@ self: { "haskoin-store" = callPackage ({ mkDerivation, aeson, aeson-pretty, base, base16, base64, bytes , bytestring, cereal, conduit, containers, data-default, deepseq - , ekg-core, ekg-statsd, filepath, foldl, hashable, haskoin-core - , haskoin-node, haskoin-store-data, hedis, hspec, hspec-discover - , http-types, lens, monad-control, monad-logger, mtl, network, nqe - , optparse-applicative, QuickCheck, random, rocksdb-haskell-jprupp - , rocksdb-query, scotty, stm, string-conversions, text, time - , transformers, unliftio, unordered-containers, vault, wai - , wai-extra, wai-websockets, warp, websockets, wreq + , ekg-core, ekg-statsd, filepath, foldl, hashable, hashtables + , haskoin-core, haskoin-node, haskoin-store-data, hedis, hspec + , hspec-discover, http-types, lens, monad-control, monad-logger + , mtl, network, nqe, optparse-applicative, QuickCheck, random + , rocksdb-haskell-jprupp, rocksdb-query, scotty, stm + , string-conversions, text, time, transformers, unliftio + , unordered-containers, vault, wai, wai-extra, wai-websockets, warp + , websockets, wreq }: mkDerivation { pname = "haskoin-store"; - version = "0.64.19"; - sha256 = "1vbq7wq26lc1kknrfcrxlvfbadkxjrzbv6biqkvwylg3m7iwdd7d"; + version = "0.65.0"; + sha256 = "0fd160w771x2rzy68rxrc8ail4xlplgf9qc2g8xi8j2am9if4q7y"; isLibrary = true; isExecutable = true; libraryHaskellDepends = [ aeson aeson-pretty base base16 bytes bytestring cereal conduit containers data-default deepseq ekg-core ekg-statsd foldl hashable - haskoin-core haskoin-node haskoin-store-data hedis http-types lens - monad-control monad-logger mtl network nqe random + hashtables haskoin-core haskoin-node haskoin-store-data hedis + http-types lens monad-control monad-logger mtl network nqe random rocksdb-haskell-jprupp rocksdb-query scotty stm string-conversions text time transformers unliftio unordered-containers vault wai wai-extra wai-websockets warp websockets wreq @@ -124357,8 +124425,8 @@ self: { executableHaskellDepends = [ aeson aeson-pretty base base16 bytes bytestring cereal conduit containers data-default deepseq ekg-core ekg-statsd filepath foldl - hashable haskoin-core haskoin-node haskoin-store-data hedis - http-types lens monad-control monad-logger mtl network nqe + hashable hashtables haskoin-core haskoin-node haskoin-store-data + hedis http-types lens monad-control monad-logger mtl network nqe optparse-applicative random rocksdb-haskell-jprupp rocksdb-query scotty stm string-conversions text time transformers unliftio unordered-containers vault wai wai-extra wai-websockets warp @@ -124367,10 +124435,10 @@ self: { testHaskellDepends = [ aeson aeson-pretty base base16 base64 bytes bytestring cereal conduit containers data-default deepseq ekg-core ekg-statsd foldl - hashable haskoin-core haskoin-node haskoin-store-data hedis hspec - http-types lens monad-control monad-logger mtl network nqe - QuickCheck random rocksdb-haskell-jprupp rocksdb-query scotty stm - string-conversions text time transformers unliftio + hashable hashtables haskoin-core haskoin-node haskoin-store-data + hedis hspec http-types lens monad-control monad-logger mtl network + nqe QuickCheck random rocksdb-haskell-jprupp rocksdb-query scotty + stm string-conversions text time transformers unliftio unordered-containers vault wai wai-extra wai-websockets warp websockets wreq ]; @@ -124389,8 +124457,8 @@ self: { }: mkDerivation { pname = "haskoin-store-data"; - version = "0.64.19"; - sha256 = "1ik200gd6lzd86kcfksjs49025ym47byih1k4aghck6hc55dh3jf"; + version = "0.65.0"; + sha256 = "0758jsabbdkg2n9vi0b91bh3dwflpqq6vqkhvlxi1rdpdil4sl1l"; libraryHaskellDepends = [ aeson base binary bytes bytestring cereal containers data-default deepseq hashable haskoin-core http-client http-types lens mtl @@ -125202,6 +125270,29 @@ self: { broken = true; }) {}; + "haspara" = callPackage + ({ mkDerivation, aeson, base, deriving-aeson, doctest, hashable + , megaparsec, mtl, refined, safe-decimal, scientific + , template-haskell, text, time, unordered-containers + }: + mkDerivation { + pname = "haspara"; + version = "0.0.0.1"; + sha256 = "0a3prc2fcpbkj10zfn1rrx2pqnixb7si7k0khgj4f84ifrpbrvq2"; + libraryHaskellDepends = [ + aeson base deriving-aeson hashable megaparsec mtl refined + safe-decimal scientific template-haskell text time + unordered-containers + ]; + testHaskellDepends = [ + aeson base deriving-aeson doctest hashable megaparsec mtl refined + safe-decimal scientific template-haskell text time + unordered-containers + ]; + description = "A library providing definitions to work with monetary values"; + license = lib.licenses.mit; + }) {}; + "hasparql-client" = callPackage ({ mkDerivation, base, HTTP, monads-fd, network, xml }: mkDerivation { @@ -128582,35 +128673,35 @@ self: { }) {}; "helic" = callPackage - ({ mkDerivation, aeson, base, chronos, containers, data-default - , either, exon, gi-gdk, gi-glib, gi-gtk, hostname, http-client - , http-client-tls, optparse-applicative, path, path-io, polysemy - , polysemy-chronos, polysemy-conc, polysemy-http, polysemy-log - , polysemy-plugin, polysemy-process, polysemy-resume, polysemy-test - , polysemy-time, relude, servant, servant-client - , servant-client-core, servant-server, table-layout, tasty - , template-haskell, terminal-size, text, torsor, typed-process - , unix, wai-extra, warp, yaml + ({ mkDerivation, base, chronos, containers, exon, gi-gdk, gi-glib + , gi-gtk, hostname, http-client, http-client-tls, incipit + , optparse-applicative, path, path-io, polysemy, polysemy-chronos + , polysemy-conc, polysemy-http, polysemy-log, polysemy-plugin + , polysemy-process, polysemy-test, polysemy-time, servant + , servant-client, servant-client-core, servant-server, table-layout + , tasty, template-haskell, terminal-size, torsor, transformers + , typed-process, unix, wai-extra, warp, yaml }: mkDerivation { pname = "helic"; - version = "0.3.2.0"; - sha256 = "1q6dg44fqfpkgc3148lw9srhg0kjw41hd6cda8xb1bkijj0lajrh"; + version = "0.4.0.0"; + sha256 = "01cnnnv30i0rpqj84pp7szzgskjwxllqh9bak3b03qwjjy4k5pnf"; isLibrary = true; isExecutable = true; libraryHaskellDepends = [ - aeson base chronos containers data-default either exon gi-gdk - gi-glib gi-gtk hostname http-client http-client-tls - optparse-applicative path path-io polysemy polysemy-chronos - polysemy-conc polysemy-http polysemy-log polysemy-plugin - polysemy-process polysemy-resume polysemy-time relude servant + base chronos exon gi-gdk gi-glib gi-gtk hostname http-client + http-client-tls incipit optparse-applicative path path-io polysemy + polysemy-chronos polysemy-conc polysemy-http polysemy-log + polysemy-plugin polysemy-process polysemy-time servant servant-client servant-client-core servant-server table-layout - template-haskell terminal-size text typed-process unix wai-extra - warp yaml + template-haskell terminal-size transformers typed-process unix + wai-extra warp yaml + ]; + executableHaskellDepends = [ + base incipit polysemy polysemy-plugin ]; - executableHaskellDepends = [ base polysemy polysemy-plugin ]; testHaskellDepends = [ - base chronos containers path polysemy polysemy-chronos + base chronos containers exon incipit path polysemy polysemy-chronos polysemy-conc polysemy-log polysemy-plugin polysemy-test polysemy-time tasty torsor ]; @@ -135117,26 +135208,6 @@ self: { }) {}; "hoauth2" = callPackage - ({ mkDerivation, aeson, base, binary, bytestring, exceptions - , hashable, http-conduit, http-types, microlens, text - , unordered-containers, uri-bytestring, uri-bytestring-aeson - }: - mkDerivation { - pname = "hoauth2"; - version = "2.1.0"; - sha256 = "133zaqpb0pjwvndzz02w74xx65243nimfn5bk8abkc71vkvf2myx"; - isLibrary = true; - isExecutable = true; - libraryHaskellDepends = [ - aeson base binary bytestring exceptions hashable http-conduit - http-types microlens text unordered-containers uri-bytestring - uri-bytestring-aeson - ]; - description = "Haskell OAuth2 authentication client"; - license = lib.licenses.bsd3; - }) {}; - - "hoauth2_2_3_0" = callPackage ({ mkDerivation, aeson, base, binary, bytestring, containers , data-default, exceptions, http-conduit, http-types, microlens , text, transformers, uri-bytestring, uri-bytestring-aeson @@ -135152,7 +135223,6 @@ self: { ]; description = "Haskell OAuth2 authentication client"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; }) {}; "hob" = callPackage @@ -136489,6 +136559,25 @@ self: { broken = true; }) {}; + "horizontal-rule" = callPackage + ({ mkDerivation, ansi-wl-pprint, base, HMock, optparse-applicative + , tasty, tasty-hunit, terminal-size, text, time + }: + mkDerivation { + pname = "horizontal-rule"; + version = "0.5.0.0"; + sha256 = "1anpf8qgiyvx1fvycr01sz9ak8zxdrarqw32m0kybxs3xhw15myy"; + isLibrary = true; + isExecutable = true; + libraryHaskellDepends = [ base terminal-size text ]; + executableHaskellDepends = [ + ansi-wl-pprint base optparse-applicative text time + ]; + testHaskellDepends = [ base HMock tasty tasty-hunit ]; + description = "horizontal rule for the terminal"; + license = lib.licenses.mit; + }) {}; + "horname" = callPackage ({ mkDerivation, base, containers, megaparsec, optparse-applicative , text, these, uniplate, wl-pprint-text @@ -141923,8 +142012,8 @@ self: { }: mkDerivation { pname = "hspec-dirstream"; - version = "1.0.0.3"; - sha256 = "1wzz718rw3nfzjgkigy5si7n6igjs5h8z8xsj1vhcivly4adzrrw"; + version = "1.0.0.4"; + sha256 = "10axc2rszyqzw8zwz7zjh05m5lifmghflls1w2sbyp7vlyz13iac"; enableSeparateDataOutput = true; libraryHaskellDepends = [ base dirstream filepath hspec hspec-core pipes pipes-safe @@ -157786,23 +157875,26 @@ self: { "json-syntax" = callPackage ({ mkDerivation, aeson, array-builder, array-chunks, base - , bytebuild, byteslice, bytesmith, bytestring, gauge - , neat-interpolation, primitive, run-st, scientific - , scientific-notation, tasty, tasty-hunit, text, text-short - , unordered-containers, vector + , bytebuild, byteslice, bytesmith, bytestring, contiguous, gauge + , integer-gmp, natural-arithmetic, neat-interpolation, primitive + , QuickCheck, run-st, scientific, scientific-notation, tasty + , tasty-golden, tasty-hunit, tasty-quickcheck, text, text-short + , unordered-containers, vector, zigzag }: mkDerivation { pname = "json-syntax"; - version = "0.2.0.0"; - sha256 = "0gmi2g0bx9aiv9ll97cgdb0fhzcjyd2kxrfc025kscmjv44c1v5w"; + version = "0.2.1.0"; + sha256 = "132gmadrmkmrsy7mcsy0829sx46zyml9jniabycxa8cy89v22w09"; libraryHaskellDepends = [ array-builder array-chunks base bytebuild byteslice bytesmith - bytestring primitive run-st scientific-notation text-short + bytestring contiguous integer-gmp natural-arithmetic primitive + run-st scientific-notation text-short zigzag ]; testHaskellDepends = [ aeson array-chunks base bytebuild byteslice bytestring - neat-interpolation primitive scientific scientific-notation tasty - tasty-hunit text text-short unordered-containers vector + neat-interpolation primitive QuickCheck scientific + scientific-notation tasty tasty-golden tasty-hunit tasty-quickcheck + text text-short unordered-containers vector ]; benchmarkHaskellDepends = [ aeson base bytebuild byteslice bytestring gauge neat-interpolation @@ -160310,8 +160402,8 @@ self: { }: mkDerivation { pname = "keter"; - version = "1.7"; - sha256 = "1c5mvf1gmypa6vsbljv5g4mn6fngp5z07x67q7ak8agb4jv8yfic"; + version = "1.8.1"; + sha256 = "0lnjvbfiz5w37ylvqmlgxqnd5p0akq4nl59gagdbc2w06gj0an4d"; isLibrary = true; isExecutable = true; libraryHaskellDepends = [ @@ -161110,19 +161202,20 @@ self: { "koji-tool" = callPackage ({ mkDerivation, base, directory, extra, filepath, format-numbers - , Glob, http-directory, koji, pretty-simple, rpm-nvr, simple-cmd - , simple-cmd-args, text, time, xdg-userdirs + , Glob, http-conduit, http-directory, koji, pretty-simple, rpm-nvr + , simple-cmd, simple-cmd-args, text, time, utf8-string + , xdg-userdirs }: mkDerivation { pname = "koji-tool"; - version = "0.7"; - sha256 = "1gyg76fajs7qc7mr86i0hiz5m4a0y2lqmqk67cb0glgbg53z47b7"; + version = "0.8"; + sha256 = "16fz0aldclw964q4r2r5bhfqa1nrb6xfxlsncfn44xmzhjyiib8y"; isLibrary = false; isExecutable = true; executableHaskellDepends = [ - base directory extra filepath format-numbers Glob http-directory - koji pretty-simple rpm-nvr simple-cmd simple-cmd-args text time - xdg-userdirs + base directory extra filepath format-numbers Glob http-conduit + http-directory koji pretty-simple rpm-nvr simple-cmd + simple-cmd-args text time utf8-string xdg-userdirs ]; testHaskellDepends = [ base simple-cmd ]; description = "Koji CLI tool for querying tasks and installing builds"; @@ -200969,8 +201062,8 @@ self: { ({ mkDerivation }: mkDerivation { pname = "pandora"; - version = "0.5.1"; - sha256 = "0xx3fjdkxrabwnqhz3bs3rai1q83zkkhq90z50pzam08nng34sw5"; + version = "0.5.2"; + sha256 = "0q62xm05qb88lsj0l53h9yxqlsbnlqnm8a4phmkran4jhnwi3ndn"; description = "A box of patterns and paradigms"; license = lib.licenses.mit; }) {}; @@ -200979,8 +201072,8 @@ self: { ({ mkDerivation, ghc-prim, pandora }: mkDerivation { pname = "pandora-io"; - version = "0.4.9"; - sha256 = "1ni4xwmdx741r53n5dbpzrmczs75qq9v9kg6jka87q6mpl1879r1"; + version = "0.5.2"; + sha256 = "1lzviab5kql25g9p3fmkkg6k3fw65raf2dhi9570j51sjfms0248"; libraryHaskellDepends = [ ghc-prim pandora ]; description = "..."; license = lib.licenses.mit; @@ -206577,6 +206670,31 @@ self: { license = lib.licenses.gpl3Only; }) {pHash = null;}; + "phatsort" = callPackage + ({ mkDerivation, ansi-wl-pprint, base, directory, filepath, HMock + , MonadRandom, optparse-applicative, random-shuffle, tasty + , tasty-hunit, transformers, unix-compat + }: + mkDerivation { + pname = "phatsort"; + version = "0.5.0.1"; + sha256 = "14czx4s3ywfcxbw8lr60i3cdk62rcfr7m1v98mx3qm1gjinll5js"; + isLibrary = true; + isExecutable = true; + libraryHaskellDepends = [ + base directory filepath MonadRandom random-shuffle transformers + unix-compat + ]; + executableHaskellDepends = [ + ansi-wl-pprint base optparse-applicative + ]; + testHaskellDepends = [ + base HMock MonadRandom tasty tasty-hunit transformers + ]; + description = "FAT filesystem sort utility"; + license = lib.licenses.mit; + }) {}; + "phizzle" = callPackage ({ mkDerivation, aeson, base, bytestring, network, network-uri , regex-pcre, text @@ -216038,8 +216156,8 @@ self: { }: mkDerivation { pname = "pro-abstract"; - version = "0.1.0.0"; - sha256 = "0w8dmf8n35z414j4591gvix7q9dn7zn1pai4mg93p9fkd09453fm"; + version = "0.1.2.0"; + sha256 = "17kjmj3fb3dib8mj082i0xvb9343997c2ppvz15qnrb6qqya2xy9"; libraryHaskellDepends = [ base containers deepseq hashable optics-core text ]; @@ -220623,6 +220741,29 @@ self: { license = lib.licenses.bsd3; }) {}; + "queue-sheet" = callPackage + ({ mkDerivation, aeson, ansi-wl-pprint, base, bytestring, directory + , filepath, ginger, optparse-applicative, process, scientific + , tasty, tasty-hunit, text, transformers, ttc, vector, yaml + }: + mkDerivation { + pname = "queue-sheet"; + version = "0.7.0.2"; + sha256 = "14ih4j09r30p0a75na833jq5ar0wfjm1f7qn6hfyqr4hjyqyfwfk"; + isLibrary = true; + isExecutable = true; + libraryHaskellDepends = [ + aeson base bytestring directory filepath ginger process scientific + text transformers ttc vector yaml + ]; + executableHaskellDepends = [ + ansi-wl-pprint base optparse-applicative + ]; + testHaskellDepends = [ base bytestring tasty tasty-hunit ]; + description = "queue sheet utility"; + license = lib.licenses.mit; + }) {}; + "queuelike" = callPackage ({ mkDerivation, array, base, containers, mtl, stateful-mtl }: mkDerivation { @@ -225119,6 +225260,28 @@ self: { hydraPlatforms = lib.platforms.none; }) {}; + "redact" = callPackage + ({ mkDerivation, ansi-terminal, ansi-wl-pprint, base, directory + , explainable-predicates, HMock, optparse-applicative, tasty + , tasty-hunit, text + }: + mkDerivation { + pname = "redact"; + version = "0.4.0.0"; + sha256 = "0q0sqsqajv8mvz76b9xy40z22j6cbacwn76rwhns5wwj5kwli829"; + isLibrary = true; + isExecutable = true; + libraryHaskellDepends = [ ansi-terminal base text ]; + executableHaskellDepends = [ + ansi-terminal ansi-wl-pprint base directory optparse-applicative + ]; + testHaskellDepends = [ + ansi-terminal base explainable-predicates HMock tasty tasty-hunit + ]; + description = "hide secret text on the terminal"; + license = lib.licenses.mit; + }) {}; + "reddit" = callPackage ({ mkDerivation, aeson, api-builder, base, bytestring, Cabal , data-default-class, free, hspec, http-client, http-client-tls @@ -226013,8 +226176,8 @@ self: { }: mkDerivation { pname = "reflex-dom-th"; - version = "0.2.0.0"; - sha256 = "14an2f95i0yxivk143qc7f32jx4qmch1irhcg0arbrqkh0rm9jg4"; + version = "0.3.0.0"; + sha256 = "19s8jhqrzdd5i4fsjp9870fh3hjy55naasf63d0gp0j6kcnb7ghd"; libraryHaskellDepends = [ array base containers megaparsec reflex-dom-core template-haskell text @@ -227443,8 +227606,8 @@ self: { }: mkDerivation { pname = "registry-hedgehog"; - version = "0.4.1.0"; - sha256 = "1wak4bg7fkd1ywacg74snr1wvain62mg62i7wqk5zllypf3rxkxi"; + version = "0.5.0.0"; + sha256 = "1ncgq9aq5c23xl0r0ci9402prgjqqkkijbn46pxj1qrz9lhfszy0"; libraryHaskellDepends = [ base containers hedgehog mmorph multimap protolude registry tasty tasty-discover tasty-hedgehog tasty-th template-haskell text @@ -230026,6 +230189,27 @@ self: { license = lib.licenses.bsd3; }) {}; + "retry_0_9_2_0" = callPackage + ({ mkDerivation, base, exceptions, ghc-prim, hedgehog, HUnit, mtl + , mtl-compat, random, stm, tasty, tasty-hedgehog, tasty-hunit, time + , transformers + }: + mkDerivation { + pname = "retry"; + version = "0.9.2.0"; + sha256 = "1w0mlv62hrx2bi25szycg180k3mz8r9rhy53ycq0kadb8h1sw5hy"; + libraryHaskellDepends = [ + base exceptions ghc-prim mtl mtl-compat random transformers + ]; + testHaskellDepends = [ + base exceptions ghc-prim hedgehog HUnit mtl mtl-compat random stm + tasty tasty-hedgehog tasty-hunit time transformers + ]; + description = "Retry combinators for monadic actions that may fail"; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + }) {}; + "retryer" = callPackage ({ mkDerivation, base, optparse-applicative, process }: mkDerivation { @@ -240941,6 +241125,28 @@ self: { broken = true; }) {}; + "servant-rate-limit" = callPackage + ({ mkDerivation, base, bytestring, hedis, http-client, http-types + , servant, servant-client, servant-server, tasty, tasty-hunit, wai + , wai-extra, wai-rate-limit, wai-rate-limit-redis, warp + }: + mkDerivation { + pname = "servant-rate-limit"; + version = "0.1.0.0"; + sha256 = "1yls69n7i8cb198jmknzh0f7161d6i787k4z8hwx2zkq48p5j3nj"; + libraryHaskellDepends = [ + base bytestring http-types servant servant-client servant-server + wai wai-rate-limit + ]; + testHaskellDepends = [ + base bytestring hedis http-client http-types servant servant-client + servant-server tasty tasty-hunit wai wai-extra wai-rate-limit + wai-rate-limit-redis warp + ]; + description = "Rate limiting for Servant"; + license = lib.licenses.mit; + }) {}; + "servant-rawm" = callPackage ({ mkDerivation, base, servant }: mkDerivation { @@ -248617,10 +248823,8 @@ self: { }: mkDerivation { pname = "snap-core"; - version = "1.0.4.2"; - sha256 = "0zxdhx4wk70bkn71574lyz3zhq79yy98rv05r4564rd100xw3fqs"; - revision = "1"; - editedCabalFile = "065v61clskzikywv0gy9n4fjaszi2fnjklal83kqbzhzzgkf83ng"; + version = "1.0.5.0"; + sha256 = "0hf671g7h4nikfvi05q3mmcxhfcsh874dkansssn0mc68k9fsak4"; libraryHaskellDepends = [ attoparsec base bytestring bytestring-builder case-insensitive containers directory filepath hashable HUnit io-streams lifted-base @@ -250817,8 +251021,8 @@ self: { }: mkDerivation { pname = "souffle-haskell"; - version = "3.2.0"; - sha256 = "03v2572p8rk1x6pr2yaws5qf4q4vlv9130hljrmhrcc2ga2g8rzw"; + version = "3.3.0"; + sha256 = "1v6c9c0ff63rhh49fq3cbvgciiwd9xamdxf58hz7jwhcgxcip3jj"; libraryHaskellDepends = [ array base bytestring containers deepseq directory filepath mtl process profunctors template-haskell temporary text text-short @@ -275130,8 +275334,8 @@ self: { }: mkDerivation { pname = "ttc"; - version = "1.1.1.0"; - sha256 = "04r2kv0wr7g4ahy3iqbbnihy0mh75pghqzsl9iiz60dpgdnfgafw"; + version = "1.1.1.1"; + sha256 = "1zk4iavn51s89m35w7fwi7z9c5gkz98f8phv5bp4f9ajirmhn6r1"; libraryHaskellDepends = [ base bytestring template-haskell text ]; testHaskellDepends = [ base bytestring tasty tasty-hunit template-haskell text @@ -277523,30 +277727,6 @@ self: { }) {}; "typerep-map" = callPackage - ({ mkDerivation, base, containers, criterion, deepseq - , dependent-map, dependent-sum, ghc-prim, ghc-typelits-knownnat - , hedgehog, hspec, hspec-hedgehog, primitive, vector - }: - mkDerivation { - pname = "typerep-map"; - version = "0.4.0.0"; - sha256 = "0fgn7blxfnwwh92wzd5jma7rniqp9f7abb4wvr61mvhw44m6mvgr"; - libraryHaskellDepends = [ - base containers deepseq ghc-prim primitive vector - ]; - testHaskellDepends = [ - base ghc-typelits-knownnat hedgehog hspec hspec-hedgehog - ]; - benchmarkHaskellDepends = [ - base criterion deepseq dependent-map dependent-sum - ghc-typelits-knownnat - ]; - doHaddock = false; - description = "Efficient implementation of a dependent map with types as keys"; - license = lib.licenses.mpl20; - }) {}; - - "typerep-map_0_5_0_0" = callPackage ({ mkDerivation, base, containers, criterion, deepseq , dependent-map, dependent-sum, ghc-prim, ghc-typelits-knownnat , hedgehog, hspec, hspec-hedgehog, primitive, vector @@ -277568,7 +277748,6 @@ self: { doHaddock = false; description = "Efficient implementation of a dependent map with types as keys"; license = lib.licenses.mpl20; - hydraPlatforms = lib.platforms.none; }) {}; "types-compat" = callPackage @@ -281408,6 +281587,8 @@ self: { pname = "urlencoded"; version = "0.5.0.0"; sha256 = "0d1vj7w297cf9sk9x942za00f7ihqzcgbgjdbn7r9g0hz7qyl6nn"; + revision = "1"; + editedCabalFile = "0yskpdn6k4xj5qvgvqjblm6abg247ximk2kv7lswpkngbavlvyiq"; libraryHaskellDepends = [ base mtl network network-uri split ]; testHaskellDepends = [ base network network-uri QuickCheck ]; description = "Generate or process x-www-urlencoded data"; @@ -285520,6 +285701,42 @@ self: { license = lib.licenses.bsd3; }) {}; + "vty_5_34" = callPackage + ({ mkDerivation, ansi-terminal, base, binary, blaze-builder + , bytestring, Cabal, containers, deepseq, directory, filepath + , hashable, HUnit, microlens, microlens-mtl, microlens-th, mtl + , parallel, parsec, QuickCheck, quickcheck-assertions, random + , smallcheck, stm, string-qq, terminfo, test-framework + , test-framework-hunit, test-framework-smallcheck, text + , transformers, unix, utf8-string, vector + }: + mkDerivation { + pname = "vty"; + version = "5.34"; + sha256 = "03l84hbfny5rcgqf9jf4d3d28s0lrgkh83dvdipmxdq9hrjxsq9x"; + isLibrary = true; + isExecutable = true; + libraryHaskellDepends = [ + ansi-terminal base binary blaze-builder bytestring containers + deepseq directory filepath hashable microlens microlens-mtl + microlens-th mtl parallel parsec stm terminfo text transformers + unix utf8-string vector + ]; + executableHaskellDepends = [ + base containers directory filepath microlens microlens-mtl mtl + ]; + testHaskellDepends = [ + base blaze-builder bytestring Cabal containers deepseq HUnit + microlens microlens-mtl mtl QuickCheck quickcheck-assertions random + smallcheck stm string-qq terminfo test-framework + test-framework-hunit test-framework-smallcheck text unix + utf8-string vector + ]; + description = "A simple terminal UI library"; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + }) {}; + "vty-examples" = callPackage ({ mkDerivation, array, base, bytestring, Cabal, containers , data-default, deepseq, lens, mtl, parallel, parsec, QuickCheck @@ -285832,10 +286049,8 @@ self: { }: mkDerivation { pname = "wai-app-static"; - version = "3.1.7.2"; - sha256 = "138gd5482psq0wbm8s1az672lksi7vbavq6ayiyjkliivf6xpry8"; - revision = "1"; - editedCabalFile = "1q7zwjasysgbp9rdp75535igd7s6mhi2bnl4pzsn6vbyfw3qnsxd"; + version = "3.1.7.3"; + sha256 = "1f3hhimbsxy1g0ykz3hjh80db4a8ylayxnmgj9jx2zfgy5q8ypvv"; isLibrary = true; isExecutable = true; libraryHaskellDepends = [ @@ -287182,6 +287397,18 @@ self: { license = lib.licenses.mit; }) {}; + "wai-rate-limit_0_2_0_0" = callPackage + ({ mkDerivation, base, http-types, wai }: + mkDerivation { + pname = "wai-rate-limit"; + version = "0.2.0.0"; + sha256 = "1jxg6sdbzx20dlxwbjw4b5x9qc1hsx2hzqxgzks3wlj6jc8ar4rx"; + libraryHaskellDepends = [ base http-types wai ]; + description = "Rate limiting as WAI middleware"; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; + }) {}; + "wai-rate-limit-postgres" = callPackage ({ mkDerivation, base, http-client, http-types, postgresql-simple , postgresql-simple-url, relude, resource-pool, tasty, tasty-hunit @@ -287189,10 +287416,8 @@ self: { }: mkDerivation { pname = "wai-rate-limit-postgres"; - version = "0.1.0.0"; - sha256 = "04gsdlyhk2drhhbi1vdbbiviy6wkkwnkmhd0bbf1gqdls4g54zgv"; - revision = "1"; - editedCabalFile = "137pdkp85nv363alwi39bhgdmq25h1r89g6lwidg4156pc3sbkkx"; + version = "0.3.0.0"; + sha256 = "0c0mi3ngi2rasswr8q75ipzg1kz3gah9kvvgxh8awplvwy9fpwrj"; libraryHaskellDepends = [ base postgresql-simple relude resource-pool text wai-rate-limit ]; @@ -287223,6 +287448,25 @@ self: { broken = true; }) {}; + "wai-rate-limit-redis_0_2_0_0" = callPackage + ({ mkDerivation, base, bytestring, hedis, http-types, tasty + , tasty-hedgehog, tasty-hunit, wai, wai-extra, wai-rate-limit, warp + }: + mkDerivation { + pname = "wai-rate-limit-redis"; + version = "0.2.0.0"; + sha256 = "16bpz1c3m4xsjyg4m0n6r15qcn4w6c8grmbwslg4gsnlqlgpx83c"; + libraryHaskellDepends = [ base bytestring hedis wai-rate-limit ]; + testHaskellDepends = [ + base bytestring hedis http-types tasty tasty-hedgehog tasty-hunit + wai wai-extra wai-rate-limit warp + ]; + description = "Redis backend for rate limiting as WAI middleware"; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; + broken = true; + }) {}; + "wai-request-spec" = callPackage ({ mkDerivation, base, bytestring, case-insensitive, containers , criterion, http-types, text, wai @@ -294019,8 +294263,8 @@ self: { }: mkDerivation { pname = "xml-verify"; - version = "0.1.0.2"; - sha256 = "1vfaab3ryi3mgmknpplcxi1w5qjf44h8swn9svwbh0nh42bk5rwh"; + version = "0.1.0.3"; + sha256 = "0hyd0awaz3id7j0wmcyhas3p6hvcn8nz9c8jmbclfh28nv46agiv"; libraryHaskellDepends = [ base bytestring cryptostore hxt mtl pem x509 ]; @@ -294255,18 +294499,18 @@ self: { }) {}; "xmobar" = callPackage - ({ mkDerivation, alsa-core, alsa-mixer, async, base, bytestring - , containers, dbus, directory, extensible-exceptions, filepath - , gauge, hinotify, hspec, http-client-tls, http-conduit, http-types - , iwlib, libmpd, libXpm, libXrandr, libXrender, mtl, old-locale - , parsec, parsec-numbers, process, regex-compat, stm, temporary - , time, timezone-olson, timezone-series, transformers, unix - , utf8-string, wirelesstools, X11, X11-xft + ({ mkDerivation, aeson, alsa-core, alsa-mixer, async, base + , bytestring, containers, dbus, directory, extensible-exceptions + , filepath, gauge, hinotify, hspec, http-client-tls, http-conduit + , http-types, iwlib, libmpd, libXpm, libXrandr, libXrender, mtl + , old-locale, parsec, parsec-numbers, process, regex-compat, stm + , temporary, time, timezone-olson, timezone-series, transformers + , unix, utf8-string, wirelesstools, X11, X11-xft }: mkDerivation { pname = "xmobar"; - version = "0.41"; - sha256 = "0z9dm6drsqpd9axras11f5k3mlj8rwdj4hh8f8g9hv0c3jmyd9d7"; + version = "0.42"; + sha256 = "16vnj9a5jnc2ddn158xwz7mh6zdicjvwg3j93bpk5ny3g5ns1x2k"; configureFlags = [ "-fwith_alsa" "-fwith_conduit" "-fwith_datezone" "-fwith_dbus" "-fwith_inotify" "-fwith_iwlib" "-fwith_mpd" "-fwith_mpris" @@ -294276,7 +294520,7 @@ self: { isLibrary = true; isExecutable = true; libraryHaskellDepends = [ - alsa-core alsa-mixer async base bytestring containers dbus + aeson alsa-core alsa-mixer async base bytestring containers dbus directory extensible-exceptions filepath hinotify http-client-tls http-conduit http-types iwlib libmpd mtl old-locale parsec parsec-numbers process regex-compat stm time timezone-olson @@ -296818,21 +297062,19 @@ self: { "yesod-auth-oauth2" = callPackage ({ mkDerivation, aeson, base, bytestring, cryptonite, errors , hoauth2, hspec, http-client, http-conduit, http-types, memory - , microlens, mtl, safe-exceptions, text, unliftio, uri-bytestring - , yesod-auth, yesod-core + , microlens, mtl, safe-exceptions, text, transformers, unliftio + , uri-bytestring, yesod-auth, yesod-core }: mkDerivation { pname = "yesod-auth-oauth2"; - version = "0.7.0.0"; - sha256 = "183ck29b43nvvih2vcpavzvj0ajdwpcjsa6lq6f5labqqk929cww"; - revision = "1"; - editedCabalFile = "1vpcb40a3f5dblfdvqw0v55gzh97kp7d2b9pri153v5ri60pgvw5"; + version = "0.7.0.1"; + sha256 = "0kajlm8hyq52gda8hff302jlij4a8j56082zr5224lggrnkrcbwm"; isLibrary = true; isExecutable = true; libraryHaskellDepends = [ aeson base bytestring cryptonite errors hoauth2 http-client http-conduit http-types memory microlens mtl safe-exceptions text - unliftio uri-bytestring yesod-auth yesod-core + transformers unliftio uri-bytestring yesod-auth yesod-core ]; testHaskellDepends = [ base hspec uri-bytestring ]; description = "OAuth 2.0 authentication plugins"; @@ -300303,14 +300545,12 @@ self: { "zip-archive" = callPackage ({ mkDerivation, array, base, binary, bytestring, containers , digest, directory, filepath, HUnit, mtl, pretty, process - , temporary, text, time, unix, unzip, which, zlib + , temporary, text, time, unix, which, zlib }: mkDerivation { pname = "zip-archive"; - version = "0.4.1"; - sha256 = "1cdix5mnxrbs7b2kivhdydhfzgxidd9dqlw71mdw5p21cabwkmf5"; - revision = "1"; - editedCabalFile = "1mv6jns7zf0fi7lrhzk007g12v6x7yf5ycbj67rbh83xfkf4nxsi"; + version = "0.4.2"; + sha256 = "1vz0ihk19yxb04pszyvms1123y917pi8paacxk7rj6vrj79dl6hx"; isLibrary = true; isExecutable = true; libraryHaskellDepends = [ @@ -300321,10 +300561,10 @@ self: { base bytestring directory filepath HUnit process temporary time unix ]; - testToolDepends = [ unzip which ]; + testToolDepends = [ which ]; description = "Library for creating and modifying zip archives"; license = lib.licenses.bsd3; - }) {inherit (pkgs) unzip; inherit (pkgs) which;}; + }) {inherit (pkgs) which;}; "zip-conduit" = callPackage ({ mkDerivation, base, bytestring, cereal, conduit, conduit-extra @@ -300846,8 +301086,8 @@ self: { }: mkDerivation { pname = "zre"; - version = "0.1.4.0"; - sha256 = "1877q8qshp88sghnys6a52c6sjc9qxxg062j473fjyv0vc4cpy4d"; + version = "0.1.5.0"; + sha256 = "12nain4jp6p24z1vxdvayfd26sdksk2vzp1lf438vq1ynvsllfkn"; isLibrary = true; isExecutable = true; libraryHaskellDepends = [ From ee56ce6e56c4683d153167cd79fe8c1ddb81b6fb Mon Sep 17 00:00:00 2001 From: sternenseemann Date: Thu, 3 Mar 2022 00:13:39 +0100 Subject: [PATCH 105/238] haskellPackages.hgeometry: patch for GHC 9.0 --- .../haskell-modules/configuration-common.nix | 22 +++++++++++++++++++ 1 file changed, 22 insertions(+) diff --git a/pkgs/development/haskell-modules/configuration-common.nix b/pkgs/development/haskell-modules/configuration-common.nix index af210ad91413..feba961c6b25 100644 --- a/pkgs/development/haskell-modules/configuration-common.nix +++ b/pkgs/development/haskell-modules/configuration-common.nix @@ -1751,6 +1751,28 @@ self: super: { # https://github.com/noinia/hgeometry/commit/a6abecb1ce4a7fd96b25cc1a5c65cd4257ecde7a#commitcomment-49282301 hgeometry-combinatorial = dontCheck (doJailbreak super.hgeometry-combinatorial); + # Apply unreleased upstream patches allowing to build with GHC >= 9.0 + # https://github.com/noinia/hgeometry/pull/164#issuecomment-1057478339 + hgeometry = appendPatch [ + (pkgs.fetchpatch { + name = "hgeometry-ghc-9.0.patch"; + url = "https://github.com/noinia/hgeometry/pull/164.patch"; + includes = [ + "**/Data/Geometry/Box/Internal.hs" + "**/Data/Geometry/HyperPlane.hs" + "**/Data/Geometry/KDTree.hs" + "**/Data/Geometry/Point/*" + "**/Data/Geometry/PolyLine.hs" + "**/Data/Geometry/RangeTree**" + "**/Data/Geometry/Transformation/**" + "**/Data/Geometry/Vector**" + "**/Algorithms/Geometry/WSPD.hs" + ]; + sha256 = "0wmp0lpns17ixlhkslmakrnkvrjkfg6gc120mlr4lbi6lmlgflm4"; + stripLen = 1; + }) + ] super.hgeometry; + # Too strict version bounds on ansi-terminal # https://github.com/kowainik/co-log/pull/218 co-log = doJailbreak super.co-log; From 6f2d495316073b3ea4f0d574dfc47ce5eb246e43 Mon Sep 17 00:00:00 2001 From: Malte Brandy Date: Thu, 3 Mar 2022 02:45:08 +0100 Subject: [PATCH 106/238] haskellPackages.hls-class-plugin: Disable flaky test. --- pkgs/development/haskell-modules/configuration-nix.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/pkgs/development/haskell-modules/configuration-nix.nix b/pkgs/development/haskell-modules/configuration-nix.nix index 1991d57e014e..2ecbf066d9a0 100644 --- a/pkgs/development/haskell-modules/configuration-nix.nix +++ b/pkgs/development/haskell-modules/configuration-nix.nix @@ -996,6 +996,7 @@ self: super: builtins.intersectAttrs super { # Flaky tests hls-hlint-plugin = dontCheck super.hls-hlint-plugin; + hls-class-plugin = dontCheck super.hls-class-plugin; hls-alternate-number-format-plugin = dontCheck super.hls-alternate-number-format-plugin; hls-qualify-imported-names-plugin = dontCheck super.hls-qualify-imported-names-plugin; hls-haddock-comments-plugin = dontCheck super.hls-haddock-comments-plugin; From 873e8a602d3ad4cc43956beeffb13391245c9694 Mon Sep 17 00:00:00 2001 From: sternenseemann Date: Thu, 3 Mar 2022 12:36:41 +0100 Subject: [PATCH 107/238] haskellPackages.hls-class-plugin: fix attribute redefinition --- pkgs/development/haskell-modules/configuration-nix.nix | 1 - 1 file changed, 1 deletion(-) diff --git a/pkgs/development/haskell-modules/configuration-nix.nix b/pkgs/development/haskell-modules/configuration-nix.nix index 2ecbf066d9a0..86e90bf97ae5 100644 --- a/pkgs/development/haskell-modules/configuration-nix.nix +++ b/pkgs/development/haskell-modules/configuration-nix.nix @@ -981,7 +981,6 @@ self: super: builtins.intersectAttrs super { inherit (super) hls-brittany-plugin hls-call-hierarchy-plugin - hls-class-plugin hls-eval-plugin hls-floskell-plugin hls-fourmolu-plugin From 66846d1a84301addb6f6d2c1b6d3a2ad19efd915 Mon Sep 17 00:00:00 2001 From: sternenseemann Date: Thu, 3 Mar 2022 12:40:15 +0100 Subject: [PATCH 108/238] haskellPackages: stackage-nightly 2022-03-02 -> 2022-03-03 This commit has been generated by maintainers/scripts/haskell/update-stackage.sh --- .../configuration-hackage2nix/stackage.yaml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/pkgs/development/haskell-modules/configuration-hackage2nix/stackage.yaml b/pkgs/development/haskell-modules/configuration-hackage2nix/stackage.yaml index e40e36192d2a..9d4aad6128d0 100644 --- a/pkgs/development/haskell-modules/configuration-hackage2nix/stackage.yaml +++ b/pkgs/development/haskell-modules/configuration-hackage2nix/stackage.yaml @@ -1,4 +1,4 @@ -# Stackage Nightly 2022-03-02 +# Stackage Nightly 2022-03-03 # This file is auto-generated by # maintainers/scripts/haskell/update-stackage.sh default-package-overrides: @@ -2048,7 +2048,7 @@ default-package-overrides: - resource-pool ==0.2.3.2 - resourcet ==1.2.4.3 - result ==0.2.6.0 - - retry ==0.9.1.0 + - retry ==0.9.2.0 - rev-state ==0.1.2 - rfc1751 ==0.1.3 - rfc5051 ==0.2 @@ -2698,8 +2698,8 @@ default-package-overrides: - wai-middleware-delegate ==0.1.2.4 - wai-middleware-prometheus ==1.0.0.1 - wai-middleware-static ==0.9.1 - - wai-rate-limit ==0.1.0.0 - - wai-rate-limit-redis ==0.1.0.0 + - wai-rate-limit ==0.2.0.0 + - wai-rate-limit-redis ==0.2.0.0 - wai-saml2 ==0.2.1.2 - wai-session ==0.3.3 - wai-session-postgresql ==0.2.1.3 @@ -2840,7 +2840,7 @@ default-package-overrides: - zim-parser ==0.2.1.0 - zio ==0.1.0.2 - zip ==1.7.2 - - zip-archive ==0.4.2 + - zip-archive ==0.4.2.1 - zipper-extra ==0.1.3.2 - zippers ==0.3.2 - zip-stream ==0.2.1.0 From 63d53c31bb913ec9cd14260a045c25c89045b290 Mon Sep 17 00:00:00 2001 From: sternenseemann Date: Thu, 3 Mar 2022 12:40:43 +0100 Subject: [PATCH 109/238] all-cabal-hashes: 2022-03-02T22:17:55Z -> 2022-03-03T10:08:52Z This commit has been generated by maintainers/scripts/haskell/update-hackage.sh --- pkgs/data/misc/hackage/pin.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/pkgs/data/misc/hackage/pin.json b/pkgs/data/misc/hackage/pin.json index cf5722c5ceb6..f59d0c2c9464 100644 --- a/pkgs/data/misc/hackage/pin.json +++ b/pkgs/data/misc/hackage/pin.json @@ -1,6 +1,6 @@ { - "commit": "cc537926e310b17e4d094aa838a71e2de7157007", - "url": "https://github.com/commercialhaskell/all-cabal-hashes/archive/cc537926e310b17e4d094aa838a71e2de7157007.tar.gz", - "sha256": "1qn8vlvvl88yjlcxcajj2r1s0v0plv8ws58d79r5dlf11a105yb7", - "msg": "Update from Hackage at 2022-03-02T22:17:55Z" + "commit": "d45fb22e43fbb32aa7653d0f2e0fd31fecfff2e4", + "url": "https://github.com/commercialhaskell/all-cabal-hashes/archive/d45fb22e43fbb32aa7653d0f2e0fd31fecfff2e4.tar.gz", + "sha256": "1ydd1xvhzavpym9g4ywzjg50pl40nkn9j9i06dbci8xradds9n66", + "msg": "Update from Hackage at 2022-03-03T10:08:52Z" } From 4eba40e7a59bca8ef8d35ecc00ee19a5b985a357 Mon Sep 17 00:00:00 2001 From: sternenseemann Date: Thu, 3 Mar 2022 12:44:37 +0100 Subject: [PATCH 110/238] haskellPackages: regenerate package set based on current config This commit has been generated by maintainers/scripts/haskell/regenerate-hackage-packages.sh --- .../haskell-modules/hackage-packages.nix | 137 +++++++++--------- 1 file changed, 68 insertions(+), 69 deletions(-) diff --git a/pkgs/development/haskell-modules/hackage-packages.nix b/pkgs/development/haskell-modules/hackage-packages.nix index d48bac306591..0b5ae6d5f2ec 100644 --- a/pkgs/development/haskell-modules/hackage-packages.nix +++ b/pkgs/development/haskell-modules/hackage-packages.nix @@ -39093,6 +39093,18 @@ self: { license = lib.licenses.bsd3; }) {}; + "basement_0_0_14" = callPackage + ({ mkDerivation, base, ghc-prim }: + mkDerivation { + pname = "basement"; + version = "0.0.14"; + sha256 = "01kk3z0c48c2jhni8ba165zxzm4sljy18r97cad1yd897qjsy2mv"; + libraryHaskellDepends = [ base ghc-prim ]; + description = "Foundation scrap box of array & string"; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + }) {}; + "basement-cd" = callPackage ({ mkDerivation, base, ghc-prim }: mkDerivation { @@ -97399,6 +97411,20 @@ self: { license = lib.licenses.bsd3; }) {}; + "foundation_0_0_28" = callPackage + ({ mkDerivation, base, basement, gauge, ghc-prim }: + mkDerivation { + pname = "foundation"; + version = "0.0.28"; + sha256 = "06hsh40qwmy2nfkrd9m8lfhi6arziixdw9pn379m6a7cga2vjcnh"; + libraryHaskellDepends = [ base basement ghc-prim ]; + testHaskellDepends = [ base basement ]; + benchmarkHaskellDepends = [ base basement gauge ]; + description = "Alternative prelude with batteries and no dependencies"; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + }) {}; + "foundation-edge" = callPackage ({ mkDerivation, bytestring, foundation, text }: mkDerivation { @@ -125271,23 +125297,22 @@ self: { }) {}; "haspara" = callPackage - ({ mkDerivation, aeson, base, deriving-aeson, doctest, hashable - , megaparsec, mtl, refined, safe-decimal, scientific - , template-haskell, text, time, unordered-containers + ({ mkDerivation, aeson, base, containers, deriving-aeson, doctest + , exceptions, hashable, megaparsec, mtl, refined, safe-decimal + , scientific, template-haskell, text, time }: mkDerivation { pname = "haspara"; - version = "0.0.0.1"; - sha256 = "0a3prc2fcpbkj10zfn1rrx2pqnixb7si7k0khgj4f84ifrpbrvq2"; + version = "0.0.0.2"; + sha256 = "05jllc97mx15lvj83bmixpkzg7l7hbf058f8kfjiky1w3y7mf6fz"; libraryHaskellDepends = [ - aeson base deriving-aeson hashable megaparsec mtl refined - safe-decimal scientific template-haskell text time - unordered-containers + aeson base containers deriving-aeson exceptions hashable megaparsec + mtl refined safe-decimal scientific template-haskell text time ]; testHaskellDepends = [ - aeson base deriving-aeson doctest hashable megaparsec mtl refined - safe-decimal scientific template-haskell text time - unordered-containers + aeson base containers deriving-aeson doctest exceptions hashable + megaparsec mtl refined safe-decimal scientific template-haskell + text time ]; description = "A library providing definitions to work with monetary values"; license = lib.licenses.mit; @@ -131171,6 +131196,8 @@ self: { pname = "hie-bios"; version = "0.9.0"; sha256 = "019pj19vxjyk1gs9ggs9s61zyppyypf1fyjy5173ykqn29809jxv"; + revision = "1"; + editedCabalFile = "0188ywbnb0ynnmbp6qkp7lcyj6rkd4k34rbcxk547k57rw6inff6"; isLibrary = true; isExecutable = true; libraryHaskellDepends = [ @@ -216156,8 +216183,8 @@ self: { }: mkDerivation { pname = "pro-abstract"; - version = "0.1.2.0"; - sha256 = "17kjmj3fb3dib8mj082i0xvb9343997c2ppvz15qnrb6qqya2xy9"; + version = "0.2.0.0"; + sha256 = "0ff8g3by3vqv0xyb36n2d8sf7zfwfsqfk42kmmvdnbm7gnv3x4ws"; libraryHaskellDepends = [ base containers deepseq hashable optics-core text ]; @@ -230079,6 +230106,8 @@ self: { pname = "retrie"; version = "1.1.0.0"; sha256 = "148d1pl52mac4mz4pl9qmmynjjbzygg4x6vlsyblb268drcjn3f8"; + revision = "1"; + editedCabalFile = "1v2x7n71vvhpybmzqlxg5bqg7ac5zqx1q4ji342xgmy2dfjq29d3"; isLibrary = true; isExecutable = true; libraryHaskellDepends = [ @@ -230170,26 +230199,6 @@ self: { }) {}; "retry" = callPackage - ({ mkDerivation, base, exceptions, ghc-prim, hedgehog, HUnit, mtl - , random, stm, tasty, tasty-hedgehog, tasty-hunit, time - , transformers - }: - mkDerivation { - pname = "retry"; - version = "0.9.1.0"; - sha256 = "1scrkd6bd061h8s4d7sjs21m2ydz2mxiw95gs72rliikh2k3cj7v"; - libraryHaskellDepends = [ - base exceptions ghc-prim random transformers - ]; - testHaskellDepends = [ - base exceptions ghc-prim hedgehog HUnit mtl random stm tasty - tasty-hedgehog tasty-hunit time transformers - ]; - description = "Retry combinators for monadic actions that may fail"; - license = lib.licenses.bsd3; - }) {}; - - "retry_0_9_2_0" = callPackage ({ mkDerivation, base, exceptions, ghc-prim, hedgehog, HUnit, mtl , mtl-compat, random, stm, tasty, tasty-hedgehog, tasty-hunit, time , transformers @@ -230207,7 +230216,6 @@ self: { ]; description = "Retry combinators for monadic actions that may fail"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; }) {}; "retryer" = callPackage @@ -257099,6 +257107,28 @@ self: { maintainers = with lib.maintainers; [ maralorn ]; }) {}; + "streamly_0_8_2" = callPackage + ({ mkDerivation, atomic-primops, base, containers, deepseq + , directory, exceptions, filepath, fusion-plugin-types, ghc-prim + , heaps, lockfree-queue, monad-control, mtl, network, primitive + , transformers, transformers-base, unicode-data + }: + mkDerivation { + pname = "streamly"; + version = "0.8.2"; + sha256 = "0mqixkxvwcvb0fcgsrd1xvi9hag5dwj1cwg4brsmzj138fkjrn47"; + libraryHaskellDepends = [ + atomic-primops base containers deepseq directory exceptions + filepath fusion-plugin-types ghc-prim heaps lockfree-queue + monad-control mtl network primitive transformers transformers-base + unicode-data + ]; + description = "Dataflow programming and declarative concurrency"; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + maintainers = with lib.maintainers; [ maralorn ]; + }) {}; + "streamly-archive" = callPackage ({ mkDerivation, archive, base, bytestring, cryptonite, directory , filepath, QuickCheck, streamly, tar, tasty, tasty-hunit @@ -287387,17 +287417,6 @@ self: { }) {}; "wai-rate-limit" = callPackage - ({ mkDerivation, base, http-types, wai }: - mkDerivation { - pname = "wai-rate-limit"; - version = "0.1.0.0"; - sha256 = "1z7npcf0smzyfjvkmpa6dw08sg3ywx4cc4kafgxk95dh8yqnmidw"; - libraryHaskellDepends = [ base http-types wai ]; - description = "Rate limiting as WAI middleware"; - license = lib.licenses.mit; - }) {}; - - "wai-rate-limit_0_2_0_0" = callPackage ({ mkDerivation, base, http-types, wai }: mkDerivation { pname = "wai-rate-limit"; @@ -287406,7 +287425,6 @@ self: { libraryHaskellDepends = [ base http-types wai ]; description = "Rate limiting as WAI middleware"; license = lib.licenses.mit; - hydraPlatforms = lib.platforms.none; }) {}; "wai-rate-limit-postgres" = callPackage @@ -287416,8 +287434,8 @@ self: { }: mkDerivation { pname = "wai-rate-limit-postgres"; - version = "0.3.0.0"; - sha256 = "0c0mi3ngi2rasswr8q75ipzg1kz3gah9kvvgxh8awplvwy9fpwrj"; + version = "0.5.0.0"; + sha256 = "1qf6s5qx16vjhcxyl24xdh3q10f1rg0aq7hnwm4zmy9b2jfsj77n"; libraryHaskellDepends = [ base postgresql-simple relude resource-pool text wai-rate-limit ]; @@ -287430,25 +287448,6 @@ self: { }) {}; "wai-rate-limit-redis" = callPackage - ({ mkDerivation, base, bytestring, hedis, http-types, tasty - , tasty-hedgehog, tasty-hunit, wai, wai-extra, wai-rate-limit, warp - }: - mkDerivation { - pname = "wai-rate-limit-redis"; - version = "0.1.0.0"; - sha256 = "1lwlx6krxq1pf5a2r2n4pc5crk4ia8r50xzdhrg3fjf9ydpcbv2n"; - libraryHaskellDepends = [ base bytestring hedis wai-rate-limit ]; - testHaskellDepends = [ - base bytestring hedis http-types tasty tasty-hedgehog tasty-hunit - wai wai-extra wai-rate-limit warp - ]; - description = "Redis backend for rate limiting as WAI middleware"; - license = lib.licenses.mit; - hydraPlatforms = lib.platforms.none; - broken = true; - }) {}; - - "wai-rate-limit-redis_0_2_0_0" = callPackage ({ mkDerivation, base, bytestring, hedis, http-types, tasty , tasty-hedgehog, tasty-hunit, wai, wai-extra, wai-rate-limit, warp }: @@ -300549,8 +300548,8 @@ self: { }: mkDerivation { pname = "zip-archive"; - version = "0.4.2"; - sha256 = "1vz0ihk19yxb04pszyvms1123y917pi8paacxk7rj6vrj79dl6hx"; + version = "0.4.2.1"; + sha256 = "1q9x2i8k6paf9r9jpqzw8rhrwxk1fagppfyv5psxr5amqks61lqp"; isLibrary = true; isExecutable = true; libraryHaskellDepends = [ From 21f7df26f735cc549e10e04d18a05e1a7da135e7 Mon Sep 17 00:00:00 2001 From: sternenseemann Date: Thu, 3 Mar 2022 13:06:31 +0100 Subject: [PATCH 111/238] haskellPackages.foundation: 0.0.27 -> 0.0.28 haskellPackages.basement: 0.0.13 -> 0.0.14 Fixes a build failure, update minor according to PVP, so should be fine to ignore Stackage Nightly for a bit. --- pkgs/development/haskell-modules/configuration-common.nix | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/pkgs/development/haskell-modules/configuration-common.nix b/pkgs/development/haskell-modules/configuration-common.nix index feba961c6b25..8e8eab69a673 100644 --- a/pkgs/development/haskell-modules/configuration-common.nix +++ b/pkgs/development/haskell-modules/configuration-common.nix @@ -2358,4 +2358,8 @@ self: super: { # Bounds too strict on base and ghc-prim: https://github.com/tibbe/ekg-core/pull/43 (merged); waiting on hackage release ekg-core = assert super.ekg-core.version == "0.1.1.7"; doJailbreak super.ekg-core; + # Fixes a segfault breaking the test suite, bump until stackage follows suit + foundation = doDistribute self.foundation_0_0_28; + basement = doDistribute self.basement_0_0_14; + } // import ./configuration-tensorflow.nix {inherit pkgs haskellLib;} self super From 1943fe6bb24631dc884dbd47d33ea5c7019d9857 Mon Sep 17 00:00:00 2001 From: sternenseemann Date: Wed, 2 Mar 2022 17:55:45 +0100 Subject: [PATCH 112/238] haskellPackages.git-annex: patch for aeson 2.0 compat --- .../haskell-modules/configuration-common.nix | 17 ++++++++++++++++- 1 file changed, 16 insertions(+), 1 deletion(-) diff --git a/pkgs/development/haskell-modules/configuration-common.nix b/pkgs/development/haskell-modules/configuration-common.nix index 8e8eab69a673..8400e79c7e8e 100644 --- a/pkgs/development/haskell-modules/configuration-common.nix +++ b/pkgs/development/haskell-modules/configuration-common.nix @@ -88,7 +88,7 @@ self: super: { name = "git-annex-${super.git-annex.version}-src"; url = "git://git-annex.branchable.com/"; rev = "refs/tags/" + super.git-annex.version; - sha256 = "11idvicisp4wnw15lk7f9fs0kqpssngs1j8f98050f3jrqsccj0j"; + sha256 = "1f656rcc6z3jp1n7hh4bczj3inahg1asayxc93vzk3im28a8gr2f"; # delete android and Android directories which cause issues on # darwin (case insensitive directory). Since we don't need them # during the build process, we can delete it to prevent a hash @@ -98,6 +98,21 @@ self: super: { ''; }; + patches = drv.patches or [] ++ [ + # Intermediate, inconsequential patch we need to add so the next one applies + (pkgs.fetchpatch { + name = "git-annex-enable-package-imports.patch"; + url = "https://git.joeyh.name/index.cgi/git-annex.git/patch/?id=952664641a38ee4da940c1bb8f1bf6c3e699137f"; + sha256 = "0ablfa5jh98rgpx9wd0kgjdr6j1vyqygfnsisvn45dh7f3svkhx9"; + }) + # Allows compilation with aeson >= 2.0, submitted upstream as well + (pkgs.fetchpatch { + name = "git-annex-aeson-2.0.patch"; + url = "https://git.joeyh.name/index.cgi/git-annex.git/patch/?id=ca596e7c54ed08e2bec3b6b3e669ccf5ded9aff8"; + sha256 = "18m164xwx6axw50bm2c833772rqcyqk3aqzap2pzawbb5d024ss6"; + }) + ]; + # Git annex provides a restricted login shell. Setting # passthru.shellPath here allows a user's login shell to be set to # `git-annex-shell` by making `shell = haskellPackages.git-annex`. From 5a8ee94382ecf04c53b75376e532977b363d4d22 Mon Sep 17 00:00:00 2001 From: Dominik Schrempf Date: Mon, 7 Mar 2022 20:58:57 +0100 Subject: [PATCH 113/238] haskell.packages.ghc921.basement: fix build See also https://github.com/haskell-foundation/foundation/issues/563. --- .../haskell-modules/configuration-ghc-9.2.x.nix | 8 -------- 1 file changed, 8 deletions(-) diff --git a/pkgs/development/haskell-modules/configuration-ghc-9.2.x.nix b/pkgs/development/haskell-modules/configuration-ghc-9.2.x.nix index fdf6693b89c6..557ab6181dc3 100644 --- a/pkgs/development/haskell-modules/configuration-ghc-9.2.x.nix +++ b/pkgs/development/haskell-modules/configuration-ghc-9.2.x.nix @@ -47,14 +47,6 @@ self: super: { doHaddock = !pkgs.stdenv.isAarch64; } super.tf-random; - basement = overrideCabal (drv: { - # This is inside a conditional block so `doJailbreak` doesn't work - postPatch = "sed -i -e 's,<4.16,<4.17,' basement.cabal"; - }) (appendPatch (pkgs.fetchpatch { - url = "https://gitlab.haskell.org/ghc/head.hackage/-/raw/dfd024c9a336c752288ec35879017a43bd7e85a0/patches/basement-0.0.12.patch"; - sha256 = "0c8n2krz827cv87p3vb1vpl3v0k255aysjx9lq44gz3z1dhxd64z"; - }) super.basement); - # Tests fail because of typechecking changes conduit = dontCheck super.conduit; From 71f2c74efbad1ec0f5802356e0bc2119cb3121cc Mon Sep 17 00:00:00 2001 From: Robert Hensing Date: Tue, 8 Mar 2022 11:55:46 +0100 Subject: [PATCH 114/238] haskellPackages.cryptonite: Disable Argon2 on aarch64-darwin A workaround for packages that don't use this hash function. See https://github.com/haskell-crypto/cryptonite/issues/360 --- .../haskell-modules/configuration-darwin.nix | 3 + .../patches/cryptonite-remove-argon2.patch | 69 +++++++++++++++++++ 2 files changed, 72 insertions(+) create mode 100644 pkgs/development/haskell-modules/patches/cryptonite-remove-argon2.patch diff --git a/pkgs/development/haskell-modules/configuration-darwin.nix b/pkgs/development/haskell-modules/configuration-darwin.nix index 825262fe4b47..84be174e97e8 100644 --- a/pkgs/development/haskell-modules/configuration-darwin.nix +++ b/pkgs/development/haskell-modules/configuration-darwin.nix @@ -289,4 +289,7 @@ self: super: ({ # https://github.com/fpco/inline-c/issues/127 inline-c-cpp = dontCheck super.inline-c-cpp; + + # https://github.com/haskell-crypto/cryptonite/issues/360 + cryptonite = appendPatch ./patches/cryptonite-remove-argon2.patch super.cryptonite; }) diff --git a/pkgs/development/haskell-modules/patches/cryptonite-remove-argon2.patch b/pkgs/development/haskell-modules/patches/cryptonite-remove-argon2.patch new file mode 100644 index 000000000000..1d571b61e532 --- /dev/null +++ b/pkgs/development/haskell-modules/patches/cryptonite-remove-argon2.patch @@ -0,0 +1,69 @@ +diff --git a/Crypto/KDF/Argon2.hs b/Crypto/KDF/Argon2.hs +index 044ba00..31dc6f1 100644 +--- a/Crypto/KDF/Argon2.hs ++++ b/Crypto/KDF/Argon2.hs +@@ -12,6 +12,7 @@ + -- File started from Argon2.hs, from Oliver Charles + -- at https://github.com/ocharles/argon2 + -- ++{-# LANGUAGE DataKinds #-} + module Crypto.KDF.Argon2 + ( + Options(..) +@@ -32,6 +33,7 @@ import Control.Monad (when) + import Data.Word + import Foreign.C + import Foreign.Ptr ++import Data.Proxy + + -- | Which variant of Argon2 to use. You should choose the variant that is most + -- applicable to your intention to hash inputs. +@@ -100,33 +102,12 @@ defaultOptions = + } + + hash :: (ByteArrayAccess password, ByteArrayAccess salt, ByteArray out) +- => Options ++ => [Proxy "cryptonite:Crypto.KDF.Argon2.hash is known to be broken on this architecture. See https://github.com/haskell-crypto/cryptonite/issues/360"] + -> password + -> salt + -> Int + -> CryptoFailable out +-hash options password salt outLen +- | saltLen < saltMinLength = CryptoFailed CryptoError_SaltTooSmall +- | outLen < outputMinLength = CryptoFailed CryptoError_OutputLengthTooSmall +- | outLen > outputMaxLength = CryptoFailed CryptoError_OutputLengthTooBig +- | otherwise = CryptoPassed $ B.allocAndFreeze outLen $ \out -> do +- res <- B.withByteArray password $ \pPass -> +- B.withByteArray salt $ \pSalt -> +- argon2_hash (iterations options) +- (memory options) +- (parallelism options) +- pPass +- (csizeOfInt passwordLen) +- pSalt +- (csizeOfInt saltLen) +- out +- (csizeOfInt outLen) +- (cOfVariant $ variant options) +- (cOfVersion $ version options) +- when (res /= 0) $ error "argon2: hash: internal error" +- where +- saltLen = B.length salt +- passwordLen = B.length password ++hash options password salt outLen = error "cryptonite:Crypto.KDF.Argon2.hash is known to be broken on this architecture. See https://github.com/haskell-crypto/cryptonite/issues/360" + + data Pass + data Salt +diff --git a/tests/KAT_Argon2.hs b/tests/KAT_Argon2.hs +index a347fc5..fdba079 100644 +--- a/tests/KAT_Argon2.hs ++++ b/tests/KAT_Argon2.hs +@@ -32,7 +32,7 @@ kdfTests = zipWith toKDFTest is vectors + where + toKDFTest i v = + testCase (show i) +- (CryptoPassed (kdfResult v) @=? Argon2.hash (kdfOptions v) (kdfPass v) (kdfSalt v) (B.length $ kdfResult v)) ++ (pure ()) + + is :: [Int] + is = [1..] From c269f8e79bc8bedce4d69814ff198b9b79cd2ba6 Mon Sep 17 00:00:00 2001 From: Robert Hensing Date: Tue, 8 Mar 2022 11:58:26 +0100 Subject: [PATCH 115/238] haskellPackages.validation-selective: Jailbreak for selective 0.5 --- pkgs/development/haskell-modules/configuration-common.nix | 3 +++ 1 file changed, 3 insertions(+) diff --git a/pkgs/development/haskell-modules/configuration-common.nix b/pkgs/development/haskell-modules/configuration-common.nix index 8400e79c7e8e..7c77a12e30c9 100644 --- a/pkgs/development/haskell-modules/configuration-common.nix +++ b/pkgs/development/haskell-modules/configuration-common.nix @@ -2322,6 +2322,9 @@ self: super: { ./patches/regex-compat-tdfa-ghc-9.0.patch ] super.regex-compat-tdfa; + # https://github.com/kowainik/validation-selective/issues/64 + validation-selective = doJailbreak super.validation-selective; + # aws upstream seems to lack the necessary maintenance at the moment, luckily # Joey Hess seems to have already looked into building git-annex with aeson 2.0 # https://github.com/aristidb/aws/issues/275 From 37ed97a969ab5a532ae6e971987edadbed619a80 Mon Sep 17 00:00:00 2001 From: Robert Hensing Date: Tue, 8 Mar 2022 12:45:47 +0100 Subject: [PATCH 116/238] haskellPackages.servant-auth-server: Jailbreak --- pkgs/development/haskell-modules/configuration-common.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/pkgs/development/haskell-modules/configuration-common.nix b/pkgs/development/haskell-modules/configuration-common.nix index 7c77a12e30c9..ed29e88466f8 100644 --- a/pkgs/development/haskell-modules/configuration-common.nix +++ b/pkgs/development/haskell-modules/configuration-common.nix @@ -995,6 +995,7 @@ self: super: { # dontCheck: https://github.com/haskell-servant/servant-auth/issues/113 # doJailbreak: waiting on revision 1 to hit hackage servant-auth-client = doJailbreak (dontCheck super.servant-auth-client); + servant-auth-server = doJailbreak super.servant-auth-server; # Generate cli completions for dhall. dhall = generateOptparseApplicativeCompletion "dhall" super.dhall; From 33f275b4c21770e29ae515868463a75881e9b1ef Mon Sep 17 00:00:00 2001 From: sternenseemann Date: Tue, 8 Mar 2022 13:45:33 +0100 Subject: [PATCH 117/238] all-cabal-hashes: 2022-03-03T10:08:52Z -> 2022-03-08T11:03:28Z * Regenerate package set * Adjust overrides for upgrades of ghc-lib* and Cabal. --- pkgs/data/misc/hackage/pin.json | 8 +- .../haskell-modules/configuration-common.nix | 6 +- .../configuration-ghc-8.10.x.nix | 4 +- .../configuration-ghc-8.8.x.nix | 4 +- .../configuration-ghc-9.0.x.nix | 2 +- .../configuration-ghc-9.2.x.nix | 8 +- .../haskell-modules/hackage-packages.nix | 817 ++++++++++++++---- pkgs/top-level/release-haskell.nix | 2 +- 8 files changed, 659 insertions(+), 192 deletions(-) diff --git a/pkgs/data/misc/hackage/pin.json b/pkgs/data/misc/hackage/pin.json index f59d0c2c9464..457a05c76166 100644 --- a/pkgs/data/misc/hackage/pin.json +++ b/pkgs/data/misc/hackage/pin.json @@ -1,6 +1,6 @@ { - "commit": "d45fb22e43fbb32aa7653d0f2e0fd31fecfff2e4", - "url": "https://github.com/commercialhaskell/all-cabal-hashes/archive/d45fb22e43fbb32aa7653d0f2e0fd31fecfff2e4.tar.gz", - "sha256": "1ydd1xvhzavpym9g4ywzjg50pl40nkn9j9i06dbci8xradds9n66", - "msg": "Update from Hackage at 2022-03-03T10:08:52Z" + "commit": "af438cb53d095726a82a4d65b5f45a8e68d2c1c9", + "url": "https://github.com/commercialhaskell/all-cabal-hashes/archive/af438cb53d095726a82a4d65b5f45a8e68d2c1c9.tar.gz", + "sha256": "0br69wqnpshi6760zjqcl24hq62jvn5mc436vznmzh1qpfx69rk9", + "msg": "Update from Hackage at 2022-03-08T11:03:28Z" } diff --git a/pkgs/development/haskell-modules/configuration-common.nix b/pkgs/development/haskell-modules/configuration-common.nix index 8400e79c7e8e..da10f1fd1354 100644 --- a/pkgs/development/haskell-modules/configuration-common.nix +++ b/pkgs/development/haskell-modules/configuration-common.nix @@ -1972,7 +1972,7 @@ self: super: { # 2022-01-16 haskell-ci needs Cabal 3.6, ShellCheck 0.7.2 haskell-ci = super.haskell-ci.overrideScope (self: super: { - Cabal = self.Cabal_3_6_2_0; + Cabal = self.Cabal_3_6_3_0; ShellCheck = self.ShellCheck_0_7_2; }); @@ -2077,7 +2077,7 @@ self: super: { # 2021-11-05: jailBreak the too tight upper bound on haskus-utils-variant ghcup = doJailbreak (super.ghcup.overrideScope (self: super: { - Cabal = self.Cabal_3_6_2_0; + Cabal = self.Cabal_3_6_3_0; })); # Break out of "Cabal < 3.2" constraint. @@ -2108,7 +2108,7 @@ self: super: { # Needs Cabal >= 3.4 chs-cabal = super.chs-cabal.override { - Cabal = self.Cabal_3_6_2_0; + Cabal = self.Cabal_3_6_3_0; }; # 2021-08-18: streamly-posix was released with hspec 2.8.2, but it works with older versions too. diff --git a/pkgs/development/haskell-modules/configuration-ghc-8.10.x.nix b/pkgs/development/haskell-modules/configuration-ghc-8.10.x.nix index e3f1bca39e84..daa8d0389e86 100644 --- a/pkgs/development/haskell-modules/configuration-ghc-8.10.x.nix +++ b/pkgs/development/haskell-modules/configuration-ghc-8.10.x.nix @@ -43,11 +43,11 @@ self: super: { # cabal-install needs more recent versions of Cabal and base16-bytestring. cabal-install = super.cabal-install.overrideScope (self: super: { - Cabal = self.Cabal_3_6_2_0; + Cabal = self.Cabal_3_6_3_0; }); # cabal-install-parsers is written for Cabal 3.6 - cabal-install-parsers = super.cabal-install-parsers.override { Cabal = super.Cabal_3_6_2_0; }; + cabal-install-parsers = super.cabal-install-parsers.override { Cabal = super.Cabal_3_6_3_0; }; # Pick right versions for GHC-specific packages ghc-api-compat = doDistribute self.ghc-api-compat_8_10_7; diff --git a/pkgs/development/haskell-modules/configuration-ghc-8.8.x.nix b/pkgs/development/haskell-modules/configuration-ghc-8.8.x.nix index 2db51bbbfc4e..6b6a40cc8dc7 100644 --- a/pkgs/development/haskell-modules/configuration-ghc-8.8.x.nix +++ b/pkgs/development/haskell-modules/configuration-ghc-8.8.x.nix @@ -50,7 +50,7 @@ self: super: { # cabal-install needs more recent versions of Cabal and random, but an older # version of base16-bytestring. cabal-install = super.cabal-install.overrideScope (self: super: { - Cabal = self.Cabal_3_6_2_0; + Cabal = self.Cabal_3_6_3_0; }); # Ignore overly restrictive upper version bounds. @@ -97,7 +97,7 @@ self: super: { darcs = dontDistribute super.darcs; # The package needs the latest Cabal version. - cabal-install-parsers = super.cabal-install-parsers.overrideScope (self: super: { Cabal = self.Cabal_3_6_2_0; }); + cabal-install-parsers = super.cabal-install-parsers.overrideScope (self: super: { Cabal = self.Cabal_3_6_3_0; }); # cabal-fmt requires Cabal3 cabal-fmt = super.cabal-fmt.override { Cabal = self.Cabal_3_2_1_0; }; diff --git a/pkgs/development/haskell-modules/configuration-ghc-9.0.x.nix b/pkgs/development/haskell-modules/configuration-ghc-9.0.x.nix index 7f0beb4fc4ad..f36c77d636a7 100644 --- a/pkgs/development/haskell-modules/configuration-ghc-9.0.x.nix +++ b/pkgs/development/haskell-modules/configuration-ghc-9.0.x.nix @@ -44,7 +44,7 @@ self: super: { # cabal-install needs more recent versions of Cabal and base16-bytestring. cabal-install = (doJailbreak super.cabal-install).overrideScope (self: super: { - Cabal = self.Cabal_3_6_2_0; + Cabal = self.Cabal_3_6_3_0; }); # Jailbreaks & Version Updates diff --git a/pkgs/development/haskell-modules/configuration-ghc-9.2.x.nix b/pkgs/development/haskell-modules/configuration-ghc-9.2.x.nix index 557ab6181dc3..394965220af3 100644 --- a/pkgs/development/haskell-modules/configuration-ghc-9.2.x.nix +++ b/pkgs/development/haskell-modules/configuration-ghc-9.2.x.nix @@ -57,7 +57,7 @@ self: super: { # cabal-install needs more recent versions of Cabal cabal-install = (doJailbreak super.cabal-install).overrideScope (self: super: { - Cabal = self.Cabal_3_6_2_0; + Cabal = self.Cabal_3_6_3_0; }); doctest = dontCheck (doJailbreak super.doctest); @@ -100,9 +100,9 @@ self: super: { self.data-default ] ++ drv.libraryHaskellDepends or []; }) super.ghc-exactprint; - ghc-lib = self.ghc-lib_9_2_1_20220109; - ghc-lib-parser = self.ghc-lib-parser_9_2_1_20220109; - ghc-lib-parser-ex = self.ghc-lib-parser-ex_9_2_0_1; + ghc-lib = self.ghc-lib_9_2_2_20220307; + ghc-lib-parser = self.ghc-lib-parser_9_2_2_20220307; + ghc-lib-parser-ex = self.ghc-lib-parser-ex_9_2_0_2; hackage-security = doJailbreak super.hackage-security; hashable = super.hashable_1_4_0_2; hashable-time = doJailbreak super.hashable-time; diff --git a/pkgs/development/haskell-modules/hackage-packages.nix b/pkgs/development/haskell-modules/hackage-packages.nix index 0b5ae6d5f2ec..604133568db3 100644 --- a/pkgs/development/haskell-modules/hackage-packages.nix +++ b/pkgs/development/haskell-modules/hackage-packages.nix @@ -2778,17 +2778,15 @@ self: { hydraPlatforms = lib.platforms.none; }) {}; - "Cabal_3_6_2_0" = callPackage + "Cabal_3_6_3_0" = callPackage ({ mkDerivation, array, base, binary, bytestring, containers , deepseq, directory, filepath, mtl, parsec, pretty, process, text , time, transformers, unix }: mkDerivation { pname = "Cabal"; - version = "3.6.2.0"; - sha256 = "0hmw2wkypd42qyyfi6rhbsxmymbxg9rrw683yg39627vlw33v44y"; - revision = "1"; - editedCabalFile = "1s79dmxxzyczldakjcwg7jqxhhfw724fwbjh7s656cynxnalq85f"; + version = "3.6.3.0"; + sha256 = "0xxbciinap6938jldj16009s4rqjdd9dbbjvnjzgzs58sj4gx89g"; setupHaskellDepends = [ mtl parsec ]; libraryHaskellDepends = [ array base binary bytestring containers deepseq directory filepath @@ -9459,6 +9457,42 @@ self: { license = lib.licenses.lgpl21Only; }) {}; + "HTF_0_15_0_0" = callPackage + ({ mkDerivation, aeson, aeson-pretty, array, base + , base64-bytestring, bytestring, Cabal, containers, cpphs, Diff + , directory, filepath, haskell-src, HUnit, lifted-base + , monad-control, mtl, old-time, pretty, process, QuickCheck, random + , regex-compat, template-haskell, temporary, text, time, unix + , unordered-containers, vector, xmlgen + }: + mkDerivation { + pname = "HTF"; + version = "0.15.0.0"; + sha256 = "16sbz9rr1v8p3b0qi6b9rvzqgbd4rr05qp2wiiy0nc2gh1qca4nq"; + isLibrary = true; + isExecutable = true; + setupHaskellDepends = [ base Cabal process ]; + libraryHaskellDepends = [ + aeson array base base64-bytestring bytestring containers cpphs Diff + directory haskell-src HUnit lifted-base monad-control mtl old-time + pretty process QuickCheck random regex-compat text time unix vector + xmlgen + ]; + libraryToolDepends = [ cpphs ]; + executableHaskellDepends = [ + array base cpphs directory HUnit mtl old-time random text + ]; + executableToolDepends = [ cpphs ]; + testHaskellDepends = [ + aeson aeson-pretty base bytestring directory filepath HUnit mtl + process random regex-compat template-haskell temporary text + unordered-containers + ]; + description = "The Haskell Test Framework"; + license = lib.licenses.lgpl21Only; + hydraPlatforms = lib.platforms.none; + }) {}; + "HTTP" = callPackage ({ mkDerivation, array, base, bytestring, deepseq, httpd-shed , HUnit, mtl, network, network-uri, parsec, pureMD5, split @@ -24602,10 +24636,8 @@ self: { }: mkDerivation { pname = "aeson-better-errors"; - version = "0.9.1.0"; - sha256 = "09vkyrhwak3bmpfsqcd2az8hfqqkxyhg468hv5avgisy0nzh3w38"; - revision = "1"; - editedCabalFile = "1kwhnabcfwbm9r116y19pgwsds5vd0g62sp8r6n43q5crdnc7ly7"; + version = "0.9.1.1"; + sha256 = "05yibq9kqbjb8rh84n12sbax05amvd8jccpja0hyadz58pjy4jnk"; libraryHaskellDepends = [ aeson base bytestring dlist mtl scientific text transformers transformers-compat unordered-containers vector void @@ -26341,8 +26373,8 @@ self: { }: mkDerivation { pname = "alex-tools"; - version = "0.5.0.1"; - sha256 = "0rc56hvmlnym620pc8i7539wig50glms537kcwlmhd89c9cib8iy"; + version = "0.5.0.2"; + sha256 = "1bfnxyajma4083ml96wmjvqmhkl9518s810q8qz6ra90kbhbf6s0"; libraryHaskellDepends = [ base bytestring deepseq template-haskell text ]; @@ -46534,6 +46566,8 @@ self: { pname = "brick"; version = "0.67"; sha256 = "02f8qmc3y2pyqysc9qan2l05vk3ryvlc7mgs8hdh18fp96x88669"; + revision = "1"; + editedCabalFile = "09jwng0dnd3zp9gh26miib80zjsh3hzk4adpd3c6kmav66xq189s"; isLibrary = true; isExecutable = true; libraryHaskellDepends = [ @@ -46549,6 +46583,33 @@ self: { license = lib.licenses.bsd3; }) {}; + "brick_0_68" = callPackage + ({ mkDerivation, base, bytestring, config-ini, containers + , contravariant, data-clist, deepseq, directory, dlist, exceptions + , filepath, microlens, microlens-mtl, microlens-th, QuickCheck, stm + , template-haskell, text, text-zipper, transformers, unix, vector + , vty, word-wrap + }: + mkDerivation { + pname = "brick"; + version = "0.68"; + sha256 = "0fa0vlj9k3ril8mjc0kyxrq87iy40v10yvkgz32r3fcy80j7spk9"; + isLibrary = true; + isExecutable = true; + libraryHaskellDepends = [ + base bytestring config-ini containers contravariant data-clist + deepseq directory dlist exceptions filepath microlens microlens-mtl + microlens-th stm template-haskell text text-zipper transformers + unix vector vty word-wrap + ]; + testHaskellDepends = [ + base containers microlens QuickCheck vector + ]; + description = "A declarative terminal user interface library"; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + }) {}; + "brick-dropdownmenu" = callPackage ({ mkDerivation, base, brick, containers, microlens, microlens-ghc , microlens-th, pointedlist, vector, vty @@ -50062,6 +50123,17 @@ self: { broken = true; }) {}; + "cabal-pkg-config-version-hook" = callPackage + ({ mkDerivation, base, Cabal, lens, process }: + mkDerivation { + pname = "cabal-pkg-config-version-hook"; + version = "0.1.0.0"; + sha256 = "0v4fajrcbwdj05srma9g3fw96z91j9b5c5cws59sh54a7jb5nlm6"; + libraryHaskellDepends = [ base Cabal lens process ]; + description = "Make Cabal aware of pkg-config package versions"; + license = lib.licenses.bsd3; + }) {}; + "cabal-plan" = callPackage ({ mkDerivation, aeson, ansi-terminal, async, base, base-compat , base16-bytestring, bytestring, containers, directory, filepath @@ -54982,8 +55054,8 @@ self: { }: mkDerivation { pname = "chessIO"; - version = "0.9.2.0"; - sha256 = "024hzkgq7csmhxapxsl26c8sxpnngpwvikz4sg277arkj6j6mxf2"; + version = "0.9.3.0"; + sha256 = "0hmj9dvsvwrp7ab4zrzmbvmzy0q6fr2ifzmdp4ajbxlmca0yh3py"; isLibrary = true; isExecutable = true; libraryHaskellDepends = [ @@ -60754,8 +60826,8 @@ self: { }: mkDerivation { pname = "compaREST"; - version = "0.1.0.0"; - sha256 = "06y2qxl0vgka4vby5vv1njzgwbaq3615qic15iqnnm9dqwg7cczx"; + version = "0.1.0.1"; + sha256 = "0m03zq2vbymbajbd0pc6n906cbis2nridf54659qyjvfi64h8037"; isLibrary = true; isExecutable = true; libraryHaskellDepends = [ @@ -65323,8 +65395,8 @@ self: { }: mkDerivation { pname = "copilot"; - version = "3.7"; - sha256 = "1s39w0vqk2pdd9b3kxvjzi6r300x4mxz6rbkpdjzccagnk08xzay"; + version = "3.8"; + sha256 = "0lqr2ns6jg7m36pynl6i442d8x4kdlwlxqf59a0gspn8zgidwaii"; isLibrary = true; isExecutable = true; libraryHaskellDepends = [ @@ -65343,8 +65415,8 @@ self: { }: mkDerivation { pname = "copilot-c99"; - version = "3.7"; - sha256 = "0k30n2w6sw76fdm42vrn28jrz23w3sydkmmh3lmbd42kipp01h7b"; + version = "3.8"; + sha256 = "0bpak9kd23j8bmc8x7ksb84gggmxplax4wj00c39mrvh5cb5wlwx"; libraryHaskellDepends = [ base containers copilot-core directory filepath language-c99 language-c99-simple language-c99-util mtl pretty @@ -65377,8 +65449,8 @@ self: { }: mkDerivation { pname = "copilot-core"; - version = "3.7"; - sha256 = "0mf6mim94ryixdbwwdr39bvc704fwi0pdj3zkdl4csnj3gv4mr40"; + version = "3.8"; + sha256 = "0vv3p9a0c3pa856yx8zmr4d5ag8mym9gbpz5bgi17a7cgfc682cz"; libraryHaskellDepends = [ base dlist mtl pretty ]; testHaskellDepends = [ base HUnit pretty QuickCheck test-framework test-framework-hunit @@ -65409,15 +65481,20 @@ self: { "copilot-language" = callPackage ({ mkDerivation, array, base, containers, copilot-core - , copilot-theorem, data-reify, mtl + , copilot-theorem, data-reify, HUnit, mtl, pretty, QuickCheck + , test-framework, test-framework-hunit, test-framework-quickcheck2 }: mkDerivation { pname = "copilot-language"; - version = "3.7"; - sha256 = "1p1l7ciyvwgghnshf7apjwarf9w2wsyqflib5xghq9y1dhmz0xg4"; + version = "3.8"; + sha256 = "1wnv7xkgalxd7p7bm2zrsbg2r2wip9an8m5m3fc63wxvk9wcabj6"; libraryHaskellDepends = [ array base containers copilot-core copilot-theorem data-reify mtl ]; + testHaskellDepends = [ + base copilot-core HUnit pretty QuickCheck test-framework + test-framework-hunit test-framework-quickcheck2 + ]; description = "A Haskell-embedded DSL for monitoring hard real-time distributed systems"; license = lib.licenses.bsd3; hydraPlatforms = lib.platforms.none; @@ -65429,8 +65506,8 @@ self: { }: mkDerivation { pname = "copilot-libraries"; - version = "3.7"; - sha256 = "1lqi3ml5vw0qjki4rmb1kk6q6yapc24zwvmsccnlik5llnrhb7lv"; + version = "3.8"; + sha256 = "1sx8bl10j7qwqi91dbl9dahy9l2n17qfbyni73az2fx9rq3q1jkz"; libraryHaskellDepends = [ array base containers copilot-language data-reify mtl parsec ]; @@ -65464,8 +65541,8 @@ self: { }: mkDerivation { pname = "copilot-theorem"; - version = "3.7"; - sha256 = "1h587747s52gx03qspnhx5jbkrrxhg618mibbwfcxpk7w7bdayv1"; + version = "3.8"; + sha256 = "18287hs36lhf1g6l740vkynccy1d87lrr9rcjpgzfn03s9y3d58n"; libraryHaskellDepends = [ ansi-terminal base bimap bv-sized containers copilot-core data-default directory filepath libBF mtl panic parameterized-utils @@ -69044,21 +69121,20 @@ self: { , case-insensitive, clock, cmdargs, connection, dhall, dhall-json , directory, hashable, hspec, hspec-expectations, http-client-tls , http-conduit, http-types, megaparsec, pretty-simple - , raw-strings-qq, regex-posix, tar, text, time, transformers + , raw-strings-qq, regex-posix, tar, text, transformers , unordered-containers, vector, yaml, zlib }: mkDerivation { pname = "curl-runnings"; - version = "0.16.4"; - sha256 = "1900v9gs4mmap4xp0bypq0wz14mw2mmak9861z4rl954pz25v9pv"; + version = "0.17.0"; + sha256 = "1bpyx4n9s416dbz3k216vn64qm04x1kh60ypn4fswhcampwfq4n2"; isLibrary = true; isExecutable = true; libraryHaskellDepends = [ aeson base base64-bytestring bytestring case-insensitive clock - connection dhall dhall-json directory hashable hspec - hspec-expectations http-client-tls http-conduit http-types - megaparsec pretty-simple regex-posix text time transformers - unordered-containers vector yaml + connection dhall dhall-json directory hashable http-client-tls + http-conduit http-types megaparsec pretty-simple regex-posix text + transformers unordered-containers vector yaml ]; executableHaskellDepends = [ aeson base bytestring cmdargs directory http-conduit tar text zlib @@ -71610,10 +71686,8 @@ self: { ({ mkDerivation, base, deepseq, mtl, parallel, pretty, time }: mkDerivation { pname = "data-pprint"; - version = "0.2.4.1"; - sha256 = "10qg7sa64l7sjm6f9xx00nqddmxccj4h1apv4wwqhh8y7vlal1hc"; - revision = "1"; - editedCabalFile = "0gk2x4z7m0816gq6p22y5y8r1iydi4154xbn474i9nsbk56kp2by"; + version = "0.2.4.2"; + sha256 = "0r0d0s0bipxsr3108wmgqx2bixab05q5qrjzgsppxy3b1aki34nn"; libraryHaskellDepends = [ base deepseq mtl parallel pretty time ]; description = "Prettyprint and compare Data values"; license = lib.licenses.bsd3; @@ -72774,7 +72848,7 @@ self: { license = lib.licenses.asl20; }) {}; - "dbus_1_2_23" = callPackage + "dbus_1_2_24" = callPackage ({ mkDerivation, base, bytestring, cereal, conduit, containers , criterion, deepseq, directory, exceptions, extra, filepath, lens , network, parsec, process, QuickCheck, random, resourcet, split @@ -72783,8 +72857,8 @@ self: { }: mkDerivation { pname = "dbus"; - version = "1.2.23"; - sha256 = "10dzqab23i4a2k7fjrbhy0gq6daf865d32mw75vqrgkmywqajp99"; + version = "1.2.24"; + sha256 = "0w7337hn9l6n35qr9h5lscd0csss72hz88n99vqg3z8dz6g0ha17"; libraryHaskellDepends = [ base bytestring cereal conduit containers deepseq exceptions filepath lens network parsec random split template-haskell text @@ -78330,8 +78404,8 @@ self: { }: mkDerivation { pname = "disco"; - version = "0.1.2.0"; - sha256 = "0c8d7ly5v6x9pf9xhs1rlnd627d6lsna0x40qrz59xcc77n78xr3"; + version = "0.1.3.1"; + sha256 = "1sb1ppa6p47n8bfpmmlyylldkzh89wdmykg1biwn4757vf5dmp4a"; isLibrary = true; isExecutable = true; enableSeparateDataOutput = true; @@ -78417,8 +78491,8 @@ self: { }: mkDerivation { pname = "discord-haskell"; - version = "1.12.1"; - sha256 = "10b14ymrcqwpchznymr9w75pbclw4qbwia74g9knpji0f8znz8qs"; + version = "1.12.4"; + sha256 = "0kiicq6lsfm41g8hmnav36wqhw3g2vf0i8jvbdppvb7lvzdd07a8"; isLibrary = true; isExecutable = true; libraryHaskellDepends = [ @@ -91688,6 +91762,21 @@ self: { broken = true; }) {}; + "fastmemo" = callPackage + ({ mkDerivation, base, bytestring, QuickCheck, utf8-string, vector + }: + mkDerivation { + pname = "fastmemo"; + version = "0.1.0.1"; + sha256 = "1zb8nav58svds0c88rkrwdw5cjj2a8qlgx5rypqjrdv6w85s13vi"; + libraryHaskellDepends = [ base bytestring utf8-string vector ]; + testHaskellDepends = [ + base bytestring QuickCheck utf8-string vector + ]; + description = "Memoize functions on Generic types"; + license = lib.licenses.bsd3; + }) {}; + "fastparser" = callPackage ({ mkDerivation, base, bytestring, bytestring-lexing, containers , criterion, kan-extensions, microlens, thyme, transformers @@ -93673,16 +93762,16 @@ self: { "filepather" = callPackage ({ mkDerivation, base, bytestring, contravariant, directory - , filepath, lens, mmorph, mtl, semigroupoids, semigroups + , filepath, lens, mmorph, mtl, semigroupoids, semigroups, time , transformers }: mkDerivation { pname = "filepather"; - version = "0.4.0"; - sha256 = "0b103xaxs09lr720md8rrn5gc581ihja6v1jv8gcp8yfnqrn4m1p"; + version = "0.4.1"; + sha256 = "0pvb828gsq4rip8vf66bxacd3jrb9z6pz3g2vd4zcnya5wgy47fh"; libraryHaskellDepends = [ base bytestring contravariant directory filepath lens mmorph mtl - semigroupoids semigroups transformers + semigroupoids semigroups time transformers ]; description = "Functions on System.FilePath"; license = lib.licenses.bsd3; @@ -104368,7 +104457,7 @@ self: { license = lib.licenses.bsd3; }) {}; - "ghc-lib_9_2_1_20220109" = callPackage + "ghc-lib_9_2_2_20220307" = callPackage ({ mkDerivation, alex, array, base, binary, bytestring, containers , deepseq, directory, exceptions, filepath, ghc-lib-parser , ghc-prim, happy, hpc, parsec, pretty, process, rts, time @@ -104376,8 +104465,8 @@ self: { }: mkDerivation { pname = "ghc-lib"; - version = "9.2.1.20220109"; - sha256 = "0858r81w2al9h9q53z4paqkf3fvxraf3ghvb4ga4kilxiq5rp8z6"; + version = "9.2.2.20220307"; + sha256 = "0hcm4px40791rnfxaxmkwaydgsp43vnka02jj3bq57jylklvr0y4"; enableSeparateDataOutput = true; libraryHaskellDepends = [ array base binary bytestring containers deepseq directory @@ -104430,15 +104519,15 @@ self: { license = lib.licenses.bsd3; }) {}; - "ghc-lib-parser_9_2_1_20220109" = callPackage + "ghc-lib-parser_9_2_2_20220307" = callPackage ({ mkDerivation, alex, array, base, binary, bytestring, containers , deepseq, directory, exceptions, filepath, ghc-prim, happy, parsec , pretty, process, time, transformers, unix }: mkDerivation { pname = "ghc-lib-parser"; - version = "9.2.1.20220109"; - sha256 = "0scm320w19lm40y2i1858h24704s9hvci37pxmlraxa0virjhcx6"; + version = "9.2.2.20220307"; + sha256 = "123bkxir6qrhyxjzlv3vm1p8wiah24i1r4ary79lhp14phyv5x46"; enableSeparateDataOutput = true; libraryHaskellDepends = [ array base binary bytestring containers deepseq directory @@ -104491,14 +104580,14 @@ self: { license = lib.licenses.bsd3; }) {}; - "ghc-lib-parser-ex_9_2_0_1" = callPackage + "ghc-lib-parser-ex_9_2_0_2" = callPackage ({ mkDerivation, base, bytestring, containers, directory, extra , filepath, ghc-lib-parser, tasty, tasty-hunit, uniplate }: mkDerivation { pname = "ghc-lib-parser-ex"; - version = "9.2.0.1"; - sha256 = "0jpxqvvryf6s5rwghb23lhhslg9d5wg3cba0iz6kg9b2q5zb1skk"; + version = "9.2.0.2"; + sha256 = "0hw0xypixij596y8w1ldsyxbvlj0cabf9ysy16pqavzk3fc6h6z4"; libraryHaskellDepends = [ base bytestring containers ghc-lib-parser uniplate ]; @@ -105104,6 +105193,19 @@ self: { license = lib.licenses.bsd3; }) {}; + "ghc-trace-events_0_1_2_5" = callPackage + ({ mkDerivation, base, bytestring, tasty-bench, text }: + mkDerivation { + pname = "ghc-trace-events"; + version = "0.1.2.5"; + sha256 = "1whhadv077c0kgz4c3jwrynjkamgkc4rinf0pd18m3d3bdk27w0k"; + libraryHaskellDepends = [ base bytestring text ]; + benchmarkHaskellDepends = [ base bytestring tasty-bench ]; + description = "Faster traceEvent and traceMarker, and binary object logging for eventlog"; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + }) {}; + "ghc-typelits-extra" = callPackage ({ mkDerivation, base, containers, ghc, ghc-bignum, ghc-prim , ghc-tcplugins-extra, ghc-typelits-knownnat @@ -117550,8 +117652,8 @@ self: { pname = "haddock-library"; version = "1.10.0"; sha256 = "15ak06q8yp11xz1hwr0sg2jqi3r78p1n89ik05hicqvxl3awf1pq"; - revision = "2"; - editedCabalFile = "12kw6y105fyilp2aby2vwzwgmnr3h2yrahhm1v34anfv8psjq1r0"; + revision = "3"; + editedCabalFile = "1fnfcr3gvdjrya0czr3k2sqv4xmmvyv66yni2mckfppra93mcglg"; libraryHaskellDepends = [ base bytestring containers parsec text transformers ]; @@ -121675,8 +121777,8 @@ self: { }: mkDerivation { pname = "haskell-ci"; - version = "0.14.2"; - sha256 = "17db6fwgimjdyvxxxmj9j5hdnf9h7wq0hn8zjwl4209gqlizb7rf"; + version = "0.14.3"; + sha256 = "0hxds3rhikmsg35wdx23lmbkkay0cn4d2m7pfmrybcgw419hzhb0"; isLibrary = false; isExecutable = true; libraryHaskellDepends = [ @@ -128319,6 +128421,8 @@ self: { pname = "hedgehog-optics"; version = "1.0.0.1"; sha256 = "0ybpq4c74w8y3wnfmy7macana4zlr4w1m2s0kk88yq67cvzfgb5w"; + revision = "2"; + editedCabalFile = "1w7drklx7z8qkkf9d9pysic5iqa3ija57yqx6pq8qkhzlal09kbx"; libraryHaskellDepends = [ base hedgehog optics-core ]; description = "Hedgehog properties for optics laws"; license = lib.licenses.mit; @@ -129136,9 +129240,10 @@ self: { "hercules-ci-agent" = callPackage ({ mkDerivation, aeson, async, attoparsec, base, base64-bytestring - , bdw-gc, binary, binary-conduit, boost, bytestring, cachix - , cachix-api, conduit, conduit-extra, containers, directory, dlist - , exceptions, filepath, hercules-ci-api-agent, hercules-ci-api-core + , bdw-gc, binary, binary-conduit, boost, bytestring, Cabal + , cabal-pkg-config-version-hook, cachix, cachix-api, conduit + , conduit-extra, containers, directory, dlist, exceptions, filepath + , hercules-ci-api-agent, hercules-ci-api-core , hercules-ci-cnix-expr, hercules-ci-cnix-store, hostname, hspec , http-client, http-client-tls, http-conduit, inline-c , inline-c-cpp, katip, lens, lens-aeson, lifted-async, lifted-base @@ -129152,10 +129257,11 @@ self: { }: mkDerivation { pname = "hercules-ci-agent"; - version = "0.8.5"; - sha256 = "1m1hak1ckch84ld2x0pg7jz6gixxanbjdhslmlygpgxaq1757hax"; + version = "0.8.6"; + sha256 = "1i4fa84cnwvbwkwfmvvzfyi27h2df3xn0jw0ww78r5cjnslg55ms"; isLibrary = true; isExecutable = true; + setupHaskellDepends = [ base Cabal cabal-pkg-config-version-hook ]; libraryHaskellDepends = [ aeson async base binary binary-conduit bytestring conduit containers directory dlist exceptions filepath @@ -129234,8 +129340,8 @@ self: { }: mkDerivation { pname = "hercules-ci-api-agent"; - version = "0.4.1.0"; - sha256 = "0cv4cd74049b7j2hy1p3fdr94p0f4fnjzwj78hf1f4lw7migi2vi"; + version = "0.4.1.1"; + sha256 = "0v9fw4vqmv8vxsgrk01prwb9n7d3zpk50366b3c8sqr5xhss9vj5"; libraryHaskellDepends = [ aeson base base64-bytestring-type bytestring containers cookie deepseq exceptions hashable hercules-ci-api-core http-api-data @@ -129291,8 +129397,8 @@ self: { }: mkDerivation { pname = "hercules-ci-cli"; - version = "0.2.4"; - sha256 = "0imx1srpi518616jif62l542qpw2wcfiq5a622rg5w76k2vz0hpl"; + version = "0.2.5"; + sha256 = "0c905a1sszbl9pmfi98ml0hac5v3sbi3zyb7m4h6jcgkya7xzr2a"; isLibrary = true; isExecutable = true; libraryHaskellDepends = [ @@ -129320,14 +129426,16 @@ self: { }) {hercules-ci-optparse-applicative = null;}; "hercules-ci-cnix-expr" = callPackage - ({ mkDerivation, aeson, base, bdw-gc, boost, bytestring, conduit - , containers, exceptions, hercules-ci-cnix-store, inline-c - , inline-c-cpp, nix, protolude, text, unliftio + ({ mkDerivation, aeson, base, bdw-gc, boost, bytestring, Cabal + , cabal-pkg-config-version-hook, conduit, containers, exceptions + , hercules-ci-cnix-store, inline-c, inline-c-cpp, nix, protolude + , text, unliftio }: mkDerivation { pname = "hercules-ci-cnix-expr"; - version = "0.2.0.0"; - sha256 = "1z76ckxb629lbwa96axigan8xax6wd9w8p37isyisqwvk1a1gsc7"; + version = "0.2.0.1"; + sha256 = "0h8nn5an1s35ahv7s12g55f0r94gli6ba9c6m5xzlc2ywxbgzs60"; + setupHaskellDepends = [ base Cabal cabal-pkg-config-version-hook ]; libraryHaskellDepends = [ aeson base bytestring conduit containers exceptions hercules-ci-cnix-store inline-c inline-c-cpp protolude text @@ -129341,15 +129449,16 @@ self: { }) {bdw-gc = null; inherit (pkgs) boost; inherit (pkgs) nix;}; "hercules-ci-cnix-store" = callPackage - ({ mkDerivation, base, boost, bytestring, conduit, containers - , exceptions, hspec, hspec-discover, inline-c, inline-c-cpp, nix - , protolude, template-haskell, temporary, text, unix, unliftio-core - , vector + ({ mkDerivation, base, boost, bytestring, Cabal + , cabal-pkg-config-version-hook, conduit, containers, exceptions + , hspec, hspec-discover, inline-c, inline-c-cpp, nix, protolude + , template-haskell, temporary, text, unix, unliftio-core, vector }: mkDerivation { pname = "hercules-ci-cnix-store"; - version = "0.2.1.1"; - sha256 = "0cxir973y3hkm34ci7hc5zsp94s31nnrlkgspwwdd2rakyf4525i"; + version = "0.2.1.2"; + sha256 = "0wwbpckl7i8zcsny49drx94sadk3clnqxz83ndwi1bdj32ajx974"; + setupHaskellDepends = [ base Cabal cabal-pkg-config-version-hook ]; libraryHaskellDepends = [ base bytestring conduit containers inline-c inline-c-cpp protolude template-haskell unix unliftio-core vector @@ -129788,16 +129897,16 @@ self: { }: mkDerivation { pname = "hevm"; - version = "0.48.0"; - sha256 = "12clxkhkap4j0xkn5s2i6cphkhri8vccalg92znlm5drjpbmf457"; + version = "0.49.0"; + sha256 = "1plkfzx0r5k77ymlkrg694vgx58jil5wx2m43ggs9ixnph0q3ysx"; isLibrary = true; isExecutable = true; enableSeparateDataOutput = true; libraryHaskellDepends = [ - abstract-par aeson ansi-wl-pprint async base base16-bytestring - binary brick bytestring cereal containers cryptonite data-dword - Decimal deepseq directory fgl filepath free haskeline here lens - lens-aeson megaparsec memory monad-par mtl multiset operational + abstract-par aeson ansi-wl-pprint base base16-bytestring binary + brick bytestring cereal containers cryptonite data-dword Decimal + deepseq directory fgl filepath free haskeline here lens lens-aeson + megaparsec memory monad-par mtl multiset operational optparse-generic process QuickCheck quickcheck-text regex-tdfa restless-git rosezipper s-cargot sbv scientific semver-range temporary text text-format time transformers tree-view @@ -131218,6 +131327,39 @@ self: { license = lib.licenses.bsd3; }) {}; + "hie-bios_0_9_1" = callPackage + ({ mkDerivation, aeson, base, base16-bytestring, bytestring + , conduit, conduit-extra, containers, cryptohash-sha1, deepseq + , directory, exceptions, extra, file-embed, filepath, ghc, hslogger + , optparse-applicative, process, tagged, tasty + , tasty-expected-failure, tasty-hunit, temporary, text, time + , transformers, unix-compat, unordered-containers, vector, yaml + }: + mkDerivation { + pname = "hie-bios"; + version = "0.9.1"; + sha256 = "0pcbgrn0hl19rk72z7mcd44j72lsmnl88nlk95rlb47l0ymr3ij1"; + isLibrary = true; + isExecutable = true; + libraryHaskellDepends = [ + aeson base base16-bytestring bytestring conduit conduit-extra + containers cryptohash-sha1 deepseq directory exceptions extra + file-embed filepath ghc hslogger process temporary text time + transformers unix-compat unordered-containers vector yaml + ]; + executableHaskellDepends = [ + base directory filepath ghc optparse-applicative + ]; + testHaskellDepends = [ + aeson base directory extra filepath ghc tagged tasty + tasty-expected-failure tasty-hunit temporary text + unordered-containers yaml + ]; + description = "Set up a GHC API session"; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + }) {}; + "hie-compat" = callPackage ({ mkDerivation, array, base, bytestring, containers, directory , filepath, ghc, ghc-boot, transformers @@ -133136,6 +133278,49 @@ self: { maintainers = with lib.maintainers; [ peti ]; }) {}; + "hledger_1_25" = callPackage + ({ mkDerivation, aeson, ansi-terminal, base, bytestring, cmdargs + , containers, data-default, Decimal, Diff, directory, extra + , filepath, githash, hashable, haskeline, hledger-lib, lucid + , math-functions, megaparsec, microlens, mtl, process, regex-tdfa + , safe, shakespeare, split, tabular, tasty, temporary, terminfo + , text, time, timeit, transformers, unordered-containers + , utf8-string, utility-ht, wizards + }: + mkDerivation { + pname = "hledger"; + version = "1.25"; + sha256 = "0dmzmvkg8gk8rwbhvc4v4ch12i1pqvd91jx3z5c0plmx49f8q65k"; + isLibrary = true; + isExecutable = true; + libraryHaskellDepends = [ + aeson ansi-terminal base bytestring cmdargs containers data-default + Decimal Diff directory extra filepath githash hashable haskeline + hledger-lib lucid math-functions megaparsec microlens mtl process + regex-tdfa safe shakespeare split tabular tasty temporary terminfo + text time timeit transformers unordered-containers utf8-string + utility-ht wizards + ]; + executableHaskellDepends = [ + aeson ansi-terminal base bytestring cmdargs containers data-default + Decimal directory extra filepath githash haskeline hledger-lib + math-functions megaparsec microlens mtl process regex-tdfa safe + shakespeare split tabular tasty temporary terminfo text time timeit + transformers unordered-containers utf8-string utility-ht wizards + ]; + testHaskellDepends = [ + aeson ansi-terminal base bytestring cmdargs containers data-default + Decimal directory extra filepath githash haskeline hledger-lib + math-functions megaparsec microlens mtl process regex-tdfa safe + shakespeare split tabular tasty temporary terminfo text time timeit + transformers unordered-containers utf8-string utility-ht wizards + ]; + description = "Command-line interface for the hledger accounting system"; + license = lib.licenses.gpl3Only; + hydraPlatforms = lib.platforms.none; + maintainers = with lib.maintainers; [ peti ]; + }) {}; + "hledger-api" = callPackage ({ mkDerivation, aeson, base, bytestring, containers, data-default , Decimal, docopt, either, hledger, hledger-lib, microlens @@ -133232,8 +133417,8 @@ self: { pname = "hledger-iadd"; version = "1.3.16"; sha256 = "09b8519s8f3ckh1ghcj8zn0s4dnagbpaf0hyinvmy5vjnjvnyf1f"; - revision = "2"; - editedCabalFile = "00sl5wqwi2zd735lqpm9na4qkiq0g8nkzb2gwdrhyczvbbad5ffb"; + revision = "3"; + editedCabalFile = "0dr5s8v0clxn7rvc4qgrh7rv3hv0pck89z19kj59glnxyc9x3aiz"; isLibrary = true; isExecutable = true; libraryHaskellDepends = [ @@ -133330,6 +133515,43 @@ self: { license = lib.licenses.gpl3Only; }) {}; + "hledger-lib_1_25" = callPackage + ({ mkDerivation, aeson, aeson-pretty, ansi-terminal, array, base + , blaze-markup, bytestring, call-stack, cassava, cassava-megaparsec + , cmdargs, containers, data-default, Decimal, directory, doclayout + , extra, file-embed, filepath, Glob, hashtables, megaparsec + , microlens, microlens-th, mtl, parser-combinators, pretty-simple + , regex-tdfa, safe, tabular, tasty, tasty-hunit, template-haskell + , text, time, timeit, transformers, uglymemo, unordered-containers + , utf8-string + }: + mkDerivation { + pname = "hledger-lib"; + version = "1.25"; + sha256 = "06b9nkpkwbr14jgbc04635qd7b3s068jvdfkfiza2zb4yzhdzh1n"; + libraryHaskellDepends = [ + aeson aeson-pretty ansi-terminal array base blaze-markup bytestring + call-stack cassava cassava-megaparsec cmdargs containers + data-default Decimal directory doclayout extra file-embed filepath + Glob hashtables megaparsec microlens microlens-th mtl + parser-combinators pretty-simple regex-tdfa safe tabular tasty + tasty-hunit template-haskell text time timeit transformers uglymemo + unordered-containers utf8-string + ]; + testHaskellDepends = [ + aeson aeson-pretty ansi-terminal array base blaze-markup bytestring + call-stack cassava cassava-megaparsec cmdargs containers + data-default Decimal directory doclayout extra file-embed filepath + Glob hashtables megaparsec microlens microlens-th mtl + parser-combinators pretty-simple regex-tdfa safe tabular tasty + tasty-hunit template-haskell text time timeit transformers uglymemo + unordered-containers utf8-string + ]; + description = "A reusable library providing the core functionality of hledger"; + license = lib.licenses.gpl3Only; + hydraPlatforms = lib.platforms.none; + }) {}; + "hledger-makeitso" = callPackage ({ mkDerivation, base, containers, foldl, HUnit, stm, text, time , turtle @@ -133404,6 +133626,31 @@ self: { maintainers = with lib.maintainers; [ peti ]; }) {}; + "hledger-ui_1_25" = callPackage + ({ mkDerivation, ansi-terminal, async, base, brick, cmdargs + , containers, data-default, directory, doclayout, extra, filepath + , fsnotify, hledger, hledger-lib, megaparsec, microlens + , microlens-platform, process, safe, split, text, text-zipper, time + , transformers, unix, vector, vty + }: + mkDerivation { + pname = "hledger-ui"; + version = "1.25"; + sha256 = "1sagm19anvs9b609s4rzlhjdjwd74ywbxf211j35ia5wslj8031x"; + isLibrary = false; + isExecutable = true; + executableHaskellDepends = [ + ansi-terminal async base brick cmdargs containers data-default + directory doclayout extra filepath fsnotify hledger hledger-lib + megaparsec microlens microlens-platform process safe split text + text-zipper time transformers unix vector vty + ]; + description = "Curses-style terminal interface for the hledger accounting system"; + license = lib.licenses.gpl3Only; + hydraPlatforms = lib.platforms.none; + maintainers = with lib.maintainers; [ peti ]; + }) {}; + "hledger-vty" = callPackage ({ mkDerivation, base, cmdargs, hledger, hledger-lib, HUnit, safe , time, vty @@ -133459,6 +133706,43 @@ self: { maintainers = with lib.maintainers; [ peti ]; }) {}; + "hledger-web_1_25" = callPackage + ({ mkDerivation, aeson, base, base64, blaze-html, blaze-markup + , bytestring, case-insensitive, clientsession, cmdargs, conduit + , conduit-extra, containers, data-default, Decimal, directory + , extra, filepath, hjsmin, hledger, hledger-lib, hspec, http-client + , http-conduit, http-types, megaparsec, mtl, network, shakespeare + , template-haskell, text, time, transformers, unix-compat + , unordered-containers, utf8-string, wai, wai-cors, wai-extra + , wai-handler-launch, warp, yaml, yesod, yesod-core, yesod-form + , yesod-static, yesod-test + }: + mkDerivation { + pname = "hledger-web"; + version = "1.25"; + sha256 = "0bgy2whld4b5f3ahs0zbmrgh56i0drw5hv43wnb57qixcirhlf8g"; + isLibrary = true; + isExecutable = true; + libraryHaskellDepends = [ + aeson base base64 blaze-html blaze-markup bytestring + case-insensitive clientsession cmdargs conduit conduit-extra + containers data-default Decimal directory extra filepath hjsmin + hledger hledger-lib hspec http-client http-conduit http-types + megaparsec mtl network shakespeare template-haskell text time + transformers unix-compat unordered-containers utf8-string wai + wai-cors wai-extra wai-handler-launch warp yaml yesod yesod-core + yesod-form yesod-static yesod-test + ]; + executableHaskellDepends = [ base ]; + testHaskellDepends = [ + base hledger hledger-lib hspec text yesod yesod-test + ]; + description = "Web-based user interface for the hledger accounting system"; + license = lib.licenses.gpl3Only; + hydraPlatforms = lib.platforms.none; + maintainers = with lib.maintainers; [ peti ]; + }) {}; + "hlibBladeRF" = callPackage ({ mkDerivation, base, bindings-DSL, bytestring, hlint, libbladeRF }: @@ -141851,21 +142135,22 @@ self: { }) {}; "hsparql" = callPackage - ({ mkDerivation, base, bytestring, containers, HTTP, http-types - , HUnit, MissingH, mtl, network, network-uri, rdf4h, test-framework + ({ mkDerivation, base, bytestring, connection, containers, HTTP + , http-client, http-conduit, http-types, HUnit, MissingH, mtl + , network, network-uri, rdf4h, string-qq, test-framework , test-framework-hunit, text, wai, warp, xml }: mkDerivation { pname = "hsparql"; - version = "0.3.6"; - sha256 = "0hx1mwdww6i88g497i26qdg0dhw2a41qclvpgwq7rl2m5wshm9qp"; + version = "0.3.7"; + sha256 = "0n216ly2mn6v5n0aqi759d4lp4fa7mi63fwkvdbzmlmc0ndhi9q7"; libraryHaskellDepends = [ - base bytestring HTTP MissingH mtl network network-uri rdf4h text - xml + base bytestring connection HTTP http-client http-conduit http-types + MissingH mtl network network-uri rdf4h text xml ]; testHaskellDepends = [ - base containers http-types HUnit network-uri rdf4h test-framework - test-framework-hunit text wai warp + base containers http-types HUnit network-uri rdf4h string-qq + test-framework test-framework-hunit text wai warp ]; description = "A SPARQL query generator and DSL, and a client to query a SPARQL server"; license = lib.licenses.bsd3; @@ -150878,6 +151163,8 @@ self: { pname = "implicit-hie-cradle"; version = "0.5.0.0"; sha256 = "0cfciqc0lpvksyvs3azqncbc0c2ckqg9avzd69cnd59b0mc8jsiy"; + revision = "1"; + editedCabalFile = "0naa4dk7bgg8icx5xy38jpg7gxx9pirqz4gx0ggj5g2r787zcxj2"; libraryHaskellDepends = [ base base16-bytestring bytestring containers directory extra filepath hie-bios hslogger implicit-hie process temporary text time @@ -153735,8 +154022,8 @@ self: { pname = "io-streams"; version = "1.5.2.1"; sha256 = "1y3sqmxrwiksz7pl4hf3vzvg8p8n00qnv98nj5xbpcadlh468rny"; - revision = "1"; - editedCabalFile = "0zgrhvafnk9ds29n6x93cifw4993mgvvx3p2d3922frkjvd6xa5v"; + revision = "2"; + editedCabalFile = "16sr5jkw6k4k7bbfwp1p756lfjwqvx0ls5yrlvc056pg6h2js5m9"; configureFlags = [ "-fnointeractivetests" ]; libraryHaskellDepends = [ attoparsec base bytestring network primitive process text time @@ -157885,10 +158172,8 @@ self: { }: mkDerivation { pname = "json-stream"; - version = "0.4.2.4"; - sha256 = "1ryv2738ajagb0wdkac5lka1kzprrf85gqxabafmm3g5szllxjl1"; - revision = "1"; - editedCabalFile = "0i1250irn8zxhr3vlik3zaja81a8yj7rjyfk1654bwpih9rq81f6"; + version = "0.4.3.0"; + sha256 = "1bxddz84knxhnh92chg58g66xrnz9cq805p0fs7rpa8v2wgf06yy"; libraryHaskellDepends = [ aeson base bytestring scientific text unordered-containers vector ]; @@ -160343,8 +160628,8 @@ self: { }: mkDerivation { pname = "kempe"; - version = "0.2.0.11"; - sha256 = "1w8gkw64f68xalcags3lqaa07jcmh1y5z43c64xprqplgnh5fs98"; + version = "0.2.0.12"; + sha256 = "0ijxc5sc2caxfcdi737q4f6b14xwjpi1f3if3lmwc09mz3y98bs1"; isLibrary = false; isExecutable = true; enableSeparateDataOutput = true; @@ -163240,6 +163525,29 @@ self: { license = lib.licenses.gpl3Only; }) {}; + "language-docker_10_4_2" = callPackage + ({ mkDerivation, base, bytestring, containers, data-default-class + , hspec, hspec-megaparsec, HUnit, megaparsec, prettyprinter + , QuickCheck, split, text, time + }: + mkDerivation { + pname = "language-docker"; + version = "10.4.2"; + sha256 = "0bp1h9850v8d2b6h2f95v7ca9fdpc349cq9vlq9ywkdx9s4izy9b"; + libraryHaskellDepends = [ + base bytestring containers data-default-class megaparsec + prettyprinter split text time + ]; + testHaskellDepends = [ + base bytestring containers data-default-class hspec + hspec-megaparsec HUnit megaparsec prettyprinter QuickCheck split + text time + ]; + description = "Dockerfile parser, pretty-printer and embedded DSL"; + license = lib.licenses.gpl3Only; + hydraPlatforms = lib.platforms.none; + }) {}; + "language-dockerfile" = callPackage ({ mkDerivation, aeson, base, bytestring, directory, filepath, free , Glob, hspec, HUnit, mtl, parsec, pretty, process, QuickCheck @@ -168913,8 +169221,8 @@ self: { }: mkDerivation { pname = "lingo"; - version = "0.5.0.1"; - sha256 = "0h57g6r2n9q8asx35prn8p5mn35qnp8cy2pdrrpmrvhq7islwd8s"; + version = "0.5.0.3"; + sha256 = "0814x20mx553rnn7djahv0la1a69rirv15flb0q6ls4m1wvb090c"; isLibrary = true; isExecutable = true; libraryHaskellDepends = [ @@ -183307,10 +183615,8 @@ self: { ({ mkDerivation, base }: mkDerivation { pname = "monadLib"; - version = "3.10"; - sha256 = "18vvcq6s9aci314daqkniq9aj1wdqa7rd3v06vd506a98c7lwp31"; - revision = "2"; - editedCabalFile = "053qbz7k8r3rf948f6y74x16xjvcd4vnyfkrk55xv40qvl3ay89i"; + version = "3.10.1"; + sha256 = "0n5fmmsc0qww0nz3k2j4j68qdpq3px46abl9igvv06iz2xi8b778"; libraryHaskellDepends = [ base ]; description = "A collection of monad transformers"; license = lib.licenses.bsd3; @@ -187690,8 +187996,8 @@ self: { }: mkDerivation { pname = "musicw"; - version = "0.3.8"; - sha256 = "00hw1ayzcyh9dxrha3kmyi9r69d5bb942ggl020jm3r5jayzs28h"; + version = "0.3.9"; + sha256 = "1wccn0c7ixcn3p7gm7x53rlh2qwj0i4476pxbljaqj13rha0pk89"; libraryHaskellDepends = [ array base bytestring containers data-default file-embed ghcjs-base ghcjs-dom ghcjs-prim json monad-loops mtl safe text time @@ -189731,8 +190037,8 @@ self: { ({ mkDerivation, base }: mkDerivation { pname = "neither-data"; - version = "0.2.3.1"; - sha256 = "0nxfxdxr8lgal8asffdk1xrd4z2gp4ssn84rqpx7bqiassy97gic"; + version = "0.2.3.3"; + sha256 = "1imqw4dgxdnr1gvw9ngvcw84c2cxj13b4rvrdi26mcyx8kipkjjq"; libraryHaskellDepends = [ base ]; description = "The Neither datatype"; license = lib.licenses.mit; @@ -200936,6 +201242,41 @@ self: { license = lib.licenses.gpl2Plus; }) {}; + "pandoc-plot_1_4_1" = callPackage + ({ mkDerivation, aeson, base, bytestring, containers, criterion + , data-default, directory, filepath, gitrev, hashable, hspec + , hspec-expectations, lifted-async, lifted-base, mtl + , optparse-applicative, pandoc, pandoc-types, shakespeare, tagsoup + , tasty, tasty-hspec, tasty-hunit, template-haskell, text + , typed-process, unix, yaml + }: + mkDerivation { + pname = "pandoc-plot"; + version = "1.4.1"; + sha256 = "1g9757kj50s0fjn7l29ncbp5fb8yhnp5z0sd46gaaprbgqrqfsgh"; + isLibrary = true; + isExecutable = true; + libraryHaskellDepends = [ + aeson base bytestring containers data-default directory filepath + hashable lifted-async lifted-base mtl pandoc pandoc-types + shakespeare tagsoup template-haskell text typed-process unix yaml + ]; + executableHaskellDepends = [ + base containers directory filepath gitrev optparse-applicative + pandoc pandoc-types template-haskell text typed-process + ]; + testHaskellDepends = [ + base containers directory filepath hspec hspec-expectations + pandoc-types tasty tasty-hspec tasty-hunit text + ]; + benchmarkHaskellDepends = [ + base criterion pandoc-types template-haskell text + ]; + description = "A Pandoc filter to include figures generated from code blocks using your plotting toolkit of choice"; + license = lib.licenses.gpl2Plus; + hydraPlatforms = lib.platforms.none; + }) {}; + "pandoc-pyplot" = callPackage ({ mkDerivation, base, containers, data-default-class, deepseq , directory, filepath, hashable, hspec, hspec-expectations, mtl @@ -211104,8 +211445,8 @@ self: { pname = "polyparse"; version = "1.13"; sha256 = "0yvhg718dlksiw3v27m2d8m1sn4r4f5s0p56zq3lynhy1sc74k0w"; - revision = "3"; - editedCabalFile = "0hdd8vfdsipqmz1c8snnihff5419hc181ky8lspk8aq7pyv7ic45"; + revision = "4"; + editedCabalFile = "0i1vd36mpbls1crs5wdca77f6wjqimy6f9b9kk7kr3jz7zgqhnz7"; libraryHaskellDepends = [ base bytestring text ]; description = "A variety of alternative parser combinator libraries"; license = "LGPL"; @@ -216179,18 +216520,18 @@ self: { "pro-abstract" = callPackage ({ mkDerivation, base, containers, deepseq, hashable, hedgehog - , neat-interpolation, optics-core, text + , hedgehog-optics, neat-interpolation, optics-core, text }: mkDerivation { pname = "pro-abstract"; - version = "0.2.0.0"; - sha256 = "0ff8g3by3vqv0xyb36n2d8sf7zfwfsqfk42kmmvdnbm7gnv3x4ws"; + version = "0.3.0.0"; + sha256 = "1k7kimr067f0hc7g9m9lb7zihdnhv6508zi02w7zvj8w479ny73s"; libraryHaskellDepends = [ base containers deepseq hashable optics-core text ]; testHaskellDepends = [ - base containers deepseq hashable hedgehog neat-interpolation - optics-core text + base containers deepseq hashable hedgehog hedgehog-optics + neat-interpolation optics-core text ]; doHaddock = false; description = "Abstract syntax for writing documents"; @@ -230137,6 +230478,8 @@ self: { pname = "retrie"; version = "1.2.0.1"; sha256 = "1n3g9wr45xz1q2mhlj1r2709rqakczrvd7x6vxh7iapz43f69c6x"; + revision = "1"; + editedCabalFile = "0dx1gxf2c88rzd1z83lmvgpbv8xny9yz8px4cjjpnmlrah1fmmqh"; isLibrary = true; isExecutable = true; libraryHaskellDepends = [ @@ -238178,8 +238521,8 @@ self: { }: mkDerivation { pname = "semantic-source"; - version = "0.1.0.1"; - sha256 = "1v4q9yc91lrx02wdhxp1njzm8g9qlwr40593lwcn6bxlad5sk6yd"; + version = "0.1.0.2"; + sha256 = "09p840kc620pxp0x5fqvjh2ixkk581yn6frb2yd522p6nkdvi5wr"; libraryHaskellDepends = [ aeson base bytestring containers deepseq hashable lingo pathtype semilattices text @@ -239079,6 +239422,8 @@ self: { pname = "serialise"; version = "0.2.4.0"; sha256 = "07i50rza58x8j7kw9w2mhbks41gjv6xgnlgfdb0hw2cwdmkrmjqd"; + revision = "1"; + editedCabalFile = "0rgc0sr4csmiq38sf6x1xz6cqmp30nn8837xsfwpvcfb7kh4bqy0"; libraryHaskellDepends = [ array base bytestring cborg containers ghc-prim half hashable primitive strict text these time unordered-containers vector @@ -243615,6 +243960,32 @@ self: { maintainers = with lib.maintainers; [ psibi ]; }) {}; + "shakespeare_2_0_26" = callPackage + ({ mkDerivation, aeson, base, blaze-html, blaze-markup, bytestring + , containers, directory, exceptions, ghc-prim, hspec, HUnit, parsec + , process, scientific, template-haskell, text, th-lift, time + , transformers, unordered-containers, vector + }: + mkDerivation { + pname = "shakespeare"; + version = "2.0.26"; + sha256 = "1pagjwgbp1z07gxy9k3rr0hl7fzjk2d4ihwqddrk9c5bnkq9maim"; + libraryHaskellDepends = [ + aeson base blaze-html blaze-markup bytestring containers directory + exceptions ghc-prim parsec process scientific template-haskell text + th-lift time transformers unordered-containers vector + ]; + testHaskellDepends = [ + aeson base blaze-html blaze-markup bytestring containers directory + exceptions ghc-prim hspec HUnit parsec process template-haskell + text time transformers + ]; + description = "A toolkit for making compile-time interpolated templates"; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; + maintainers = with lib.maintainers; [ psibi ]; + }) {}; + "shakespeare-babel" = callPackage ({ mkDerivation, base, classy-prelude, data-default, directory , process, shakespeare, template-haskell @@ -243988,8 +244359,8 @@ self: { ({ mkDerivation, base, containers, text, unix }: mkDerivation { pname = "shell-monad"; - version = "0.6.9"; - sha256 = "1mms4k2y7gxzilax0hqhgqppckx0mm5nj7fjzqhmn211rsc2s1qn"; + version = "0.6.10"; + sha256 = "11jl90ajzypgwchmsxw9l3ap3f1xb65zmvsrc3g9wf27bl8m8435"; libraryHaskellDepends = [ base containers text unix ]; description = "shell monad"; license = lib.licenses.bsd3; @@ -253605,13 +253976,13 @@ self: { , containers, cryptonite, cryptonite-conduit, deepseq, directory , echo, exceptions, extra, file-embed, filelock, filepath, fsnotify , generic-deriving, hackage-security, hashable, hi-file-parser - , hpack, hpc, hspec, http-client, http-client-tls, http-conduit - , http-download, http-types, memory, microlens, mintty - , mono-traversable, mtl, mustache, neat-interpolation, network-uri - , open-browser, optparse-applicative, pantry, path, path-io - , persistent, persistent-sqlite, persistent-template, pretty - , primitive, process, project-template, QuickCheck, raw-strings-qq - , regex-applicative-text, retry, rio, rio-prettyprint, semigroups + , hpack, hpc, hspec, hspec-discover, http-client, http-client-tls + , http-conduit, http-download, http-types, memory, microlens + , mintty, mono-traversable, mtl, mustache, neat-interpolation + , network-uri, open-browser, optparse-applicative, pantry, path + , path-io, persistent, persistent-sqlite, persistent-template + , pretty, primitive, process, project-template, QuickCheck + , raw-strings-qq, retry, rio, rio-prettyprint, semigroups , smallcheck, split, stm, streaming-commons, tar, template-haskell , temporary, text, text-metrics, th-reify-many, time, tls , transformers, typed-process, unicode-transforms, unix @@ -253620,10 +253991,8 @@ self: { }: mkDerivation { pname = "stack"; - version = "2.7.3"; - sha256 = "0i2v5i6bg90n6i4clcaww8m8702d3y5z8r03xdizdisjhf0zijj7"; - revision = "2"; - editedCabalFile = "0i1fgairidy8g8zcf9wim4cg2y2xsvknkyz7dnb1mzy02ls6kqjb"; + version = "2.7.5"; + sha256 = "103yyfl02chbmkb6csri403921z7jhfdrrv99lch951flv149pcx"; configureFlags = [ "-fdisable-git-info" "-fhide-dependency-versions" "-fsupported-build" @@ -253642,11 +254011,11 @@ self: { mtl mustache neat-interpolation network-uri open-browser optparse-applicative pantry path path-io persistent persistent-sqlite persistent-template pretty primitive process - project-template regex-applicative-text retry rio rio-prettyprint - semigroups split stm streaming-commons tar template-haskell - temporary text text-metrics th-reify-many time tls transformers - typed-process unicode-transforms unix unix-compat unliftio - unordered-containers vector yaml zip-archive zlib + project-template retry rio rio-prettyprint semigroups split stm + streaming-commons tar template-haskell temporary text text-metrics + th-reify-many time tls transformers typed-process + unicode-transforms unix unix-compat unliftio unordered-containers + vector yaml zip-archive zlib ]; executableHaskellDepends = [ aeson annotated-wl-pprint ansi-terminal array async attoparsec base @@ -253659,11 +254028,11 @@ self: { mtl mustache neat-interpolation network-uri open-browser optparse-applicative pantry path path-io persistent persistent-sqlite persistent-template pretty primitive process - project-template regex-applicative-text retry rio rio-prettyprint - semigroups split stm streaming-commons tar template-haskell - temporary text text-metrics th-reify-many time tls transformers - typed-process unicode-transforms unix unix-compat unliftio - unordered-containers vector yaml zip-archive zlib + project-template retry rio rio-prettyprint semigroups split stm + streaming-commons tar template-haskell temporary text text-metrics + th-reify-many time tls transformers typed-process + unicode-transforms unix unix-compat unliftio unordered-containers + vector yaml zip-archive zlib ]; testHaskellDepends = [ aeson annotated-wl-pprint ansi-terminal array async attoparsec base @@ -253676,13 +254045,13 @@ self: { mono-traversable mtl mustache neat-interpolation network-uri open-browser optparse-applicative pantry path path-io persistent persistent-sqlite persistent-template pretty primitive process - project-template QuickCheck raw-strings-qq regex-applicative-text - retry rio rio-prettyprint semigroups smallcheck split stm - streaming-commons tar template-haskell temporary text text-metrics - th-reify-many time tls transformers typed-process - unicode-transforms unix unix-compat unliftio unordered-containers - vector yaml zip-archive zlib + project-template QuickCheck raw-strings-qq retry rio + rio-prettyprint semigroups smallcheck split stm streaming-commons + tar template-haskell temporary text text-metrics th-reify-many time + tls transformers typed-process unicode-transforms unix unix-compat + unliftio unordered-containers vector yaml zip-archive zlib ]; + testToolDepends = [ hspec-discover ]; doCheck = false; preCheck = "export HOME=$TMPDIR"; postInstall = '' @@ -254016,10 +254385,8 @@ self: { }: mkDerivation { pname = "stack2cabal"; - version = "1.0.12"; - sha256 = "0424qz4fy8218a0zr8pw5kbaldrb3wddvsb87sjqbb4q5qcm7rj7"; - revision = "1"; - editedCabalFile = "12i5fnjf393jnfqq1qchfd0bpa0isj4j0bzs14wp80s7sh8f10kz"; + version = "1.0.13"; + sha256 = "00jibr5mvvaj9ggzvp3f0qcrwz51bg3a2m1447c45cwhailzaqkk"; isLibrary = true; isExecutable = true; libraryHaskellDepends = [ @@ -257175,6 +257542,8 @@ self: { pname = "streamly-bytestring"; version = "0.1.4"; sha256 = "1qwgrxm2x46951si18sbmqhq4fik26l07kmspv23m9q3drn0mklc"; + revision = "2"; + editedCabalFile = "1a8h5jdiir0rgxnw5lvbgxfcprfl2fk49gqlv49x4xg7kd72xy6a"; libraryHaskellDepends = [ base bytestring streamly ]; testHaskellDepends = [ base bytestring directory filepath hspec hspec-discover @@ -257221,8 +257590,8 @@ self: { }: mkDerivation { pname = "streamly-examples"; - version = "0.1.1"; - sha256 = "174283sarx0ccjzzxill9l06hi7g9jz76sxwlb4fyc03db5q027i"; + version = "0.1.2"; + sha256 = "1asxc7pdrbj8ymdwdhxkvscaqdimm45gm57yxlbvdxibqk45nbjc"; isLibrary = false; isExecutable = true; executableHaskellDepends = [ @@ -257277,8 +257646,8 @@ self: { }: mkDerivation { pname = "streamly-lz4"; - version = "0.1.1"; - sha256 = "1ac7lby73pylzyg84nr155sfkcjj2p9kaj0v99va3kx4r6j4jr81"; + version = "0.1.2"; + sha256 = "1i7j042645367z57fzpmmzz3993106ppidim24fk6kvglm5i0xwg"; libraryHaskellDepends = [ base exceptions fusion-plugin-types streamly ]; @@ -257317,8 +257686,8 @@ self: { }: mkDerivation { pname = "streamly-process"; - version = "0.2.0"; - sha256 = "0ryf0hbqdpzlips3hyrhb310ha3h8fbna4rd8lqzj67dya66rd3r"; + version = "0.2.0.1"; + sha256 = "1drzhkqdxxyxaymbx55p0nwy4yjf959i8gn1ap9m9jbjkf0w2l6l"; libraryHaskellDepends = [ base exceptions process streamly unix ]; testHaskellDepends = [ base directory exceptions hspec process QuickCheck streamly @@ -257790,6 +258159,23 @@ self: { license = lib.licenses.bsd3; }) {}; + "string-conv_0_2_0" = callPackage + ({ mkDerivation, base, bytestring, quickcheck-instances, tasty + , tasty-quickcheck, text + }: + mkDerivation { + pname = "string-conv"; + version = "0.2.0"; + sha256 = "15lh7b3jhhv4bwgsswmq447nz4l97gi0hh8ws9njpidi1q0s7kir"; + libraryHaskellDepends = [ base bytestring text ]; + testHaskellDepends = [ + base bytestring quickcheck-instances tasty tasty-quickcheck text + ]; + description = "Standardized conversion between string types"; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + }) {}; + "string-conv-tests" = callPackage ({ mkDerivation, base, bytestring, quickcheck-instances , string-conv, tasty, tasty-quickcheck, text @@ -259001,8 +259387,8 @@ self: { }: mkDerivation { pname = "submark"; - version = "0.1.0"; - sha256 = "0ywan4j2b6zyrsgk2s25mhc3cwx5nxg93hq4gkfcmaxlhp6rmbrq"; + version = "0.2.0"; + sha256 = "1s30v6iwjxnr89q5b60xnq3cd7b77f2548vxzr2wh7087fpvcyz0"; isLibrary = true; isExecutable = true; libraryHaskellDepends = [ base cmark text ]; @@ -280651,6 +281037,29 @@ self: { license = lib.licenses.bsd3; }) {}; + "unordered-containers_0_2_17_0" = callPackage + ({ mkDerivation, base, bytestring, ChasingBottoms, containers + , deepseq, hashable, hashmap, HUnit, mtl, QuickCheck, random, tasty + , tasty-bench, tasty-hunit, tasty-quickcheck, template-haskell + }: + mkDerivation { + pname = "unordered-containers"; + version = "0.2.17.0"; + sha256 = "05ss6ys9gp7dx93glhrm19fxdl916m7yaqxi6p06ibka1dp3m7n4"; + libraryHaskellDepends = [ base deepseq hashable template-haskell ]; + testHaskellDepends = [ + base ChasingBottoms containers hashable HUnit QuickCheck random + tasty tasty-hunit tasty-quickcheck + ]; + benchmarkHaskellDepends = [ + base bytestring containers deepseq hashable hashmap mtl random + tasty-bench + ]; + description = "Efficient hashing-based container types"; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + }) {}; + "unordered-containers-rematch" = callPackage ({ mkDerivation, base, hashable, hspec, HUnit, rematch , unordered-containers @@ -284757,8 +285166,8 @@ self: { pname = "vgrep"; version = "0.2.3.0"; sha256 = "1zzzmvhqcvgvni96b1zzqjwpmlncsjd08sqllrbp4d4a7j43b9g5"; - revision = "1"; - editedCabalFile = "1avwygy2xrh9z1dj5k4gb0r1pwrrljd9l1hgpc8y4h4w97hxwbi3"; + revision = "2"; + editedCabalFile = "19a7iwq037gxiwpp2axh5k9hbdggsan4f5149c3i0b895jcv8fj2"; isLibrary = true; isExecutable = true; libraryHaskellDepends = [ @@ -288106,6 +288515,40 @@ self: { license = lib.licenses.mit; }) {}; + "warp_3_3_20" = callPackage + ({ mkDerivation, array, async, auto-update, base, bsb-http-chunked + , bytestring, case-insensitive, containers, directory, gauge + , ghc-prim, hashable, hspec, http-client, http-date, http-types + , http2, HUnit, iproute, network, process, QuickCheck + , simple-sendfile, stm, streaming-commons, text, time, time-manager + , unix, unix-compat, unliftio, vault, wai, word8, x509 + }: + mkDerivation { + pname = "warp"; + version = "3.3.20"; + sha256 = "0jkgnb2pzl72q1y5yp6j8ijmaqhnj01b58dm4xs09f692yg4lxlj"; + libraryHaskellDepends = [ + array auto-update base bsb-http-chunked bytestring case-insensitive + containers ghc-prim hashable http-date http-types http2 iproute + network simple-sendfile stm streaming-commons text time-manager + unix unix-compat unliftio vault wai word8 x509 + ]; + testHaskellDepends = [ + array async auto-update base bsb-http-chunked bytestring + case-insensitive containers directory ghc-prim hashable hspec + http-client http-date http-types http2 HUnit iproute network + process QuickCheck simple-sendfile stm streaming-commons text time + time-manager unix unix-compat unliftio vault wai word8 x509 + ]; + benchmarkHaskellDepends = [ + auto-update base bytestring containers gauge hashable http-date + http-types network time-manager unix unix-compat unliftio x509 + ]; + description = "A fast, light-weight web server for WAI applications"; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; + }) {}; + "warp-dynamic" = callPackage ({ mkDerivation, base, data-default, dyre, http-types, wai, warp }: mkDerivation { @@ -291783,14 +292226,15 @@ self: { "worldturtle" = callPackage ({ mkDerivation, base, containers, gloss, lens, matrix - , transformers + , monad-coroutine, monad-parallel, transformers }: mkDerivation { pname = "worldturtle"; - version = "0.2.2.1"; - sha256 = "1mi1lhrfj2wim7xfqqz7zf73aaxlaj0g8d8q8z7jc7vv5qf28brb"; + version = "0.3.0.0"; + sha256 = "11pfi1fjdk1mgjzxq3ws3vlr6gc4dkm9c9zh6w4rbrdbvk50l8mg"; libraryHaskellDepends = [ - base containers gloss lens matrix transformers + base containers gloss lens matrix monad-coroutine monad-parallel + transformers ]; description = "LOGO-like Turtle graphics with a monadic interface"; license = lib.licenses.bsd3; @@ -293175,6 +293619,29 @@ self: { license = lib.licenses.bsd3; }) {}; + "xeno_0_5" = callPackage + ({ mkDerivation, array, base, bytestring, bytestring-mmap, bzlib + , criterion, deepseq, filepath, ghc-prim, hexml, hexpat, hspec, mtl + , mutable-containers, time, vector, weigh, xml + }: + mkDerivation { + pname = "xeno"; + version = "0.5"; + sha256 = "1i7snivbl0xby5p1wgai1g44qphj91n8chhkfg6vajcf05fr964l"; + enableSeparateDataOutput = true; + libraryHaskellDepends = [ + array base bytestring deepseq mtl mutable-containers vector + ]; + testHaskellDepends = [ base bytestring hexml hspec ]; + benchmarkHaskellDepends = [ + base bytestring bytestring-mmap bzlib criterion deepseq filepath + ghc-prim hexml hexpat time weigh xml + ]; + description = "A fast event-based XML parser in pure Haskell"; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + }) {}; + "xenstore" = callPackage ({ mkDerivation, base, bytestring, cereal, mtl, network }: mkDerivation { @@ -296348,8 +296815,8 @@ self: { }: mkDerivation { pname = "yaya"; - version = "0.4.1.0"; - sha256 = "10mmifxs5llbr3xah5fl09mgw5d0qwm196r6pbs7wvzcp5vxrw3f"; + version = "0.4.2.0"; + sha256 = "1d5nwmg7ds9qk93d1n1693zgm4pfnmbj09vis2pd1w4n221rx5cx"; libraryHaskellDepends = [ base bifunctors comonad constraints containers distributive either errors free kan-extensions lens profunctors template-haskell diff --git a/pkgs/top-level/release-haskell.nix b/pkgs/top-level/release-haskell.nix index 458accc2be2a..985d5ed45d18 100644 --- a/pkgs/top-level/release-haskell.nix +++ b/pkgs/top-level/release-haskell.nix @@ -316,7 +316,7 @@ let # package sets (like Cabal, jailbreak-cabal) are # working as expected. cabal-install = released; - Cabal_3_6_2_0 = released; + Cabal_3_6_3_0 = released; cabal2nix = released; cabal2nix-unstable = released; funcmp = released; From 660e7aaa14ed02ffba4ceda415ab14d6586a3692 Mon Sep 17 00:00:00 2001 From: sternenseemann Date: Tue, 8 Mar 2022 14:13:12 +0100 Subject: [PATCH 118/238] haskellPackages.hercules-ci-api-agent: adjust override for 0.4.1.1 --- .../haskell-modules/configuration-common.nix | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/pkgs/development/haskell-modules/configuration-common.nix b/pkgs/development/haskell-modules/configuration-common.nix index da10f1fd1354..e9c11deb40e2 100644 --- a/pkgs/development/haskell-modules/configuration-common.nix +++ b/pkgs/development/haskell-modules/configuration-common.nix @@ -1619,6 +1619,10 @@ self: super: { hercules-ci-agent = generateOptparseApplicativeCompletion "hercules-ci-agent" super.hercules-ci-agent; + # Test suite doesn't compile with aeson 2.0 + # https://github.com/hercules-ci/hercules-ci-agent/pull/387 + hercules-ci-api-agent = dontCheck super.hercules-ci-api-agent; + hercules-ci-cli = pkgs.lib.pipe super.hercules-ci-cli [ unmarkBroken (overrideCabal (drv: { hydraPlatforms = super.hercules-ci-cli.meta.platforms; })) @@ -2186,12 +2190,6 @@ self: super: { "-t" "!*/compiled/ns*" ] ++ drv.testFlags or []; }) (doJailbreak super.heist); - # https://github.com/hercules-ci/hercules-ci-agent/issues/352 - hercules-ci-api-agent = assert super.hercules-ci-api-agent.version == "0.4.1.0"; overrideCabal (drv: { - testFlags = [ - "--skip" "/hercules-ci-api/Hercules.API.Agent.Evaluate.EvaluateEvent.DerivationInfo/DerivationInfo/ToJSON/encodes v2 correctly/" - ] ++ drv.testFlags or []; - }) (doJailbreak super.hercules-ci-api-agent); # https://github.com/emc2/HUnit-Plus/issues/26 HUnit-Plus = dontCheck super.HUnit-Plus; # https://github.com/ewestern/haskell-postgis/issues/7 From 7a8de8f5d415098270f07bf397c834fecc6cdffb Mon Sep 17 00:00:00 2001 From: Malte Brandy Date: Wed, 9 Mar 2022 15:14:37 +0100 Subject: [PATCH 119/238] haskellPackages.patch: Patch to fix build --- pkgs/development/haskell-modules/configuration-common.nix | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/pkgs/development/haskell-modules/configuration-common.nix b/pkgs/development/haskell-modules/configuration-common.nix index 8f960cc4a46c..07e9d4978428 100644 --- a/pkgs/development/haskell-modules/configuration-common.nix +++ b/pkgs/development/haskell-modules/configuration-common.nix @@ -1315,8 +1315,11 @@ self: super: { x509-validation = dontCheck super.x509-validation; tls = dontCheck super.tls; - # Allow building with recent versions of hlint. - patch = doJailbreak super.patch; + # 2022-02-27: https://github.com/reflex-frp/patch/pull/40 for bump bounds + patch = appendPatch (pkgs.fetchpatch { + url = "https://github.com/reflex-frp/patch/commit/6affb9a665361377346fac8c579fdf41c9ece844.patch"; + sha256 = "sha256-m+Z9HpkOcgGel+PgcftPmtsXcS/7Egi2Ka0KQJljr4Q="; + }) super.patch; # Tests disabled and broken override needed because of missing lib chrome-test-utils: https://github.com/reflex-frp/reflex-dom/issues/392 reflex-dom-core = doDistribute (unmarkBroken (dontCheck (doJailbreak super.reflex-dom-core))); From 0dcac2951ff17fe8090ccac672b80c329d7c80be Mon Sep 17 00:00:00 2001 From: Malte Brandy Date: Wed, 9 Mar 2022 15:15:22 +0100 Subject: [PATCH 120/238] haskellPackages.base64: dontCheck --- pkgs/development/haskell-modules/configuration-common.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/pkgs/development/haskell-modules/configuration-common.nix b/pkgs/development/haskell-modules/configuration-common.nix index 07e9d4978428..de5d068187d9 100644 --- a/pkgs/development/haskell-modules/configuration-common.nix +++ b/pkgs/development/haskell-modules/configuration-common.nix @@ -2372,6 +2372,8 @@ self: super: { colourista = assert super.colourista.version == "0.1.0.1"; doJailbreak super.colourista; + # 2022-02-26: https://github.com/emilypi/base64/issues/39 + base64 = dontCheck super.base64; # Too strict bounds on chell: https://github.com/fpco/haskell-filesystem/issues/24 system-fileio = doJailbreak super.system-fileio; From 47f837f5e8bbeacc10d6e656dc1658ba14fd7c9e Mon Sep 17 00:00:00 2001 From: sternenseemann Date: Wed, 9 Mar 2022 11:29:14 +0100 Subject: [PATCH 121/238] haskell.compiler: ghc921 -> ghc922 https://www.haskell.org/ghc/download_ghc_9_2_2.html --- lib/options.nix | 2 +- .../development/option-declarations.section.md | 4 ++-- .../development/option-declarations.section.xml | 4 ++-- .../compilers/ghc/{9.2.1.nix => 9.2.2.nix} | 11 +++++------ .../haskell-modules/configuration-ghc-9.2.x.nix | 5 ----- .../haskell/haskell-language-server/withWrapper.nix | 3 +-- pkgs/top-level/all-packages.nix | 2 +- pkgs/top-level/haskell-packages.nix | 12 ++++++------ pkgs/top-level/release-haskell.nix | 6 +++--- 9 files changed, 21 insertions(+), 28 deletions(-) rename pkgs/development/compilers/ghc/{9.2.1.nix => 9.2.2.nix} (98%) diff --git a/lib/options.nix b/lib/options.nix index 627aac24d2fb..258bb7147f1e 100644 --- a/lib/options.nix +++ b/lib/options.nix @@ -122,7 +122,7 @@ rec { Example: mkPackageOption pkgs "GHC" { default = [ "ghc" ]; - example = "pkgs.haskell.package.ghc921.ghc.withPackages (hkgs: [ hkgs.primes ])"; + example = "pkgs.haskell.package.ghc922.ghc.withPackages (hkgs: [ hkgs.primes ])"; } => { _type = "option"; default = «derivation /nix/store/jxx55cxsjrf8kyh3fp2ya17q99w7541r-ghc-8.10.7.drv»; defaultText = { ... }; description = "The GHC package to use."; example = { ... }; type = { ... }; } */ diff --git a/nixos/doc/manual/development/option-declarations.section.md b/nixos/doc/manual/development/option-declarations.section.md index 819fc6d891f0..a0df491b6581 100644 --- a/nixos/doc/manual/development/option-declarations.section.md +++ b/nixos/doc/manual/development/option-declarations.section.md @@ -119,14 +119,14 @@ lib.mkOption { ```nix lib.mkPackageOption pkgs "GHC" { default = [ "ghc" ]; - example = "pkgs.haskell.package.ghc921.ghc.withPackages (hkgs: [ hkgs.primes ])"; + example = "pkgs.haskell.package.ghc922.ghc.withPackages (hkgs: [ hkgs.primes ])"; } # is like lib.mkOption { type = lib.types.package; default = pkgs.ghc; defaultText = lib.literalExpression "pkgs.ghc"; - example = lib.literalExpression "pkgs.haskell.package.ghc921.ghc.withPackages (hkgs: [ hkgs.primes ])"; + example = lib.literalExpression "pkgs.haskell.package.ghc922.ghc.withPackages (hkgs: [ hkgs.primes ])"; description = "The GHC package to use."; } ``` diff --git a/nixos/doc/manual/from_md/development/option-declarations.section.xml b/nixos/doc/manual/from_md/development/option-declarations.section.xml index 554705e2e424..2230dbe57c2a 100644 --- a/nixos/doc/manual/from_md/development/option-declarations.section.xml +++ b/nixos/doc/manual/from_md/development/option-declarations.section.xml @@ -181,14 +181,14 @@ lib.mkOption { lib.mkPackageOption pkgs "GHC" { default = [ "ghc" ]; - example = "pkgs.haskell.package.ghc921.ghc.withPackages (hkgs: [ hkgs.primes ])"; + example = "pkgs.haskell.package.ghc922.ghc.withPackages (hkgs: [ hkgs.primes ])"; } # is like lib.mkOption { type = lib.types.package; default = pkgs.ghc; defaultText = lib.literalExpression "pkgs.ghc"; - example = lib.literalExpression "pkgs.haskell.package.ghc921.ghc.withPackages (hkgs: [ hkgs.primes ])"; + example = lib.literalExpression "pkgs.haskell.package.ghc922.ghc.withPackages (hkgs: [ hkgs.primes ])"; description = "The GHC package to use."; } diff --git a/pkgs/development/compilers/ghc/9.2.1.nix b/pkgs/development/compilers/ghc/9.2.2.nix similarity index 98% rename from pkgs/development/compilers/ghc/9.2.1.nix rename to pkgs/development/compilers/ghc/9.2.2.nix index 75c728510eba..151bd202b022 100644 --- a/pkgs/development/compilers/ghc/9.2.1.nix +++ b/pkgs/development/compilers/ghc/9.2.2.nix @@ -167,12 +167,12 @@ assert buildTargetLlvmPackages.llvm == llvmPackages.llvm; assert stdenv.targetPlatform.isDarwin -> buildTargetLlvmPackages.clang == llvmPackages.clang; stdenv.mkDerivation (rec { - version = "9.2.1"; + version = "9.2.2"; pname = "${targetPrefix}ghc${variantSuffix}"; src = fetchurl { url = "https://downloads.haskell.org/ghc/${version}/ghc-${version}-src.tar.xz"; - sha256 = "f444012f97a136d9940f77cdff03fda48f9475e2ed0fec966c4d35c4df55f746"; + sha256 = "902463a4cc6ee479af9358b9f8b2ee3237b03e934a1ea65b6d1fcf3e0d749ea6"; }; enableParallelBuilding = true; @@ -221,6 +221,9 @@ stdenv.mkDerivation (rec { export NIX_LDFLAGS+=" -rpath $out/lib/ghc-${version}" '' + lib.optionalString stdenv.isDarwin '' export NIX_LDFLAGS+=" -no_dtrace_dof" + + # GHC tries the host xattr /usr/bin/xattr by default which fails since it expects python to be 2.7 + export XATTR=${lib.getBin xattr}/bin/xattr '' + lib.optionalString targetPlatform.useAndroidPrebuilt '' sed -i -e '5i ,("armv7a-unknown-linux-androideabi", ("e-m:e-p:32:32-i64:64-v128:64:128-a:0:32-n32-S64", "cortex-a8", ""))' llvm-targets '' + lib.optionalString targetPlatform.isMusl '' @@ -282,10 +285,6 @@ stdenv.mkDerivation (rec { autoSignDarwinBinariesHook ] ++ lib.optionals enableDocs [ sphinx - ] ++ lib.optionals stdenv.isDarwin [ - # TODO(@sternenseemann): backport addition of XATTR env var like - # https://gitlab.haskell.org/ghc/ghc/-/merge_requests/6447 - xattr ]; # For building runtime libs diff --git a/pkgs/development/haskell-modules/configuration-ghc-9.2.x.nix b/pkgs/development/haskell-modules/configuration-ghc-9.2.x.nix index 394965220af3..b7e89e94d35c 100644 --- a/pkgs/development/haskell-modules/configuration-ghc-9.2.x.nix +++ b/pkgs/development/haskell-modules/configuration-ghc-9.2.x.nix @@ -42,11 +42,6 @@ self: super: { unix = null; xhtml = null; - # Workaround for https://gitlab.haskell.org/ghc/ghc/-/issues/20594 - tf-random = overrideCabal { - doHaddock = !pkgs.stdenv.isAarch64; - } super.tf-random; - # Tests fail because of typechecking changes conduit = dontCheck super.conduit; diff --git a/pkgs/development/tools/haskell/haskell-language-server/withWrapper.nix b/pkgs/development/tools/haskell/haskell-language-server/withWrapper.nix index 8c8f016510f2..e91ec04f0097 100644 --- a/pkgs/development/tools/haskell/haskell-language-server/withWrapper.nix +++ b/pkgs/development/tools/haskell/haskell-language-server/withWrapper.nix @@ -1,7 +1,6 @@ { lib , stdenv -, supportedGhcVersions ? [ "884" "8107" "902" ] - ++ lib.optionals (!stdenv.hostPlatform.isAarch64) [ "921" ] +, supportedGhcVersions ? [ "884" "8107" "902" "922" ] , dynamic ? false , haskellPackages , haskell diff --git a/pkgs/top-level/all-packages.nix b/pkgs/top-level/all-packages.nix index fcab88048c24..c8c409a74720 100644 --- a/pkgs/top-level/all-packages.nix +++ b/pkgs/top-level/all-packages.nix @@ -13754,7 +13754,7 @@ with pkgs; stdenv = clangStdenv; }; - jacinda = haskell.lib.compose.justStaticExecutables haskell.packages.ghc921.jacinda; + jacinda = haskell.lib.compose.justStaticExecutables haskell.packages.ghc922.jacinda; janet = callPackage ../development/interpreters/janet {}; diff --git a/pkgs/top-level/haskell-packages.nix b/pkgs/top-level/haskell-packages.nix index 378c2c4385bd..d12542915c7b 100644 --- a/pkgs/top-level/haskell-packages.nix +++ b/pkgs/top-level/haskell-packages.nix @@ -13,13 +13,13 @@ let "integer-simple" "native-bignum" "ghc902" - "ghc921" + "ghc922" "ghcHEAD" ]; nativeBignumIncludes = [ "ghc902" - "ghc921" + "ghc922" "ghcHEAD" ]; @@ -118,7 +118,7 @@ in { buildTargetLlvmPackages = pkgsBuildTarget.llvmPackages_12; llvmPackages = pkgs.llvmPackages_12; }; - ghc921 = callPackage ../development/compilers/ghc/9.2.1.nix { + ghc922 = callPackage ../development/compilers/ghc/9.2.2.nix { bootPkgs = # aarch64 ghc8107Binary exceeds max output size on hydra if stdenv.isAarch64 || stdenv.isAarch32 then @@ -224,9 +224,9 @@ in { ghc = bh.compiler.ghc902; compilerConfig = callPackage ../development/haskell-modules/configuration-ghc-9.0.x.nix { }; }; - ghc921 = callPackage ../development/haskell-modules { - buildHaskellPackages = bh.packages.ghc921; - ghc = bh.compiler.ghc921; + ghc922 = callPackage ../development/haskell-modules { + buildHaskellPackages = bh.packages.ghc922; + ghc = bh.compiler.ghc922; compilerConfig = callPackage ../development/haskell-modules/configuration-ghc-9.2.x.nix { }; }; ghcHEAD = callPackage ../development/haskell-modules { diff --git a/pkgs/top-level/release-haskell.nix b/pkgs/top-level/release-haskell.nix index 985d5ed45d18..ee44468125bf 100644 --- a/pkgs/top-level/release-haskell.nix +++ b/pkgs/top-level/release-haskell.nix @@ -52,7 +52,7 @@ let ghc884 ghc8107 ghc902 - ghc921 + ghc922 ]; # packagePlatforms applied to `haskell.packages.*` @@ -407,11 +407,11 @@ let jobs.pkgsMusl.haskell.compiler.ghc884 jobs.pkgsMusl.haskell.compiler.ghc8107 jobs.pkgsMusl.haskell.compiler.ghc902 - jobs.pkgsMusl.haskell.compiler.ghc921 + jobs.pkgsMusl.haskell.compiler.ghc922 jobs.pkgsMusl.haskell.compiler.ghcHEAD jobs.pkgsMusl.haskell.compiler.integer-simple.ghc8107 jobs.pkgsMusl.haskell.compiler.native-bignum.ghc902 - jobs.pkgsMusl.haskell.compiler.native-bignum.ghc921 + jobs.pkgsMusl.haskell.compiler.native-bignum.ghc922 jobs.pkgsMusl.haskell.compiler.native-bignum.ghcHEAD ]; }; From da80bef7ba2925f8db33a8c26d26ce7c4172d91d Mon Sep 17 00:00:00 2001 From: sternenseemann Date: Wed, 9 Mar 2022 17:14:23 +0100 Subject: [PATCH 122/238] all-cabal-hashes: 2022-03-08T11:03:28Z -> 2022-03-09T16:42:26Z This commit has been generated by maintainers/scripts/haskell/update-hackage.sh --- pkgs/data/misc/hackage/pin.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/pkgs/data/misc/hackage/pin.json b/pkgs/data/misc/hackage/pin.json index 457a05c76166..0f7c07d229d9 100644 --- a/pkgs/data/misc/hackage/pin.json +++ b/pkgs/data/misc/hackage/pin.json @@ -1,6 +1,6 @@ { - "commit": "af438cb53d095726a82a4d65b5f45a8e68d2c1c9", - "url": "https://github.com/commercialhaskell/all-cabal-hashes/archive/af438cb53d095726a82a4d65b5f45a8e68d2c1c9.tar.gz", - "sha256": "0br69wqnpshi6760zjqcl24hq62jvn5mc436vznmzh1qpfx69rk9", - "msg": "Update from Hackage at 2022-03-08T11:03:28Z" + "commit": "19de4443483db353240af6ba8a55b3cda4cd9456", + "url": "https://github.com/commercialhaskell/all-cabal-hashes/archive/19de4443483db353240af6ba8a55b3cda4cd9456.tar.gz", + "sha256": "1ijbb6agy1figq4f532vacsvhpkam7ks87in45s88k32r366id0p", + "msg": "Update from Hackage at 2022-03-09T16:42:26Z" } From dd5bdec6f77151ebd40e40297185b46c0c1366d6 Mon Sep 17 00:00:00 2001 From: sternenseemann Date: Wed, 9 Mar 2022 17:23:29 +0100 Subject: [PATCH 123/238] haskellPackages: stackage-nightly 2022-03-03 -> 2022-03-09 This commit has been generated by maintainers/scripts/haskell/update-stackage.sh --- .../configuration-hackage2nix/stackage.yaml | 54 +++++++++---------- 1 file changed, 24 insertions(+), 30 deletions(-) diff --git a/pkgs/development/haskell-modules/configuration-hackage2nix/stackage.yaml b/pkgs/development/haskell-modules/configuration-hackage2nix/stackage.yaml index 9d4aad6128d0..17f775791b1b 100644 --- a/pkgs/development/haskell-modules/configuration-hackage2nix/stackage.yaml +++ b/pkgs/development/haskell-modules/configuration-hackage2nix/stackage.yaml @@ -1,4 +1,4 @@ -# Stackage Nightly 2022-03-03 +# Stackage Nightly 2022-03-09 # This file is auto-generated by # maintainers/scripts/haskell/update-stackage.sh default-package-overrides: @@ -114,7 +114,6 @@ default-package-overrides: - authenticate-oauth ==1.7 - autoexporter ==2.0.0.1 - auto-update ==0.1.6 - - avro ==0.6.0.1 - aws-cloudfront-signed-cookies ==0.2.0.10 - backtracking ==0.1.0 - bank-holidays-england ==0.2.0.6 @@ -135,7 +134,7 @@ default-package-overrides: - base64-string ==0.2 - base-compat ==0.11.2 - base-compat-batteries ==0.11.2 - - basement ==0.0.13 + - basement ==0.0.14 - base-orphans ==0.8.6 - base-prelude ==1.6 - base-unicode-symbols ==0.2.4.2 @@ -221,7 +220,7 @@ default-package-overrides: - BoundedChan ==1.0.3.0 - bounded-queue ==1.0.0 - boxes ==0.1.5 - - brick ==0.67 + - brick ==0.68 - brittany ==0.14.0.2 - broadcast-chan ==0.2.1.2 - bsb-http-chunked ==0.0.0.4 @@ -342,11 +341,11 @@ default-package-overrides: - clumpiness ==0.17.0.2 - ClustalParser ==1.3.0 - cmark ==0.6 - - cmark-gfm ==0.2.2 + - cmark-gfm ==0.2.3 - cmark-lucid ==0.1.0.0 - cmdargs ==0.10.21 - codec-beam ==0.2.0 - - code-conjure ==0.5.0 + - code-conjure ==0.5.2 - code-page ==0.2.1 - coercible-utils ==0.1.0 - cointracking-imports ==0.1.0.1 @@ -782,7 +781,7 @@ default-package-overrides: - format-numbers ==0.1.0.1 - formatting ==7.1.3 - fortran-src ==0.9.0 - - foundation ==0.0.27 + - foundation ==0.0.28 - fourmolu ==0.4.0.0 - Frames ==0.7.3 - free ==5.1.7 @@ -875,7 +874,7 @@ default-package-overrides: - ghc-source-gen ==0.4.3.0 - ghc-syntax-highlighter ==0.0.7.0 - ghc-tcplugins-extra ==0.4.2 - - ghc-trace-events ==0.1.2.4 + - ghc-trace-events ==0.1.2.5 - ghc-typelits-extra ==0.4.3 - ghc-typelits-knownnat ==0.7.6 - ghc-typelits-natnormalise ==0.7.6 @@ -1008,7 +1007,6 @@ default-package-overrides: - HDBC ==2.4.0.4 - HDBC-session ==0.1.2.0 - headed-megaparsec ==0.2.1 - - headroom ==0.4.3.0 - heap ==1.0.4 - heaps ==0.4 - heatshrink ==0.1.0.0 @@ -1030,10 +1028,10 @@ default-package-overrides: - hex-text ==0.1.0.4 - hformat ==0.3.3.1 - hfsevents ==0.1.6 - - hgeometry-combinatorial ==0.13 + - hgeometry-combinatorial ==0.14 - hid ==0.2.2 - hidapi ==0.1.7 - - hie-bios ==0.9.0 + - hie-bios ==0.9.1 - hi-file-parser ==0.1.2.0 - higher-leveldb ==0.6.0.0 - highlighting-kate ==0.6.4 @@ -1045,13 +1043,11 @@ default-package-overrides: - hjsmin ==0.2.0.4 - hkd-default ==1.1.0.0 - hkgr ==0.3 - - hledger ==1.24.1 - - hledger-iadd ==1.3.16 - - hledger-interest ==1.6.3 - - hledger-lib ==1.24.1 + - hledger ==1.25 + - hledger-lib ==1.25 - hledger-stockquotes ==0.1.2.0 - - hledger-ui ==1.24.1 - - hledger-web ==1.24.1 + - hledger-ui ==1.25 + - hledger-web ==1.25 - hlibcpuid ==0.2.0 - hlibgit2 ==0.18.0.16 - hlibsass ==0.1.10.1 @@ -1149,7 +1145,7 @@ default-package-overrides: - hsyslog ==5.0.2 - hsyslog-udp ==0.2.5 - htaglib ==1.2.0 - - HTF ==0.14.0.6 + - HTF ==0.15.0.0 - html ==1.0.1.2 - html-conduit ==1.3.2.2 - html-email-validate ==0.2.0.0 @@ -1339,11 +1335,10 @@ default-package-overrides: - lackey ==2.0.0.0 - LambdaHack ==0.11.0.0 - lame ==0.2.0 - - language-avro ==0.1.4.0 - language-bash ==0.9.2 - language-c ==0.9.0.1 - language-c-quote ==0.13 - - language-docker ==10.4.1 + - language-docker ==10.4.2 - language-dot ==0.1.1 - language-glsl ==0.3.0 - language-java ==0.2.9 @@ -1587,7 +1582,6 @@ default-package-overrides: - murmur3 ==1.0.5 - murmur-hash ==0.1.0.10 - MusicBrainz ==0.4.1 - - mustache ==2.4.0 - mutable-containers ==0.3.4 - mwc-probability ==2.3.1 - mwc-random ==0.15.0.2 @@ -1732,7 +1726,7 @@ default-package-overrides: - pandoc-csv2table ==1.0.9 - pandoc-dhall-decoder ==0.1.0.1 - pandoc-lua-marshal ==0.1.5.1 - - pandoc-plot ==1.4.0 + - pandoc-plot ==1.4.1 - pandoc-throw ==0.1.0.0 - pandoc-types ==1.22.1 - pantry ==0.5.4 @@ -1751,7 +1745,7 @@ default-package-overrides: - partial-isomorphisms ==0.2.3.0 - partial-order ==0.2.0.0 - partial-semigroup ==0.5.1.14 - - password ==3.0.0.0 + - password ==3.0.1.0 - password-instances ==3.0.0.0 - password-types ==1.0.0.0 - path ==0.9.2 @@ -2085,7 +2079,7 @@ default-package-overrides: - safe-exceptions-checked ==0.1.0 - safe-foldable ==0.1.0.0 - safeio ==0.0.5.0 - - safe-json ==1.1.2.0 + - safe-json ==1.1.3.0 - safe-money ==0.9.1 - SafeSemaphore ==0.10.1 - salak ==0.3.6 @@ -2184,7 +2178,7 @@ default-package-overrides: - shake ==0.19.6 - shake-language-c ==0.12.0 - shake-plus ==0.3.4.0 - - shakespeare ==2.0.25.1 + - shakespeare ==2.0.26 - shared-memory ==0.2.0.0 - ShellCheck ==0.8.0 - shell-conduit ==5.0.0 @@ -2330,7 +2324,7 @@ default-package-overrides: - stringbuilder ==0.5.1 - string-class ==0.1.7.0 - string-combinators ==0.6.0.5 - - string-conv ==0.1.2 + - string-conv ==0.2.0 - string-conversions ==0.4.0.1 - string-interpolate ==0.3.1.1 - string-qq ==0.0.4 @@ -2614,7 +2608,7 @@ default-package-overrides: - unliftio-pool ==0.2.1.1 - unliftio-streams ==0.1.1.1 - unlit ==0.4.0.0 - - unordered-containers ==0.2.16.0 + - unordered-containers ==0.2.17.0 - unsafe ==0.0 - urbit-hob ==0.3.3 - uri-bytestring ==0.3.3.1 @@ -2697,7 +2691,7 @@ default-package-overrides: - wai-middleware-clacks ==0.1.0.1 - wai-middleware-delegate ==0.1.2.4 - wai-middleware-prometheus ==1.0.0.1 - - wai-middleware-static ==0.9.1 + - wai-middleware-static ==0.9.2 - wai-rate-limit ==0.2.0.0 - wai-rate-limit-redis ==0.2.0.0 - wai-saml2 ==0.2.1.2 @@ -2708,7 +2702,7 @@ default-package-overrides: - wai-transformers ==0.1.0 - wai-websockets ==3.0.1.2 - wakame ==0.1.0.0 - - warp ==3.3.19 + - warp ==3.3.20 - warp-tls ==3.3.2 - warp-tls-uid ==0.2.0.6 - wave ==0.2.0 @@ -2773,7 +2767,7 @@ default-package-overrides: - xdg-basedir ==0.2.2 - xdg-desktop-entry ==0.1.1.1 - xdg-userdirs ==0.1.0.2 - - xeno ==0.4.3 + - xeno ==0.5 - xlsx ==0.8.4 - xlsx-tabular ==0.2.2.1 - xml ==1.3.14 From fce0a0eb1b14e148f55e1f26a72fd355e729843b Mon Sep 17 00:00:00 2001 From: sternenseemann Date: Wed, 9 Mar 2022 17:24:11 +0100 Subject: [PATCH 124/238] haskellPackages: regenerate package set based on current config This commit has been generated by maintainers/scripts/haskell/regenerate-hackage-packages.sh --- .../haskell-modules/hackage-packages.nix | 715 +++++------------- 1 file changed, 190 insertions(+), 525 deletions(-) diff --git a/pkgs/development/haskell-modules/hackage-packages.nix b/pkgs/development/haskell-modules/hackage-packages.nix index 604133568db3..5e02d7968a08 100644 --- a/pkgs/development/haskell-modules/hackage-packages.nix +++ b/pkgs/development/haskell-modules/hackage-packages.nix @@ -9423,41 +9423,6 @@ self: { }) {}; "HTF" = callPackage - ({ mkDerivation, aeson, aeson-pretty, array, base - , base64-bytestring, bytestring, Cabal, containers, cpphs, Diff - , directory, filepath, haskell-src, HUnit, lifted-base - , monad-control, mtl, old-time, pretty, process, QuickCheck, random - , regex-compat, template-haskell, temporary, text, time, unix - , unordered-containers, vector, xmlgen - }: - mkDerivation { - pname = "HTF"; - version = "0.14.0.6"; - sha256 = "0lm4va3nnb9yli56vfkj7h816k0cnrdjnd3d9x44m706bh3avksq"; - isLibrary = true; - isExecutable = true; - setupHaskellDepends = [ base Cabal process ]; - libraryHaskellDepends = [ - aeson array base base64-bytestring bytestring containers cpphs Diff - directory haskell-src HUnit lifted-base monad-control mtl old-time - pretty process QuickCheck random regex-compat text time unix vector - xmlgen - ]; - libraryToolDepends = [ cpphs ]; - executableHaskellDepends = [ - array base cpphs directory HUnit mtl old-time random text - ]; - executableToolDepends = [ cpphs ]; - testHaskellDepends = [ - aeson aeson-pretty base bytestring directory filepath HUnit mtl - process random regex-compat template-haskell temporary text - unordered-containers - ]; - description = "The Haskell Test Framework"; - license = lib.licenses.lgpl21Only; - }) {}; - - "HTF_0_15_0_0" = callPackage ({ mkDerivation, aeson, aeson-pretty, array, base , base64-bytestring, bytestring, Cabal, containers, cpphs, Diff , directory, filepath, haskell-src, HUnit, lifted-base @@ -9490,7 +9455,6 @@ self: { ]; description = "The Haskell Test Framework"; license = lib.licenses.lgpl21Only; - hydraPlatforms = lib.platforms.none; }) {}; "HTTP" = callPackage @@ -30522,6 +30486,23 @@ self: { license = lib.licenses.bsd3; }) {}; + "annotated-exception" = callPackage + ({ mkDerivation, base, containers, hspec, hspec-discover + , safe-exceptions, text + }: + mkDerivation { + pname = "annotated-exception"; + version = "0.1.1.0"; + sha256 = "14xz652plw3m63ql9mcg41c2ffyc81zbhlp4r2v7dna8gm1i92ds"; + libraryHaskellDepends = [ base containers safe-exceptions text ]; + testHaskellDepends = [ + base containers hspec safe-exceptions text + ]; + testToolDepends = [ hspec-discover ]; + description = "Exceptions, with checkpoints and context"; + license = lib.licenses.bsd3; + }) {}; + "annotated-fix" = callPackage ({ mkDerivation, base, recursion-schemes }: mkDerivation { @@ -32190,6 +32171,40 @@ self: { license = lib.licenses.bsd3; }) {}; + "apply-refact_0_10_0_0" = callPackage + ({ mkDerivation, base, containers, directory, extra, filemanip + , filepath, ghc, ghc-boot-th, ghc-exactprint, ghc-paths + , optparse-applicative, process, refact, silently, syb, tasty + , tasty-expected-failure, tasty-golden, transformers, uniplate + , unix-compat + }: + mkDerivation { + pname = "apply-refact"; + version = "0.10.0.0"; + sha256 = "129bf8n66kpwh5420rxprngg43bqr2agyd8q8d7l49k2rxsjl1fb"; + isLibrary = true; + isExecutable = true; + libraryHaskellDepends = [ + base containers directory extra filemanip ghc ghc-boot-th + ghc-exactprint ghc-paths process refact syb transformers uniplate + unix-compat + ]; + executableHaskellDepends = [ + base containers directory extra filemanip filepath ghc ghc-boot-th + ghc-exactprint ghc-paths optparse-applicative process refact syb + transformers uniplate unix-compat + ]; + testHaskellDepends = [ + base containers directory extra filemanip filepath ghc ghc-boot-th + ghc-exactprint ghc-paths optparse-applicative process refact + silently syb tasty tasty-expected-failure tasty-golden transformers + uniplate unix-compat + ]; + description = "Perform refactorings specified by the refact library"; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + }) {}; + "apply-unordered" = callPackage ({ mkDerivation, base, fin, ghc, ghc-tcplugins-extra, hspec , should-not-typecheck, syb @@ -39115,17 +39130,6 @@ self: { }) {}; "basement" = callPackage - ({ mkDerivation, base, ghc-prim }: - mkDerivation { - pname = "basement"; - version = "0.0.13"; - sha256 = "1fxlgc9wj9jxwskgxy0q4zik15fh89yvyrx1jvr3s9vx4dbh0yh5"; - libraryHaskellDepends = [ base ghc-prim ]; - description = "Foundation scrap box of array & string"; - license = lib.licenses.bsd3; - }) {}; - - "basement_0_0_14" = callPackage ({ mkDerivation, base, ghc-prim }: mkDerivation { pname = "basement"; @@ -39134,7 +39138,6 @@ self: { libraryHaskellDepends = [ base ghc-prim ]; description = "Foundation scrap box of array & string"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; }) {}; "basement-cd" = callPackage @@ -44148,8 +44151,8 @@ self: { pname = "blank-canvas"; version = "0.7.3"; sha256 = "1g10959ly5nv2xfhax4pamzxnxkqbniahplc5za8k5r4nq1vjrm2"; - revision = "5"; - editedCabalFile = "0ls60723f859g8rp4974jpi8a5zdcaaxkm47mcsnhzxkswn0hjmj"; + revision = "7"; + editedCabalFile = "1vy43yvz382fd3d78w3inzly19pshszgwv3bsy4rzmiic0ip3l99"; enableSeparateDataOutput = true; libraryHaskellDepends = [ aeson base base-compat-batteries base64-bytestring bytestring @@ -44745,8 +44748,8 @@ self: { }: mkDerivation { pname = "blockfrost-api"; - version = "0.3.1.0"; - sha256 = "07r0r02rhz8mkgyn8vfvcfb266s1q3jfp7i9d8ngpdw8gnf6njgq"; + version = "0.4.0.0"; + sha256 = "01rdg8xl3qal2nl76h56badzfmjpqbn8zrcxqrqbbv611c8ccpqs"; libraryHaskellDepends = [ aeson base bytestring data-default-class deriving-aeson lens QuickCheck quickcheck-instances safe-money servant servant-docs @@ -44769,8 +44772,8 @@ self: { }: mkDerivation { pname = "blockfrost-client"; - version = "0.3.1.0"; - sha256 = "12disbxyn7hk6k1c4iavs01wq3yhnz9f9bzxbi89b9d5dr2g8fcn"; + version = "0.4.0.0"; + sha256 = "1xx53zrdi37lvj0mfzwfd3yhyzfm9wp8621yqm4cr091gzwh8a1m"; isLibrary = true; isExecutable = true; libraryHaskellDepends = [ @@ -44795,8 +44798,8 @@ self: { }: mkDerivation { pname = "blockfrost-client-core"; - version = "0.2.0.0"; - sha256 = "0hsgsvgvl0fmf8l8ma57cn5mxc02m30h9rvirgrwfp6mww4ar351"; + version = "0.4.0.0"; + sha256 = "1g276jinr4nbia63sx5bciwglb3yxzgqli8xsq1g73pd4qxwdw43"; libraryHaskellDepends = [ aeson base blockfrost-api bytestring case-insensitive containers data-default http-client http-client-tls http-types servant @@ -46556,34 +46559,6 @@ self: { }) {}; "brick" = callPackage - ({ mkDerivation, base, bytestring, config-ini, containers - , contravariant, data-clist, deepseq, directory, dlist, exceptions - , filepath, microlens, microlens-mtl, microlens-th, QuickCheck, stm - , template-haskell, text, text-zipper, transformers, unix, vector - , vty, word-wrap - }: - mkDerivation { - pname = "brick"; - version = "0.67"; - sha256 = "02f8qmc3y2pyqysc9qan2l05vk3ryvlc7mgs8hdh18fp96x88669"; - revision = "1"; - editedCabalFile = "09jwng0dnd3zp9gh26miib80zjsh3hzk4adpd3c6kmav66xq189s"; - isLibrary = true; - isExecutable = true; - libraryHaskellDepends = [ - base bytestring config-ini containers contravariant data-clist - deepseq directory dlist exceptions filepath microlens microlens-mtl - microlens-th stm template-haskell text text-zipper transformers - unix vector vty word-wrap - ]; - testHaskellDepends = [ - base containers microlens QuickCheck vector - ]; - description = "A declarative terminal user interface library"; - license = lib.licenses.bsd3; - }) {}; - - "brick_0_68" = callPackage ({ mkDerivation, base, bytestring, config-ini, containers , contravariant, data-clist, deepseq, directory, dlist, exceptions , filepath, microlens, microlens-mtl, microlens-th, QuickCheck, stm @@ -46607,7 +46582,6 @@ self: { ]; description = "A declarative terminal user interface library"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; }) {}; "brick-dropdownmenu" = callPackage @@ -54931,6 +54905,20 @@ self: { license = lib.licenses.bsd3; }) {}; + "checkers_0_6_0" = callPackage + ({ mkDerivation, array, base, QuickCheck, random, semigroupoids }: + mkDerivation { + pname = "checkers"; + version = "0.6.0"; + sha256 = "1r4rsa4k0fy8xig3m530ryflry9viv9v47g4gh7h0ld27rbd6z60"; + libraryHaskellDepends = [ + array base QuickCheck random semigroupoids + ]; + description = "Check properties on standard classes and data structures"; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + }) {}; + "checkmate" = callPackage ({ mkDerivation, base, bytestring, containers, diff-parse , directory, file-embed, filepath, github, hlint, hspec @@ -58414,10 +58402,8 @@ self: { }: mkDerivation { pname = "cmark-gfm"; - version = "0.2.2"; - sha256 = "1skzdg1icmhn0zrkhbnba4200ymah8sd5msk4qfgawrk77zilw7f"; - revision = "1"; - editedCabalFile = "1zmw1bipv2r5li1shnllv4c95r0mmgrr0c9fvj6wnm98y6kgacbf"; + version = "0.2.3"; + sha256 = "0krf1991bny99raw3961wp6hqdi0xmzcz18yisfp172kvd4cx33q"; libraryHaskellDepends = [ base bytestring text ]; testHaskellDepends = [ base HUnit text ]; benchmarkHaskellDepends = [ @@ -59061,8 +59047,8 @@ self: { }: mkDerivation { pname = "code-conjure"; - version = "0.5.0"; - sha256 = "0vby6br1hg4v2yvp835p1wf32jmp431zqxkgglnd4f1by09vbx7m"; + version = "0.5.2"; + sha256 = "0vv4hmqirvf24pizbb47qvzl80il2n79k9sqvvwrds4ls0dsyavh"; libraryHaskellDepends = [ base express leancheck speculate template-haskell ]; @@ -72275,6 +72261,8 @@ self: { pname = "datadog"; version = "0.2.5.0"; sha256 = "15vbx09f2l250wlmk1wcnfrdmma81dghmy5gbyc6z7s8aqf9vib6"; + revision = "1"; + editedCabalFile = "1427mp2sjq3n3w16266012lvqzajvn5sh63dlw2rzncscy8102nf"; libraryHaskellDepends = [ aeson auto-update base buffer-builder bytestring containers dlist http-client http-client-tls http-types lens lifted-base @@ -76096,27 +76084,27 @@ self: { "dhall-lsp-server" = callPackage ({ mkDerivation, aeson, aeson-pretty, base, bytestring, containers , data-default, dhall, dhall-json, directory, doctest, filepath - , haskell-lsp, haskell-lsp-types, hslogger, hspec, lens, lsp-test - , megaparsec, mtl, network-uri, optparse-applicative, prettyprinter - , QuickCheck, rope-utf16-splay, tasty, tasty-hspec, text - , transformers, unordered-containers, uri-encode + , hslogger, hspec, lens, lsp, lsp-test, lsp-types, megaparsec, mtl + , network-uri, optparse-applicative, prettyprinter, QuickCheck + , rope-utf16-splay, tasty, tasty-hspec, text, transformers + , unordered-containers, uri-encode }: mkDerivation { pname = "dhall-lsp-server"; - version = "1.0.18"; - sha256 = "1flcxc4qbbksyd50pdjqgjzvd5dm111ihbfb05czzsh4r8r32ypj"; + version = "1.1.0"; + sha256 = "1srxc0njiccl7z7yx1sx2ymr7hmljfxlghjg6qavcr90kc78hhwd"; isLibrary = true; isExecutable = true; libraryHaskellDepends = [ aeson aeson-pretty base bytestring containers data-default dhall - dhall-json directory filepath haskell-lsp hslogger lens megaparsec - mtl network-uri prettyprinter rope-utf16-splay text transformers + dhall-json directory filepath hslogger lens lsp megaparsec mtl + network-uri prettyprinter rope-utf16-splay text transformers unordered-containers uri-encode ]; executableHaskellDepends = [ base optparse-applicative ]; testHaskellDepends = [ - base directory doctest filepath haskell-lsp-types hspec lsp-test - QuickCheck tasty tasty-hspec text + base directory doctest filepath hspec lsp-test lsp-types QuickCheck + tasty tasty-hspec text ]; description = "Language Server Protocol (LSP) server for Dhall"; license = lib.licenses.mit; @@ -89946,8 +89934,8 @@ self: { }: mkDerivation { pname = "exitcode"; - version = "0.1.0.2"; - sha256 = "1w3m5ib952kiyw85ysj049v01qzc8p8mlmn9mxsm1h0x0a5axf3y"; + version = "0.1.0.3"; + sha256 = "10jixhjzph2jv9fr67jg2haknkjw39bsxzfpl5i560r243bh4gba"; libraryHaskellDepends = [ base lens mmorph mtl semigroupoids semigroups transformers ]; @@ -97488,19 +97476,6 @@ self: { }) {}; "foundation" = callPackage - ({ mkDerivation, base, basement, gauge, ghc-prim }: - mkDerivation { - pname = "foundation"; - version = "0.0.27"; - sha256 = "1pkq58vjyz41jyjhvbikirn1fd383ljs49dlnyv1whm6lzyf0fpj"; - libraryHaskellDepends = [ base basement ghc-prim ]; - testHaskellDepends = [ base basement ]; - benchmarkHaskellDepends = [ base basement gauge ]; - description = "Alternative prelude with batteries and no dependencies"; - license = lib.licenses.bsd3; - }) {}; - - "foundation_0_0_28" = callPackage ({ mkDerivation, base, basement, gauge, ghc-prim }: mkDerivation { pname = "foundation"; @@ -97511,7 +97486,6 @@ self: { benchmarkHaskellDepends = [ base basement gauge ]; description = "Alternative prelude with batteries and no dependencies"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; }) {}; "foundation-edge" = callPackage @@ -102195,8 +102169,8 @@ self: { ({ mkDerivation, base, hspec }: mkDerivation { pname = "generic-override"; - version = "0.2.0.0"; - sha256 = "0hrya5rqdrgl66hm818v6jf11hfrvra242n1sdjypkv13zxzsk6x"; + version = "0.3.0.0"; + sha256 = "0fib6dgz740viddzxqnd8xi6wfkr3wwn7r3qz3zqvcb7x35v6djs"; libraryHaskellDepends = [ base ]; testHaskellDepends = [ base hspec ]; description = "Provides functionality for overriding instances for generic derivation"; @@ -102207,8 +102181,8 @@ self: { ({ mkDerivation, aeson, base, generic-override, hspec, text }: mkDerivation { pname = "generic-override-aeson"; - version = "0.0.0.2"; - sha256 = "1hgrxhfssxm4l0c98ffgc20lbzy34bbhzr4vg06vqg51m4620b25"; + version = "0.3.0.0"; + sha256 = "0yl8jjshvh9b9xdd38x527p9ii907asv4ps8pnbmv7p5cm8gvk3x"; libraryHaskellDepends = [ aeson base generic-override ]; testHaskellDepends = [ aeson base generic-override hspec text ]; description = "Provides orphan instances necessary for integrating generic-override and aeson"; @@ -105182,18 +105156,6 @@ self: { }) {}; "ghc-trace-events" = callPackage - ({ mkDerivation, base, bytestring, tasty-bench, text }: - mkDerivation { - pname = "ghc-trace-events"; - version = "0.1.2.4"; - sha256 = "1wwpq89bvgzfzrzvidyqk2953hcc9p9xz0vrb62vhgs6k885b90n"; - libraryHaskellDepends = [ base bytestring text ]; - benchmarkHaskellDepends = [ base bytestring tasty-bench ]; - description = "Faster traceEvent and traceMarker, and binary object logging for eventlog"; - license = lib.licenses.bsd3; - }) {}; - - "ghc-trace-events_0_1_2_5" = callPackage ({ mkDerivation, base, bytestring, tasty-bench, text }: mkDerivation { pname = "ghc-trace-events"; @@ -105203,7 +105165,6 @@ self: { benchmarkHaskellDepends = [ base bytestring tasty-bench ]; description = "Faster traceEvent and traceMarker, and binary object logging for eventlog"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; }) {}; "ghc-typelits-extra" = callPackage @@ -128238,6 +128199,8 @@ self: { pname = "hedgehog"; version = "1.1.1"; sha256 = "1qx7bjcdgczvz5xhrqz25lray9rk3wrhzqfc5vpjnvgkzvnj3mny"; + revision = "1"; + editedCabalFile = "0f1s6dbm966cigaf9zz82yxpxdrl4l0qfipa9qazxr90dx4zw70z"; libraryHaskellDepends = [ ansi-terminal async barbies base bytestring concurrent-output containers deepseq directory erf exceptions lifted-async mmorph @@ -130710,8 +130673,8 @@ self: { }: mkDerivation { pname = "hgeometry"; - version = "0.13"; - sha256 = "0g9napakxq2x5m8ql7npc72fd212n9pwgv5ja9hzfcdfxqhbsxsy"; + version = "0.14"; + sha256 = "0bqn0qmi4r23wn2bmz4nnxp7cainsvi0zfxh71swn3a6labapkwk"; libraryHaskellDepends = [ aeson base bifunctors bytestring containers data-clist deepseq dlist fingertree fixed-vector hashable hgeometry-combinatorial @@ -130745,8 +130708,8 @@ self: { }: mkDerivation { pname = "hgeometry-combinatorial"; - version = "0.13"; - sha256 = "1avw51fjdxixsj00scfffb0drcish2sb76x6ny0zfg6hb0pvrl69"; + version = "0.14"; + sha256 = "18gzhdjnpx6wxm9im8anfcbrkzm1xs4vg3zshjprjfjpnb2i4z0x"; enableSeparateDataOutput = true; libraryHaskellDepends = [ aeson array base bifunctors bytestring containers contravariant @@ -131294,40 +131257,6 @@ self: { }) {}; "hie-bios" = callPackage - ({ mkDerivation, aeson, base, base16-bytestring, bytestring - , conduit, conduit-extra, containers, cryptohash-sha1, deepseq - , directory, exceptions, extra, file-embed, filepath, ghc, hslogger - , optparse-applicative, process, tagged, tasty - , tasty-expected-failure, tasty-hunit, temporary, text, time - , transformers, unix-compat, unordered-containers, vector, yaml - }: - mkDerivation { - pname = "hie-bios"; - version = "0.9.0"; - sha256 = "019pj19vxjyk1gs9ggs9s61zyppyypf1fyjy5173ykqn29809jxv"; - revision = "1"; - editedCabalFile = "0188ywbnb0ynnmbp6qkp7lcyj6rkd4k34rbcxk547k57rw6inff6"; - isLibrary = true; - isExecutable = true; - libraryHaskellDepends = [ - aeson base base16-bytestring bytestring conduit conduit-extra - containers cryptohash-sha1 deepseq directory exceptions extra - file-embed filepath ghc hslogger process temporary text time - transformers unix-compat unordered-containers vector yaml - ]; - executableHaskellDepends = [ - base directory filepath ghc optparse-applicative - ]; - testHaskellDepends = [ - aeson base directory extra filepath ghc tagged tasty - tasty-expected-failure tasty-hunit temporary text - unordered-containers yaml - ]; - description = "Set up a GHC API session"; - license = lib.licenses.bsd3; - }) {}; - - "hie-bios_0_9_1" = callPackage ({ mkDerivation, aeson, base, base16-bytestring, bytestring , conduit, conduit-extra, containers, cryptohash-sha1, deepseq , directory, exceptions, extra, file-embed, filepath, ghc, hslogger @@ -131357,7 +131286,6 @@ self: { ]; description = "Set up a GHC API session"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; }) {}; "hie-compat" = callPackage @@ -133237,48 +133165,6 @@ self: { }) {}; "hledger" = callPackage - ({ mkDerivation, aeson, ansi-terminal, base, bytestring, cmdargs - , containers, data-default, Decimal, Diff, directory, extra - , filepath, githash, hashable, haskeline, hledger-lib, lucid - , math-functions, megaparsec, microlens, mtl, process, regex-tdfa - , safe, shakespeare, split, tabular, tasty, temporary, terminfo - , text, time, timeit, transformers, unordered-containers - , utf8-string, utility-ht, wizards - }: - mkDerivation { - pname = "hledger"; - version = "1.24.1"; - sha256 = "01y9i7xrw22nx8qq8iq6xy0f84jf8khfk0h0r2y21cg96s65fyjy"; - isLibrary = true; - isExecutable = true; - libraryHaskellDepends = [ - aeson ansi-terminal base bytestring cmdargs containers data-default - Decimal Diff directory extra filepath githash hashable haskeline - hledger-lib lucid math-functions megaparsec microlens mtl process - regex-tdfa safe shakespeare split tabular tasty temporary terminfo - text time timeit transformers unordered-containers utf8-string - utility-ht wizards - ]; - executableHaskellDepends = [ - aeson ansi-terminal base bytestring cmdargs containers data-default - Decimal directory extra filepath githash haskeline hledger-lib - math-functions megaparsec microlens mtl process regex-tdfa safe - shakespeare split tabular tasty temporary terminfo text time timeit - transformers unordered-containers utf8-string utility-ht wizards - ]; - testHaskellDepends = [ - aeson ansi-terminal base bytestring cmdargs containers data-default - Decimal directory extra filepath githash haskeline hledger-lib - math-functions megaparsec microlens mtl process regex-tdfa safe - shakespeare split tabular tasty temporary terminfo text time timeit - transformers unordered-containers utf8-string utility-ht wizards - ]; - description = "Command-line interface for the hledger accounting system"; - license = lib.licenses.gpl3Only; - maintainers = with lib.maintainers; [ peti ]; - }) {}; - - "hledger_1_25" = callPackage ({ mkDerivation, aeson, ansi-terminal, base, bytestring, cmdargs , containers, data-default, Decimal, Diff, directory, extra , filepath, githash, hashable, haskeline, hledger-lib, lucid @@ -133317,7 +133203,6 @@ self: { ]; description = "Command-line interface for the hledger accounting system"; license = lib.licenses.gpl3Only; - hydraPlatforms = lib.platforms.none; maintainers = with lib.maintainers; [ peti ]; }) {}; @@ -133480,42 +133365,6 @@ self: { }) {}; "hledger-lib" = callPackage - ({ mkDerivation, aeson, aeson-pretty, ansi-terminal, array, base - , blaze-markup, bytestring, call-stack, cassava, cassava-megaparsec - , cmdargs, containers, data-default, Decimal, directory, doclayout - , extra, file-embed, filepath, Glob, hashtables, megaparsec - , microlens, microlens-th, mtl, parser-combinators, pretty-simple - , regex-tdfa, safe, tabular, tasty, tasty-hunit, template-haskell - , text, time, timeit, transformers, uglymemo, unordered-containers - , utf8-string - }: - mkDerivation { - pname = "hledger-lib"; - version = "1.24.1"; - sha256 = "13lq518v6nmv89pbsw4qa1rvplwpnyz8sz5wd1y2wa1066rh0qli"; - libraryHaskellDepends = [ - aeson aeson-pretty ansi-terminal array base blaze-markup bytestring - call-stack cassava cassava-megaparsec cmdargs containers - data-default Decimal directory doclayout extra file-embed filepath - Glob hashtables megaparsec microlens microlens-th mtl - parser-combinators pretty-simple regex-tdfa safe tabular tasty - tasty-hunit template-haskell text time timeit transformers uglymemo - unordered-containers utf8-string - ]; - testHaskellDepends = [ - aeson aeson-pretty ansi-terminal array base blaze-markup bytestring - call-stack cassava cassava-megaparsec cmdargs containers - data-default Decimal directory doclayout extra file-embed filepath - Glob hashtables megaparsec microlens microlens-th mtl - parser-combinators pretty-simple regex-tdfa safe tabular tasty - tasty-hunit template-haskell text time timeit transformers uglymemo - unordered-containers utf8-string - ]; - description = "A reusable library providing the core functionality of hledger"; - license = lib.licenses.gpl3Only; - }) {}; - - "hledger-lib_1_25" = callPackage ({ mkDerivation, aeson, aeson-pretty, ansi-terminal, array, base , blaze-markup, bytestring, call-stack, cassava, cassava-megaparsec , cmdargs, containers, data-default, Decimal, directory, doclayout @@ -133549,7 +133398,6 @@ self: { ]; description = "A reusable library providing the core functionality of hledger"; license = lib.licenses.gpl3Only; - hydraPlatforms = lib.platforms.none; }) {}; "hledger-makeitso" = callPackage @@ -133603,30 +133451,6 @@ self: { }) {}; "hledger-ui" = callPackage - ({ mkDerivation, ansi-terminal, async, base, brick, cmdargs - , containers, data-default, directory, doclayout, extra, filepath - , fsnotify, hledger, hledger-lib, megaparsec, microlens - , microlens-platform, process, safe, split, text, text-zipper, time - , transformers, unix, vector, vty - }: - mkDerivation { - pname = "hledger-ui"; - version = "1.24.1"; - sha256 = "1afxvj8x8wq3rvbmzhrls4688gdkqsjm4kaa9zarkrrgf585q22q"; - isLibrary = false; - isExecutable = true; - executableHaskellDepends = [ - ansi-terminal async base brick cmdargs containers data-default - directory doclayout extra filepath fsnotify hledger hledger-lib - megaparsec microlens microlens-platform process safe split text - text-zipper time transformers unix vector vty - ]; - description = "Curses-style terminal interface for the hledger accounting system"; - license = lib.licenses.gpl3Only; - maintainers = with lib.maintainers; [ peti ]; - }) {}; - - "hledger-ui_1_25" = callPackage ({ mkDerivation, ansi-terminal, async, base, brick, cmdargs , containers, data-default, directory, doclayout, extra, filepath , fsnotify, hledger, hledger-lib, megaparsec, microlens @@ -133647,7 +133471,6 @@ self: { ]; description = "Curses-style terminal interface for the hledger accounting system"; license = lib.licenses.gpl3Only; - hydraPlatforms = lib.platforms.none; maintainers = with lib.maintainers; [ peti ]; }) {}; @@ -133671,42 +133494,6 @@ self: { }) {}; "hledger-web" = callPackage - ({ mkDerivation, aeson, base, base64, blaze-html, blaze-markup - , bytestring, case-insensitive, clientsession, cmdargs, conduit - , conduit-extra, containers, data-default, Decimal, directory - , extra, filepath, hjsmin, hledger, hledger-lib, hspec, http-client - , http-conduit, http-types, megaparsec, mtl, network, shakespeare - , template-haskell, text, time, transformers, unix-compat - , unordered-containers, utf8-string, wai, wai-cors, wai-extra - , wai-handler-launch, warp, yaml, yesod, yesod-core, yesod-form - , yesod-static, yesod-test - }: - mkDerivation { - pname = "hledger-web"; - version = "1.24.1"; - sha256 = "1nms55xb1hmiz3l307r690qwa7avj4racir1pg74xxwymldsafs8"; - isLibrary = true; - isExecutable = true; - libraryHaskellDepends = [ - aeson base base64 blaze-html blaze-markup bytestring - case-insensitive clientsession cmdargs conduit conduit-extra - containers data-default Decimal directory extra filepath hjsmin - hledger hledger-lib hspec http-client http-conduit http-types - megaparsec mtl network shakespeare template-haskell text time - transformers unix-compat unordered-containers utf8-string wai - wai-cors wai-extra wai-handler-launch warp yaml yesod yesod-core - yesod-form yesod-static yesod-test - ]; - executableHaskellDepends = [ base ]; - testHaskellDepends = [ - base hledger hledger-lib hspec text yesod yesod-test - ]; - description = "Web-based user interface for the hledger accounting system"; - license = lib.licenses.gpl3Only; - maintainers = with lib.maintainers; [ peti ]; - }) {}; - - "hledger-web_1_25" = callPackage ({ mkDerivation, aeson, base, base64, blaze-html, blaze-markup , bytestring, case-insensitive, clientsession, cmdargs, conduit , conduit-extra, containers, data-default, Decimal, directory @@ -133739,7 +133526,6 @@ self: { ]; description = "Web-based user interface for the hledger accounting system"; license = lib.licenses.gpl3Only; - hydraPlatforms = lib.platforms.none; maintainers = with lib.maintainers; [ peti ]; }) {}; @@ -157204,6 +156990,21 @@ self: { hydraPlatforms = lib.platforms.none; }) {}; + "joy-rewrite" = callPackage + ({ mkDerivation, base, containers, hspec, monad-loops, parsec, text + }: + mkDerivation { + pname = "joy-rewrite"; + version = "0.1.0.0"; + sha256 = "1bfzi4axs0bz0c0aqshixmy73s1whr28iql7i955crm2blwf3zjq"; + libraryHaskellDepends = [ + base containers hspec monad-loops parsec text + ]; + testHaskellDepends = [ base hspec ]; + description = "Transform Joy code using conditional rewrite rules"; + license = lib.licenses.bsd2; + }) {}; + "jpeg" = callPackage ({ mkDerivation, base, mtl }: mkDerivation { @@ -157217,6 +157018,24 @@ self: { broken = true; }) {}; + "jpl-horizons-api" = callPackage + ({ mkDerivation, base, bytestring, megaparsec, optparse-applicative + , req, scientific, text, time + }: + mkDerivation { + pname = "jpl-horizons-api"; + version = "0.3.0.0"; + sha256 = "0b5930dhpwamc8plywdz3gr1jqg2cyp6sskrsrngk9j7rpk6rii9"; + isLibrary = true; + isExecutable = true; + libraryHaskellDepends = [ + base bytestring megaparsec req scientific text time + ]; + executableHaskellDepends = [ base optparse-applicative time ]; + description = "Ephemerides for solar system objects from the JPL Horizons service"; + license = lib.licenses.bsd3; + }) {}; + "jps" = callPackage ({ mkDerivation, base, containers, fingertree, lens, vector }: mkDerivation { @@ -159393,8 +159212,8 @@ self: { pname = "kansas-comet"; version = "0.4.1"; sha256 = "1j54rsqna8xrw1si8i74v0c9k4jjv8a2q001aa8sx4rxb7d1qbzy"; - revision = "1"; - editedCabalFile = "12mg3hb54x680mzyp39bdbhfpjfav531ap02gvsr4k46jvfg0i2p"; + revision = "2"; + editedCabalFile = "19gnng378z76zfi789ysdh1cl50ydsk7745mf6a34d08flk6a9if"; enableSeparateDataOutput = true; libraryHaskellDepends = [ aeson base containers data-default-class scotty stm text time @@ -163504,28 +163323,6 @@ self: { }) {}; "language-docker" = callPackage - ({ mkDerivation, base, bytestring, containers, data-default-class - , hspec, hspec-megaparsec, HUnit, megaparsec, prettyprinter - , QuickCheck, split, text, time - }: - mkDerivation { - pname = "language-docker"; - version = "10.4.1"; - sha256 = "0kcr6kac5wih3dyv7nsqr1847z75ybk13xkp6scs0r0pld5sm28z"; - libraryHaskellDepends = [ - base bytestring containers data-default-class megaparsec - prettyprinter split text time - ]; - testHaskellDepends = [ - base bytestring containers data-default-class hspec - hspec-megaparsec HUnit megaparsec prettyprinter QuickCheck split - text time - ]; - description = "Dockerfile parser, pretty-printer and embedded DSL"; - license = lib.licenses.gpl3Only; - }) {}; - - "language-docker_10_4_2" = callPackage ({ mkDerivation, base, bytestring, containers, data-default-class , hspec, hspec-megaparsec, HUnit, megaparsec, prettyprinter , QuickCheck, split, text, time @@ -163545,7 +163342,6 @@ self: { ]; description = "Dockerfile parser, pretty-printer and embedded DSL"; license = lib.licenses.gpl3Only; - hydraPlatforms = lib.platforms.none; }) {}; "language-dockerfile" = callPackage @@ -188054,6 +187850,8 @@ self: { pname = "mustache"; version = "2.4.0"; sha256 = "0g7bwfc1yx59lk2l12wbh67ydk4rnwam2kv6ypc85qxd0pjbcd4n"; + revision = "1"; + editedCabalFile = "0lx4xhmn37jdikhqvy7bgbkjp23zgp45sdf5v0f274yhp33ym8h9"; isLibrary = true; isExecutable = true; libraryHaskellDepends = [ @@ -195596,6 +195394,32 @@ self: { hydraPlatforms = lib.platforms.none; }) {}; + "nyan-interpolation-core" = callPackage + ({ mkDerivation, base, doctest-parallel, fmt, HUnit, megaparsec + , mtl, process, tasty, tasty-discover, tasty-hunit-compat + , template-haskell, text, vector + }: + mkDerivation { + pname = "nyan-interpolation-core"; + version = "0.9"; + sha256 = "0anisbzp6rxhy2vr2jsirzrks2bfv4pal5aca1gfmgi9phh50bry"; + isLibrary = true; + isExecutable = true; + libraryHaskellDepends = [ + base fmt megaparsec mtl process template-haskell text vector + ]; + executableHaskellDepends = [ + base fmt megaparsec mtl process template-haskell text vector + ]; + testHaskellDepends = [ + base doctest-parallel fmt HUnit megaparsec mtl process tasty + tasty-hunit-compat template-haskell text vector + ]; + testToolDepends = [ tasty-discover ]; + description = "Customize your nyan interpolator!"; + license = lib.licenses.mpl20; + }) {}; + "nylas" = callPackage ({ mkDerivation, aeson, base, bytestring, lens, lens-aeson, pipes , pipes-aeson, pipes-bytestring, pipes-http, pipes-parse, text @@ -201209,40 +201033,6 @@ self: { }) {}; "pandoc-plot" = callPackage - ({ mkDerivation, aeson, base, bytestring, containers, criterion - , data-default, directory, filepath, gitrev, hashable, hspec - , hspec-expectations, lifted-async, lifted-base, mtl - , optparse-applicative, pandoc, pandoc-types, shakespeare, tagsoup - , tasty, tasty-hspec, tasty-hunit, template-haskell, text - , typed-process, unix, yaml - }: - mkDerivation { - pname = "pandoc-plot"; - version = "1.4.0"; - sha256 = "07mpkd367qia6s23ywm6gk32y7xmzca92iasr35n7jl36pr2f8by"; - isLibrary = true; - isExecutable = true; - libraryHaskellDepends = [ - aeson base bytestring containers data-default directory filepath - hashable lifted-async lifted-base mtl pandoc pandoc-types - shakespeare tagsoup template-haskell text typed-process unix yaml - ]; - executableHaskellDepends = [ - base containers directory filepath gitrev optparse-applicative - pandoc pandoc-types template-haskell text typed-process - ]; - testHaskellDepends = [ - base containers directory filepath hspec hspec-expectations - pandoc-types tasty tasty-hspec tasty-hunit text - ]; - benchmarkHaskellDepends = [ - base criterion pandoc-types template-haskell text - ]; - description = "A Pandoc filter to include figures generated from code blocks using your plotting toolkit of choice"; - license = lib.licenses.gpl2Plus; - }) {}; - - "pandoc-plot_1_4_1" = callPackage ({ mkDerivation, aeson, base, bytestring, containers, criterion , data-default, directory, filepath, gitrev, hashable, hspec , hspec-expectations, lifted-async, lifted-base, mtl @@ -201274,7 +201064,6 @@ self: { ]; description = "A Pandoc filter to include figures generated from code blocks using your plotting toolkit of choice"; license = lib.licenses.gpl2Plus; - hydraPlatforms = lib.platforms.none; }) {}; "pandoc-pyplot" = callPackage @@ -202329,8 +202118,8 @@ self: { }: mkDerivation { pname = "parameterized-utils"; - version = "2.1.4.0"; - sha256 = "16hdmlpyjg9gbal195wpglb11i9qbaw8khp3c1433kgdlqz56hj7"; + version = "2.1.5.0"; + sha256 = "1w0r09kqqdwlj13xq5swzci0crmarxz49bc01vyb92xzrsmjkhss"; libraryHaskellDepends = [ base base-orphans constraints containers deepseq ghc-prim hashable hashtables indexed-traversable lens mtl profunctors @@ -203506,10 +203295,8 @@ self: { }: mkDerivation { pname = "password"; - version = "3.0.0.0"; - sha256 = "0x6f4zkqqsa6vi5dvy5sj0f7pqkqq9zw3ph9f0d8vl631zcs2inb"; - revision = "1"; - editedCabalFile = "0083j7wnq6dv663i22n0lmrgq8df5pl96xlyad3jv9l27r4z4gdk"; + version = "3.0.1.0"; + sha256 = "1kdc1lwya9sq3vb5wvvs2bz0z38mqn9cpim4f6awym99c57g01rk"; setupHaskellDepends = [ base Cabal cabal-doctest ]; libraryHaskellDepends = [ base base64 bytestring cryptonite memory password-types @@ -210513,10 +210300,8 @@ self: { }: mkDerivation { pname = "plots"; - version = "0.1.1.2"; - sha256 = "01w56qhyw8w6g8xffrvkp7d6k8l4w9as8v900v29jaq7gz680fhs"; - revision = "2"; - editedCabalFile = "1h6jc8jlgqf7qcim6qd260m3z6bv5hpcg48xzbb81jmxsl374qf9"; + version = "0.1.1.3"; + sha256 = "1gkrwigv53vg1q96z56m86xf6z9g9w4jqaapf81rixqsww7hrbng"; libraryHaskellDepends = [ adjunctions base base-orphans colour containers data-default diagrams-core diagrams-lib directory distributive filepath @@ -212145,8 +211930,8 @@ self: { }: mkDerivation { pname = "polysemy-zoo"; - version = "0.7.0.2"; - sha256 = "1lmwgdd47pcq32fzdhiv0rn319vfsy0fgyjfq7i983dqkq2pssl4"; + version = "0.8.0.0"; + sha256 = "1ylsr092a42xsbx6aancbcnfp1m66azv3vn44hqar069c5y96ilc"; libraryHaskellDepends = [ async base compact constraints containers contravariant exceptions ghc-prim mtl polysemy random reflection streaming text transformers @@ -231017,8 +230802,8 @@ self: { }: mkDerivation { pname = "rhine"; - version = "0.7.0"; - sha256 = "1qnwz48ji3vsb9f44xvidhq6z1p7q06g3k8v7cnbxc54zav076p2"; + version = "0.7.1"; + sha256 = "1pgmbb1l3qf4gm7hb5vic5r85qrq2spzb0r1jniw12sq0jb113dp"; libraryHaskellDepends = [ base containers deepseq dunai free MonadRandom random simple-affine-space time transformers vector-sized @@ -231032,8 +230817,8 @@ self: { ({ mkDerivation, base, dunai, gloss, rhine, transformers }: mkDerivation { pname = "rhine-gloss"; - version = "0.7.0"; - sha256 = "1ldaw9ijd9kcn1x5cd5ch9yz95sb671np4aaa6mqa4sf8w4yjl0m"; + version = "0.7.1"; + sha256 = "0xy135nqjrzqxyvcma7mqp05plfw8xhl9qn827wswrqy8wcg85pm"; isLibrary = true; isExecutable = true; libraryHaskellDepends = [ base dunai gloss rhine transformers ]; @@ -234288,10 +234073,8 @@ self: { }: mkDerivation { pname = "safe-json"; - version = "1.1.2.0"; - sha256 = "1908s40l6chnxlxnqmn95p8hvr5jbjm8hm5dnjbq7czxpw22x7s2"; - revision = "1"; - editedCabalFile = "0276r8ic9yl805nx681ws0x5m1kdl162dc0rshqa24z33i4a09mx"; + version = "1.1.3.0"; + sha256 = "08crkag67ba7d1wczg4953jh4gxs6g0pbvb3idi11q98g2gzpjhm"; libraryHaskellDepends = [ aeson base bytestring containers dlist hashable scientific tasty tasty-hunit tasty-quickcheck text time unordered-containers @@ -243936,31 +243719,6 @@ self: { }) {}; "shakespeare" = callPackage - ({ mkDerivation, aeson, base, blaze-html, blaze-markup, bytestring - , containers, directory, exceptions, ghc-prim, hspec, HUnit, parsec - , process, scientific, template-haskell, text, th-lift, time - , transformers, unordered-containers, vector - }: - mkDerivation { - pname = "shakespeare"; - version = "2.0.25.1"; - sha256 = "183dvpwvlivrkgdijga3gbywqlgg3qlbsjlc2q6cv22x8mnxmjgl"; - libraryHaskellDepends = [ - aeson base blaze-html blaze-markup bytestring containers directory - exceptions ghc-prim parsec process scientific template-haskell text - th-lift time transformers unordered-containers vector - ]; - testHaskellDepends = [ - aeson base blaze-html blaze-markup bytestring containers directory - exceptions ghc-prim hspec HUnit parsec process template-haskell - text time transformers - ]; - description = "A toolkit for making compile-time interpolated templates"; - license = lib.licenses.mit; - maintainers = with lib.maintainers; [ psibi ]; - }) {}; - - "shakespeare_2_0_26" = callPackage ({ mkDerivation, aeson, base, blaze-html, blaze-markup, bytestring , containers, directory, exceptions, ghc-prim, hspec, HUnit, parsec , process, scientific, template-haskell, text, th-lift, time @@ -243982,7 +243740,6 @@ self: { ]; description = "A toolkit for making compile-time interpolated templates"; license = lib.licenses.mit; - hydraPlatforms = lib.platforms.none; maintainers = with lib.maintainers; [ psibi ]; }) {}; @@ -253993,6 +253750,8 @@ self: { pname = "stack"; version = "2.7.5"; sha256 = "103yyfl02chbmkb6csri403921z7jhfdrrv99lch951flv149pcx"; + revision = "1"; + editedCabalFile = "1mig6gkpfynjias4w8grg8s1zly2m51mnj29ljl1fs2qn93dq1iz"; configureFlags = [ "-fdisable-git-info" "-fhide-dependency-versions" "-fsupported-build" @@ -258149,17 +257908,6 @@ self: { }) {}; "string-conv" = callPackage - ({ mkDerivation, base, bytestring, text }: - mkDerivation { - pname = "string-conv"; - version = "0.1.2"; - sha256 = "0fb04bm384rpiq7kd7v783z1sriqialvjyn0f6dg2si9dwza0ngj"; - libraryHaskellDepends = [ base bytestring text ]; - description = "Standardized conversion between string types"; - license = lib.licenses.bsd3; - }) {}; - - "string-conv_0_2_0" = callPackage ({ mkDerivation, base, bytestring, quickcheck-instances, tasty , tasty-quickcheck, text }: @@ -258173,7 +257921,6 @@ self: { ]; description = "Standardized conversion between string types"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; }) {}; "string-conv-tests" = callPackage @@ -281016,28 +280763,6 @@ self: { }) {}; "unordered-containers" = callPackage - ({ mkDerivation, base, bytestring, ChasingBottoms, containers - , deepseq, gauge, hashable, hashmap, HUnit, mtl, QuickCheck, random - , test-framework, test-framework-hunit, test-framework-quickcheck2 - }: - mkDerivation { - pname = "unordered-containers"; - version = "0.2.16.0"; - sha256 = "1vs97x7qzb0n9qwdpi1ffym2yr2rgnlc8nxjrpl4k8b2yay6ikxw"; - libraryHaskellDepends = [ base deepseq hashable ]; - testHaskellDepends = [ - base ChasingBottoms containers hashable HUnit QuickCheck random - test-framework test-framework-hunit test-framework-quickcheck2 - ]; - benchmarkHaskellDepends = [ - base bytestring containers deepseq gauge hashable hashmap mtl - random - ]; - description = "Efficient hashing-based container types"; - license = lib.licenses.bsd3; - }) {}; - - "unordered-containers_0_2_17_0" = callPackage ({ mkDerivation, base, bytestring, ChasingBottoms, containers , deepseq, hashable, hashmap, HUnit, mtl, QuickCheck, random, tasty , tasty-bench, tasty-hunit, tasty-quickcheck, template-haskell @@ -281057,7 +280782,6 @@ self: { ]; description = "Efficient hashing-based container types"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; }) {}; "unordered-containers-rematch" = callPackage @@ -287656,22 +287380,20 @@ self: { }) {}; "wai-middleware-static" = callPackage - ({ mkDerivation, base, bytestring, containers, cryptonite - , directory, expiring-cache-map, filepath, hspec, hspec-discover - , hspec-expectations-lifted, hspec-wai, http-types, memory + ({ mkDerivation, base, base16-bytestring, bytestring, containers + , cryptohash-sha1, directory, expiring-cache-map, filepath, hspec + , hspec-discover, hspec-expectations-lifted, hspec-wai, http-types , mime-types, mockery, old-locale, scotty, semigroups, text, time , wai, wai-extra }: mkDerivation { pname = "wai-middleware-static"; - version = "0.9.1"; - sha256 = "0zf91kq5mdbdzi7rccyjrk5y4lpnwl8pb83wpcifr0gqp6a6avcy"; - revision = "1"; - editedCabalFile = "1r8vglmczbkz7x7dw943ah5zdf2zsnrkc1jn941axmnk9p6c959c"; + version = "0.9.2"; + sha256 = "1ynm0xcr3pj5bbph78p1kpyxvd0n3a0gfdbm6yb7i004ixaqf33c"; libraryHaskellDepends = [ - base bytestring containers cryptonite directory expiring-cache-map - filepath http-types memory mime-types old-locale semigroups text - time wai + base base16-bytestring bytestring containers cryptohash-sha1 + directory expiring-cache-map filepath http-types mime-types + old-locale semigroups text time wai ]; testHaskellDepends = [ base hspec hspec-expectations-lifted hspec-wai http-types mockery @@ -288483,39 +288205,6 @@ self: { }) {}; "warp" = callPackage - ({ mkDerivation, array, async, auto-update, base, bsb-http-chunked - , bytestring, case-insensitive, containers, directory, gauge - , ghc-prim, hashable, hspec, http-client, http-date, http-types - , http2, HUnit, iproute, network, process, QuickCheck - , simple-sendfile, stm, streaming-commons, text, time, time-manager - , unix, unix-compat, unliftio, vault, wai, word8, x509 - }: - mkDerivation { - pname = "warp"; - version = "3.3.19"; - sha256 = "1wq63wrxk4p6ziig9qgqimmd1mx167868qiczd1avh8896p1f6rb"; - libraryHaskellDepends = [ - array auto-update base bsb-http-chunked bytestring case-insensitive - containers ghc-prim hashable http-date http-types http2 iproute - network simple-sendfile stm streaming-commons text time-manager - unix unix-compat unliftio vault wai word8 x509 - ]; - testHaskellDepends = [ - array async auto-update base bsb-http-chunked bytestring - case-insensitive containers directory ghc-prim hashable hspec - http-client http-date http-types http2 HUnit iproute network - process QuickCheck simple-sendfile stm streaming-commons text time - time-manager unix unix-compat unliftio vault wai word8 x509 - ]; - benchmarkHaskellDepends = [ - auto-update base bytestring containers gauge hashable http-date - http-types network time-manager unix unix-compat unliftio x509 - ]; - description = "A fast, light-weight web server for WAI applications"; - license = lib.licenses.mit; - }) {}; - - "warp_3_3_20" = callPackage ({ mkDerivation, array, async, auto-update, base, bsb-http-chunked , bytestring, case-insensitive, containers, directory, gauge , ghc-prim, hashable, hspec, http-client, http-date, http-types @@ -288546,7 +288235,6 @@ self: { ]; description = "A fast, light-weight web server for WAI applications"; license = lib.licenses.mit; - hydraPlatforms = lib.platforms.none; }) {}; "warp-dynamic" = callPackage @@ -293598,28 +293286,6 @@ self: { }) {}; "xeno" = callPackage - ({ mkDerivation, array, base, bytestring, bytestring-mmap, bzlib - , criterion, deepseq, filepath, ghc-prim, hexml, hexpat, hspec, mtl - , mutable-containers, time, vector, weigh, xml - }: - mkDerivation { - pname = "xeno"; - version = "0.4.3"; - sha256 = "0g7vwp41dz2zvw5s9w7cask543p556wlc4rk3vpx5cawr6v4d2ha"; - enableSeparateDataOutput = true; - libraryHaskellDepends = [ - array base bytestring deepseq mtl mutable-containers vector - ]; - testHaskellDepends = [ base bytestring hexml hspec ]; - benchmarkHaskellDepends = [ - base bytestring bytestring-mmap bzlib criterion deepseq filepath - ghc-prim hexml hexpat time weigh xml - ]; - description = "A fast event-based XML parser in pure Haskell"; - license = lib.licenses.bsd3; - }) {}; - - "xeno_0_5" = callPackage ({ mkDerivation, array, base, bytestring, bytestring-mmap, bzlib , criterion, deepseq, filepath, ghc-prim, hexml, hexpat, hspec, mtl , mutable-containers, time, vector, weigh, xml @@ -293639,7 +293305,6 @@ self: { ]; description = "A fast event-based XML parser in pure Haskell"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; }) {}; "xenstore" = callPackage @@ -296474,8 +296139,8 @@ self: { pname = "yampa-canvas"; version = "0.2.3"; sha256 = "0a1pq1psmc4490isr19z4prnqq1w3374vkfmzpw9s20s2p6k5y7r"; - revision = "6"; - editedCabalFile = "01daplf24d506lvgaxc69rhkd3idcyad9igqpb630k03gswvvpcl"; + revision = "7"; + editedCabalFile = "1p7rw89lmdsihgm0fzq6l75d8k642jsaixqwmi5jqla2vz8a4r9m"; isLibrary = true; isExecutable = true; libraryHaskellDepends = [ base blank-canvas stm time Yampa ]; From efca299c539577840349de1062c6d50cbc288b20 Mon Sep 17 00:00:00 2001 From: sternenseemann Date: Wed, 9 Mar 2022 17:26:42 +0100 Subject: [PATCH 125/238] haskellPackages.{basement,foundation}: drop obsolete overrides Stackage has finally also updated to these versions. --- pkgs/development/haskell-modules/configuration-common.nix | 4 ---- 1 file changed, 4 deletions(-) diff --git a/pkgs/development/haskell-modules/configuration-common.nix b/pkgs/development/haskell-modules/configuration-common.nix index de5d068187d9..4c939e2463ca 100644 --- a/pkgs/development/haskell-modules/configuration-common.nix +++ b/pkgs/development/haskell-modules/configuration-common.nix @@ -2380,8 +2380,4 @@ self: super: { # Bounds too strict on base and ghc-prim: https://github.com/tibbe/ekg-core/pull/43 (merged); waiting on hackage release ekg-core = assert super.ekg-core.version == "0.1.1.7"; doJailbreak super.ekg-core; - # Fixes a segfault breaking the test suite, bump until stackage follows suit - foundation = doDistribute self.foundation_0_0_28; - basement = doDistribute self.basement_0_0_14; - } // import ./configuration-tensorflow.nix {inherit pkgs haskellLib;} self super From 86e22e8560980064a8dc860e5415c4b121d94c25 Mon Sep 17 00:00:00 2001 From: sternenseemann Date: Wed, 9 Mar 2022 18:01:36 +0100 Subject: [PATCH 126/238] haskellPackages.hgeometry: drop obsolete patch The changes have been released by upstream in the meantime. --- .../haskell-modules/configuration-common.nix | 22 ------------------- 1 file changed, 22 deletions(-) diff --git a/pkgs/development/haskell-modules/configuration-common.nix b/pkgs/development/haskell-modules/configuration-common.nix index 4c939e2463ca..ebaf4ae04229 100644 --- a/pkgs/development/haskell-modules/configuration-common.nix +++ b/pkgs/development/haskell-modules/configuration-common.nix @@ -1774,28 +1774,6 @@ self: super: { # https://github.com/noinia/hgeometry/commit/a6abecb1ce4a7fd96b25cc1a5c65cd4257ecde7a#commitcomment-49282301 hgeometry-combinatorial = dontCheck (doJailbreak super.hgeometry-combinatorial); - # Apply unreleased upstream patches allowing to build with GHC >= 9.0 - # https://github.com/noinia/hgeometry/pull/164#issuecomment-1057478339 - hgeometry = appendPatch [ - (pkgs.fetchpatch { - name = "hgeometry-ghc-9.0.patch"; - url = "https://github.com/noinia/hgeometry/pull/164.patch"; - includes = [ - "**/Data/Geometry/Box/Internal.hs" - "**/Data/Geometry/HyperPlane.hs" - "**/Data/Geometry/KDTree.hs" - "**/Data/Geometry/Point/*" - "**/Data/Geometry/PolyLine.hs" - "**/Data/Geometry/RangeTree**" - "**/Data/Geometry/Transformation/**" - "**/Data/Geometry/Vector**" - "**/Algorithms/Geometry/WSPD.hs" - ]; - sha256 = "0wmp0lpns17ixlhkslmakrnkvrjkfg6gc120mlr4lbi6lmlgflm4"; - stripLen = 1; - }) - ] super.hgeometry; - # Too strict version bounds on ansi-terminal # https://github.com/kowainik/co-log/pull/218 co-log = doJailbreak super.co-log; From 98d263c0e07f9c5c5f5ccb98f76e1eb8bfc87a69 Mon Sep 17 00:00:00 2001 From: Robert Hensing Date: Thu, 10 Mar 2022 13:48:15 +0100 Subject: [PATCH 127/238] haskell.packages.ghc922.lzma-conduit: Jailbreak --- pkgs/development/haskell-modules/configuration-ghc-9.2.x.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/pkgs/development/haskell-modules/configuration-ghc-9.2.x.nix b/pkgs/development/haskell-modules/configuration-ghc-9.2.x.nix index b7e89e94d35c..1c3a5311d5f9 100644 --- a/pkgs/development/haskell-modules/configuration-ghc-9.2.x.nix +++ b/pkgs/development/haskell-modules/configuration-ghc-9.2.x.nix @@ -108,6 +108,7 @@ self: super: { indexed-traversable-instances = doJailbreak super.indexed-traversable-instances; lifted-async = doJailbreak super.lifted-async; lukko = doJailbreak super.lukko; + lzma-conduit = doJailbreak super.lzma-conduit; ormolu = self.ormolu_0_4_0_0; parallel = doJailbreak super.parallel; path = doJailbreak super.path; From 451278963bcdf39c8e43c64f92d601cca659fe28 Mon Sep 17 00:00:00 2001 From: Robert Hensing Date: Thu, 10 Mar 2022 13:49:22 +0100 Subject: [PATCH 128/238] haskell.packages.ghc922.protolude: Patch --- .../haskell-modules/configuration-ghc-9.2.x.nix | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/pkgs/development/haskell-modules/configuration-ghc-9.2.x.nix b/pkgs/development/haskell-modules/configuration-ghc-9.2.x.nix index 1c3a5311d5f9..058791fafbd3 100644 --- a/pkgs/development/haskell-modules/configuration-ghc-9.2.x.nix +++ b/pkgs/development/haskell-modules/configuration-ghc-9.2.x.nix @@ -114,6 +114,13 @@ self: super: { path = doJailbreak super.path; polyparse = overrideCabal (drv: { postPatch = "sed -i -e 's, <0.11, <0.12,' polyparse.cabal"; }) (doJailbreak super.polyparse); primitive = doJailbreak super.primitive; + # https://github.com/protolude/protolude/pull/136 + protolude = appendPatches [ + (pkgs.fetchpatch { + url = "https://github.com/protolude/protolude/commit/47820a36c25ea6f0c6e44382f7d4f3507358b8e7.diff"; + sha256 = "sha256-PtHx5SyTgqFzI03YVeQD+RqglO6ASMQWSxdpy4ROMDY="; + }) + ] (doJailbreak super.protolude); regex-posix = doJailbreak super.regex-posix; resolv = doJailbreak super.resolv; retrie = doDistribute (dontCheck self.retrie_1_2_0_1); From ec2c273190317a9a4add52da2cbbb8f830e25938 Mon Sep 17 00:00:00 2001 From: Robert Hensing Date: Thu, 10 Mar 2022 13:49:59 +0100 Subject: [PATCH 129/238] haskell.packages.ghc922.servant*: Jailbreak and patch --- .../haskell-modules/configuration-ghc-9.2.x.nix | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/pkgs/development/haskell-modules/configuration-ghc-9.2.x.nix b/pkgs/development/haskell-modules/configuration-ghc-9.2.x.nix index 058791fafbd3..d0994df6f678 100644 --- a/pkgs/development/haskell-modules/configuration-ghc-9.2.x.nix +++ b/pkgs/development/haskell-modules/configuration-ghc-9.2.x.nix @@ -126,6 +126,18 @@ self: super: { retrie = doDistribute (dontCheck self.retrie_1_2_0_1); singleton-bool = doJailbreak super.singleton-bool; scientific = doJailbreak super.scientific; + servant = doJailbreak super.servant; + servant-auth = doJailbreak super.servant-auth; + servant-server = appendPatches [ + # awaiting release + (pkgs.fetchpatch { + url = "https://github.com/haskell-servant/servant/commit/61d0d14b5cb01db3d589101b3f17b0178f52e386.diff"; + stripLen = 1; + sha256 = "sha256-trkXnzT4ZGLT2GKRJXQryuscR4K/FqKxSvTf26eePm0="; + }) + ] (doJailbreak super.servant-server); + servant-swagger = doJailbreak super.servant-swagger; + servant-auth-swagger = doJailbreak super.servant-auth-swagger; shelly = doJailbreak super.shelly; split = doJailbreak super.split; splitmix = doJailbreak super.splitmix; From 44cb144942c0486e77333434035b0c11d3a16246 Mon Sep 17 00:00:00 2001 From: Robert Hensing Date: Thu, 10 Mar 2022 13:50:12 +0100 Subject: [PATCH 130/238] haskell.packages.ghc922.tomland: Jailbreak --- pkgs/development/haskell-modules/configuration-ghc-9.2.x.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/pkgs/development/haskell-modules/configuration-ghc-9.2.x.nix b/pkgs/development/haskell-modules/configuration-ghc-9.2.x.nix index d0994df6f678..63756ff655f5 100644 --- a/pkgs/development/haskell-modules/configuration-ghc-9.2.x.nix +++ b/pkgs/development/haskell-modules/configuration-ghc-9.2.x.nix @@ -147,6 +147,7 @@ self: super: { th-desugar = self.th-desugar_1_13; these = doJailbreak super.these; time-compat = doJailbreak super.time-compat; + tomland = doJailbreak super.tomland; type-equality = doJailbreak super.type-equality; unordered-containers = doJailbreak super.unordered-containers; vector = doJailbreak (dontCheck super.vector); From c2c0e150da6596b3e4a58b62a2094a553fcebb2b Mon Sep 17 00:00:00 2001 From: Robert Hensing Date: Fri, 11 Mar 2022 17:09:25 +0100 Subject: [PATCH 131/238] arion: Fix name-setting patch "Cabal"'s pname must be original for edited cabal file fetching to work. --- pkgs/applications/virtualization/arion/default.nix | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/pkgs/applications/virtualization/arion/default.nix b/pkgs/applications/virtualization/arion/default.nix index 33b2b000cbfc..efe13868524b 100644 --- a/pkgs/applications/virtualization/arion/default.nix +++ b/pkgs/applications/virtualization/arion/default.nix @@ -16,11 +16,16 @@ let - make it self-contained by including docker-compose */ arion = - justStaticExecutables ( + (justStaticExecutables ( overrideCabal cabalOverrides arion-compose - ); + ) + ).overrideAttrs (o: { + # Patch away the arion-compose name. Unlike the Haskell library, the program + # is called arion (arion was already taken on hackage). + pname = "arion"; + }); inherit (haskell.lib.compose) justStaticExecutables overrideCabal; @@ -31,9 +36,6 @@ let passthru = (o.passthru or {}) // { inherit eval build; }; - # Patch away the arion-compose name. Unlike the Haskell library, the program - # is called arion (arion was already taken on hackage). - pname = "arion"; src = arion-compose.src; # PYTHONPATH From 19f8fcd76692a28dabaf195e30b467d2d72992e2 Mon Sep 17 00:00:00 2001 From: Robert Hensing Date: Fri, 11 Mar 2022 17:28:38 +0100 Subject: [PATCH 132/238] haskellPackages: stackage-nightly 2022-03-09 -> 2022-03-10 This commit has been generated by maintainers/scripts/haskell/update-stackage.sh --- .../haskell-modules/configuration-hackage2nix/stackage.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pkgs/development/haskell-modules/configuration-hackage2nix/stackage.yaml b/pkgs/development/haskell-modules/configuration-hackage2nix/stackage.yaml index 17f775791b1b..73aafc74ff05 100644 --- a/pkgs/development/haskell-modules/configuration-hackage2nix/stackage.yaml +++ b/pkgs/development/haskell-modules/configuration-hackage2nix/stackage.yaml @@ -1,4 +1,4 @@ -# Stackage Nightly 2022-03-09 +# Stackage Nightly 2022-03-10 # This file is auto-generated by # maintainers/scripts/haskell/update-stackage.sh default-package-overrides: @@ -1235,7 +1235,7 @@ default-package-overrides: - immortal-queue ==0.1.0.1 - inbox ==0.2.0 - include-file ==0.1.0.4 - - incremental-parser ==0.5.0.2 + - incremental-parser ==0.5.0.3 - indents ==0.5.0.1 - indexed ==0.1.3 - indexed-containers ==0.1.0.2 @@ -1306,7 +1306,7 @@ default-package-overrides: - json-feed ==2.0.0.0 - jsonifier ==0.2 - jsonpath ==0.2.1.0 - - JuicyPixels ==3.3.6 + - JuicyPixels ==3.3.7 - JuicyPixels-blurhash ==0.1.0.3 - JuicyPixels-extra ==0.5.2 - JuicyPixels-scale-dct ==0.1.2 From 14fd583715ef7db3b8c3b0aa0ba3e3ed43d6e582 Mon Sep 17 00:00:00 2001 From: Robert Hensing Date: Fri, 11 Mar 2022 17:28:54 +0100 Subject: [PATCH 133/238] all-cabal-hashes: 2022-03-09T16:42:26Z -> 2022-03-11T16:24:54Z This commit has been generated by maintainers/scripts/haskell/update-hackage.sh --- pkgs/data/misc/hackage/pin.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/pkgs/data/misc/hackage/pin.json b/pkgs/data/misc/hackage/pin.json index 0f7c07d229d9..ca16311b26dd 100644 --- a/pkgs/data/misc/hackage/pin.json +++ b/pkgs/data/misc/hackage/pin.json @@ -1,6 +1,6 @@ { - "commit": "19de4443483db353240af6ba8a55b3cda4cd9456", - "url": "https://github.com/commercialhaskell/all-cabal-hashes/archive/19de4443483db353240af6ba8a55b3cda4cd9456.tar.gz", - "sha256": "1ijbb6agy1figq4f532vacsvhpkam7ks87in45s88k32r366id0p", - "msg": "Update from Hackage at 2022-03-09T16:42:26Z" + "commit": "01da98c0f963409570afe3c032705ae3042e93c2", + "url": "https://github.com/commercialhaskell/all-cabal-hashes/archive/01da98c0f963409570afe3c032705ae3042e93c2.tar.gz", + "sha256": "17xdhaycch9s7l8g5ryjgv003pb9bzqlbi5nwvp5rgnk1h7lhf7h", + "msg": "Update from Hackage at 2022-03-11T16:24:54Z" } From 4eba052b8d10601c6519faca564cdf6cc95e9ad9 Mon Sep 17 00:00:00 2001 From: Robert Hensing Date: Fri, 11 Mar 2022 17:29:38 +0100 Subject: [PATCH 134/238] haskellPackages: regenerate package set based on current config This commit has been generated by maintainers/scripts/haskell/regenerate-hackage-packages.sh --- .../haskell-modules/hackage-packages.nix | 318 +++++++++++++----- 1 file changed, 231 insertions(+), 87 deletions(-) diff --git a/pkgs/development/haskell-modules/hackage-packages.nix b/pkgs/development/haskell-modules/hackage-packages.nix index 1d297bf74313..fafc4f2c6d3d 100644 --- a/pkgs/development/haskell-modules/hackage-packages.nix +++ b/pkgs/development/haskell-modules/hackage-packages.nix @@ -11753,8 +11753,8 @@ self: { }: mkDerivation { pname = "JuicyPixels"; - version = "3.3.6"; - sha256 = "1f8giivsqxma19ax78dr7j4gir12iyfqn2mlsd27zzl8dn7dy6w1"; + version = "3.3.7"; + sha256 = "1rrvapzcj0q8sigxq1zq2k4h88i1r2hyca4p7pkqa1b4pk6vhdny"; libraryHaskellDepends = [ base binary bytestring containers deepseq mtl primitive transformers vector zlib @@ -13570,22 +13570,24 @@ self: { }) {}; "MiniAgda" = callPackage - ({ mkDerivation, alex, array, base, containers, happy - , haskell-src-exts, mtl, pretty + ({ mkDerivation, alex, array, base, containers, goldplate, happy + , haskell-src-exts, mtl, pretty, process, transformers }: mkDerivation { pname = "MiniAgda"; - version = "0.2020.4.14"; - sha256 = "0fj0fk2i47yrfqiapl3wkj8n74rjpndvwxg2dzx3185glb06cjxj"; + version = "0.2022.3.11"; + sha256 = "1h1zcq3hsx8nxayzp3sa1qd1mlaigshqknkp3xn66yiv08f6vgmc"; isLibrary = false; isExecutable = true; enableSeparateDataOutput = true; executableHaskellDepends = [ - array base containers haskell-src-exts mtl pretty + array base containers haskell-src-exts mtl pretty transformers ]; executableToolDepends = [ alex happy ]; + testHaskellDepends = [ base process ]; + testToolDepends = [ goldplate ]; description = "A toy dependently typed programming language with type-based termination"; - license = "unknown"; + license = lib.licenses.mit; hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -30488,15 +30490,17 @@ self: { "annotated-exception" = callPackage ({ mkDerivation, base, containers, hspec, hspec-discover - , safe-exceptions, text + , safe-exceptions, text, unliftio-core }: mkDerivation { pname = "annotated-exception"; - version = "0.1.1.0"; - sha256 = "14xz652plw3m63ql9mcg41c2ffyc81zbhlp4r2v7dna8gm1i92ds"; - libraryHaskellDepends = [ base containers safe-exceptions text ]; + version = "0.1.2.0"; + sha256 = "01iilib225sjv69qy2dwafgg0xhv7jbmjqnpcdivn0w4bg7m6g6r"; + libraryHaskellDepends = [ + base containers safe-exceptions text unliftio-core + ]; testHaskellDepends = [ - base containers hspec safe-exceptions text + base containers hspec safe-exceptions text unliftio-core ]; testToolDepends = [ hspec-discover ]; description = "Exceptions, with checkpoints and context"; @@ -33119,6 +33123,8 @@ self: { pname = "arion-compose"; version = "0.1.3.0"; sha256 = "1pw0vqx1y3zgq303gdgd3vkz95mqrv8hl0pfkw6kyc49hj7l864y"; + revision = "1"; + editedCabalFile = "03pp8dhxdcjkxw2mxgy667p266chbsqn13vc900cccy3qibqqk6m"; isLibrary = true; isExecutable = true; enableSeparateDataOutput = true; @@ -40417,6 +40423,22 @@ self: { license = lib.licenses.bsd3; }) {}; + "bencoding-lens" = callPackage + ({ mkDerivation, base, bencoding, bytestring, cryptonite, hspec + , http-conduit, lens + }: + mkDerivation { + pname = "bencoding-lens"; + version = "0.1.0.0"; + sha256 = "0n4igbdc2x2415giwpy4w9n54c54y2afw8bbrqjmp8ykcfjmqfzm"; + libraryHaskellDepends = [ base bencoding bytestring lens ]; + testHaskellDepends = [ + base bencoding cryptonite hspec http-conduit lens + ]; + description = "Lenses for bencoded data"; + license = lib.licenses.bsd3; + }) {}; + "bento" = callPackage ({ mkDerivation, base }: mkDerivation { @@ -76093,6 +76115,8 @@ self: { pname = "dhall-lsp-server"; version = "1.1.0"; sha256 = "1srxc0njiccl7z7yx1sx2ymr7hmljfxlghjg6qavcr90kc78hhwd"; + revision = "1"; + editedCabalFile = "0rkh3x7l851fp4k6khvclmxy98ybv24fblv7kmlpjj13lh50w10k"; isLibrary = true; isExecutable = true; libraryHaskellDepends = [ @@ -78392,8 +78416,8 @@ self: { }: mkDerivation { pname = "disco"; - version = "0.1.3.1"; - sha256 = "1sb1ppa6p47n8bfpmmlyylldkzh89wdmykg1biwn4757vf5dmp4a"; + version = "0.1.4"; + sha256 = "0njxqk4dqiz5xl7hpxa4d0mbz0kampvhq4qnfspihk4y5sa1qfg9"; isLibrary = true; isExecutable = true; enableSeparateDataOutput = true; @@ -89934,8 +89958,8 @@ self: { }: mkDerivation { pname = "exitcode"; - version = "0.1.0.3"; - sha256 = "10jixhjzph2jv9fr67jg2haknkjw39bsxzfpl5i560r243bh4gba"; + version = "0.1.0.4"; + sha256 = "1dh1jpiy5av5w3zc8nlj2gy60v29xh31xshkjsxyyz6799pr3yvh"; libraryHaskellDepends = [ base lens mmorph mtl semigroupoids semigroups transformers ]; @@ -103918,6 +103942,17 @@ self: { broken = true; }) {}; + "ghc-corroborate" = callPackage + ({ mkDerivation, base, ghc, ghc-tcplugins-extra }: + mkDerivation { + pname = "ghc-corroborate"; + version = "0.1.0"; + sha256 = "0p7vnn0hyyk5d1bm10hxckzh8dga9b39n4cmcbfdb6h5schgcjdy"; + libraryHaskellDepends = [ base ghc ghc-tcplugins-extra ]; + description = "An flatter API for GHC typechecker plugins"; + license = lib.licenses.mpl20; + }) {}; + "ghc-datasize" = callPackage ({ mkDerivation, base, deepseq, ghc-prim }: mkDerivation { @@ -104554,14 +104589,14 @@ self: { license = lib.licenses.bsd3; }) {}; - "ghc-lib-parser-ex_9_2_0_2" = callPackage + "ghc-lib-parser-ex_9_2_0_3" = callPackage ({ mkDerivation, base, bytestring, containers, directory, extra , filepath, ghc-lib-parser, tasty, tasty-hunit, uniplate }: mkDerivation { pname = "ghc-lib-parser-ex"; - version = "9.2.0.2"; - sha256 = "0hw0xypixij596y8w1ldsyxbvlj0cabf9ysy16pqavzk3fc6h6z4"; + version = "9.2.0.3"; + sha256 = "178cgr279716gpnlsky99qasmk9jma2jdsk8xfnhk6ibm1p5gfbv"; libraryHaskellDepends = [ base bytestring containers ghc-lib-parser uniplate ]; @@ -112504,8 +112539,8 @@ self: { }: mkDerivation { pname = "google-server-api"; - version = "0.3.3.1"; - sha256 = "17lsjlfkr3crxyxhj7w77ga7h7c6va6z5qmyvmhwapmym1zmsqrs"; + version = "0.4.0.1"; + sha256 = "064y4rw4dpx3k9h7p8pwzydkrbh5ljnqgzlxdsgis665hh4kp0rr"; libraryHaskellDepends = [ aeson aeson-casing base base64-bytestring bytestring HsOpenSSL http-api-data http-client http-client-tls http-media mime-mail @@ -129220,8 +129255,8 @@ self: { }: mkDerivation { pname = "hercules-ci-agent"; - version = "0.8.6"; - sha256 = "1i4fa84cnwvbwkwfmvvzfyi27h2df3xn0jw0ww78r5cjnslg55ms"; + version = "0.8.7"; + sha256 = "1yjcvrwvicipcipl3lcv2x1835hydprhf9ihi8b9rmq7mc7lg6i0"; isLibrary = true; isExecutable = true; setupHaskellDepends = [ base Cabal cabal-pkg-config-version-hook ]; @@ -129303,8 +129338,8 @@ self: { }: mkDerivation { pname = "hercules-ci-api-agent"; - version = "0.4.1.1"; - sha256 = "0v9fw4vqmv8vxsgrk01prwb9n7d3zpk50366b3c8sqr5xhss9vj5"; + version = "0.4.1.2"; + sha256 = "137yhmxqjpfbkka4iv7f9d2ib7scrghb90mz462j0danmgwnybm8"; libraryHaskellDepends = [ aeson base base64-bytestring-type bytestring containers cookie deepseq exceptions hashable hercules-ci-api-core http-api-data @@ -129360,8 +129395,8 @@ self: { }: mkDerivation { pname = "hercules-ci-cli"; - version = "0.2.5"; - sha256 = "0c905a1sszbl9pmfi98ml0hac5v3sbi3zyb7m4h6jcgkya7xzr2a"; + version = "0.2.6"; + sha256 = "1dvn1h5qpfsqqxk0xlyfm94pqhjcwlh3dh25gicwa4bz804xm0kj"; isLibrary = true; isExecutable = true; libraryHaskellDepends = [ @@ -129396,8 +129431,8 @@ self: { }: mkDerivation { pname = "hercules-ci-cnix-expr"; - version = "0.2.0.1"; - sha256 = "0h8nn5an1s35ahv7s12g55f0r94gli6ba9c6m5xzlc2ywxbgzs60"; + version = "0.2.0.2"; + sha256 = "1jfqnm658xs2pgw9ayjll91hvp9ww5y8ibiy7c24dc6g4lqvf171"; setupHaskellDepends = [ base Cabal cabal-pkg-config-version-hook ]; libraryHaskellDepends = [ aeson base bytestring conduit containers exceptions @@ -151250,8 +151285,8 @@ self: { }: mkDerivation { pname = "incipit"; - version = "0.1.0.4"; - sha256 = "18chlrsf93mk5x6r2kcx6z0zbhyc760dvm55vhg027kq0g1cf5kv"; + version = "0.2.0.0"; + sha256 = "1c2p9arg4n69nyxgjkqqn0smxkx86lvvz8psx2ganlm2c17yg1r7"; libraryHaskellDepends = [ base incipit-core polysemy-conc polysemy-log polysemy-resume polysemy-time @@ -151266,8 +151301,8 @@ self: { }: mkDerivation { pname = "incipit-base"; - version = "0.1.0.3"; - sha256 = "1mn5gcgnzr1v6zkkym5xbshcxikpgp1h8rlw0bnhgmadvabq4bg6"; + version = "0.2.0.0"; + sha256 = "1a8ryvsr1vrdnjczzidw0inzz6dpwfavwwv1a5wv649rnfgj15yq"; libraryHaskellDepends = [ base bytestring containers data-default stm text ]; @@ -151279,8 +151314,8 @@ self: { ({ mkDerivation, base, incipit-base, polysemy }: mkDerivation { pname = "incipit-core"; - version = "0.1.0.3"; - sha256 = "11yqbfaqnlpd6ys4l2wkww1fh6jmn01za514szgf07jkwx1svjli"; + version = "0.2.0.0"; + sha256 = "02qjcmiz6pyqqqmzq1im2ylcn5dy4bkk8inkb8kdnzf866l14vd7"; libraryHaskellDepends = [ base incipit-base polysemy ]; description = "A Prelude for Polysemy"; license = "BSD-2-Clause-Patent"; @@ -151387,8 +151422,8 @@ self: { }: mkDerivation { pname = "incremental-parser"; - version = "0.5.0.2"; - sha256 = "15437dkn8j17ba71c3h6ck2f6sbnmp3acg2grg97awb962azm9fj"; + version = "0.5.0.3"; + sha256 = "11qzq2knpv0h8m1qfd6byqq5kbzxiz91vcgaicm1mlj0m554wlrs"; libraryHaskellDepends = [ base input-parsers monoid-subclasses parsers rank2classes transformers @@ -173523,8 +173558,8 @@ self: { }: mkDerivation { pname = "lumberjack"; - version = "1.0.0.1"; - sha256 = "0m0xyy42d2ibmnyhixf5hs65a2b1fhbjzx5j3430wcvzb4h71fdc"; + version = "1.0.1.0"; + sha256 = "0xyza6k73cnqldzqaaqrrx33lwk75gd6qkp85b7byckdkvyy8akh"; isLibrary = true; isExecutable = true; libraryHaskellDepends = [ @@ -178374,6 +178409,23 @@ self: { license = lib.licenses.bsd3; }) {}; + "memory_0_17_0" = callPackage + ({ mkDerivation, base, basement, bytestring, deepseq, foundation + , ghc-prim + }: + mkDerivation { + pname = "memory"; + version = "0.17.0"; + sha256 = "0yl3ivvn7i9wbx910b7bzj9c3g0jjjk91j05wj74qb5zx2yyf9rk"; + libraryHaskellDepends = [ + base basement bytestring deepseq ghc-prim + ]; + testHaskellDepends = [ base basement bytestring foundation ]; + description = "memory and related abstraction stuff"; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + }) {}; + "memory-cd" = callPackage ({ mkDerivation, base, basement-cd, bytestring, deepseq, foundation , ghc-prim, memory @@ -192835,10 +192887,8 @@ self: { }: mkDerivation { pname = "nix-diff"; - version = "1.0.17"; - sha256 = "1jv7gqa081fjkf36l7868slpqr9qf0jd65s3wr24h5q1jlbcnfk2"; - revision = "1"; - editedCabalFile = "0g222kd1whm4rpxy75jcsv5zgbw4cj8wfb46labxpvd37n7q598m"; + version = "1.0.18"; + sha256 = "0pqz207zywcs38w8yaq5qgbsps7vx0zf2wykaxq9zs43d74ygh64"; isLibrary = false; isExecutable = true; executableHaskellDepends = [ @@ -194470,8 +194520,8 @@ self: { }: mkDerivation { pname = "nri-test-encoding"; - version = "0.1.1.2"; - sha256 = "1b2k4g1vm3mc72g4j979pk5y9jqn4y1aa394wfzwck7n1jhg8rzb"; + version = "0.1.1.3"; + sha256 = "03nvsncnhln3hyv32l2sq3l5v8pd59x48cch9861qg704jdkv4yi"; libraryHaskellDepends = [ aeson aeson-pretty base bytestring filepath nri-prelude nri-redis servant servant-auth-server servant-server text @@ -195394,32 +195444,61 @@ self: { hydraPlatforms = lib.platforms.none; }) {}; + "nyan-interpolation" = callPackage + ({ mkDerivation, base, fmt, haskell-src-exts, haskell-src-meta + , HUnit, nyan-interpolation-core, tasty, tasty-discover + , tasty-hunit-compat, template-haskell, text + }: + mkDerivation { + pname = "nyan-interpolation"; + version = "0.9"; + sha256 = "0asxwpi2csj3rsb69r0brlmx97740jzn2bh161997q303v3vanwl"; + libraryHaskellDepends = [ + base fmt haskell-src-exts haskell-src-meta nyan-interpolation-core + template-haskell text + ]; + testHaskellDepends = [ + base fmt haskell-src-exts haskell-src-meta HUnit + nyan-interpolation-core tasty tasty-hunit-compat template-haskell + text + ]; + testToolDepends = [ tasty-discover ]; + description = "Flexible production-scale string interpolation library"; + license = lib.licenses.mpl20; + }) {}; + "nyan-interpolation-core" = callPackage - ({ mkDerivation, base, doctest-parallel, fmt, HUnit, megaparsec - , mtl, process, tasty, tasty-discover, tasty-hunit-compat - , template-haskell, text, vector + ({ mkDerivation, base, fmt, HUnit, megaparsec, mtl, tasty + , tasty-discover, tasty-hunit-compat, template-haskell, text + , vector }: mkDerivation { pname = "nyan-interpolation-core"; - version = "0.9"; - sha256 = "0anisbzp6rxhy2vr2jsirzrks2bfv4pal5aca1gfmgi9phh50bry"; - isLibrary = true; - isExecutable = true; + version = "0.9.0.1"; + sha256 = "0sxrzqja67xgp3lm15s6qmm040b76kkwyvwvmqbk012j0pac1fh2"; libraryHaskellDepends = [ - base fmt megaparsec mtl process template-haskell text vector - ]; - executableHaskellDepends = [ - base fmt megaparsec mtl process template-haskell text vector + base fmt megaparsec mtl template-haskell text vector ]; testHaskellDepends = [ - base doctest-parallel fmt HUnit megaparsec mtl process tasty - tasty-hunit-compat template-haskell text vector + base fmt HUnit megaparsec mtl tasty tasty-hunit-compat + template-haskell text vector ]; testToolDepends = [ tasty-discover ]; description = "Customize your nyan interpolator!"; license = lib.licenses.mpl20; }) {}; + "nyan-interpolation-simple" = callPackage + ({ mkDerivation, base, nyan-interpolation-core, text }: + mkDerivation { + pname = "nyan-interpolation-simple"; + version = "0.9"; + sha256 = "0i3x0caqsvwx21h847icfdj197gvpr7xvpglyg6z5jzcjy45b0qz"; + libraryHaskellDepends = [ base nyan-interpolation-core text ]; + description = "Simplified lightweight interpolation"; + license = lib.licenses.mpl20; + }) {}; + "nylas" = callPackage ({ mkDerivation, aeson, base, bytestring, lens, lens-aeson, pipes , pipes-aeson, pipes-bytestring, pipes-http, pipes-parse, text @@ -201400,6 +201479,8 @@ self: { pname = "pantry"; version = "0.5.2.1"; sha256 = "0g1v78mgxa6mn0vm6yii3nzfdwpn4hgrlcld1h3mbwaxn6c8116k"; + revision = "1"; + editedCabalFile = "15gyndsfckzc0iz5bhh4hbiszcyv1mp65445f4mmf6b6pfcq7qag"; libraryHaskellDepends = [ aeson ansi-terminal base bytestring Cabal casa-client casa-types conduit conduit-extra containers cryptonite cryptonite-conduit @@ -205917,6 +205998,33 @@ self: { license = lib.licenses.mit; }) {}; + "persistent-mysql_2_13_1_1" = callPackage + ({ mkDerivation, aeson, base, blaze-builder, bytestring, conduit + , containers, fast-logger, hspec, http-api-data, HUnit + , monad-logger, mysql, mysql-simple, path-pieces, persistent + , persistent-qq, persistent-test, QuickCheck, quickcheck-instances + , resource-pool, resourcet, text, time, transformers, unliftio-core + }: + mkDerivation { + pname = "persistent-mysql"; + version = "2.13.1.1"; + sha256 = "1g2gx9qryraqbwbf1mni4p1p8fbi36a479dqfgn98y1p4sv1qvyx"; + libraryHaskellDepends = [ + aeson base blaze-builder bytestring conduit containers monad-logger + mysql mysql-simple persistent resource-pool resourcet text + transformers unliftio-core + ]; + testHaskellDepends = [ + aeson base bytestring conduit containers fast-logger hspec + http-api-data HUnit monad-logger mysql path-pieces persistent + persistent-qq persistent-test QuickCheck quickcheck-instances + resourcet text time transformers unliftio-core + ]; + description = "Backend for the persistent library using MySQL database server"; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; + }) {}; + "persistent-mysql-haskell" = callPackage ({ mkDerivation, aeson, base, bytestring, conduit, containers , fast-logger, hspec, HUnit, io-streams, monad-logger @@ -211351,8 +211459,8 @@ self: { }: mkDerivation { pname = "polysemy-chronos"; - version = "0.3.0.0"; - sha256 = "087fys4lsk87mc7w6nq30l8lj1rx54rbr85d1n28ghsakyz70l3x"; + version = "0.4.0.0"; + sha256 = "0wcd9g5ad846s2z7i10krphlks1n7ywlcs64aqv91yxlxfnlb9d8"; libraryHaskellDepends = [ base chronos incipit-core polysemy-time ]; @@ -211370,8 +211478,8 @@ self: { }: mkDerivation { pname = "polysemy-conc"; - version = "0.6.0.1"; - sha256 = "03h8q2mrkx0x5lyd26csygjg0yxlhlyz01xh3llmb45wzrh1cz4c"; + version = "0.7.0.0"; + sha256 = "0jr5wh0sxbymz4p9x2p86cm9djr8bybss747xx9c778va0vgcncg"; libraryHaskellDepends = [ async base containers incipit-core polysemy polysemy-resume polysemy-time stm stm-chans torsor unagi-chan unix @@ -211515,8 +211623,8 @@ self: { }: mkDerivation { pname = "polysemy-log"; - version = "0.5.0.0"; - sha256 = "00yhgc08afnhrfj2dm98is9jlcg81mcsm507li3g472z7sxxpgsh"; + version = "0.6.0.1"; + sha256 = "04fghlmqimcc4wm9qbmbjxcvzjrhdijg5h0f135yqlc598f0ny9i"; libraryHaskellDepends = [ ansi-terminal async base incipit-core polysemy polysemy-conc polysemy-time stm time @@ -211536,8 +211644,8 @@ self: { }: mkDerivation { pname = "polysemy-log-co"; - version = "0.5.0.0"; - sha256 = "0ka17hqjhhfv9vgw75d65h3savjymslmm6rf14bwp12fwgzrikiz"; + version = "0.6.0.1"; + sha256 = "0b3fi8ql4vj13ijg2f6xay50wp26ypdbifwrahg29sibx77qp5lr"; libraryHaskellDepends = [ base co-log co-log-polysemy incipit-core polysemy polysemy-conc polysemy-log polysemy-time stm @@ -211558,8 +211666,8 @@ self: { }: mkDerivation { pname = "polysemy-log-di"; - version = "0.5.0.0"; - sha256 = "0l722i4hgls71l69k6bpajsd2b2492phc1xazfrz5zkgxg1qikns"; + version = "0.6.0.1"; + sha256 = "016nicml88ahpkz3jj7r29f7v6bkch4pci2iwfx8iwx48g6hkq9w"; libraryHaskellDepends = [ base di-polysemy incipit-core polysemy polysemy-conc polysemy-log polysemy-time stm @@ -211713,19 +211821,20 @@ self: { "polysemy-process" = callPackage ({ mkDerivation, base, incipit-core, path, path-io, polysemy , polysemy-conc, polysemy-plugin, polysemy-resume, polysemy-test - , posix-pty, process, stm-chans, tasty, typed-process, unix + , polysemy-time, posix-pty, process, stm-chans, tasty + , typed-process, unix }: mkDerivation { pname = "polysemy-process"; - version = "0.6.0.1"; - sha256 = "1n3acax1ym2qs09yn666g3vyclk7w53s75jf5zziff3hmlvykv65"; + version = "0.7.0.0"; + sha256 = "0g1rmii4jnffl2f4ziibw62nkgzl92wf4pvq0fvzwkm01rpm9frz"; libraryHaskellDepends = [ base incipit-core path path-io polysemy polysemy-conc polysemy-resume posix-pty process stm-chans typed-process unix ]; testHaskellDepends = [ base incipit-core polysemy polysemy-conc polysemy-plugin - polysemy-resume polysemy-test tasty typed-process + polysemy-resume polysemy-test polysemy-time tasty typed-process ]; description = "Polysemy Effects for System Processes"; license = "BSD-2-Clause-Patent"; @@ -211774,8 +211883,8 @@ self: { }: mkDerivation { pname = "polysemy-resume"; - version = "0.3.0.0"; - sha256 = "09vvj3rjc4bcgfz58bfisc0261vgwwd3xg7xvr6d1iwfn0xk3grr"; + version = "0.4.0.0"; + sha256 = "1lxg2xf6lvw692w8sqr4jgxx02pmzq5rym3ch9rydca3mb3gkz73"; libraryHaskellDepends = [ base incipit-core polysemy transformers ]; @@ -211819,8 +211928,8 @@ self: { }: mkDerivation { pname = "polysemy-test"; - version = "0.4.0.1"; - sha256 = "0lp0k85w48ni6m7dmkp7n12wam0qkw2hi96qpricxm0q3gf7ql33"; + version = "0.5.0.0"; + sha256 = "0bmqphkv15p638wwz80rp6vfzvyj94q3i4clda1vn8fwgqd6pmwv"; enableSeparateDataOutput = true; libraryHaskellDepends = [ base hedgehog incipit-core path path-io polysemy tasty @@ -211839,8 +211948,8 @@ self: { }: mkDerivation { pname = "polysemy-time"; - version = "0.3.0.0"; - sha256 = "1sqbdddy6dy03nf78s27d9zwm6l1v7dywwv0h77m4szzamxdr8cq"; + version = "0.4.0.0"; + sha256 = "0smcc375x4jdhc63fk44fp3bhfdaiszf9w6nk1ww1jl29gm3lamb"; libraryHaskellDepends = [ aeson base incipit-core stm template-haskell time torsor ]; @@ -233593,6 +233702,20 @@ self: { broken = true; }) {}; + "rungekutta2" = callPackage + ({ mkDerivation, base }: + mkDerivation { + pname = "rungekutta2"; + version = "1.0.3"; + sha256 = "1mg2im5xxgbybzy7cafg467378bn8a8jzvcwlc9zf1lkmlqbg63q"; + isLibrary = true; + isExecutable = true; + libraryHaskellDepends = [ base ]; + executableHaskellDepends = [ base ]; + description = "Explicit Runge-Kutta methods of various orders (fork of 'rungekutta')"; + license = lib.licenses.bsd3; + }) {}; + "runghc" = callPackage ({ mkDerivation, base, cmdargs, directory, filepath, old-time , process @@ -241024,8 +241147,8 @@ self: { }: mkDerivation { pname = "servant-pagination"; - version = "2.4.2"; - sha256 = "050ixkfqrfjvgz293q91iw0v6a4xfan0n0gn7pq3yh2dndz4if3a"; + version = "2.5.0"; + sha256 = "1ia17r5mlm20cdiswh95q4mbm6kgsjba1vpzyh07yfz998dax6y3"; isLibrary = true; isExecutable = true; libraryHaskellDepends = [ @@ -259130,15 +259253,15 @@ self: { "submark" = callPackage ({ mkDerivation, base, cmark, hlint, hspec, optparse-applicative - , template-haskell, text + , regex-tdfa, template-haskell, text }: mkDerivation { pname = "submark"; - version = "0.2.0"; - sha256 = "1s30v6iwjxnr89q5b60xnq3cd7b77f2548vxzr2wh7087fpvcyz0"; + version = "0.3.0"; + sha256 = "0w86hx9rjrqmhq1icqrg87n9sfchdi8jar38pmzhlkwlmlbnxndr"; isLibrary = true; isExecutable = true; - libraryHaskellDepends = [ base cmark text ]; + libraryHaskellDepends = [ base cmark regex-tdfa text ]; executableHaskellDepends = [ base cmark optparse-applicative text ]; @@ -264139,6 +264262,23 @@ self: { license = lib.licenses.bsd3; }) {}; + "tasty-hedgehog_1_2_0_0" = callPackage + ({ mkDerivation, base, hedgehog, tagged, tasty + , tasty-expected-failure + }: + mkDerivation { + pname = "tasty-hedgehog"; + version = "1.2.0.0"; + sha256 = "0bqaxchadvrgphv46g9fczg8b1gg832n7np3czqribxma6rhsrfd"; + libraryHaskellDepends = [ base hedgehog tagged tasty ]; + testHaskellDepends = [ + base hedgehog tasty tasty-expected-failure + ]; + description = "Integration for tasty and hedgehog"; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + }) {}; + "tasty-hedgehog-coverage" = callPackage ({ mkDerivation, base, containers, hedgehog, mtl, tagged, tasty , tasty-expected-failure, tasty-hedgehog, text, transformers @@ -267731,6 +267871,8 @@ self: { pname = "text-icu"; version = "0.7.1.0"; sha256 = "0s9gcd9lcrhk92ydhizyk0vbpf542ipc4hj60fa02b2g2x9q93ij"; + revision = "2"; + editedCabalFile = "0s0n9l682ffigfqbzb1adw63pj9iyvalv45kp9kxqwbj5yibblbc"; libraryHaskellDepends = [ base bytestring deepseq text ]; librarySystemDepends = [ icu ]; testHaskellDepends = [ @@ -267752,6 +267894,8 @@ self: { pname = "text-icu"; version = "0.8.0.1"; sha256 = "1bxhaxyvhag26airz870lc6rjlf14xigdx3cml13kp7bshwgl7wi"; + revision = "2"; + editedCabalFile = "0j9l87xg5xp33n31ln16qj6gzw4xzvs0cd3bfvjiw7x8wy8irli2"; libraryHaskellDepends = [ base bytestring deepseq text time ]; librarySystemDepends = [ icu ]; libraryPkgconfigDepends = [ icu-i18n ]; @@ -272644,8 +272788,8 @@ self: { }: mkDerivation { pname = "tonatona-google-server-api"; - version = "0.1.3.0"; - sha256 = "1kw2i4il75kzgxim53phdb07gd1axadh262k3g4639kakij7giif"; + version = "0.2.0.0"; + sha256 = "01ilskcr8k219vijd3zkzy6lpzavqv36j3vxbx1hrms0hylnydah"; libraryHaskellDepends = [ base google-server-api monad-logger persistent persistent-sqlite resource-pool servant-client tonalude tonaparser tonatona From 2ff66af811dc4ee5a6903bec3df1454a299903f1 Mon Sep 17 00:00:00 2001 From: sternenseemann Date: Sat, 12 Mar 2022 19:42:58 +0100 Subject: [PATCH 135/238] gitit: patch to build with hoauth >= 2.3.0 and pandoc >= 2.17 --- .../haskell-modules/configuration-common.nix | 15 +++++++++++++-- 1 file changed, 13 insertions(+), 2 deletions(-) diff --git a/pkgs/development/haskell-modules/configuration-common.nix b/pkgs/development/haskell-modules/configuration-common.nix index ebaf4ae04229..25b9caac02f9 100644 --- a/pkgs/development/haskell-modules/configuration-common.nix +++ b/pkgs/development/haskell-modules/configuration-common.nix @@ -1261,8 +1261,19 @@ self: super: { # $HOME, which we don't have in our build sandbox. cabal-install-parsers = dontCheck super.cabal-install-parsers; - # 2021-08-18: Erroneously claims that it needs a newer HStringTemplate (>= 0.8.8) than stackage. - gitit = doJailbreak super.gitit; + # 2022-03-12: Pick patches from master for compat with Stackage Nightly + gitit = appendPatches [ + (pkgs.fetchpatch { + name = "gitit-allow-pandoc-2.17.patch"; + url = "https://github.com/jgm/gitit/commit/9eddd1d3bde46bccb23c6d21e15b289f2a9ebe66.patch"; + sha256 = "09ahvwyaqzqaa9gnpbffncs9574d20mfy30zz2ww67cmm8f2a8iv"; + }) + (pkgs.fetchpatch { + name = "gitit-fix-build-with-hoauth2-2.3.0.patch"; + url = "https://github.com/jgm/gitit/commit/fd534c0155eef1790500c834e612ab22cf9b67b6.patch"; + sha256 = "0hmlqkavn8hr0b4y4hxs1yyg0r79ylkzhzwy1dzbb3a2q86ydd2f"; + }) + ] super.gitit; # Test suite requires database persistent-mysql = dontCheck super.persistent-mysql; From 8f980b43835b24b15c4ba995932427b6f3daade4 Mon Sep 17 00:00:00 2001 From: sternenseemann Date: Sun, 13 Mar 2022 13:32:45 +0100 Subject: [PATCH 136/238] haskell.packages.ghc922.ghc-lib-parser-ex: adjust for hackage update --- pkgs/development/haskell-modules/configuration-ghc-9.2.x.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/development/haskell-modules/configuration-ghc-9.2.x.nix b/pkgs/development/haskell-modules/configuration-ghc-9.2.x.nix index 63756ff655f5..b59d40d62255 100644 --- a/pkgs/development/haskell-modules/configuration-ghc-9.2.x.nix +++ b/pkgs/development/haskell-modules/configuration-ghc-9.2.x.nix @@ -97,7 +97,7 @@ self: super: { }) super.ghc-exactprint; ghc-lib = self.ghc-lib_9_2_2_20220307; ghc-lib-parser = self.ghc-lib-parser_9_2_2_20220307; - ghc-lib-parser-ex = self.ghc-lib-parser-ex_9_2_0_2; + ghc-lib-parser-ex = self.ghc-lib-parser-ex_9_2_0_3; hackage-security = doJailbreak super.hackage-security; hashable = super.hashable_1_4_0_2; hashable-time = doJailbreak super.hashable-time; From c8a4385f728bda7211bed1f568357389e7157509 Mon Sep 17 00:00:00 2001 From: Malte Brandy Date: Sun, 13 Mar 2022 21:09:57 +0100 Subject: [PATCH 137/238] haskellPackages.patch: Add patch for ghc 9.0 compat --- .../haskell-modules/configuration-common.nix | 17 ++++++++++++----- 1 file changed, 12 insertions(+), 5 deletions(-) diff --git a/pkgs/development/haskell-modules/configuration-common.nix b/pkgs/development/haskell-modules/configuration-common.nix index 25b9caac02f9..9b56919673b3 100644 --- a/pkgs/development/haskell-modules/configuration-common.nix +++ b/pkgs/development/haskell-modules/configuration-common.nix @@ -1326,11 +1326,18 @@ self: super: { x509-validation = dontCheck super.x509-validation; tls = dontCheck super.tls; - # 2022-02-27: https://github.com/reflex-frp/patch/pull/40 for bump bounds - patch = appendPatch (pkgs.fetchpatch { - url = "https://github.com/reflex-frp/patch/commit/6affb9a665361377346fac8c579fdf41c9ece844.patch"; - sha256 = "sha256-m+Z9HpkOcgGel+PgcftPmtsXcS/7Egi2Ka0KQJljr4Q="; - }) super.patch; + patch = appendPatches [ + # 2022-02-27: https://github.com/reflex-frp/patch/pull/40 for bump bounds + (pkgs.fetchpatch { + url = "https://github.com/reflex-frp/patch/commit/15ea4956e04264b9be2fe4644119a709b196708f.patch"; + sha256 = "sha256-la97DCjeVu82AaQv2my+UhmB/jBmMyxxpRAwhEB1RGc="; + }) + # 2022-03-13: https://github.com/reflex-frp/patch/pull/41 for ghc 9.0 compat + (pkgs.fetchpatch { + url = "https://github.com/reflex-frp/patch/commit/fee3addcfc982c7b70489a8a64f208ab2360bdb7.patch"; + sha256 = "sha256-/CTiHSs+Z4dyL5EJx949XD0zzSAy5s4hzchmNkb0YOk="; + }) + ] super.patch; # Tests disabled and broken override needed because of missing lib chrome-test-utils: https://github.com/reflex-frp/reflex-dom/issues/392 reflex-dom-core = doDistribute (unmarkBroken (dontCheck (doJailbreak super.reflex-dom-core))); From 0146f135aef4e8d084863a7dea05a43a0887f3df Mon Sep 17 00:00:00 2001 From: sternenseemann Date: Tue, 15 Mar 2022 12:17:32 +0100 Subject: [PATCH 138/238] haskellPackages.mustache: patch for unordered-containers 0.2.17 --- .../haskell-modules/configuration-common.nix | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/pkgs/development/haskell-modules/configuration-common.nix b/pkgs/development/haskell-modules/configuration-common.nix index 9b56919673b3..d22099344d7f 100644 --- a/pkgs/development/haskell-modules/configuration-common.nix +++ b/pkgs/development/haskell-modules/configuration-common.nix @@ -2376,4 +2376,18 @@ self: super: { # Bounds too strict on base and ghc-prim: https://github.com/tibbe/ekg-core/pull/43 (merged); waiting on hackage release ekg-core = assert super.ekg-core.version == "0.1.1.7"; doJailbreak super.ekg-core; + mustache = overrideCabal (drv: { + # allow building with unordered-containers 0.2.17 + patches = drv.mustache or [] ++ [ + (pkgs.fetchpatch { + name = "mustache-unordered-containers-0.2.17-compat.patch"; + url = "https://github.com/JustusAdam/mustache/commit/19b97b58b35ee746fdae1fc34ba97d7967175a62.patch"; + sha256 = "02cxxmm3ymh64lzl1kp47rmfpar9358ksj0g4q963i40lg9y0g55"; + }) + ]; + # hackage revisions forbid unordered-containers 0.2.17 + editedCabalFile = null; + revision = null; + }) super.mustache; + } // import ./configuration-tensorflow.nix {inherit pkgs haskellLib;} self super From bb72482cc3eb6f6604641a246ce26bc8c3dff627 Mon Sep 17 00:00:00 2001 From: Malte Brandy Date: Tue, 15 Mar 2022 14:14:49 +0100 Subject: [PATCH 139/238] haskell-language-server: Disable more flaky tests --- pkgs/development/haskell-modules/configuration-nix.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/development/haskell-modules/configuration-nix.nix b/pkgs/development/haskell-modules/configuration-nix.nix index 0bd36d6503a3..85dcf36f1c1f 100644 --- a/pkgs/development/haskell-modules/configuration-nix.nix +++ b/pkgs/development/haskell-modules/configuration-nix.nix @@ -975,7 +975,6 @@ self: super: builtins.intersectAttrs super { { inherit (super) hls-brittany-plugin - hls-call-hierarchy-plugin hls-eval-plugin hls-floskell-plugin hls-fourmolu-plugin @@ -983,7 +982,6 @@ self: super: builtins.intersectAttrs super { hls-ormolu-plugin hls-pragmas-plugin hls-rename-plugin - hls-selection-range-plugin hls-splice-plugin; # Tests have file permissions expections that don‘t work with the nix store. hls-stylish-haskell-plugin = dontCheck super.hls-stylish-haskell-plugin; @@ -995,4 +993,6 @@ self: super: builtins.intersectAttrs super { hls-qualify-imported-names-plugin = dontCheck super.hls-qualify-imported-names-plugin; hls-haddock-comments-plugin = dontCheck super.hls-haddock-comments-plugin; hls-tactics-plugin = dontCheck super.hls-tactics-plugin; + hls-call-hierarchy-plugin = dontCheck super.hls-call-hierarchy-plugin; + hls-selection-range-plugin = dontCheck super.hls-selection-range-plugin; } From c13629eb1265a6c1c0048b81044b2556140de357 Mon Sep 17 00:00:00 2001 From: Robert Hensing Date: Tue, 15 Mar 2022 18:30:38 +0100 Subject: [PATCH 140/238] haskellPackages.elm2nix: Patch for aeson-2 --- .../haskell-modules/configuration-common.nix | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/pkgs/development/haskell-modules/configuration-common.nix b/pkgs/development/haskell-modules/configuration-common.nix index d22099344d7f..37fcfd775807 100644 --- a/pkgs/development/haskell-modules/configuration-common.nix +++ b/pkgs/development/haskell-modules/configuration-common.nix @@ -2376,6 +2376,21 @@ self: super: { # Bounds too strict on base and ghc-prim: https://github.com/tibbe/ekg-core/pull/43 (merged); waiting on hackage release ekg-core = assert super.ekg-core.version == "0.1.1.7"; doJailbreak super.ekg-core; + elm2nix = appendPatches [ + # unreleased, prereq for aeson-2 patch + (pkgs.fetchpatch { + name = "elm2nix-pull-44.patch"; + url = "https://patch-diff.githubusercontent.com/raw/cachix/elm2nix/pull/44.patch"; + sha256 = "sha256-d6Ra3mIVKCA/5pEavsPi2TdN0qcRwU3gc634oWdYZq8="; + }) + # https://github.com/cachix/elm2nix/issues/46#issuecomment-1056236009 + (pkgs.fetchpatch { + name = "elm2nix-aeson-2.patch"; + url = "https://github.com/cachix/elm2nix/commit/1a35f07ad5d63085ffd7e5634355412e1112c4e9.patch"; + sha256 = "sha256-HAwMvOyp2IdPyjwt+aKYogMqg5NZYlu897UqJy59eFc="; + }) + ] super.elm2nix; + mustache = overrideCabal (drv: { # allow building with unordered-containers 0.2.17 patches = drv.mustache or [] ++ [ From 0eef43331cca9fa0a38a1b3dd2f0a13bf556541b Mon Sep 17 00:00:00 2001 From: Malte Brandy Date: Wed, 16 Mar 2022 01:05:41 +0100 Subject: [PATCH 141/238] haskellPackages.jsaddle: jailbreak --- pkgs/development/haskell-modules/configuration-common.nix | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/pkgs/development/haskell-modules/configuration-common.nix b/pkgs/development/haskell-modules/configuration-common.nix index 37fcfd775807..ce41c72b7c11 100644 --- a/pkgs/development/haskell-modules/configuration-common.nix +++ b/pkgs/development/haskell-modules/configuration-common.nix @@ -1936,13 +1936,15 @@ self: super: { extraPrefix = ""; }) super.yi-language; - # https://github.com/ghcjs/jsaddle/issues/123 + # 2022-03-16: Upstream is not bumping bounds https://github.com/ghcjs/jsaddle/issues/123 jsaddle = overrideCabal (drv: { # lift conditional version constraint on ref-tf postPatch = '' sed -i 's/ref-tf.*,/ref-tf,/' jsaddle.cabal + sed -i 's/attoparsec.*,/attoparsec,/' jsaddle.cabal + sed -i 's/(!name)/(! name)/' src/Language/Javascript/JSaddle/Object.hs '' + (drv.postPatch or ""); - }) super.jsaddle; + }) (doJailbreak super.jsaddle); # Tests need to lookup target triple x86_64-unknown-linux # https://github.com/llvm-hs/llvm-hs/issues/334 From 102af71d8c2db79058f568776c29ae2c5a1460d6 Mon Sep 17 00:00:00 2001 From: Malte Brandy Date: Wed, 16 Mar 2022 01:29:20 +0100 Subject: [PATCH 142/238] haskellPackages.ghcjs-dom: fix package qualified import issue --- .../haskell-modules/configuration-common.nix | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/pkgs/development/haskell-modules/configuration-common.nix b/pkgs/development/haskell-modules/configuration-common.nix index ce41c72b7c11..bc6e6aadf535 100644 --- a/pkgs/development/haskell-modules/configuration-common.nix +++ b/pkgs/development/haskell-modules/configuration-common.nix @@ -2372,6 +2372,21 @@ self: super: { # 2022-02-26: https://github.com/emilypi/base64/issues/39 base64 = dontCheck super.base64; + + # 2022-03-16: Upstream stopped updating bounds https://github.com/haskell-hvr/base-noprelude/pull/15 + base-noprelude = doJailbreak super.base-noprelude; + + # 2022-03-16: Test bounds need to be loosened https://github.com/sebastiaanvisser/clay/issues/229 + clay = doJailbreak super.clay; + + # 2022-04-16: package qualified import issue: https://github.com/ghcjs/ghcjs-dom/issues/101 + ghcjs-dom = assert super.ghcjs-dom.version == "0.9.5.0"; overrideCabal (old: { + postPatch = '' + sed -i 's/import "jsaddle-dom" GHCJS.DOM.Document/import "ghcjs-dom-jsaddle" GHCJS.DOM.Document/' src/GHCJS/DOM/Document.hs + '' + (old.postPatch or ""); + }) + super.ghcjs-dom; + # Too strict bounds on chell: https://github.com/fpco/haskell-filesystem/issues/24 system-fileio = doJailbreak super.system-fileio; From d3dcfdaf4cc4f24ead76cd4a6e53ee0701131d14 Mon Sep 17 00:00:00 2001 From: Malte Brandy Date: Wed, 16 Mar 2022 00:49:13 +0100 Subject: [PATCH 143/238] haskellPackages.jsaddle-dom: Fix build --- pkgs/development/haskell-modules/configuration-common.nix | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/pkgs/development/haskell-modules/configuration-common.nix b/pkgs/development/haskell-modules/configuration-common.nix index bc6e6aadf535..8a1b1c12ecd5 100644 --- a/pkgs/development/haskell-modules/configuration-common.nix +++ b/pkgs/development/haskell-modules/configuration-common.nix @@ -1339,6 +1339,13 @@ self: super: { }) ] super.patch; + # 2022-03-16: lens bound can be loosened https://github.com/ghcjs/jsaddle-dom/issues/19 + jsaddle-dom = overrideCabal (old: { + postPatch = old.postPatch or "" + '' + sed -i 's/lens.*4.20/lens/' jsaddle-dom.cabal + ''; + }) super.jsaddle-dom; + # Tests disabled and broken override needed because of missing lib chrome-test-utils: https://github.com/reflex-frp/reflex-dom/issues/392 reflex-dom-core = doDistribute (unmarkBroken (dontCheck (doJailbreak super.reflex-dom-core))); From a17834b4690e0f86865dd7e3219ec3c13a5494d8 Mon Sep 17 00:00:00 2001 From: Malte Brandy Date: Wed, 16 Mar 2022 01:34:28 +0100 Subject: [PATCH 144/238] haskellPackages.dependent-sum-aeson-orphans: jailbreak --- pkgs/development/haskell-modules/configuration-common.nix | 3 +++ 1 file changed, 3 insertions(+) diff --git a/pkgs/development/haskell-modules/configuration-common.nix b/pkgs/development/haskell-modules/configuration-common.nix index 8a1b1c12ecd5..729f26ef888f 100644 --- a/pkgs/development/haskell-modules/configuration-common.nix +++ b/pkgs/development/haskell-modules/configuration-common.nix @@ -2386,6 +2386,9 @@ self: super: { # 2022-03-16: Test bounds need to be loosened https://github.com/sebastiaanvisser/clay/issues/229 clay = doJailbreak super.clay; + # 2022-03-16: Bounds need to be loosened https://github.com/obsidiansystems/dependent-sum-aeson-orphans/issues/10 + dependent-sum-aeson-orphans = doJailbreak super.dependent-sum-aeson-orphans; + # 2022-04-16: package qualified import issue: https://github.com/ghcjs/ghcjs-dom/issues/101 ghcjs-dom = assert super.ghcjs-dom.version == "0.9.5.0"; overrideCabal (old: { postPatch = '' From ab1a3c722494742360de874f87cb3d5ce43de417 Mon Sep 17 00:00:00 2001 From: Malte Brandy Date: Wed, 16 Mar 2022 01:28:42 +0100 Subject: [PATCH 145/238] haskellPackages.reflex: add patch --- pkgs/development/haskell-modules/configuration-common.nix | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/pkgs/development/haskell-modules/configuration-common.nix b/pkgs/development/haskell-modules/configuration-common.nix index 729f26ef888f..e06ffc2bc4a6 100644 --- a/pkgs/development/haskell-modules/configuration-common.nix +++ b/pkgs/development/haskell-modules/configuration-common.nix @@ -1614,8 +1614,11 @@ self: super: { # base upper bound is incompatible with ghc 8.10 neuron = doJailbreak super.neuron; - # 2020-04-16: https://github.com/reflex-frp/reflex/issues/449 - reflex = dontCheck (doJailbreak super.reflex); + # 2022-03-16: Pull request for ghc 9 compat: https://github.com/reflex-frp/reflex/pull/467 + reflex = appendPatch (pkgs.fetchpatch { + url = "https://github.com/reflex-frp/reflex/compare/823afd9424234cbe0134051f09a6710e54509cec...469b4ab4a755cad76b8d4d6c9ad482d02686b4ae.patch"; + sha256 = "sha256-EwW7QBXHGlcJkKiLDmsXCZPwQz24+mg2Vuiu0Vb/T6w="; + }) (dontCheck super.reflex); # 2020-11-19: jailbreaking because of pretty-simple bound out of date # https://github.com/kowainik/stan/issues/408 From 4585f07fced49290a6e5e7a4f917ff6e99922887 Mon Sep 17 00:00:00 2001 From: Malte Brandy Date: Wed, 16 Mar 2022 01:32:13 +0100 Subject: [PATCH 146/238] haskellPackages.reflex-dom-core: add patches --- .../haskell-modules/configuration-common.nix | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/pkgs/development/haskell-modules/configuration-common.nix b/pkgs/development/haskell-modules/configuration-common.nix index e06ffc2bc4a6..55a34b0578de 100644 --- a/pkgs/development/haskell-modules/configuration-common.nix +++ b/pkgs/development/haskell-modules/configuration-common.nix @@ -1347,7 +1347,16 @@ self: super: { }) super.jsaddle-dom; # Tests disabled and broken override needed because of missing lib chrome-test-utils: https://github.com/reflex-frp/reflex-dom/issues/392 - reflex-dom-core = doDistribute (unmarkBroken (dontCheck (doJailbreak super.reflex-dom-core))); + # 2022-03-16: Pullrequest for ghc 9 compat https://github.com/reflex-frp/reflex-dom/pull/433 + reflex-dom-core = doDistribute (unmarkBroken (dontCheck + (appendPatch + (pkgs.fetchpatch { + url = "https://github.com/reflex-frp/reflex-dom/compare/a0459deafd296656b3e99db01ea7f65b89b0948c...56fa8a484ccfc7d3365d07fea3caa430155dbcac.patch"; + sha256 = "sha256-azMF3uX7S1rKKRAVjY+xP2XbQKHvEY/9nU7cH81KKPA="; + stripLen = 2; + extraPrefix = ""; + }) + super.reflex-dom-core))); # Tests disabled because they assume to run in the whole jsaddle repo and not the hackage tarbal of jsaddle-warp. jsaddle-warp = dontCheck super.jsaddle-warp; From 3cf437e4617fdad853616f3c3a50468b92d28037 Mon Sep 17 00:00:00 2001 From: Malte Brandy Date: Wed, 16 Mar 2022 01:36:27 +0100 Subject: [PATCH 147/238] haskellPackages.shower: jailbreak --- pkgs/development/haskell-modules/configuration-common.nix | 3 +++ 1 file changed, 3 insertions(+) diff --git a/pkgs/development/haskell-modules/configuration-common.nix b/pkgs/development/haskell-modules/configuration-common.nix index 55a34b0578de..03f08a87d1ef 100644 --- a/pkgs/development/haskell-modules/configuration-common.nix +++ b/pkgs/development/haskell-modules/configuration-common.nix @@ -2361,6 +2361,9 @@ self: super: { jailbreak = true; }) super.aws; + # 2022-03-16: strict upper bounds https://github.com/monadfix/shower/issues/18 + shower = doJailbreak (dontCheck super.shower); + # The shipped Setup.hs file is broken. csv = overrideCabal (drv: { preCompileBuildDriver = "rm Setup.hs"; }) super.csv; From 1a78adaa30fee69e5172efe42579b4065b48067b Mon Sep 17 00:00:00 2001 From: Malte Brandy Date: Wed, 16 Mar 2022 02:01:20 +0100 Subject: [PATCH 148/238] haskellPackages.neuron: Fix build --- .../haskell-modules/configuration-common.nix | 17 ++++++++++------- 1 file changed, 10 insertions(+), 7 deletions(-) diff --git a/pkgs/development/haskell-modules/configuration-common.nix b/pkgs/development/haskell-modules/configuration-common.nix index 03f08a87d1ef..9911b5243a90 100644 --- a/pkgs/development/haskell-modules/configuration-common.nix +++ b/pkgs/development/haskell-modules/configuration-common.nix @@ -1615,13 +1615,16 @@ self: super: { # https://github.com/obsidiansystems/dependent-sum/issues/55 dependent-sum = doJailbreak super.dependent-sum; - # 2020-11-18: https://github.com/srid/rib/issues/169 - # aeson bound out of sync - rib-core = doJailbreak super.rib-core; - - # 2020-11-18: https://github.com/srid/neuron/issues/474 - # base upper bound is incompatible with ghc 8.10 - neuron = doJailbreak super.neuron; + # 2022-03-16 upstream is not updating bounds: https://github.com/srid/rib/issues/169 + rib-core = doJailbreak (super.rib-core.override { relude = doJailbreak super.relude_0_7_0_0; }); + neuron = overrideCabal { + # neuron is soon to be deprecated + # Fixing another ghc 9.0 bug here + postPatch = '' + sed -i 's/asks routeConfigRouteLink/asks (\\x -> routeConfigRouteLink x)/' src/lib/Neuron/Web/Route.hs + ''; + } + (doJailbreak (super.neuron.override { relude = doJailbreak super.relude_0_7_0_0; })); # 2022-03-16: Pull request for ghc 9 compat: https://github.com/reflex-frp/reflex/pull/467 reflex = appendPatch (pkgs.fetchpatch { From 0ba189f2d7ba8f6c225fbea2a6b4ba2e037a70b7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Na=C3=AFm=20Favier?= Date: Wed, 16 Mar 2022 02:06:15 +0100 Subject: [PATCH 149/238] haskellPackages.knob: add patch for GHC 9 support Patch sent to upstream via email, but the package hasn't been updated in ten years. Changes: - IO.seek should now return the new offset so I used modifyMVar instead of modifyMVar_ - mkFileHandle now requires a RawIO instance for Device. Since this was not the case before and I don't think we need to actually support raw IO, I used DeriveAnyClass. --- .../configuration-ghc-9.0.x.nix | 2 + .../configuration-ghc-9.2.x.nix | 2 + .../haskell-modules/patches/knob-ghc9.patch | 62 +++++++++++++++++++ 3 files changed, 66 insertions(+) create mode 100644 pkgs/development/haskell-modules/patches/knob-ghc9.patch diff --git a/pkgs/development/haskell-modules/configuration-ghc-9.0.x.nix b/pkgs/development/haskell-modules/configuration-ghc-9.0.x.nix index f36c77d636a7..5912b67e5ae0 100644 --- a/pkgs/development/haskell-modules/configuration-ghc-9.0.x.nix +++ b/pkgs/development/haskell-modules/configuration-ghc-9.0.x.nix @@ -47,6 +47,8 @@ self: super: { Cabal = self.Cabal_3_6_3_0; }); + knob = appendPatch ./patches/knob-ghc9.patch super.knob; + # Jailbreaks & Version Updates # This `doJailbreak` can be removed once the following PR is released to Hackage: diff --git a/pkgs/development/haskell-modules/configuration-ghc-9.2.x.nix b/pkgs/development/haskell-modules/configuration-ghc-9.2.x.nix index b59d40d62255..f18deebc4b55 100644 --- a/pkgs/development/haskell-modules/configuration-ghc-9.2.x.nix +++ b/pkgs/development/haskell-modules/configuration-ghc-9.2.x.nix @@ -60,6 +60,8 @@ self: super: { # Tests fail in GHC 9.2 extra = dontCheck super.extra; + knob = appendPatch ./patches/knob-ghc9.patch super.knob; + # Jailbreaks & Version Updates # This `doJailbreak` can be removed once the following PR is released to Hackage: diff --git a/pkgs/development/haskell-modules/patches/knob-ghc9.patch b/pkgs/development/haskell-modules/patches/knob-ghc9.patch new file mode 100644 index 000000000000..9316f1c29d31 --- /dev/null +++ b/pkgs/development/haskell-modules/patches/knob-ghc9.patch @@ -0,0 +1,62 @@ +diff --git a/knob.cabal b/knob.cabal +index a8abae0..45bd5c7 100644 +--- a/knob.cabal ++++ b/knob.cabal +@@ -52,7 +52,7 @@ library + ghc-options: -Wall -O2 + + build-depends: +- base >= 4.2 && < 4.15 ++ base >= 4.2 && < 5 + , bytestring >= 0.9 + , transformers >= 0.2 + +diff --git a/lib/Data/Knob.hs b/lib/Data/Knob.hs +index fa87ad2..f01d0a7 100644 +--- a/lib/Data/Knob.hs ++++ b/lib/Data/Knob.hs +@@ -1,4 +1,4 @@ +-{-# LANGUAGE DeriveDataTypeable #-} ++{-# LANGUAGE DeriveDataTypeable, DeriveAnyClass #-} + + -- | + -- Module: Data.Knob +@@ -58,7 +58,7 @@ import qualified System.IO as IO + newtype Knob = Knob (MVar.MVar ByteString) + + data Device = Device IO.IOMode (MVar.MVar ByteString) (MVar.MVar Int) +- deriving (Typeable) ++ deriving (Typeable, IO.RawIO) + + instance IO.IODevice Device where + ready _ _ _ = return True +@@ -68,21 +68,21 @@ instance IO.IODevice Device where + + seek (Device _ _ var) IO.AbsoluteSeek off = do + checkOffset off +- MVar.modifyMVar_ var (\_ -> return (fromInteger off)) +- ++ MVar.modifyMVar var (\_ -> return (fromInteger off, off)) ++ + seek (Device _ _ var) IO.RelativeSeek off = do +- MVar.modifyMVar_ var (\old_off -> do ++ MVar.modifyMVar var (\old_off -> do + let new_off = toInteger old_off + off + checkOffset new_off +- return (fromInteger new_off)) +- ++ return (fromInteger new_off, new_off)) ++ + seek dev@(Device _ _ off_var) IO.SeekFromEnd off = do +- MVar.modifyMVar_ off_var (\_ -> do ++ MVar.modifyMVar off_var (\_ -> do + size <- IO.getSize dev + let new_off = size + off + checkOffset new_off +- return (fromInteger new_off)) +- ++ return (fromInteger new_off, new_off)) ++ + tell (Device _ _ var) = fmap toInteger (MVar.readMVar var) + getSize (Device _ var _) = do + bytes <- MVar.readMVar var From 70e6eb9ec8d548b836f8dedbf63d86a6bd737dc3 Mon Sep 17 00:00:00 2001 From: Robert Hensing Date: Wed, 16 Mar 2022 16:52:01 +0100 Subject: [PATCH 150/238] haskellPackages.stack: Patch for new Cabal --- .../haskell-modules/configuration-common.nix | 23 +++++++++++-------- pkgs/top-level/all-packages.nix | 5 +--- 2 files changed, 15 insertions(+), 13 deletions(-) diff --git a/pkgs/development/haskell-modules/configuration-common.nix b/pkgs/development/haskell-modules/configuration-common.nix index 37fcfd775807..02f181ecae79 100644 --- a/pkgs/development/haskell-modules/configuration-common.nix +++ b/pkgs/development/haskell-modules/configuration-common.nix @@ -1021,17 +1021,22 @@ self: super: { })); ormolu = generateOptparseApplicativeCompletion "ormolu" super.ormolu; - # Currently only builds with GHC-8.10.7 and old aeson: - # https://github.com/commercialhaskell/stack/issues/5670 - # https://github.com/commercialhaskell/stack/issues/5558 stack = generateOptparseApplicativeCompletion "stack" - (super.stack.overrideScope (self: super: { - # pantry-0.5.2.1 requires aeson < 2. - aeson = self.aeson_1_5_6_0; - # stack-2.7.3 requires old version of pantry. - pantry = self.pantry_0_5_2_1; - })); + (doJailbreak # for Cabal constraint added on hackage + (appendPatch + (pkgs.fetchpatch { + # https://github.com/commercialhaskell/stack/pull/5559 + # When removing, also remove doJailbreak. + name = "stack-pull-5559.patch"; + url = "https://github.com/hercules-ci/stack/compare/v2.7.5...brandon-leapyear/chinn/cabal-0.patch"; + sha256 = "sha256-OXmdGgQ2KSKtQKOK6eePLgvUOTlzac544HQYKJpcjnU="; + }) + (super.stack.overrideScope (self: super: { + # stack 2.7.5 requires aeson <= 1.6. + aeson = self.aeson_1_5_6_0; + })) + )); # Too strict version bound on hashable-time. # Tests require newer package version. diff --git a/pkgs/top-level/all-packages.nix b/pkgs/top-level/all-packages.nix index 828caab9b6af..605c06713c92 100644 --- a/pkgs/top-level/all-packages.nix +++ b/pkgs/top-level/all-packages.nix @@ -12536,10 +12536,7 @@ with pkgs; cabal-install = haskell.lib.compose.justStaticExecutables haskellPackages.cabal-install; - # stack doesn't build with ghc902 (Cabal-3.4) yet: - # https://github.com/commercialhaskell/stack/issues/5670 - # https://github.com/commercialhaskell/stack/issues/5558 - stack = haskell.lib.compose.justStaticExecutables haskell.packages.ghc8107.stack; + stack = haskell.lib.compose.justStaticExecutables haskellPackages.stack; hlint = haskell.lib.compose.justStaticExecutables haskellPackages.hlint; From 0da85d3f7790ed4acc0fd2ba42d40f8b376d1118 Mon Sep 17 00:00:00 2001 From: sternenseemann Date: Thu, 17 Mar 2022 18:00:53 +0100 Subject: [PATCH 151/238] release-haskell.nix: temporarily disable x86_64-darwin rustc fails to build on x86_64-darwin on the M1 builders Hydra uses. Since GHC depends on rustc (sphinx -> cryptography -> GHC), the entire darwin package set is broken at the moment, cluttering build reports etc. --- pkgs/top-level/release-haskell.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/top-level/release-haskell.nix b/pkgs/top-level/release-haskell.nix index ee44468125bf..96d5b24e70cf 100644 --- a/pkgs/top-level/release-haskell.nix +++ b/pkgs/top-level/release-haskell.nix @@ -9,7 +9,7 @@ $ hydra-eval-jobs -I . pkgs/top-level/release-haskell.nix */ -{ supportedSystems ? [ "x86_64-linux" "x86_64-darwin" "aarch64-linux" ] }: +{ supportedSystems ? [ "x86_64-linux" /* "x86_64-darwin" */ "aarch64-linux" ] }: let From 4884fcc0d2b7581ef670a3cbd71363023a3ee6eb Mon Sep 17 00:00:00 2001 From: rnhmjoj Date: Tue, 1 Mar 2022 22:20:11 +0100 Subject: [PATCH 152/238] ghc: enable static RTS This change allows loading statically compiled libreries into a running GHC, thus fixing the build of haskell packages that use TemplateHaskell. See [1] for the details. Fixes issue #61575, #124284. [1]: https://www.tweag.io/blog/2020-09-30-bazel-static-haskell/ --- pkgs/development/compilers/ghc/9.0.2.nix | 12 ++++++++---- pkgs/development/compilers/ghc/9.2.2.nix | 12 ++++++++---- 2 files changed, 16 insertions(+), 8 deletions(-) diff --git a/pkgs/development/compilers/ghc/9.0.2.nix b/pkgs/development/compilers/ghc/9.0.2.nix index 56b16c5d48c4..f7624741b68b 100644 --- a/pkgs/development/compilers/ghc/9.0.2.nix +++ b/pkgs/development/compilers/ghc/9.0.2.nix @@ -33,7 +33,7 @@ , # Whether to build dynamic libs for the standard library (on the target # platform). Static libs are always built. - enableShared ? !stdenv.targetPlatform.isWindows && !stdenv.targetPlatform.useiOSPrebuilt + enableShared ? with stdenv.targetPlatform; !isWindows && !useiOSPrebuilt && !isStatic , # Whether to build terminfo. enableTerminfo ? !stdenv.targetPlatform.isWindows @@ -105,9 +105,13 @@ let CrossCompilePrefix = ${targetPrefix} '' + lib.optionalString (!enableProfiledLibs) '' GhcLibWays = "v dyn" - '' + lib.optionalString enableRelocatedStaticLibs '' - GhcLibHcOpts += -fPIC - GhcRtsHcOpts += -fPIC + '' + + # -fexternal-dynamic-refs apparently (because it's not clear from the documentation) + # makes the GHC RTS able to load static libraries, which may be needed for TemplateHaskell. + # This solution was described in https://www.tweag.io/blog/2020-09-30-bazel-static-haskell + lib.optionalString enableRelocatedStaticLibs '' + GhcLibHcOpts += -fPIC -fexternal-dynamic-refs + GhcRtsHcOpts += -fPIC -fexternal-dynamic-refs '' + lib.optionalString targetPlatform.useAndroidPrebuilt '' EXTRA_CC_OPTS += -std=gnu99 ''; diff --git a/pkgs/development/compilers/ghc/9.2.2.nix b/pkgs/development/compilers/ghc/9.2.2.nix index 151bd202b022..6db6eb3b0ebc 100644 --- a/pkgs/development/compilers/ghc/9.2.2.nix +++ b/pkgs/development/compilers/ghc/9.2.2.nix @@ -34,7 +34,7 @@ , # Whether to build dynamic libs for the standard library (on the target # platform). Static libs are always built. - enableShared ? !stdenv.targetPlatform.isWindows && !stdenv.targetPlatform.useiOSPrebuilt + enableShared ? with stdenv.targetPlatform; !isWindows && !useiOSPrebuilt && !isStatic , # Whether to build terminfo. enableTerminfo ? !stdenv.targetPlatform.isWindows @@ -106,9 +106,13 @@ let CrossCompilePrefix = ${targetPrefix} '' + lib.optionalString (!enableProfiledLibs) '' GhcLibWays = "v dyn" - '' + lib.optionalString enableRelocatedStaticLibs '' - GhcLibHcOpts += -fPIC - GhcRtsHcOpts += -fPIC + '' + + # -fexternal-dynamic-refs apparently (because it's not clear from the documentation) + # makes the GHC RTS able to load static libraries, which may be needed for TemplateHaskell. + # This solution was described in https://www.tweag.io/blog/2020-09-30-bazel-static-haskell + lib.optionalString enableRelocatedStaticLibs '' + GhcLibHcOpts += -fPIC -fexternal-dynamic-refs + GhcRtsHcOpts += -fPIC -fexternal-dynamic-refs '' + lib.optionalString targetPlatform.useAndroidPrebuilt '' EXTRA_CC_OPTS += -std=gnu99 ''; From 654940f36b5dfa19d87098efca6c4dac44a84eda Mon Sep 17 00:00:00 2001 From: rnhmjoj Date: Tue, 1 Mar 2022 23:42:45 +0100 Subject: [PATCH 153/238] haskellPackages.mkDerivation: check haddock availability This change makes the haskell builder run the haddockPhase only if the haddock program is availble (for example, it's not when cross-compiling). --- pkgs/development/compilers/ghc/8.10.7.nix | 4 ++++ pkgs/development/compilers/ghc/8.8.4.nix | 4 ++++ pkgs/development/compilers/ghc/9.0.2.nix | 4 ++++ pkgs/development/compilers/ghc/9.2.2.nix | 4 ++++ pkgs/development/compilers/ghc/head.nix | 4 ++++ pkgs/development/haskell-modules/generic-builder.nix | 2 +- 6 files changed, 21 insertions(+), 1 deletion(-) diff --git a/pkgs/development/compilers/ghc/8.10.7.nix b/pkgs/development/compilers/ghc/8.10.7.nix index a8f05d6f15c1..fd14501097c2 100644 --- a/pkgs/development/compilers/ghc/8.10.7.nix +++ b/pkgs/development/compilers/ghc/8.10.7.nix @@ -366,6 +366,10 @@ stdenv.mkDerivation (rec { inherit llvmPackages; inherit enableShared; + # This is used by the haskell builder to query + # the presence of the haddock program. + hasHaddock = enableHaddockProgram; + # Our Cabal compiler name haskellCompilerName = "ghc-${version}"; }; diff --git a/pkgs/development/compilers/ghc/8.8.4.nix b/pkgs/development/compilers/ghc/8.8.4.nix index 8a352d0e0a90..af01582b1081 100644 --- a/pkgs/development/compilers/ghc/8.8.4.nix +++ b/pkgs/development/compilers/ghc/8.8.4.nix @@ -335,6 +335,10 @@ stdenv.mkDerivation (rec { inherit llvmPackages; inherit enableShared; + # This is used by the haskell builder to query + # the presence of the haddock program. + hasHaddock = enableHaddockProgram; + # Our Cabal compiler name haskellCompilerName = "ghc-${version}"; }; diff --git a/pkgs/development/compilers/ghc/9.0.2.nix b/pkgs/development/compilers/ghc/9.0.2.nix index f7624741b68b..04e29ed66861 100644 --- a/pkgs/development/compilers/ghc/9.0.2.nix +++ b/pkgs/development/compilers/ghc/9.0.2.nix @@ -331,6 +331,10 @@ stdenv.mkDerivation (rec { inherit llvmPackages; inherit enableShared; + # This is used by the haskell builder to query + # the presence of the haddock program. + hasHaddock = enableHaddockProgram; + # Our Cabal compiler name haskellCompilerName = "ghc-${version}"; }; diff --git a/pkgs/development/compilers/ghc/9.2.2.nix b/pkgs/development/compilers/ghc/9.2.2.nix index 6db6eb3b0ebc..0a572bff7ef2 100644 --- a/pkgs/development/compilers/ghc/9.2.2.nix +++ b/pkgs/development/compilers/ghc/9.2.2.nix @@ -331,6 +331,10 @@ stdenv.mkDerivation (rec { inherit llvmPackages; inherit enableShared; + # This is used by the haskell builder to query + # the presence of the haddock program. + hasHaddock = enableHaddockProgram; + # Our Cabal compiler name haskellCompilerName = "ghc-${version}"; }; diff --git a/pkgs/development/compilers/ghc/head.nix b/pkgs/development/compilers/ghc/head.nix index 1c4bf3059d55..07ea6bda2458 100644 --- a/pkgs/development/compilers/ghc/head.nix +++ b/pkgs/development/compilers/ghc/head.nix @@ -347,6 +347,10 @@ stdenv.mkDerivation (rec { inherit llvmPackages; inherit enableShared; + # This is used by the haskell builder to query + # the presence of the haddock program. + hasHaddock = enableHaddockProgram; + # Our Cabal compiler name haskellCompilerName = "ghc-${version}"; }; diff --git a/pkgs/development/haskell-modules/generic-builder.nix b/pkgs/development/haskell-modules/generic-builder.nix index d8137038f63c..04973d3251e6 100644 --- a/pkgs/development/haskell-modules/generic-builder.nix +++ b/pkgs/development/haskell-modules/generic-builder.nix @@ -55,7 +55,7 @@ in , changelog ? null , mainProgram ? null , doCoverage ? false -, doHaddock ? !(ghc.isHaLVM or false) +, doHaddock ? !(ghc.isHaLVM or false) && (ghc.hasHaddock or true) , doHaddockInterfaces ? doHaddock && lib.versionAtLeast ghc.version "9.0.1" , passthru ? {} , pkg-configDepends ? [], libraryPkgconfigDepends ? [], executablePkgconfigDepends ? [], testPkgconfigDepends ? [], benchmarkPkgconfigDepends ? [] From 4ec13a76b0108e4691195b5633b7e5cbd4def2a2 Mon Sep 17 00:00:00 2001 From: rnhmjoj Date: Wed, 2 Mar 2022 00:03:02 +0100 Subject: [PATCH 154/238] release-haskell.nix: test package that needs -fexternal-dynamic-refs --- pkgs/top-level/release-haskell.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/pkgs/top-level/release-haskell.nix b/pkgs/top-level/release-haskell.nix index 96d5b24e70cf..ea22cb5043c8 100644 --- a/pkgs/top-level/release-haskell.nix +++ b/pkgs/top-level/release-haskell.nix @@ -296,6 +296,7 @@ let hello lens random + QuickCheck ; }; @@ -304,6 +305,7 @@ let hello lens random + QuickCheck ; }; }; From 299bfb168e74945c9b642d0bf3d5efe370121440 Mon Sep 17 00:00:00 2001 From: rnhmjoj Date: Thu, 3 Mar 2022 15:52:58 +0100 Subject: [PATCH 155/238] pkgsStatic.{haskellPackages,ghc}: default to BigNum This works around several build failures where programs attempt to link to the libgmp.so (which is not available), such as: Error loading shared library libgmp.so: No such file or directory --- pkgs/top-level/all-packages.nix | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) diff --git a/pkgs/top-level/all-packages.nix b/pkgs/top-level/all-packages.nix index a921cd3d80c9..d333d4953e89 100644 --- a/pkgs/top-level/all-packages.nix +++ b/pkgs/top-level/all-packages.nix @@ -12539,7 +12539,11 @@ with pkgs; # Please update doc/languages-frameworks/haskell.section.md, “Our # current default compiler is”, if you bump this: - haskellPackages = dontRecurseIntoAttrs haskell.packages.ghc902; + haskellPackages = dontRecurseIntoAttrs + # Prefer native-bignum to avoid linking issues with gmp + (if stdenv.hostPlatform.isStatic + then haskell.packages.native-bignum.ghc902 + else haskell.packages.ghc902); # haskellPackages.ghc is build->host (it exposes the compiler used to build the # set, similarly to stdenv.cc), but pkgs.ghc should be host->target to be more @@ -12549,7 +12553,11 @@ with pkgs; # the withPackages wrapper available. In the final cross-compiled package set # however, targetPackages won't be populated, so we need to fall back to the # plain, cross-compiled compiler (which is only theoretical at the moment). - ghc = targetPackages.haskellPackages.ghc or haskell.compiler.ghc902; + ghc = targetPackages.haskellPackages.ghc or + # Prefer native-bignum to avoid linking issues with gmp + (if stdenv.targetPlatform.isStatic + then haskell.compiler.native-bignum.ghc902 + else haskell.compiler.ghc902); cabal-install = haskell.lib.compose.justStaticExecutables haskellPackages.cabal-install; From ad32e89c440f76dfb96c1557ac13c35c18c01fbe Mon Sep 17 00:00:00 2001 From: Malte Brandy Date: Sat, 19 Mar 2022 01:43:27 +0100 Subject: [PATCH 156/238] haskellPackages.snap: Fix build --- .../haskell-modules/configuration-common.nix | 23 +++++++++++++++---- 1 file changed, 18 insertions(+), 5 deletions(-) diff --git a/pkgs/development/haskell-modules/configuration-common.nix b/pkgs/development/haskell-modules/configuration-common.nix index fc9041485aac..e08c05ac0177 100644 --- a/pkgs/development/haskell-modules/configuration-common.nix +++ b/pkgs/development/haskell-modules/configuration-common.nix @@ -378,6 +378,7 @@ self: super: { shadowsocks = dontCheck super.shadowsocks; shake-language-c = dontCheck super.shake-language-c; snap-core = doJailbreak (dontCheck super.snap-core); # attoparsec bound is too strict. This has been fixed on master + snap-server = doJailbreak super.snap-server; # attoparsec bound is too strict sourcemap = dontCheck super.sourcemap; static-resources = dontCheck super.static-resources; strive = dontCheck super.strive; # fails its own hlint test with tons of warnings @@ -2214,11 +2215,23 @@ self: super: { }) super.katip; # 2020-11-19: Jailbreaking until: https://github.com/snapframework/heist/pull/124 # 2021-12-22: https://github.com/snapframework/heist/issues/131 - heist = assert super.heist.version == "1.1.0.1"; overrideCabal (drv: { - testFlags = [ - "-t" "!*/compiled/ns*" - ] ++ drv.testFlags or []; - }) (doJailbreak super.heist); + + + heist = assert super.heist.version == "1.1.0.1"; + # aeson 2.0 compat https://github.com/snapframework/heist/pull/132 + # not merged in master yet + appendPatch (pkgs.fetchpatch { + url = "https://github.com/snapframework/heist/compare/de802b0ed5055bd45cfed733524b4086c7e71660...d76adf749d14d7401963d36a22597584c52fc55f.patch"; + sha256 = "sha256-GEIPGYYJO6S4t710AQe1uk3EvBu4UpablrlMDZLBSTk="; + includes = [ "src/*" "heist.cabal"]; + }) + (overrideCabal (drv: { + revision = null; + editedCabalFile = null; + doCheck = false; + }) + (doJailbreak super.heist)); + # https://github.com/emc2/HUnit-Plus/issues/26 HUnit-Plus = dontCheck super.HUnit-Plus; # https://github.com/ewestern/haskell-postgis/issues/7 From d0fda788aec3a18350b73ba64bae372f0f51fe14 Mon Sep 17 00:00:00 2001 From: Malte Brandy Date: Sat, 19 Mar 2022 01:46:58 +0100 Subject: [PATCH 157/238] haskellPackages.shake-bench: Fix build --- .../haskell-modules/configuration-common.nix | 4 +++- .../configuration-hackage2nix/main.yaml | 1 + .../haskell-modules/hackage-packages.nix | 23 +++++++++++++++++++ 3 files changed, 27 insertions(+), 1 deletion(-) diff --git a/pkgs/development/haskell-modules/configuration-common.nix b/pkgs/development/haskell-modules/configuration-common.nix index e08c05ac0177..4d284d843639 100644 --- a/pkgs/development/haskell-modules/configuration-common.nix +++ b/pkgs/development/haskell-modules/configuration-common.nix @@ -774,7 +774,9 @@ self: super: { diagrams-braille = doJailbreak super.diagrams-braille; # https://github.com/timbod7/haskell-chart/pull/231#issuecomment-953745932 - Chart-diagrams = doJailbreak super.Chart-diagrams; + Chart-diagrams = doJailbreak (super.Chart-diagrams.override { + SVGFonts = super.SVGFonts_1_7_0_1; + }); # https://github.com/xu-hao/namespace/issues/1 namespace = doJailbreak super.namespace; diff --git a/pkgs/development/haskell-modules/configuration-hackage2nix/main.yaml b/pkgs/development/haskell-modules/configuration-hackage2nix/main.yaml index 520d985c1bc3..f449454b87c2 100644 --- a/pkgs/development/haskell-modules/configuration-hackage2nix/main.yaml +++ b/pkgs/development/haskell-modules/configuration-hackage2nix/main.yaml @@ -127,6 +127,7 @@ extra-packages: - weeder == 2.2.* # 2022-02-21: preserve for GHC 8.10.7 - attoparsec == 0.13.* # 2022-02-23: Needed to compile elm for now - relude == 0.7.0.0 # 2022-02-25: Needed for ema 0.6 + - SVGFonts < 1.8 # 2022-03-19: Needed for Chart-diagrams 1.9.3 package-maintainers: abbradar: diff --git a/pkgs/development/haskell-modules/hackage-packages.nix b/pkgs/development/haskell-modules/hackage-packages.nix index ce5cfb83fe33..278987d6769b 100644 --- a/pkgs/development/haskell-modules/hackage-packages.nix +++ b/pkgs/development/haskell-modules/hackage-packages.nix @@ -17883,6 +17883,29 @@ self: { hydraPlatforms = lib.platforms.none; }) {}; + "SVGFonts_1_7_0_1" = callPackage + ({ mkDerivation, attoparsec, base, blaze-markup, blaze-svg + , bytestring, cereal, cereal-vector, containers, data-default-class + , diagrams-core, diagrams-lib, directory, parsec, split, text + , vector, xml + }: + mkDerivation { + pname = "SVGFonts"; + version = "1.7.0.1"; + sha256 = "06vnpkkr19s9b1wjp7l2w29vr7fsghcrffd2knlxvdhjacrfpc9h"; + revision = "2"; + editedCabalFile = "0q731cyrqq1csbid9nxh2bj6rf8yss017lz9j9zk22bw3bymzb0s"; + enableSeparateDataOutput = true; + libraryHaskellDepends = [ + attoparsec base blaze-markup blaze-svg bytestring cereal + cereal-vector containers data-default-class diagrams-core + diagrams-lib directory parsec split text vector xml + ]; + description = "Fonts from the SVG-Font format"; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + }) {}; + "SVGFonts" = callPackage ({ mkDerivation, attoparsec, base, blaze-markup, blaze-svg , bytestring, cereal, cereal-vector, containers, data-default-class From 2a6a57498bb33b52eb0bebe925331e3c4c599586 Mon Sep 17 00:00:00 2001 From: sternenseemann Date: Sat, 19 Mar 2022 11:36:29 +0100 Subject: [PATCH 158/238] haskellPackages: stackage-nightly 2022-03-10 -> 2022-03-17 This commit has been generated by maintainers/scripts/haskell/update-stackage.sh --- .../configuration-hackage2nix/stackage.yaml | 85 +++++++++++++------ 1 file changed, 57 insertions(+), 28 deletions(-) diff --git a/pkgs/development/haskell-modules/configuration-hackage2nix/stackage.yaml b/pkgs/development/haskell-modules/configuration-hackage2nix/stackage.yaml index 73aafc74ff05..5393c0f926de 100644 --- a/pkgs/development/haskell-modules/configuration-hackage2nix/stackage.yaml +++ b/pkgs/development/haskell-modules/configuration-hackage2nix/stackage.yaml @@ -1,4 +1,4 @@ -# Stackage Nightly 2022-03-10 +# Stackage Nightly 2022-03-17 # This file is auto-generated by # maintainers/scripts/haskell/update-stackage.sh default-package-overrides: @@ -20,6 +20,7 @@ default-package-overrides: - aern2-real ==0.2.8.0 - aeson ==2.0.3.0 - aeson-attoparsec ==0.0.0 + - aeson-better-errors ==0.9.1.1 - aeson-casing ==0.2.0.0 - aeson-commit ==1.4 - aeson-compat ==0.3.10 @@ -160,6 +161,7 @@ default-package-overrides: - bimaps ==0.1.0.2 - bimap-server ==0.1.0.1 - bin ==0.1.2 + - binance-exports ==0.1.0.0 - binary-conduit ==1.3.1 - binaryen ==0.0.6.0 - binary-generic-combinators ==0.4.4.0 @@ -200,6 +202,7 @@ default-package-overrides: - blaze-markup ==0.8.2.8 - blaze-svg ==0.3.6.1 - blaze-textual ==0.2.2.1 + - bm ==0.1.0.2 - bmp ==1.2.6.3 - bnb-staking-csvs ==0.2.1.0 - BNFC ==2.9.4 @@ -249,7 +252,7 @@ default-package-overrides: - bytestring-strict-builder ==0.4.5.5 - bytestring-to-vector ==0.3.0.1 - bytestring-tree-builder ==0.2.7.9 - - bytestring-trie ==0.2.6 + - bytestring-trie ==0.2.7 - bz2 ==1.0.1.0 - bzlib ==0.5.1.0 - bzlib-conduit ==0.3.0.2 @@ -263,7 +266,7 @@ default-package-overrides: - cabal-file-th ==0.2.7 - cabal-flatpak ==0.1.0.3 - cabal-plan ==0.7.2.1 - - cabal-rpm ==2.0.10 + - cabal-rpm ==2.0.11 - Cabal-syntax ==3.6.0.0 - cache ==0.1.3.0 - cached-json-file ==0.1.1 @@ -310,7 +313,7 @@ default-package-overrides: - cheapskate-highlight ==0.1.0.0 - cheapskate-lucid ==0.1.0.0 - check-email ==1.0.2 - - checkers ==0.5.7 + - checkers ==0.6.0 - checksum ==0.0 - chimera ==0.3.2.0 - chiphunk ==0.1.4.0 @@ -331,8 +334,9 @@ default-package-overrides: - classy-prelude ==1.5.0.2 - classy-prelude-conduit ==1.5.0 - classy-prelude-yesod ==1.5.0 - - clay ==0.13.3 - - cleff ==0.3.1.0 + - clay ==0.14.0 + - cleff ==0.3.2.0 + - cleff-plugin ==0.1.0.0 - clientsession ==0.9.1.2 - climb ==0.3.3 - Clipboard ==2.3.2.0 @@ -466,6 +470,7 @@ default-package-overrides: - cue-sheet ==2.0.1 - cufft ==0.10.0.0 - curl ==1.3.8 + - curl-runnings ==0.17.0 - currencies ==0.2.0.0 - currency ==0.2.0.0 - cursor ==0.3.2.0 @@ -657,7 +662,7 @@ default-package-overrides: - entropy ==0.4.1.7 - enummapset ==0.6.0.3 - enumset ==0.1 - - enum-text ==0.5.2.1 + - enum-text ==0.5.3.0 - envelope ==0.2.2.0 - envparse ==0.4.1 - envy ==2.1.0.0 @@ -674,10 +679,11 @@ default-package-overrides: - errors ==2.3.0 - errors-ext ==0.4.2 - ersatz ==0.4.10 - - esqueleto ==3.5.3.0 + - esqueleto ==3.5.3.1 - essence-of-live-coding ==0.2.6 - essence-of-live-coding-gloss ==0.2.6 - essence-of-live-coding-pulse ==0.2.6 + - essence-of-live-coding-quickcheck ==0.2.6 - essence-of-live-coding-warp ==0.2.6 - eventful-core ==0.2.0 - eventful-memory ==0.2.0 @@ -688,6 +694,7 @@ default-package-overrides: - evm-opcodes ==0.1.1 - exact-combinatorics ==0.2.0.11 - exact-pi ==0.5.0.1 + - exception-hierarchy ==0.1.0.6 - exception-mtl ==0.4.0.1 - exception-transformers ==0.4.0.11 - exception-via ==0.1.0.0 @@ -718,6 +725,7 @@ default-package-overrides: - fast-builder ==0.1.3.0 - fast-logger ==3.1.1 - fast-math ==1.0.2 + - fastmemo ==0.1.0.1 - fclabels ==2.0.5.1 - feature-flags ==0.1.0.1 - fedora-dists ==2.0.0 @@ -945,6 +953,7 @@ default-package-overrides: - groundhog-postgresql ==0.12 - groundhog-sqlite ==0.12.0 - group-by-date ==0.1.0.4 + - grouped-list ==0.2.3.0 - groups ==0.5.3 - gtk2hs-buildtools ==0.13.8.2 - gtk-sni-tray ==0.1.8.0 @@ -956,6 +965,7 @@ default-package-overrides: - hadoop-streaming ==0.2.0.3 - hakyll ==4.15.1.1 - hakyll-convert ==0.3.0.4 + - hal ==0.4.9 - half ==0.3.1 - hall-symbols ==0.1.0.6 - hamilton ==0.1.0.3 @@ -1025,9 +1035,10 @@ default-package-overrides: - hex ==0.2.0 - hexml ==0.3.4 - hexpat ==0.20.13 - - hex-text ==0.1.0.4 + - hex-text ==0.1.0.6 - hformat ==0.3.3.1 - hfsevents ==0.1.6 + - hgeometry ==0.14 - hgeometry-combinatorial ==0.14 - hid ==0.2.2 - hidapi ==0.1.7 @@ -1044,6 +1055,8 @@ default-package-overrides: - hkd-default ==1.1.0.0 - hkgr ==0.3 - hledger ==1.25 + - hledger-iadd ==1.3.17 + - hledger-interest ==1.6.3 - hledger-lib ==1.25 - hledger-stockquotes ==0.1.2.0 - hledger-ui ==1.25 @@ -1066,6 +1079,7 @@ default-package-overrides: - hoogle ==5.0.18.3 - hopenssl ==2.2.4 - hopfli ==0.2.2.1 + - horizontal-rule ==0.5.0.0 - hosc ==0.19.1 - hostname ==1.0 - hostname-validate ==1.0.0 @@ -1077,6 +1091,7 @@ default-package-overrides: - hpc-codecov ==0.3.0.0 - HPDF ==1.6.0 - hpp ==0.6.4 + - hpqtypes ==1.9.3.0 - hprotoc ==2.4.17 - hreader ==1.1.0 - hreader-lens ==0.1.3.0 @@ -1306,6 +1321,7 @@ default-package-overrides: - json-feed ==2.0.0.0 - jsonifier ==0.2 - jsonpath ==0.2.1.0 + - json-stream ==0.4.3.0 - JuicyPixels ==3.3.7 - JuicyPixels-blurhash ==0.1.0.3 - JuicyPixels-extra ==0.5.2 @@ -1336,7 +1352,7 @@ default-package-overrides: - LambdaHack ==0.11.0.0 - lame ==0.2.0 - language-bash ==0.9.2 - - language-c ==0.9.0.1 + - language-c ==0.9.0.2 - language-c-quote ==0.13 - language-docker ==10.4.2 - language-dot ==0.1.1 @@ -1512,7 +1528,7 @@ default-package-overrides: - min-max-pqueue ==0.1.0.2 - mintty ==0.1.3 - missing-foreign ==0.1.1 - - MissingH ==1.5.0.0 + - MissingH ==1.5.0.1 - mixed-types-num ==0.5.9.1 - mmap ==0.5.9 - mmark ==0.0.7.4 @@ -1684,7 +1700,7 @@ default-package-overrides: - oo-prototypes ==0.1.0.0 - opaleye ==0.9.2.0 - OpenAL ==1.7.0.5 - - openapi3 ==3.2.1 + - openapi3 ==3.2.2 - open-browser ==0.2.1.0 - openexr-write ==0.1.0.2 - OpenGL ==3.0.3.0 @@ -1763,7 +1779,7 @@ default-package-overrides: - pattern-arrows ==0.0.2 - pava ==0.1.1.3 - pcg-random ==0.1.3.7 - - pcre2 ==2.1.0 + - pcre2 ==2.1.0.1 - pcre-heavy ==1.0.0.2 - pcre-light ==0.4.1.0 - pcre-utils ==0.1.8.2 @@ -1779,24 +1795,25 @@ default-package-overrides: - perf ==0.9.0 - perfect-hash-generator ==0.2.0.6 - persist ==0.1.1.5 - - persistent ==2.13.3.0 + - persistent ==2.13.3.3 - persistent-discover ==0.1.0.5 - persistent-documentation ==0.1.0.4 - - persistent-mongoDB ==2.13.0.0 + - persistent-mongoDB ==2.13.0.1 - persistent-mtl ==0.4.0.0 - - persistent-mysql ==2.13.1.0 + - persistent-mysql ==2.13.1.2 - persistent-pagination ==0.1.1.2 - - persistent-postgresql ==2.13.4.0 + - persistent-postgresql ==2.13.5.0 - persistent-qq ==2.12.0.2 - - persistent-redis ==2.13.0.0 + - persistent-redis ==2.13.0.1 - persistent-refs ==0.4 - persistent-sqlite ==2.13.1.0 - persistent-template ==2.12.0.0 - - persistent-test ==2.13.1.0 + - persistent-test ==2.13.1.2 - pg-harness-client ==0.6.0 - pgp-wordlist ==0.1.0.3 - pg-transact ==0.3.2.0 - phantom-state ==0.2.1.2 + - phatsort ==0.5.0.1 - picosat ==0.1.6 - pid1 ==0.1.3.0 - pinch ==0.4.1.2 @@ -1922,19 +1939,20 @@ default-package-overrides: - psql-helpers ==0.1.0.0 - psqueues ==0.2.7.3 - pthread ==0.2.1 - - ptr-poker ==0.1.2.4 + - ptr-poker ==0.1.2.5 - pulse-simple ==0.1.14 - pureMD5 ==2.1.4 - purescript-bridge ==0.14.0.0 - - pusher-http-haskell ==2.1.0.8 + - pusher-http-haskell ==2.1.0.9 - pvar ==1.0.0.0 - PyF ==0.10.2.0 - qchas ==1.1.0.1 - qm-interpolated-string ==0.3.0.0 - - qrcode-core ==0.9.4 - - qrcode-juicypixels ==0.8.2 + - qrcode-core ==0.9.5 + - qrcode-juicypixels ==0.8.3 - quadratic-irrational ==0.1.1 - QuasiText ==0.1.2.6 + - queue-sheet ==0.7.0.2 - quickbench ==1.0.1 - QuickCheck ==2.14.2 - quickcheck-arbitrary-adt ==0.3.1.0 @@ -1995,6 +2013,7 @@ default-package-overrides: - record-wrangler ==0.1.1.0 - rec-smallarray ==0.1.0.0 - recursion-schemes ==5.2.2.2 + - redact ==0.4.0.0 - reddit-scrape ==0.0.1 - redis-io ==1.1.0 - redis-resp ==1.0.0 @@ -2048,6 +2067,8 @@ default-package-overrides: - rfc5051 ==0.2 - rg ==1.4.0.0 - rhbzquery ==0.4.4 + - rhine ==0.7.1 + - rhine-gloss ==0.7.1 - riak-protobuf ==0.25.0.0 - rio ==0.1.21.0 - rio-orphans ==0.1.2.0 @@ -2154,7 +2175,7 @@ default-package-overrides: - servant-multipart ==0.12.1 - servant-multipart-api ==0.12.1 - servant-multipart-client ==0.12.1 - - servant-openapi3 ==2.0.1.3 + - servant-openapi3 ==2.0.1.4 - servant-pipes ==0.15.3 - servant-rawm ==1.0.0.0 - servant-ruby ==0.9.0.0 @@ -2162,6 +2183,9 @@ default-package-overrides: - servant-static-th ==1.0.0.0 - servant-subscriber ==0.7.0.0 - servant-swagger ==1.1.10 + - servant-swagger-ui ==0.3.5.4.5.0 + - servant-swagger-ui-core ==0.3.5 + - servant-swagger-ui-redoc ==0.3.4.1.22.3 - servant-websockets ==2.0.0 - servant-xml ==1.0.1.4 - serversession ==1.0.2 @@ -2174,6 +2198,7 @@ default-package-overrides: - set-monad ==0.3.0.0 - sets ==0.0.6.2 - sexp-grammar ==2.3.3.1 + - sexpr-parser ==0.2.2.0 - SHA ==1.6.4.4 - shake ==0.19.6 - shake-language-c ==0.12.0 @@ -2228,6 +2253,8 @@ default-package-overrides: - smash ==0.1.2 - smash-microlens ==0.1.0.0 - smtp-mail ==0.3.0.0 + - snap-blaze ==0.2.1.5 + - snap-core ==1.0.5.0 - snappy ==0.2.0.2 - snowflake ==0.1.1.1 - soap ==0.2.3.6 @@ -2332,9 +2359,9 @@ default-package-overrides: - stringsearch ==0.3.6.6 - string-transform ==1.1.1 - stripe-concepts ==1.0.3.1 - - stripe-scotty ==1.1.0.1 + - stripe-scotty ==1.1.0.2 - stripe-signature ==1.0.0.14 - - stripe-wreq ==1.0.1.12 + - stripe-wreq ==1.0.1.14 - strive ==6.0.0.1 - strong-path ==1.1.3.0 - structs ==0.1.6 @@ -2411,7 +2438,7 @@ default-package-overrides: - tcp-streams ==1.0.1.1 - tdigest ==0.2.1.1 - teardown ==0.5.0.1 - - telegram-bot-simple ==0.3.8 + - telegram-bot-simple ==0.4.3 - template-haskell-compat-v0208 ==0.1.7 - temporary ==1.3 - temporary-rc ==1.2.0.3 @@ -2421,6 +2448,7 @@ default-package-overrides: - termbox ==0.3.0 - terminal-progress-bar ==0.4.1 - terminal-size ==0.3.2.1 + - termonad ==4.2.0.1 - test-framework ==0.8.2.0 - test-framework-hunit ==0.3.0.2 - test-framework-leancheck ==0.0.4 @@ -2562,7 +2590,7 @@ default-package-overrides: - type-spec ==0.4.0.0 - typography-geometry ==1.0.1.0 - tz ==0.1.3.6 - - tzdata ==0.2.20211021.0 + - tzdata ==0.2.20220315.0 - ua-parser ==0.7.6.0 - uglymemo ==0.1.0.1 - unagi-chan ==0.4.1.4 @@ -2781,6 +2809,7 @@ default-package-overrides: - xml-hamlet ==0.5.0.2 - xml-helpers ==1.0.0 - xmlhtml ==0.2.5.2 + - xml-html-qq ==0.1.0.1 - xml-indexed-cursor ==0.1.1.0 - xml-parser ==0.1.1 - xml-picklers ==0.3.6 From 6ef31eaf005a77df4167e29224f357ae2365a89a Mon Sep 17 00:00:00 2001 From: sternenseemann Date: Sat, 19 Mar 2022 11:37:08 +0100 Subject: [PATCH 159/238] all-cabal-hashes: 2022-03-11T16:24:54Z -> 2022-03-19T10:17:05Z This commit has been generated by maintainers/scripts/haskell/update-hackage.sh --- pkgs/data/misc/hackage/pin.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/pkgs/data/misc/hackage/pin.json b/pkgs/data/misc/hackage/pin.json index ca16311b26dd..8a8149d7c045 100644 --- a/pkgs/data/misc/hackage/pin.json +++ b/pkgs/data/misc/hackage/pin.json @@ -1,6 +1,6 @@ { - "commit": "01da98c0f963409570afe3c032705ae3042e93c2", - "url": "https://github.com/commercialhaskell/all-cabal-hashes/archive/01da98c0f963409570afe3c032705ae3042e93c2.tar.gz", - "sha256": "17xdhaycch9s7l8g5ryjgv003pb9bzqlbi5nwvp5rgnk1h7lhf7h", - "msg": "Update from Hackage at 2022-03-11T16:24:54Z" + "commit": "15a9ba0e8b16f59e202e78dec14454875c954075", + "url": "https://github.com/commercialhaskell/all-cabal-hashes/archive/15a9ba0e8b16f59e202e78dec14454875c954075.tar.gz", + "sha256": "0kgbqff2xvq53qrg7hmpwmx6rbmxg3h43kd46gmaagbm52mpgky0", + "msg": "Update from Hackage at 2022-03-19T10:17:05Z" } From 44eec0054edee48df3b5ee672cd92b703a05ef12 Mon Sep 17 00:00:00 2001 From: sternenseemann Date: Sat, 19 Mar 2022 11:38:46 +0100 Subject: [PATCH 160/238] haskellPackages: regenerate package set based on current config This commit has been generated by maintainers/scripts/haskell/regenerate-hackage-packages.sh --- .../haskell-modules/hackage-packages.nix | 1454 ++++++++++++----- 1 file changed, 1000 insertions(+), 454 deletions(-) diff --git a/pkgs/development/haskell-modules/hackage-packages.nix b/pkgs/development/haskell-modules/hackage-packages.nix index 278987d6769b..a850a17db496 100644 --- a/pkgs/development/haskell-modules/hackage-packages.nix +++ b/pkgs/development/haskell-modules/hackage-packages.nix @@ -3485,8 +3485,8 @@ self: { }: mkDerivation { pname = "ConClusion"; - version = "0.1.0"; - sha256 = "1zi113zyf6fp133fplc3263683asxf0j038xsy51simwzw4rmxjc"; + version = "0.2.0"; + sha256 = "1nz7xax1llc0v775kx0g6hsrfbmgy1gj0pgalwpblqms1ccpy04s"; isLibrary = true; isExecutable = true; libraryHaskellDepends = [ @@ -9384,6 +9384,8 @@ self: { pname = "HStringTemplate"; version = "0.8.8"; sha256 = "1n8ci0kzjcgnqh4dfpqwlh7mnlzyiqiqc6hc0zr65p0balbg8zbi"; + revision = "2"; + editedCabalFile = "1iq8ni7im7b0q3hpchyc9j7iw1r431xlikwsqlhiwnw61q2c5qi5"; libraryHaskellDepends = [ array base blaze-builder bytestring containers deepseq directory filepath mtl old-locale parsec pretty semigroups syb @@ -13599,8 +13601,8 @@ self: { }: mkDerivation { pname = "MissingH"; - version = "1.5.0.0"; - sha256 = "100x3315lk0zs58cv951jxcy6cgip18cq25r8f2bsgwbvv6gh2by"; + version = "1.5.0.1"; + sha256 = "0c92fdv32nq51kfdizi3lpxmnvscsgk6marfzaycd7k05aka8byb"; libraryHaskellDepends = [ array base containers directory filepath hslogger mtl network network-bsd old-locale old-time parsec process regex-compat time @@ -18899,6 +18901,29 @@ self: { broken = true; }) {}; + "Sit_0_2022_3_18" = callPackage + ({ mkDerivation, alex, array, base, containers, data-lens-light + , happy, mtl + }: + mkDerivation { + pname = "Sit"; + version = "0.2022.3.18"; + sha256 = "03q784w5wf8rvc173skh1cmdsvw5450cxc9jymqs23xv9wyp8b4z"; + isLibrary = true; + isExecutable = true; + enableSeparateDataOutput = true; + libraryHaskellDepends = [ + array base containers data-lens-light mtl + ]; + libraryToolDepends = [ alex happy ]; + executableHaskellDepends = [ base ]; + testHaskellDepends = [ base ]; + description = "Prototypical type checker for Type Theory with Sized Natural Numbers"; + license = "unknown"; + hydraPlatforms = lib.platforms.none; + broken = true; + }) {}; + "SizeCompare" = callPackage ({ mkDerivation, base, containers }: mkDerivation { @@ -24992,20 +25017,18 @@ self: { }) {}; "aeson-injector" = callPackage - ({ mkDerivation, aeson, base, bifunctors, containers, deepseq - , hashable, HUnit, lens, QuickCheck, quickcheck-text, scientific - , servant-docs, swagger2, tasty, tasty-hunit, tasty-quickcheck - , text, unordered-containers, vector + ({ mkDerivation, aeson, attoparsec, base, bifunctors, containers + , deepseq, hashable, HUnit, lens, QuickCheck, quickcheck-text + , scientific, servant-docs, swagger2, tasty, tasty-hunit + , tasty-quickcheck, text, unordered-containers, vector }: mkDerivation { pname = "aeson-injector"; - version = "1.1.5.0"; - sha256 = "0hg853hhbvmqa6yj0xg8naxdrbs2n3lzld0jrbmfmccjqcfzarx4"; - revision = "1"; - editedCabalFile = "0l1628z78sxi1wjh1x3hymaid2f7g4r4sbs28phg127fzwn4i7ma"; + version = "1.2.0.0"; + sha256 = "1q7hcclg0lycjgayyb9sgmh8rbjiw6cck7wl7xkxvf5ivy0jppz9"; libraryHaskellDepends = [ - aeson base bifunctors deepseq hashable lens servant-docs swagger2 - text unordered-containers + aeson attoparsec base bifunctors deepseq hashable lens servant-docs + swagger2 text unordered-containers ]; testHaskellDepends = [ aeson base containers HUnit lens QuickCheck quickcheck-text @@ -25455,6 +25478,31 @@ self: { broken = true; }) {}; + "aeson-typescript_0_4_0_0" = callPackage + ({ mkDerivation, aeson, base, bytestring, containers, directory + , filepath, hspec, mtl, process, string-interpolate + , template-haskell, temporary, text, th-abstraction, transformers + , unordered-containers + }: + mkDerivation { + pname = "aeson-typescript"; + version = "0.4.0.0"; + sha256 = "0qy8hnrczyfxlyayrs9x1sp25wv9klc5n6c1pdds4lf09aq201ji"; + libraryHaskellDepends = [ + aeson base containers mtl string-interpolate template-haskell text + th-abstraction transformers unordered-containers + ]; + testHaskellDepends = [ + aeson base bytestring containers directory filepath hspec mtl + process string-interpolate template-haskell temporary text + th-abstraction transformers unordered-containers + ]; + description = "Generate TypeScript definition files from your ADTs"; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; + }) {}; + "aeson-utils" = callPackage ({ mkDerivation, aeson, attoparsec, base, bytestring, scientific , text @@ -26865,6 +26913,19 @@ self: { license = lib.licenses.publicDomain; }) {}; + "alignment" = callPackage + ({ mkDerivation, assoc, base, bifunctors, lens, semigroupoids }: + mkDerivation { + pname = "alignment"; + version = "0.1.0.2"; + sha256 = "1gsnp2rfqcll1hrf1c0c9rkjvv3mbvfsqghlkyfs9jvb0w9sd2i7"; + libraryHaskellDepends = [ + assoc base bifunctors lens semigroupoids + ]; + description = "Zip-alignment"; + license = lib.licenses.bsd3; + }) {}; + "alist" = callPackage ({ mkDerivation, base }: mkDerivation { @@ -34451,6 +34512,8 @@ self: { pname = "assoc-list"; version = "0.1.0.1"; sha256 = "1ggvws2ma9cn165h03dx0v0zd1aifhi5qx05lnymf9ca98pa7ls9"; + revision = "1"; + editedCabalFile = "1flpnhl0sw7cz4r3634ys2bcivza5i4fb3s5l1c5jlrbzzygf04k"; libraryHaskellDepends = [ base contravariant ]; testHaskellDepends = [ base contravariant hedgehog ]; description = "Association lists (lists of tuples)"; @@ -34463,6 +34526,8 @@ self: { pname = "assoc-listlike"; version = "0.1.0.1"; sha256 = "1jzv0x8397274ks8azm89xcca8i1h6rgi8drbp4nj05mxzvz6brv"; + revision = "1"; + editedCabalFile = "19635cmwd5svv3n04vd7lxjmwywhy9q5a9slqp4f57mnlyzw0w4a"; libraryHaskellDepends = [ base contravariant ListLike ]; testHaskellDepends = [ base contravariant hedgehog ListLike ]; description = "Association lists (list-like collections of tuples)"; @@ -36854,8 +36919,8 @@ self: { pname = "aws-cloudfront-signed-cookies"; version = "0.2.0.10"; sha256 = "1mzsg6wfzgiippl8kw54m16i1m7zxwfqfwx3wbb3m372pg4h9sza"; - revision = "3"; - editedCabalFile = "0yswkjkx4xhmy11k3zcgcrmwr19dcaxw15vbl52nqsrhamw60fh3"; + revision = "5"; + editedCabalFile = "1d9zsm2y08mzgr25wk3bf1laz918vbjvrfh7kc56r1naiqqprj74"; isLibrary = true; isExecutable = true; libraryHaskellDepends = [ @@ -38751,6 +38816,18 @@ self: { license = lib.licenses.mit; }) {}; + "base-prelude_1_6_1" = callPackage + ({ mkDerivation, base }: + mkDerivation { + pname = "base-prelude"; + version = "1.6.1"; + sha256 = "0rbx6k85svqrkw5ixp2xal8bg6xrz729g7rrhkgsr3ixv38k943j"; + libraryHaskellDepends = [ base ]; + description = "Featureful preludes formed solely from the \"base\" package"; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; + }) {}; + "base-unicode-symbols" = callPackage ({ mkDerivation, base }: mkDerivation { @@ -41111,6 +41188,32 @@ self: { license = lib.licenses.gpl2Plus; }) {}; + "binance-exports" = callPackage + ({ mkDerivation, aeson, base, bytedump, bytestring, cassava + , cmdargs, cryptohash-sha256, hedgehog, http-client, http-types + , mtl, req, safe-exceptions, scientific, tasty, tasty-hedgehog + , tasty-hunit, text, time + }: + mkDerivation { + pname = "binance-exports"; + version = "0.1.0.0"; + sha256 = "0kx3kj84myn4vai0mw1710bwqn3vpp55qigmwidvjrs047r1vzrl"; + revision = "4"; + editedCabalFile = "17c5041sa6kas0fimik0zrynyyr9r8i4yz8lhbrjf8ar20piqx7m"; + isLibrary = true; + isExecutable = true; + libraryHaskellDepends = [ + aeson base bytedump bytestring cassava cmdargs cryptohash-sha256 + http-client http-types mtl req safe-exceptions scientific text time + ]; + executableHaskellDepends = [ base ]; + testHaskellDepends = [ + base hedgehog tasty tasty-hedgehog tasty-hunit + ]; + description = "Generate CSV Exports of your Binance Trade History"; + license = lib.licenses.bsd3; + }) {}; + "binary_0_8_9_0" = callPackage ({ mkDerivation, array, attoparsec, base, base-orphans, bytestring , Cabal, cereal, containers, criterion, deepseq, directory @@ -43714,6 +43817,27 @@ self: { license = lib.licenses.bsd3; }) {}; + "bits-extra_0_0_2_1" = callPackage + ({ mkDerivation, base, criterion, doctest, doctest-discover + , ghc-prim, hedgehog, hspec, hspec-discover, hw-hedgehog + , hw-hspec-hedgehog, vector + }: + mkDerivation { + pname = "bits-extra"; + version = "0.0.2.1"; + sha256 = "1lxfc56b53km1zm46vnx4l7r7fr2p0xhmkaqb19maz03czmnnd3g"; + libraryHaskellDepends = [ base ghc-prim vector ]; + testHaskellDepends = [ + base doctest doctest-discover ghc-prim hedgehog hspec hw-hedgehog + hw-hspec-hedgehog + ]; + testToolDepends = [ doctest-discover hspec-discover ]; + benchmarkHaskellDepends = [ base criterion ghc-prim vector ]; + description = "Useful bitwise operations"; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + }) {}; + "bits-extras" = callPackage ({ mkDerivation, base, gcc_s }: mkDerivation { @@ -48928,19 +49052,23 @@ self: { }) {}; "bytestring-trie" = callPackage - ({ mkDerivation, base, binary, bytestring, QuickCheck, smallcheck - , tasty, tasty-hunit, tasty-quickcheck, tasty-smallcheck + ({ mkDerivation, base, binary, bytestring, criterion, deepseq + , QuickCheck, smallcheck, tasty, tasty-hunit, tasty-quickcheck + , tasty-smallcheck }: mkDerivation { pname = "bytestring-trie"; - version = "0.2.6"; - sha256 = "00wz54cmn2wa8vvhvhmdxj16nj0blhhyabp54ddahicnnizi2hzf"; - libraryHaskellDepends = [ base binary bytestring ]; + version = "0.2.7"; + sha256 = "1fyrgnyxvdyj69w4m460a2iyqga9v2c46i3pmnif72r5rl6fc70d"; + libraryHaskellDepends = [ base binary bytestring deepseq ]; testHaskellDepends = [ - base binary bytestring QuickCheck smallcheck tasty tasty-hunit - tasty-quickcheck tasty-smallcheck + base binary bytestring deepseq QuickCheck smallcheck tasty + tasty-hunit tasty-quickcheck tasty-smallcheck ]; - description = "An efficient finite map from (byte)strings to values"; + benchmarkHaskellDepends = [ + base binary bytestring criterion deepseq QuickCheck + ]; + description = "An efficient finite map from bytestrings to values"; license = lib.licenses.bsd3; }) {}; @@ -49340,6 +49468,17 @@ self: { license = lib.licenses.bsd3; }) {}; + "ca-patterns" = callPackage + ({ mkDerivation, base, parsec, text, vector }: + mkDerivation { + pname = "ca-patterns"; + version = "0.1.0.0"; + sha256 = "1n5l7dxsci9dbrrngrc9q7f85i966i2vzidzrm3prjf8fq3i87b0"; + libraryHaskellDepends = [ base parsec text vector ]; + description = "Manipulate patterns in cellular automata, create and parse RLE files"; + license = lib.licenses.mit; + }) {}; + "ca-province-codes" = callPackage ({ mkDerivation, aeson, base, hspec, QuickCheck, text }: mkDerivation { @@ -49491,34 +49630,35 @@ self: { "cabal-cache" = callPackage ({ mkDerivation, aeson, amazonka, amazonka-core, amazonka-s3 , antiope-core, antiope-optparse-applicative, antiope-s3, base - , bytestring, conduit-extra, containers, cryptonite, deepseq - , directory, exceptions, filepath, generic-lens, hedgehog, hspec - , hspec-discover, http-client, http-types, hw-hedgehog - , hw-hspec-hedgehog, lens, mtl, optparse-applicative, process - , raw-strings-qq, relation, resourcet, selective, stm, stringsearch - , tar, temporary, text, time, topograph, unliftio, zlib + , bytestring, containers, cryptonite, deepseq, directory + , exceptions, filepath, generic-lens, hedgehog, hspec + , hspec-discover, http-client, http-client-tls, http-types + , hw-hspec-hedgehog, lens, mtl, network-uri, optparse-applicative + , process, raw-strings-qq, relation, resourcet, stm, stringsearch + , temporary, text, topograph, transformers, unliftio }: mkDerivation { pname = "cabal-cache"; - version = "1.0.3.0"; - sha256 = "0xx0a53z7wj75p8dqypr6ys63cpw8acl49358f42xi5lgblvqnca"; - revision = "1"; - editedCabalFile = "19dr9x78xfgb8jnbj1i23mhzqnvixgh1azyq5fvccm6h4pcbjfzz"; + version = "1.0.4.0"; + sha256 = "1qh2cy0mwslqfdw747jkvvfbdma0c3mmjd5kpv2s5slz0m7m8l9j"; isLibrary = true; isExecutable = true; libraryHaskellDepends = [ - aeson amazonka amazonka-core amazonka-s3 antiope-core - antiope-optparse-applicative antiope-s3 base bytestring - conduit-extra containers cryptonite deepseq directory exceptions - filepath generic-lens http-client http-types lens mtl - optparse-applicative process relation resourcet selective stm - stringsearch tar temporary text time topograph unliftio zlib + aeson amazonka amazonka-core amazonka-s3 antiope-core antiope-s3 + base bytestring containers cryptonite deepseq directory exceptions + filepath generic-lens http-client http-client-tls http-types lens + mtl network-uri optparse-applicative process relation resourcet stm + text topograph transformers + ]; + executableHaskellDepends = [ + aeson amazonka amazonka-core antiope-core + antiope-optparse-applicative base bytestring containers directory + exceptions generic-lens http-types lens mtl optparse-applicative + resourcet stm stringsearch temporary text unliftio ]; - executableHaskellDepends = [ base optparse-applicative ]; testHaskellDepends = [ - aeson antiope-core antiope-s3 base bytestring containers filepath - generic-lens hedgehog hspec http-types hw-hedgehog - hw-hspec-hedgehog lens raw-strings-qq relation text + aeson antiope-core base bytestring filepath hedgehog hspec + http-types hw-hspec-hedgehog lens network-uri raw-strings-qq text ]; testToolDepends = [ hspec-discover ]; description = "CI Assistant for Haskell projects"; @@ -50222,8 +50362,8 @@ self: { }: mkDerivation { pname = "cabal-rpm"; - version = "2.0.10"; - sha256 = "028kvvdm8dqjmk16ag8p1mb4d3nfyz1i6x8ijfcr45hrb93hdd77"; + version = "2.0.11"; + sha256 = "041sr5fym01cdfi606180iz5zqxnlw44vhr4bbwpxr45qn71kzxb"; isLibrary = false; isExecutable = true; executableHaskellDepends = [ @@ -54938,19 +55078,6 @@ self: { }) {}; "checkers" = callPackage - ({ mkDerivation, array, base, QuickCheck, random, semigroupoids }: - mkDerivation { - pname = "checkers"; - version = "0.5.7"; - sha256 = "1yqrwbwylqbyagbilak7491ai5jwd92lrs2y144yrksq4215f9az"; - libraryHaskellDepends = [ - array base QuickCheck random semigroupoids - ]; - description = "Check properties on standard classes and data structures"; - license = lib.licenses.bsd3; - }) {}; - - "checkers_0_6_0" = callPackage ({ mkDerivation, array, base, QuickCheck, random, semigroupoids }: mkDerivation { pname = "checkers"; @@ -54961,7 +55088,6 @@ self: { ]; description = "Check properties on standard classes and data structures"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; }) {}; "checkmate" = callPackage @@ -55823,13 +55949,13 @@ self: { }: mkDerivation { pname = "cimple"; - version = "0.0.15"; - sha256 = "1jlrg57m30w17l4jrqn8gsd412xgh7ck1hs64a5bl61vsysga8jd"; + version = "0.0.16"; + sha256 = "02pxk1r076j0vkn0vhny9nxzf0dlql1hcn8sdw0nili8mb41pbj4"; isLibrary = true; isExecutable = true; libraryHaskellDepends = [ aeson ansi-wl-pprint array base bytestring containers data-fix - filepath groom monad-parallel mtl recursion-schemes split text + filepath monad-parallel mtl recursion-schemes split text transformers-compat ]; libraryToolDepends = [ alex happy ]; @@ -57035,8 +57161,8 @@ self: { ({ mkDerivation, base, hspec, hspec-discover, mtl, text }: mkDerivation { pname = "clay"; - version = "0.13.3"; - sha256 = "192lsbyj6azjs2ygpx4i47fyr8zfmvwcas8mia07ndqglk2c9csx"; + version = "0.14.0"; + sha256 = "10dwgvga0xsil20w6l0xr8g1lsxg7rwdfcv4bga818jp49xbmnac"; libraryHaskellDepends = [ base mtl text ]; testHaskellDepends = [ base hspec hspec-discover mtl text ]; testToolDepends = [ hspec-discover ]; @@ -57372,8 +57498,8 @@ self: { }: mkDerivation { pname = "cleff"; - version = "0.3.1.0"; - sha256 = "1w9sal6x6cm9mhfgw8va8fbwzg97fpfhlqvc3hrra92xb8jf2ya5"; + version = "0.3.2.0"; + sha256 = "0ayvywkd88p5frr41405jz82zya31jslbzxzln2x01maibjyyf2h"; libraryHaskellDepends = [ atomic-primops base containers exceptions microlens monad-control primitive template-haskell th-abstraction transformers-base @@ -57388,6 +57514,23 @@ self: { license = lib.licenses.bsd3; }) {}; + "cleff-plugin" = callPackage + ({ mkDerivation, base, cleff, containers, ghc, ghc-tcplugins-extra + }: + mkDerivation { + pname = "cleff-plugin"; + version = "0.1.0.0"; + sha256 = "092lwskcwhgylzx1a02fjjgd15v0ipvx4mxnmdii2r782v697g37"; + libraryHaskellDepends = [ + base cleff containers ghc ghc-tcplugins-extra + ]; + testHaskellDepends = [ + base cleff containers ghc ghc-tcplugins-extra + ]; + description = "Automatic disambiguation for extensible effects"; + license = lib.licenses.bsd3; + }) {}; + "cless" = callPackage ({ mkDerivation, base, highlighting-kate, optparse-applicative , process, terminfo, wl-pprint-extras, wl-pprint-terminfo @@ -62377,8 +62520,8 @@ self: { }: mkDerivation { pname = "concurrent-machines"; - version = "0.3.1.4"; - sha256 = "1ddwbmvxaigkdbfqf3cm8pyyh0knn1zbf46j7rh1c6vqwqx2g16l"; + version = "0.3.1.5"; + sha256 = "0pdvn2sw2k9kpj2g53hf2w21hrcs7l3hxjn5hdjhyqaswpmq5xzh"; libraryHaskellDepends = [ async base containers lifted-async machines monad-control semigroups time transformers transformers-base @@ -68278,6 +68421,29 @@ self: { license = lib.licenses.bsd3; }) {}; + "cryptonite_0_30" = callPackage + ({ mkDerivation, base, basement, bytestring, deepseq, gauge + , ghc-prim, integer-gmp, memory, random, tasty, tasty-hunit + , tasty-kat, tasty-quickcheck + }: + mkDerivation { + pname = "cryptonite"; + version = "0.30"; + sha256 = "07bb97iszhnrfddh5ql6p3dqd0c13xycjw5n2kljw7d0ia59q2an"; + libraryHaskellDepends = [ + base basement bytestring deepseq ghc-prim integer-gmp memory + ]; + testHaskellDepends = [ + base bytestring memory tasty tasty-hunit tasty-kat tasty-quickcheck + ]; + benchmarkHaskellDepends = [ + base bytestring deepseq gauge memory random + ]; + description = "Cryptography Primitives sink"; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + }) {}; + "cryptonite-cd" = callPackage ({ mkDerivation, base, basement-cd, bytestring, deepseq, gauge , ghc-prim, integer-gmp, memory-cd, random, tasty, tasty-hunit @@ -69198,8 +69364,8 @@ self: { ({ mkDerivation, base, parsec, text }: mkDerivation { pname = "curly-expander"; - version = "0.3.0.0"; - sha256 = "08yw57f08rcvhnqsljndnqgbkll3zgf22xnqpjxlf1b6a8yfbqxm"; + version = "0.3.0.1"; + sha256 = "09hhlsya3ibk1v0k487a5dj35p9d838vixfnkzlfai3rmgs5awdz"; libraryHaskellDepends = [ base parsec text ]; testHaskellDepends = [ base parsec text ]; description = "Curly braces (brackets) expanding"; @@ -69335,6 +69501,25 @@ self: { broken = true; }) {}; + "currycarbon" = callPackage + ({ mkDerivation, base, doctest, filepath, math-functions + , optparse-applicative, parsec, vector + }: + mkDerivation { + pname = "currycarbon"; + version = "0.1.1.0"; + sha256 = "0x328zl65hpaw93w9w167rc1sdpk7j7z4spwdmyj9wll6g57cwpb"; + isLibrary = true; + isExecutable = true; + libraryHaskellDepends = [ + base filepath math-functions parsec vector + ]; + executableHaskellDepends = [ base filepath optparse-applicative ]; + testHaskellDepends = [ base doctest ]; + description = "A package for simple, fast radiocarbon calibration"; + license = lib.licenses.mit; + }) {}; + "curryer" = callPackage ({ mkDerivation, aeson, base, blaze-html, bytestring , case-insensitive, containers, cookie, http-types, mtl, regex-pcre @@ -76261,8 +76446,8 @@ self: { pname = "dhall-recursive-adt"; version = "0.1.0.1"; sha256 = "09s3m86vflj5im2walab8d0wpvihsvxc5mzy55m10pfzr3gxsd11"; - revision = "3"; - editedCabalFile = "0hwbqkxsq0bg03vdxrzjmwczga0s31nsj449sbim140729fk5v7r"; + revision = "4"; + editedCabalFile = "0ym561whhaiszvqpdfbbzng3891n36fkwgaspyfhl5gz7pdqr6v9"; libraryHaskellDepends = [ base data-fix dhall recursion-schemes ]; testHaskellDepends = [ base dhall either hedgehog recursion-schemes tasty tasty-hedgehog @@ -78439,8 +78624,8 @@ self: { }: mkDerivation { pname = "disco"; - version = "0.1.4"; - sha256 = "0njxqk4dqiz5xl7hpxa4d0mbz0kampvhq4qnfspihk4y5sa1qfg9"; + version = "0.1.5"; + sha256 = "023pa9jgvxk1p56aydki91c8xmxx63m5w0v6bdyy1dqnwcgqlzzy"; isLibrary = true; isExecutable = true; enableSeparateDataOutput = true; @@ -81313,6 +81498,36 @@ self: { license = lib.licenses.mit; }) {}; + "dotenv_0_9_0_1" = callPackage + ({ mkDerivation, base, base-compat, containers, directory + , exceptions, hspec, hspec-discover, hspec-megaparsec, megaparsec + , optparse-applicative, process, text, transformers + }: + mkDerivation { + pname = "dotenv"; + version = "0.9.0.1"; + sha256 = "1iz9xfp8z2cjxnh1355hws7ds19rmrznmk0vkj4mz6i2k9a302r1"; + isLibrary = true; + isExecutable = true; + enableSeparateDataOutput = true; + libraryHaskellDepends = [ + base base-compat containers directory exceptions megaparsec process + text transformers + ]; + executableHaskellDepends = [ + base base-compat megaparsec optparse-applicative process text + transformers + ]; + testHaskellDepends = [ + base base-compat containers directory exceptions hspec + hspec-megaparsec megaparsec process text transformers + ]; + testToolDepends = [ hspec-discover ]; + description = "Loads environment variables from dotenv files"; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; + }) {}; + "dotfs" = callPackage ({ mkDerivation, base, bytestring, containers, directory, filepath , haskell-src, HFuse, HUnit, parsec, process, QuickCheck @@ -82333,16 +82548,17 @@ self: { }: mkDerivation { pname = "dsv"; - version = "1.0.0.2"; - sha256 = "1499qdsxn6qvavgi0g6x75w0cl21dc1f7nn79ajr0lq56dpdx873"; + version = "1.0.0.3"; + sha256 = "17vhfq50m12b5vsj92vi0kq3433622jwkfjndkzxdcblra2mnmzx"; enableSeparateDataOutput = true; libraryHaskellDepends = [ attoparsec base bytestring cassava containers foldl pipes pipes-bytestring pipes-safe template-haskell text validation vector ]; testHaskellDepends = [ - base bytestring containers foldl hedgehog pipes safe-exceptions - text vector + attoparsec base bytestring cassava containers foldl hedgehog pipes + pipes-bytestring pipes-safe safe-exceptions template-haskell text + validation vector ]; description = "DSV (delimiter-separated values)"; license = lib.licenses.mit; @@ -83890,8 +84106,8 @@ self: { pname = "ed25519"; version = "0.0.5.0"; sha256 = "0v8msqvgzimhs7p5ri25hrb1ni2wvisl5rmdxy89fc59py79b9fq"; - revision = "4"; - editedCabalFile = "1jr8v3kw69fdchnynflq3gz1bwx4jm5jpl7c00bnflrhkdrfbndn"; + revision = "5"; + editedCabalFile = "1ckyssya3vw8nf4w324zhbyyf92zlzr2kcv20bvw58wz7mgppb14"; libraryHaskellDepends = [ base bytestring ghc-prim ]; testHaskellDepends = [ base bytestring directory doctest filepath hlint QuickCheck @@ -86578,16 +86794,21 @@ self: { }) {}; "enum-text" = callPackage - ({ mkDerivation, array, base, bytestring, fmt, hashable, possibly - , text, time, unordered-containers + ({ mkDerivation, array, attoparsec, base, bytestring, doctest + , doctest-discover, fmt, hashable, possibly, scientific, text, time + , unordered-containers }: mkDerivation { pname = "enum-text"; - version = "0.5.2.1"; - sha256 = "16wvizrbf6n2i0s4318065i39qhp94p6jy4vappd05mlmmwiccam"; + version = "0.5.3.0"; + sha256 = "0cxk46s20wwcq68rpy3skx6ap0mlmmsgfrq0n4s2rnv1gf6gsccx"; libraryHaskellDepends = [ - array base bytestring fmt hashable possibly text time - unordered-containers + array attoparsec base bytestring fmt hashable possibly scientific + text time unordered-containers + ]; + testHaskellDepends = [ + array attoparsec base bytestring doctest doctest-discover fmt + hashable possibly scientific text time unordered-containers ]; description = "A text rendering and parsing toolkit for enumerated types"; license = lib.licenses.bsd3; @@ -87919,8 +88140,8 @@ self: { }: mkDerivation { pname = "esqueleto"; - version = "3.5.3.0"; - sha256 = "0z3cf49sha6q965qw2m08jfmb91ki2rsdpnr7l39lka5b4ffxjlz"; + version = "3.5.3.1"; + sha256 = "16i0hnn91a77jdzmj8zwr328splaqbk0wzbj3kvrwnbylwjbdccm"; libraryHaskellDepends = [ aeson attoparsec base blaze-html bytestring conduit containers monad-logger persistent resourcet tagged text time transformers @@ -89975,20 +90196,21 @@ self: { }) {}; "exitcode" = callPackage - ({ mkDerivation, base, checkers, hedgehog, lens, mmorph, mtl - , QuickCheck, semigroupoids, semigroups, tasty, tasty-hedgehog - , tasty-hunit, tasty-quickcheck, transformers + ({ mkDerivation, base, bifunctors, checkers, filepath, hedgehog + , lens, mtl, process, QuickCheck, semigroupoids, semigroups, tasty + , tasty-hedgehog, tasty-hunit, tasty-quickcheck, transformers }: mkDerivation { pname = "exitcode"; - version = "0.1.0.4"; - sha256 = "1dh1jpiy5av5w3zc8nlj2gy60v29xh31xshkjsxyyz6799pr3yvh"; + version = "0.1.0.6"; + sha256 = "07knpcak3ca38r7g9x4ixi36rg6zllrn2azbqlkgmmdqwqmcaj7w"; libraryHaskellDepends = [ - base lens mmorph mtl semigroupoids semigroups transformers + base bifunctors filepath lens mtl process semigroupoids semigroups + transformers ]; testHaskellDepends = [ - base checkers hedgehog lens QuickCheck tasty tasty-hedgehog - tasty-hunit tasty-quickcheck transformers + base bifunctors checkers hedgehog lens mtl QuickCheck semigroupoids + tasty tasty-hedgehog tasty-hunit tasty-quickcheck transformers ]; description = "Monad transformer for exit codes"; license = lib.licenses.bsd3; @@ -93200,8 +93422,8 @@ self: { }: mkDerivation { pname = "ffmpeg-light"; - version = "0.14.0"; - sha256 = "022xikz4gml9w52agq6q9dwx8ldbs1pwxhp3xbi79ysskivj14x1"; + version = "0.14.1"; + sha256 = "1chyq910sxspbbrr6xja6y61x8844dxdww54dpfydnhcbzsxi6m2"; isLibrary = true; isExecutable = true; libraryHaskellDepends = [ @@ -96538,15 +96760,13 @@ self: { }) {}; "foldl-exceptions" = callPackage - ({ mkDerivation, base, doctest, foldl, safe-exceptions }: + ({ mkDerivation, base, foldl, hedgehog, safe-exceptions }: mkDerivation { pname = "foldl-exceptions"; - version = "1.0.0.0"; - sha256 = "18aq907cdl80kpsb9ljymyd4l97sk7nl4qbwc90q7g8zdn3df3bn"; - revision = "1"; - editedCabalFile = "02dqzbrjkvhb66gabmmfsvw6yxz7905vphrbanbzlh5qyz9y0kc0"; + version = "1.0.0.1"; + sha256 = "05b7d7y7lg8b2d4kyzwnad4vkr6qyx1gpjw4wd20kk5smql4bxsq"; libraryHaskellDepends = [ base foldl safe-exceptions ]; - testHaskellDepends = [ base doctest ]; + testHaskellDepends = [ base foldl hedgehog safe-exceptions ]; description = "Exception handling with FoldM"; license = lib.licenses.mit; }) {}; @@ -99394,6 +99614,25 @@ self: { hydraPlatforms = lib.platforms.none; }) {}; + "fudgets" = callPackage + ({ mkDerivation, array, base, containers, directory, libX11 + , libXext, old-time, parallel, process, random, time, unix + }: + mkDerivation { + pname = "fudgets"; + version = "0.18.3.1"; + sha256 = "1jwqj0l51d4an2gimrfy9ziy7221ng3lv7s17gg0pn6xbjwg37h9"; + isLibrary = true; + isExecutable = true; + libraryHaskellDepends = [ + array base containers directory old-time process time unix + ]; + librarySystemDepends = [ libX11 libXext ]; + executableHaskellDepends = [ array base old-time parallel random ]; + description = "The Fudgets Library"; + license = "unknown"; + }) {inherit (pkgs.xorg) libX11; inherit (pkgs.xorg) libXext;}; + "fugue" = callPackage ({ mkDerivation, base }: mkDerivation { @@ -100260,8 +100499,8 @@ self: { }: mkDerivation { pname = "futhark"; - version = "0.21.7"; - sha256 = "0zh4wr53m5s491r18siakcjgpbfj8bvvjl9y9zn20n6xj16l59zw"; + version = "0.21.8"; + sha256 = "16qvrmqrfsnj11f59xkb3cgibd1wq80bcssjfzbicwmrlxi86im6"; isLibrary = true; isExecutable = true; libraryHaskellDepends = [ @@ -101878,6 +102117,8 @@ self: { pname = "generic-arbitrary"; version = "0.2.0"; sha256 = "1wlrsj9l57vqdkaablb8ypq2g1i4mishjag00fyf2imr2cvzkamg"; + revision = "1"; + editedCabalFile = "1x7819chcy0ydby6d7024ny1a1si7pyx46rf1mzr3ngdy6wxdfbp"; libraryHaskellDepends = [ base QuickCheck ]; description = "Generic implementation for QuickCheck's Arbitrary"; license = lib.licenses.mit; @@ -102216,8 +102457,8 @@ self: { ({ mkDerivation, base, hspec }: mkDerivation { pname = "generic-override"; - version = "0.3.0.0"; - sha256 = "0fib6dgz740viddzxqnd8xi6wfkr3wwn7r3qz3zqvcb7x35v6djs"; + version = "0.4.0.0"; + sha256 = "0d5hjbr19p0br3gbdpn5djjxrc30lx0hx6vvxhnk0v2s7m8dq86v"; libraryHaskellDepends = [ base ]; testHaskellDepends = [ base hspec ]; description = "Provides functionality for overriding instances for generic derivation"; @@ -102228,8 +102469,8 @@ self: { ({ mkDerivation, aeson, base, generic-override, hspec, text }: mkDerivation { pname = "generic-override-aeson"; - version = "0.3.0.0"; - sha256 = "0yl8jjshvh9b9xdd38x527p9ii907asv4ps8pnbmv7p5cm8gvk3x"; + version = "0.4.0.0"; + sha256 = "1dxh5g21wjvnaii32zp487pyn1p8dlwk7f5zrf5r8rikm7yawl5k"; libraryHaskellDepends = [ aeson base generic-override ]; testHaskellDepends = [ aeson base generic-override hspec text ]; description = "Provides orphan instances necessary for integrating generic-override and aeson"; @@ -103182,6 +103423,30 @@ self: { license = lib.licenses.mit; }) {}; + "genvalidity-text_1_0_0_1" = callPackage + ({ mkDerivation, array, base, criterion, genvalidity + , genvalidity-criterion, genvalidity-hspec, hspec, QuickCheck + , random, text, validity, validity-text + }: + mkDerivation { + pname = "genvalidity-text"; + version = "1.0.0.1"; + sha256 = "1qrvalpk5r5bwx9x0p7g5w4wa9lpdn55h0a8g64wnxjxwi9r9qcn"; + libraryHaskellDepends = [ + array base genvalidity QuickCheck random text validity + validity-text + ]; + testHaskellDepends = [ + base genvalidity genvalidity-hspec hspec QuickCheck text + ]; + benchmarkHaskellDepends = [ + base criterion genvalidity genvalidity-criterion QuickCheck text + ]; + description = "GenValidity support for Text"; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; + }) {}; + "genvalidity-time" = callPackage ({ mkDerivation, base, criterion, genvalidity , genvalidity-criterion, genvalidity-hspec, hspec, QuickCheck, time @@ -103421,8 +103686,8 @@ self: { }: mkDerivation { pname = "geoip2"; - version = "0.4.1.0"; - sha256 = "06sbiyqy63ymqafdw14yz6aww412v3g6vsqq0v99vph3yzhn8xxp"; + version = "0.4.1.1"; + sha256 = "1fnjqsc9pcgs8l9pg28cdm95pvxlyrnykxllwflzyvgzd1idk42z"; libraryHaskellDepends = [ base bytestring cereal containers iproute lens mmap reinterpret-cast text @@ -103431,28 +103696,6 @@ self: { license = lib.licenses.bsd3; }) {}; - "geojson_4_0_4" = callPackage - ({ mkDerivation, aeson, base, bytestring, containers, deepseq - , hlint, lens, scientific, semigroups, tasty, tasty-hspec - , tasty-quickcheck, text, transformers, validation, vector - }: - mkDerivation { - pname = "geojson"; - version = "4.0.4"; - sha256 = "1a488bbm3hh5hz5i99xj697951c0ni0ynp5x44d7srhf08z1zgjm"; - libraryHaskellDepends = [ - aeson base containers deepseq lens scientific semigroups text - transformers validation vector - ]; - testHaskellDepends = [ - aeson base bytestring containers hlint tasty tasty-hspec - tasty-quickcheck text validation - ]; - description = "A thin GeoJSON Layer above the aeson library"; - license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - }) {}; - "geojson" = callPackage ({ mkDerivation, aeson, base, bytestring, containers, deepseq, lens , scientific, semigroups, tasty, tasty-hspec, tasty-quickcheck @@ -103564,8 +103807,8 @@ self: { }: mkDerivation { pname = "gerrit"; - version = "0.1.4.0"; - sha256 = "0d5hqjygh3dcqknbiyj4pwis46sygl2a7gkb6aqfb46nxz11a5r7"; + version = "0.1.5.0"; + sha256 = "0cxl0shwjz81c4inqqan6akxnwxx8i0yalwxd7xbizn55268rmcg"; libraryHaskellDepends = [ aeson aeson-casing base bytestring containers http-client http-client-openssl text time @@ -105918,19 +106161,17 @@ self: { , haskus-utils-types, haskus-utils-variant, hspec, hspec-discover , hspec-golden-aeson, libarchive, lzma-static, megaparsec, mtl , optics, optparse-applicative, os-release, pretty, pretty-terminal - , QuickCheck, quickcheck-arbitrary-adt, regex-posix, resourcet - , retry, safe, safe-exceptions, split, strict-base - , template-haskell, temporary, terminal-size, text, time + , process, QuickCheck, quickcheck-arbitrary-adt, regex-posix + , resourcet, retry, safe, safe-exceptions, split, strict-base + , tagsoup, template-haskell, temporary, terminal-size, text, time , transformers, unix, unix-bytestring, unliftio-core , unordered-containers, uri-bytestring, utf8-string, vector , versions, word8, yaml-streamly, zlib }: mkDerivation { pname = "ghcup"; - version = "0.1.17.5"; - sha256 = "1s6az4mcx9s3rsar3ppi73062qg3nvpqs7ak8l3hcanpr8ychg9b"; - revision = "1"; - editedCabalFile = "071gcv2adaqddibplrlx6c6vjymg5cwf6wam775p77s6yqqni43z"; + version = "0.1.17.6"; + sha256 = "12paw1jpa0lr6as5a8zapakcisrjvrm0npm7h4xakksnzkbgv05y"; isLibrary = true; isExecutable = true; libraryHaskellDepends = [ @@ -105947,9 +106188,10 @@ self: { executableHaskellDepends = [ aeson aeson-pretty async base bytestring cabal-plan containers deepseq directory filepath haskus-utils-variant libarchive - megaparsec mtl optparse-applicative pretty pretty-terminal - resourcet safe safe-exceptions template-haskell temporary text unix - uri-bytestring utf8-string versions yaml-streamly + megaparsec mtl optparse-applicative pretty pretty-terminal process + resourcet safe safe-exceptions tagsoup template-haskell temporary + text unix unordered-containers uri-bytestring utf8-string vector + versions yaml-streamly ]; testHaskellDepends = [ base bytestring containers generic-arbitrary hspec @@ -112701,8 +112943,8 @@ self: { }: mkDerivation { pname = "gopro-plus"; - version = "0.6.1.2"; - sha256 = "056k8g6xnl3w1jcivqvrj8ixwgd70vpjcv9l35fz89h9yj9g4zz0"; + version = "0.6.3.0"; + sha256 = "0vkqx3jxbba576jbyh1ys3p20ln3wcz2n84bzq79vr6xfpgxi1wj"; libraryHaskellDepends = [ aeson base bytestring containers exceptions filepath generic-deriving generic-random lens lens-aeson mtl QuickCheck @@ -113118,8 +113360,8 @@ self: { ({ mkDerivation, base, criterion, hedgehog }: mkDerivation { pname = "grab"; - version = "0.0.0.6"; - sha256 = "0fhindbl5ygfncbww0wqbq4bkjr9q6v0f12f0rzblz71wapshnni"; + version = "0.0.0.7"; + sha256 = "14r5asraz28apc7fhyf36ai1i6ndgf29c32ln5nk88s6z1fnlhvk"; libraryHaskellDepends = [ base ]; testHaskellDepends = [ base hedgehog ]; benchmarkHaskellDepends = [ base criterion ]; @@ -113133,10 +113375,10 @@ self: { ({ mkDerivation, base, containers, grab, hedgehog, text }: mkDerivation { pname = "grab-form"; - version = "0.0.0.6"; - sha256 = "18gk6p6fxvsiihlr6amvlqf9s7i4v0wi7vzpfjkc580zzvxd9c8n"; + version = "0.0.0.7"; + sha256 = "0hqj0b6lv3qs5cs4rhsmk3prd25x8v6m04ilab8jck3c01lfksfm"; libraryHaskellDepends = [ base containers grab text ]; - testHaskellDepends = [ base containers hedgehog text ]; + testHaskellDepends = [ base containers grab hedgehog text ]; description = "Applicative parsers for form parameter lists"; license = lib.licenses.mit; hydraPlatforms = lib.platforms.none; @@ -114891,8 +115133,8 @@ self: { }: mkDerivation { pname = "grouped-list"; - version = "0.2.2.1"; - sha256 = "1bs8rkdrg82v3k08icl6fsgdyfz8m0vkvsbxpm3iym01xcfmzzal"; + version = "0.2.3.0"; + sha256 = "1kv0c2j8g8mydkziyjm87j53g5jr6cbyrvik9z2w5izby5ws6bjs"; libraryHaskellDepends = [ base binary containers deepseq pointed ]; testHaskellDepends = [ base QuickCheck tasty tasty-quickcheck ]; benchmarkHaskellDepends = [ base criterion ]; @@ -117735,8 +117977,8 @@ self: { }: mkDerivation { pname = "hadolint"; - version = "2.8.0"; - sha256 = "07dqm4jcglshwqyvp17773xd07bhk5mdybn4ax5ff4xrvg4pj9ah"; + version = "2.9.1"; + sha256 = "0ym6s9m07r434xzhylbq7d7f1bccx2ahlgl972l0rxcxzj1viklm"; isLibrary = true; isExecutable = true; libraryHaskellDepends = [ @@ -120258,8 +120500,8 @@ self: { ({ mkDerivation, base, Chart, Chart-diagrams }: mkDerivation { pname = "happy-hour"; - version = "0.0.0.2"; - sha256 = "1pj61x1ynspk3avfsy9735blzggz78r4b35gin1bza619gp9yzsb"; + version = "0.0.0.3"; + sha256 = "0icdx6lw9bbcchhwcr7q4yaprz9crhlq6gycb430100c2irlfnkw"; libraryHaskellDepends = [ base Chart Chart-diagrams ]; description = "Generate simple okay-looking bar plots without much effort"; license = lib.licenses.mit; @@ -120694,8 +120936,8 @@ self: { }: mkDerivation { pname = "hasbolt-extras"; - version = "0.0.1.8"; - sha256 = "1qmj8dikn47qi47ic1zb7ahcsnmaamkrpbvica17fgyxcdbiilfl"; + version = "0.0.1.9"; + sha256 = "0v3vl1q25g2qac2f3l4bk9bnzqx39d11wvbqclxrif26hv24pkdy"; isLibrary = true; isExecutable = true; libraryHaskellDepends = [ @@ -125595,6 +125837,22 @@ self: { broken = true; }) {}; + "hasql-explain-tests" = callPackage + ({ mkDerivation, base, bytestring, hasql, hspec, profunctors + , QuickCheck, tasty, tasty-hunit, tmp-postgres + }: + mkDerivation { + pname = "hasql-explain-tests"; + version = "0.1.0.0"; + sha256 = "0pp9bf95yhzq0wk6g2s4m1pak25ppf3r3f28cqr0b36fbqr0ia3z"; + libraryHaskellDepends = [ + base bytestring hasql hspec profunctors QuickCheck tmp-postgres + ]; + testHaskellDepends = [ base hasql tasty tasty-hunit ]; + description = "Hasql queries testing interface"; + license = lib.licenses.mpl20; + }) {}; + "hasql-generic" = callPackage ({ mkDerivation, aeson, base, binary-parser, bytestring, containers , contravariant, generics-sop, hasql, postgresql-binary, scientific @@ -128823,8 +129081,8 @@ self: { }) {}; "helic" = callPackage - ({ mkDerivation, base, chronos, containers, exon, gi-gdk, gi-glib - , gi-gtk, hostname, http-client, http-client-tls, incipit + ({ mkDerivation, aeson, base, chronos, containers, exon, gi-gdk + , gi-glib, gi-gtk, hostname, http-client, http-client-tls, incipit , optparse-applicative, path, path-io, polysemy, polysemy-chronos , polysemy-conc, polysemy-http, polysemy-log, polysemy-plugin , polysemy-process, polysemy-test, polysemy-time, servant @@ -128834,12 +129092,12 @@ self: { }: mkDerivation { pname = "helic"; - version = "0.4.0.0"; - sha256 = "01cnnnv30i0rpqj84pp7szzgskjwxllqh9bak3b03qwjjy4k5pnf"; + version = "0.5.0.0"; + sha256 = "11g3w3v61k5z7wc1swnmifhcw6q3l1m1fcn3m8gmqa0ri4hixjzj"; isLibrary = true; isExecutable = true; libraryHaskellDepends = [ - base chronos exon gi-gdk gi-glib gi-gtk hostname http-client + aeson base chronos exon gi-gdk gi-glib gi-gtk hostname http-client http-client-tls incipit optparse-applicative path path-io polysemy polysemy-chronos polysemy-conc polysemy-http polysemy-log polysemy-plugin polysemy-process polysemy-time servant @@ -129261,7 +129519,7 @@ self: { "hercules-ci-agent" = callPackage ({ mkDerivation, aeson, async, attoparsec, base, base64-bytestring - , bdw-gc, binary, binary-conduit, boost, bytestring, Cabal + , binary, binary-conduit, boost, bytestring, Cabal , cabal-pkg-config-version-hook, cachix, cachix-api, conduit , conduit-extra, containers, directory, dlist, exceptions, filepath , hercules-ci-api-agent, hercules-ci-api-core @@ -129271,26 +129529,28 @@ self: { , monad-control, mtl, network, network-uri, nix , optparse-applicative, process, process-extras, protolude , safe-exceptions, scientific, servant, servant-auth-client - , servant-client, servant-client-core, stm, temporary, text, time - , tomland, transformers, transformers-base, unbounded-delays, unix - , unliftio, unliftio-core, unordered-containers, uuid, vector + , servant-client, servant-client-core, stm, tagged, temporary, text + , time, tomland, transformers, transformers-base, unbounded-delays + , unix, unliftio, unliftio-core, unordered-containers, uuid, vector , websockets, wuss }: mkDerivation { pname = "hercules-ci-agent"; - version = "0.8.7"; - sha256 = "1yjcvrwvicipcipl3lcv2x1835hydprhf9ihi8b9rmq7mc7lg6i0"; + version = "0.9.1"; + sha256 = "1wch2q73j8wgvdda1w4v14js85d90ag9dxz1lh3fycdwf2z0agss"; isLibrary = true; isExecutable = true; + enableSeparateDataOutput = true; setupHaskellDepends = [ base Cabal cabal-pkg-config-version-hook ]; libraryHaskellDepends = [ aeson async base binary binary-conduit bytestring conduit containers directory dlist exceptions filepath - hercules-ci-api-agent hercules-ci-api-core hercules-ci-cnix-store - katip lens lens-aeson lifted-async lifted-base monad-control mtl - network-uri process process-extras protolude safe-exceptions stm - temporary text time transformers-base unbounded-delays unix - unliftio unliftio-core uuid websockets wuss + hercules-ci-api-agent hercules-ci-api-core hercules-ci-cnix-expr + hercules-ci-cnix-store katip lens lens-aeson lifted-async + lifted-base monad-control mtl network-uri process process-extras + protolude safe-exceptions stm tagged temporary text time + transformers transformers-base unbounded-delays unix unliftio + unliftio-core uuid websockets wuss ]; executableHaskellDepends = [ aeson async attoparsec base base64-bytestring binary binary-conduit @@ -129307,18 +129567,19 @@ self: { wuss ]; executableSystemDepends = [ boost ]; - executablePkgconfigDepends = [ bdw-gc nix ]; + executablePkgconfigDepends = [ nix ]; testHaskellDepends = [ aeson async attoparsec base binary binary-conduit bytestring conduit containers exceptions filepath hercules-ci-api-agent hercules-ci-api-core hercules-ci-cnix-store hspec katip - lifted-async lifted-base monad-control process protolude - safe-exceptions temporary text transformers-base unliftio-core + lifted-async lifted-base monad-control mtl process protolude + safe-exceptions tagged temporary text transformers-base + unliftio-core ]; description = "Runs Continuous Integration tasks on your machines"; license = lib.licenses.asl20; maintainers = with lib.maintainers; [ roberth ]; - }) {bdw-gc = null; inherit (pkgs) boost; inherit (pkgs) nix;}; + }) {inherit (pkgs) boost; inherit (pkgs) nix;}; "hercules-ci-api" = callPackage ({ mkDerivation, aeson, base, bytestring, containers, cookie @@ -129329,8 +129590,8 @@ self: { }: mkDerivation { pname = "hercules-ci-api"; - version = "0.7.1.0"; - sha256 = "1vlkfxkd7arb4qaqyvk4cc2w3b37xzhiqmz6smmpjdddpa39lh8c"; + version = "0.7.2.0"; + sha256 = "0z3j96il0rvzplxih4vq5dghp18plbk5k55ymwm7dxp51d0jg902"; isLibrary = true; isExecutable = true; libraryHaskellDepends = [ @@ -129357,17 +129618,17 @@ self: { , hercules-ci-api-core, hspec, http-api-data, http-media, lens , lens-aeson, memory, network-uri, profunctors, QuickCheck , quickcheck-classes, servant, servant-auth, string-conv, swagger2 - , text, time, uuid, vector + , text, time, unordered-containers, uuid, vector }: mkDerivation { pname = "hercules-ci-api-agent"; - version = "0.4.1.2"; - sha256 = "137yhmxqjpfbkka4iv7f9d2ib7scrghb90mz462j0danmgwnybm8"; + version = "0.4.3.0"; + sha256 = "1rrh016ajy1f69bky5x0380g7kgvlvj56a25cxdq3wbd4yr6p1br"; libraryHaskellDepends = [ aeson base base64-bytestring-type bytestring containers cookie deepseq exceptions hashable hercules-ci-api-core http-api-data http-media lens lens-aeson memory servant servant-auth string-conv - swagger2 text time uuid vector + swagger2 text time unordered-containers uuid vector ]; testHaskellDepends = [ aeson base bytestring containers cookie exceptions hashable hspec @@ -129389,8 +129650,8 @@ self: { }: mkDerivation { pname = "hercules-ci-api-core"; - version = "0.1.3.0"; - sha256 = "1xs5als5fw0fj76rgmygndpw1vfs9bj4lyr8hfgkv4vfbdrmkj2y"; + version = "0.1.4.0"; + sha256 = "05bchaq46928d8mlp9r3h4l4lb21758dkpws8c494vbbgkss6mg1"; libraryHaskellDepends = [ aeson base bytestring containers cookie deepseq exceptions hashable http-api-data http-media katip lens lifted-base memory @@ -129404,31 +129665,33 @@ self: { }) {}; "hercules-ci-cli" = callPackage - ({ mkDerivation, aeson, aeson-pretty, atomic-write, attoparsec - , base, bytestring, conduit, containers, data-has, directory - , exceptions, filepath, hercules-ci-agent, hercules-ci-api - , hercules-ci-api-core, hercules-ci-cnix-expr - , hercules-ci-cnix-store, hercules-ci-optparse-applicative - , hostname, hspec, http-client, http-client-tls, http-types, katip - , lens, lens-aeson, lifted-base, monad-control, network-uri - , process, protolude, QuickCheck, retry, rio, safe-exceptions - , servant, servant-auth-client, servant-client, servant-client-core - , servant-conduit, temporary, text, transformers, transformers-base - , unix, unliftio, unliftio-core, unordered-containers, uuid + ({ mkDerivation, aeson, aeson-pretty, async, atomic-write + , attoparsec, base, bytestring, conduit, containers, data-has + , directory, exceptions, filepath, hercules-ci-agent + , hercules-ci-api, hercules-ci-api-agent, hercules-ci-api-core + , hercules-ci-cnix-expr, hercules-ci-cnix-store + , hercules-ci-optparse-applicative, hostname, hspec, http-client + , http-client-tls, http-types, katip, lens, lens-aeson, lifted-base + , monad-control, network-uri, process, protolude, QuickCheck, retry + , rio, safe-exceptions, servant, servant-auth-client + , servant-client, servant-client-core, servant-conduit, temporary + , text, transformers, transformers-base, unix, unliftio + , unliftio-core, unordered-containers, uuid }: mkDerivation { pname = "hercules-ci-cli"; - version = "0.2.6"; - sha256 = "1dvn1h5qpfsqqxk0xlyfm94pqhjcwlh3dh25gicwa4bz804xm0kj"; + version = "0.3.0"; + sha256 = "1r9js99zcdzzrql48fd930agmk2ifhwvw94v4fi61va8gi3yn6dr"; isLibrary = true; isExecutable = true; libraryHaskellDepends = [ - aeson aeson-pretty atomic-write attoparsec base bytestring conduit - containers data-has directory exceptions filepath hercules-ci-agent - hercules-ci-api hercules-ci-api-core hercules-ci-cnix-expr - hercules-ci-cnix-store hercules-ci-optparse-applicative hostname - http-client http-client-tls http-types katip lens lens-aeson - lifted-base monad-control network-uri process protolude retry rio + aeson aeson-pretty async atomic-write attoparsec base bytestring + conduit containers data-has directory exceptions filepath + hercules-ci-agent hercules-ci-api hercules-ci-api-agent + hercules-ci-api-core hercules-ci-cnix-expr hercules-ci-cnix-store + hercules-ci-optparse-applicative hostname http-client + http-client-tls http-types katip lens lens-aeson lifted-base + monad-control network-uri process protolude retry rio safe-exceptions servant servant-auth-client servant-client servant-client-core servant-conduit temporary text transformers transformers-base unix unliftio unliftio-core unordered-containers @@ -129447,27 +129710,36 @@ self: { }) {hercules-ci-optparse-applicative = null;}; "hercules-ci-cnix-expr" = callPackage - ({ mkDerivation, aeson, base, bdw-gc, boost, bytestring, Cabal - , cabal-pkg-config-version-hook, conduit, containers, exceptions - , hercules-ci-cnix-store, inline-c, inline-c-cpp, nix, protolude - , text, unliftio + ({ mkDerivation, aeson, base, boost, bytestring, Cabal + , cabal-pkg-config-version-hook, conduit, containers, directory + , exceptions, filepath, hercules-ci-cnix-store, hspec + , hspec-discover, inline-c, inline-c-cpp, nix, protolude + , QuickCheck, scientific, temporary, text, unliftio + , unordered-containers, vector }: mkDerivation { pname = "hercules-ci-cnix-expr"; - version = "0.2.0.2"; - sha256 = "1jfqnm658xs2pgw9ayjll91hvp9ww5y8ibiy7c24dc6g4lqvf171"; + version = "0.3.1.0"; + sha256 = "17v4wpws5kk83h8n92754hxlwbgkdhybx13kp0rshck9kn8f7jav"; + enableSeparateDataOutput = true; setupHaskellDepends = [ base Cabal cabal-pkg-config-version-hook ]; libraryHaskellDepends = [ - aeson base bytestring conduit containers exceptions - hercules-ci-cnix-store inline-c inline-c-cpp protolude text - unliftio + aeson base bytestring conduit containers directory exceptions + filepath hercules-ci-cnix-store inline-c inline-c-cpp protolude + scientific text unliftio unordered-containers vector ]; librarySystemDepends = [ boost ]; - libraryPkgconfigDepends = [ bdw-gc nix ]; + libraryPkgconfigDepends = [ nix ]; + testHaskellDepends = [ + aeson base bytestring containers hercules-ci-cnix-store hspec + protolude QuickCheck scientific temporary unordered-containers + vector + ]; + testToolDepends = [ hspec-discover ]; description = "Bindings for the Nix evaluator"; license = lib.licenses.asl20; maintainers = with lib.maintainers; [ roberth ]; - }) {bdw-gc = null; inherit (pkgs) boost; inherit (pkgs) nix;}; + }) {inherit (pkgs) boost; inherit (pkgs) nix;}; "hercules-ci-cnix-store" = callPackage ({ mkDerivation, base, boost, bytestring, Cabal @@ -129477,8 +129749,8 @@ self: { }: mkDerivation { pname = "hercules-ci-cnix-store"; - version = "0.2.1.2"; - sha256 = "0wwbpckl7i8zcsny49drx94sadk3clnqxz83ndwi1bdj32ajx974"; + version = "0.3.0.0"; + sha256 = "1wwxgzvz4kf946l6209abv8yjxsm0s97wh0znqj7nv4l7a4rpb8g"; setupHaskellDepends = [ base Cabal cabal-pkg-config-version-hook ]; libraryHaskellDepends = [ base bytestring conduit containers inline-c inline-c-cpp protolude @@ -130002,10 +130274,10 @@ self: { ({ mkDerivation, base, base16-bytestring, bytestring, text }: mkDerivation { pname = "hex-text"; - version = "0.1.0.4"; - sha256 = "03nlm2axcb29jlx797krfac65fb2f3xbcw7lp3klrnznkagb8884"; + version = "0.1.0.6"; + sha256 = "1a5ccvbj7asbx92f4309qfwwih8ffnfi5kkahdn6dp444xa374r7"; libraryHaskellDepends = [ base base16-bytestring bytestring text ]; - testHaskellDepends = [ base bytestring text ]; + testHaskellDepends = [ base base16-bytestring bytestring text ]; description = "ByteString-Text hexidecimal conversions"; license = lib.licenses.mit; }) {}; @@ -133358,10 +133630,8 @@ self: { }: mkDerivation { pname = "hledger-iadd"; - version = "1.3.16"; - sha256 = "09b8519s8f3ckh1ghcj8zn0s4dnagbpaf0hyinvmy5vjnjvnyf1f"; - revision = "3"; - editedCabalFile = "0dr5s8v0clxn7rvc4qgrh7rv3hv0pck89z19kj59glnxyc9x3aiz"; + version = "1.3.17"; + sha256 = "1b3qz5vm8db6gsdakg8nf3qc6rp7mlh3zpkzvhi80pqm3jzdbjph"; isLibrary = true; isExecutable = true; libraryHaskellDepends = [ @@ -133390,8 +133660,8 @@ self: { pname = "hledger-interest"; version = "1.6.3"; sha256 = "1r8iydl66k2j7xv1b465alf3h8mqwjfz13ffwsd50h0kscxjmxhg"; - revision = "1"; - editedCabalFile = "0blklcmhxnvrm7lqzkhjfb3czl1lbkk14z8m2jqj0q2l8hm94afb"; + revision = "2"; + editedCabalFile = "1hsd1r4j0737lkllxa3ivrbdcp3da2vr5fiakfhrw5fqsbi3p8rc"; isLibrary = false; isExecutable = true; executableHaskellDepends = [ @@ -138759,8 +139029,8 @@ self: { }: mkDerivation { pname = "hs-opentelemetry-api"; - version = "0.0.3.1"; - sha256 = "04mhiqk8xbm07dfqc33vwzxd0kwb9jxqbfzd3pc4qvfpkkygmy7v"; + version = "0.0.3.2"; + sha256 = "0rb3hmpwvncrjr9dh7wk7dqair51rmdzw9d138ld66cy6np5cjz0"; libraryHaskellDepends = [ async attoparsec base binary bytestring charset clock containers ghc-prim hashable http-types memory mtl template-haskell text @@ -147108,6 +147378,36 @@ self: { license = lib.licenses.bsd3; }) {}; + "hw-ip_2_4_2_1" = callPackage + ({ mkDerivation, appar, base, binary, bytestring, containers + , doctest, doctest-discover, generic-lens, hedgehog, hspec + , hspec-discover, hw-bits, hw-hspec-hedgehog, iproute, lens + , optparse-applicative, text + }: + mkDerivation { + pname = "hw-ip"; + version = "2.4.2.1"; + sha256 = "1cwj6402314lblh7cm77j1bkpnjqpsk7rn8z94awqp4pfp4x8dk0"; + isLibrary = true; + isExecutable = true; + libraryHaskellDepends = [ + appar base containers generic-lens hedgehog hw-bits iproute text + ]; + executableHaskellDepends = [ + appar base binary bytestring generic-lens lens optparse-applicative + text + ]; + testHaskellDepends = [ + appar base doctest doctest-discover generic-lens hedgehog hspec + hw-bits hw-hspec-hedgehog text + ]; + testToolDepends = [ doctest-discover hspec-discover ]; + doHaddock = false; + description = "Library for manipulating IP addresses and CIDR blocks"; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + }) {}; + "hw-json" = callPackage ({ mkDerivation, aeson, ansi-wl-pprint, attoparsec, base , bits-extra, bytestring, criterion, directory, dlist, doctest @@ -147517,6 +147817,34 @@ self: { license = lib.licenses.bsd3; }) {}; + "hw-prim_0_6_3_1" = callPackage + ({ mkDerivation, base, bytestring, criterion, deepseq, directory + , doctest, doctest-discover, exceptions, ghc-prim, hedgehog, hspec + , hspec-discover, hw-hspec-hedgehog, mmap, QuickCheck, transformers + , unliftio-core, vector + }: + mkDerivation { + pname = "hw-prim"; + version = "0.6.3.1"; + sha256 = "1b3qk0w8jivbhpkxkp4b1spj1nvfjjf2k6a0ba9agjp9kjmwddni"; + libraryHaskellDepends = [ + base bytestring deepseq ghc-prim mmap transformers unliftio-core + vector + ]; + testHaskellDepends = [ + base bytestring directory doctest doctest-discover exceptions + hedgehog hspec hw-hspec-hedgehog mmap QuickCheck transformers + vector + ]; + testToolDepends = [ doctest-discover hspec-discover ]; + benchmarkHaskellDepends = [ + base bytestring criterion mmap transformers vector + ]; + description = "Primitive functions and data types"; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + }) {}; + "hw-prim-bits" = callPackage ({ mkDerivation, base, criterion, doctest, doctest-discover , hedgehog, hspec, hspec-discover, hw-hedgehog, hw-hspec-hedgehog @@ -150399,6 +150727,23 @@ self: { broken = true; }) {}; + "ihp-hsx" = callPackage + ({ mkDerivation, base, blaze-html, blaze-markup, bytestring + , containers, haskell-src-meta, megaparsec, string-conversions + , template-haskell, text + }: + mkDerivation { + pname = "ihp-hsx"; + version = "0.18.0"; + sha256 = "1a5sc7qz24qkkm0s5fc3pqdnq7gl29fw400sv7zq05bkrrnlfzpn"; + libraryHaskellDepends = [ + base blaze-html blaze-markup bytestring containers haskell-src-meta + megaparsec string-conversions template-haskell text + ]; + description = "JSX-like but for Haskell"; + license = lib.licenses.mit; + }) {}; + "ihs" = callPackage ({ mkDerivation, base, process }: mkDerivation { @@ -151308,8 +151653,8 @@ self: { }: mkDerivation { pname = "incipit"; - version = "0.2.0.0"; - sha256 = "1c2p9arg4n69nyxgjkqqn0smxkx86lvvz8psx2ganlm2c17yg1r7"; + version = "0.2.1.0"; + sha256 = "02zqz3szb4ir1fydjg1ywscyara60rr2hzmaf0d3ghfkm9fbhhs8"; libraryHaskellDepends = [ base incipit-core polysemy-conc polysemy-log polysemy-resume polysemy-time @@ -153634,14 +153979,20 @@ self: { }: mkDerivation { pname = "invert"; - version = "1.0.0.1"; - sha256 = "07p7vcc3mc4zq0j2qlm4yp0cfsashb32ndx5i9ib0x6lk6rb9djp"; + version = "1.0.0.2"; + sha256 = "13zl9i6g7ygkm3pgm7b72815cfp66mykxzp5vwy5kqakr8c3w1fp"; libraryHaskellDepends = [ base containers generic-deriving hashable unordered-containers vector ]; - testHaskellDepends = [ base ]; - benchmarkHaskellDepends = [ base criterion ]; + testHaskellDepends = [ + base containers generic-deriving hashable unordered-containers + vector + ]; + benchmarkHaskellDepends = [ + base containers criterion generic-deriving hashable + unordered-containers vector + ]; description = "Automatically generate a function’s inverse"; license = lib.licenses.asl20; hydraPlatforms = lib.platforms.none; @@ -157082,8 +157433,8 @@ self: { }: mkDerivation { pname = "jpl-horizons-api"; - version = "0.3.0.0"; - sha256 = "0b5930dhpwamc8plywdz3gr1jqg2cyp6sskrsrngk9j7rpk6rii9"; + version = "0.4.0.0"; + sha256 = "0l6w6zhyfgqfxg0y8q9a3bbx1g8gw3b9bkkqpg33rj8fplacw61m"; isLibrary = true; isExecutable = true; libraryHaskellDepends = [ @@ -157594,8 +157945,8 @@ self: { pname = "json-directory"; version = "0.1.0.1"; sha256 = "145z46hh3ba3g7niwv9kf5djfv3xa1q5fmwadi629h7grfij0rr3"; - revision = "1"; - editedCabalFile = "193f2vndgfhhb26yq15nai22cmzdlcypby8bbyy93hyidr7rd981"; + revision = "2"; + editedCabalFile = "0rid8i7chq7ca81m6kyhd0dl3ig8k24fk7mq5ydnhgdfnd25v78g"; isLibrary = true; isExecutable = true; libraryHaskellDepends = [ @@ -158344,6 +158695,27 @@ self: { license = lib.licenses.mit; }) {}; + "jsonifier_0_2_0_1" = callPackage + ({ mkDerivation, aeson, base, buffer-builder, bytestring, gauge + , hedgehog, numeric-limits, ptr-poker, rerebase, scientific, text + , text-builder + }: + mkDerivation { + pname = "jsonifier"; + version = "0.2.0.1"; + sha256 = "1i2qd8lingj9f35j6zzxfq0xlx115mdaxi1rwj8d5jzvlqczd24s"; + libraryHaskellDepends = [ + base bytestring ptr-poker scientific text + ]; + testHaskellDepends = [ aeson hedgehog numeric-limits rerebase ]; + benchmarkHaskellDepends = [ + aeson buffer-builder gauge rerebase text-builder + ]; + description = "Fast and simple JSON encoding toolkit"; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; + }) {}; + "jsonnet" = callPackage ({ mkDerivation, aeson, ansi-wl-pprint, base, binary, bytestring , containers, data-fix, deriving-compat, directory, exceptions @@ -163153,10 +163525,8 @@ self: { }: mkDerivation { pname = "language-c"; - version = "0.9.0.1"; - sha256 = "01yj353n85qcv9zvaf19f1260rip26h6gxqahplkx9fy7ybbnk6l"; - revision = "1"; - editedCabalFile = "0wvrvfphz5r2yqxgxfn0ki9vmqhxh49qx41xdidmibp5i826c2mn"; + version = "0.9.0.2"; + sha256 = "1iyrhr87vmgmnkzza35j1y3zck8529kwi01pnkl5b54x10z20spf"; libraryHaskellDepends = [ array base bytestring containers deepseq directory filepath mtl pretty process @@ -164326,6 +164696,25 @@ self: { broken = true; }) {}; + "language-toolkit" = callPackage + ({ mkDerivation, base, containers, deepseq, directory, filepath + , haskeline, parallel, process, transformers + }: + mkDerivation { + pname = "language-toolkit"; + version = "1.0.0.0"; + sha256 = "0hkhdk26dka3pa32d0g8cnp63mwrkll0jgab4i4qdgn1xx5cd1h7"; + isLibrary = true; + isExecutable = true; + libraryHaskellDepends = [ base containers deepseq parallel ]; + executableHaskellDepends = [ + base containers deepseq directory filepath haskeline parallel + process transformers + ]; + description = "A set of tools for analyzing languages via logic and automata"; + license = lib.licenses.mit; + }) {}; + "language-typescript" = callPackage ({ mkDerivation, base, containers, parsec, pretty }: mkDerivation { @@ -165566,8 +165955,8 @@ self: { ({ mkDerivation, base, bytestring, text }: mkDerivation { pname = "leanpub-concepts"; - version = "1.1.0.1"; - sha256 = "0ip2kkkkbjf95h9dk9h4c21jz5ygpl1r1rsjdm47dmbvwih6v14c"; + version = "1.1.0.2"; + sha256 = "0xlnpn48zsm5pgjghj6cnfvfzaq6mkrph23b0l8zf66wvw8gbvc0"; libraryHaskellDepends = [ base bytestring text ]; description = "Types for the Leanpub API"; license = lib.licenses.mit; @@ -165580,10 +165969,8 @@ self: { }: mkDerivation { pname = "leanpub-wreq"; - version = "1.1.0.2"; - sha256 = "1d1lj4ppvir8s2pv0zcsnadhns30h2axzppf6pkgbcnyis75an1h"; - revision = "1"; - editedCabalFile = "0zmwi2sfxv29rj28lri4xky0rbz8xky7jnwmbsynqckzn767a2k9"; + version = "1.1.0.4"; + sha256 = "0p9wyj3dsm8mif9wfg9m9gwdnisg19gvjxmrkkrk0ymrjpvgq5ha"; libraryHaskellDepends = [ aeson base bytestring exceptions leanpub-concepts mwc-random text time transformers unordered-containers wreq @@ -170422,6 +170809,8 @@ self: { pname = "literatex"; version = "0.2.0.2"; sha256 = "1j82z5q6dzgi7b8si0fzxa3zv8rgqdhwm82sxh3wqsb6z1jfwk37"; + revision = "1"; + editedCabalFile = "091nqn5dsfr0hrsw92vs7n93p9h3j49q9v2n9ijcsb1cd6b473qf"; isLibrary = true; isExecutable = true; libraryHaskellDepends = [ @@ -181857,6 +182246,8 @@ self: { pname = "modern-uri"; version = "0.3.4.3"; sha256 = "0904ff8pzcbk1swp0s1v5js468qnf3ccyzfcvaa62nsaj4qb7shq"; + revision = "1"; + editedCabalFile = "05y666pg4wsv7qpszjpa8d2zqzcmp1gyfkzvgi4nw9n9kmcij8hv"; libraryHaskellDepends = [ base bytestring containers contravariant deepseq exceptions megaparsec mtl profunctors QuickCheck reflection tagged @@ -186814,13 +187205,13 @@ self: { }) {}; "multi-instance" = callPackage - ({ mkDerivation, base, doctest }: + ({ mkDerivation, base, hedgehog }: mkDerivation { pname = "multi-instance"; - version = "0.0.0.4"; - sha256 = "0lcwxwdirjkacir6y01hzz8pfvk1fv1nq08w3pvvzmmmnydjcgjk"; + version = "0.0.0.5"; + sha256 = "0c90arbnaclxvwc0l4n3macrgbv41rxh0895qp2m65nb9racihh2"; libraryHaskellDepends = [ base ]; - testHaskellDepends = [ base doctest ]; + testHaskellDepends = [ base hedgehog ]; description = "Typeclasses augmented with a phantom type parameter"; license = lib.licenses.asl20; hydraPlatforms = lib.platforms.none; @@ -188088,8 +188479,8 @@ self: { ({ mkDerivation, base, safe-exceptions }: mkDerivation { pname = "mvar-lock"; - version = "0.1.0.2"; - sha256 = "09diqzb4vp7bcg6v16fgjb70mi68i8srnyxf6qga58va6avbc4wg"; + version = "0.1.0.3"; + sha256 = "04cznws3qq9km75ssigz3cfnjkh5lldgmyy29p8vrdf4s2g8i4z1"; libraryHaskellDepends = [ base safe-exceptions ]; description = "A trivial lock based on MVar"; license = lib.licenses.asl20; @@ -188629,6 +189020,25 @@ self: { license = lib.licenses.bsd3; }) {}; + "mysql-simple_0_4_7_2" = callPackage + ({ mkDerivation, attoparsec, base, base16-bytestring, blaze-builder + , bytestring, containers, hspec, mysql, old-locale, pcre-light + , text, time, vector + }: + mkDerivation { + pname = "mysql-simple"; + version = "0.4.7.2"; + sha256 = "0wi4zqgnf4kfw95sm1wrl4260f2v5wz2k9kvgngb640y6sb034mc"; + libraryHaskellDepends = [ + attoparsec base base16-bytestring blaze-builder bytestring + containers mysql old-locale pcre-light text time vector + ]; + testHaskellDepends = [ base blaze-builder bytestring hspec text ]; + description = "A mid-level MySQL client library"; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + }) {}; + "mysql-simple-quasi" = callPackage ({ mkDerivation, base, haskell-src-meta, mysql-simple , template-haskell @@ -193733,15 +194143,19 @@ self: { }) {}; "non-empty-text" = callPackage - ({ mkDerivation, base, doctest, Glob, hspec, QuickCheck, text }: + ({ mkDerivation, base, deepseq, doctest, Glob, hspec, QuickCheck + , text + }: mkDerivation { pname = "non-empty-text"; - version = "0.1.1"; - sha256 = "1s2rzcaiilid2dv462hkr3mxg4gk1dqyyayvwhs5nl81y7a35krd"; - libraryHaskellDepends = [ base text ]; - testHaskellDepends = [ base doctest Glob hspec QuickCheck text ]; + version = "0.2.0"; + sha256 = "0ipbh2lmjya9zayvivy06j5rrkfdydbbr8wfnzb2h1vsnp737fhj"; + libraryHaskellDepends = [ base deepseq text ]; + testHaskellDepends = [ + base deepseq doctest Glob hspec QuickCheck text + ]; description = "Non empty Data.Text type"; - license = "unknown"; + license = lib.licenses.mit; }) {}; "non-empty-zipper" = callPackage @@ -196706,8 +197120,8 @@ self: { ({ mkDerivation, aeson, base, text }: mkDerivation { pname = "one-line-aeson-text"; - version = "0.1.0.3"; - sha256 = "15p493sapvnn89sv43gxnpx4nyz8l8wdk1jr5w7nha50szbsabv3"; + version = "0.1.0.4"; + sha256 = "0hhdnpc4fs6xz709vlww990i5f98p73n8niq09y6hv1vzgsh5gr1"; libraryHaskellDepends = [ aeson base text ]; testHaskellDepends = [ aeson base text ]; description = "Pretty-printing short Aeson values as text"; @@ -197300,10 +197714,8 @@ self: { }: mkDerivation { pname = "openapi3"; - version = "3.2.1"; - sha256 = "0xspxp5rma3mx5p0qy6mmq94540agl44vkc65sylp5k62x68588d"; - revision = "1"; - editedCabalFile = "07mc9h2lzyykjy2lzgqgsvirfpyxazv5r7klv2gww1c6r4890zhf"; + version = "3.2.2"; + sha256 = "0d31ilv2ivwswzbpfibqwnld8697vk63wyr6yl80brjx60g4jp9j"; isLibrary = true; isExecutable = true; setupHaskellDepends = [ base Cabal cabal-doctest ]; @@ -203401,6 +203813,8 @@ self: { pname = "password"; version = "3.0.1.0"; sha256 = "1kdc1lwya9sq3vb5wvvs2bz0z38mqn9cpim4f6awym99c57g01rk"; + revision = "2"; + editedCabalFile = "1w4k1i0zz9rnzapmvnnh8q2q05s1r9v4gsqrcnwiy1q45ksx42dc"; setupHaskellDepends = [ base Cabal cabal-doctest ]; libraryHaskellDepends = [ base base64 bytestring cryptonite memory password-types @@ -203455,8 +203869,8 @@ self: { pname = "password-types"; version = "1.0.0.0"; sha256 = "090aqq2xs6m5djvr9zfdj7rxafbmj8d05vij5rchj1f9c46dclb5"; - revision = "1"; - editedCabalFile = "1nw1fskhr42xmhdc1bp290333vzgmc3fkfvydfwjvlw0962lxzvy"; + revision = "3"; + editedCabalFile = "0i6djm9zsb95qdan0vr9shilhmzjxqsqrjy9v16hcaph49wnw7pr"; setupHaskellDepends = [ base Cabal cabal-doctest ]; libraryHaskellDepends = [ base bytestring memory text ]; testHaskellDepends = [ @@ -203795,8 +204209,8 @@ self: { ({ mkDerivation, base, bytestring, path, safe-exceptions, text }: mkDerivation { pname = "path-text-utf8"; - version = "0.0.1.8"; - sha256 = "1xi60cw75qzhb03z2a66xfxgr17xz39bdk7wmjc7yprqy0v016jj"; + version = "0.0.1.10"; + sha256 = "1nbmsydpg8m09q5i907bnh57x5lcd3rw3rnxa31b93xzaynxwhsn"; libraryHaskellDepends = [ base bytestring path safe-exceptions text ]; @@ -204429,8 +204843,8 @@ self: { }: mkDerivation { pname = "pcre2"; - version = "2.1.0"; - sha256 = "0ina14prysmh6njfcpyhzhyz0r6qsixvli3fifh46biqryx2whaw"; + version = "2.1.0.1"; + sha256 = "06fj8p49whxixphncmzm0c85wzqrsmg59zbb423qnqqmcwjwy2qf"; libraryHaskellDepends = [ base containers microlens mtl template-haskell text ]; @@ -205679,8 +206093,8 @@ self: { }: mkDerivation { pname = "persistent"; - version = "2.13.3.0"; - sha256 = "059y0wyd74rb0aa32b54vj9n0g5pz9nfcbx2h3iil2qbgjvzvw9w"; + version = "2.13.3.3"; + sha256 = "07fhi9mb2ffdw41jy6ypwvv6nwb1kwb21prjc6pqmbdyxp303ij0"; libraryHaskellDepends = [ aeson attoparsec base base64-bytestring blaze-html bytestring conduit containers fast-logger http-api-data lift-type monad-logger @@ -205949,8 +206363,8 @@ self: { }: mkDerivation { pname = "persistent-mongoDB"; - version = "2.13.0.0"; - sha256 = "0096fjyzgl788ciws0vb5bn5in8946bd12qrg8wz8dyq1xvilg8m"; + version = "2.13.0.1"; + sha256 = "1ck74kpzkz623c43qb8r1cjq8chi2p721vx95zrpciz8jm496235"; libraryHaskellDepends = [ aeson base bson bytestring cereal conduit http-api-data mongoDB network path-pieces persistent resource-pool resourcet text time @@ -206002,8 +206416,8 @@ self: { }: mkDerivation { pname = "persistent-mysql"; - version = "2.13.1.0"; - sha256 = "16balbklf4800pqivmvnamjhy3xvnr9939fz3qkicfs4ba68m62k"; + version = "2.13.1.2"; + sha256 = "0hqzd48ryycc57ab1r2v3vxwaaq0lsiqf2131zqbr13ldh1xnz7v"; libraryHaskellDepends = [ aeson base blaze-builder bytestring conduit containers monad-logger mysql mysql-simple persistent resource-pool resourcet text @@ -206019,33 +206433,6 @@ self: { license = lib.licenses.mit; }) {}; - "persistent-mysql_2_13_1_1" = callPackage - ({ mkDerivation, aeson, base, blaze-builder, bytestring, conduit - , containers, fast-logger, hspec, http-api-data, HUnit - , monad-logger, mysql, mysql-simple, path-pieces, persistent - , persistent-qq, persistent-test, QuickCheck, quickcheck-instances - , resource-pool, resourcet, text, time, transformers, unliftio-core - }: - mkDerivation { - pname = "persistent-mysql"; - version = "2.13.1.1"; - sha256 = "1g2gx9qryraqbwbf1mni4p1p8fbi36a479dqfgn98y1p4sv1qvyx"; - libraryHaskellDepends = [ - aeson base blaze-builder bytestring conduit containers monad-logger - mysql mysql-simple persistent resource-pool resourcet text - transformers unliftio-core - ]; - testHaskellDepends = [ - aeson base bytestring conduit containers fast-logger hspec - http-api-data HUnit monad-logger mysql path-pieces persistent - persistent-qq persistent-test QuickCheck quickcheck-instances - resourcet text time transformers unliftio-core - ]; - description = "Backend for the persistent library using MySQL database server"; - license = lib.licenses.mit; - hydraPlatforms = lib.platforms.none; - }) {}; - "persistent-mysql-haskell" = callPackage ({ mkDerivation, aeson, base, bytestring, conduit, containers , fast-logger, hspec, HUnit, io-streams, monad-logger @@ -206147,8 +206534,8 @@ self: { }: mkDerivation { pname = "persistent-postgresql"; - version = "2.13.4.0"; - sha256 = "1hvk7fvknq27nfpyv32b7062cs4c3h2s62ssr133abq78ymcfcll"; + version = "2.13.5.0"; + sha256 = "1q9hy49nfrb3azgz5rjz235d7scy27l5axkih7crskaa04hf4k8d"; isLibrary = true; isExecutable = true; libraryHaskellDepends = [ @@ -206246,8 +206633,8 @@ self: { }: mkDerivation { pname = "persistent-redis"; - version = "2.13.0.0"; - sha256 = "1d43rlcx0islf7gn14kpxi922zaz6k5x6s4k4xc947l2r1zx40qs"; + version = "2.13.0.1"; + sha256 = "1p03bwsldi3w4vsig1krnilhpbkkhzrm240jbx22q514922kgjr9"; libraryHaskellDepends = [ aeson base binary bytestring hedis http-api-data mtl path-pieces persistent scientific text time transformers utf8-string @@ -206398,8 +206785,8 @@ self: { }: mkDerivation { pname = "persistent-test"; - version = "2.13.1.0"; - sha256 = "1ccv9rrnjngwf8av3zyq28myd1iyb6831nnqjpllwlyrpgnmafvr"; + version = "2.13.1.2"; + sha256 = "0cah2gyp5lm9hipm3wvcxnl14cmq51dajzcw3wcf9xd19sbm4k49"; libraryHaskellDepends = [ aeson base blaze-html bytestring conduit containers exceptions hspec hspec-expectations http-api-data HUnit monad-control @@ -211570,8 +211957,8 @@ self: { }: mkDerivation { pname = "polysemy-http"; - version = "0.6.0.0"; - sha256 = "1hqzpi0l2r9dn7ws8ryhq1ll86j93ygjcvc23j9b3dpvn7hfs0g2"; + version = "0.7.0.0"; + sha256 = "07p518xs4v1ca8p2bd394hbid6jqlkhpmz0cg9svagb48zg5bf96"; libraryHaskellDepends = [ aeson ansi-terminal base case-insensitive data-default exon http-client http-client-tls http-types incipit lens polysemy @@ -213877,6 +214264,31 @@ self: { broken = true; }) {}; + "postgresql-syntax_0_4_0_2" = callPackage + ({ mkDerivation, base, bytestring, case-insensitive, hashable + , headed-megaparsec, hedgehog, megaparsec, parser-combinators + , QuickCheck, quickcheck-instances, rerebase, tasty, tasty-hunit + , tasty-quickcheck, text, text-builder, unordered-containers + }: + mkDerivation { + pname = "postgresql-syntax"; + version = "0.4.0.2"; + sha256 = "17lqsy3ph6a8psvbdxkfnkj888crz46qxqpc0sg27665cr8nrxpq"; + libraryHaskellDepends = [ + base bytestring case-insensitive hashable headed-megaparsec + megaparsec parser-combinators text text-builder + unordered-containers + ]; + testHaskellDepends = [ + hedgehog QuickCheck quickcheck-instances rerebase tasty tasty-hunit + tasty-quickcheck + ]; + description = "PostgreSQL AST parsing and rendering"; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; + broken = true; + }) {}; + "postgresql-transactional" = callPackage ({ mkDerivation, base, monad-control, mtl, postgresql-simple }: mkDerivation { @@ -214355,8 +214767,10 @@ self: { }: mkDerivation { pname = "powerdns"; - version = "0.3.0"; - sha256 = "1gm9rwxs6iyvwnyigxdihs3djq83z75w74rkbrmlwdrmz21pww13"; + version = "0.4.0"; + sha256 = "0gcf04naa9ai4f6v7ycakwmdz379dqrr3nl0ry1pnqck835p629a"; + revision = "1"; + editedCabalFile = "1pf6f09kdawn17nrjn221xr40g66wa282r65521y4mdmlm6yrfd0"; libraryHaskellDepends = [ aeson base base64-bytestring bytestring case-insensitive containers deepseq hashable servant servant-client servant-client-core text @@ -217466,8 +217880,8 @@ self: { }: mkDerivation { pname = "prolude"; - version = "0.0.0.23"; - sha256 = "0r26l12xi89njln29b2zzf5kdfd1vkhpi64andbgm6xmcb7rphid"; + version = "0.0.0.24"; + sha256 = "0sn5pxv8zylmg5915k08bxfcnmjd5227xlhmh2x9l1aqlqv7adsh"; libraryHaskellDepends = [ aeson amazonka base bytestring cassava containers esqueleto generic-random lens mongoDB mtl network-uri persistent @@ -218888,8 +219302,8 @@ self: { }: mkDerivation { pname = "ptr-poker"; - version = "0.1.2.4"; - sha256 = "1kqh7n92bipk5wzywb5zlrb0l4qh5lq2pqll4wsbklqg47i1y9ai"; + version = "0.1.2.5"; + sha256 = "11yiqk8l3897xs13cdd8nslg55n99qssbbgpfwgc6sd15vf2hc3g"; libraryHaskellDepends = [ base bytestring scientific text ]; testHaskellDepends = [ hedgehog numeric-limits rerebase ]; benchmarkHaskellDepends = [ gauge rerebase ]; @@ -219868,8 +220282,8 @@ self: { }: mkDerivation { pname = "pusher-http-haskell"; - version = "2.1.0.8"; - sha256 = "16m9yqjyhafbfiiq6nn7d525sw27v5i8ib930ik8xjhm0pq10fbg"; + version = "2.1.0.9"; + sha256 = "1ipx9xy5wf79pgkmy1669qh8v73ad6ncx7fhqqacmlmhvvphv9vs"; libraryHaskellDepends = [ aeson base base16-bytestring bytestring cryptonite hashable http-client http-client-tls http-types memory text time @@ -220523,8 +220937,8 @@ self: { }: mkDerivation { pname = "qrcode-core"; - version = "0.9.4"; - sha256 = "1drjx73qslga81bhby0h000icrvnhhlv36n6i37j8524x9ir2gn0"; + version = "0.9.5"; + sha256 = "0gwwvksvxhv8qwjjay4lb1v14n2dp8mkgppv6lv4f858xwfswcp6"; libraryHaskellDepends = [ base binary bytestring case-insensitive containers dlist primitive text vector @@ -220539,8 +220953,8 @@ self: { }: mkDerivation { pname = "qrcode-juicypixels"; - version = "0.8.2"; - sha256 = "0kiyi084hmd2l50fd8miwgw0y94sd1lkf34jw7z3sb33bbp70f3g"; + version = "0.8.3"; + sha256 = "1fwjdz08r85j54x3khnby1h5mwxs1568yhd3v8dcilrwj6an9991"; libraryHaskellDepends = [ base base64-bytestring bytestring JuicyPixels qrcode-core text vector @@ -221033,6 +221447,8 @@ self: { pname = "queue-sheet"; version = "0.7.0.2"; sha256 = "14ih4j09r30p0a75na833jq5ar0wfjm1f7qn6hfyqr4hjyqyfwfk"; + revision = "1"; + editedCabalFile = "160z11x6j7qc0lvzyhxii3dfgswfv9chvhm39sxnl78456m19ifd"; isLibrary = true; isExecutable = true; libraryHaskellDepends = [ @@ -225364,19 +225780,19 @@ self: { "recover-rtti" = callPackage ({ mkDerivation, aeson, base, bytestring, containers, ghc-heap , ghc-prim, mtl, primitive, QuickCheck, sop-core, stm, tasty - , tasty-quickcheck, text, unordered-containers, vector + , tasty-hunit, tasty-quickcheck, text, unordered-containers, vector }: mkDerivation { pname = "recover-rtti"; - version = "0.4.0.0"; - sha256 = "15nyshkbl7yh9h19ia3hgyciq2mn11nvsp258pb3f8d8xjjyk820"; + version = "0.4.1.0"; + sha256 = "17z168zlf52705kip2xdgbb0z48xm9lyffhqhmr2k0s85wr1nwpj"; libraryHaskellDepends = [ aeson base bytestring containers ghc-heap mtl primitive sop-core stm text unordered-containers vector ]; testHaskellDepends = [ aeson base bytestring containers ghc-heap ghc-prim mtl primitive - QuickCheck sop-core stm tasty tasty-quickcheck text + QuickCheck sop-core stm tasty tasty-hunit tasty-quickcheck text unordered-containers vector ]; description = "Recover run-time type information from the GHC heap"; @@ -229350,6 +229766,8 @@ self: { pname = "req"; version = "3.10.0"; sha256 = "176zl3ihmp8iz4fwfi5dalmiz658dis0hxni6bqzqgnaxhd0230w"; + revision = "2"; + editedCabalFile = "147q0jkfrg066lnl20gzv5rk6d9jdwyvaip2y4am5hkrvcg3v9z8"; enableSeparateDataOutput = true; libraryHaskellDepends = [ aeson authenticate-oauth base blaze-builder bytestring @@ -231226,23 +231644,25 @@ self: { }) {}; "ridley" = callPackage - ({ mkDerivation, async, base, bytestring, containers, ekg-core - , ekg-prometheus-adapter, http-client, inline-c, katip, microlens - , microlens-th, mtl, process, prometheus, raw-strings-qq, shelly - , string-conv, tasty, tasty-hunit, tasty-quickcheck - , template-haskell, text, time, transformers, unix, vector - , wai-middleware-metrics + ({ mkDerivation, async, auto-update, base, bytestring, containers + , ekg-core, ekg-prometheus-adapter, http-client, inline-c, katip + , microlens, microlens-th, mtl, process, prometheus, raw-strings-qq + , safe-exceptions, shelly, string-conv, tasty, tasty-hunit + , tasty-quickcheck, template-haskell, text, time, transformers + , unix, vector, wai-middleware-metrics }: mkDerivation { pname = "ridley"; - version = "0.3.2.1"; - sha256 = "14k7cmbcwqxf4d7r6yz77wpj88q3v9vx90agx16wd8dk1zzmcbx5"; + version = "0.3.3.0"; + sha256 = "060nnwhrpk77d97plg2wz9yk8q8adl5b7wj159mdq249jsx7hw24"; + isLibrary = true; + isExecutable = true; enableSeparateDataOutput = true; libraryHaskellDepends = [ - async base containers ekg-core ekg-prometheus-adapter inline-c - katip microlens microlens-th mtl process prometheus raw-strings-qq - shelly string-conv template-haskell text time transformers unix - vector wai-middleware-metrics + async auto-update base containers ekg-core ekg-prometheus-adapter + inline-c katip microlens microlens-th mtl process prometheus + raw-strings-qq safe-exceptions shelly string-conv template-haskell + text time transformers unix vector wai-middleware-metrics ]; testHaskellDepends = [ base bytestring containers ekg-core ekg-prometheus-adapter @@ -233341,8 +233761,8 @@ self: { pname = "rss"; version = "3000.2.0.7"; sha256 = "0z48xb610k1h29rg03q19y08fp78agxp2gr48innw5y3rz00s6ym"; - revision = "3"; - editedCabalFile = "02jbnl7y76ahjdj2bciyjwgcglfs7sy60733z5c8610rk34f99dy"; + revision = "4"; + editedCabalFile = "10gn0rqbg3ffsz9c87d0baq27vzvcq7gbqdijhp7s2wl5w70yff2"; libraryHaskellDepends = [ base HaXml network network-uri time ]; description = "A library for generating RSS 2.0 feeds."; license = lib.licenses.publicDomain; @@ -236555,14 +236975,15 @@ self: { ({ mkDerivation, aeson, attoparsec, base, bytebuild, byteslice , bytesmith, bytestring, gauge, natural-arithmetic, primitive , QuickCheck, run-st, scientific, tasty, tasty-hunit - , tasty-quickcheck + , tasty-quickcheck, text-short }: mkDerivation { pname = "scientific-notation"; - version = "0.1.3.0"; - sha256 = "1sdqyf3538n2yz29p2b4jvafa9vlgmr3aqn2x4hifmjx0176xm03"; + version = "0.1.4.0"; + sha256 = "0s20n1ckk333g6avi4n3lskczya61apv2177y7bzx3vn2wk7cdy0"; libraryHaskellDepends = [ - base bytebuild bytesmith natural-arithmetic + base bytebuild byteslice bytesmith bytestring natural-arithmetic + primitive text-short ]; testHaskellDepends = [ base bytebuild byteslice bytesmith bytestring primitive QuickCheck @@ -237404,14 +237825,14 @@ self: { license = lib.licenses.bsd3; }) {inherit (pkgs) SDL2;}; - "sdl2_2_5_3_1" = callPackage + "sdl2_2_5_3_2" = callPackage ({ mkDerivation, base, bytestring, deepseq, exceptions, linear , SDL2, StateVar, text, transformers, vector, weigh }: mkDerivation { pname = "sdl2"; - version = "2.5.3.1"; - sha256 = "1lnscy9vc3h9fhh65iq60kma79q4pkb00r8lqx8i3ax2v53yl626"; + version = "2.5.3.2"; + sha256 = "06v3zdfashd8f2jhrl2gfgkp7ykjsc06yvw2l4n3sy1p9xxk9q2y"; isLibrary = true; isExecutable = true; enableSeparateDataOutput = true; @@ -240666,20 +241087,24 @@ self: { "servant-hmac-auth" = callPackage ({ mkDerivation, base, base64-bytestring, binary, bytestring - , case-insensitive, containers, cryptonite, http-client, http-types - , memory, mtl, servant, servant-client, servant-client-core - , servant-server, transformers, wai + , case-insensitive, containers, cryptonite, filepath, hspec + , hspec-discover, hspec-golden, http-client, http-types, memory + , mtl, servant, servant-client, servant-client-core, servant-server + , text, transformers, wai }: mkDerivation { pname = "servant-hmac-auth"; - version = "0.1.3"; - sha256 = "057v665rkdblqga71sm4pk7gklwpnrgkwg540ky7mmhmdm2nicj4"; + version = "0.1.4"; + sha256 = "0nnmwqqdc7yzbd96bfmgcidz41knzrbh082dcwg2n3w0vvp0m98i"; libraryHaskellDepends = [ base base64-bytestring binary bytestring case-insensitive containers cryptonite http-client http-types memory mtl servant servant-client servant-client-core servant-server transformers wai ]; - testHaskellDepends = [ base ]; + testHaskellDepends = [ + base case-insensitive filepath hspec hspec-golden http-types text + ]; + testToolDepends = [ hspec-discover ]; description = "Servant authentication with HMAC"; license = lib.licenses.mit; hydraPlatforms = lib.platforms.none; @@ -241127,10 +241552,8 @@ self: { }: mkDerivation { pname = "servant-openapi3"; - version = "2.0.1.3"; - sha256 = "1nvxaskizv5qgznvxdg4crdh4dra5rj7abiky5bd927gnwvbir6s"; - revision = "2"; - editedCabalFile = "08cfsqx530kyc90p83kf35pyyl90vx85kz1xvmd9lm54785d2znv"; + version = "2.0.1.4"; + sha256 = "1dlz5fsz7j5yrf6kps4j1mxlj4ww2q4szx5k6apawi06i8ibshh7"; setupHaskellDepends = [ base Cabal cabal-doctest ]; libraryHaskellDepends = [ aeson aeson-pretty base base-compat bytestring hspec http-media @@ -242113,6 +242536,33 @@ self: { broken = true; }) {}; + "servant-typescript" = callPackage + ({ mkDerivation, aeson, aeson-typescript, base, containers + , directory, filepath, lens, mtl, servant, servant-foreign + , string-interpolate, text + }: + mkDerivation { + pname = "servant-typescript"; + version = "0.1.0.1"; + sha256 = "13yld5kzmpqllsp0yj90schn0r4xz6r7qls2hcv2m1v1jaqvp2a5"; + isLibrary = true; + isExecutable = true; + libraryHaskellDepends = [ + aeson aeson-typescript base containers directory filepath lens mtl + servant servant-foreign string-interpolate text + ]; + executableHaskellDepends = [ + aeson aeson-typescript base containers directory filepath lens mtl + servant servant-foreign string-interpolate text + ]; + testHaskellDepends = [ + aeson aeson-typescript base containers directory filepath lens mtl + servant servant-foreign string-interpolate text + ]; + description = "TypeScript client generation for Servant"; + license = lib.licenses.bsd3; + }) {}; + "servant-util" = callPackage ({ mkDerivation, aeson, base, constraints, containers, data-default , fmt, hspec, hspec-discover, hspec-expectations, http-client @@ -243085,8 +243535,8 @@ self: { }: mkDerivation { pname = "sexpr-parser"; - version = "0.2.1.0"; - sha256 = "1pd25xvz2dqm03c3hv2x048gg9pp7vkncv5d897vidkq9zbspnv3"; + version = "0.2.2.0"; + sha256 = "0idcs6zpx0r3sn6nhh8kjswmsi0pwygjxzbscfd0y0gd6yjz1i86"; isLibrary = true; isExecutable = true; libraryHaskellDepends = [ base data-default megaparsec ]; @@ -243617,8 +244067,8 @@ self: { }: mkDerivation { pname = "shake-futhark"; - version = "0.2.0.0"; - sha256 = "1lal2dwgiw9c9k8lpcqagx5hy9bs8mqciiy5ghndahpf1fwf510m"; + version = "0.2.0.1"; + sha256 = "0kwj2q0sfh80gcxamfh4k2cnr2mbbs41n43z5rwdawcmdb2c0xxy"; libraryHaskellDepends = [ base containers directory filepath futhark shake text ]; @@ -253846,8 +254296,8 @@ self: { pname = "stache"; version = "2.3.1"; sha256 = "1a26pwg6y90588yf9sp18w4b2ahr64fxdhy1c3zv0c9pw7bv6k6q"; - revision = "2"; - editedCabalFile = "1bmnpm7galndl2a87vhbbrhxn1wn09x2l6bqwasfmczyjisn78a8"; + revision = "3"; + editedCabalFile = "1di10cbxg1xkj1fwimdfqhspk084xg2a1wvff3i2q336xa6jbqfl"; isLibrary = true; isExecutable = true; enableSeparateDataOutput = true; @@ -255298,6 +255748,33 @@ self: { license = lib.licenses.bsd2; }) {}; + "statistics_0_16_0_2" = callPackage + ({ mkDerivation, aeson, async, base, binary, data-default-class + , deepseq, dense-linear-algebra, erf, ieee754, math-functions + , monad-par, mwc-random, primitive, QuickCheck, random, tasty + , tasty-expected-failure, tasty-hunit, tasty-quickcheck, vector + , vector-algorithms, vector-binary-instances, vector-th-unbox + }: + mkDerivation { + pname = "statistics"; + version = "0.16.0.2"; + sha256 = "0xywmlwzknfiwph3w00zzwya1mgf4qfsyp2pnvdmp806s5da6plg"; + libraryHaskellDepends = [ + aeson async base binary data-default-class deepseq + dense-linear-algebra math-functions monad-par mwc-random primitive + random vector vector-algorithms vector-binary-instances + vector-th-unbox + ]; + testHaskellDepends = [ + aeson base binary dense-linear-algebra erf ieee754 math-functions + primitive QuickCheck tasty tasty-expected-failure tasty-hunit + tasty-quickcheck vector vector-algorithms + ]; + description = "A library of statistical types, data, and functions"; + license = lib.licenses.bsd2; + hydraPlatforms = lib.platforms.none; + }) {}; + "statistics-dirichlet" = callPackage ({ mkDerivation, base, deepseq, hmatrix-special , nonlinear-optimization, vector @@ -258551,8 +259028,8 @@ self: { }: mkDerivation { pname = "stripe-scotty"; - version = "1.1.0.1"; - sha256 = "1izc4mhfvwf83mnacmqghhz9fx9h12mdk4hc963ddk6k4lda3w80"; + version = "1.1.0.2"; + sha256 = "123l1khqd0ilcihrij1givz4lg2jns2r2iyf90yjh7zdva1xf507"; libraryHaskellDepends = [ aeson base bytestring http-types scotty stripe-concepts stripe-signature text @@ -258624,8 +259101,8 @@ self: { }: mkDerivation { pname = "stripe-wreq"; - version = "1.0.1.12"; - sha256 = "0ixxzzd2yap0xgz47x335sp02jkmkilv0ra4b8v0x55pg2f377w2"; + version = "1.0.1.14"; + sha256 = "01z0hqqnnc2g8q0bzj4brjmd9wmpjda4rlk770brvk9ip9mjdlys"; libraryHaskellDepends = [ aeson base bytestring lens stripe-concepts text wreq ]; @@ -258708,6 +259185,29 @@ self: { broken = true; }) {}; + "strong-path_1_1_4_0" = callPackage + ({ mkDerivation, base, exceptions, filepath, hashable, hspec, path + , tasty, tasty-discover, tasty-hspec, tasty-quickcheck + , template-haskell + }: + mkDerivation { + pname = "strong-path"; + version = "1.1.4.0"; + sha256 = "1gd24hfz01k78k67d28v9ypvrnbh5a41rk6dk26rmc5h5sxnrgf8"; + libraryHaskellDepends = [ + base exceptions filepath hashable path template-haskell + ]; + testHaskellDepends = [ + base filepath hashable hspec path tasty tasty-discover tasty-hspec + tasty-quickcheck + ]; + testToolDepends = [ tasty-discover ]; + description = "Strongly typed paths in Haskell"; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; + broken = true; + }) {}; + "strongswan-sql" = callPackage ({ mkDerivation, asn1-encoding, asn1-types, attoparsec, base , bytestring, data-default, failable, haskeline, io-streams @@ -259039,29 +259539,31 @@ self: { "stylish-haskell" = callPackage ({ mkDerivation, aeson, base, bytestring, Cabal, containers - , directory, file-embed, filepath, ghc-lib-parser, HsYAML - , HsYAML-aeson, HUnit, mtl, optparse-applicative, random, strict - , syb, test-framework, test-framework-hunit, text + , directory, file-embed, filepath, ghc-lib-parser + , ghc-lib-parser-ex, HsYAML, HsYAML-aeson, HUnit, mtl + , optparse-applicative, random, strict, syb, test-framework + , test-framework-hunit, text }: mkDerivation { pname = "stylish-haskell"; - version = "0.13.0.0"; - sha256 = "0x9w3zh1lzp6l5xj3mynnlr0fzb5mbv0wwpfxp8fr6bk0jcrzjwf"; + version = "0.14.0.1"; + sha256 = "109d7xf0k86c6hgdc0lgn9fvlqg4gag9nrj52z9ajw7s4qi3y3f1"; isLibrary = true; isExecutable = true; libraryHaskellDepends = [ aeson base bytestring Cabal containers directory file-embed - filepath ghc-lib-parser HsYAML HsYAML-aeson mtl syb text + filepath ghc-lib-parser ghc-lib-parser-ex HsYAML HsYAML-aeson mtl + syb text ]; executableHaskellDepends = [ aeson base bytestring Cabal containers directory file-embed - filepath ghc-lib-parser HsYAML HsYAML-aeson mtl - optparse-applicative strict syb + filepath ghc-lib-parser ghc-lib-parser-ex HsYAML HsYAML-aeson mtl + optparse-applicative strict syb text ]; testHaskellDepends = [ aeson base bytestring Cabal containers directory file-embed - filepath ghc-lib-parser HsYAML HsYAML-aeson HUnit mtl random syb - test-framework test-framework-hunit text + filepath ghc-lib-parser ghc-lib-parser-ex HsYAML HsYAML-aeson HUnit + mtl random syb test-framework test-framework-hunit text ]; description = "Haskell code prettifier"; license = lib.licenses.bsd3; @@ -259278,8 +259780,8 @@ self: { }: mkDerivation { pname = "submark"; - version = "0.3.0"; - sha256 = "0w86hx9rjrqmhq1icqrg87n9sfchdi8jar38pmzhlkwlmlbnxndr"; + version = "0.3.1"; + sha256 = "087wifqilh6c0fcrx282p20pnx6z0557542zbf8qv1b94qxzd7lc"; isLibrary = true; isExecutable = true; libraryHaskellDepends = [ base cmark regex-tdfa text ]; @@ -265463,40 +265965,6 @@ self: { }) {}; "telegram-bot-simple" = callPackage - ({ mkDerivation, aeson, aeson-pretty, base, bytestring, cron - , filepath, hashable, http-api-data, http-client, http-client-tls - , monad-control, mtl, pretty-show, profunctors, servant - , servant-client, servant-multipart, servant-multipart-api - , servant-multipart-client, split, stm, template-haskell, text - , time, transformers, unordered-containers - }: - mkDerivation { - pname = "telegram-bot-simple"; - version = "0.3.8"; - sha256 = "0nqzghd3apfic1idrx03g5a6xihghi35ha28mcksgji9zp42595q"; - isLibrary = true; - isExecutable = true; - libraryHaskellDepends = [ - aeson aeson-pretty base bytestring cron filepath hashable - http-api-data http-client http-client-tls monad-control mtl - pretty-show profunctors servant servant-client servant-multipart - servant-multipart-api servant-multipart-client split stm - template-haskell text time transformers unordered-containers - ]; - executableHaskellDepends = [ - aeson aeson-pretty base bytestring cron filepath hashable - http-api-data http-client http-client-tls monad-control mtl - pretty-show profunctors servant servant-client servant-multipart - servant-multipart-api servant-multipart-client split stm - template-haskell text time transformers unordered-containers - ]; - description = "Easy to use library for building Telegram bots"; - license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; - }) {}; - - "telegram-bot-simple_0_4_3" = callPackage ({ mkDerivation, aeson, aeson-pretty, base, blaze-html, bytestring , cookie, cron, dhall, filepath, hashable, http-api-data , http-client, http-client-tls, http-types, monad-control, mtl @@ -267789,18 +268257,16 @@ self: { }) {}; "text-display" = callPackage - ({ mkDerivation, base, bytestring, hspec, should-not-typecheck - , text + ({ mkDerivation, base, bytestring, hspec, quickcheck-text + , should-not-typecheck, text }: mkDerivation { pname = "text-display"; - version = "0.0.1.0"; - sha256 = "0ljh2pxwk6nl37z6az83wh50lvh5mr0gwxjc1vwnwva62yg3f0nx"; - revision = "1"; - editedCabalFile = "1094rlcqs2dl6j0gapaspvl80dv4k34r1lpqqz6xnxwb33s4padq"; + version = "0.0.2.0"; + sha256 = "093sgyn7jpwk6vkvyxb5f3qbf8zrq6xd0pyqs3a6qd9ci4r1k6dl"; libraryHaskellDepends = [ base bytestring text ]; testHaskellDepends = [ - base bytestring hspec should-not-typecheck text + base bytestring hspec quickcheck-text should-not-typecheck text ]; description = "A typeclass for user-facing output"; license = lib.licenses.mit; @@ -268297,8 +268763,8 @@ self: { }: mkDerivation { pname = "text-replace"; - version = "0.1.0.1"; - sha256 = "1xpyh21sy1w0k3dqacysphlfi56c6n8vinfzxb5c7qjizd7v64qs"; + version = "0.1.0.2"; + sha256 = "13c0iz17x0snfhv6nmwns79j601aqnc8pvxrbn3gz7sprxwf330j"; isLibrary = true; isExecutable = true; libraryHaskellDepends = [ base containers text ]; @@ -275672,6 +276138,23 @@ self: { license = lib.licenses.mit; }) {}; + "ttc_1_2_0_0" = callPackage + ({ mkDerivation, base, bytestring, tasty, tasty-hunit + , template-haskell, text + }: + mkDerivation { + pname = "ttc"; + version = "1.2.0.0"; + sha256 = "0x5xq00ls290s3ivzzlg4dq0rgzx1x6nzkch49ylwvb5xicmzgm5"; + libraryHaskellDepends = [ base bytestring template-haskell text ]; + testHaskellDepends = [ + base bytestring tasty tasty-hunit template-haskell text + ]; + description = "Textual Type Classes"; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; + }) {}; + "ttl-hashtables" = callPackage ({ mkDerivation, base, clock, containers, data-default, failable , hashable, hashtables, hspec, mtl, transformers @@ -277626,8 +278109,8 @@ self: { ({ mkDerivation, base, containers, ghc }: mkDerivation { pname = "typecheck-plugin-nat-simple"; - version = "0.1.0.2"; - sha256 = "1hdp2n8n75lr1rjn99nwrqgzh3xay18lkjm8sjv36bwavvbw9p90"; + version = "0.1.0.4"; + sha256 = "0ybkkfk9ha3f1f5cq45r0rmnws0ai6imwic0srf78d6ys3q5n5n5"; enableSeparateDataOutput = true; libraryHaskellDepends = [ base containers ghc ]; testHaskellDepends = [ base containers ghc ]; @@ -278341,8 +278824,8 @@ self: { }: mkDerivation { pname = "tzdata"; - version = "0.2.20211021.0"; - sha256 = "0x1pqdlbhh8qhbbfpc01jlcamk2ihwxbs9m8kgm8abd9fk0bwa0a"; + version = "0.2.20220315.0"; + sha256 = "1x5lkbd0n0h0nyxr3a3ib1lxp1d862g805wkn2p92ry4pmj1yacb"; enableSeparateDataOutput = true; libraryHaskellDepends = [ base bytestring containers deepseq vector @@ -278419,6 +278902,34 @@ self: { license = lib.licenses.bsd3; }) {}; + "ua-parser_0_7_7_0" = callPackage + ({ mkDerivation, aeson, base, bytestring, cereal, cereal-text + , criterion, data-default, deepseq, file-embed, filepath, HUnit + , pcre-light, tasty, tasty-hunit, tasty-quickcheck, text, yaml + }: + mkDerivation { + pname = "ua-parser"; + version = "0.7.7.0"; + sha256 = "1dkwhd2rl4fsjsvx68wclq4ipzxaxxlw1jailb379q0d77j8934s"; + enableSeparateDataOutput = true; + libraryHaskellDepends = [ + aeson base bytestring cereal cereal-text data-default deepseq + file-embed pcre-light text yaml + ]; + testHaskellDepends = [ + aeson base bytestring cereal cereal-text data-default deepseq + file-embed filepath HUnit pcre-light tasty tasty-hunit + tasty-quickcheck text yaml + ]; + benchmarkHaskellDepends = [ + aeson base bytestring cereal cereal-text criterion data-default + deepseq file-embed filepath pcre-light text yaml + ]; + description = "A library for parsing User-Agent strings, official Haskell port of ua-parser"; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + }) {}; + "uacpid" = callPackage ({ mkDerivation, base, containers, directory, filepath, hslogger , mtl, network, process, regex-compat, time, time-locale-compat @@ -278543,10 +279054,8 @@ self: { }: mkDerivation { pname = "ucl"; - version = "0.2.0.0"; - sha256 = "1ccf9zavmsk0msq4gz6alv5z32qwnap8a4zvajmqps69bh66b9wv"; - revision = "1"; - editedCabalFile = "1gyhy1311wqj5s10pgkpc0vsmvcqja23p4nqn3nv0mbc9fajal2n"; + version = "0.2.0.1"; + sha256 = "14ds8p8akbk3dgl12395m11234n63sca89gfsb4a73j7p1y21kab"; libraryHaskellDepends = [ base bytestring containers text time ]; libraryPkgconfigDepends = [ libucl ]; testHaskellDepends = [ base containers ]; @@ -278662,6 +279171,18 @@ self: { broken = true; }) {}; + "ueberzug" = callPackage + ({ mkDerivation, base, process }: + mkDerivation { + pname = "ueberzug"; + version = "0.1.0.0"; + sha256 = "047f493xlxwb7hz1c531wqy9qydrbnlavjnjf9mad8q3k46421k6"; + libraryHaskellDepends = [ base process ]; + testHaskellDepends = [ base ]; + description = "Haskell bindings for ueberzug to display images in the terminal"; + license = lib.licenses.mit; + }) {}; + "uglymemo" = callPackage ({ mkDerivation, base, containers }: mkDerivation { @@ -280697,10 +281218,8 @@ self: { }: mkDerivation { pname = "unjson"; - version = "0.15.3"; - sha256 = "1p2bk9j5ww0zbkaw1wvl2122h763zn4ddjzg5rka948q3d6zivvi"; - revision = "1"; - editedCabalFile = "1jgin4v0j5siyrchrlkp8y5abs30mk8j9d5ah3r0b84683whnnrx"; + version = "0.15.4"; + sha256 = "0qj9ihigchzmwx2hnwjhdyj6sq1vdcfsmprgy73fl0f1x2glvr9d"; libraryHaskellDepends = [ aeson attoparsec base bytestring containers free hashable invariant pretty primitive scientific semigroups text time @@ -288945,6 +289464,22 @@ self: { license = lib.licenses.bsd3; }) {}; + "web-plugins_0_4_1" = callPackage + ({ mkDerivation, base, binary, bytestring, containers, http-types + , mtl, stm, text + }: + mkDerivation { + pname = "web-plugins"; + version = "0.4.1"; + sha256 = "1sdd1yvcxaahn7wdqzbc90xinnfm2mspvk1391znb9khp8cd5b9h"; + libraryHaskellDepends = [ + base binary bytestring containers http-types mtl stm text + ]; + description = "dynamic plugin system for web applications"; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + }) {}; + "web-push" = callPackage ({ mkDerivation, aeson, base, base64-bytestring, binary, bytestring , cryptonite, hspec, http-client, http-types, lens, memory, random @@ -291602,6 +292137,17 @@ self: { license = lib.licenses.bsd3; }) {}; + "word-compat" = callPackage + ({ mkDerivation, base, ghc-prim }: + mkDerivation { + pname = "word-compat"; + version = "0.0.2"; + sha256 = "164zpk3cqw9i9mblz0cdshgk1382pcnbakr7pxamz4r0gyhs3r9n"; + libraryHaskellDepends = [ base ghc-prim ]; + description = "Compatibility shim for the Int/Word internal change in GHC 9.2"; + license = lib.licenses.bsd3; + }) {}; + "word-trie" = callPackage ({ mkDerivation, base, binary, containers, hspec, QuickCheck }: mkDerivation { @@ -291803,8 +292349,8 @@ self: { }: mkDerivation { pname = "wordlist"; - version = "0.1.0.5"; - sha256 = "11h52dykc23ks3wn3apnp81jm091igqy8dkgs7apk8yh141vdfak"; + version = "0.1.0.6"; + sha256 = "007hqx9ns5f3bd6q820b5jx50zms1nzfi1xyn7qv7n5kmavfkjh7"; isLibrary = true; isExecutable = true; libraryHaskellDepends = [ base optparse-applicative text ]; @@ -292081,8 +292627,8 @@ self: { }: mkDerivation { pname = "worldturtle"; - version = "0.3.0.0"; - sha256 = "11pfi1fjdk1mgjzxq3ws3vlr6gc4dkm9c9zh6w4rbrdbvk50l8mg"; + version = "0.3.1.0"; + sha256 = "16aqhxhjxlhmy6izkgb3n0cn0bdi3xj9yv9z4jpa4zcmw0mkjwcb"; libraryHaskellDepends = [ base containers gloss lens matrix monad-coroutine monad-parallel transformers @@ -296579,18 +297125,18 @@ self: { }) {inherit (pkgs) libdevil;}; "yasi" = callPackage - ({ mkDerivation, base, bytestring, hedgehog, tasty, tasty-discover - , tasty-hedgehog, tasty-hunit, template-haskell, text + ({ mkDerivation, base, ghc-hs-meta, hedgehog, tasty, tasty-discover + , tasty-hedgehog, tasty-hunit, template-haskell, text, text-display }: mkDerivation { pname = "yasi"; - version = "0.1.2.1"; - sha256 = "0647z79wva7apkp0swj7gax780vqmhr5czxrvg88gl3bi03wcapl"; - revision = "4"; - editedCabalFile = "0vljbnfrcscb468mcqx62r0xcdnz73glam67v73jqq6g4vhyaimr"; - libraryHaskellDepends = [ base bytestring template-haskell text ]; + version = "0.2.0.1"; + sha256 = "0j5g5h40qvz2rinka7mrb8nc7dzhnprdfpjmzc4pdlx1w8fzw8xy"; + libraryHaskellDepends = [ + base ghc-hs-meta template-haskell text text-display + ]; testHaskellDepends = [ - base hedgehog tasty tasty-hedgehog tasty-hunit text + base hedgehog tasty tasty-hedgehog tasty-hunit text text-display ]; testToolDepends = [ tasty-discover ]; description = "Yet another string interpolator"; From 9e5ac8625ea28c58601cfe1053a38b927d32c245 Mon Sep 17 00:00:00 2001 From: Malte Brandy Date: Sat, 19 Mar 2022 15:49:58 +0100 Subject: [PATCH 161/238] haskellPackages: Fix whitespace lint --- pkgs/development/haskell-modules/configuration-common.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/development/haskell-modules/configuration-common.nix b/pkgs/development/haskell-modules/configuration-common.nix index 4d284d843639..f77c0f5ca964 100644 --- a/pkgs/development/haskell-modules/configuration-common.nix +++ b/pkgs/development/haskell-modules/configuration-common.nix @@ -2219,7 +2219,7 @@ self: super: { # 2021-12-22: https://github.com/snapframework/heist/issues/131 - heist = assert super.heist.version == "1.1.0.1"; + heist = assert super.heist.version == "1.1.0.1"; # aeson 2.0 compat https://github.com/snapframework/heist/pull/132 # not merged in master yet appendPatch (pkgs.fetchpatch { @@ -2233,7 +2233,7 @@ self: super: { doCheck = false; }) (doJailbreak super.heist)); - + # https://github.com/emc2/HUnit-Plus/issues/26 HUnit-Plus = dontCheck super.HUnit-Plus; # https://github.com/ewestern/haskell-postgis/issues/7 From 5bb4a85079ff217f76e982b61ca03b27db7f51d1 Mon Sep 17 00:00:00 2001 From: Malte Brandy Date: Sat, 19 Mar 2022 23:19:26 +0100 Subject: [PATCH 162/238] haskellPackages.matrix-client: jailbreak --- pkgs/development/haskell-modules/configuration-common.nix | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/pkgs/development/haskell-modules/configuration-common.nix b/pkgs/development/haskell-modules/configuration-common.nix index f77c0f5ca964..676529dde6ec 100644 --- a/pkgs/development/haskell-modules/configuration-common.nix +++ b/pkgs/development/haskell-modules/configuration-common.nix @@ -2123,9 +2123,8 @@ self: super: { # https://github.com/dagit/zenc/issues/5 zenc = doJailbreak super.zenc; - # Indeterministic tests - # Fixed on upstream: https://github.com/softwarefactory-project/matrix-client-haskell/commit/4ca4963cfd06379d9bdce49742af854aed6a0d37 - matrix-client = dontCheck super.matrix-client; + # 2022-03-19: retry bounds to strict: https://github.com/softwarefactory-project/matrix-client-haskell/pull/24 + matrix-client = assert super.matrix-client.version == "0.1.4.1"; doJailbreak super.matrix-client; # Release 1.0.0.0 added version bounds (was unrestricted before), # but with too strict lower bounds for our lts-18. From ce4bff5467c3b143ca8c854f45593624659ca770 Mon Sep 17 00:00:00 2001 From: Malte Brandy Date: Sat, 19 Mar 2022 23:27:49 +0100 Subject: [PATCH 163/238] haskellPackages.hinit: jailbreak --- pkgs/development/haskell-modules/configuration-common.nix | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/pkgs/development/haskell-modules/configuration-common.nix b/pkgs/development/haskell-modules/configuration-common.nix index 676529dde6ec..de953cf96150 100644 --- a/pkgs/development/haskell-modules/configuration-common.nix +++ b/pkgs/development/haskell-modules/configuration-common.nix @@ -1648,7 +1648,8 @@ self: super: { # Due to tests restricting base in 0.8.0.0 release http-media = doJailbreak super.http-media; - hinit = generateOptparseApplicativeCompletion "hi" (super.hinit.override { haskeline = self.haskeline_0_8_2; }); + # 2022-03-19: strict upper bounds https://github.com/poscat0x04/hinit/issues/2 + hinit = doJailbreak (generateOptparseApplicativeCompletion "hi" (super.hinit.override { haskeline = self.haskeline_0_8_2; })); # 2020-11-19: Jailbreaking until: https://github.com/snapframework/snap/pull/219 snap = doJailbreak super.snap; From 5833e429976c8dc95115e011748727fbf744c88e Mon Sep 17 00:00:00 2001 From: Malte Brandy Date: Sat, 19 Mar 2022 23:47:19 +0100 Subject: [PATCH 164/238] haskellPackages.snap: Update comment --- pkgs/development/haskell-modules/configuration-common.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/development/haskell-modules/configuration-common.nix b/pkgs/development/haskell-modules/configuration-common.nix index de953cf96150..e3bc79649d43 100644 --- a/pkgs/development/haskell-modules/configuration-common.nix +++ b/pkgs/development/haskell-modules/configuration-common.nix @@ -1651,7 +1651,7 @@ self: super: { # 2022-03-19: strict upper bounds https://github.com/poscat0x04/hinit/issues/2 hinit = doJailbreak (generateOptparseApplicativeCompletion "hi" (super.hinit.override { haskeline = self.haskeline_0_8_2; })); - # 2020-11-19: Jailbreaking until: https://github.com/snapframework/snap/pull/219 + # 2022-03-19: Keeping jailbreak because of tons of strict bounds: https://github.com/snapframework/snap/issues/220 snap = doJailbreak super.snap; # 2020-11-23: Jailbreaking until: https://github.com/michaelt/text-pipes/pull/29 From 4e332dd5579b29c101e7fc6cec5b30e8f42919b1 Mon Sep 17 00:00:00 2001 From: sternenseemann Date: Sat, 19 Mar 2022 23:54:32 +0100 Subject: [PATCH 165/238] haskellPackages.yi-language: disable test suite requiring hspec < 2.8 --- pkgs/development/haskell-modules/configuration-common.nix | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/pkgs/development/haskell-modules/configuration-common.nix b/pkgs/development/haskell-modules/configuration-common.nix index e3bc79649d43..40b35e0465d4 100644 --- a/pkgs/development/haskell-modules/configuration-common.nix +++ b/pkgs/development/haskell-modules/configuration-common.nix @@ -1959,13 +1959,15 @@ self: super: { # Fixes too strict version bounds on regex libraries # Presumably to be removed at the next release + # Test suite doesn't support hspec 2.8 + # https://github.com/yi-editor/yi/issues/1124 yi-language = appendPatch (pkgs.fetchpatch { url = "https://github.com/yi-editor/yi/commit/0d3bcb5ba4c237d57ce33a3dc39b63c56d890765.patch"; sha256 = "0r4mzngs0x1akqpajzx7ssa9rax977fvj5ra8d3grfbpx6z0nm01"; includes = [ "yi-language.cabal" ]; stripLen = 2; extraPrefix = ""; - }) super.yi-language; + }) (dontCheck super.yi-language); # 2022-03-16: Upstream is not bumping bounds https://github.com/ghcjs/jsaddle/issues/123 jsaddle = overrideCabal (drv: { From 2812c1a74ef312f89b519935fce595591ddfabc4 Mon Sep 17 00:00:00 2001 From: sternenseemann Date: Sat, 19 Mar 2022 23:57:58 +0100 Subject: [PATCH 166/238] haskellPackages.mmsyn5: lift too strict base constraint --- pkgs/development/haskell-modules/configuration-common.nix | 3 +++ 1 file changed, 3 insertions(+) diff --git a/pkgs/development/haskell-modules/configuration-common.nix b/pkgs/development/haskell-modules/configuration-common.nix index 40b35e0465d4..08ad743f5abe 100644 --- a/pkgs/development/haskell-modules/configuration-common.nix +++ b/pkgs/development/haskell-modules/configuration-common.nix @@ -139,6 +139,9 @@ self: super: { tree-diff = doJailbreak super.tree-diff; zinza = doJailbreak super.zinza; + # Too strict upper bound on base, no upstream issue tracker nor repository + mmsyn5 = doJailbreak super.mmsyn5; + # Tests require a Kafka broker running locally haskakafka = dontCheck super.haskakafka; From 177255c8aac086b4ea999252a2f042b94e478091 Mon Sep 17 00:00:00 2001 From: Malte Brandy Date: Sun, 20 Mar 2022 00:19:27 +0100 Subject: [PATCH 167/238] haskellPackages.descriptive: pin aeson < 2.0 --- pkgs/development/haskell-modules/configuration-common.nix | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/pkgs/development/haskell-modules/configuration-common.nix b/pkgs/development/haskell-modules/configuration-common.nix index 08ad743f5abe..e176b74c50b8 100644 --- a/pkgs/development/haskell-modules/configuration-common.nix +++ b/pkgs/development/haskell-modules/configuration-common.nix @@ -622,6 +622,10 @@ self: super: { ''; }) super.ghc-mod; + # 2022-03-16: descriptive is unmaintained since 2018 and archived on github.com + # It does not support aeson 2.0 + descriptive = super.descriptive.override { aeson = self.aeson_1_5_6_0; }; + # Build the latest git version instead of the official release. This isn't # ideal, but Chris doesn't seem to make official releases any more. structured-haskell-mode = overrideCabal (drv: { From 6b25081893536afdd18e9a134e8c9418130dc13f Mon Sep 17 00:00:00 2001 From: sternenseemann Date: Sun, 20 Mar 2022 00:39:39 +0100 Subject: [PATCH 168/238] haskellPackages.{alg,category,util}: work around Safe Haskell error Workaround taken from https://github.com/strake/util.hs/issues/1 --- .../haskell-modules/configuration-common.nix | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/pkgs/development/haskell-modules/configuration-common.nix b/pkgs/development/haskell-modules/configuration-common.nix index e176b74c50b8..f533bbd62d5c 100644 --- a/pkgs/development/haskell-modules/configuration-common.nix +++ b/pkgs/development/haskell-modules/configuration-common.nix @@ -1706,6 +1706,21 @@ self: super: { # https://github.com/yesodweb/yesod/issues/1714 yesod-core = dontCheck super.yesod-core; + # DerivingVia is not allowed in safe Haskell + # https://github.com/strake/util.hs/issues/1 + util = appendConfigureFlags [ + "--ghc-option=-fno-safe-haskell" + "--haddock-option=--optghc=-fno-safe-haskell" + ] super.util; + category = appendConfigureFlags [ + "--ghc-option=-fno-safe-haskell" + "--haddock-option=--optghc=-fno-safe-haskell" + ] super.category; + alg = appendConfigureFlags [ + "--ghc-option=-fno-safe-haskell" + "--haddock-option=--optghc=-fno-safe-haskell" + ] super.alg; + # Break out of overspecified constraint on QuickCheck. algebraic-graphs = dontCheck super.algebraic-graphs; attoparsec = doJailbreak super.attoparsec; # https://github.com/haskell/attoparsec/pull/168 From fceb5f98a1cfa768a6d2ceb75a1d0279f1453d5e Mon Sep 17 00:00:00 2001 From: Malte Brandy Date: Sun, 20 Mar 2022 00:51:45 +0100 Subject: [PATCH 169/238] haskellPackages.jwt: Disable checks --- pkgs/development/haskell-modules/configuration-common.nix | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/pkgs/development/haskell-modules/configuration-common.nix b/pkgs/development/haskell-modules/configuration-common.nix index f533bbd62d5c..3c8c331fa3fb 100644 --- a/pkgs/development/haskell-modules/configuration-common.nix +++ b/pkgs/development/haskell-modules/configuration-common.nix @@ -622,10 +622,13 @@ self: super: { ''; }) super.ghc-mod; - # 2022-03-16: descriptive is unmaintained since 2018 and archived on github.com + # 2022-03-20: descriptive is unmaintained since 2018 and archived on github.com # It does not support aeson 2.0 descriptive = super.descriptive.override { aeson = self.aeson_1_5_6_0; }; + # 2022-03-19: Testsuite is failing: https://github.com/puffnfresh/haskell-jwt/issues/2 + jwt = dontCheck super.jwt; + # Build the latest git version instead of the official release. This isn't # ideal, but Chris doesn't seem to make official releases any more. structured-haskell-mode = overrideCabal (drv: { From b83cf10783ef164f468690432a08818ddfb9c5c8 Mon Sep 17 00:00:00 2001 From: Malte Brandy Date: Sun, 20 Mar 2022 00:52:12 +0100 Subject: [PATCH 170/238] haskellPackages.monad-validate: append patch --- pkgs/development/haskell-modules/configuration-common.nix | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/pkgs/development/haskell-modules/configuration-common.nix b/pkgs/development/haskell-modules/configuration-common.nix index 3c8c331fa3fb..055dc89a3232 100644 --- a/pkgs/development/haskell-modules/configuration-common.nix +++ b/pkgs/development/haskell-modules/configuration-common.nix @@ -629,6 +629,12 @@ self: super: { # 2022-03-19: Testsuite is failing: https://github.com/puffnfresh/haskell-jwt/issues/2 jwt = dontCheck super.jwt; + # 2022-03-16: ghc 9 support has not been merged: https://github.com/hasura/monad-validate/pull/5 + monad-validate = appendPatch (pkgs.fetchpatch { + url = "https://github.com/hasura/monad-validate/commit/7ba916e23c219a8cd397e2a1801c74682b52fcf0.patch"; + sha256 = "sha256-udJ+/2VvfWA5Bm36nftH0sbPNuMkWj8rCh9cNN2f9Zw="; + }) (dontCheck super.monad-validate); + # Build the latest git version instead of the official release. This isn't # ideal, but Chris doesn't seem to make official releases any more. structured-haskell-mode = overrideCabal (drv: { From e3ab27de78c0f31e725d80811dcb7cf4c0a2c213 Mon Sep 17 00:00:00 2001 From: sternenseemann Date: Sun, 20 Mar 2022 10:30:17 +0100 Subject: [PATCH 171/238] haskellPackages.hadolint: allow deepseq 1.4.5.0 --- .../haskell-modules/configuration-common.nix | 11 +++-------- 1 file changed, 3 insertions(+), 8 deletions(-) diff --git a/pkgs/development/haskell-modules/configuration-common.nix b/pkgs/development/haskell-modules/configuration-common.nix index 055dc89a3232..c22f69885b0a 100644 --- a/pkgs/development/haskell-modules/configuration-common.nix +++ b/pkgs/development/haskell-modules/configuration-common.nix @@ -2212,14 +2212,9 @@ self: super: { # file revision on hackage was gifted CRLF line endings gogol-core = appendPatch ./patches/gogol-core-144.patch super.gogol-core; - hadolint = overrideCabal (drv: { - # Test suite depends on ordering of unordered-containers returned values - # which was upgraded in LTS 18.19 - # https://github.com/hadolint/hadolint/issues/753 - testFlags = [ - "--skip" "/Hadolint.Formatter.Sarif/Formatter: Sarif/print empty results/" - ] ++ drv.testFlags or []; - }) super.hadolint; + # Too strict bound on deepseq + # https://github.com/hadolint/hadolint/issues/800 + hadolint = doJailbreak super.hadolint; nix-tree = super.nix-tree; From 22ced213c00d26d3337815221ee5ab1e38f15bff Mon Sep 17 00:00:00 2001 From: sternenseemann Date: Sun, 20 Mar 2022 10:58:00 +0100 Subject: [PATCH 172/238] maintainers/haskell/update-stackage.sh: make solver configurable Accept either Nightly or LTS as the solver configuration variable in the script. The Stackage version is now considered a tuple of solver and version, allowing the script to handle updates and switches between solvers gracefully. Tested updating Nightly and updating from Nightly to LTS. --- .../scripts/haskell/update-stackage.sh | 21 +++++++++++++------ 1 file changed, 15 insertions(+), 6 deletions(-) diff --git a/maintainers/scripts/haskell/update-stackage.sh b/maintainers/scripts/haskell/update-stackage.sh index f3a5fed12ac0..c5f9f19c6fd0 100755 --- a/maintainers/scripts/haskell/update-stackage.sh +++ b/maintainers/scripts/haskell/update-stackage.sh @@ -3,6 +3,15 @@ set -eu -o pipefail +# Stackage solver to use, LTS or Nightly +# (should be capitalized like the display name) +SOLVER=Nightly +readonly SOLVER + +toLower() { + printf "%s" "$1" | tr '[:upper:]' '[:lower:]' +} + tmpfile=$(mktemp "update-stackage.XXXXXXX") # shellcheck disable=SC2064 @@ -11,16 +20,16 @@ stackage_config="pkgs/development/haskell-modules/configuration-hackage2nix/stac trap "rm ${tmpfile} ${tmpfile}.new" 0 touch "$tmpfile" "$tmpfile.new" # Creating files here so that trap creates no errors. -curl -L -s "https://stackage.org/nightly/cabal.config" >"$tmpfile" -old_version=$(grep "# Stackage Nightly" $stackage_config | sed -E 's/.*([0-9]{4}-[0-9]{2}-[0-9]{2}).*/\1/') -version=$(sed -rn "s/^--.*http:..(www.)?stackage.org.snapshot.nightly-//p" "$tmpfile") +curl -L -s "https://stackage.org/$(toLower "$SOLVER")/cabal.config" >"$tmpfile" +old_version=$(grep '^# Stackage' $stackage_config | sed -e 's/.\+ \([A-Za-z]\+ [0-9.-]\+\)$/\1/g') +version="$SOLVER $(sed -rn "s/^--.*http:..(www.)?stackage.org.snapshot.$(toLower "$SOLVER")-//p" "$tmpfile")" if [[ "$old_version" == "$version" ]]; then echo "No new stackage version" exit 0 # Nothing to do fi -echo "Updating Stackage Nightly from $old_version to $version." +echo "Updating Stackage from $old_version to $version." # Create a simple yaml version of the file. sed -r \ @@ -33,7 +42,7 @@ sed -r \ < "${tmpfile}" | sort --ignore-case >"${tmpfile}.new" cat > $stackage_config << EOF -# Stackage Nightly $version +# Stackage $version # This file is auto-generated by # maintainers/scripts/haskell/update-stackage.sh default-package-overrides: @@ -51,7 +60,7 @@ sed -r \ if [[ "${1:-}" == "--do-commit" ]]; then git add $stackage_config git commit -F - << EOF -haskellPackages: stackage-nightly $old_version -> $version +haskellPackages: stackage $old_version -> $version This commit has been generated by maintainers/scripts/haskell/update-stackage.sh EOF From cd0ddefb4382e26c8f8f7bd0acd2c18b2fae94c3 Mon Sep 17 00:00:00 2001 From: sternenseemann Date: Sun, 20 Mar 2022 11:05:56 +0100 Subject: [PATCH 173/238] maintainers/haskell/update-stackage.sh: make shellcheck happy * Annotate shell type * Make trap expansion safer --- maintainers/scripts/haskell/update-stackage.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/maintainers/scripts/haskell/update-stackage.sh b/maintainers/scripts/haskell/update-stackage.sh index c5f9f19c6fd0..0c41b4eec58e 100755 --- a/maintainers/scripts/haskell/update-stackage.sh +++ b/maintainers/scripts/haskell/update-stackage.sh @@ -1,5 +1,6 @@ #! /usr/bin/env nix-shell #! nix-shell -i bash -p nix curl jq nix-prefetch-github git gnused gnugrep -I nixpkgs=. +# shellcheck shell=bash set -eu -o pipefail @@ -13,11 +14,10 @@ toLower() { } tmpfile=$(mktemp "update-stackage.XXXXXXX") -# shellcheck disable=SC2064 stackage_config="pkgs/development/haskell-modules/configuration-hackage2nix/stackage.yaml" -trap "rm ${tmpfile} ${tmpfile}.new" 0 +trap 'rm "${tmpfile}" "${tmpfile}.new"' 0 touch "$tmpfile" "$tmpfile.new" # Creating files here so that trap creates no errors. curl -L -s "https://stackage.org/$(toLower "$SOLVER")/cabal.config" >"$tmpfile" From 57b1c86e746152c7ec0a9660b0eb9a4d18a486f9 Mon Sep 17 00:00:00 2001 From: sternenseemann Date: Sun, 20 Mar 2022 11:08:20 +0100 Subject: [PATCH 174/238] maintainers/haskell/update-stackage.sh: always mktemp for tmp files In theory, another program would be free to create "$tmpfile.new". --- maintainers/scripts/haskell/update-stackage.sh | 13 ++++++++----- 1 file changed, 8 insertions(+), 5 deletions(-) diff --git a/maintainers/scripts/haskell/update-stackage.sh b/maintainers/scripts/haskell/update-stackage.sh index 0c41b4eec58e..e6980333f8ec 100755 --- a/maintainers/scripts/haskell/update-stackage.sh +++ b/maintainers/scripts/haskell/update-stackage.sh @@ -7,18 +7,21 @@ set -eu -o pipefail # Stackage solver to use, LTS or Nightly # (should be capitalized like the display name) SOLVER=Nightly +TMP_TEMPLATE=update-stackage.XXXXXXX readonly SOLVER +readonly TMP_TEMPLATE toLower() { printf "%s" "$1" | tr '[:upper:]' '[:lower:]' } -tmpfile=$(mktemp "update-stackage.XXXXXXX") +tmpfile=$(mktemp "$TMP_TEMPLATE") +tmpfile_new=$(mktemp "$TMP_TEMPLATE") stackage_config="pkgs/development/haskell-modules/configuration-hackage2nix/stackage.yaml" -trap 'rm "${tmpfile}" "${tmpfile}.new"' 0 -touch "$tmpfile" "$tmpfile.new" # Creating files here so that trap creates no errors. +trap 'rm "${tmpfile}" "${tmpfile_new}"' 0 +touch "$tmpfile" "$tmpfile_new" # Creating files here so that trap creates no errors. curl -L -s "https://stackage.org/$(toLower "$SOLVER")/cabal.config" >"$tmpfile" old_version=$(grep '^# Stackage' $stackage_config | sed -e 's/.\+ \([A-Za-z]\+ [0-9.-]\+\)$/\1/g') @@ -39,7 +42,7 @@ sed -r \ -e 's|,$||' \ -e '/installed$/d' \ -e '/^$/d' \ - < "${tmpfile}" | sort --ignore-case >"${tmpfile}.new" + < "${tmpfile}" | sort --ignore-case >"${tmpfile_new}" cat > $stackage_config << EOF # Stackage $version @@ -55,7 +58,7 @@ sed -r \ -e '/ jailbreak-cabal /d' \ -e '/ language-nix /d' \ -e '/ cabal-install /d' \ - < "${tmpfile}.new" >> $stackage_config + < "${tmpfile_new}" >> $stackage_config if [[ "${1:-}" == "--do-commit" ]]; then git add $stackage_config From 9b8dfcd9bf449d0b8dd9a3e788df33340dc909c8 Mon Sep 17 00:00:00 2001 From: sternenseemann Date: Sun, 20 Mar 2022 11:11:04 +0100 Subject: [PATCH 175/238] haskellPackages: stackage Nightly 2022-03-17 -> LTS 19.0 This commit has been generated by maintainers/scripts/haskell/update-stackage.sh --- maintainers/scripts/haskell/update-stackage.sh | 2 +- .../haskell-modules/configuration-hackage2nix/stackage.yaml | 3 +-- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/maintainers/scripts/haskell/update-stackage.sh b/maintainers/scripts/haskell/update-stackage.sh index e6980333f8ec..4da9f6d28c2f 100755 --- a/maintainers/scripts/haskell/update-stackage.sh +++ b/maintainers/scripts/haskell/update-stackage.sh @@ -6,7 +6,7 @@ set -eu -o pipefail # Stackage solver to use, LTS or Nightly # (should be capitalized like the display name) -SOLVER=Nightly +SOLVER=LTS TMP_TEMPLATE=update-stackage.XXXXXXX readonly SOLVER readonly TMP_TEMPLATE diff --git a/pkgs/development/haskell-modules/configuration-hackage2nix/stackage.yaml b/pkgs/development/haskell-modules/configuration-hackage2nix/stackage.yaml index 5393c0f926de..2f4b75ef813e 100644 --- a/pkgs/development/haskell-modules/configuration-hackage2nix/stackage.yaml +++ b/pkgs/development/haskell-modules/configuration-hackage2nix/stackage.yaml @@ -1,4 +1,4 @@ -# Stackage Nightly 2022-03-17 +# Stackage LTS 19.0 # This file is auto-generated by # maintainers/scripts/haskell/update-stackage.sh default-package-overrides: @@ -2237,7 +2237,6 @@ default-package-overrides: - singletons-presburger ==0.6.1.0 - singletons-th ==3.0 - siphash ==1.0.3 - - Sit ==0.2021.1.18 - sitemap-gen ==0.1.0.0 - sized ==1.0.0.0 - skein ==1.0.9.4 From 7c53f076efe18d8c2ce33903c4d11589261173b5 Mon Sep 17 00:00:00 2001 From: sternenseemann Date: Sun, 20 Mar 2022 11:12:02 +0100 Subject: [PATCH 176/238] all-cabal-hashes: 2022-03-19T10:17:05Z -> 2022-03-20T09:57:59Z This commit has been generated by maintainers/scripts/haskell/update-hackage.sh --- pkgs/data/misc/hackage/pin.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/pkgs/data/misc/hackage/pin.json b/pkgs/data/misc/hackage/pin.json index 8a8149d7c045..c7c215d4cb76 100644 --- a/pkgs/data/misc/hackage/pin.json +++ b/pkgs/data/misc/hackage/pin.json @@ -1,6 +1,6 @@ { - "commit": "15a9ba0e8b16f59e202e78dec14454875c954075", - "url": "https://github.com/commercialhaskell/all-cabal-hashes/archive/15a9ba0e8b16f59e202e78dec14454875c954075.tar.gz", - "sha256": "0kgbqff2xvq53qrg7hmpwmx6rbmxg3h43kd46gmaagbm52mpgky0", - "msg": "Update from Hackage at 2022-03-19T10:17:05Z" + "commit": "eb55fb52b38f562d0fd1deb3899149d7f1852cff", + "url": "https://github.com/commercialhaskell/all-cabal-hashes/archive/eb55fb52b38f562d0fd1deb3899149d7f1852cff.tar.gz", + "sha256": "1gbchbqr7l8yh3mfkyqyw3r0znxm1b0si7518j07xwchglyg67z4", + "msg": "Update from Hackage at 2022-03-20T09:57:59Z" } From 71cfd5ea3efb896748960e1609bc1a75765add15 Mon Sep 17 00:00:00 2001 From: sternenseemann Date: Sun, 20 Mar 2022 11:13:15 +0100 Subject: [PATCH 177/238] haskellPackages: regenerate package set based on current config This commit has been generated by maintainers/scripts/haskell/regenerate-hackage-packages.sh --- .../haskell-modules/hackage-packages.nix | 540 ++++++++++++++---- 1 file changed, 444 insertions(+), 96 deletions(-) diff --git a/pkgs/development/haskell-modules/hackage-packages.nix b/pkgs/development/haskell-modules/hackage-packages.nix index a850a17db496..ef5f267f7c4e 100644 --- a/pkgs/development/haskell-modules/hackage-packages.nix +++ b/pkgs/development/haskell-modules/hackage-packages.nix @@ -1313,8 +1313,8 @@ self: { pname = "BNFC-meta"; version = "0.6.1"; sha256 = "0snackflcjxza4iqbd85fdsmylwr3bj71nsfrs2s2idc3nlxc7ia"; - revision = "2"; - editedCabalFile = "1xg96a83jhz5jiw16yrgm3x5k7fz7zmz6cvggnfmjvw7v7bl69ph"; + revision = "3"; + editedCabalFile = "0yimv82q98v6s78k1gcgpj072p38i8r1s5skfhjws5m2qb2ywiq6"; libraryHaskellDepends = [ alex-meta array base fail happy-meta haskell-src-meta syb template-haskell @@ -18880,28 +18880,6 @@ self: { }) {}; "Sit" = callPackage - ({ mkDerivation, array, base, containers, data-lens-light, mtl }: - mkDerivation { - pname = "Sit"; - version = "0.2021.1.18"; - sha256 = "045xbxf0jyxr6510mcfhnfbj2p0kka5l45cydlxchhwg75z8snmi"; - revision = "1"; - editedCabalFile = "0vd1j410rp27g9cbzd3b1ymv02gfmi7pcnqzgpnppi9kc0nrr6kl"; - isLibrary = true; - isExecutable = true; - enableSeparateDataOutput = true; - libraryHaskellDepends = [ - array base containers data-lens-light mtl - ]; - executableHaskellDepends = [ base ]; - testHaskellDepends = [ base ]; - description = "Prototypical type checker for Type Theory with Sized Natural Numbers"; - license = "unknown"; - hydraPlatforms = lib.platforms.none; - broken = true; - }) {}; - - "Sit_0_2022_3_18" = callPackage ({ mkDerivation, alex, array, base, containers, data-lens-light , happy, mtl }: @@ -26384,6 +26362,8 @@ self: { pname = "alex-meta"; version = "0.3.0.13"; sha256 = "0lbralcid373p25m4qhrhrjak87p8wp4as3304sj6ba6xka89q3v"; + revision = "1"; + editedCabalFile = "0jxwpyx3mmydk07014k43256cwr2znvlfig76q7za8l1jpbbpxyx"; libraryHaskellDepends = [ array base containers haskell-src-meta QuickCheck template-haskell ]; @@ -36709,18 +36689,19 @@ self: { , generic-lens, HasBigDecimal, hashable, hedgehog, hspec , hspec-discover, hw-hspec-hedgehog, lens, lens-aeson, mtl , QuickCheck, random, raw-strings-qq, scientific, semigroups - , tagged, template-haskell, text, tf-random, time, transformers - , unordered-containers, uuid, vector, zlib + , tagged, template-haskell, text, tf-random, th-lift-instances + , time, transformers, unordered-containers, uuid, vector, zlib }: mkDerivation { pname = "avro"; - version = "0.6.0.1"; - sha256 = "1kl7dp0vm2klvijszjhwj2x9m4bmw044s085fyq86cszqrsrrn6w"; + version = "0.6.0.2"; + sha256 = "1xv0l5glji6g4qxib4lga55q5c58694iv1kzjimf7zdz45gs10xp"; libraryHaskellDepends = [ aeson array base base16-bytestring bifunctors binary bytestring containers data-binary-ieee754 deepseq fail HasBigDecimal hashable mtl raw-strings-qq scientific semigroups tagged template-haskell - text tf-random time unordered-containers uuid vector zlib + text tf-random th-lift-instances time unordered-containers uuid + vector zlib ]; testHaskellDepends = [ aeson array base base16-bytestring bifunctors binary bytestring @@ -47723,6 +47704,8 @@ self: { pname = "bugzilla-redhat"; version = "1.0.0"; sha256 = "1g95j03y2sg1fwdf48a05nijqllkd0m7scn1wbfyzvb57q716hlx"; + revision = "1"; + editedCabalFile = "1rsn401pzj0vz3fqg0zsc79jmpanjp61caplnb5i0kl1c9glsxz4"; isLibrary = true; isExecutable = true; libraryHaskellDepends = [ @@ -49543,6 +49526,18 @@ self: { license = lib.licenses.agpl3Only; }) {}; + "cabal-appimage_0_3_0_4" = callPackage + ({ mkDerivation, base, Cabal, filepath }: + mkDerivation { + pname = "cabal-appimage"; + version = "0.3.0.4"; + sha256 = "1plgswf3mrkdn6fysghbmkcnjjk00afvlyb39m7h92vwxwxkv6yl"; + libraryHaskellDepends = [ base Cabal filepath ]; + description = "Cabal support for creating AppImage applications"; + license = lib.licenses.agpl3Only; + hydraPlatforms = lib.platforms.none; + }) {}; + "cabal-audit" = callPackage ({ mkDerivation, base, Cabal, directory, filepath, HTTP , optparse-applicative @@ -62826,32 +62821,32 @@ self: { "conduit-algorithms" = callPackage ({ mkDerivation, async, base, bytestring, bzlib-conduit, conduit , conduit-combinators, conduit-extra, conduit-zstd, containers - , criterion, deepseq, directory, exceptions, HUnit, lzma-conduit - , monad-control, mtl, pqueue, resourcet, stm, stm-conduit - , streaming-commons, test-framework, test-framework-hunit - , test-framework-th, transformers, unliftio-core, vector + , criterion, deepseq, directory, exceptions, fingertree, HUnit + , lzma-conduit, monad-control, mtl, QuickCheck, resourcet, stm + , stm-conduit, streaming-commons, tasty, tasty-hunit + , tasty-quickcheck, tasty-th, transformers, unliftio-core, vector }: mkDerivation { pname = "conduit-algorithms"; - version = "0.0.11.0"; - sha256 = "0c1jwz30kkvimx7lb61782yk0kyfamrf5bqc3g1h7g51lk8bbv9i"; + version = "0.0.12.0"; + sha256 = "0zq1a3f64p5rqhlhk87vvpn3m8198m9ndxshj4wdq5b3lkylh89b"; libraryHaskellDepends = [ async base bytestring bzlib-conduit conduit conduit-combinators - conduit-extra conduit-zstd containers deepseq exceptions - lzma-conduit monad-control mtl pqueue resourcet stm stm-conduit + conduit-extra conduit-zstd containers deepseq exceptions fingertree + lzma-conduit monad-control mtl resourcet stm stm-conduit streaming-commons transformers unliftio-core vector ]; testHaskellDepends = [ async base bytestring bzlib-conduit conduit conduit-combinators conduit-extra conduit-zstd containers deepseq directory exceptions - HUnit lzma-conduit monad-control mtl pqueue resourcet stm - stm-conduit streaming-commons test-framework test-framework-hunit - test-framework-th transformers unliftio-core vector + fingertree HUnit lzma-conduit monad-control mtl QuickCheck + resourcet stm stm-conduit streaming-commons tasty tasty-hunit + tasty-quickcheck tasty-th transformers unliftio-core vector ]; benchmarkHaskellDepends = [ async base bytestring bzlib-conduit conduit conduit-combinators conduit-extra conduit-zstd containers criterion deepseq exceptions - lzma-conduit monad-control mtl pqueue resourcet stm stm-conduit + fingertree lzma-conduit monad-control mtl resourcet stm stm-conduit streaming-commons transformers unliftio-core vector ]; description = "Conduit-based algorithms"; @@ -76321,10 +76316,8 @@ self: { }: mkDerivation { pname = "dhall-lsp-server"; - version = "1.1.0"; - sha256 = "1srxc0njiccl7z7yx1sx2ymr7hmljfxlghjg6qavcr90kc78hhwd"; - revision = "1"; - editedCabalFile = "0rkh3x7l851fp4k6khvclmxy98ybv24fblv7kmlpjj13lh50w10k"; + version = "1.1.1"; + sha256 = "0z4gc27fpz1pcjbajwpxgn0zhxlp9xp47lyg55p03ghfpqa2mcl6"; isLibrary = true; isExecutable = true; libraryHaskellDepends = [ @@ -78738,6 +78731,8 @@ self: { pname = "discord-haskell-voice"; version = "2.2.2"; sha256 = "0vbp8xdvb9ci49l1ifqghbv6smqx0ll902957yyxym6yj2xjfpmv"; + revision = "1"; + editedCabalFile = "0nwknpfflyz2zww1mb8ldyi1jrdam4hzk1i46pjxas4xp8ip6jdp"; isLibrary = true; isExecutable = true; libraryHaskellDepends = [ @@ -84156,10 +84151,8 @@ self: { }: mkDerivation { pname = "ede"; - version = "0.3.2.0"; - sha256 = "1y78l8b6wnl621nlfm3jwf9qskfnyd4ian1sxjsmk2jw22z1yp4d"; - revision = "2"; - editedCabalFile = "1nlyj74rhvvn8vgfwn4pzdlxjsi876fmd7pp46hndbyckwm2pika"; + version = "0.3.3.0"; + sha256 = "0hc7jq3dfrwl87rlf0yaxv44dni95a0lc5ccs6ldr6svfwx5h7qg"; isLibrary = true; isExecutable = true; enableSeparateDataOutput = true; @@ -84170,7 +84163,7 @@ self: { ]; executableHaskellDepends = [ aeson attoparsec base bytestring optparse-applicative prettyprinter - prettyprinter-ansi-terminal text + prettyprinter-ansi-terminal text unordered-containers ]; testHaskellDepends = [ aeson base bifunctors bytestring directory filepath tasty @@ -92840,6 +92833,31 @@ self: { license = lib.licenses.bsd3; }) {}; + "feed_1_3_2_1" = callPackage + ({ mkDerivation, base, base-compat, bytestring, doctest + , doctest-driver-gen, HUnit, markdown-unlit, old-locale, old-time + , safe, syb, test-framework, test-framework-hunit, text, time + , time-locale-compat, utf8-string, xml-conduit, xml-types + }: + mkDerivation { + pname = "feed"; + version = "1.3.2.1"; + sha256 = "0marh7qmggq1z5339nid3gil7k786d3yk79b0rwfkxxaxmr41xd8"; + enableSeparateDataOutput = true; + libraryHaskellDepends = [ + base base-compat bytestring old-locale old-time safe text time + time-locale-compat utf8-string xml-conduit xml-types + ]; + testHaskellDepends = [ + base base-compat doctest doctest-driver-gen HUnit old-time syb + test-framework test-framework-hunit text time xml-conduit xml-types + ]; + testToolDepends = [ doctest-driver-gen markdown-unlit ]; + description = "Interfacing with RSS (v 0.9x, 2.x, 1.0) + Atom feeds."; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + }) {}; + "feed-cli" = callPackage ({ mkDerivation, base, directory, feed, old-locale, old-time, time , xml @@ -109565,6 +109583,22 @@ self: { license = lib.licenses.mit; }) {}; + "gloss_1_13_2_2" = callPackage + ({ mkDerivation, base, bmp, bytestring, containers, ghc-prim + , gloss-rendering, GLUT, OpenGL + }: + mkDerivation { + pname = "gloss"; + version = "1.13.2.2"; + sha256 = "09yabwajjw6zsbs8p4hsmfz4a032i81d3vnia5f7rrzszbi9svdn"; + libraryHaskellDepends = [ + base bmp bytestring containers ghc-prim gloss-rendering GLUT OpenGL + ]; + description = "Painless 2D vector graphics, animations and simulations"; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; + }) {}; + "gloss-accelerate" = callPackage ({ mkDerivation, accelerate, base, gloss, gloss-rendering , linear-accelerate @@ -109592,6 +109626,18 @@ self: { license = lib.licenses.mit; }) {}; + "gloss-algorithms_1_13_0_3" = callPackage + ({ mkDerivation, base, containers, ghc-prim, gloss }: + mkDerivation { + pname = "gloss-algorithms"; + version = "1.13.0.3"; + sha256 = "083rq6p5m0im380c6x0jc3hi59hk94z1nyj08hmvmb3vcszjxra5"; + libraryHaskellDepends = [ base containers ghc-prim gloss ]; + description = "Data structures and algorithms for working with 2D graphics"; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; + }) {}; + "gloss-banana" = callPackage ({ mkDerivation, base, gloss, reactive-banana }: mkDerivation { @@ -109626,8 +109672,8 @@ self: { }: mkDerivation { pname = "gloss-examples"; - version = "1.13.0.3"; - sha256 = "0bvy9hww3i2mk3fim5spg2fd66mhxz5njil7xjrw6wbjs4ryrr92"; + version = "1.13.0.4"; + sha256 = "0jbll6dch864fba7x49iw7m5f4qhdff4wdpr8i38qwikbf7bmaf1"; isLibrary = false; isExecutable = true; executableHaskellDepends = [ @@ -109740,6 +109786,20 @@ self: { license = lib.licenses.mit; }) {}; + "gloss-rendering_1_13_1_2" = callPackage + ({ mkDerivation, base, bmp, bytestring, containers, GLUT, OpenGL }: + mkDerivation { + pname = "gloss-rendering"; + version = "1.13.1.2"; + sha256 = "0zrdqh72gswyn27x43ifhy4q8m7hvmv24b5ki3hyra5yq74njlsm"; + libraryHaskellDepends = [ + base bmp bytestring containers GLUT OpenGL + ]; + description = "Gloss picture data types and rendering functions"; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; + }) {}; + "gloss-sodium" = callPackage ({ mkDerivation, base, gloss, sodium }: mkDerivation { @@ -112936,27 +112996,27 @@ self: { "gopro-plus" = callPackage ({ mkDerivation, aeson, base, bytestring, containers, exceptions , filepath, generic-deriving, generic-random, HUnit, lens - , lens-aeson, mtl, QuickCheck, quickcheck-instances, random - , raw-strings-qq, retry, tasty, tasty-discover, tasty-hunit + , lens-aeson, monad-logger, mtl, QuickCheck, quickcheck-instances + , random, raw-strings-qq, retry, tasty, tasty-discover, tasty-hunit , tasty-quickcheck, text, time, transformers, unix, unliftio , unordered-containers, vector, wreq }: mkDerivation { pname = "gopro-plus"; - version = "0.6.3.0"; - sha256 = "0vkqx3jxbba576jbyh1ys3p20ln3wcz2n84bzq79vr6xfpgxi1wj"; + version = "0.6.4.0"; + sha256 = "0sv8gdm2h1nk7iwisd5qvipw4ly049myf3c94ipnspv4iwxhbmvr"; libraryHaskellDepends = [ aeson base bytestring containers exceptions filepath - generic-deriving generic-random lens lens-aeson mtl QuickCheck - quickcheck-instances random retry text time transformers unix - unliftio unordered-containers vector wreq + generic-deriving generic-random lens lens-aeson monad-logger mtl + QuickCheck quickcheck-instances random retry text time transformers + unix unliftio unordered-containers vector wreq ]; testHaskellDepends = [ aeson base bytestring containers exceptions filepath - generic-deriving generic-random HUnit lens lens-aeson mtl - QuickCheck quickcheck-instances random raw-strings-qq retry tasty - tasty-discover tasty-hunit tasty-quickcheck text time transformers - unix unliftio unordered-containers vector wreq + generic-deriving generic-random HUnit lens lens-aeson monad-logger + mtl QuickCheck quickcheck-instances random raw-strings-qq retry + tasty tasty-discover tasty-hunit tasty-quickcheck text time + transformers unix unliftio unordered-containers vector wreq ]; testToolDepends = [ tasty-discover ]; description = "GoPro Plus Client API"; @@ -120517,8 +120577,8 @@ self: { pname = "happy-meta"; version = "0.2.0.11"; sha256 = "1vgv5fx1fya7wfh3zwdgy0hm0lyzp171gnpp6ymfd6kqmqkl3293"; - revision = "1"; - editedCabalFile = "1dspifamwsn6lcj2mxjyrbdsfjqfb4p6m0s1c9dkiv08cfkk02p6"; + revision = "2"; + editedCabalFile = "1lrgk0gia4fagyx5n82a4wiiywvmszx05hs6029l64qmf9pzmh9z"; libraryHaskellDepends = [ array base containers fail haskell-src-meta mtl template-haskell ]; @@ -128895,6 +128955,8 @@ self: { pname = "hedn"; version = "0.3.0.4"; sha256 = "06js9mcif99k8bfyrsynlg1w5rjygydk5l0qhlrk6pa5v288a7wv"; + revision = "1"; + editedCabalFile = "13cmpyx7givc5ay43slf2ss4dqgnhb91nvyxp4201zznl5w570nh"; libraryHaskellDepends = [ base containers deepseq deriving-compat megaparsec parser-combinators prettyprinter scientific template-haskell text @@ -128915,8 +128977,8 @@ self: { pname = "hedn-functor"; version = "0.1.0.0"; sha256 = "1s90az6akimfq6jwiyicns7v34ryp8riymj0ski1sl4ljjm4r4fi"; - revision = "1"; - editedCabalFile = "08laj7hmykpq83f525agra0qw9xwwpba26fskhm70zhmiz417fqr"; + revision = "2"; + editedCabalFile = "188w6bm6l235afsidhidcc166b2rv1xmmh1d0jxrdc69z2wdxiyy"; libraryHaskellDepends = [ base containers hedn recursion-schemes text vector ]; @@ -147023,6 +147085,30 @@ self: { license = lib.licenses.bsd3; }) {}; + "hw-bits_0_7_2_2" = callPackage + ({ mkDerivation, base, bitvec, bytestring, criterion, deepseq + , doctest, doctest-discover, hedgehog, hspec, hspec-discover + , hw-hspec-hedgehog, hw-int, hw-prim, hw-string-parse, vector + }: + mkDerivation { + pname = "hw-bits"; + version = "0.7.2.2"; + sha256 = "1swzr6lz2394p454mqvvgx2fyc1gdm4p9qvv54zyjd67mnhylkq8"; + libraryHaskellDepends = [ + base bitvec bytestring deepseq hw-int hw-prim hw-string-parse + vector + ]; + testHaskellDepends = [ + base bitvec bytestring doctest doctest-discover hedgehog hspec + hw-hspec-hedgehog hw-prim vector + ]; + testToolDepends = [ doctest-discover hspec-discover ]; + benchmarkHaskellDepends = [ base criterion vector ]; + description = "Bit manipulation"; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + }) {}; + "hw-ci-assist" = callPackage ({ mkDerivation, base, hedgehog, hspec, hspec-discover, hw-hedgehog , hw-hspec-hedgehog, optparse-applicative @@ -147306,16 +147392,29 @@ self: { license = lib.licenses.bsd3; }) {}; + "hw-hedgehog_0_1_1_1" = callPackage + ({ mkDerivation, base, doctest, doctest-discover, hedgehog, vector + }: + mkDerivation { + pname = "hw-hedgehog"; + version = "0.1.1.1"; + sha256 = "0kksignrvx566vfz52q5lid9f2zh02dpvnw1gznnkhwnvbldmbi8"; + libraryHaskellDepends = [ base hedgehog vector ]; + testHaskellDepends = [ base doctest doctest-discover ]; + testToolDepends = [ doctest-discover ]; + description = "Extra hedgehog functionality"; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + }) {}; + "hw-hspec-hedgehog" = callPackage ({ mkDerivation, base, call-stack, doctest, doctest-discover , hedgehog, hspec, hspec-discover, HUnit, transformers }: mkDerivation { pname = "hw-hspec-hedgehog"; - version = "0.1.1.0"; - sha256 = "04r30hb4664yciwfl3kyx0xn6sqc6abwhavb4wxiaas8b4px9kyn"; - revision = "3"; - editedCabalFile = "0byjlgisygdak9pf9dfnpbj576mrjd7knx4kyfm12l6l5qhcw8n1"; + version = "0.1.1.1"; + sha256 = "1ilgqrx8jvgvmns99d74qz8c11ifyrccbvszfzwwhk28fhai0k7s"; libraryHaskellDepends = [ base call-stack hedgehog hspec HUnit transformers ]; @@ -148044,6 +148143,24 @@ self: { license = lib.licenses.bsd3; }) {}; + "hw-string-parse_0_0_0_5" = callPackage + ({ mkDerivation, base, bytestring, doctest, doctest-discover, hspec + , hspec-discover, QuickCheck, vector + }: + mkDerivation { + pname = "hw-string-parse"; + version = "0.0.0.5"; + sha256 = "0sg5s84pqyl93wm052ifrqv90cyc28awh4i6vcd8zbq746wdqz4k"; + libraryHaskellDepends = [ base ]; + testHaskellDepends = [ + base bytestring doctest doctest-discover hspec QuickCheck vector + ]; + testToolDepends = [ doctest-discover hspec-discover ]; + description = "String parser"; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + }) {}; + "hw-succinct" = callPackage ({ mkDerivation, attoparsec, base, bytestring, conduit, containers , hw-balancedparens, hw-bits, hw-prim, hw-rankselect @@ -166468,6 +166585,23 @@ self: { license = lib.licenses.mit; }) {}; + "lens-aeson_1_2" = callPackage + ({ mkDerivation, aeson, attoparsec, base, bytestring, lens + , scientific, text, text-short, unordered-containers, vector + }: + mkDerivation { + pname = "lens-aeson"; + version = "1.2"; + sha256 = "1hi0y3bn3xny7w2cjzxn9j5hmfg6l7kbsji5skbj32zfrqlhkkwi"; + libraryHaskellDepends = [ + aeson attoparsec base bytestring lens scientific text text-short + unordered-containers vector + ]; + description = "Law-abiding lenses for aeson"; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; + }) {}; + "lens-core" = callPackage ({ mkDerivation, base }: mkDerivation { @@ -177234,8 +177368,8 @@ self: { }: mkDerivation { pname = "matrix-client"; - version = "0.1.4.1"; - sha256 = "1jna26b6v67zsdz34sk1l6kkg3c1r31c34kbd1i8hcaznxbvwpb3"; + version = "0.1.4.2"; + sha256 = "17mp45w6fzjjm6ylpb609q84ibk0gkjizzda22235piccg9hc073"; libraryHaskellDepends = [ aeson aeson-casing base base64 bytestring containers exceptions hashable http-client http-client-tls http-types network-uri @@ -179878,6 +180012,27 @@ self: { license = lib.licenses.mit; }) {}; + "microlens-aeson_2_5_0" = callPackage + ({ mkDerivation, aeson, attoparsec, base, bytestring, hashable + , microlens, scientific, tasty, tasty-hunit, text, vector + }: + mkDerivation { + pname = "microlens-aeson"; + version = "2.5.0"; + sha256 = "0h5q0b2b4y28llhq28mb28kpdv2iifz0qkbbhmrwrz2bs6arr3d2"; + libraryHaskellDepends = [ + aeson attoparsec base bytestring hashable microlens scientific text + vector + ]; + testHaskellDepends = [ + aeson base bytestring hashable microlens tasty tasty-hunit text + vector + ]; + description = "Law-abiding lenses for Aeson, using microlens"; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; + }) {}; + "microlens-contra" = callPackage ({ mkDerivation, base, microlens }: mkDerivation { @@ -190320,8 +190475,8 @@ self: { ({ mkDerivation, base }: mkDerivation { pname = "neither-data"; - version = "0.2.3.3"; - sha256 = "1imqw4dgxdnr1gvw9ngvcw84c2cxj13b4rvrdi26mcyx8kipkjjq"; + version = "0.2.3.4"; + sha256 = "08jk7hn5mp89vxfkh9cl7rj5b9sjjwil4lic5gpgsbwpvy8rd8a8"; libraryHaskellDepends = [ base ]; description = "The Neither datatype"; license = lib.licenses.mit; @@ -193549,10 +193704,8 @@ self: { }: mkDerivation { pname = "nixfmt"; - version = "0.4.0"; - sha256 = "1ispgl8rc2scr6v8bb6sks7px856jf61x74zj2iyddrn5qamkb3n"; - revision = "1"; - editedCabalFile = "1hsj0jh6siph3afd9c2wii09sffl48rzqv653n4clpd8qy0rn48d"; + version = "0.5.0"; + sha256 = "0rxi8zrd2xr72w673nvgnhb0g3r7rssc1ahlhz8rmdpc6c1a82wl"; isLibrary = true; isExecutable = true; libraryHaskellDepends = [ @@ -198831,21 +198984,22 @@ self: { }) {}; "oplang" = callPackage - ({ mkDerivation, base, directory, filepath, optparse-applicative - , parsec, process, text, text-builder, unordered-containers + ({ mkDerivation, base, containers, directory, filepath, megaparsec + , mtl, optparse-applicative, process, text, text-builder + , transformers }: mkDerivation { pname = "oplang"; - version = "0.1.0.0"; - sha256 = "09n4nq9wl4n3vfkh9av9i0z6gipsffsb5igs0rlcydii10hjcn89"; + version = "0.2.0.0"; + sha256 = "1bacn4irdipn43gh2qq8ja6z79q21j2yrnvvvjdfdmhcvc07kkr1"; isLibrary = false; isExecutable = true; executableHaskellDepends = [ - base directory filepath optparse-applicative parsec process text - text-builder unordered-containers + base containers directory filepath megaparsec mtl + optparse-applicative process text text-builder transformers ]; description = "Compiler for OpLang, an esoteric programming language"; - license = lib.licenses.mit; + license = lib.licenses.gpl3Only; hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -206433,6 +206587,33 @@ self: { license = lib.licenses.mit; }) {}; + "persistent-mysql_2_13_1_3" = callPackage + ({ mkDerivation, aeson, base, blaze-builder, bytestring, conduit + , containers, fast-logger, hspec, http-api-data, HUnit + , monad-logger, mysql, mysql-simple, path-pieces, persistent + , persistent-qq, persistent-test, QuickCheck, quickcheck-instances + , resource-pool, resourcet, text, time, transformers, unliftio-core + }: + mkDerivation { + pname = "persistent-mysql"; + version = "2.13.1.3"; + sha256 = "0fm6agqwawwraw6l6kxm8lq40pm5pnjg093f574a7sdf648q21yc"; + libraryHaskellDepends = [ + aeson base blaze-builder bytestring conduit containers monad-logger + mysql mysql-simple persistent resource-pool resourcet text + transformers unliftio-core + ]; + testHaskellDepends = [ + aeson base bytestring conduit containers fast-logger hspec + http-api-data HUnit monad-logger mysql path-pieces persistent + persistent-qq persistent-test QuickCheck quickcheck-instances + resourcet text time transformers unliftio-core + ]; + description = "Backend for the persistent library using MySQL database server"; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; + }) {}; + "persistent-mysql-haskell" = callPackage ({ mkDerivation, aeson, base, bytestring, conduit, containers , fast-logger, hspec, HUnit, io-streams, monad-logger @@ -213810,8 +213991,8 @@ self: { pname = "postgresql-migration"; version = "0.2.1.3"; sha256 = "1qxkan5f328rv3nl31pvhz305k7b4ah98s0j1bc4hcaa5g5d3052"; - revision = "2"; - editedCabalFile = "00j04r4i837qxpnn087b6602iwzl3g04rwwrn9a0sqwh0yfn4y3k"; + revision = "3"; + editedCabalFile = "1c2qdar418pcss64jkdlwqp1lk5bckaqjk46p4ph4gs73jgbrgvc"; isLibrary = true; isExecutable = true; libraryHaskellDepends = [ @@ -214418,6 +214599,35 @@ self: { license = lib.licenses.bsd3; }) {}; + "postgresql-typed_0_6_2_1" = callPackage + ({ mkDerivation, aeson, array, attoparsec, base, binary, bytestring + , containers, convertible, criterion, cryptonite, data-default + , haskell-src-meta, HDBC, HUnit, memory, network, old-locale + , postgresql-binary, QuickCheck, scientific, template-haskell, text + , time, tls, utf8-string, uuid, x509, x509-store, x509-validation + }: + mkDerivation { + pname = "postgresql-typed"; + version = "0.6.2.1"; + sha256 = "15zrsg2zz2jgzb1v0g13c98hfrmnkcjakqpdy2zhbfr6ibivlhkx"; + libraryHaskellDepends = [ + aeson array attoparsec base binary bytestring containers cryptonite + data-default haskell-src-meta HDBC memory network old-locale + postgresql-binary scientific template-haskell text time tls + utf8-string uuid x509 x509-store x509-validation + ]; + testHaskellDepends = [ + base bytestring containers convertible HDBC HUnit network + QuickCheck time tls + ]; + benchmarkHaskellDepends = [ + base bytestring criterion network time tls + ]; + description = "PostgreSQL interface with compile-time SQL type checking, optional HDBC backend"; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + }) {}; + "postgresql-typed-lifted" = callPackage ({ mkDerivation, base, base-unicode-symbols, bytestring, exceptions , lens, monad-control, postgresql-typed, transformers-base @@ -224366,6 +224576,19 @@ self: { license = lib.licenses.asl20; }) {}; + "rawfilepath_1_0_1" = callPackage + ({ mkDerivation, base, bytestring, unix }: + mkDerivation { + pname = "rawfilepath"; + version = "1.0.1"; + sha256 = "016bdivq8b3visv56jriw39ld5yg6c75x1qy69sm7am27i9728g3"; + libraryHaskellDepends = [ base bytestring unix ]; + testHaskellDepends = [ base bytestring ]; + description = "Use RawFilePath instead of FilePath"; + license = lib.licenses.asl20; + hydraPlatforms = lib.platforms.none; + }) {}; + "rawr" = callPackage ({ mkDerivation, base, criterion, deepseq, doctest, ghc-datasize , ghc-prim, lens, tasty, tasty-hunit, template-haskell @@ -226796,6 +227019,21 @@ self: { broken = true; }) {}; + "reflex-dom-ionic" = callPackage + ({ mkDerivation, base, containers, ghcjs-dom, lens, ref-tf, reflex + , reflex-dom-core, text + }: + mkDerivation { + pname = "reflex-dom-ionic"; + version = "0.1.0.1"; + sha256 = "0ka81047gk3hnpj9rcvyq8wnw6kxiwr2hxf8fwy3lclbgpk1sard"; + libraryHaskellDepends = [ + base containers ghcjs-dom lens ref-tf reflex reflex-dom-core text + ]; + description = "Compatible highlevel Wigdets for some Ionic Input Components"; + license = lib.licenses.bsd3; + }) {}; + "reflex-dom-pandoc" = callPackage ({ mkDerivation, aeson, base, binary, bytestring, clay, constraints , containers, data-default, lens, lens-aeson, modern-uri, mtl @@ -229211,8 +229449,8 @@ self: { ({ mkDerivation, base, repa, vector }: mkDerivation { pname = "repa-algorithms"; - version = "3.4.1.4"; - sha256 = "0k5xmr46vnai095bsa0nsi7imzwnsmll2y4hqbsajlizcr6ilwmq"; + version = "3.4.1.5"; + sha256 = "0j6vbmwkjx8k0s754pccsmrdw5bkydxwbrli8lhlvxjcrrmbc26l"; libraryHaskellDepends = [ base repa vector ]; description = "Algorithms using the Repa array library"; license = lib.licenses.bsd3; @@ -229372,6 +229610,22 @@ self: { license = lib.licenses.bsd3; }) {}; + "repa-io_3_4_1_2" = callPackage + ({ mkDerivation, base, binary, bmp, bytestring, old-time, repa + , vector + }: + mkDerivation { + pname = "repa-io"; + version = "3.4.1.2"; + sha256 = "0y4b8mfzlbf38f8mqnzq4vyvq8vw2vri8w0sb7dpr4bk0sd7gsmj"; + libraryHaskellDepends = [ + base binary bmp bytestring old-time repa vector + ]; + description = "Read and write Repa arrays in various formats"; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + }) {}; + "repa-linear-algebra" = callPackage ({ mkDerivation, base, hmatrix, repa, vector }: mkDerivation { @@ -234653,6 +234907,31 @@ self: { license = lib.licenses.mit; }) {}; + "safe-json_1_1_3_1" = callPackage + ({ mkDerivation, aeson, base, bytestring, containers, dlist + , generic-arbitrary, hashable, quickcheck-instances, scientific + , tasty, tasty-hunit, tasty-quickcheck, temporary, text, time + , unordered-containers, uuid, uuid-types, vector + }: + mkDerivation { + pname = "safe-json"; + version = "1.1.3.1"; + sha256 = "1rwjlyw0ps29ks2lzji0pi0mz86ma5x0zyhpc1xg740s5592rjf9"; + libraryHaskellDepends = [ + aeson base bytestring containers dlist hashable scientific tasty + tasty-hunit tasty-quickcheck text time unordered-containers + uuid-types vector + ]; + testHaskellDepends = [ + aeson base bytestring containers dlist generic-arbitrary hashable + quickcheck-instances scientific tasty tasty-hunit tasty-quickcheck + temporary text time unordered-containers uuid uuid-types vector + ]; + description = "Automatic JSON format versioning"; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; + }) {}; + "safe-lazy-io" = callPackage ({ mkDerivation, base, extensible-exceptions, parallel, strict-io }: @@ -242543,8 +242822,8 @@ self: { }: mkDerivation { pname = "servant-typescript"; - version = "0.1.0.1"; - sha256 = "13yld5kzmpqllsp0yj90schn0r4xz6r7qls2hcv2m1v1jaqvp2a5"; + version = "0.1.0.2"; + sha256 = "03nf4gqiy7jpdaxmddv859im0czpjrdss72cgjhkd96vqf4g4kam"; isLibrary = true; isExecutable = true; libraryHaskellDepends = [ @@ -251055,6 +251334,8 @@ self: { pname = "soap"; version = "0.2.3.6"; sha256 = "0xmiabnx814rwdwrcipv0kja6ljgwqr4x58sa8s07nrs3ph8xz6d"; + revision = "1"; + editedCabalFile = "071095r9jxxw58pp7igabgdh73z373vqww3a2136xgmamvlnryjh"; libraryHaskellDepends = [ base bytestring conduit configurator data-default exceptions http-client http-types iconv mtl resourcet text @@ -251076,8 +251357,8 @@ self: { pname = "soap-openssl"; version = "0.1.0.2"; sha256 = "03w389yhybzvc06gpxigibqga9mr7m41rkg1ki3n686j9xzm8210"; - revision = "2"; - editedCabalFile = "0zhl8x57y35ymhpznrsn2yrgc3bigjn5mabwl4nvprpznb2x44vn"; + revision = "3"; + editedCabalFile = "1nz8h4p94pn2kv65jbdybn9nf5djm9kycbpigk5gbh0ar52zgl4k"; libraryHaskellDepends = [ base configurator data-default HsOpenSSL http-client http-client-openssl soap text @@ -251095,8 +251376,8 @@ self: { pname = "soap-tls"; version = "0.1.1.4"; sha256 = "051shlb128lsacd2cjm4kpyqkmzdcwcj7ppl7l4n1k5j9g6k72yf"; - revision = "1"; - editedCabalFile = "11djy824gaw3cbsvphq263hxjrn1b3v5p1kdivsvlyn7q9bgvms9"; + revision = "2"; + editedCabalFile = "06a65jphfn1nxcnm4r6gf12afxhd7cs6ax8kq22w4pai98jk3jwn"; libraryHaskellDepends = [ base configurator connection data-default http-client http-client-tls soap text tls x509 x509-store x509-validation @@ -268560,6 +268841,20 @@ self: { license = lib.licenses.mpl20; }) {}; + "text-manipulate_0_3_1_0" = callPackage + ({ mkDerivation, base, criterion, tasty, tasty-hunit, text }: + mkDerivation { + pname = "text-manipulate"; + version = "0.3.1.0"; + sha256 = "1g06ldl6cdnyr31xlks5qm1sj44ccrdvq4bf8dk032mzfkpyyrws"; + libraryHaskellDepends = [ base text ]; + testHaskellDepends = [ base tasty tasty-hunit text ]; + benchmarkHaskellDepends = [ base criterion text ]; + description = "Case conversion, word boundary manipulation, and textual subjugation"; + license = lib.licenses.mpl20; + hydraPlatforms = lib.platforms.none; + }) {}; + "text-markup" = callPackage ({ mkDerivation, base, containers, QuickCheck, quickcheck-text , tasty, tasty-quickcheck, text @@ -286917,6 +287212,40 @@ self: { license = lib.licenses.mit; }) {}; + "wai-app-static_3_1_7_4" = callPackage + ({ mkDerivation, base, blaze-html, blaze-markup, bytestring + , containers, cryptonite, directory, file-embed, filepath, hspec + , http-date, http-types, memory, mime-types, mockery, network + , old-locale, optparse-applicative, template-haskell, temporary + , text, time, transformers, unix-compat, unordered-containers, wai + , wai-extra, warp, zlib + }: + mkDerivation { + pname = "wai-app-static"; + version = "3.1.7.4"; + sha256 = "1h8zy3dprqjxvlqxrids65yg5qf1h4f63ddspwxrbp0r9d28hwb4"; + isLibrary = true; + isExecutable = true; + libraryHaskellDepends = [ + base blaze-html blaze-markup bytestring containers cryptonite + directory file-embed filepath http-date http-types memory + mime-types old-locale optparse-applicative template-haskell text + time transformers unix-compat unordered-containers wai wai-extra + warp zlib + ]; + executableHaskellDepends = [ + base bytestring containers directory mime-types text + ]; + testHaskellDepends = [ + base bytestring filepath hspec http-date http-types mime-types + mockery network old-locale temporary text time transformers + unix-compat wai wai-extra zlib + ]; + description = "WAI application for static serving"; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; + }) {}; + "wai-cli" = callPackage ({ mkDerivation, ansi-terminal, base, http-types, iproute , monads-tf, network, options, stm, streaming-commons, transformers @@ -302037,6 +302366,25 @@ self: { license = lib.licenses.bsd3; }) {}; + "ztail_1_2_0_3" = callPackage + ({ mkDerivation, array, base, bytestring, filepath, hinotify + , process, regex-posix, time, unix, unordered-containers + }: + mkDerivation { + pname = "ztail"; + version = "1.2.0.3"; + sha256 = "0chxsaivxfxphcwzkwyzc7px6lrf5vkr4d7rbd909j4n96293hha"; + isLibrary = false; + isExecutable = true; + executableHaskellDepends = [ + array base bytestring filepath hinotify process regex-posix time + unix unordered-containers + ]; + description = "Multi-file, colored, filtered log tailer"; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + }) {}; + "ztar" = callPackage ({ mkDerivation, base, bytestring, deepseq, directory, filepath , path, path-io, process, QuickCheck, quickcheck-instances, tasty From 8656de8646c61a12223109e3d30ae6f322b3f85f Mon Sep 17 00:00:00 2001 From: sternenseemann Date: Sun, 20 Mar 2022 11:57:17 +0100 Subject: [PATCH 178/238] haskell.packages.ghc922.llvm-hs-pure: fix build with bytestring 0.11 --- .../haskell-modules/configuration-common.nix | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/pkgs/development/haskell-modules/configuration-common.nix b/pkgs/development/haskell-modules/configuration-common.nix index c22f69885b0a..996590e0749e 100644 --- a/pkgs/development/haskell-modules/configuration-common.nix +++ b/pkgs/development/haskell-modules/configuration-common.nix @@ -2016,6 +2016,18 @@ self: super: { doCheck = pkgs.stdenv.targetPlatform.system == "x86_64-linux"; } super.llvm-hs; + # Fix build with bytestring >= 0.11 (GHC 9.2) + # https://github.com/llvm-hs/llvm-hs/pull/389 + llvm-hs-pure = appendPatches [ + (pkgs.fetchpatch { + name = "llvm-hs-pure-bytestring-0.11.patch"; + url = "https://github.com/llvm-hs/llvm-hs/commit/fe8fd556e8d2cc028f61d4d7b4b6bf18c456d090.patch"; + sha256 = "0gjgcvy3jx15nhq4jgarn8ff2nk1dc0k7w64knhhr17isw91gikp"; + stripLen = 1; + excludes = [ "**/Triple.hs" ]; # doesn't exist in 9.0.0 + }) + ] super.llvm-hs-pure; + # * Fix build failure by picking patch from 8.5, we need # this version of sbv for petrinizer # * Pin version of crackNum that still exposes its library From 48b01ad75f2d59f176ea3665fd6757184c56c3ab Mon Sep 17 00:00:00 2001 From: sternenseemann Date: Sun, 20 Mar 2022 13:29:29 +0100 Subject: [PATCH 179/238] matterhorn: build with aeson 1.5.6.0 --- pkgs/development/haskell-modules/configuration-common.nix | 3 +++ 1 file changed, 3 insertions(+) diff --git a/pkgs/development/haskell-modules/configuration-common.nix b/pkgs/development/haskell-modules/configuration-common.nix index c22f69885b0a..a1b44d57f5fd 100644 --- a/pkgs/development/haskell-modules/configuration-common.nix +++ b/pkgs/development/haskell-modules/configuration-common.nix @@ -339,6 +339,9 @@ self: super: { # https://github.com/matterhorn-chat/matterhorn/issues/679 they do not want to be on stackage matterhorn = doJailbreak (super.matterhorn.overrideScope (self: super: { brick = self.brick_0_64_2; + # Doesn't support aeson 2.0 + # https://github.com/matterhorn-chat/matterhorn/issues/759 + aeson = self.aeson_1_5_6_0; })); memcache = dontCheck super.memcache; metrics = dontCheck super.metrics; From d2fe726d1c5621870b74215995691673e7a13814 Mon Sep 17 00:00:00 2001 From: Malte Brandy Date: Sun, 20 Mar 2022 15:47:32 +0100 Subject: [PATCH 180/238] haskellPackages.matrix-client: drop jailbreak --- pkgs/development/haskell-modules/configuration-common.nix | 3 --- 1 file changed, 3 deletions(-) diff --git a/pkgs/development/haskell-modules/configuration-common.nix b/pkgs/development/haskell-modules/configuration-common.nix index a1b44d57f5fd..d805343e7471 100644 --- a/pkgs/development/haskell-modules/configuration-common.nix +++ b/pkgs/development/haskell-modules/configuration-common.nix @@ -2160,9 +2160,6 @@ self: super: { # https://github.com/dagit/zenc/issues/5 zenc = doJailbreak super.zenc; - # 2022-03-19: retry bounds to strict: https://github.com/softwarefactory-project/matrix-client-haskell/pull/24 - matrix-client = assert super.matrix-client.version == "0.1.4.1"; doJailbreak super.matrix-client; - # Release 1.0.0.0 added version bounds (was unrestricted before), # but with too strict lower bounds for our lts-18. # Disable aeson for now, future release should support it From 80f8dc823b8e285716e50f00a0d904468e76c035 Mon Sep 17 00:00:00 2001 From: Malte Brandy Date: Sun, 20 Mar 2022 16:42:11 +0100 Subject: [PATCH 181/238] haskellPackages.neuron: pin clay version --- .../haskell-modules/configuration-common.nix | 9 +++++++-- .../configuration-hackage2nix/main.yaml | 1 + .../haskell-modules/hackage-packages.nix | 14 ++++++++++++++ 3 files changed, 22 insertions(+), 2 deletions(-) diff --git a/pkgs/development/haskell-modules/configuration-common.nix b/pkgs/development/haskell-modules/configuration-common.nix index d805343e7471..e76cd13a9a94 100644 --- a/pkgs/development/haskell-modules/configuration-common.nix +++ b/pkgs/development/haskell-modules/configuration-common.nix @@ -1644,14 +1644,19 @@ self: super: { # 2022-03-16 upstream is not updating bounds: https://github.com/srid/rib/issues/169 rib-core = doJailbreak (super.rib-core.override { relude = doJailbreak super.relude_0_7_0_0; }); - neuron = overrideCabal { + neuron = assert super.neuron.version == "1.0.0.0"; overrideCabal { # neuron is soon to be deprecated # Fixing another ghc 9.0 bug here postPatch = '' sed -i 's/asks routeConfigRouteLink/asks (\\x -> routeConfigRouteLink x)/' src/lib/Neuron/Web/Route.hs ''; } - (doJailbreak (super.neuron.override { relude = doJailbreak super.relude_0_7_0_0; })); + (doJailbreak (super.neuron.override { + clay = dontCheck self.clay_0_13_3; + relude = doJailbreak self.relude_0_7_0_0; + })); + + reflex-dom-pandoc = super.reflex-dom-pandoc.override { clay = dontCheck self.clay_0_13_3; }; # 2022-03-16: Pull request for ghc 9 compat: https://github.com/reflex-frp/reflex/pull/467 reflex = appendPatch (pkgs.fetchpatch { diff --git a/pkgs/development/haskell-modules/configuration-hackage2nix/main.yaml b/pkgs/development/haskell-modules/configuration-hackage2nix/main.yaml index f449454b87c2..e30d9fe4dd9e 100644 --- a/pkgs/development/haskell-modules/configuration-hackage2nix/main.yaml +++ b/pkgs/development/haskell-modules/configuration-hackage2nix/main.yaml @@ -128,6 +128,7 @@ extra-packages: - attoparsec == 0.13.* # 2022-02-23: Needed to compile elm for now - relude == 0.7.0.0 # 2022-02-25: Needed for ema 0.6 - SVGFonts < 1.8 # 2022-03-19: Needed for Chart-diagrams 1.9.3 + - clay < 0.14 # 2022-03-20: Needed for neuron 1.0.0.0 package-maintainers: abbradar: diff --git a/pkgs/development/haskell-modules/hackage-packages.nix b/pkgs/development/haskell-modules/hackage-packages.nix index ef5f267f7c4e..72eb29e1cf2d 100644 --- a/pkgs/development/haskell-modules/hackage-packages.nix +++ b/pkgs/development/haskell-modules/hackage-packages.nix @@ -57152,6 +57152,20 @@ self: { broken = true; }) {}; + "clay_0_13_3" = callPackage + ({ mkDerivation, base, hspec, hspec-discover, mtl, text }: + mkDerivation { + pname = "clay"; + version = "0.13.3"; + sha256 = "192lsbyj6azjs2ygpx4i47fyr8zfmvwcas8mia07ndqglk2c9csx"; + libraryHaskellDepends = [ base mtl text ]; + testHaskellDepends = [ base hspec hspec-discover mtl text ]; + testToolDepends = [ hspec-discover ]; + description = "CSS preprocessor as embedded Haskell"; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + }) {}; + "clay" = callPackage ({ mkDerivation, base, hspec, hspec-discover, mtl, text }: mkDerivation { From 4cf31659f419632f2b7ffc086076c594c52ab1bc Mon Sep 17 00:00:00 2001 From: Malte Brandy Date: Sun, 20 Mar 2022 16:45:16 +0100 Subject: [PATCH 182/238] haskellPackages.ghcup: drop maintainership --- .../haskell-modules/configuration-hackage2nix/main.yaml | 1 - pkgs/development/haskell-modules/hackage-packages.nix | 1 - 2 files changed, 2 deletions(-) diff --git a/pkgs/development/haskell-modules/configuration-hackage2nix/main.yaml b/pkgs/development/haskell-modules/configuration-hackage2nix/main.yaml index e30d9fe4dd9e..bf90e5b73064 100644 --- a/pkgs/development/haskell-modules/configuration-hackage2nix/main.yaml +++ b/pkgs/development/haskell-modules/configuration-hackage2nix/main.yaml @@ -249,7 +249,6 @@ package-maintainers: - cabal-fmt - ema - generic-optics - - ghcup - ghcid - ghcide - haskell-language-server diff --git a/pkgs/development/haskell-modules/hackage-packages.nix b/pkgs/development/haskell-modules/hackage-packages.nix index 72eb29e1cf2d..dd498c728591 100644 --- a/pkgs/development/haskell-modules/hackage-packages.nix +++ b/pkgs/development/haskell-modules/hackage-packages.nix @@ -106233,7 +106233,6 @@ self: { testToolDepends = [ hspec-discover ]; description = "ghc toolchain installer"; license = lib.licenses.lgpl3Only; - maintainers = with lib.maintainers; [ maralorn ]; }) {}; "ghczdecode" = callPackage From 16f3fbbd6f332daeb36c1c3fa75587ff6d6faf5a Mon Sep 17 00:00:00 2001 From: Malte Brandy Date: Sun, 20 Mar 2022 16:45:32 +0100 Subject: [PATCH 183/238] haskellPackages.clay: drop jailbreak --- pkgs/development/haskell-modules/configuration-common.nix | 3 --- 1 file changed, 3 deletions(-) diff --git a/pkgs/development/haskell-modules/configuration-common.nix b/pkgs/development/haskell-modules/configuration-common.nix index e76cd13a9a94..23d0d3b4efb9 100644 --- a/pkgs/development/haskell-modules/configuration-common.nix +++ b/pkgs/development/haskell-modules/configuration-common.nix @@ -2454,9 +2454,6 @@ self: super: { # 2022-03-16: Upstream stopped updating bounds https://github.com/haskell-hvr/base-noprelude/pull/15 base-noprelude = doJailbreak super.base-noprelude; - # 2022-03-16: Test bounds need to be loosened https://github.com/sebastiaanvisser/clay/issues/229 - clay = doJailbreak super.clay; - # 2022-03-16: Bounds need to be loosened https://github.com/obsidiansystems/dependent-sum-aeson-orphans/issues/10 dependent-sum-aeson-orphans = doJailbreak super.dependent-sum-aeson-orphans; From 702fa7b52ea36cdeadcea29b3fdcd6ffc397b43d Mon Sep 17 00:00:00 2001 From: Ellie Hermaszewska Date: Mon, 21 Mar 2022 00:05:21 +0800 Subject: [PATCH 184/238] haskellPackages.update-nix-fetchgit: Patch to make compatible with github-rest version in package set --- .../development/haskell-modules/configuration-common.nix | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/pkgs/development/haskell-modules/configuration-common.nix b/pkgs/development/haskell-modules/configuration-common.nix index 23d0d3b4efb9..798d1720eb85 100644 --- a/pkgs/development/haskell-modules/configuration-common.nix +++ b/pkgs/development/haskell-modules/configuration-common.nix @@ -1552,7 +1552,14 @@ self: super: { pkgs.lib.makeBinPath deps }" ''; - }) (addTestToolDepends deps super.update-nix-fetchgit)); + }) (addTestToolDepends deps ( + appendPatch (pkgs.fetchpatch { + url = "https://github.com/expipiplus1/update-nix-fetchgit/commit/2a4229b04aaeec025f1400a39f4e6390af760b54.patch"; + sha256 = "sha256-G3abFWykpvtsh8l3GZhkNUpBo7zRb9Ve4d6mjizysIo="; + includes = [ "src/Update/Nix/FetchGit/Prefetch.hs" ]; + }) + super.update-nix-fetchgit))); + # Our quickcheck-instances is too old for the newer binary-instances, but # quickcheck-instances is only used in the tests of binary-instances. From b34575a0b56dfa147e754d7de8fa56ac2554313f Mon Sep 17 00:00:00 2001 From: Ellie Hermaszewska Date: Mon, 21 Mar 2022 00:07:01 +0800 Subject: [PATCH 185/238] haskellPackages.update-nix-fetchgit: Document when to remove our patch --- pkgs/development/haskell-modules/configuration-common.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/pkgs/development/haskell-modules/configuration-common.nix b/pkgs/development/haskell-modules/configuration-common.nix index 798d1720eb85..8f32f014d4e1 100644 --- a/pkgs/development/haskell-modules/configuration-common.nix +++ b/pkgs/development/haskell-modules/configuration-common.nix @@ -1543,6 +1543,7 @@ self: super: { # - Deps are required during the build for testing and also during execution, # so add them to build input and also wrap the resulting binary so they're in # PATH. + # - Patch can be removed on next package set bump update-nix-fetchgit = let deps = [ pkgs.git pkgs.nix pkgs.nix-prefetch-git ]; in generateOptparseApplicativeCompletion "update-nix-fetchgit" (overrideCabal (drv: { From 267cf195d74304c1c52589f6b0977c6511bf4c58 Mon Sep 17 00:00:00 2001 From: Janus Troelsen Date: Sun, 20 Mar 2022 15:41:26 +0000 Subject: [PATCH 186/238] Assert versions that have 9.2 compatible versions on Hackage --- .../configuration-ghc-9.2.x.nix | 42 +++++-------------- 1 file changed, 11 insertions(+), 31 deletions(-) diff --git a/pkgs/development/haskell-modules/configuration-ghc-9.2.x.nix b/pkgs/development/haskell-modules/configuration-ghc-9.2.x.nix index f18deebc4b55..1633f01b875b 100644 --- a/pkgs/development/haskell-modules/configuration-ghc-9.2.x.nix +++ b/pkgs/development/haskell-modules/configuration-ghc-9.2.x.nix @@ -45,7 +45,8 @@ self: super: { # Tests fail because of typechecking changes conduit = dontCheck super.conduit; - cryptonite = appendPatch (pkgs.fetchpatch { + # 0.30 introduced support for GHC 9.2.x, so when this assert fails, the whole block can be removed + cryptonite = assert super.cryptonite.version == "0.29"; appendPatch (pkgs.fetchpatch { url = "https://gitlab.haskell.org/ghc/head.hackage/-/raw/dfd024c9a336c752288ec35879017a43bd7e85a0/patches/cryptonite-0.29.patch"; sha256 = "1g48lrmqgd88hqvfq3klz7lsrpwrir2v1931myrhh6dy0d9pqj09"; }) super.cryptonite; @@ -64,9 +65,8 @@ self: super: { # Jailbreaks & Version Updates - # This `doJailbreak` can be removed once the following PR is released to Hackage: - # https://github.com/thsutton/aeson-diff/pull/58 - aeson-diff = doJailbreak super.aeson-diff; + # This `doJailbreak` can be removed once we have doctest v0.20 + aeson-diff = assert super.doctest.version == "0.18.2"; doJailbreak super.aeson-diff; assoc = doJailbreak super.assoc; async = doJailbreak super.async; @@ -77,8 +77,6 @@ self: super: { ChasingBottoms = doJailbreak super.ChasingBottoms; constraints = doJailbreak super.constraints; cpphs = overrideCabal (drv: { postPatch = "sed -i -e 's,time >=1.5 && <1.11,time >=1.5 \\&\\& <1.12,' cpphs.cabal";}) super.cpphs; - cryptohash-md5 = doJailbreak super.cryptohash-md5; - cryptohash-sha1 = doJailbreak super.cryptohash-sha1; data-fix = doJailbreak super.data-fix; dec = doJailbreak super.dec; ed25519 = doJailbreak super.ed25519; @@ -103,7 +101,8 @@ self: super: { hackage-security = doJailbreak super.hackage-security; hashable = super.hashable_1_4_0_2; hashable-time = doJailbreak super.hashable-time; - hedgehog = doJailbreak super.hedgehog; + # 1.1.1 introduced support for GHC 9.2.x, so when this assert fails, the jailbreak can be removed + hedgehog = assert super.hedgehog.version == "1.0.5"; doJailbreak super.hedgehog; HTTP = overrideCabal (drv: { postPatch = "sed -i -e 's,! Socket,!Socket,' Network/TCP.hs"; }) (doJailbreak super.HTTP); integer-logarithms = overrideCabal (drv: { postPatch = "sed -i -e 's, <1.1, <1.3,' integer-logarithms.cabal"; }) (doJailbreak super.integer-logarithms); indexed-traversable = doJailbreak super.indexed-traversable; @@ -127,7 +126,6 @@ self: super: { resolv = doJailbreak super.resolv; retrie = doDistribute (dontCheck self.retrie_1_2_0_1); singleton-bool = doJailbreak super.singleton-bool; - scientific = doJailbreak super.scientific; servant = doJailbreak super.servant; servant-auth = doJailbreak super.servant-auth; servant-server = appendPatches [ @@ -141,22 +139,15 @@ self: super: { servant-swagger = doJailbreak super.servant-swagger; servant-auth-swagger = doJailbreak super.servant-auth-swagger; shelly = doJailbreak super.shelly; - split = doJailbreak super.split; splitmix = doJailbreak super.splitmix; - tar = doJailbreak super.tar; - tasty-hedgehog = doJailbreak super.tasty-hedgehog; tasty-hspec = doJailbreak super.tasty-hspec; th-desugar = self.th-desugar_1_13; - these = doJailbreak super.these; time-compat = doJailbreak super.time-compat; tomland = doJailbreak super.tomland; type-equality = doJailbreak super.type-equality; unordered-containers = doJailbreak super.unordered-containers; - vector = doJailbreak (dontCheck super.vector); + vector = dontCheck super.vector; vector-binary-instances = doJailbreak super.vector-binary-instances; - # Upper bound on `hashable` is too restrictive - witherable = doJailbreak super.witherable; - zlib = doJailbreak super.zlib; hpack = overrideCabal (drv: { # Cabal 3.6 seems to preserve comments when reading, which makes this test fail @@ -191,8 +182,8 @@ self: super: { # Tests depend on `parseTime` which is no longer available hourglass = dontCheck super.hourglass; - # 0.16.0 introduced support for GHC 9.0.x, stackage has 0.15.0 - memory = appendPatch (pkgs.fetchpatch { + # 0.17.0 introduced support for GHC 9.2.x, so when this assert fails, the whole block can be removed + memory = assert super.memory.version == "0.16.0"; appendPatch (pkgs.fetchpatch { url = "https://gitlab.haskell.org/ghc/head.hackage/-/raw/dfd024c9a336c752288ec35879017a43bd7e85a0/patches/memory-0.16.0.patch"; sha256 = "1kjganx729a6xfgfnrb3z7q6mvnidl042zrsd9n5n5a3i76nl5nl"; }) (overrideCabal { @@ -200,17 +191,6 @@ self: super: { revision = null; } super.memory); - # GHC 9.0.x doesn't like `import Spec (main)` in Main.hs - # https://github.com/snoyberg/mono-traversable/issues/192 - mono-traversable = dontCheck super.mono-traversable; - - # Disable tests pending resolution of - # https://github.com/Soostone/retry/issues/71 - retry = dontCheck super.retry; - - # Upper bound on `hashable` is too restrictive - semigroupoids = overrideCabal (drv: { postPatch = "sed -i -e 's,hashable >= 1.2.7.0 && < 1.4,hashable >= 1.2.7.0 \\&\\& < 1.5,' semigroupoids.cabal";}) super.semigroupoids; - # Use hlint from git for GHC 9.2.1 support hlint = doDistribute ( overrideSrc { @@ -233,8 +213,8 @@ self: super: { some = doJailbreak super.some; fourmolu = super.fourmolu_0_5_0_1; implicit-hie-cradle = doJailbreak super.implicit-hie-cradle; - lucid = doJailbreak super.lucid; - hashtables = doJailbreak super.hashtables; + # 1.3 introduced support for GHC 9.2.x, so when this assert fails, the jailbreak can be removed + hashtables = assert super.hashtables.version == "1.2.4.2"; doJailbreak super.hashtables; hiedb = doJailbreak super.hiedb; # 2022-02-05: The following plugins don‘t work yet on ghc9.2. From 1cbdce18e13baec367f7ef5d09a76011bab8a41d Mon Sep 17 00:00:00 2001 From: sternenseemann Date: Mon, 21 Mar 2022 09:38:59 +0100 Subject: [PATCH 187/238] haskellPackages.large-hashable: 0.1.0.4 -> unstable-2021-11-01 master has accumulated not a lot, but significant changes, requiring to apply a lot of intermediate patches to make newer fixes apply. Since nothing in the package set depends on large-hashable and the changes since 0.1.0.4 are (mostly?) internal, I didn't bother with backporting the patch for aeson 2.0 to apply on top of the hackage tarball. --- .../haskell-modules/configuration-common.nix | 53 ++++++++++--------- 1 file changed, 29 insertions(+), 24 deletions(-) diff --git a/pkgs/development/haskell-modules/configuration-common.nix b/pkgs/development/haskell-modules/configuration-common.nix index 4710c73033d1..360d75f5e8c3 100644 --- a/pkgs/development/haskell-modules/configuration-common.nix +++ b/pkgs/development/haskell-modules/configuration-common.nix @@ -2085,32 +2085,37 @@ self: super: { }; } self.haskell-ci; - # 2021-05-09: compilation requires patches from master, - # remove at next release (current is 0.1.0.4). - large-hashable = overrideCabal (drv: { - # fix line endings which are an issue all of a sudden for an unknown reason - prePatch = '' - find . -type f -print0 | xargs -0 ${pkgs.buildPackages.dos2unix}/bin/dos2unix - '' + (drv.prePatch or ""); - # allow newer template haskell - jailbreak = true; - patches = [ - # Fix compilation of TH code for GHC >= 8.8 + large-hashable = pkgs.lib.pipe super.large-hashable [ + # 2022-03-21: use version from git which includes support for GHC 9.0.1 + (assert super.large-hashable.version == "0.1.0.4"; overrideSrc { + version = "unstable-2021-11-01"; + src = pkgs.fetchFromGitHub { + owner = "factisresearch"; + repo = "large-hashable"; + rev = "b4e6b3d23c2b1af965ffcc055f5405ff673e66cf"; + sha256 = "1bgf37qfzdyjhpgnj9aipwzpa06nc7b1g4f64xsmknyds7ffhixz"; + }; + }) + # Provide newly added dependencies + (overrideCabal (drv: { + libraryHaskellDepends = drv.libraryHaskellDepends or [] ++ [ + self.cryptonite + self.memory + ]; + testHaskellDepends = drv.testHaskellDepends or [] ++ [ + self.inspection-testing + ]; + })) + # 2022-03-21: patch for aeson 2.0 + # https://github.com/factisresearch/large-hashable/pull/22 + (appendPatches [ (pkgs.fetchpatch { - url = "https://github.com/factisresearch/large-hashable/commit/ee7afe4bd181cf15a324c7f4823f7a348e4a0e6b.patch"; - sha256 = "1ha77v0bc6prxacxhpdfgcsgw8348gvhl9y81smigifgjbinphxv"; - excludes = [ - ".travis.yml" - "stack**" - ]; + name = "large-hashable-aeson-2.0.patch"; + url = "https://github.com/factisresearch/large-hashable/commit/7094ef0ba55b4848cb57bae73d119acfb496a4c9.patch"; + sha256 = "0ckiii0s697h817z65jwlmjzqw2ckpm815wqcnxjigf6v9kxps8j"; }) - # Fix cpp invocation - (pkgs.fetchpatch { - url = "https://github.com/factisresearch/large-hashable/commit/7b7c2ed6ac6e096478e8ee00160fa9d220df853a.patch"; - sha256 = "1sf9h3k8jbbgfshzrclaawlwx7k2frb09z2a64f93jhvk6ci6vgx"; - }) - ]; - }) super.large-hashable; + ]) + ]; # BSON defaults to requiring network instead of network-bsd which is # required nowadays: https://github.com/mongodb-haskell/bson/issues/26 From 96cdae6026120cdcd82f28aa8ad18474fe7043ec Mon Sep 17 00:00:00 2001 From: Robert Hensing Date: Mon, 21 Mar 2022 21:36:26 +0100 Subject: [PATCH 188/238] haskellPackages.pipes-aeson: Patch for aeson-2 --- .../haskell-modules/configuration-common.nix | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/pkgs/development/haskell-modules/configuration-common.nix b/pkgs/development/haskell-modules/configuration-common.nix index 360d75f5e8c3..435efe74f04c 100644 --- a/pkgs/development/haskell-modules/configuration-common.nix +++ b/pkgs/development/haskell-modules/configuration-common.nix @@ -1716,6 +1716,23 @@ self: super: { (generateOptparseApplicativeCompletion "hci") ]; + pipes-aeson = appendPatches [ + # Dependency of the aeson-2 patch + (pkgs.fetchpatch { + name = "pipes-aeson-add-loop.patch"; + url = "https://github.com/k0001/pipes-aeson/commit/d22133b4a678edbb52bcaec5079dc88ccc0de1d3.patch"; + sha256 = "sha256-5o5ys1P1+QB4rjLCYok5AcPRWCtRiecP/TqCFm8ulVY="; + includes = ["src/Pipes/Aeson.hs" "src/Pipes/Aeson/Internal.hs" "src/Pipes/Aeson/Unchecked.hs"]; + }) + # https://github.com/k0001/pipes-aeson/pull/20 + (pkgs.fetchpatch { + name = "pipes-aeson-aeson-2.patch"; + url = "https://github.com/hercules-ci/pipes-aeson/commit/ac735c9cd459c6ef51ba82325d1c55eb67cb7b2c.patch"; + sha256 = "sha256-viWZ6D5t79x50RXiOjP6UeQ809opgNFYZOP+h+1KJh0="; + includes = ["src/Pipes/Aeson.hs" "src/Pipes/Aeson/Internal.hs" "src/Pipes/Aeson/Unchecked.hs"]; + }) + ] super.pipes-aeson; + # Readline uses Distribution.Simple from Cabal 2, in a way that is not # compatible with Cabal 3. No upstream repository found so far readline = appendPatch ./patches/readline-fix-for-cabal-3.patch super.readline; From 76be4bd38157740144cec1cc30107dfcca9af927 Mon Sep 17 00:00:00 2001 From: Robert Hensing Date: Mon, 21 Mar 2022 21:49:08 +0100 Subject: [PATCH 189/238] haskellPackages.moto: Patch for GHC 9.0 --- .../haskell-modules/configuration-common.nix | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/pkgs/development/haskell-modules/configuration-common.nix b/pkgs/development/haskell-modules/configuration-common.nix index 435efe74f04c..858bb6018e15 100644 --- a/pkgs/development/haskell-modules/configuration-common.nix +++ b/pkgs/development/haskell-modules/configuration-common.nix @@ -1733,6 +1733,16 @@ self: super: { }) ] super.pipes-aeson; + moto = appendPatches [ + # https://gitlab.com/k0001/moto/-/merge_requests/3 + (pkgs.fetchpatch { + name = "moto-ghc-9.0.patch"; + url = "https://gitlab.com/k0001/moto/-/commit/5b6f015a1271765005f03762f1f1aaed3a3198ed.patch"; + stripLen = 1; + sha256 = "sha256-PqG/Ujvb/IOvX0SAeGZ/vgzNoZC68vIOwmYfhxjiYCg="; + }) + ] super.moto; + # Readline uses Distribution.Simple from Cabal 2, in a way that is not # compatible with Cabal 3. No upstream repository found so far readline = appendPatch ./patches/readline-fix-for-cabal-3.patch super.readline; From 406981a49a49fc3e134eb4189bf8988525570c28 Mon Sep 17 00:00:00 2001 From: Robert Hensing Date: Mon, 21 Mar 2022 21:49:34 +0100 Subject: [PATCH 190/238] haskellPackages.moto-postgresql: Patch for MonadFail --- .../haskell-modules/configuration-common.nix | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/pkgs/development/haskell-modules/configuration-common.nix b/pkgs/development/haskell-modules/configuration-common.nix index 858bb6018e15..1e3a9f791a9f 100644 --- a/pkgs/development/haskell-modules/configuration-common.nix +++ b/pkgs/development/haskell-modules/configuration-common.nix @@ -1733,6 +1733,17 @@ self: super: { }) ] super.pipes-aeson; + moto-postgresql = appendPatches [ + # https://gitlab.com/k0001/moto/-/merge_requests/3 + (pkgs.fetchpatch { + name = "moto-postgresql-monadfail.patch"; + url = "https://gitlab.com/k0001/moto/-/commit/09cc1c11d703c25f6e81325be6482dc7ec6cbf58.patch"; + # includes = ["moto/lib/Moto/File.hs"]; + stripLen = 1; + sha256 = "sha256-ZKo0csaSM51bDGmzcasIklkRyg54O+8U5w6OwRHt8ms="; + }) + ] (unmarkBroken super.moto-postgresql); + moto = appendPatches [ # https://gitlab.com/k0001/moto/-/merge_requests/3 (pkgs.fetchpatch { From 7fb5fa680a30edae3a32367d83cc5684c38e0afa Mon Sep 17 00:00:00 2001 From: Malte Brandy Date: Mon, 21 Mar 2022 22:55:51 +0100 Subject: [PATCH 191/238] haskellPackages.policeman: drop --- pkgs/development/haskell-modules/configuration-common.nix | 3 --- pkgs/development/haskell-modules/configuration-ghc-8.6.x.nix | 3 --- pkgs/top-level/release-haskell.nix | 1 - 3 files changed, 7 deletions(-) diff --git a/pkgs/development/haskell-modules/configuration-common.nix b/pkgs/development/haskell-modules/configuration-common.nix index 1e3a9f791a9f..e5f9456f7aae 100644 --- a/pkgs/development/haskell-modules/configuration-common.nix +++ b/pkgs/development/haskell-modules/configuration-common.nix @@ -1412,9 +1412,6 @@ self: super: { libraryToolDepends = (drv.libraryToolDepends or []) ++ [self.buildHaskellPackages.c2hs]; }) super.libsodium; - # https://github.com/kowainik/policeman/issues/57 - policeman = doJailbreak super.policeman; - # Too strict version bounds on haskell-gi gi-cairo-render = doJailbreak super.gi-cairo-render; gi-cairo-connector = doJailbreak super.gi-cairo-connector; diff --git a/pkgs/development/haskell-modules/configuration-ghc-8.6.x.nix b/pkgs/development/haskell-modules/configuration-ghc-8.6.x.nix index ce7bf88d1da8..d712ab9d1a2b 100644 --- a/pkgs/development/haskell-modules/configuration-ghc-8.6.x.nix +++ b/pkgs/development/haskell-modules/configuration-ghc-8.6.x.nix @@ -81,9 +81,6 @@ self: super: { # cabal2spec needs a recent version of Cabal cabal2spec = super.cabal2spec.overrideScope (self: super: { Cabal = self.Cabal_3_2_1_0; }); - # Builds only with ghc-8.8.x and beyond. - policeman = markBroken super.policeman; - # https://github.com/pikajude/stylish-cabal/issues/12 stylish-cabal = doDistribute (markUnbroken (super.stylish-cabal.override { haddock-library = self.haddock-library_1_7_0; })); haddock-library_1_7_0 = dontCheck super.haddock-library_1_7_0; diff --git a/pkgs/top-level/release-haskell.nix b/pkgs/top-level/release-haskell.nix index ea22cb5043c8..88ff5a6ae9f9 100644 --- a/pkgs/top-level/release-haskell.nix +++ b/pkgs/top-level/release-haskell.nix @@ -373,7 +373,6 @@ let jobs.haskellPackages.cabal-plan jobs.haskellPackages.distribution-nixpkgs jobs.haskellPackages.hackage-db - jobs.haskellPackages.policeman jobs.haskellPackages.xmonad jobs.haskellPackages.xmonad-contrib # haskell packages maintained by @peti From 6b3818b9c07e15ca022533e6d11701fdfcdacf68 Mon Sep 17 00:00:00 2001 From: Malte Brandy Date: Mon, 21 Mar 2022 23:16:27 +0100 Subject: [PATCH 192/238] haskellPackages.niv: pin aeson < 2.0 --- pkgs/development/haskell-modules/configuration-common.nix | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/pkgs/development/haskell-modules/configuration-common.nix b/pkgs/development/haskell-modules/configuration-common.nix index e5f9456f7aae..8549ec049a67 100644 --- a/pkgs/development/haskell-modules/configuration-common.nix +++ b/pkgs/development/haskell-modules/configuration-common.nix @@ -1037,10 +1037,13 @@ self: super: { # Generate shell completion. cabal2nix = generateOptparseApplicativeCompletion "cabal2nix" super.cabal2nix; + + # 2022-03-20: niv is unmaintained we pin stuff to keep it running niv = generateOptparseApplicativeCompletion "niv" (super.niv.overrideScope (self: super: { - # Needs override because of: https://github.com/nmattia/niv/issues/312 optparse-applicative = self.optparse-applicative_0_15_1_0; + aeson = self.aeson_1_5_6_0; })); + ormolu = generateOptparseApplicativeCompletion "ormolu" super.ormolu; stack = From 53b13c99955ae68709f17ff227576576d33bf437 Mon Sep 17 00:00:00 2001 From: Malte Brandy Date: Mon, 21 Mar 2022 23:16:57 +0100 Subject: [PATCH 193/238] haskellPackages.stylish-haskell: pin deps --- .../haskell-modules/configuration-common.nix | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/pkgs/development/haskell-modules/configuration-common.nix b/pkgs/development/haskell-modules/configuration-common.nix index 8549ec049a67..951f81604809 100644 --- a/pkgs/development/haskell-modules/configuration-common.nix +++ b/pkgs/development/haskell-modules/configuration-common.nix @@ -2221,8 +2221,15 @@ self: super: { Cabal = self.Cabal_3_6_3_0; })); - # Break out of "Cabal < 3.2" constraint. - stylish-haskell = doJailbreak super.stylish-haskell; + # 2022-03-21: Newest stylish-haskell needs ghc-lib-parser-9_2 + stylish-haskell = (super.stylish-haskell.override { + ghc-lib-parser = super.ghc-lib-parser_9_2_2_20220307; + ghc-lib-parser-ex = self.ghc-lib-parser-ex_9_2_0_3; + }); + + ghc-lib-parser-ex_9_2_0_3 = super.ghc-lib-parser-ex_9_2_0_3.override { + ghc-lib-parser = super.ghc-lib-parser_9_2_2_20220307; + }; # To strict bound on hspec # https://github.com/dagit/zenc/issues/5 From ff9be3cd21d0c7b7408a9d9dbf26f4a59f0b2f53 Mon Sep 17 00:00:00 2001 From: Malte Brandy Date: Tue, 22 Mar 2022 00:20:05 +0100 Subject: [PATCH 194/238] haskellPackages.jsaddle-webkit2gtk: add patch --- .../haskell-modules/configuration-common.nix | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/pkgs/development/haskell-modules/configuration-common.nix b/pkgs/development/haskell-modules/configuration-common.nix index 951f81604809..5d609a77b385 100644 --- a/pkgs/development/haskell-modules/configuration-common.nix +++ b/pkgs/development/haskell-modules/configuration-common.nix @@ -2064,6 +2064,19 @@ self: super: { '' + (drv.postPatch or ""); }) (doJailbreak super.jsaddle); + # 2022-03-22: PR for haskell-gi-base compat https://github.com/ghcjs/jsaddle/pull/129 + jsaddle-webkit2gtk = + appendPatch ( + pkgs.fetchpatch { + name = "haskell-gi-base-0.26-compat-patch"; + url = "https://github.com/ghcjs/jsaddle/commit/c9a9ad39addea469f7e3f5bc6b1c778fefaab5d8.patch"; + sha256 = "sha256-4njoOxtJH2jVqiPmW8f9hGUqpzI3yJ1XP4u85QgmvjU="; + stripLen = 2; + extraPrefix = ""; + } + ) + super.jsaddle-webkit2gtk; + # Tests need to lookup target triple x86_64-unknown-linux # https://github.com/llvm-hs/llvm-hs/issues/334 llvm-hs = overrideCabal { From d7b31a50c1e843947cfc43ae4ea694388972088b Mon Sep 17 00:00:00 2001 From: Malte Brandy Date: Tue, 22 Mar 2022 00:33:26 +0100 Subject: [PATCH 195/238] haskellPackages.reflex-dom: jailbreak --- pkgs/development/haskell-modules/configuration-common.nix | 3 +++ 1 file changed, 3 insertions(+) diff --git a/pkgs/development/haskell-modules/configuration-common.nix b/pkgs/development/haskell-modules/configuration-common.nix index 5d609a77b385..dcc2447e77b9 100644 --- a/pkgs/development/haskell-modules/configuration-common.nix +++ b/pkgs/development/haskell-modules/configuration-common.nix @@ -2077,6 +2077,9 @@ self: super: { ) super.jsaddle-webkit2gtk; + # 2022-03-22: Jailbreak for base bound: https://github.com/reflex-frp/reflex-dom/pull/433 + reflex-dom = assert super.reflex-dom.version == "0.6.1.1"; doJailbreak super.reflex-dom; + # Tests need to lookup target triple x86_64-unknown-linux # https://github.com/llvm-hs/llvm-hs/issues/334 llvm-hs = overrideCabal { From add80ae7d0324b6cc459e59588c8f2603e30e4f1 Mon Sep 17 00:00:00 2001 From: Malte Brandy Date: Tue, 22 Mar 2022 15:37:20 +0100 Subject: [PATCH 196/238] all-cabal-hashes: 2022-03-20T09:57:59Z -> 2022-03-22T14:25:11Z This commit has been generated by maintainers/scripts/haskell/update-hackage.sh --- pkgs/data/misc/hackage/pin.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/pkgs/data/misc/hackage/pin.json b/pkgs/data/misc/hackage/pin.json index c7c215d4cb76..527ecc3f0df3 100644 --- a/pkgs/data/misc/hackage/pin.json +++ b/pkgs/data/misc/hackage/pin.json @@ -1,6 +1,6 @@ { - "commit": "eb55fb52b38f562d0fd1deb3899149d7f1852cff", - "url": "https://github.com/commercialhaskell/all-cabal-hashes/archive/eb55fb52b38f562d0fd1deb3899149d7f1852cff.tar.gz", - "sha256": "1gbchbqr7l8yh3mfkyqyw3r0znxm1b0si7518j07xwchglyg67z4", - "msg": "Update from Hackage at 2022-03-20T09:57:59Z" + "commit": "908462d155551c292872dd2a4072fd49563ef1d1", + "url": "https://github.com/commercialhaskell/all-cabal-hashes/archive/908462d155551c292872dd2a4072fd49563ef1d1.tar.gz", + "sha256": "06gm5qk077m22v1gjksbrkqxykvvkv8b02ghhzrjwygv1rcvhphy", + "msg": "Update from Hackage at 2022-03-22T14:25:11Z" } From f79f6076d700a5b54365fdfbcfc039316951ac1e Mon Sep 17 00:00:00 2001 From: Malte Brandy Date: Tue, 22 Mar 2022 15:38:16 +0100 Subject: [PATCH 197/238] haskellPackages: regenerate package set based on current config This commit has been generated by maintainers/scripts/haskell/regenerate-hackage-packages.sh --- .../haskell-modules/hackage-packages.nix | 1025 +++++++++++++++-- 1 file changed, 912 insertions(+), 113 deletions(-) diff --git a/pkgs/development/haskell-modules/hackage-packages.nix b/pkgs/development/haskell-modules/hackage-packages.nix index 897d736eca11..7d92a2bf1e93 100644 --- a/pkgs/development/haskell-modules/hackage-packages.nix +++ b/pkgs/development/haskell-modules/hackage-packages.nix @@ -270,6 +270,8 @@ self: { pname = "ACME"; version = "0.0.0.1"; sha256 = "103mil8lixg0v2wjizy0pqyy9ywbmrk56mc0n37wwvz0qkjaqnds"; + revision = "1"; + editedCabalFile = "0c02gd5adgcfryd8fygbhxw0ps455l3v1d8knn8rbga067j9jqm7"; libraryHaskellDepends = [ base list-extras mtl random random-shuffle void ]; @@ -24688,8 +24690,8 @@ self: { }: mkDerivation { pname = "aeson-combinators"; - version = "0.0.5.0"; - sha256 = "1z5fbvpffx2lv3d2wk9g74hmkx1n1yjkwd3vy57f3pp5npja7f3a"; + version = "0.1.0.0"; + sha256 = "08zzzl8qb18a1zhl3cjlqjwmmagf3052ialpqksiwx6bpb6x2i2m"; libraryHaskellDepends = [ aeson base bytestring containers fail scientific text time time-compat unordered-containers uuid-types vector void @@ -24795,17 +24797,17 @@ self: { }) {}; "aeson-diff" = callPackage - ({ mkDerivation, aeson, base, bytestring, cabal-doctest, directory - , doctest, edit-distance-vector, filepath, Glob + ({ mkDerivation, aeson, base, bytestring, Cabal, cabal-doctest + , directory, doctest, edit-distance-vector, filepath, Glob , optparse-applicative, QuickCheck, scientific, text, vector }: mkDerivation { pname = "aeson-diff"; - version = "1.1.0.11"; - sha256 = "10wj950n4dcnvc90k0in1cafzhf06y6qg4fc39whr0i5bgkdiizx"; + version = "1.1.0.12"; + sha256 = "0zr7qjcyklwgg6k9cf12z2cpkyyxb9jkhx7pkb2h31vprzba4b9z"; isLibrary = true; isExecutable = true; - setupHaskellDepends = [ base cabal-doctest ]; + setupHaskellDepends = [ base Cabal cabal-doctest ]; libraryHaskellDepends = [ aeson base bytestring edit-distance-vector scientific text vector ]; @@ -36913,6 +36915,30 @@ self: { license = lib.licenses.mit; }) {}; + "aws-cloudfront-signed-cookies_0_2_0_11" = callPackage + ({ mkDerivation, aeson, aeson-pretty, asn1-encoding, asn1-types + , base, base64-bytestring, bytestring, cookie, cryptonite, hedgehog + , lens, lens-aeson, neat-interpolation, optparse-applicative, pem + , text, time, vector + }: + mkDerivation { + pname = "aws-cloudfront-signed-cookies"; + version = "0.2.0.11"; + sha256 = "018a3q443h19pbcc178ns7zdmsdd3pz8ww3yfixrhr4jfghws3r9"; + isLibrary = true; + isExecutable = true; + libraryHaskellDepends = [ + aeson aeson-pretty asn1-encoding asn1-types base base64-bytestring + bytestring cookie cryptonite lens lens-aeson optparse-applicative + pem text time vector + ]; + executableHaskellDepends = [ base ]; + testHaskellDepends = [ base hedgehog neat-interpolation ]; + description = "Generate signed cookies for AWS CloudFront"; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; + }) {}; + "aws-cloudfront-signer" = callPackage ({ mkDerivation, asn1-encoding, asn1-types, base, base64-bytestring , bytestring, crypto-pubkey-types, RSA, time @@ -46621,6 +46647,8 @@ self: { pname = "break"; version = "1.0.2"; sha256 = "0wpj29a8lpimb0mjif4f6jmx6q9pkpkn5xplmkbjzkqgxi0bp23n"; + revision = "1"; + editedCabalFile = "0lwc3mkkzqadm1scjzy7zipgd5r5h2cqpcnhbckb0qnwcpvvrqd5"; libraryHaskellDepends = [ base mtl transformers ]; description = "Break from a loop"; license = lib.licenses.bsd3; @@ -49349,6 +49377,20 @@ self: { license = lib.licenses.mit; }) {inherit (pkgs) libxml2;}; + "c14n_0_1_0_2" = callPackage + ({ mkDerivation, base, bytestring, libxml2 }: + mkDerivation { + pname = "c14n"; + version = "0.1.0.2"; + sha256 = "165mayyj2apzv87jqsmpyskl6hr7gpvpg7ypi2vqgi8wda1gawki"; + libraryHaskellDepends = [ base bytestring ]; + librarySystemDepends = [ libxml2 ]; + libraryPkgconfigDepends = [ libxml2 ]; + description = "Bindings to the c14n implementation in libxml"; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; + }) {inherit (pkgs) libxml2;}; + "c2ats" = callPackage ({ mkDerivation, base, containers, HUnit, language-c, pretty , regex-posix, test-framework, test-framework-hunit @@ -49634,6 +49676,8 @@ self: { pname = "cabal-cache"; version = "1.0.4.0"; sha256 = "1qh2cy0mwslqfdw747jkvvfbdma0c3mmjd5kpv2s5slz0m7m8l9j"; + revision = "1"; + editedCabalFile = "049x7hz1173650bsqp8ff2yv7gn6v1akl3iz24xx5q8ql1p0silc"; isLibrary = true; isExecutable = true; libraryHaskellDepends = [ @@ -51972,6 +52016,30 @@ self: { license = lib.licenses.bsd3; }) {}; + "capability_0_5_0_1" = callPackage + ({ mkDerivation, base, constraints, containers, dlist, exceptions + , generic-lens, hspec, lens, monad-control, mtl, mutable-containers + , primitive, reflection, safe-exceptions, silently, streaming + , temporary, text, transformers, unliftio, unliftio-core + }: + mkDerivation { + pname = "capability"; + version = "0.5.0.1"; + sha256 = "0sksd42ywaq5av7a1h9y66pclsk1fd9qx46q38kgs3av88zhzqci"; + libraryHaskellDepends = [ + base constraints dlist exceptions generic-lens lens monad-control + mtl mutable-containers primitive reflection safe-exceptions + streaming transformers unliftio unliftio-core + ]; + testHaskellDepends = [ + base containers dlist hspec lens mtl silently streaming temporary + text unliftio + ]; + description = "Extensional capabilities and deriving combinators"; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + }) {}; + "capataz" = callPackage ({ mkDerivation, async, base, bytestring, pretty-show , prettyprinter, rio, tasty, tasty-hunit, tasty-smallcheck @@ -53494,6 +53562,27 @@ self: { broken = true; }) {}; + "cayley-client_0_4_18" = callPackage + ({ mkDerivation, aeson, attoparsec, base, binary, bytestring + , exceptions, hspec, http-client, http-conduit, lens, lens-aeson + , mtl, text, transformers, unordered-containers, vector + }: + mkDerivation { + pname = "cayley-client"; + version = "0.4.18"; + sha256 = "0zdv66p9klc6px8ch6239k2p4pi3px28k50918kq80wl94msigns"; + libraryHaskellDepends = [ + aeson attoparsec base binary bytestring exceptions http-client + http-conduit lens lens-aeson mtl text transformers + unordered-containers vector + ]; + testHaskellDepends = [ aeson base hspec unordered-containers ]; + description = "A Haskell client for the Cayley graph database"; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; + }) {}; + "cayley-dickson" = callPackage ({ mkDerivation, base, random }: mkDerivation { @@ -66358,6 +66447,22 @@ self: { maintainers = with lib.maintainers; [ dschrempf ]; }) {}; + "covariance_0_2_0_0" = callPackage + ({ mkDerivation, base, glasso, hmatrix, statistics, tasty + , tasty-hunit, vector + }: + mkDerivation { + pname = "covariance"; + version = "0.2.0.0"; + sha256 = "1746jgqsnzlq23g5a5w91ms33czx4p0dsckhm76frpk8wq7g1dh9"; + libraryHaskellDepends = [ base glasso hmatrix statistics vector ]; + testHaskellDepends = [ base hmatrix tasty tasty-hunit ]; + description = "Well-conditioned estimation of large-dimensional covariance matrices"; + license = lib.licenses.gpl3Plus; + hydraPlatforms = lib.platforms.none; + maintainers = with lib.maintainers; [ dschrempf ]; + }) {}; + "coverage" = callPackage ({ mkDerivation, base, hspec, HUnit, QuickCheck }: mkDerivation { @@ -66573,8 +66678,8 @@ self: { ({ mkDerivation, base, containers, directory, parallel }: mkDerivation { pname = "cpsa"; - version = "3.6.9"; - sha256 = "1d6308vy4zgwpqjqlslxj50x2pbgkq698p9l05xvm3wr5ml6dyv9"; + version = "3.6.10"; + sha256 = "1fxysn5ag27dzkbw95hdzzgz4nmm38spl96d2xv14lfnrafv6q06"; isLibrary = false; isExecutable = true; enableSeparateDataOutput = true; @@ -71430,6 +71535,8 @@ self: { pname = "data-forest"; version = "0.1.0.9"; sha256 = "1l16hg1pfzrbi2ih6najcam18p2b5lvmmkl6fxvk7izynvcc79jc"; + revision = "1"; + editedCabalFile = "0m0fp8fx21257z5k1g575wjcmavd29qav4cgjcwg5nxkxwrfldg8"; libraryHaskellDepends = [ base ]; testHaskellDepends = [ base ]; description = "A simple multi-way tree data structure"; @@ -76330,6 +76437,8 @@ self: { pname = "dhall-lsp-server"; version = "1.1.1"; sha256 = "0z4gc27fpz1pcjbajwpxgn0zhxlp9xp47lyg55p03ghfpqa2mcl6"; + revision = "1"; + editedCabalFile = "0705v99wy1903mhay7csp629gbzgqr902az04lp5hpxr9xvpmlnz"; isLibrary = true; isExecutable = true; libraryHaskellDepends = [ @@ -78711,20 +78820,19 @@ self: { ({ mkDerivation, aeson, async, base, base64-bytestring, bytestring , containers, data-default, emoji, http-client, iso8601-time , JuicyPixels, MonadRandom, mtl, req, safe-exceptions, scientific - , text, time, unliftio, unordered-containers, vector, websockets - , wuss + , text, time, unliftio, unordered-containers, websockets, wuss }: mkDerivation { pname = "discord-haskell"; - version = "1.12.4"; - sha256 = "0kiicq6lsfm41g8hmnav36wqhw3g2vf0i8jvbdppvb7lvzdd07a8"; + version = "1.12.5"; + sha256 = "1pciyjmgqnv4ra12fshmjb65phgs1l6jsn0ffvargv3gm92g079y"; isLibrary = true; isExecutable = true; libraryHaskellDepends = [ aeson async base base64-bytestring bytestring containers data-default emoji http-client iso8601-time JuicyPixels MonadRandom mtl req safe-exceptions scientific text time unliftio - unordered-containers vector websockets wuss + unordered-containers websockets wuss ]; executableHaskellDepends = [ base text unliftio ]; description = "Write bots for Discord in Haskell"; @@ -81312,6 +81420,23 @@ self: { hydraPlatforms = lib.platforms.none; }) {}; + "domain-core_0_1_0_2" = callPackage + ({ mkDerivation, base, template-haskell + , template-haskell-compat-v0208, text, th-lego, th-lift-instances + }: + mkDerivation { + pname = "domain-core"; + version = "0.1.0.2"; + sha256 = "1x21f9nsikcbvf977sm4ckfc2cqfvkkk315kdax66sbd8f2ipgm2"; + libraryHaskellDepends = [ + base template-haskell template-haskell-compat-v0208 text th-lego + th-lift-instances + ]; + description = "Low-level API of \"domain\""; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; + }) {}; + "domain-optics" = callPackage ({ mkDerivation, base, domain, domain-core, optics, optics-core , rerebase, template-haskell, template-haskell-compat-v0208, text @@ -86223,6 +86348,23 @@ self: { license = lib.licenses.bsd3; }) {}; + "email-validate_2_3_2_16" = callPackage + ({ mkDerivation, attoparsec, base, bytestring, doctest, hspec + , QuickCheck, template-haskell + }: + mkDerivation { + pname = "email-validate"; + version = "2.3.2.16"; + sha256 = "1cr3y23d1a8kkbfjwmqr6lvd330k3lh8p1c8pqjswy5sq5az3rdq"; + libraryHaskellDepends = [ + attoparsec base bytestring template-haskell + ]; + testHaskellDepends = [ base bytestring doctest hspec QuickCheck ]; + description = "Email address validation"; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + }) {}; + "email-validate-json" = callPackage ({ mkDerivation, aeson, base, email-validate, text }: mkDerivation { @@ -89183,8 +89325,8 @@ self: { pname = "eventlog2html"; version = "0.9.2"; sha256 = "0mr916gppp8pgyqdx89zhmcil7hkm7462h6vsq1y4n1qf5hx30jv"; - revision = "2"; - editedCabalFile = "1n6pjzjrzg6x6yasgzdm451xzil4b39kg3l3qln3cf9hmnhrnygp"; + revision = "3"; + editedCabalFile = "12vbcl7l08a8a8xnjibpsb7va270l5m0avmwdw7ms4qnly7c5z29"; isLibrary = true; isExecutable = true; libraryHaskellDepends = [ @@ -91805,8 +91947,8 @@ self: { }: mkDerivation { pname = "fast-downward"; - version = "0.2.1.0"; - sha256 = "1gz1grd2f10pvmmk3klxhnwqg6mrdmgg23r5mblb4dflzpshffk1"; + version = "0.2.2.0"; + sha256 = "0j2ss4cibzipjw7p0jmw04ch8zq7q87fhksfyh5ddqiaf4l6ysi6"; libraryHaskellDepends = [ base containers mtl process temporary text transformers ]; @@ -104295,6 +104437,8 @@ self: { pname = "ghc-debug-client"; version = "0.2.0.0"; sha256 = "1v0hmvf5larppyx52fhvpwjbzjhn6rl9f5naikqmljp37dv503na"; + revision = "1"; + editedCabalFile = "0m2dqp89zwl3hwyvbw71wzh2h939cch5rkx3h4aabcaqj71qi9gi"; libraryHaskellDepends = [ async base binary bitwise containers directory dom-lt eventlog2html filepath ghc-debug-common ghc-debug-convention ghc-prim hashable @@ -104315,6 +104459,8 @@ self: { pname = "ghc-debug-common"; version = "0.2.0.0"; sha256 = "1fw9whgh2zayvaagn1f7x1qkwvznpjhpn4zkfnfav24pkmpf5ijy"; + revision = "1"; + editedCabalFile = "0p4n8ralbf8jsydjb1q42avrzya09hf0pq5zp1s1ggx3gm3q7ra8"; libraryHaskellDepends = [ array base binary bytestring containers cpu deepseq directory dom-lt filepath ghc-debug-convention ghc-heap hashable transformers @@ -112766,8 +112912,8 @@ self: { }: mkDerivation { pname = "google-maps-geocoding"; - version = "0.7.0.0"; - sha256 = "0p6b2xyfkw073anhwwk4sdpphj3j1h24k277yc131yvyjlw4kslx"; + version = "0.7.0.1"; + sha256 = "01330l7z0s30mk0vh4j0kcl5xmfyahr16is7ldxf4h3y9w8b3ajg"; libraryHaskellDepends = [ aeson base google-static-maps http-client servant servant-client text @@ -112896,8 +113042,8 @@ self: { }: mkDerivation { pname = "google-static-maps"; - version = "0.7.0.0"; - sha256 = "09ir6y13n3sk34g3nnbhv6rz6kibw1gph6fap8f9dlna1g1s1vrb"; + version = "0.7.0.1"; + sha256 = "0cs5hwll03liqml504kw7zzyk1ah5lbpxpqzwhfhkzz5a9swigqa"; libraryHaskellDepends = [ aeson base base64-bytestring bytedump bytestring cryptonite double-conversion http-client JuicyPixels memory network-uri @@ -113014,8 +113160,8 @@ self: { }: mkDerivation { pname = "gopro-plus"; - version = "0.6.4.0"; - sha256 = "0sv8gdm2h1nk7iwisd5qvipw4ly049myf3c94ipnspv4iwxhbmvr"; + version = "0.6.5.0"; + sha256 = "09hj57r77r9mx2dy830n9qv3ap2nsg8a94gmpzf69zddqvk1fhm8"; libraryHaskellDepends = [ aeson base bytestring containers exceptions filepath generic-deriving generic-random lens lens-aeson monad-logger mtl @@ -118048,8 +118194,8 @@ self: { }: mkDerivation { pname = "hadolint"; - version = "2.9.1"; - sha256 = "0ym6s9m07r434xzhylbq7d7f1bccx2ahlgl972l0rxcxzj1viklm"; + version = "2.9.2"; + sha256 = "1nygrlhvwc077hvq2sjg3zpi9m1v8ikfbkwy4rj5s734vhj1k8qf"; isLibrary = true; isExecutable = true; libraryHaskellDepends = [ @@ -120999,6 +121145,32 @@ self: { license = lib.licenses.bsd3; }) {}; + "hasbolt_0_1_6_2" = callPackage + ({ mkDerivation, base, base64-bytestring, binary, bytestring + , connection, containers, criterion, data-binary-ieee754 + , data-default, deepseq, deepseq-generics, hspec, mtl, network + , QuickCheck, text + }: + mkDerivation { + pname = "hasbolt"; + version = "0.1.6.2"; + sha256 = "1y7vjng3qjy5jaj3c90b5a08xrn49c4bb2wa9s612ny5qc98dl9g"; + libraryHaskellDepends = [ + base binary bytestring connection containers data-binary-ieee754 + data-default deepseq deepseq-generics mtl network text + ]; + testHaskellDepends = [ + base binary bytestring containers hspec QuickCheck text + ]; + benchmarkHaskellDepends = [ + base base64-bytestring binary bytestring criterion data-default + hspec + ]; + description = "Haskell driver for Neo4j 3+ (BOLT protocol)"; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + }) {}; + "hasbolt-extras" = callPackage ({ mkDerivation, aeson, aeson-casing, base, bytestring, containers , data-default, doctest, free, hasbolt, lens, mtl @@ -126970,8 +127142,8 @@ self: { pname = "haxr"; version = "3000.11.4.1"; sha256 = "12f3acc253x88pk20b60z1qzyhbngvg7zzb9j6azbii0hx8yxxhy"; - revision = "1"; - editedCabalFile = "0k6nymfmsvblsi3gh8xwiq744w7ifigd3i91w3gz220n9a32j1ia"; + revision = "2"; + editedCabalFile = "1r2sj4zrszh3m0g8cnzcsm8ri0q6kxgrfffqp30b19pma18sjlvn"; libraryHaskellDepends = [ array base base-compat base64-bytestring blaze-builder bytestring HaXml HsOpenSSL http-streams http-types io-streams mtl mtl-compat @@ -129792,8 +129964,8 @@ self: { }: mkDerivation { pname = "hercules-ci-cnix-expr"; - version = "0.3.1.0"; - sha256 = "17v4wpws5kk83h8n92754hxlwbgkdhybx13kp0rshck9kn8f7jav"; + version = "0.3.1.1"; + sha256 = "1rjly7ic310kzclh0dh2gknrn31anam2ncgjrhm6sq3hrvay1v32"; enableSeparateDataOutput = true; setupHaskellDepends = [ base Cabal cabal-pkg-config-version-hook ]; libraryHaskellDepends = [ @@ -129822,8 +129994,8 @@ self: { }: mkDerivation { pname = "hercules-ci-cnix-store"; - version = "0.3.0.0"; - sha256 = "1wwxgzvz4kf946l6209abv8yjxsm0s97wh0znqj7nv4l7a4rpb8g"; + version = "0.3.0.1"; + sha256 = "0vfwqa167800hilxqs4bm650sfdyg4q4w47vywpw1r8rmh0iznkh"; setupHaskellDepends = [ base Cabal cabal-pkg-config-version-hook ]; libraryHaskellDepends = [ base bytestring conduit containers inline-c inline-c-cpp protolude @@ -147071,6 +147243,43 @@ self: { license = lib.licenses.bsd3; }) {}; + "hw-balancedparens_0_4_1_2" = callPackage + ({ mkDerivation, base, bytestring, criterion, deepseq, directory + , doctest, doctest-discover, generic-lens, hedgehog, hspec + , hspec-discover, hw-bits, hw-excess, hw-fingertree + , hw-hspec-hedgehog, hw-int, hw-prim, hw-rankselect-base, lens + , mmap, optparse-applicative, transformers, vector + }: + mkDerivation { + pname = "hw-balancedparens"; + version = "0.4.1.2"; + sha256 = "163jvw8nnhf3q3h6c16hjdkdzp6y3l2hyvk7hzynhylifg7kki95"; + isLibrary = true; + isExecutable = true; + libraryHaskellDepends = [ + base deepseq directory hedgehog hspec hw-bits hw-excess + hw-fingertree hw-int hw-prim hw-rankselect-base vector + ]; + executableHaskellDepends = [ + base bytestring generic-lens hw-bits hw-prim lens mmap + optparse-applicative vector + ]; + testHaskellDepends = [ + base directory doctest doctest-discover hedgehog hspec hw-bits + hw-hspec-hedgehog hw-int hw-prim hw-rankselect-base transformers + vector + ]; + testToolDepends = [ doctest-discover hspec-discover ]; + benchmarkHaskellDepends = [ + base criterion deepseq directory generic-lens hedgehog hw-bits + hw-prim lens vector + ]; + doHaddock = false; + description = "Balanced parentheses"; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + }) {}; + "hw-bits" = callPackage ({ mkDerivation, base, bitvec, bytestring, criterion, deepseq , doctest, doctest-discover, hedgehog, hspec, hspec-discover @@ -147365,6 +147574,25 @@ self: { license = lib.licenses.bsd3; }) {}; + "hw-fingertree_0_1_2_1" = callPackage + ({ mkDerivation, base, deepseq, doctest, doctest-discover, hedgehog + , hspec, hspec-discover, hw-hspec-hedgehog, hw-prim + }: + mkDerivation { + pname = "hw-fingertree"; + version = "0.1.2.1"; + sha256 = "0aljn5c2gblvrbn1f7iwvcm2fa2dsnl497wb0g8y7rz6jzk7g06f"; + libraryHaskellDepends = [ base deepseq hw-prim ]; + testHaskellDepends = [ + base deepseq doctest doctest-discover hedgehog hspec + hw-hspec-hedgehog + ]; + testToolDepends = [ doctest-discover hspec-discover ]; + description = "Generic finger-tree structure, with example instances"; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + }) {}; + "hw-fingertree-strict" = callPackage ({ mkDerivation, base, deepseq, doctest, doctest-discover, hedgehog , hspec, hspec-discover, HUnit, hw-hspec-hedgehog, QuickCheck @@ -147861,6 +148089,38 @@ self: { license = lib.licenses.bsd3; }) {}; + "hw-packed-vector_0_2_1_1" = callPackage + ({ mkDerivation, base, binary, bytestring, criterion, deepseq + , directory, doctest, doctest-discover, generic-lens, hedgehog + , hspec, hspec-discover, hw-bits, hw-hedgehog, hw-hspec-hedgehog + , hw-prim, lens, optparse-applicative, vector + }: + mkDerivation { + pname = "hw-packed-vector"; + version = "0.2.1.1"; + sha256 = "0aplyknpf81kqpisz9zibyncg2i95dnfv6kywlg3wf7ic1wcjqxh"; + isLibrary = true; + isExecutable = true; + libraryHaskellDepends = [ + base bytestring deepseq hw-bits hw-prim vector + ]; + executableHaskellDepends = [ + base binary bytestring generic-lens hw-bits hw-prim lens + optparse-applicative vector + ]; + testHaskellDepends = [ + base bytestring doctest doctest-discover hedgehog hspec hw-bits + hw-hedgehog hw-hspec-hedgehog hw-prim vector + ]; + testToolDepends = [ doctest-discover hspec-discover ]; + benchmarkHaskellDepends = [ + base criterion directory hedgehog hspec hw-prim vector + ]; + description = "Packed Vector"; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + }) {}; + "hw-parser" = callPackage ({ mkDerivation, attoparsec, base, bytestring, doctest , doctest-discover, hedgehog, hspec, hspec-discover @@ -158161,6 +158421,26 @@ self: { license = lib.licenses.mit; }) {}; + "json-feed_2_0_0_1" = callPackage + ({ mkDerivation, aeson, base, bytestring, filepath, hspec + , mime-types, network-uri, tagsoup, text, time + }: + mkDerivation { + pname = "json-feed"; + version = "2.0.0.1"; + sha256 = "1znipg1g33s2z7pv20rnl6i3l1xf05wrz9d6srr7kgvv703w4qgk"; + libraryHaskellDepends = [ + aeson base bytestring mime-types network-uri tagsoup text time + ]; + testHaskellDepends = [ + aeson base bytestring filepath hspec mime-types network-uri tagsoup + text time + ]; + description = "JSON Feed"; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; + }) {}; + "json-fu" = callPackage ({ mkDerivation, aeson, attoparsec, base, bytestring, containers , hashable, hspec, mtl, syb, text, time, unordered-containers @@ -160869,8 +161149,8 @@ self: { }: mkDerivation { pname = "keid-core"; - version = "0.1.5.1"; - sha256 = "09b9zjfsk03xrp34b8z7a48ym1vyhqjwpfv7hdkn3nr3pkgljkf1"; + version = "0.1.6.0"; + sha256 = "1aa46qwniq9j14axqhijf1zx1v8kay55f1mawvnfcry85jf0iqhm"; libraryHaskellDepends = [ adjunctions base binary bytestring cryptohash-md5 derive-storable derive-storable-plugin distributive file-embed foldl geomancy @@ -160908,8 +161188,8 @@ self: { }: mkDerivation { pname = "keid-render-basic"; - version = "0.1.5.0"; - sha256 = "0ral2p8i7kjxhil70q2fkirbl0nq3kfrvqzk3x2ykbmx91c90ds0"; + version = "0.1.6.0"; + sha256 = "1dqrx8kvm0hkm0xwgkpihs6bkzgl24rm4jw0kb7ld9j4c8j5gllm"; enableSeparateDataOutput = true; libraryHaskellDepends = [ adjunctions aeson base bytestring derive-storable @@ -161548,6 +161828,25 @@ self: { license = lib.licenses.bsd3; }) {}; + "kind-generics-th_0_2_2_3" = callPackage + ({ mkDerivation, base, ghc-prim, kind-generics, template-haskell + , th-abstraction + }: + mkDerivation { + pname = "kind-generics-th"; + version = "0.2.2.3"; + sha256 = "06zhjaaakml1p3crjx26nmydbnrscxvwgyqy3w4083caysxw1vsj"; + revision = "1"; + editedCabalFile = "1drkj6b618yzgacbm5b100znm63r7ivzlxhpzhymkc8dqcacr7mq"; + libraryHaskellDepends = [ + base ghc-prim kind-generics template-haskell th-abstraction + ]; + testHaskellDepends = [ base kind-generics template-haskell ]; + description = "Template Haskell support for generating `GenericK` instances"; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + }) {}; + "kinds" = callPackage ({ mkDerivation, base }: mkDerivation { @@ -161897,8 +162196,8 @@ self: { }: mkDerivation { pname = "koji-tool"; - version = "0.8"; - sha256 = "16fz0aldclw964q4r2r5bhfqa1nrb6xfxlsncfn44xmzhjyiib8y"; + version = "0.8.1"; + sha256 = "0p6my37q0w4md05njdckj71fqm5r8ps7y8x4nwmxcmaphka46i95"; isLibrary = false; isExecutable = true; executableHaskellDepends = [ @@ -162582,6 +162881,19 @@ self: { license = lib.licenses.mit; }) {}; + "lackey_2_0_0_1" = callPackage + ({ mkDerivation, base, hspec, servant, servant-foreign, text }: + mkDerivation { + pname = "lackey"; + version = "2.0.0.1"; + sha256 = "09jc3amsj20c2bqn8x4ibcd43rzjv7mz2c2qs4rdic2ggfkhifcj"; + libraryHaskellDepends = [ base servant-foreign text ]; + testHaskellDepends = [ base hspec servant servant-foreign text ]; + description = "Generate Ruby clients from Servant APIs"; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; + }) {}; + "lacroix" = callPackage ({ mkDerivation, base }: mkDerivation { @@ -171837,8 +172149,8 @@ self: { pname = "loc"; version = "0.1.3.16"; sha256 = "0bizqfczhc5higdzrrhinr5q3s971a3klfl3gpffnq9gyzd16nrq"; - revision = "1"; - editedCabalFile = "1j3xgxyfqby8nca2xs0x5lvvq1pyhadkzkgrwzlkckxvhghv231h"; + revision = "2"; + editedCabalFile = "18fwdgf8l6nrnijla1x5c50ab05snaza27qdkya07sis2fa8286c"; libraryHaskellDepends = [ base containers ]; testHaskellDepends = [ base containers doctest hedgehog ]; description = "Types representing line and column positions and ranges in text files"; @@ -171851,8 +172163,8 @@ self: { pname = "loc-test"; version = "0.1.3.10"; sha256 = "0mppiz4nv86mfdk43w83jx3wn8c6w7g9k3m3jhgmwlgqpcpdrryd"; - revision = "1"; - editedCabalFile = "0cv2w939gdz5n8mip3d6rp7zs2s28synll1k3pbgp9w42mcw52lw"; + revision = "2"; + editedCabalFile = "1l4pim5yazx1nprisggrckxs3b2ppww2rsqc2ykylf3pnqlc39vb"; libraryHaskellDepends = [ base containers hedgehog loc ]; description = "Test-related utilities related to the /loc/ package"; license = lib.licenses.asl20; @@ -177967,6 +178279,33 @@ self: { maintainers = with lib.maintainers; [ dschrempf ]; }) {}; + "mcmc_0_6_2_3" = callPackage + ({ mkDerivation, aeson, async, base, bytestring, circular + , containers, covariance, criterion, data-default, deepseq + , directory, dirichlet, double-conversion, hmatrix, hspec + , log-domain, math-functions, microlens, mwc-random, pretty-show + , primitive, statistics, time, transformers, vector, zlib + }: + mkDerivation { + pname = "mcmc"; + version = "0.6.2.3"; + sha256 = "12kyg2hcadadmzscn40km2ahfkqs0kf50vd585qm1myhnx7zw6np"; + libraryHaskellDepends = [ + aeson async base bytestring circular containers covariance + data-default deepseq directory dirichlet double-conversion hmatrix + log-domain math-functions microlens mwc-random pretty-show + primitive statistics time transformers vector zlib + ]; + testHaskellDepends = [ base hspec mwc-random statistics ]; + benchmarkHaskellDepends = [ + base criterion math-functions microlens mwc-random + ]; + description = "Sample from a posterior using Markov chain Monte Carlo"; + license = lib.licenses.gpl3Plus; + hydraPlatforms = lib.platforms.none; + maintainers = with lib.maintainers; [ dschrempf ]; + }) {}; + "mcmc-samplers" = callPackage ({ mkDerivation, base, containers, hakaru, hmatrix, mwc-random , primitive, statistics @@ -179351,6 +179690,25 @@ self: { license = lib.licenses.mit; }) {}; + "messagepack_0_5_5" = callPackage + ({ mkDerivation, base, bytestring, cereal, containers, deepseq + , QuickCheck + }: + mkDerivation { + pname = "messagepack"; + version = "0.5.5"; + sha256 = "1naa6lrvy56z6r41r800v4bqa3467j5d6rvgq9npaz6nm2nvrvmk"; + libraryHaskellDepends = [ + base bytestring cereal containers deepseq + ]; + testHaskellDepends = [ + base bytestring cereal containers QuickCheck + ]; + description = "Serialize instance for Message Pack Object"; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; + }) {}; + "messagepack-rpc" = callPackage ({ mkDerivation, base, bytestring, cereal, containers, messagepack , network-simple @@ -182011,8 +182369,8 @@ self: { ({ mkDerivation, base }: mkDerivation { pname = "mmsyn5"; - version = "0.5.0.0"; - sha256 = "0xbdmlq71pjnsls67mydrfzajnnyyzp0dvzgrg2lms3pssvzs6f1"; + version = "0.5.1.0"; + sha256 = "0ay36zs4wxv69i11hr66b07x079p0k41h8zvaz2fl431d3h385rw"; libraryHaskellDepends = [ base ]; description = "Various additional operations on lists (some with intermediate Monads)"; license = lib.licenses.mit; @@ -185313,8 +185671,8 @@ self: { }: mkDerivation { pname = "morpheus-graphql"; - version = "0.18.0"; - sha256 = "1358hjnxla83v7rkn49r07cs8n49czm5shfdpc3avl564w1bzmzi"; + version = "0.19.0"; + sha256 = "0yfqbpis3385hqm3xlyx0ks2jnrwvkx898g2m2rb3qskaqblfcj9"; enableSeparateDataOutput = true; libraryHaskellDepends = [ aeson base bytestring containers morpheus-graphql-app @@ -185341,8 +185699,8 @@ self: { }: mkDerivation { pname = "morpheus-graphql-app"; - version = "0.18.0"; - sha256 = "1s9v87pgn7fdnyx1776y4nvf0kx0ry08r5522dyqgwzfgd4s059z"; + version = "0.19.0"; + sha256 = "0k7bl9gs8sdmfi5wdka5rjlp5vjn7py8n8a09rwws7kgqa3lvd0n"; enableSeparateDataOutput = true; libraryHaskellDepends = [ aeson base bytestring containers hashable megaparsec @@ -185389,8 +185747,8 @@ self: { }: mkDerivation { pname = "morpheus-graphql-client"; - version = "0.18.0"; - sha256 = "0i8f932gq3p1ybh764pkr189iisbjqcjcq92awqyzxgpj39j0gg0"; + version = "0.19.0"; + sha256 = "00hgxi8c7alfpvhxwcb7gcxki14vaasmg1qycfnyj7s2715w6i4c"; enableSeparateDataOutput = true; libraryHaskellDepends = [ aeson base bytestring morpheus-graphql-code-gen @@ -185413,8 +185771,8 @@ self: { }: mkDerivation { pname = "morpheus-graphql-code-gen"; - version = "0.18.0"; - sha256 = "1965y2wd813y82mllzrnhiyjk2mp0vi7j6x7phwlmpabmsij5x0f"; + version = "0.19.0"; + sha256 = "0avy4imllxlfyfw3fvwb0nzwd03pwdr0s67k3a2gymhqqz3zf37i"; isLibrary = true; isExecutable = true; libraryHaskellDepends = [ @@ -185440,8 +185798,8 @@ self: { }: mkDerivation { pname = "morpheus-graphql-core"; - version = "0.18.0"; - sha256 = "07j3i5dfc245l9gil3dk6c5sd7853m5923dxa993fj4gd564mwfd"; + version = "0.19.0"; + sha256 = "03sr4yy0n5wr53xk1x623d1zj03v6zpsv7csafp5m40kijx0bl2q"; enableSeparateDataOutput = true; libraryHaskellDepends = [ aeson base bytestring containers hashable megaparsec mtl relude @@ -185466,8 +185824,8 @@ self: { }: mkDerivation { pname = "morpheus-graphql-subscriptions"; - version = "0.18.0"; - sha256 = "02xpnrvd8wydp1b7jvk2pqcrx6ldn8nvffz22g0l5xrrpcvhg9s4"; + version = "0.19.0"; + sha256 = "179cwrmyj42hzd70qymrg7y5ll6ld5miadhlr0w0mqbfqnbj0lbv"; libraryHaskellDepends = [ aeson base bytestring morpheus-graphql-app morpheus-graphql-core mtl relude text transformers unliftio-core unordered-containers @@ -185498,6 +185856,23 @@ self: { license = lib.licenses.mit; }) {}; + "morpheus-graphql-tests_0_19_0" = callPackage + ({ mkDerivation, aeson, base, bytestring, directory, relude, tasty + , tasty-hunit, text, unordered-containers + }: + mkDerivation { + pname = "morpheus-graphql-tests"; + version = "0.19.0"; + sha256 = "1ymwgsdj4gl88rarqjgb0bx05gdanqxwghz8ws2hh5cvn9m9g4sb"; + libraryHaskellDepends = [ + aeson base bytestring directory relude tasty tasty-hunit text + unordered-containers + ]; + description = "Morpheus GraphQL Test"; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; + }) {}; + "morphisms" = callPackage ({ mkDerivation }: mkDerivation { @@ -196827,6 +197202,27 @@ self: { broken = true; }) {}; + "oeis2_1_0_7" = callPackage + ({ mkDerivation, aeson, base, containers, hspec, http-conduit, lens + , lens-aeson, QuickCheck, text, vector + }: + mkDerivation { + pname = "oeis2"; + version = "1.0.7"; + sha256 = "1nywxada76zqzraadwbmz3v6dpwbd997393ksrprci5n6myrakng"; + libraryHaskellDepends = [ + aeson base containers http-conduit lens lens-aeson text vector + ]; + testHaskellDepends = [ + aeson base containers hspec http-conduit lens lens-aeson QuickCheck + text vector + ]; + description = "Interface for Online Encyclopedia of Integer Sequences (OEIS)"; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; + }) {}; + "off-simple" = callPackage ({ mkDerivation, base, parsec3, vector }: mkDerivation { @@ -199103,6 +199499,36 @@ self: { maintainers = with lib.maintainers; [ maralorn ]; }) {}; + "optics_0_4_1" = callPackage + ({ mkDerivation, array, base, bytestring, containers + , indexed-profunctors, inspection-testing, lens, mtl, optics-core + , optics-extra, optics-th, QuickCheck, random, tasty, tasty-bench + , tasty-hunit, tasty-quickcheck, template-haskell, transformers + , unordered-containers, vector + }: + mkDerivation { + pname = "optics"; + version = "0.4.1"; + sha256 = "068r2ldq5aysvs5gcd80xpvbmsw5vylc4x0rfsnm9k330q5vzlkx"; + libraryHaskellDepends = [ + array base containers mtl optics-core optics-extra optics-th + transformers + ]; + testHaskellDepends = [ + base containers indexed-profunctors inspection-testing mtl + optics-core QuickCheck random tasty tasty-hunit tasty-quickcheck + template-haskell + ]; + benchmarkHaskellDepends = [ + base bytestring containers lens tasty-bench transformers + unordered-containers vector + ]; + description = "Optics as an abstract interface"; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + maintainers = with lib.maintainers; [ maralorn ]; + }) {}; + "optics-core" = callPackage ({ mkDerivation, array, base, containers, indexed-profunctors , indexed-traversable, transformers @@ -199119,6 +199545,23 @@ self: { license = lib.licenses.bsd3; }) {}; + "optics-core_0_4_1" = callPackage + ({ mkDerivation, array, base, containers, indexed-profunctors + , indexed-traversable, transformers + }: + mkDerivation { + pname = "optics-core"; + version = "0.4.1"; + sha256 = "16ll8829g8v5g6gqdcfj77k6g4sqpmpxbda9jhm4h68pycay4r6a"; + libraryHaskellDepends = [ + array base containers indexed-profunctors indexed-traversable + transformers + ]; + description = "Optics as an abstract interface: core definitions"; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + }) {}; + "optics-extra" = callPackage ({ mkDerivation, array, base, bytestring, containers, hashable , indexed-profunctors, indexed-traversable-instances, mtl @@ -199139,6 +199582,25 @@ self: { license = lib.licenses.bsd3; }) {}; + "optics-extra_0_4_1" = callPackage + ({ mkDerivation, array, base, bytestring, containers, hashable + , indexed-profunctors, indexed-traversable-instances, mtl + , optics-core, text, transformers, unordered-containers, vector + }: + mkDerivation { + pname = "optics-extra"; + version = "0.4.1"; + sha256 = "0xxsl4vkq77vnqi9s57d0kgsr4qj87zpad10ax0ywhvzzbvh98fg"; + libraryHaskellDepends = [ + array base bytestring containers hashable indexed-profunctors + indexed-traversable-instances mtl optics-core text transformers + unordered-containers vector + ]; + description = "Extra utilities and instances for optics-core"; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + }) {}; + "optics-th" = callPackage ({ mkDerivation, base, containers, mtl, optics-core, tagged , template-haskell, th-abstraction, transformers @@ -199158,6 +199620,24 @@ self: { license = lib.licenses.bsd3; }) {}; + "optics-th_0_4_1" = callPackage + ({ mkDerivation, base, containers, mtl, optics-core, tagged + , template-haskell, th-abstraction, transformers + }: + mkDerivation { + pname = "optics-th"; + version = "0.4.1"; + sha256 = "05zxljfqmhr5if7l8gld5s864nql6kqjfizsf1z7r3ydknvmff6p"; + libraryHaskellDepends = [ + base containers mtl optics-core template-haskell th-abstraction + transformers + ]; + testHaskellDepends = [ base optics-core tagged ]; + description = "Optics construction using TemplateHaskell"; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + }) {}; + "optics-vl" = callPackage ({ mkDerivation, base, indexed-profunctors, optics-core , profunctors @@ -201745,6 +202225,41 @@ self: { license = lib.licenses.gpl2Plus; }) {}; + "pandoc-plot_1_5_0" = callPackage + ({ mkDerivation, aeson, base, bytestring, containers, criterion + , data-default, directory, filepath, gitrev, hashable, hspec + , hspec-expectations, lifted-async, lifted-base, mtl + , optparse-applicative, pandoc, pandoc-types, shakespeare, tagsoup + , tasty, tasty-hspec, tasty-hunit, template-haskell, text + , typed-process, unix, yaml + }: + mkDerivation { + pname = "pandoc-plot"; + version = "1.5.0"; + sha256 = "1naq6kfzxghxn6gzkp0697sdmfjdr2hk790d2rrwx72zv66g35vy"; + isLibrary = true; + isExecutable = true; + libraryHaskellDepends = [ + aeson base bytestring containers data-default directory filepath + hashable lifted-async lifted-base mtl pandoc pandoc-types + shakespeare tagsoup template-haskell text typed-process unix yaml + ]; + executableHaskellDepends = [ + base containers directory filepath gitrev optparse-applicative + pandoc pandoc-types template-haskell text typed-process + ]; + testHaskellDepends = [ + base containers directory filepath hspec hspec-expectations + pandoc-types tasty tasty-hspec tasty-hunit text + ]; + benchmarkHaskellDepends = [ + base criterion pandoc-types template-haskell text + ]; + description = "A Pandoc filter to include figures generated from code blocks using your plotting toolkit of choice"; + license = lib.licenses.gpl2Plus; + hydraPlatforms = lib.platforms.none; + }) {}; + "pandoc-pyplot" = callPackage ({ mkDerivation, base, containers, data-default-class, deepseq , directory, filepath, hashable, hspec, hspec-expectations, mtl @@ -203813,12 +204328,25 @@ self: { license = lib.licenses.asl20; }) {}; + "partial-semigroup_0_6_0_0" = callPackage + ({ mkDerivation, base, hedgehog }: + mkDerivation { + pname = "partial-semigroup"; + version = "0.6.0.0"; + sha256 = "1fn8b8q99m6xdgiqi2smffk4s1h3sil2v5c1na8fl3gv04kc0v13"; + libraryHaskellDepends = [ base ]; + testHaskellDepends = [ base hedgehog ]; + description = "A partial binary associative operator"; + license = lib.licenses.asl20; + hydraPlatforms = lib.platforms.none; + }) {}; + "partial-semigroup-hedgehog" = callPackage ({ mkDerivation, base, hedgehog, partial-semigroup }: mkDerivation { pname = "partial-semigroup-hedgehog"; - version = "0.6.0.10"; - sha256 = "1i40ndpk6dwq56fd83za46wn1fyzm46hnx06s29h4pz1ilfrk1xx"; + version = "0.6.0.12"; + sha256 = "0razhgznrrzp23zdpl1z8056n2dp2azl42cnha2g0b5h04nipg4q"; libraryHaskellDepends = [ base hedgehog partial-semigroup ]; description = "Property testing for partial semigroups using Hedgehog"; license = lib.licenses.asl20; @@ -204376,6 +204904,8 @@ self: { pname = "path-text-utf8"; version = "0.0.1.10"; sha256 = "1nbmsydpg8m09q5i907bnh57x5lcd3rw3rnxa31b93xzaynxwhsn"; + revision = "1"; + editedCabalFile = "1f1y2m1qqdxnqi1n4bvgbqilsjk3sqkvi4nk2pz5l9bl97k0l42z"; libraryHaskellDepends = [ base bytestring path safe-exceptions text ]; @@ -218210,8 +218740,8 @@ self: { }: mkDerivation { pname = "prometheus-proc"; - version = "0.1.3.1"; - sha256 = "1g4pfnyamcn3p2qgnviz1f1lq808jpbi2fkibrxk0xb60flism3l"; + version = "0.1.4.0"; + sha256 = "0sicn1c51ks1c535nbgrqrgfqvzb8c5pmpnf2dx9a1xvjq2m54ny"; libraryHaskellDepends = [ base directory filepath prometheus-client regex-applicative text unix unix-memory @@ -231946,8 +232476,8 @@ self: { }: mkDerivation { pname = "ridley-extras"; - version = "0.1.1.0"; - sha256 = "1syqjc1002cxdk8bsa3k2c232dkmhlw9r4bi5h68a0ddvi86x0ha"; + version = "0.1.2.0"; + sha256 = "086wsj7xsxk8wzj2f6hc7qhklf3mm3swanhddhjvwj0fnnw5fha4"; libraryHaskellDepends = [ base ekg-prometheus-adapter microlens mtl prometheus ridley shelly text transformers @@ -240234,8 +240764,8 @@ self: { pname = "servant"; version = "0.19"; sha256 = "1rahn436vc3xajn563ni25jqkg87fvhqkpswan1xy6qsfr0ikdjb"; - revision = "1"; - editedCabalFile = "0v1jpvjj4b9j16af62ypnf2xns8gbwg82dq07dfd0flsr32r3vws"; + revision = "4"; + editedCabalFile = "0g0y6xj9wa8fl62slqfpimx2c6xadqvyqhl661pbbk3f1p11j4cd"; libraryHaskellDepends = [ aeson attoparsec base base-compat bifunctors bytestring case-insensitive constraints deepseq http-api-data http-media @@ -240308,8 +240838,8 @@ self: { pname = "servant-auth"; version = "0.4.1.0"; sha256 = "08ggnlknhzdpf49zjm1qpzm12gckss7yr8chmzm6h6ycigz77ndd"; - revision = "2"; - editedCabalFile = "0z58fqjas3dvczpkm9l9j7cmpb86b07iicijbcm4q15ddfgv39dy"; + revision = "3"; + editedCabalFile = "1gqg8hkq9gym3sd8xy2zij8lwrbiaqccdjkr6dyxqnnb71qm54bw"; libraryHaskellDepends = [ aeson base containers jose lens servant text unordered-containers ]; @@ -240328,8 +240858,8 @@ self: { pname = "servant-auth-client"; version = "0.4.1.0"; sha256 = "16rmwdrx0qyqa821ipayczzl3gv8gvqgx8k9q8qaw19w87hwkh83"; - revision = "3"; - editedCabalFile = "102p6mcafxsp41kzqzp59dm5d58r7mdhdijxnhhw25913qzi2pl3"; + revision = "5"; + editedCabalFile = "19y15pn7h1gv22y4yww33ri27plfwblygh5alfznsjdnmfzij3v4"; libraryHaskellDepends = [ base bytestring containers servant servant-auth servant-client-core ]; @@ -240384,8 +240914,8 @@ self: { pname = "servant-auth-docs"; version = "0.2.10.0"; sha256 = "0j1ynnrb6plrhpb2vzs2p7a9jb41llp0j1jwgap7hjhkwhyc7wxd"; - revision = "9"; - editedCabalFile = "0bqs4l7iwzdx0ppyh7v4b4rmy8va3p3ijknp2dc2lwj5yclzfl32"; + revision = "10"; + editedCabalFile = "0c77b23wxqw168sk11s897pjnq4ma4cjvw99b0ny2ggf0v83hw6n"; setupHaskellDepends = [ base Cabal cabal-doctest ]; libraryHaskellDepends = [ base lens servant servant-auth servant-docs text @@ -240450,8 +240980,8 @@ self: { pname = "servant-auth-server"; version = "0.4.7.0"; sha256 = "1m145xxqg1xy7i1br9yfh3avwkb30zh808nr658ljl7j2imlknj2"; - revision = "1"; - editedCabalFile = "1ibm22i3hqgmfw93fdxrmb8b1zzhprwrcvlril4ykwbsdvxp0x1y"; + revision = "3"; + editedCabalFile = "0niwlkkcv9q4zqh14lv5iq04qhw45xz2p2hhb56gva7cm6yhjgas"; libraryHaskellDepends = [ aeson base base64-bytestring blaze-builder bytestring case-insensitive cookie data-default-class entropy http-types jose @@ -240476,8 +241006,8 @@ self: { pname = "servant-auth-swagger"; version = "0.2.10.1"; sha256 = "029nvb4wxwl98ah26bgcq1b7izrnvssxwn1682liimvsh4a8bady"; - revision = "5"; - editedCabalFile = "0wfpjw183v3bpcd4an8dx13ckdiaw7xmavwvcm2qhifpjd79wpi4"; + revision = "6"; + editedCabalFile = "0cnzwpag9cxkd1fljr7vlsmlv0idm4damgvkjrc4yqgpqqnm93zs"; libraryHaskellDepends = [ base lens servant servant-auth servant-swagger swagger2 text ]; @@ -240796,8 +241326,8 @@ self: { pname = "servant-client"; version = "0.19"; sha256 = "1bdapsr6il0f019ss8wsxndpc8cd5czj40xczay5qhl7fqnxg5pa"; - revision = "1"; - editedCabalFile = "0rdbycjshpg5jx6a0s97nfbgcibjgpwy1didgsd5lml9iq6xprpn"; + revision = "3"; + editedCabalFile = "16a3lsm2w4jvnisy0n38jx8a1974qywg569fml6zhx9fvz741dd8"; libraryHaskellDepends = [ base base-compat bytestring containers deepseq exceptions http-client http-media http-types kan-extensions monad-control mtl @@ -240826,8 +241356,8 @@ self: { pname = "servant-client-core"; version = "0.19"; sha256 = "0cisc5cyl367cwrch1gr812aspd36a21hkwi6mwj708rpspwvrmc"; - revision = "1"; - editedCabalFile = "1dka1c1fsgd1ipzimz6h1in8h6ifdjb0bvvg4r0nb2z8887s6qaz"; + revision = "3"; + editedCabalFile = "1sk2nf0w9wxd7sqn3kla65kk91rk03xz8ll297wg2b2xqybvy8ph"; libraryHaskellDepends = [ aeson base base-compat base64-bytestring bytestring constraints containers deepseq exceptions free http-media http-types @@ -240997,8 +241527,8 @@ self: { pname = "servant-docs"; version = "0.12"; sha256 = "0531jldq35sl1qlna0s1n8bakbsplg15611305dk48z80vcpa933"; - revision = "1"; - editedCabalFile = "1pkngpbsl99y0ixwqf1rh8x2nf6q16wh506xrr7m1jgs05b5aa2a"; + revision = "2"; + editedCabalFile = "0spgsfl1bx11yq7wivjrj3p5axszqya0pnmpcg2x5r6vm40qkzbk"; isLibrary = true; isExecutable = true; libraryHaskellDepends = [ @@ -241244,8 +241774,8 @@ self: { pname = "servant-foreign"; version = "0.15.4"; sha256 = "0bznb73rbgfgkg7n4pxghkqsfca0yw9vak73c6w8sqvc2mjnc7mz"; - revision = "2"; - editedCabalFile = "1jniqh4bs128km462nmw0scpqngal38z5rvk6mv3an760kvkcrs9"; + revision = "4"; + editedCabalFile = "1c37ks36xba26br81bbdvb9qphzsrnngrd7nb6dv194z1p51n2xs"; libraryHaskellDepends = [ base base-compat http-types lens servant text ]; @@ -241430,8 +241960,8 @@ self: { pname = "servant-http-streams"; version = "0.18.4"; sha256 = "15f24rcgz839cb38q4gs1liqrdyqjbazcqzjdxmv4307x072pv3a"; - revision = "1"; - editedCabalFile = "149wnh3x9bwhaaygn7m4bl9zym7vl4bk4q5hivnd1p5jpzjsbaa0"; + revision = "4"; + editedCabalFile = "1f4iki0sxxszdf7sm02gk823w08z5laimym6rrsrsff56aviz1ll"; libraryHaskellDepends = [ base base-compat bytestring case-insensitive containers deepseq exceptions http-common http-media http-streams http-types @@ -241720,8 +242250,8 @@ self: { pname = "servant-multipart"; version = "0.12.1"; sha256 = "1p55kb3zhq25ncp7wimhggssn68abfgsnlldk13rk1iajaj6y8y5"; - revision = "2"; - editedCabalFile = "0cdzdbj4mx56bv3q4gc6g4wjgx3q8cxxcvja1j0kbirzmly1nqy4"; + revision = "3"; + editedCabalFile = "1wkbwd6gypmv7aziaag3gzwgvvqx4bw8i4qp2vpmc7ip2ydm10ml"; libraryHaskellDepends = [ base bytestring directory lens resourcet servant servant-docs servant-foreign servant-multipart-api servant-server @@ -241741,8 +242271,8 @@ self: { pname = "servant-multipart-api"; version = "0.12.1"; sha256 = "1gifa9g7ggs0plzffrd9a8j24dmqvgbkkdkfzyy7mpmwrjqw7mcj"; - revision = "2"; - editedCabalFile = "02rwb6q8ycp3zlrqdcwkyggx8izj1vkz51cmk8sgrqidk0aaacqs"; + revision = "3"; + editedCabalFile = "1zhiszjg8n37g25sh2cnw509n0v4b89fd93j466f2gzwkxfaaw0m"; libraryHaskellDepends = [ base bytestring servant text transformers ]; @@ -241760,8 +242290,8 @@ self: { pname = "servant-multipart-client"; version = "0.12.1"; sha256 = "07haaf9nq96lfv2dhqf4319vl321f53v0mypbbg3swzb6rrfkw9h"; - revision = "2"; - editedCabalFile = "13m3dr63hj9bdc3gr0vmrjcmvy9bv4bk0fa4pj4zljd6z67dxr79"; + revision = "3"; + editedCabalFile = "1jq89aizhkdivmgj9gispipf2mdyq1fnlq102lr5jm1vgrmfmbpx"; isLibrary = true; isExecutable = true; libraryHaskellDepends = [ @@ -241844,6 +242374,8 @@ self: { pname = "servant-openapi3"; version = "2.0.1.4"; sha256 = "1dlz5fsz7j5yrf6kps4j1mxlj4ww2q4szx5k6apawi06i8ibshh7"; + revision = "1"; + editedCabalFile = "09mvra21hs32zgwcvhj50078l6kybw43xvdp7wd5f40sk8d5j4gf"; setupHaskellDepends = [ base Cabal cabal-doctest ]; libraryHaskellDepends = [ aeson aeson-pretty base base-compat bytestring hspec http-media @@ -242386,6 +242918,46 @@ self: { license = lib.licenses.bsd3; }) {}; + "servant-server_0_19_1" = callPackage + ({ mkDerivation, aeson, base, base-compat, base64-bytestring + , bytestring, constraints, containers, directory, exceptions + , filepath, hspec, hspec-discover, hspec-wai, http-api-data + , http-media, http-types, monad-control, mtl, network, network-uri + , QuickCheck, resourcet, safe, servant, should-not-typecheck + , sop-core, string-conversions, tagged, temporary, text + , transformers, transformers-base, transformers-compat, wai + , wai-app-static, wai-extra, warp, word8 + }: + mkDerivation { + pname = "servant-server"; + version = "0.19.1"; + sha256 = "1g88vdwacwli79y5idqlrbhl2k9r463h560f2lk5abhqsmsm9bhd"; + revision = "1"; + editedCabalFile = "1cgapxrbyzxhs19dkmav7msgv26llrzcr524n8k4z0msww3wzvfn"; + isLibrary = true; + isExecutable = true; + libraryHaskellDepends = [ + base base-compat base64-bytestring bytestring constraints + containers exceptions filepath http-api-data http-media http-types + monad-control mtl network network-uri resourcet servant sop-core + string-conversions tagged text transformers transformers-base wai + wai-app-static word8 + ]; + executableHaskellDepends = [ + aeson base base-compat servant text wai warp + ]; + testHaskellDepends = [ + aeson base base-compat base64-bytestring bytestring directory hspec + hspec-wai http-types mtl QuickCheck resourcet safe servant + should-not-typecheck sop-core string-conversions temporary text + transformers transformers-compat wai wai-extra + ]; + testToolDepends = [ hspec-discover ]; + description = "A family of combinators for defining webservices APIs and serving them"; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + }) {}; + "servant-server-namedargs" = callPackage ({ mkDerivation, base, bytestring, http-api-data, http-types, named , servant, servant-namedargs, servant-server, string-conversions @@ -242665,8 +243237,8 @@ self: { pname = "servant-swagger"; version = "1.1.10"; sha256 = "0y6zylhs4z0nfz75d4i2azcq0yh2bd4inanwblx4035dgkk1q78a"; - revision = "2"; - editedCabalFile = "1zdngj10ryba4wl5zvxwadkar1c100221li5fj8ykgfwf64s92ps"; + revision = "4"; + editedCabalFile = "14z5b3x58y8jlwqvzs3icwqyg1abq46d06dv2jjp60cbvpf38mxf"; setupHaskellDepends = [ base Cabal cabal-doctest ]; libraryHaskellDepends = [ aeson aeson-pretty base base-compat bytestring hspec http-media @@ -242708,8 +243280,8 @@ self: { pname = "servant-swagger-ui"; version = "0.3.5.4.5.0"; sha256 = "12w75z23bnygyr3ki9w3zfy9nhxyjawf9pyzhfg6rp2mq3nji9gg"; - revision = "1"; - editedCabalFile = "0ymfgprh9rg3fxjz2bj34wivf01iicib2584swp2xjvv4wwi3v58"; + revision = "2"; + editedCabalFile = "05g4gnvr8ljg5mszan5cr9zzi40p6d8sr7343mm2yc3ps45vy9g1"; libraryHaskellDepends = [ aeson base bytestring file-embed-lzma servant servant-server servant-swagger-ui-core text @@ -242727,8 +243299,8 @@ self: { pname = "servant-swagger-ui-core"; version = "0.3.5"; sha256 = "0ckvrwrb3x39hfl2hixcj3fhibh0vqsh6y7n1lsm25yvzfrg02zd"; - revision = "3"; - editedCabalFile = "1vl5iqbrqy34rg48ivvcsyh439dplpvvw4jxzaynq348d5ggxknd"; + revision = "4"; + editedCabalFile = "16183mrmxipa3l3ffpibsrr41mbi2iikw66y80hplmnl6jjhnyzd"; libraryHaskellDepends = [ aeson base blaze-markup bytestring http-media servant servant-blaze servant-server text transformers transformers-compat wai-app-static @@ -242745,8 +243317,8 @@ self: { pname = "servant-swagger-ui-jensoleg"; version = "0.3.4"; sha256 = "04s4syfmnjwa52xqm29x2sfi1ka6p7fpjff0pxry099rh0d59hkm"; - revision = "3"; - editedCabalFile = "0bhzp872wdw1i9l3w7frdpnjh3k8d24w4rr9s7djw2bb8dcsnz24"; + revision = "4"; + editedCabalFile = "145yljjkb4pmpkcic77qy99v0s4ijvzgsrpcwpjcmnmi5y8f39zm"; libraryHaskellDepends = [ aeson base bytestring file-embed-lzma servant servant-server servant-swagger-ui-core text @@ -242763,8 +243335,8 @@ self: { pname = "servant-swagger-ui-redoc"; version = "0.3.4.1.22.3"; sha256 = "0ln2sz7ffhddk4dqvczpxb5g8f6bic7sandn5zifpz2jg7lgzy0f"; - revision = "3"; - editedCabalFile = "1isismwgd73nr2wv6viz01gidxdky8glmdv43xldaaqfl718y4j8"; + revision = "4"; + editedCabalFile = "17spfmrwvj24hxd5sxysn6l3a449nw0ln2m6fslrr7wy4czp2kj5"; libraryHaskellDepends = [ aeson base bytestring file-embed-lzma servant servant-server servant-swagger-ui-core text @@ -251345,8 +251917,8 @@ self: { pname = "soap"; version = "0.2.3.6"; sha256 = "0xmiabnx814rwdwrcipv0kja6ljgwqr4x58sa8s07nrs3ph8xz6d"; - revision = "1"; - editedCabalFile = "071095r9jxxw58pp7igabgdh73z373vqww3a2136xgmamvlnryjh"; + revision = "2"; + editedCabalFile = "04n55zcwkdc0xf9gkj4lywfx8j1xjmb9hbfl4z8fjlpwxklkwfhn"; libraryHaskellDepends = [ base bytestring conduit configurator data-default exceptions http-client http-types iconv mtl resourcet text @@ -254180,6 +254752,18 @@ self: { license = lib.licenses.bsd3; }) {}; + "srcloc_0_6_0_1" = callPackage + ({ mkDerivation, base }: + mkDerivation { + pname = "srcloc"; + version = "0.6.0.1"; + sha256 = "1ldn2dwxhyjll6nvsxylgvxfl7m6j4kk1qzv5xhklg1avfhz4khm"; + libraryHaskellDepends = [ base ]; + description = "Data types for managing source code locations"; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + }) {}; + "srec" = callPackage ({ mkDerivation, base, bytestring }: mkDerivation { @@ -259454,6 +260038,24 @@ self: { license = lib.licenses.mit; }) {}; + "strive_6_0_0_2" = callPackage + ({ mkDerivation, aeson, base, bytestring, data-default, gpolyline + , http-client, http-client-tls, http-types, template-haskell, text + , time, transformers + }: + mkDerivation { + pname = "strive"; + version = "6.0.0.2"; + sha256 = "02bw8qsfixjdlyzp1gpgrrj0qacw40rsw75858l0894lyq7x35hk"; + libraryHaskellDepends = [ + aeson base bytestring data-default gpolyline http-client + http-client-tls http-types template-haskell text time transformers + ]; + description = "A client for the Strava V3 API"; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; + }) {}; + "strong-path" = callPackage ({ mkDerivation, base, exceptions, filepath, hashable, hspec, path , tasty, tasty-discover, tasty-hspec, tasty-quickcheck @@ -261574,8 +262176,8 @@ self: { }: mkDerivation { pname = "sydtest"; - version = "0.8.0.0"; - sha256 = "1b2i4w58k0mrb5lk4hjbwfmm065gmmll6jm3k6jydjjkkpf1zfap"; + version = "0.8.0.1"; + sha256 = "0h524wiwmvx4gp73lsnl5bk93866z6ac1s37xbym7jlfbzn6q8x1"; libraryHaskellDepends = [ async autodocodec autodocodec-yaml base bytestring containers Diff dlist envparse filepath MonadRandom mtl optparse-applicative path @@ -266524,13 +267126,15 @@ self: { }) {}; "template-haskell-optics" = callPackage - ({ mkDerivation, base, containers, optics-core, template-haskell }: + ({ mkDerivation, base, containers, optics-core, template-haskell + , th-abstraction + }: mkDerivation { pname = "template-haskell-optics"; - version = "0.1"; - sha256 = "019njh3w321dsyx892snxl16arypf04mw415s8f1771wcd3l4q8n"; + version = "0.2"; + sha256 = "13jjycd2yirslab7j6gd1hfl9bn5srid4b2apdz36janxx8np4mm"; libraryHaskellDepends = [ - base containers optics-core template-haskell + base containers optics-core template-haskell th-abstraction ]; description = "Optics for template-haskell types"; license = lib.licenses.bsd3; @@ -267338,6 +267942,18 @@ self: { license = lib.licenses.bsd3; }) {}; + "terminal-size_0_3_3" = callPackage + ({ mkDerivation, base }: + mkDerivation { + pname = "terminal-size"; + version = "0.3.3"; + sha256 = "1hv0r8gr1ms258rrz602gd5kziykkxw5zlnnzz5f42r0ly7lq5wc"; + libraryHaskellDepends = [ base ]; + description = "Get terminal window height and width"; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + }) {}; + "terminal-text" = callPackage ({ mkDerivation, ansi-terminal, base, container, layered-state , prologue, text @@ -269911,6 +270527,27 @@ self: { license = lib.licenses.mit; }) {}; + "th-lego_0_3_0_1" = callPackage + ({ mkDerivation, base, QuickCheck, quickcheck-instances, rerebase + , tasty, tasty-hunit, tasty-quickcheck, template-haskell + , template-haskell-compat-v0208, text + }: + mkDerivation { + pname = "th-lego"; + version = "0.3.0.1"; + sha256 = "092q1mg38lkam0bcw4i1m14563j8z9l9hcqjp0sfsclkylamh23c"; + libraryHaskellDepends = [ + base template-haskell template-haskell-compat-v0208 text + ]; + testHaskellDepends = [ + QuickCheck quickcheck-instances rerebase tasty tasty-hunit + tasty-quickcheck template-haskell + ]; + description = "Template Haskell construction utilities"; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; + }) {}; + "th-lift" = callPackage ({ mkDerivation, base, ghc-prim, template-haskell, th-abstraction }: @@ -274375,6 +275012,31 @@ self: { broken = true; }) {}; + "tracing-control_0_0_7_3" = callPackage + ({ mkDerivation, aeson, base, base16-bytestring, bytestring + , case-insensitive, containers, hspec, http-client, lifted-base + , monad-control, mtl, network, random, stm, stm-lifted, text, time + , transformers, transformers-base + }: + mkDerivation { + pname = "tracing-control"; + version = "0.0.7.3"; + sha256 = "1cxn64v6qa3n7d3d7nq4r9xrq42fl7z3xkqa9k8alaqfzkpx7v17"; + libraryHaskellDepends = [ + aeson base base16-bytestring bytestring case-insensitive containers + http-client lifted-base monad-control mtl network random stm + stm-lifted text time transformers transformers-base + ]; + testHaskellDepends = [ + base containers hspec lifted-base monad-control mtl stm stm-lifted + text + ]; + description = "Distributed tracing"; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; + }) {}; + "tracked-files" = callPackage ({ mkDerivation, base, directory, hspec, process, text }: mkDerivation { @@ -280425,6 +281087,31 @@ self: { license = lib.licenses.bsd3; }) {}; + "unicode-transforms_0_4_0_1" = callPackage + ({ mkDerivation, base, bytestring, deepseq, filepath, ghc-prim + , hspec, path, path-io, QuickCheck, split, tasty-bench, text + , unicode-data + }: + mkDerivation { + pname = "unicode-transforms"; + version = "0.4.0.1"; + sha256 = "1z29jvli2rqkynfxni1gibl81458j7h8lrb8fg6lpnj8svhy2y1j"; + isLibrary = true; + isExecutable = true; + libraryHaskellDepends = [ + base bytestring ghc-prim text unicode-data + ]; + testHaskellDepends = [ + base bytestring deepseq hspec QuickCheck split text unicode-data + ]; + benchmarkHaskellDepends = [ + base deepseq filepath path path-io tasty-bench text + ]; + description = "Unicode normalization"; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + }) {}; + "unicode-tricks" = callPackage ({ mkDerivation, base, containers, data-default, deepseq, hashable , hspec, hspec-discover, QuickCheck, text @@ -286852,7 +287539,7 @@ self: { license = lib.licenses.bsd3; }) {}; - "vty_5_34" = callPackage + "vty_5_35_1" = callPackage ({ mkDerivation, ansi-terminal, base, binary, blaze-builder , bytestring, Cabal, containers, deepseq, directory, filepath , hashable, HUnit, microlens, microlens-mtl, microlens-th, mtl @@ -286863,8 +287550,8 @@ self: { }: mkDerivation { pname = "vty"; - version = "5.34"; - sha256 = "03l84hbfny5rcgqf9jf4d3d28s0lrgkh83dvdipmxdq9hrjxsq9x"; + version = "5.35.1"; + sha256 = "062dpz8fxrnggzpl041zpbph0xj56jki98ajm2s78dldg5vy0c9k"; isLibrary = true; isExecutable = true; libraryHaskellDepends = [ @@ -288619,6 +289306,25 @@ self: { broken = true; }) {}; + "wai-rate-limit-redis_0_2_0_1" = callPackage + ({ mkDerivation, base, bytestring, hedis, http-types, tasty + , tasty-hedgehog, tasty-hunit, wai, wai-extra, wai-rate-limit, warp + }: + mkDerivation { + pname = "wai-rate-limit-redis"; + version = "0.2.0.1"; + sha256 = "1gizywhdrpngs5l6qh5ggnnfkcgplwsigcjj3z8l7vwif74j6qsd"; + libraryHaskellDepends = [ base bytestring hedis wai-rate-limit ]; + testHaskellDepends = [ + base bytestring hedis http-types tasty tasty-hedgehog tasty-hunit + wai wai-extra wai-rate-limit warp + ]; + description = "Redis backend for rate limiting as WAI middleware"; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; + broken = true; + }) {}; + "wai-request-spec" = callPackage ({ mkDerivation, base, bytestring, case-insensitive, containers , criterion, http-types, text, wai @@ -288759,6 +289465,25 @@ self: { license = lib.licenses.mit; }) {}; + "wai-saml2_0_2_1_3" = callPackage + ({ mkDerivation, base, base64-bytestring, bytestring, c14n + , cryptonite, data-default-class, http-types, mtl, text, time + , vault, wai, wai-extra, x509, x509-store, xml-conduit + }: + mkDerivation { + pname = "wai-saml2"; + version = "0.2.1.3"; + sha256 = "1q1il1lwzinpyhkqrg62hwh7kbb2dyhrlynpzhc9kps00kfxg8zw"; + libraryHaskellDepends = [ + base base64-bytestring bytestring c14n cryptonite + data-default-class http-types mtl text time vault wai wai-extra + x509 x509-store xml-conduit + ]; + description = "SAML2 assertion validation as WAI middleware"; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; + }) {}; + "wai-secure-cookies" = callPackage ({ mkDerivation, base, bytestring, cryptonite, hspec , hspec-expectations, hspec-wai, http-types, memory, random, split @@ -288907,6 +289632,33 @@ self: { broken = true; }) {}; + "wai-session-redis_0_1_0_5" = callPackage + ({ mkDerivation, base, bytestring, cereal, data-default, hedis + , hspec, http-types, vault, wai, wai-session, warp + }: + mkDerivation { + pname = "wai-session-redis"; + version = "0.1.0.5"; + sha256 = "0lfyj0id6gm6cfx7dmfiw0mx26m7ah5c4mb5xhnzmh65s538l2zs"; + isLibrary = true; + isExecutable = true; + libraryHaskellDepends = [ + base bytestring cereal data-default hedis vault wai wai-session + ]; + executableHaskellDepends = [ + base bytestring cereal data-default hedis http-types vault wai + wai-session warp + ]; + testHaskellDepends = [ + base bytestring cereal data-default hedis hspec vault wai + wai-session + ]; + description = "Simple Redis backed wai-session backend"; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; + }) {}; + "wai-session-tokyocabinet" = callPackage ({ mkDerivation, base, bytestring, cereal, errors , tokyocabinet-haskell, transformers, wai-session @@ -291995,6 +292747,26 @@ self: { maintainers = with lib.maintainers; [ maralorn ]; }) {}; + "witch_1_0_0_2" = callPackage + ({ mkDerivation, base, bytestring, containers, HUnit + , template-haskell, text, time + }: + mkDerivation { + pname = "witch"; + version = "1.0.0.2"; + sha256 = "1abm9azjj8044m3cgzs8nnl99zdwg561hbscip9ypra3z3vmh1ix"; + libraryHaskellDepends = [ + base bytestring containers template-haskell text time + ]; + testHaskellDepends = [ + base bytestring containers HUnit template-haskell text time + ]; + description = "Convert values from one type into another"; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; + maintainers = with lib.maintainers; [ maralorn ]; + }) {}; + "with-index" = callPackage ({ mkDerivation, base }: mkDerivation { @@ -297126,6 +297898,33 @@ self: { hydraPlatforms = lib.platforms.none; }) {}; + "yaml-unscrambler_0_1_0_9" = callPackage + ({ mkDerivation, acc, attoparsec, attoparsec-data, attoparsec-time + , base, base64-bytestring, bytestring, conduit, containers, foldl + , hashable, libyaml, mtl, neat-interpolation, QuickCheck + , quickcheck-instances, rerebase, scientific, selective, tasty + , tasty-hunit, tasty-quickcheck, text, text-builder-dev, time + , transformers, unordered-containers, uuid, vector, yaml + }: + mkDerivation { + pname = "yaml-unscrambler"; + version = "0.1.0.9"; + sha256 = "18xl26w4w7ql0936n5h7fqmcpyg284gn507wx67vs3yqqva1n07a"; + libraryHaskellDepends = [ + acc attoparsec attoparsec-data attoparsec-time base + base64-bytestring bytestring conduit containers foldl hashable + libyaml mtl scientific selective text text-builder-dev time + transformers unordered-containers uuid vector yaml + ]; + testHaskellDepends = [ + foldl neat-interpolation QuickCheck quickcheck-instances rerebase + tasty tasty-hunit tasty-quickcheck + ]; + description = "Flexible declarative YAML parsing toolkit"; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; + }) {}; + "yaml2owl" = callPackage ({ mkDerivation, base, containers, directory, filepath, network , network-uri, swish, text, xml, yaml @@ -302229,8 +303028,8 @@ self: { }: mkDerivation { pname = "zoovisitor"; - version = "0.2.0.0"; - sha256 = "0yv1qyvyihzlg8gxmxymfig59kpl6ld30cmky49pfi727j10nrzy"; + version = "0.2.1.0"; + sha256 = "1vh20sjq305f7nkphprqby19cbd7w395yixq92w3mplsz9cx6h0n"; libraryHaskellDepends = [ base Z-Data Z-IO ]; librarySystemDepends = [ zookeeper_mt ]; testHaskellDepends = [ async base hspec uuid Z-Data ]; From f8c740b781135a7564fa32658c5887e606138e08 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Na=C3=AFm=20Favier?= Date: Sun, 20 Mar 2022 09:55:59 +0100 Subject: [PATCH 198/238] haskellPackages.misfortune: apply patch to fix GHC 9 build --- .../haskell-modules/configuration-common.nix | 6 ++ .../patches/misfortune-ghc9.patch | 70 +++++++++++++++++++ 2 files changed, 76 insertions(+) create mode 100644 pkgs/development/haskell-modules/patches/misfortune-ghc9.patch diff --git a/pkgs/development/haskell-modules/configuration-common.nix b/pkgs/development/haskell-modules/configuration-common.nix index f533bbd62d5c..1dd02e762f14 100644 --- a/pkgs/development/haskell-modules/configuration-common.nix +++ b/pkgs/development/haskell-modules/configuration-common.nix @@ -2372,6 +2372,12 @@ self: super: { # https://github.com/kuribas/mfsolve/issues/8 mfsolve = dontCheck super.mfsolve; + # compatibility with random-fu 0.3 https://github.com/mokus0/misfortune/pull/5 + misfortune = appendPatch ./patches/misfortune-ghc9.patch (overrideCabal (drv: { + revision = null; + editedCabalFile = null; + }) super.misfortune); + # Ships a custom cabal-doctest Setup.hs in the release tarball, but the actual # test suite is commented out, so the required dependency is missing naturally. # We need to use a default Setup.hs instead. Current master doesn't exhibit diff --git a/pkgs/development/haskell-modules/patches/misfortune-ghc9.patch b/pkgs/development/haskell-modules/patches/misfortune-ghc9.patch new file mode 100644 index 000000000000..39f983b15d78 --- /dev/null +++ b/pkgs/development/haskell-modules/patches/misfortune-ghc9.patch @@ -0,0 +1,70 @@ +diff --git a/misfortune.cabal b/misfortune.cabal +index f5d0dd3..faa5794 100644 +--- a/misfortune.cabal ++++ b/misfortune.cabal +@@ -113,7 +113,8 @@ Library + directory, + filepath, + knob, +- random-fu >= 0.2.2, ++ random, ++ random-fu >= 0.3, + semigroups, + text, + utf8-string, +diff --git a/src/Data/Fortune.hs b/src/Data/Fortune.hs +index 16d221e..ffbc970 100644 +--- a/src/Data/Fortune.hs ++++ b/src/Data/Fortune.hs +@@ -64,6 +64,7 @@ import Paths_misfortune + import System.Directory + import System.Environment + import System.FilePath ++import System.Random.Stateful (newIOGenM, newStdGen) + + -- |The number of fortune strings in the index + numFortunes :: S.FortuneStats -> Int +@@ -233,9 +234,10 @@ randomFortune paths = withFortuneFiles '%' False paths $ \fs -> do + -- random fortune from that file (unformly). + randomFortuneFromRandomFile :: RVar FortuneFile -> IO String + randomFortuneFromRandomFile file = do +- f <- sample file ++ gen <- newStdGen >>= newIOGenM ++ f <- sampleFrom gen file + n <- getNumFortunes f +- i <- sample (uniform 0 (n-1)) ++ i <- sampleFrom gen (uniform 0 (n-1)) + T.unpack <$> getFortune f i + + -- |Given a list of 'FortuneFile's, compute a distrubution over them weighted by the number +diff --git a/src/Fortune.hs b/src/Fortune.hs +index 5a27578..d6ffb74 100644 +--- a/src/Fortune.hs ++++ b/src/Fortune.hs +@@ -21,6 +21,7 @@ import System.Environment + import System.Exit + import System.FilePath + import System.IO ++import System.Random.Stateful (newIOGenM, newStdGen) + import Text.Printf + import Text.Regex.Base + import Text.Regex.PCRE +@@ -200,6 +201,7 @@ main = do + fortunes <- filterM (filterFile args) (fortuneFiles args) + + dist <- getDist args fortunes ++ gen <- newStdGen >>= newIOGenM + + when (numEvents dist == 0) $ do + hPutStrLn stderr "No fortunes matched the filter criteria" +@@ -225,8 +227,8 @@ main = do + , let pctStr = printf "(%.2f%%)" (100 * weight / totalWeight dist) :: String + ] + else do +- (file, fortuneDist) <- sample dist +- fortune <- sample fortuneDist ++ (file, fortuneDist) <- sampleFrom gen dist ++ fortune <- sampleFrom gen fortuneDist + putStrLn . T.unpack =<< getFortune file fortune + + getDist :: Args -> [FortuneFile] -> IO (Categorical Float (FortuneFile, Categorical Float Int)) From fe3d3d5764e3e422ea7979eb68a72080046e35d7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Na=C3=AFm=20Favier?= Date: Sun, 20 Mar 2022 20:18:09 +0100 Subject: [PATCH 199/238] haskellPackages.dice: apply patch to fix GHC 9 build --- .../haskell-modules/configuration-common.nix | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/pkgs/development/haskell-modules/configuration-common.nix b/pkgs/development/haskell-modules/configuration-common.nix index 1dd02e762f14..e2b1a7865d54 100644 --- a/pkgs/development/haskell-modules/configuration-common.nix +++ b/pkgs/development/haskell-modules/configuration-common.nix @@ -2378,6 +2378,17 @@ self: super: { editedCabalFile = null; }) super.misfortune); + # GHC 9 support https://github.com/lambdabot/dice/pull/2 + dice = appendPatch (pkgs.fetchpatch { + name = "dice-ghc9.patch"; + url = "https://github.com/lambdabot/dice/commit/80d6fd443cb17b21d91b725f994ece6e8274e0a0.patch"; + excludes = [ ".gitignore" ]; + sha256 = "sha256-MtS1n7v5D6MRWWzzTyKl3Lqd/NhD1bV+g80wnhZ3P/Y="; + }) (overrideCabal (drv: { + revision = null; + editedCabalFile = null; + }) super.dice); + # Ships a custom cabal-doctest Setup.hs in the release tarball, but the actual # test suite is commented out, so the required dependency is missing naturally. # We need to use a default Setup.hs instead. Current master doesn't exhibit From 832c091143013150c41d82ecbd17a680607c68e1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Na=C3=AFm=20Favier?= Date: Sun, 20 Mar 2022 20:55:36 +0100 Subject: [PATCH 200/238] lambdabot: apply patch to fix GHC 9 build --- .../haskell-modules/configuration-common.nix | 7 ++ .../patches/lambdabot-core-ghc9.patch | 95 +++++++++++++++++++ .../lambdabot-novelty-plugins-ghc9.patch | 58 +++++++++++ 3 files changed, 160 insertions(+) create mode 100644 pkgs/development/haskell-modules/patches/lambdabot-core-ghc9.patch create mode 100644 pkgs/development/haskell-modules/patches/lambdabot-novelty-plugins-ghc9.patch diff --git a/pkgs/development/haskell-modules/configuration-common.nix b/pkgs/development/haskell-modules/configuration-common.nix index e2b1a7865d54..fe8b4d63f827 100644 --- a/pkgs/development/haskell-modules/configuration-common.nix +++ b/pkgs/development/haskell-modules/configuration-common.nix @@ -2389,6 +2389,13 @@ self: super: { editedCabalFile = null; }) super.dice); + # GHC 9 support https://github.com/lambdabot/lambdabot/pull/204 + lambdabot-core = appendPatch ./patches/lambdabot-core-ghc9.patch (overrideCabal (drv: { + revision = null; + editedCabalFile = null; + }) super.lambdabot-core); + lambdabot-novelty-plugins = appendPatch ./patches/lambdabot-novelty-plugins-ghc9.patch super.lambdabot-novelty-plugins; + # Ships a custom cabal-doctest Setup.hs in the release tarball, but the actual # test suite is commented out, so the required dependency is missing naturally. # We need to use a default Setup.hs instead. Current master doesn't exhibit diff --git a/pkgs/development/haskell-modules/patches/lambdabot-core-ghc9.patch b/pkgs/development/haskell-modules/patches/lambdabot-core-ghc9.patch new file mode 100644 index 000000000000..87a112b82173 --- /dev/null +++ b/pkgs/development/haskell-modules/patches/lambdabot-core-ghc9.patch @@ -0,0 +1,95 @@ +diff --git a/lambdabot-core.cabal b/lambdabot-core.cabal +index 861a28b..87175a3 100644 +--- a/lambdabot-core.cabal ++++ b/lambdabot-core.cabal +@@ -19,7 +19,7 @@ homepage: https://wiki.haskell.org/Lambdabot + + build-type: Simple + cabal-version: >= 1.10 +-tested-with: GHC == 8.2.2, GHC == 8.4.4, GHC == 8.6.5, GHC == 8.8.4, GHC == 8.10.4 ++tested-with: GHC == 8.2.2, GHC == 8.4.4, GHC == 8.6.5, GHC == 8.8.4, GHC == 8.10.4, GHC == 9.0.2 + + extra-source-files: AUTHORS.md + COMMENTARY.md +@@ -89,9 +89,8 @@ library + network-bsd >= 2.7 && < 2.9, + parsec >= 3, + prim-uniq >= 0.2 && < 0.4, +- random >= 1, +- random-fu >= 0.2.6.2, +- random-source >= 0.3, ++ random >= 1.2, ++ random-fu >= 0.3.0.0, + regex-tdfa >= 1.1 && < 1.4, + SafeSemaphore >= 0.9, + split >= 0.2, +diff --git a/src/Lambdabot/Bot.hs b/src/Lambdabot/Bot.hs +index 1b0de2e..833fb4c 100644 +--- a/src/Lambdabot/Bot.hs ++++ b/src/Lambdabot/Bot.hs +@@ -1,6 +1,5 @@ + {-# LANGUAGE GADTs #-} + {-# LANGUAGE ScopedTypeVariables #-} +-{-# LANGUAGE TemplateHaskell #-} + -- | The guts of lambdabot. + -- + -- The LB/Lambdabot monad +@@ -37,7 +36,6 @@ import Control.Monad.Error + import Control.Monad.Reader + import Control.Monad.State + import qualified Data.Map as M +-import Data.Random.Source + import qualified Data.Set as S + + ------------------------------------------------------------------------ +@@ -136,17 +134,3 @@ ircPrivmsg who msg = do + ircPrivmsg' :: Nick -> String -> LB () + ircPrivmsg' who "" = ircPrivmsg' who " " + ircPrivmsg' who msg = send $ privmsg who msg +- +------------------------------------------------------------------------- +- +-monadRandom [d| +- +- instance MonadRandom LB where +- getRandomWord8 = liftIO getRandomWord8 +- getRandomWord16 = liftIO getRandomWord16 +- getRandomWord32 = liftIO getRandomWord32 +- getRandomWord64 = liftIO getRandomWord64 +- getRandomDouble = liftIO getRandomDouble +- getRandomNByteInteger n = liftIO (getRandomNByteInteger n) +- +- |] +diff --git a/src/Lambdabot/Util.hs b/src/Lambdabot/Util.hs +index effdf71..259699b 100644 +--- a/src/Lambdabot/Util.hs ++++ b/src/Lambdabot/Util.hs +@@ -23,14 +23,15 @@ module Lambdabot.Util ( + randomSuccessMsg + ) where + ++import Control.Concurrent.Lifted + import Control.Monad.Trans ++import Control.Monad.Trans.Control + import Data.Char + import Data.List + import Data.Random +-import Control.Concurrent.Lifted +-import Control.Monad.Trans.Control + import Lambdabot.Config + import Lambdabot.Config.Core ++import System.Random.Stateful (newIOGenM, newStdGen) + + ------------------------------------------------------------------------ + +@@ -63,7 +64,9 @@ listToStr conj (item:items) = + + -- | Pick a random element of the list. + random :: MonadIO m => [a] -> m a +-random = io . sample . randomElement ++random l = do ++ g <- newIOGenM =<< newStdGen ++ sampleFrom g (randomElement l) + + ------------------------------------------------------------------------ + diff --git a/pkgs/development/haskell-modules/patches/lambdabot-novelty-plugins-ghc9.patch b/pkgs/development/haskell-modules/patches/lambdabot-novelty-plugins-ghc9.patch new file mode 100644 index 000000000000..009951f90e07 --- /dev/null +++ b/pkgs/development/haskell-modules/patches/lambdabot-novelty-plugins-ghc9.patch @@ -0,0 +1,58 @@ +diff --git a/lambdabot-novelty-plugins.cabal b/lambdabot-novelty-plugins.cabal +index 69c8447..50a35f6 100644 +--- a/lambdabot-novelty-plugins.cabal ++++ b/lambdabot-novelty-plugins.cabal +@@ -36,7 +36,7 @@ homepage: https://wiki.haskell.org/Lambdabot + + build-type: Simple + cabal-version: >= 1.10 +-tested-with: GHC == 8.2.2, GHC == 8.4.4, GHC == 8.6.5, GHC == 8.8.4, GHC == 8.10.4 ++tested-with: GHC == 8.2.2, GHC == 8.4.4, GHC == 8.6.5, GHC == 8.8.4, GHC == 8.10.4, GHC == 9.0.2 + + source-repository head + type: git +@@ -71,7 +71,8 @@ library + lambdabot-core >= 5.3 && < 5.4, + misfortune >= 0.1, + process >= 1.1, +- random-fu >= 0.2.6.2, ++ random >= 1.2, ++ random-fu >= 0.3.0.0, + regex-tdfa >= 1.1, + + -- runtime dependencies +diff --git a/src/Lambdabot/Plugin/Novelty/Numberwang.hs b/src/Lambdabot/Plugin/Novelty/Numberwang.hs +index ae41eb4..8321a14 100644 +--- a/src/Lambdabot/Plugin/Novelty/Numberwang.hs ++++ b/src/Lambdabot/Plugin/Novelty/Numberwang.hs +@@ -7,7 +7,9 @@ import Control.Monad + import Data.Random + import Data.Random.Distribution.Poisson + import Lambdabot.Plugin ++import Lambdabot.Util + import Numeric ++import System.Random.Stateful (newIOGenM, newStdGen) + + + data NumberwangState = State +@@ -23,7 +25,9 @@ conDist = poisson (32 :: Double) + + numberwangPlugin :: Module NumberwangState + numberwangPlugin = newModule +- { moduleDefState = sample (State <$> cmdDist <*> conDist) ++ { moduleDefState = do ++ g <- newIOGenM =<< newStdGen ++ sampleFrom g (State <$> cmdDist <*> conDist) + , moduleCmds = return + [ (command "numberwang") + { help = say "@numberwang : Determines if it is Numberwang." +@@ -61,7 +65,8 @@ checkNumberwang :: (MonadLBState m, LBState m ~ NumberwangState) => + checkNumberwang cmd l = withState cmd $ \ n setN nDist -> do + if n <= l + then do +- setN =<< lb (sample nDist) ++ g <- newIOGenM =<< newStdGen ++ setN =<< sampleFrom g nDist + return True + else do + setN (n - l) From f60832c17a9bb1b34e1bcb919c6e8e0377b2566c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Na=C3=AFm=20Favier?= Date: Mon, 21 Mar 2022 20:38:10 +0100 Subject: [PATCH 201/238] haskellPackages: move knob patch to configuration-common --- pkgs/development/haskell-modules/configuration-common.nix | 2 ++ pkgs/development/haskell-modules/configuration-ghc-9.0.x.nix | 2 -- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/development/haskell-modules/configuration-common.nix b/pkgs/development/haskell-modules/configuration-common.nix index fe8b4d63f827..a5ff7a997577 100644 --- a/pkgs/development/haskell-modules/configuration-common.nix +++ b/pkgs/development/haskell-modules/configuration-common.nix @@ -2372,6 +2372,8 @@ self: super: { # https://github.com/kuribas/mfsolve/issues/8 mfsolve = dontCheck super.mfsolve; + knob = appendPatch ./patches/knob-ghc9.patch super.knob; + # compatibility with random-fu 0.3 https://github.com/mokus0/misfortune/pull/5 misfortune = appendPatch ./patches/misfortune-ghc9.patch (overrideCabal (drv: { revision = null; diff --git a/pkgs/development/haskell-modules/configuration-ghc-9.0.x.nix b/pkgs/development/haskell-modules/configuration-ghc-9.0.x.nix index 5912b67e5ae0..f36c77d636a7 100644 --- a/pkgs/development/haskell-modules/configuration-ghc-9.0.x.nix +++ b/pkgs/development/haskell-modules/configuration-ghc-9.0.x.nix @@ -47,8 +47,6 @@ self: super: { Cabal = self.Cabal_3_6_3_0; }); - knob = appendPatch ./patches/knob-ghc9.patch super.knob; - # Jailbreaks & Version Updates # This `doJailbreak` can be removed once the following PR is released to Hackage: From 9b2781de35448ad725f3714e31a35612f9c09f53 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Na=C3=AFm=20Favier?= Date: Mon, 21 Mar 2022 21:16:46 +0100 Subject: [PATCH 202/238] haskellPackages: fix time-travelling comment --- pkgs/development/haskell-modules/configuration-common.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/development/haskell-modules/configuration-common.nix b/pkgs/development/haskell-modules/configuration-common.nix index a5ff7a997577..3a9d5a6bc873 100644 --- a/pkgs/development/haskell-modules/configuration-common.nix +++ b/pkgs/development/haskell-modules/configuration-common.nix @@ -2477,7 +2477,7 @@ self: super: { # 2022-03-16: Bounds need to be loosened https://github.com/obsidiansystems/dependent-sum-aeson-orphans/issues/10 dependent-sum-aeson-orphans = doJailbreak super.dependent-sum-aeson-orphans; - # 2022-04-16: package qualified import issue: https://github.com/ghcjs/ghcjs-dom/issues/101 + # 2022-03-16: package qualified import issue: https://github.com/ghcjs/ghcjs-dom/issues/101 ghcjs-dom = assert super.ghcjs-dom.version == "0.9.5.0"; overrideCabal (old: { postPatch = '' sed -i 's/import "jsaddle-dom" GHCJS.DOM.Document/import "ghcjs-dom-jsaddle" GHCJS.DOM.Document/' src/GHCJS/DOM/Document.hs From 44456a87e8d5facd0ca7a29b79af27aec42981f9 Mon Sep 17 00:00:00 2001 From: Malte Brandy Date: Wed, 23 Mar 2022 00:57:42 +0100 Subject: [PATCH 203/238] haskellPackages: prune broken.yaml --- .../configuration-hackage2nix/broken.yaml | 5645 ----------------- 1 file changed, 5645 deletions(-) diff --git a/pkgs/development/haskell-modules/configuration-hackage2nix/broken.yaml b/pkgs/development/haskell-modules/configuration-hackage2nix/broken.yaml index bab32ca503c0..21593ab7ece2 100644 --- a/pkgs/development/haskell-modules/configuration-hackage2nix/broken.yaml +++ b/pkgs/development/haskell-modules/configuration-hackage2nix/broken.yaml @@ -1,5647 +1,2 @@ broken-packages: # These packages don't compile. - - 3d-graphics-examples - - 3dmodels - - AAI - - abacate - - abcnotation - - abeson - - abides - - abnf - - AbortT-transformers - - abstract-par-accelerate - - abt - - AC-BuildPlatform - - accelerate-fftw - - accelerate-llvm-native - - accelerate-random - - accelerate-utility - - accentuateus - - access-time - - AC-EasyRaster-GTK - - AC-HalfInteger - - achille - - acid-state-dist - - acid-state-tls - - ac-machine - - ACME - - acme-all-monad - - acme-comonad - - acme-dont - - acme-flipping-tables - - acme-hq9plus - - acme-http - - acme-inator - - acme-io - - acme-kitchen-sink - - acme-left-pad - - acme-memorandom - - acme-miscorder - - acme-mutable-package - - acme-now - - acme-numbersystem - - acme-operators - - acme-schoenfinkel - - acme-strfry - - acme-stringly-typed - - acme-this - - acme-zalgo - - acme-zero - - AC-MiniTest - - AC-Terminal - - ActionKid - - activehs-base - - activitypub - - activitystreams-aeson - - acts - - AC-VanillaArray - - AC-Vector - - Adaptive - - Adaptive-Blaisorblade - - adaptive-containers - - adaptive-tuple - - adb - - addy - - adjunction - - adobe-swatch-exchange - - ADPfusion - - adp-multi - - adtrees - - aern2-mp - - AERN-Basics - - aeson-applicative - - aeson-bson - - aeson-decode - - aeson-diff-generic - - aeson-filthy - - aeson-flowtyped - - aeson-match-qq - - aeson-modern-tojson - - aeson-options - - aeson-prefix - - aeson-schema - - aeson-schemas - - aeson-smart - - aeson-streams - - aeson-t - - aeson-tiled - - aeson-typescript - - aeson-utils - - aeson-value-parser - - affection - - affine-invariant-ensemble-mcmc - - Agata - - Agda-executable - - agda-language-server - - agda-snippets - - agda-unused - - AGI - - ag-pictgen - - AhoCorasick - - aig - - airbrake - - airship - - airtable-api - - air-th - - ajhc - - AlanDeniseEricLauren - - alerta - - alex-prelude - - alfred - - alga - - algebra-dag - - algebraic - - algebraic-prelude - - AlgorithmW - - algo-s - - align-text - - ally-invest - - alphachar - - alpino-tools - - alsa - - alsa-midi - - altcomposition - - alternative-extra - - alternative-io - - altfloat - - alto - - alure - - amazon-emailer - - amazonka-contrib-rds-utils - - amazonka-mediaconvert - - amazonka-s3-streaming - - amazon-products - - amby - - AMI - - amqp-conduit - - analyze - - anansi-pandoc - - android - - android-activity - - android-lint-summary - - angel - - angle - - Animas - - animascii - - animate - - annotated-fix - - anonymous-sums - - ansigraph - - antfarm - - antigate - - antimirov - - antiope-optparse-applicative - - antiquoter - - antisplice - - antlr-haskell - - anydbm - - aop-prelude - - aosd - - aos-signature - - apart - - apecs-stm - - api-builder - - api-rpc-factom - - apns-http2 - - appc - - app-lens - - AppleScript - - applicative-fail - - applicative-parsec - - applicative-quoters - - applicative-splice - - apply-unordered - - approveapi - - approx - - ApproxFun-hs - - arbb-vm - - arb-fft - - arbor-monad-counter - - arbor-monad-logger - - arbor-monad-metric - - arbor-postgres - - archiver - - archlinux - - archnews - - arena - - argon2 - - argparser - - arguedit - - arion - - arith-encode - - armada - - arpa - - arpack - - arrayfire - - array-primops - - ArrayRef - - arrowapply-utils - - arrow-improve - - arrow-list - - arrowp - - arrowp-qq - - arrow-utils - - ArrowVHDL - - artery - - artifact - - asap - - ascii85-conduit - - ascii-flatten - - ascii-string - - ascii-vector-avc - - asif - - asil - - asn - - asn1-codec - - asn1-data - - assert - - assert4hs - - assert4hs-core - - assertions - - asset-map - - assumpta - - ast-monad - - astrds - - astro - - async-combinators - - async-dejafu - - asynchronous-exceptions - - async-manager - - async-timer - - aterm-utils - - atndapi - - atomic-modify - - atomic-primops-vector - - atom-msp430 - - atomo - - atp-haskell - - ats-pkg - - ats-setup - - ats-storable - - attempt - - attic-schedule - - AttoBencode - - atto-lisp - - attomail - - attoparsec-csv - - attoparsec-text - - attoparsec-trans - - attosplit - - Attrac - - augeas - - augur - - aur - - aur-api - - Aurochs - - authenticate-ldap - - authinfo-hs - - auto - - autom - - automata - - autonix-deps - - autopack - - avatar-generator - - aviation-cessna172-diagrams - - avl-static - - avr-shake - - awesome-prelude - - awesomium-raw - - aws-cloudfront-signer - - aws-easy - - aws-ec2 - - aws-ec2-knownhosts - - aws-general - - aws-larpi - - aws-performance-tests - - aws-route53 - - aws-sdk-text-converter - - aws-simple - - aws-xray-client-persistent - - axel - - azubi - - azure-acs - - azure-email - - azurify - - b9 - - backstop - - backtracking-exceptions - - backward-state - - bag - - Baggins - - bake - - Bang - - ban-instance - - bank-holiday-usa - - banwords - - barchart - - barcodes-code128 - - barecheck - - barley - - barrie - - barrier - - barrier-monad - - base58address - - base62 - - base64-conduit - - base-compat-migrate - - base-encoding - - base-feature-macros - - base-generics - - base-io-access - - basen - - basex-client - - basic - - basic-sop - - baskell - - battlenet - - battleship-combinatorics - - bazel-coverage-report-renderer - - BCMtools - - bdd - - bdo - - beam - - beamable - - beam-mysql - - beam-newtype-field - - bech32 - - bed-and-breakfast - - beeminder-api - - Befunge93 - - BenchmarkHistory - - bench-show - - bencodex - - berkeleydb - - BerkeleyDBXML - - bert - - besout - - bet - - betacode - - betris - - bgmax - - bgzf - - bhoogle - - bibdb - - bidi-icu - - bidirectional - - bidirectionalization-combined - - bidispec - - bidispec-extras - - BiGUL - - billeksah-services - - binary-bits - - binary-communicator - - binary-derive - - binary-ext - - binary-indexed-tree - - binary-io - - binary-protocol - - binary-typed - - BinderAnn - - binding-gtk - - bindings-apr - - bindings-bfd - - bindings-cctools - - bindings-common - - bindings-dc1394 - - bindings-eskit - - bindings-EsounD - - bindings-fann - - bindings-fluidsynth - - bindings-friso - - bindings-gsl - - bindings-hamlib - - bindings-hdf5 - - bindings-K8055 - - bindings-levmar - - bindings-libftdi - - bindings-libg15 - - bindings-libpci - - bindings-librrd - - bindings-libstemmer - - bindings-libusb - - bindings-libv4l2 - - bindings-monetdb-mapi - - bindings-mpdecimal - - bindings-sc3 - - bindings-sipc - - bindings-wlc - - bind-marshal - - bindynamic - - binembed - - binsm - - bio - - BiobaseNewick - - biocore - - biohazard - - bio-sequence - - birds-of-paradise - - biscuit-haskell - - bisect-binary - - bishbosh - - bitcoin-hs - - bitcoin-script - - bits-atomic - - bits-conduit - - bitset - - bits-extras - - bitspeak - - bit-stream - - BitStringRandomMonad - - bitx-bitcoin - - bizzlelude-js - - bkr - - blakesum - - blas - - blatex - - blaze-html-contrib - - blaze-html-hexpat - - blaze-html-truncate - - blaze-json - - blazeT - - blaze-textual-native - - ble - - bliplib - - blockchain - - blockhash - - Blogdown - - bloodhound - - bloomfilter-redis - - blosum - - blubber-server - - bludigon - - Blueprint - - bluetileutils - - blunk-hask-tests - - bogocopy - - boilerplate - - bolt - - boltzmann-brain - - bond - - bookkeeper - - boolean-normal-forms - - boolexpr - - boombox - - boots-app - - boring-window-switcher - - bot - - botpp - - bottom - - bounded-array - - bound-extras - - box - - braid - - brain-bleep - - Bravo - - brians-brain - - brick-dropdownmenu - - bricks-internal - - brillig - - broadcast-chan-tests - - broccoli - - brok - - broker-haskell - - bronyradiogermany-common - - brotli - - browscap - - bsd-sysctl - - bson-generic - - bson-generics - - bsparse - - btree-concurrent - - buffer - - buffer-builder-aeson - - BufferedSocket - - buffet - - buffon - - buffon-machines - - bugsnag-haskell - - bugzilla - - build - - buildable - - buildbox - - builder - - bullet - - bumper - - bunz - - burst-detection - - buster - - Buster - - butter - - buttplug-hs-core - - bv-sized - - byline - - bytable - - bytearray-parsing - - bytestring-arbitrary - - bytestring-builder-varword - - bytestring-class - - bytestring-csv - - bytestringparser - - bytestringparser-temporary - - bytestring-plain - - bytestringreadp - - bytestring-rematch - - bytestring-show - - bytestring-substring - - bytestring-time - - bytestring-typenats - - c0parser - - c10k - - c2ats - - cabal2doap - - cabal2ebuild - - cabal2ghci - - cabal-audit - - cabal-bundle-clib - - cabal-constraints - - cabal-db - - cabal-dependency-licenses - - cabal-dev - - cabal-dir - - cabal-edit - - cabal-file-th - - cabal-ghc-dynflags - - cabal-ghci - - cabalgraph - - cabal-graphdeps - - Cabal-ide-backend - - cabal-info - - cabal-install-bundle - - cabal-install-ghc72 - - cabal-install-ghc74 - - cabalish - - cabal-lenses - - cabal-meta - - cabal-mon - - cabal-nirvana - - cabal-progdeps - - cabalQuery - - CabalSearch - - cabal-setup - - cabal-sort - - cabal-src - - cabal-test-quickcheck - - cabal-upload - - cabalvchk - - cabin - - cabocha - - cached - - cache-polysemy - - caching - - cacophony - - caerbannog - - cafeteria-prelude - - caffegraph - - cairo-core - - cake3 - - cal3d - - calamity - - caledon - - calenderweek - - call-alloy - - cal-layout - - call-haskell-from-anything - - canon - - canonical-filepath - - canonical-json - - canteven-listen-http - - canteven-log - - canteven-parsedate - - cantor - - Capabilities - - capataz - - capnp - - capped-list - - capri - - captcha-core - - caramia - - carbonara - - cardano-coin-selection - - carettah - - CarneadesDSL - - carte - - Cartesian - - casa-abbreviations-and-acronyms - - casadi-bindings-internal - - Cascade - - cascading - - caseof - - casr-logbook - - casr-logbook-types - - Cassava - - cassava-conduit - - cassava-records - - cassette - - castle - - catamorphism - - Catana - - catch-fd - - category-traced - - catnplus - - cautious-file - - cautious-gen - - cayene-lpp - - cayley-client - - cblrepo - - CCA - - CC-delcont-cxe - - CC-delcont-exc - - CC-delcont-ref - - CC-delcont-ref-tf - - cci - - ccnx - - c-dsl - - cedict - - cef - - cef3-raw - - cellrenderer-cairo - - cerberus - - cereal-derive - - cereal-ieee754 - - cereal-plus - - cf - - cfenv - - cg - - cgen - - cgi-utils - - cgroup-rts-threads - - chalkboard - - chalmers-lava2000 - - character-cases - - charter - - chart-histogram - - Chart-simple - - chatty-text - - chatwork - - checked - - Checked - - checkmate - - chell-quickcheck - - chiasma - - Chitra - - choose - - chorale - - chp - - chp-spec - - ChristmasTree - - chronograph - - chr-parse - - chunky - - church - - church-maybe - - churros - - cielo - - cil - - cinvoke - - c-io - - cio - - cipher-blowfish - - circlehs - - citeproc-hs - - cjk - - cj-token - - clang-compilation-database - - clang-pure - - clanki - - clarifai - - CLASE - - clash-prelude - - Clash-Royale-Hack-Cheats - - ClassLaws - - classy-influxdb-simple - - classy-parallel - - classyplate - - ClassyPrelude - - cld2 - - Clean - - clean-unions - - clevercss - - clexer - - CLI - - cli-builder - - clickhouse-haskell - - clif - - clifm - - clingo - - clippard - - clipper - - clisparkline - - clit - - clock-extras - - clogparse - - clone-all - - closed-intervals - - closure - - cloudfront-signer - - clr-inline - - cluss - - clustering - - cmark-highlight - - cmark-patterns - - cmark-sections - - cmath - - cmd-item - - cmdlib - - cmdtheline - - cmf - - cmonad - - c-mosquitto - - cmph - - CMQ - - cmt - - coalpit - - cobot-io - - cobot-tools - - code-builder - - codec-beam - - codec-libevent - - codecov-haskell - - codeforces-cli - - codepad - - codeworld-api - - codex - - codo-notation - - coin - - coinbase-pro - - coincident-root-loci - - colchis - - collada-output - - collapse-util - - collections - - collections-api - - co-log-polysemy - - co-log-sys - - colonnade - - colorless - - coltrane - - com - - comark-syntax - - combinat-diagrams - - combinatorial-problems - - combinator-interactive - - combobuffer - - Command - - commander - - Commando - - commodities - - commonmark-cli - - commsec - - Compactable - - compact-list - - compact-map - - compact-mutable-vector - - compact-sequences - - compact-socket - - compact-string - - compact-string-fix - - comparse - - compdata-dags - - compdata-param - - competition - - compilation - - complex-generic - - compose-trans - - composite-dhall - - composite-opaleye - - composition-tree - - comprehensions-ghc - - compressed - - compression - - compstrat - - comptrans - - computational-geometry - - computations - - ConClusion - - concrete-relaxng-parser - - concrete-typerep - - concurrent-buffer - - Concurrent-Cache - - Concurrential - - concurrent-state - - condorcet - - conductive-base - - conduit-audio-lame - - conduit-audio-samplerate - - conduit-find - - conduit-iconv - - conduit-network-stream - - conduit-resumablesink - - conduit-throttle - - conduit-tokenize-attoparsec - - conduit-vfs - - conf - - conferer-provider-json - - conferer-snap - - conferer-source-json - - confide - - ConfigFileTH - - config-parser - - Configurable - - configuration - - config-value-getopt - - confsolve - - congruence-relation - - conjure - - conkin - - conlogger - - connection-string - - Conscript - - consistent - - console-program - - const-math-ghc-plugin - - constrained-categories - - constrained-category - - constrained-dynamic - - constrained-monads - - ConstraintKinds - - constraints-emerge - - constr-eq - - constructive-algebra - - consul-haskell - - Consumer - - containers-benchmark - - containers-unicode-symbols - - containers-verified - - ContArrow - - content-store - - ContextAlgebra - - context-free-grammar - - context-stack - - contiguous-checked - - contiguous-fft - - continue - - Contract - - control-iso - - control-monad-failure - - control-monad-failure-mtl - - Control-Monad-ST2 - - contstuff-monads-tf - - contstuff-transformers - - convert-annotation - - copilot-core - - copilot-sbv - - copr - - COrdering - - core - - corebot-bliki - - CoreDump - - CoreErlang - - core-haskell - - corenlp-parser - - core-telemetry - - Coroutine - - coroutine-object - - CouchDB - - couchdb-conduit - - couch-hs - - counter - - courier - - court - - coverage - - cparsing - - cpio-conduit - - cplusplus-th - - cpuperf - - cpython - - cql-io - - cqrs-core - - cr - - crack - - Craft3e - - craftwerk - - crawlchain - - crc16 - - crdt-event-fold - - creatur - - credentials - - credential-store - - critbit - - criterion-compare - - criterion-plus - - criterion-to-html - - criu-rpc-types - - crjdt-haskell - - crocodile - - cronus - - cruncher-types - - crunghc - - crypto-cipher-benchmarks - - crypto-classical - - cryptocompare - - cryptoconditions - - cryptoids-types - - crypto-keys-ssh - - crypto-multihash - - crypto-pubkey-openssh - - crypto-random-effect - - crypto-simple - - cryptsy-api - - cse-ghc-plugin - - CSPM-FiringRules - - CSPM-Frontend - - cspretty - - css - - css-easings - - css-selectors - - css-syntax - - csv-nptools - - ctemplate - - ctkl - - cubical - - cuboid - - cuckoo - - curl-runnings - - currency-convert - - CurryDB - - curryer-rpc - - curry-frontend - - curryrs - - curves - - custom-prelude - - CV - - d3js - - dag - - DAG-Tournament - - damnpacket - - danibot - - dao - - Dao - - darcs2dot - - darcs-buildpackage - - darcs-cabalized - - darcs-graph - - darcs-monitor - - darkplaces-rcon - - darkplaces-text - - data-accessor-monadLib - - data-accessor-monads-tf - - data-aviary - - data-base - - database-id-groundhog - - database-study - - data-check - - data-combinator-gen - - data-concurrent-queue - - data-construction - - data-dispersal - - data-diverse-lens - - datadog - - data-easy - - data-embed - - data-emoticons - - data-filepath - - data-fin - - data-fin-simple - - datafix - - data-flagset - - data-ivar - - data-kiln - - data-lens - - datalog - - data-map-multikey - - data-nat - - data-object - - datapacker - - data-pdf-fieldreader - - data-pprint - - data-quotientref - - data-reify-cse - - data-repr - - data-rev - - data-rope - - Data-Rope - - data-r-tree - - data-size - - data-spacepart - - data-standards - - data-store - - data-stringmap - - data-sword - - DataTreeView - - data-type - - data-util - - data-validation - - data-variant - - DataVersion - - datetime - - datetime-sb - - dawdle - - dawg - - dbcleaner - - dbf - - DBFunctor - - DBlimited - - dbm - - dbmigrations-mysql - - dbmigrations-postgresql - - dbmigrations-sqlite - - DBus - - dbus-core - - dbus-qq - - dclabel - - dclabel-eci11 - - dcpu16 - - ddate - - ddc-base - - ddc-code - - dead-code-detection - - Deadpan-DDP - - dead-simple-json - - debug-me - - debug-tracy - - decepticons - - decimal-literals - - DecisionTree - - decoder-conduit - - deepcontrol - - DeepDarkFantasy - - deepseq-bounded - - deepseq-magic - - deepseq-th - - deep-transformations - - definitive-base - - deka - - Delta-Lambda - - delude - - demarcate - - denominate - - dense-int-set - - dependent-hashmap - - dependent-monoidal-map - - depends - - dep-t - - deptrack-core - - derangement - - derivation-trees - - derive - - derive-enumerable - - derive-gadt - - derive-monoid - - derive-trie - - derp-lib - - describe - - descript-lang - - deterministic-game-engine - - deunicode - - devil - - Dflow - - dfsbuild - - dgim - - dgs - - dhall-check - - dhall-csv - - dhall-fly - - dhall-text - - dhall-to-cabal - - dhall-toml - - dhcp-lease-parser - - dhrun - - dia-base - - diagrams-boolean - - diagrams-builder - - diagrams-graphviz - - diagrams-gtk - - diagrams-pdf - - diagrams-qrcode - - diagrams-tikz - - dib - - dice2tex - - dicom - - dictionaries - - dictparser - - diet - - diff - - diffcabal - - differential - - DifferentialEvolution - - diff-gestalt - - diffmap - - difftodo - - digestive-bootstrap - - digestive-foundation-lucid - - digestive-functors-aeson - - digestive-functors-happstack - - digest-pure - - DigitalOcean - - digitalocean-kzs - - digits - - dijkstra-simple - - DimensionalHash - - dimensional-tf - - diophantine - - direct-binary-files - - directed-cubical - - direct-fastcgi - - direct-http - - directory-contents - - direct-plugins - - direct-rocksdb - - direm - - discord-haskell - - discordian-calendar - - discord-types - - discrete - - DiscussionSupportSystem - - Dish - - disjoint-containers - - disjoint-set - - disjoint-set-stateful - - Dist - - distance - - distributed-fork-aws-lambda - - distributed-process - - distribution - - dist-upload - - djembe - - djinn-th - - dmcc - - dmenu - - dnscache - - dns-patterns - - dnsrbl - - dnssd - - dobutok - - doccheck - - docidx - - docker - - docker-build-cacher - - dockercook - - dockerfile-creator - - docopt - - docrecords - - doctest-discover-configurator - - doctest-parallel - - doctest-prop - - docusign-base - - docusign-example - - docvim - - doi - - dominion - - domplate - - dormouse-uri - - do-spaces - - dotfs - - dot-linker - - doublify-toolkit - - dovetail - - downloader - - dozenal - - dozens - - dph-base - - dpkg - - DPM - - dpor - - dragen - - drawille - - drClickOn - - dresdner-verkehrsbetriebe - - DrIFT - - DrIFT-cabalized - - drifter-postgresql - - drmaa - - drone - - DSA - - dsc - - ds-kanren - - dsmc - - dson - - dson-parsec - - dstring - - DTC - - dtd-text - - dtw - - dualizer - - duet - - dump-core - - dunai-core - - Dung - - duplo - - dura - - Dust-crypto - - dvault - - dvdread - - dvi-processing - - dwarf - - dwarfadt - - dyckword - - dyepack - - dynamic-graphs - - dynamic-mvector - - dynamic-object - - dynamic-pp - - DynamicTimeWarp - - dynamodb-simple - - dynloader - - DysFRP - - dywapitchtrack - - dzen-dhall - - dzen-utils - - each - - eager-sockets - - earclipper - - early - - easy-api - - easy-bitcoin - - easyjson - - easyplot - - easytest - - ebeats - - ebnf-bff - - eccrypto - - ecma262 - - ecu - - eddie - - ede - - edenmodules - - edis - - edit - - edit-lenses - - editline - - effect-handlers - - effective-aspects - - effect-monad - - effect-stack - - effin - - egison-pattern-src - - ehaskell - - ehs - - eibd-client-simple - - eigen - - Eight-Ball-Pool-Hack-Cheats - - eio - - EitherT - - either-unwrap - - ejdb2-binding - - ekg-bosun - - ekg-carbon - - ekg-elastic - - ekg-elasticsearch - - ekg-log - - ekg-push - - ekg-rrd - - ekg-wai - - elevator - - elision - - elm-street - - elm-websocket - - elocrypt - - emacs-module - - emailaddress - - email-header - - email-postmark - - embla - - emgm - - Emping - - Empty - - empty-monad - - enchant - - encoding - - encoding-io - - encryptable - - engine-io-snap - - engine-io-wai - - engine-io-yesod - - entwine - - EnumContainers - - enumerator - - enumfun - - EnumMap - - enummapmap - - enum-utf8 - - env-extra - - env-parser - - envstatus - - epanet-haskell - - epass - - epic - - epoll - - eprocess - - epubname - - Eq - - EqualitySolver - - equational-reasoning-induction - - equeue - - erlang - - erlang-ffi - - eros - - error-context - - error-continuations - - error-list - - error-loc - - error-util - - ersaconcat - - ersatz - - ert - - escape-artist - - escoger - - espial - - esqueleto-pgcrypto - - ess - - estimators - - EstProgress - - Etage - - etcd - - eternal - - ethereum-rlp - - euphoria - - eurofxref - - evdev - - eve-cli - - event - - event-driven - - eventful-dynamodb - - eventful-sql-common - - eventloop - - eventstore - - ewe - - exact-cover - - exact-real-positional - - except-exceptions - - exceptional - - exceptionfree-readfile - - exchangerates - - execs - - executor - - exh - - exherbo-cabal - - exif - - exigo-schema - - exinst-deepseq - - exinst-hashable - - exists - - exitcode - - exp-cache - - exp-extended - - explain - - explicit-constraint-lens - - explicit-determinant - - explicit-iomodes - - exploring-interpreters - - exposed-containers - - expression-parser - - expressions - - expresso - - extcore - - extended-categories - - extensible - - extensible-effects-concurrent - - extensible-skeleton - - external-sort - - Extra - - extractelf - - extralife - - ez3 - - ez-couch - - Facebook-Password-Hacker-Online-Latest-Version - - faceted - - factory - - facts - - fadno-braids - - failable-list - - failure-detector - - fake-type - - faktory - - f-algebra-gen - - fastbayes - - fast-combinatorics - - fastedit - - fastly - - fast-nats - - fastpbkdf2 - - FastPush - - FastxPipe - - fathead-util - - fay-builder - - fay-hsx - - fay-simplejson - - fbmessenger-api - - fb-persistent - - fca - - fcache - - fcg - - fckeditor - - fclabels-monadlib - - fcm-client - - fdo-trash - - feature-flipper - - fedora-packages - - feed-cli - - feed-collect - - feed-crawl - - fenfire - - fernet - - FerryCore - - Feval - - fez-conf - - ffeed - - fficxx - - ffunctor - - fgl-extras-decompositions - - fibon - - fieldwise - - fig - - file-collection - - file-command-qq - - filediff - - file-embed-poly - - file-location - - FileManip - - FileManipCompat - - fileneglect - - Files - - FileSystem - - filesystem-abstractions - - filesystem-conduit - - filesystem-trees - - fillit - - final-pretty-printer - - Finance-Quote-Yahoo - - find-conduit - - find-source-files - - fingertree-psqueue - - fingertree-tf - - finitary-derive - - firefly-example - - firestore - - first-and-last - - first-class-instances - - fit - - fitsio - - fits-parse - - fixed-point - - fixedprec - - fixed-precision - - fixed-storable-array - - fixed-timestep - - fixed-vector-binary - - fixed-vector-cborg - - fixed-vector-cereal - - fixed-width - - fixer - - fixfile - - fixie - - fix-symbols-gitit - - fizzbuzz - - fizzbuzz-as-a-service - - flac - - flaccuraterip - - flamethrower - - flamingra - - flat-maybe - - flatparse - - flay - - flexible-time - - flickr - - flight-kml - - flink-statefulfun - - float-binstring - - floating-bits - - flowdock - - flowdock-rest - - flow-er - - flowlocks-framework - - flp - - fltkhs - - fluffy-parser - - fluidsynth - - flux-monoid - - fmark - - FModExRaw - - fn-extra - - foldl-incremental - - foldl-statistics - - foldl-transduce - - folds-common - - follow - - font-opengl-basic4x6 - - forbidden-fruit - - fordo - - forecast-io - - foreign-var - - forest - - forest-fire - - forex2ledger - - for-free - - forger - - ForkableT - - formatn - - formattable - - formura - - ForSyDe - - forsyde-deep - - Fortnite-Hack-Cheats-Free-V-Bucks-Generator - - fortran-src - - fortytwo - - foscam-filename - - fpco-api - - FPretty - - fptest - - fquery - - Fractaler - - fractals - - fraction - - frag - - Frames-beam - - Frames-map-reduce - - franchise - - fraxl - - freddy - - free-concurrent - - free-game - - f-ree-hack-cheats-free-v-bucks-generator - - free-http - - free-operational - - freer-effects - - freer-simple-catching - - freer-simple-http - - freer-simple-profiling - - freer-simple-random - - freer-simple-time - - freesect - - freesound - - free-theorems - - FreeTypeGL - - freetype-simple - - free-v-bucks-generator-no-survey - - free-v-bucks-generator-ps4-no-survey - - freq - - fresh - - friday-devil - - friday-scale-dct - - friendly - - frown - - frp-arduino - - frpnow - - fs-events - - fsh-csv - - fsmActions - - fst - - fsutils - - fswait - - fswatch - - ft-generator - - FTGL-bytestring - - ftp-client - - ftp-conduit - - ftphs - - full-sessions - - funbot-client - - funcons-values - - function-instances-algebra - - functor - - functor-friends - - functor-infix - - functorm - - functor-products - - functor-utils - - funflow - - Fungi - - funpat - - funspection - - fused-effects-exceptions - - fused-effects-mwc-random - - fused-effects-resumable - - fusion - - futun - - future - - fuzzy-time-gen - - fuzzy-timings - - fwgl - - g4ip - - galois-field - - gameclock - - game-probability - - gamgee - - gamma - - Ganymede - - garepinoh - - gargoyle-postgresql-nix - - gas - - gather - - gc-monitoring-wai - - gconf - - gdiff-th - - gegl - - gelatin - - gemstone - - gencheck - - gender - - genders - - general-prelude - - GeneralTicTacToe - - generator - - generators - - generic-accessors - - generic-binary - - generic-church - - generic-enum - - generic-enumeration - - generic-labels - - generic-lens-labels - - generic-lucid-scaffold - - generic-maybe - - generic-override-aeson - - generic-pretty - - genericserialize - - generic-server - - generics-mrsop - - generic-storable - - generic-tree - - generic-trie - - generic-xml - - generic-xmlpickler - - genetics - - gen-imports - - geniplate - - gen-passwd - - genprog - - gentlemark - - genvalidity-persistent - - GeocoderOpenCage - - geodetics - - geodetic-types - - GeoIp - - geojson-types - - geom2d - - GeomPredicates-SSE - - geo-resolver - - geos - - Get - - getflag - - GGg - - ggtsTC - - ghc-bignum-orphans - - ghc-clippy-plugin - - ghc-core-smallstep - - ghc-datasize - - ghc-debug-convention - - ghc-dump-tree - - ghc-dup - - ghc-events-analyze - - ghc-events-parallel - - ghc-generic-instances - - ghc-hotswap - - ghci-diagrams - - ghci-haskeline - - ghci-history-parser - - ghci-lib - - ghci-ng - - ghcjs-dom-jsffi - - ghcjs-fetch - - ghcjs-promise - - ghcjs-xhr - - ghc-justdoit - - ghclive - - ghc-man-completion - - ghc-parmake - - ghc-pkg-autofix - - ghc-pkg-lib - - ghc-plugs-out - - ghcprofview - - ghc-proofs - - ghc-session - - ghc-simple - - ghc-srcspan-plugin - - ghc-syb - - ghc-syb-utils - - ghc-tags - - ghc-tags-core - - ghc-tcplugin-api - - ghc-time-alloc-prof - - ghc-usage - - gh-labeler - - giak - - gi-cogl - - Gifcurry - - gi-graphene - - gi-gsttag - - gi-gtk-layer-shell - - gi-gtkosxapplication - - gi-gtksheet - - gi-handy - - gi-json - - gingersnap - - ginsu - - gipeda - - giphy-api - - gi-rsvg - - gist - - GiST - - git - - git-all - - git-checklist - - git-config - - git-cuk - - git-date - - gitdo - - github-backup - - github-data - - github-tools - - github-utils - - github-webhook-handler - - githud - - gitignore - - git-jump - - gitlab-api - - gitlib-cmdline - - gitlib-utils - - git-repair - - git-sanity - - gitson - - gitter - - git-vogue - - gi-vips - - glade - - glapp - - Gleam - - GLFW - - GLFW-b-demo - - gli - - glider-nlp - - GLMatrix - - global-variables - - glob-posix - - GlomeTrace - - gloss-banana - - gloss-export - - gloss-game - - glpk-headers - - gltf-codec - - glue - - g-npm - - goa - - goal-core - - gochan - - godot-haskell - - godot-megaparsec - - gofer-prelude - - gogol-admin-emailmigration - - gogol-affiliates - - gogol-autoscaler - - gogol-bigtableadmin - - gogol-cloudmonitoring - - gogol-freebasesearch - - gogol-latencytest - - gogol-maps-coordinate - - gogol-maps-engine - - gogol-photoslibrary - - gogol-resourceviews - - gogol-servicemanagement - - gogol-taskqueue - - gogol-useraccounts - - gooey - - google-cloud - - GoogleCodeJam - - google-html5-slide - - google-oauth2 - - google-oauth2-easy - - googlepolyline - - google-search - - google-translate - - gopherbot - - gopro-plus - - gore-and-ash - - GotoT-transformers - - gpah - - GPipe - - GPipe-Core - - gpx-conduit - - grab - - graceful - - grafana - - Grafos - - grakn - - grapefruit-frp - - Graph500 - - Graphalyze - - graphbuilder - - graphene - - graphics-drawingcombinators - - graphics-formats-collada - - graph-matchings - - graphmod-plugin - - graphql-api - - graphql-utils - - graphql-w-persistent - - graph-rewriting - - graph-serialize - - graphted - - graph-trace-dot - - graphula-core - - graph-utils - - graql - - grasp - - gray-code - - graylog - - greencard - - greg-client - - gremlin-haskell - - Grempa - - grenade - - greplicate - - gridfs - - grm - - groot - - gross - - GroteTrap - - groundhog-converters - - groundhog-inspector - - groundhog-mysql - - grouped-list - - group-theory - - group-with - - growler - - grpc-api-etcd - - gsl-random - - gstreamer - - GTALib - - gtfs-realtime - - gtk2hs-cast-th - - gtk2hs-hello - - gtk2hs-rpn - - gtk3-mac-integration - - gtkglext - - gtk-mac-integration - - gtksourceview2 - - gtksourceview3 - - gtk-toy - - gulcii - - gw - - gyah-bin - - gym-http-api - - h2048 - - h2c - - haar - - HABQT - - hack2-handler-warp - - hackage2hwn - - hackage-api - - hackage-diff - - hackage-mirror - - hackage-processing - - hackage-proxy - - hackager - - hackage-repo-tool - - hackage-whatsnew - - hackernews - - hack-frontend-happstack - - hack-handler-cgi - - hack-handler-happstack - - hack-handler-kibro - - HackMail - - hackport - - hactor - - hactors - - haddock-api - - haddock-cheatsheet - - haddock-leksah - - haddock-test - - hadoop-formats - - hadoop-rpc - - hafar - - Haggressive - - hahp - - haiji - - hailgun-send - - hairy - - hakaru - - hakismet - - hakka - - hako - - hakyll-agda - - hakyll-blaze-templates - - hakyll-contrib - - hakyll-contrib-csv - - hakyll-contrib-elm - - hakyll-contrib-i18n - - hakyll-contrib-links - - hakyll-dhall - - hakyll-dir-list - - hakyll-process - - hakyll-R - - hakyll-series - - hakyll-shortcode - - hakyll-shortcut-links - - HaLeX - - halfs - - halipeto - - halive - - halma - - halves - - hampp - - hamsql - - hamtmap - - hanabi-dealer - - handa-gdata - - handle-like - - HandlerSocketClient - - handsy - - Hangman - - hannahci - - hans - - hanspell - - haphviz - - hapistrano - - happindicator - - happindicator3 - - happlets - - happraise - - happstack - - happstack-fay-ajax - - happstack-foundation - - happstack-hamlet - - happstack-heist - - happstack-hstringtemplate - - happstack-lite - - happstack-monad-peel - - happstack-server-tls-cryptonite - - happstack-util - - HAppS-Util - - happybara - - happybara-webkit-server - - happy-hour - - HappyTree - - hapstone - - HaPy - - haquery - - harchive - - HARM - - haroonga - - harpy - - harvest-api - - has - - hasbolt-extras - - HasCacBDD - - hascard - - hascas - - Haschoo - - hash - - hashable-extras - - hashable-generics - - hashable-orphans - - hashabler - - hashed-storage - - hashes - - hashring - - hashtables-plus - - hasim - - hask - - haskades - - haskanoid - - haskbot-core - - haskeline-class - - haskelisp - - haskell2010 - - haskell2020 - - haskell98 - - haskell98libraries - - HaskellAnalysisProgram - - haskell-awk - - haskell-bitmex-rest - - haskell-brainfuck - - haskell-cnc - - haskell-coffee - - haskell-compression - - haskell-conll - - haskell-course-preludes - - haskelldb - - haskelldb-wx - - haskell-disque - - haskell-formatter - - haskell-generate - - haskell-go-checkers - - haskell-holes-th - - haskell-igraph - - haskell-in-space - - haskell-kubernetes - - HaskellLM - - haskell-lsp-client - - haskell-ml - - haskell-mpfr - - haskell-mpi - - haskell-names - - haskell-neo4j-client - - HaskellNN - - Haskelloids - - haskell-openflow - - haskell-overridez - - haskell-packages - - haskell-player - - haskell-plot - - haskell-postal - - haskell-read-editor - - haskell-rules - - haskellscrabble - - haskellscript - - haskell-snake - - haskell-spacegoo - - haskell-src-exts-prisms - - haskell-src-exts-qq - - haskell-src-exts-sc - - haskell-src-match - - haskell-src-meta-mwotton - - haskell-stack-trace-plugin - - haskell-to-elm - - HaskellTorrent - - HaskellTutorials - - haskell-type-exts - - haskell-typescript - - haskell-tyrant - - haskelzinc - - haskeme - - haskey - - haskheap - - haskhol-core - - hasklepias - - haskmon - - haskoin - - haskoin-util - - haskore - - hasktorch-codegen - - hasktorch-ffi-th - - hasktorch-signatures-partial - - hasktorch-signatures-support - - haskus-binary - - haskyapi - - hasmin - - hasqlator-mysql - - hasql-backend - - hasql-class - - hasql-cursor-transaction - - hasql-dynamic-statements - - hasql-generic - - hasql-simple - - hasql-transaction-io - - hastache - - haste - - haste-prim - - has-transformers - - hat - - hatex-guide - - hats - - hatt - - haven - - haverer - - hax - - haxl-amazonka - - haxl-facebook - - haxparse - - haxr-th - - hayland - - hayoo-cli - - hBDD-CMUBDD - - hBDD-CUDD - - hbeanstalk - - hbeat - - hblas - - hblock - - h-booru - - hburg - - hcad - - HCard - - hcc - - hcg-minus - - hchesslib - - hcltest - - hcoap - - hcom - - hcount - - hcron - - hCsound - - hcube - - hdaemonize-buildfix - - hdbc-aeson - - HDBC-mysql - - hdbc-postgresql-hstore - - HDBC-postgresql-hstore - - hdevtools - - hDFA - - hdigest - - hdis86 - - hdiscount - - hdm - - hdo - - hdph-closure - - hdr-histogram - - HDRUtils - - headed-megaparsec - - headergen - - heap-console - - heapsort - - heart-core - - hebrew-time - - heckle - - hedgehog-checkers - - hedgehog-generic - - hedgehog-golden - - hedgehog-optics - - hedgehog-servant - - hedis-config - - hedis-namespace - - hedis-simple - - hedis-tags - - hedra - - hein - - heist-async - - helisp - - helix - - hell - - help-esb - - hemkay - - HERA - - herbalizer - - HerbiePlugin - - heredocs - - her-lexer - - Hermes - - hermes-json - - herms - - hetero-dict - - heterogeneous-list-literals - - hetris - - heukarya - - HExcel - - hexchat - - hexif - - hexmino - - hexml-lens - - hexpat-pickle-generic - - hexpr - - hexpress - - hexquote - - hexstring - - hext - - heyefi - - hF2 - - hfann - - HFitUI - - hfmt - - hfoil - - hfov - - hfractal - - HFrequencyQueue - - hfusion - - HGamer3D - - HGamer3D-Data - - hg-buildpackage - - hgdbmi - - HGE2D - - hgearman - - hGelf - - hgeometric - - hgeometry-ipe - - hgettext - - hgis - - hgom - - hgopher - - h-gpgme - - HGraphStorage - - hgrep - - hgrib - - hharp - - HHDL - - hhp - - hhwloc - - hi - - hi3status - - hichi - - hidden-char - - hid-examples - - hie-core - - hieraclus - - hierarchical-env - - hierarchical-exceptions - - hierarchy - - hiernotify - - higgledy - - higherorder - - highjson - - highlight-versions - - highWaterMark - - himg - - hindley-milner - - hinquire - - hinstaller - - hinter - - hinterface - - hipchat-hs - - hipe - - Hipmunk - - hipsql-api - - hircules - - Hish - - hissmetrics - - historian - - hist-pl-types - - hit-on - - HJavaScript - - hjcase - - hjs - - hjsonpointer - - hjson-query - - hjugement-protocol - - HJVM - - hkd-delta - - hkd-lens - - hkt - - hlbfgsb - - hledger-chart - - hledger-flow - - hledger-irr - - hledger-vty - - hlibBladeRF - - hlibev - - hlibfam - - HList - - hlivy - - hlogger - - HLogger - - hlongurl - - hlrdb-core - - hls-exactprint-utils - - hlwm - - hmarkup - - hmatrix-banded - - hmatrix-mmap - - hmatrix-nipals - - hmatrix-sparse - - hmatrix-static - - hmatrix-sundials - - hmatrix-svdlibc - - hmatrix-syntax - - hmatrix-tests - - hmenu - - hmk - - hmm - - HMM - - hmm-hmatrix - - hMollom - - hmp3 - - Hmpf - - hmumps - - hnetcdf - - hnn - - hnop - - hoauth - - hobbes - - hocilib - - hocker - - hocon - - hodatime - - HODE - - hoe - - hofix-mtl - - hog - - hogg - - hois - - hol - - hold-em - - hole - - holmes - - homeomorphic - - homoiconic - - homplexity - - honi - - hoobuddy - - hood2 - - hoodle-types - - hood-off - - hoogle-index - - hooks-dir - - hoop - - hoopl - - hopencc - - hopencl - - HOpenCV - - hopfield - - hops - - hoq - - ho-rewriting - - horizon - - horname - - hosc-json - - hosts-server - - hothasktags - - hotswap - - hourglass-fuzzy-parsing - - houseman - - hp2any-core - - hpack-convert - - hpapi - - hpasteit - - HPath - - hpc-coveralls - - hpg - - HPi - - hpio - - hplaylist - - hpodder - - hpqtypes - - hprotoc - - hps-kmeans - - hPushover - - hpygments - - hpylos - - hpyrg - - hquantlib-time - - hR - - hreq-core - - h-reversi - - hricket - - Hricket - - hs2bf - - hs2ps - - hsakamai - - hsaml2 - - hs-aws-lambda - - hsay - - hsbc - - hsbencher - - hsc3 - - hsc3-rw - - hsc3-sf - - hscaffold - - hscamwire - - hs-carbon-examples - - hscd - - hs-cdb - - hscdio - - hscim - - hsclock - - hScraper - - hscuid - - hs-di - - hsdif - - hsdip - - hsdns-cache - - hs-dotnet - - hsenv - - HSet - - hs-excelx - - hsfcsh - - HSFFIG - - hsfilt - - hs-fltk - - hsforce - - hs-gizapp - - hsgnutls - - hsgnutls-yj - - hsgsom - - HsHaruPDF - - HsHTSLib - - HsHyperEstraier - - hsI2C - - hSimpleDB - - hsimport - - hsinspect-lsp - - hs-java - - hs-json-rpc - - HsJudy - - hskeleton - - hslackbuilder - - hslibsvm - - hslinks - - hslogger-reader - - hslogger-template - - hs-logo - - hslua-examples - - hsluv-haskell - - hsmagick - - hsmodetweaks - - Hsmtlib - - hsmtpclient - - hsnock - - hs-nombre-generator - - hsns - - hsnsq - - hsntp - - hs-opentelemetry-instrumentation-persistent - - hsoptions - - hsoz - - hsparql - - hs-pattrans - - hsp-cgi - - hspear - - hspec2 - - hspec-expectations-match - - hspec-experimental - - hspec-jenkins - - hspec-monad-control - - hspec-snap - - hspec-structured-formatter - - hspec-webdriver - - HsPerl5 - - hs-pgms - - hspkcs11 - - hs-pkg-config - - hspread - - hspresent - - hspretty - - hsql - - hs-re - - hsrelp - - hs-rqlite - - hs-rs-notify - - hs-scrape - - hsseccomp - - hssh - - hs-snowtify - - hsSqlite3 - - hssqlppp - - HsSVN - - hs-tags - - hstats - - hstatsd - - hs-term-emulator - - hstest - - hstidy - - hs-twitter - - hs-twitterarchiver - - hstyle - - hsudoku - - hs-vcard - - hs-watchman - - hsx - - hsXenCtrl - - hsyscall - - hsyslog-tcp - - hszephyr - - hTalos - - htar - - htdp-image - - hTensor - - htestu - - HTicTacToe - - htiled - - htlset - - html-charset - - html-kure - - html-rules - - html-tokenizer - - htsn - - htsn-import - - htssets - - http2-client - - http2-grpc-proto-lens - - http-attoparsec - - http-client-lens - - http-client-request-modifiers - - http-client-session - - http-client-streams - - http-client-websockets - - http-conduit-browser - - http-conduit-downloader - - http-directory - - http-dispatch - - http-grammar - - http-kinder - - http-listen - - http-monad - - http-pony - - http-pony-serve-wai - - http-proxy - - http-querystring - - http-response-decoder - - http-server - - http-shed - - http-wget - - htune - - htvm - - htzaar - - huck - - HueAPI - - huff - - huffman - - HulkImport - - human-parse - - human-text - - humble-prelude - - hums - - hunch - - HUnit-Diff - - hunit-rematch - - hunspell-hs - - hup - - hurriyet - - husky - - hutton - - huttons-razor - - hVOIDP - - hwall-auth-iitk - - hw-ci-assist - - hw-dump - - hweblib - - hwhile - - hw-json-simd - - hw-mquery - - hworker - - hw-simd - - hwsl2 - - hx - - HXQ - - hxt-cache - - hxt-pickle-utils - - hyakko - - hydra-hs - - hydra-print - - hydrogen - - hydrogen-multimap - - hylide - - hylolib - - hyperdrive - - hyperfunctions - - hyperion - - hyperloglogplus - - hypher - - hzulip - - i18n - - I1M - - i3ipc - - iap-verifier - - iban - - ib-api - - ical - - icepeak - - IcoGrid - - iconv-typed - - ideas - - ide-backend-common - - idempotent - - identifiers - - idiii - - idna2008 - - IDynamic - - ieee-utils - - iexcloud - - ifcxt - - IFS - - ig - - ige - - ignore - - igraph - - ihaskell-parsec - - ihaskell-widgets - - illuminate - - imagemagick - - imagepaste - - imapget - - imgur - - imj-prelude - - immortal-worker - - imperative-edsl - - ImperativeHaskell - - impl - - implicit-logging - - implicit-params - - imports - - impossible - - imprint - - inchworm - - indentation-core - - index-core - - indextype - - indices - - infer-upstream - - infinity - - inf-interval - - infix - - inflist - - informative - - inilist - - ini-qq - - initialize - - inject-function - - inline-asm - - inline-r - - inserts - - instana-haskell-trace-sdk - - instance-map - - instant-generics - - instinct - - intcode - - integer-pure - - integreat - - intel-aes - - intensional-datatys - - interleavableGen - - interleavableIO - - interlude-l - - internetmarke - - intero - - interpol - - interpolatedstring-qq2 - - interruptible - - interval - - interval-algebra - - IntFormats - - int-multimap - - intricacy - - introduction - - intro-prelude - - invert - - invertible - - invertible-syntax - - io-capture - - io-choice - - ioctl - - IOR - - io-reactive - - iostring - - iothread - - iotransaction - - ip2location - - ip2proxy - - ipfs - - ipopt-hs - - ip-quoter - - iptables-helpers - - IPv6DB - - Irc - - irc-dcc - - irc-fun-types - - iri - - iridium - - iron-mq - - irt - - isdicom - - IsNull - - iso8601-duration - - isobmff - - isotope - - itcli - - itemfield - - iteratee - - iterative-forward-search - - iterIO - - it-has - - ivory - - ixdopp - - ixmonad - - ixshader - - j - - jack-bindings - - jackminimix - - JackMiniMix - - jacobi-roots - - jaeger-flamegraph - - jalla - - jarfind - - jarify - - jason - - java-bridge - - javascript-bridge - - javav - - Javav - - jbi - - jcdecaux-vls - - Jdh - - jdi - - jenga - - jenkinsPlugins2nix - - jespresso - - jet-stream - - jinquantities - - jml-web-service - - jni - - jobqueue - - join-api - - joinlist - - jonathanscard - - jordan - - jort - - jpeg - - jsaddle-hello - - jsaddle-wkwebview - - js-good-parts - - json2 - - json-alt - - json-assertions - - json-ast-quickcheck - - JSONb - - json-builder - - json-encoder - - jsonextfilter - - json-extra - - json-fu - - json-litobj - - jsonnet - - json-pointer-hasql - - json-pointy - - json-python - - json-qq - - jsonresume - - json-rpc-client - - json-schema - - jsonschema-gen - - jsonsql - - json-syntax - - json-tools - - json-tracer - - jsontsv - - jsonxlsx - - judge - - judy - - JuicyPixels-blp - - JuicyPixels-canvas - - JunkDB - - jupyter - - JustParse - - jvm-binary - - jvm-parser - - JYU-Utils - - kademlia - - kafka-client - - kafka-client-sync - - kalman - - Kalman - - kangaroo - - karabiner-config - - karps - - katip-kafka - - katip-raven - - katip-scalyr-scribe - - katip-syslog - - katt - - katydid - - kawaii - - kawhi - - kazura-queue - - kdesrc-build-extra - - kd-tree - - keccak - - keera-hails-reactivevalues - - keiretsu - - kempe - - kerry - - Ketchup - - keyed - - keyring - - khph - - kickass-torrents-dump-parser - - kickchan - - kmonad - - kmp-dfa - - koellner-phonetic - - koji-install - - koneko - - Konf - - kontra-config - - kparams - - kraken - - krapsh - - Kriens - - krpc - - KSP - - ktx - - ktx-codec - - kubernetes-client - - kuifje - - kure - - kure-your-boilerplate - - KyotoCabinet - - labeled-graph - - lagrangian - - lambda2js - - lambdaBase - - lambdabot-utils - - lambdabot-xmpp - - lambda-bridge - - lambda-canvas - - lambdacms-core - - lambdacube-core - - lambdacube-engine - - lambdacube-ir - - LambdaDesigner - - Lambdajudge - - LambdaNet - - lambdatex - - lambda-toolbox - - lambdatwit - - Lambdaya - - lame - - lame-tester - - language-asn - - language-c-comments - - language-c-inline - - language-conf - - language-csharp - - language-dart - - language-dockerfile - - language-elm - - language-gcl - - language-go - - language-guess - - language-hcl - - language-java-classfile - - language-lua2 - - language-lua-qq - - language-mixal - - language-objc - - language-ocaml - - language-openscad - - language-pig - - language-puppet - - language-rust - - language-sh - - language-sqlite - - language-sygus - - language-tl - - language-typescript - - language-vhdl - - language-webidl - - lapack-hmatrix - - LargeCardinalHierarchy - - Lastik - - latest-npm-version - - latex-formulae-image - - latex-svg-image - - LATS - - launchpad-control - - lawless-concurrent-machines - - layers - - layout - - layout-bootstrap - - lazify - - lazyarray - - lazyboy - - lazy-priority-queue - - lazyset - - LazyVault - - l-bfgs-b - - lcs - - lda - - ldif - - ld-intervals - - leaf - - leapseconds - - learn - - Learning - - learn-physics-examples - - leb128 - - leetify - - lendingclub - - lens-filesystem - - lens-labels - - lens-prelude - - lens-process - - lensref - - lens-simple - - lens-text-encoding - - lens-th-rewrite - - lens-time - - lens-toml-parser - - lens-tutorial - - lens-typelevel - - Level0 - - level-monad - - lfst - - lhc - - lhs2TeX-hl - - lhslatex - - LibClang - - libexpect - - libfuse3 - - libGenI - - libhbb - - libinfluxdb - - libjenkins - - libjwt-typed - - libltdl - - libnix - - liboath-hs - - liboleg - - libpafe - - libpq - - librandomorg - - libssh2 - - libsystemd-daemon - - libtagc - - libxls - - libxlsxwriter-hs - - libxslt - - lie - - life-sync - - lifted-protolude - - lifter - - lifx-lan - - ligature - - lilypond - - Limit - - limp-cbc - - linda - - linden - - linear-accelerate - - linear-algebra-cblas - - linear-code - - linear-generics - - linear-maps - - linear-opengl - - linearscan - - linear-smc - - linear-vect - - line-drawing - - lines-of-action - - linkedhashmap - - linked-list-with-iterator - - linklater - - linode - - linode-v4 - - linux-blkid - - linux-cgroup - - linux-kmod - - linux-perf - - linx-gateway - - lio-simple - - lipsum-gen - - liquid - - liquidhaskell - - liquidhaskell-cabal - - Liquorice - - list-fusion-probe - - listlike-instances - - list-mux - - list-prompt - - list-remote-forwards - - ListT - - list-t-http-client - - list-tries - - list-t-text - - list-zip-def - - list-zipper - - liszt - - lit - - literals - - LiterateMarkdown - - ll-picosat - - llsd - - llvm-base - - llvm-ffi - - llvm-general-pure - - llvm-ht - - llvm-pretty - - lmonad - - load-balancing - - load-font - - local-address - - located - - located-monad-logger - - loch - - log2json - - log4hs - - log-base - - logentries - - logger - - logging-effect-extra-file - - logging-effect-extra-handler - - Logic - - logicst - - logict-state - - logplex-parse - - log-warper - - lojbanParser - - lojbanXiragan - - lol - - lol-calculus - - longboi - - lookup-tables - - loopbreaker - - looper - - loops - - loop-while - - loopy - - lord - - lorem - - loris - - loshadka - - lowgl - - lp-diagrams-svg - - LRU - - lscabal - - L-seed - - lsfrom - - ltext - - ltiv1p1 - - ltk - - LTS - - lua-bc - - luautils - - luis-client - - luka - - luminance - - lushtags - - luthor - - lvmlib - - lxc - - lxd-client - - lye - - lz4-frame-conduit - - lzip - - lzlib - - lzma-streams - - lzo - - maam - - mac - - macaroon-shop - - machinecell - - machines-bytestring - - machines-directory - - machines-encoding - - machines-zlib - - macho - - maclight - - macos-corelibs - - macrm - - madlang - - mage - - MagicHaskeller - - magic-tyfams - - magma - - mailchimp - - MailchimpSimple - - mailchimp-subscribe - - makedo - - makefile - - make-hard-links - - make-monofoldable-foldable - - make-package - - mallard - - mandrill - - mandulia - - mangopay - - Map - - mapalgebra - - map-exts - - Mapping - - mappy - - markdown-kate - - marked-pretty - - markov-realization - - mars - - marvin-interpolate - - MASMGen - - massiv-persist - - massiv-serialise - - master-plan - - mathflow - - math-grads - - math-interpolate - - math-metric - - math-programming - - matrix-as-xyz - - matrix-market - - matrix-sized - - maude - - maxent-learner-hw - - maybench - - MaybeT - - MaybeT-monads-tf - - MazesOfMonad - - MBot - - mbox-tools - - mbug - - mcl - - mcm - - mcmaster-gloss-examples - - mcmc-synthesis - - mcpi - - mdapi - - mdcat - - mdp - - mealstrom - - MeanShift - - Measure - - mecab - - mech - - Mecha - - mechs - - Mechs - - mediabus - - mediawiki - - medium-sdk-haskell - - megalisp - - mega-sdist - - mellon-core - - melody - - memcached - - memcached-binary - - memcache-haskell - - memis - - memoization-utils - - memo-ptr - - memorable-bits - - memorypool - - menoh - - menshen - - merkle-tree - - messagepack-rpc - - messente - - metadata - - MetaHDBC - - metaheuristics - - meta-misc - - meta-par - - metric - - metricsd-client - - mezzo - - mezzolens - - mgeneric - - MHask - - mi - - miconix-test - - microbase - - microformats2-parser - - microgroove - - microlens-each - - micrologger - - micro-recursion-schemes - - microsoft-translator - - mida - - midi-music-box - - midisurface - - midi-utils - - migrant-hdbc - - migrant-postgresql-simple - - mikmod - - mikrokosmos - - miku - - milena - - mime-directory - - MiniAgda - - miniforth - - minilens - - minilight - - minions - - miniplex - - minirotate - - ministg - - minizinc-process - - minst-idx - - mios - - MIP - - mirror-tweet - - miso-action-logger - - miso-examples - - mit-3qvpPyAi6mH - - mix-arrows - - mixpanel-client - - mkcabal - - mltool - - ml-w - - mm2 - - mmark - - mmtf - - mmtl - - Mobile-Legends-Hack-Cheats - - mock-time - - modelicaparser - - modular-prelude - - module-management - - modulespection - - moe - - Moe - - MoeDict - - moesocks - - mohws - - mollie-api-haskell - - monadacme - - monad-atom - - monad-atom-simple - - monad-bayes - - monad-branch - - MonadCatchIO-transformers - - MonadCompose - - monad-fork - - monad-http - - monadiccp - - monadic-recursion-schemes - - monad-interleave - - Monadius - - monad-levels - - monad-lgbt - - monadLib-compose - - monadloc-pp - - monad-log - - monadlog - - monad-lrs - - monad-mersenne-random - - monad-mock - - monad-open - - monad-parallel-progressbar - - monad-param - - monad-persist - - monadplus - - monad-ran - - monad-recorder - - monads-fd - - MonadStack - - monad-statevar - - monad-ste - - monad-stlike-io - - monad-task - - monad-throw-exit - - monad-timing - - monad-tx - - monad-unify - - monad-wrap - - Monatron - - mondo - - money - - mongodb-queue - - monitor - - mono-foldable - - monoid - - monoid-absorbing - - monoid-owns - - monoidplus - - monoids - - monopati - - months - - monus - - monus-weighted-search - - monzo - - morfette - - morfeusz - - morpheus-graphql-cli - - morpheus-graphql-code-gen - - morphisms-functors - - morphisms-objects - - morte - - mortred - - moto-postgresql - - motor-reflection - - mount - - movie-monad - - mpppc - - mpris - - mptcp-pm - - mpvguihs - - mqtt - - mqtt-hs - - mrifk - - mrm - - ms - - msgpack - - msgpack-binary - - msh - - msi-kb-backlit - - MTGBuilder - - mtl-c - - mtl-evil-instances - - mtl-extras - - mtl-tf - - mtlx - - mtp - - MuCheck - - mud - - mudbath - - muesli - - mu-graphql - - mulang - - multext-east-msd - - multiaddr - - multiarg - - multi-except - - multihash - - multi-instance - - multilinear - - multipass - - multipath - - multiplate-simplified - - multipool-persistent-postgresql - - multirec - - multivariant - - Munkres-simple - - muon - - murmur - - murmur3 - - mushu - - musicScroll - - music-util - - musicxml - - mustache2hs - - mustache-haskell - - mvar-lock - - mvc - - mxnet - - mxnet-nnvm - - myanimelist-export - - myo - - my-package-testing - - MyPrimes - - mysnapsession - - mysql-effect - - mysql-simple-quasi - - mystem - - my-test-docs - - myxine-client - - mzv - - n2o-protocols - - nagios-plugin-ekg - - named-lock - - named-servant-server - - named-sop - - namelist - - nanoAgda - - nanocurses - - nano-hmac - - nano-md5 - - nanomsg - - nanomsg-haskell - - nanoparsec - - nanopass - - NanoProlog - - nanovg-simple - - nanq - - naperian - - Naperian - - naqsha - - narc - - nationstates - - nat-optics - - nats-client - - nat-sized-numbers - - natural - - NaturalLanguageAlphabets - - NaturalSort - - naver-translate - - nbt - - ncurses - - neat - - needle - - neet - - nehe-tuts - - neither - - neko-lib - - Neks - - neptune-backend - - nero - - nest - - NestedFunctor - - nestedmap - - nested-sequence - - netclock - - netease-fm - - net-mqtt-rpc - - netrium - - NetSNMP - - netspec - - net-spider - - netwire-input-javascript - - netwire-vinylglfw-examples - - network-address - - network-api-support - - network-attoparsec - - network-bitcoin - - network-builder - - network-bytestring - - network-dbus - - network-dns - - networked-game - - network-house - - network-metrics - - network-msg - - network-msgpack-rpc - - network-packet-linux - - network-server - - network-service - - network-simple-sockaddr - - network-simple-wss - - network-socket-options - - network-transport-amqp - - network-transport-inmemory - - network-transport-tests - - network-uri-json - - network-voicetext - - network-wai-router - - neural - - neural-network-blashs - - neural-network-hmatrix - - newhope - - newports - - newsletter - - newt - - newtype-deriving - - newtype-th - - next-ref - - nextstep-plist - - nfc - - NGrams - - niagra - - nibblestring - - nice-html - - nicovideo-translator - - nitro - - nix-delegate - - nix-deploy - - nix-eval - - nix-freeze-tree - - nixfromnpm - - nixpkgs-update - - nix-tools - - nkjp - - nlp-scores - - nm - - NMap - - nme - - nntp - - noether - - nofib-analyse - - nofib-analyze - - noise - - nom - - NonEmpty - - nonempty-lift - - non-empty-zipper - - noodle - - no-role-annots - - notcpp - - not-gloss-examples - - NoTrace - - now-haskell - - np-extras - - np-linear - - nptools - - nri-kafka - - nri-postgresql - - ntp-control - - ntrip-client - - n-tuple - - nullary - - null-canvas - - nullpipe - - numbered-semigroups - - NumberSieves - - NumberTheory - - numerals-base - - numeric-qq - - numeric-ranges - - numhask - - numhask-array - - numhask-free - - numhask-prelude - - numhask-space - - Nutri - - NXTDSL - - nylas - - nyx-game - - oanda-rest-api - - oasis-xrd - - oauth2-jwt-bearer - - oauthenticated - - Object - - ObjectIO - - objective - - oblivious-transfer - - ocaml-export - - Octree - - OddWord - - oden-go-packages - - oeis2 - - OGL - - ogmarkup - - oi - - old-version - - om-actor - - omaketex - - ombra - - om-doh - - omega - - Omega - - om-elm - - om-fail - - om-http-logging - - omnifmt - - on-a-horse - - onama - - ONC-RPC - - on-demand-ssh-tunnel - - one-line-aeson-text - - one-liner-instances - - oneormore - - onpartitions - - onu-course - - op - - opaleye-classy - - opaleye-sqlite - - open-adt - - OpenAFP - - openai-hs - - openai-servant - - openapi3-code-generator - - openapi-petstore - - openapi-typed - - opencc - - opench-meteo - - OpenCL - - OpenCLRaw - - OpenCLWrappers - - opencog-atomspace - - opencv-raw - - opendatatable - - openexchangerates - - openflow - - opengles - - OpenGLRaw21 - - open-haddock - - openid-connect - - open-pandoc - - openpgp - - open-signals - - opensoundcontrol-ht - - openssh-protocol - - opentelemetry-http-client - - opentheory-char - - opentok - - opentracing-jaeger - - opentracing-zipkin-v1 - - opentype - - OpenVGRaw - - Operads - - operate-do - - operational-extra - - oplang - - opn - - optima - - optimization - - optional - - options-time - - optparse-applicative-simple - - optparse-helper - - orc - - orchestrate - - OrchestrateDB - - ordered - - order-statistics - - ordinal - - Ordinary - - ordrea - - oref - - organize-imports - - org-mode - - orgmode - - origami - - orizentic - - OrPatterns - - osc - - oscpacking - - oset - - Oslo-Vectize - - osm-conduit - - oso2pdf - - osx-ar - - ot - - OTP - - ottparse-pretty - - overloaded - - overloaded-records - - overture - - owoify-hs - - pack - - package-description-remote - - package-o-tron - - package-vt - - packed - - packed-dawg - - packed-multikey-map - - packedstring - - packer-messagepack - - packman - - packunused - - pacman-memcache - - pads-haskell - - pagarme - - pagerduty - - pagure-hook-receiver - - Paillier - - palette - - PandocAgda - - pandoc-citeproc - - pandoc-filter-graphviz - - pandoc-filter-indent - - pandoc-include - - pandoc-lens - - pandoc-markdown-ghci-filter - - pandoc-placetable - - pandoc-pyplot - - pandoc-unlit - - pandoc-utils - - pandora-io - - pang-a-lambda - - pangraph - - pan-os-syslog - - panpipe - - pansite - - pantry-tmp - - papa-base-export - - papa-include - - papa-prelude - - papa-prelude-core - - papa-prelude-lens - - papa-prelude-semigroupoids - - papa-prelude-semigroups - - papa-semigroupoids-implement - - paphragen - - papillon - - pappy - - paragon - - parallel-tasks - - paranoia - - parco - - parcom-lib - - par-dual - - pareto - - parochial - - Parry - - parse - - parseargs - - parsec2 - - parsec3 - - parsec-free - - parsec-parsers - - parsec-pratt - - parseerror-eq - - parsely - - parser241 - - parser-combinators-tests - - parsergen - - parser-helper - - parsers-megaparsec - - parser-unbiased-choice-monad-embedding - - parsimony - - parsley - - parsley-core - - parsnip - - partage - - partial-records - - partly - - passage - - passman - - passman-core - - PasswordGenerator - - passwords - - pasta - - pastis - - pasty - - patat - - patches-vector - - Pathfinder - - pathfindingcore - - PathTree - - patronscraper - - paypal-adaptive-hoops - - paypal-api - - paypal-rest-client - - pb - - pbc4hs - - PBKDF2 - - pb-next - - pcd-loader - - pcf-font - - pcgen - - PCLT - - pcre-light-extra - - pdfname - - pdf-slave-template - - pdfsplit - - pdf-toolbox-viewer - - pdftotext - - pdynload - - PeanoWitnesses - - pecoff - - pedersen-commitment - - pedestrian-dag - - peg - - peggy - - pencil - - penntreebank-megaparsec - - percent-encoder - - perceptron - - peregrin - - perf - - PerfectHash - - perhaps - - periodic - - periodic-common - - permutation - - permutations - - permute - - persist2er - - Persistence - - persistent-cereal - - persistent-database-url - - persistent-discover - - persistent-documentation - - persistent-equivalence - - persistent-mongoDB - - persistent-mysql-haskell - - persistent-odbc - - persistent-postgresql-streaming - - persistent-protobuf - - persistent-ratelimit - - persistent-redis - - persistent-relational-record - - persistent-template-classy - - persistent-zookeeper - - persona - - pesca - - pez - - pgdl - - pg-extras - - pgf2 - - pg-harness - - pg-harness-server - - pg-recorder - - pg-store - - pgstream - - pg-transact - - phasechange - - phaser - - phoityne - - phone-metadata - - phone-numbers - - phone-push - - phonetic-languages-plus - - phonetic-languages-properties - - phonetic-languages-simplified-properties-lists - - phonetic-languages-simplified-properties-lists-double - - phonetic-languages-ukrainian-array - - phraskell - - Phsu - - phybin - - pia-forward - - pi-calculus - - picedit - - pickle - - picologic - - picoparsec - - pictikz - - pier-core - - piet - - pi-forall - - pig - - pi-hoole - - pinchot - - Pipe - - pipes-async - - pipes-bgzf - - pipes-cereal - - pipes-core - - pipes-errors - - pipes-interleave - - pipes-io - - pipes-protolude - - pipes-rt - - pipes-s3 - - pipes-shell - - pipes-sqlite-simple - - pipes-transduce - - pipes-vector - - pipes-zeromq4 - - Piso - - pit - - pivotal-tracker - - pixelated-avatar-generator - - pixel-printer - - pkcs10 - - pkcs7 - - pkggraph - - plailude - - plan-applicative - - planar-graph - - plan-b - - planb-token-introspection - - planet-mitchell-test - - plankton - - plat - - platinum-parsing - - PlayingCards - - plex - - plist - - plist-buddy - - plivo - - plot-gtk - - plot-gtk3 - - plot-gtk-ui - - plot-lab - - plugins-auto - - plugins-multistage - - plumbers - - plur - - plural - - plzwrk - - pngload-fixed - - pocket - - pointedalternative - - pointfree-fancy - - pointful - - pointless-haskell - - pokemon-go-protobuf-types - - poker-base - - poker-eval - - pokitdok - - polar-configfile - - polar-shader - - Pollutocracy - - poly-cont - - poly-control - - polydata-core - - polynom - - polynomial - - polysemy-check - - polysemy-http - - polysemy-process - - polysemy-zoo - - polytypeable - - pomaps - - pomohoro - - ponder - - pong-server - - pontarius-xpmn - - pool - - pool-conduit - - pop3-client - - popkey - - poppler - - portager - - porte - - PortFusion - - positron - - posix-acl - - posix-api - - posix-realtime - - posix-waitpid - - posplyu - - postcodes - - postgres-embedded - - PostgreSQL - - postgresql-lo-stream - - postgresql-migration - - postgresql-named - - postgresql-resilient - - postgresql-simple-bind - - postgresql-simple-named - - postgresql-simple-sop - - postgresql-simple-url - - postgresql-syntax - - postgresql-typed-lifted - - postgres-tmp - - postgrest-ws - - postgres-websockets - - postie - - postmark-streams - - postmaster - - potato-tool - - potoki-core - - powerdns - - powermate - - powerpc - - powerqueue-distributed - - powerqueue-levelmem - - pprecord - - PPrinter - - pqc - - praglude - - prairie - - preamble - - precis - - precursor - - predicate-class - - predicate-typed - - prednote - - prefork - - pregame - - preliminaries - - Prelude - - prelude-generalize - - prelude-plus - - preprocess-haskell - - preprocessor - - preql - - presburger - - present - - press - - pretty-ghci - - pretty-ncols - - prettyprinter-vty - - prim-array - - primecount - - primes-type - - prim-instances - - PrimitiveArray-Pretty - - primitive-atomic - - primitive-checked - - primitive-containers - - primitive-convenience - - primitive-foreign - - primitive-indexed - - primitive-maybe - - primitive-simd - - primitive-stablename - - prim-ref - - pringletons - - printcess - - print-debugger - - prints - - PriorityChansConverger - - priority-queue - - pro-abstract - - probable - - process-conduit - - processing - - process-leksah - - process-listlike - - processmemory - - procrastinating-variable - - procstat - - prof2pretty - - prof-flamegraph - - profunctor-monad - - progress - - progression - - progressive - - progress-meter - - progress-reporting - - proj4-hs-bindings - - projectile - - prolog-graph - - promise - - pronounce - - proof-combinators - - Proper - - properties - - property-list - - prosidy - - prosper - - proteaaudio - - proteaaudio-sdl - - protocol - - protocol-buffers-fork - - proto-lens-arbitrary - - proto-lens-combinators - - proto-lens-optparse - - protolude-lifted - - proton-haskell - - prototype - - prove-everywhere-server - - provenience - - proxy-kindness - - proxy-mapping - - prune-juice - - psc-ide - - pseudo-trie - - PTQ - - publicsuffixlistcreate - - publish - - pubnub - - pubsub - - pugixml - - pugs-DrIFT - - pugs-HsSyck - - PUH-Project - - Pup-Events-Server - - pure-io - - pure-priority-queue - - purescript-tsd-gen - - pure-zlib - - pusher-haskell - - pusher-ws - - pushme - - push-notifications - - putlenses - - puzzle-draw - - pyffi - - pyfi - - python-pickle - - q4c12-twofinger - - qc-oi-testgenerator - - qd - - qed - - qhull-simple - - qif - - QIO - - QLearn - - qlinear - - qnap-decrypt - - qr-imager - - qsem - - qt - - QuadEdge - - QuadTree - - quantfin - - quantification - - quantum-arrow - - quarantimer - - qudb - - quenya-verb - - querystring-pickle - - questioner - - QuickAnnotate - - quickbooks - - quickcheck-property-comb - - quickcheck-property-monad - - quickcheck-rematch - - quickcheck-report - - QuickCheckVariant - - quickcheck-webdriver - - quickjs-hs - - QuickPlot - - quickpull - - quick-schema - - quickset - - Quickson - - quickspec - - quickwebapp - - quipper-core - - quipper-utils - - quiver - - quokka - - quoridor-hs - - RabbitMQ - - rad - - radian - - radium - - radium-formula-parser - - radix - - rados-haskell - - raft - - rakhana - - rakuten - - raml - - randfile - - rando - - random-access-list - - random-derive - - RandomDotOrg - - random-eff - - random-stream - - rand-vars - - Range - - rangemin - - range-set-list - - rapid - - rapid-term - - rascal - - Rasenschach - - rational-list - - rattle - - rattletrap - - raven-haskell-scotty - - raz - - rbst - - rclient - - react-flux - - react-haskell - - reaction-logic - - reactive-bacon - - reactive-banana-gi-gtk - - reactive-banana-sdl2 - - reactive-banana-threepenny - - reactive-thread - - react-tutorial-haskell-server - - readability - - read-bounded - - read-ctags - - read-io - - readline-in-other-words - - readline-statevar - - readme-lhs - - readshp - - really-simple-xml-parser - - reanimate-svg - - reasonable-lens - - record - - record-encode - - records - - recursors - - red-black-record - - redis-hs - - redis-simple - - redland - - Redmine - - reedsolomon - - reenact - - ref - - Ref - - refcount - - Referees - - references - - refined-http-api-data - - reflection-extras - - reflex-basic-host - - reflex-dom-ace - - reflex-dom-contrib - - reflex-dom-helper - - reflex-dom-helpers - - reflex-dom-retractable - - reflex-dom-svg - - reflex-dynamic-containers - - reflex-fsnotify - - reflex-gadt-api - - reflex-gi-gtk - - reflex-gloss - - reflex-jsx - - reflex-libtelnet - - reflex-orphans - - reflex-sdl2 - - reflex-transformers - - reflex-vty - - ref-mtl - - reformat - - refractor - - refresht - - reg-alloc - - regex-dfa - - regex-generator - - regex-parsec - - regex-posix-unittest - - regexpr-symbolic - - regexqq - - regex-rure - - regex-tdfa-pipes - - regex-tdfa-quasiquoter - - regex-tdfa-rc - - regex-tdfa-text - - regex-tdfa-unittest - - regex-tdfa-utf8 - - regex-tre - - regex-type - - regions - - register-machine-typelevel - - registry - - regress - - regression-simple - - regular - - rehoo - - rei - - reified-records - - reify - - relacion - - relapse - - relational-postgresql8 - - relational-query-postgresql-pure - - relevant-time - - reload - - remark - - remarks - - remote - - remote-debugger - - remote-monad - - reorderable - - reorder-expression - - repa-algorithms - - repa-bytestring - - repa-devil - - repa-eval - - repa-linear-algebra - - repa-scalar - - repa-series - - repl - - RepLib - - replica - - ReplicateEffects - - repo-based-blog - - representable-functors - - reproject - - reqcatcher - - req-conduit - - request-monad - - req-url-extra - - reserve - - reservoir - - resin - - resolve - - resolve-trivial-conflicts - - resource-effect - - resource-embed - - restartable - - rest-rewrite - - restyle - - resumable-exceptions - - rethinkdb - - rethinkdb-client-driver - - rethinkdb-wereHamster - - retryer - - reverse-geocoding - - reversi - - ReviewBoard - - rewrite-inspector - - rfc - - rfc-prelude - - rhbzquery - - riak - - riak-protobuf-lens - - ribbit - - ribosome - - RichConditional - - ridley - - riemann - - riff - - ring-buffer - - ring-buffers - - riscv-isa - - Ritt-Wu - - rivers - - rivet-migration - - rivet-simple-deploy - - RJson - - rlglue - - RLP - - rl-satton - - robin - - robots-txt - - roc-cluster - - rocksdb-haskell - - roku-api - - rollbar - - rollbar-client - - rollbar-hs - - roller - - ron-rdt - - rope - - rosebud - - rose-trees - - rosmsg - - rosso - - rotating-log - - rounding - - roundtrip-aeson - - rowrecord - - R-pandoc - - rpc-framework - - rpm - - rpmbuild-order - - rrule - - rspp - - rss - - rss2irc - - rstream - - RtMidi - - rtnetlink - - rtorrent-rpc - - rts-loader - - ruby-marshal - - ruby-qq - - ruff - - ruin - - rungekutta - - runhs - - runmany - - rws - - RxHaskell - - SableCC2Hs - - safe-buffer-monad - - safe-coerce - - safecopy-migrate - - safecopy-store - - safe-freeze - - safe-globals - - safeint - - safe-lazy-io - - safe-length - - safepath - - safe-plugins - - safe-printf - - saferoute - - sajson - - salak-toml - - Salsa - - salvia-protocol - - sandlib - - sandman - - sarasvati - - sat - - satchmo - - Saturnin - - savage - - sax - - sbvPlugin - - sc2-proto - - scaleimage - - scalendar - - scanner-attoparsec - - scc - - scenegraph - - scgi - - schedevr - - schedule-planner - - schedyield - - schemas - - scholdoc-types - - SciBaseTypes - - scidb-hquery - - sci-ratio - - scons2dot - - scottish - - scotty-binding-play - - scotty-blaze - - scotty-fay - - scotty-form - - scotty-format - - scotty-params-parser - - scotty-resource - - scotty-rest - - scotty-session - - scotty-tls - - scotty-view - - scrapbook-core - - scrape-changes - - ScratchFs - - script-monad - - scrobble - - scrz - - scythe - - scyther-proof - - sdl2-cairo-image - - sdl2-compositor - - sdl2-fps - - sdr - - seacat - - seakale - - sec - - secdh - - seclib - - second-transfer - - secp256k1 - - secp256k1-haskell - - secp256k1-legacy - - secret-santa - - SecureHash-SHA3 - - secure-sockets - - secureUDP - - selectors - - selenium - - selinux - - semantic-source - - Semantique - - semdoc - - semialign-extras - - semibounded-lattices - - Semigroup - - semigroupoids-do - - semigroupoids-syntax - - semigroups-actions - - sendgrid-haskell - - sendgrid-v3 - - sensei - - sensu-run - - sentry - - SeqAlign - - sequent-core - - serialize-instances - - serialport - - serokell-util - - servant-aeson-specs - - servant-auth-cookie - - servant-auth-docs - - servant-auth-hmac - - servant-auth-token-api - - servant-avro - - servant-benchmark - - servant-client-js - - servant-db - - servant-dhall - - servant-docs-simple - - servant-ekg - - servant-elm - - servant-fiat-content - - servant-generate - - servant-generic - - servant-github - - servant-haxl-client - - servant-hmac-auth - - servant-http-streams - - servant-jquery - - servant-js - - servant-JuicyPixels - - servant-kotlin - - servant-mock - - servant-namedargs - - servant-nix - - servant-pagination - - servant-pandoc - - servant-pool - - servant-proto-lens - - servant-purescript - - servant-pushbullet-client - - servant-py - - servant-quickcheck - - servant-reason - - servant-reflex - - servant-router - - servant-scotty - - servant-seo - - servant-smsc-ru - - servant-static-th - - servant-streaming - - servant-to-elm - - servant-tracing - - servant-util-beam-pg - - servant-yaml - - servant-zeppelin - - server-generic - - serversession-backend-persistent - - serversession-backend-redis - - serversession-frontend-yesod - - services - - ses-html-snaplet - - SessionLogger - - sessions - - sessiontypes - - Set - - setgame - - set-of - - setoid - - setters - - set-with - - sexp - - sexpresso - - sexpr-parser - - sext - - SFML - - sfmt - - sfnt2woff - - SG - - sgd - - SGplus - - sh2md - - shade - - shadower - - shady-gen - - shake-bindist - - shakebook - - shake-cabal - - shake-cabal-build - - shake-dhall - - shake-extras - - shake-minify - - shake-pack - - shake-path - - shake-persist - - shakespeare-babel - - shakespeare-sass - - shared-buffer - - shared-fields - - sha-streams - - she - - Shellac - - shellish - - shellmate - - shell-pipe - - shimmer - - shine-examples - - shivers-cfg - - shoap - - shopify - - shortcut-links - - shorten-strings - - short-vec - - show-prettyprint - - Shpadoinkle-backend-pardiff - - Shpadoinkle-backend-snabbdom - - Shpadoinkle-backend-static - - Shpadoinkle-html - - Shpadoinkle-isreal - - Shpadoinkle-streaming - - Shpadoinkle-template - - Shpadoinkle-widgets - - shwifty - - sifflet - - sifflet-lib - - signed-multiset - - simd - - simple-actors - - simpleargs - - simple-atom - - simple-bluetooth - - simple-conduit - - simple-config - - simpleconfig - - simple-css - - simple-download - - simple-eval - - simple-form - - simple-genetic-algorithm - - SimpleH - - simple-index - - simpleirc - - simple-logging - - simple-log-syslog - - simple-money - - simple-neural-networks - - simplenote - - simple-pipe - - simpleprelude - - simple-rope - - simple-server - - simplesmtpclient - - simple-sql-parser - - simple-stacked-vm - - simplest-sqlite - - simple-tabular - - simple-tar - - simple-ui - - simple-units - - simple-vec3 - - simplexmq - - simple-zipper - - singleton-dict - - singleton-typelits - - singnal - - singular-factory - - sink - - Sit - - sitepipe - - sixfiguregroup - - sized-grid - - sized-types - - sized-vector - - sizes - - sjsp - - SJW - - skeletal-set - - skell - - skemmtun - - skews - - skulk - - skylighting-lucid - - skype4hs - - slack - - slack-notify-haskell - - slack-verify - - slave-thread - - sliceofpy - - Slides - - slim - - sloane - - sloth - - slot-lambda - - slug - - slugify - - smallarray - - small-bytearray-builder - - smallcheck-kind-generics - - smallcheck-laws - - smallcheck-lens - - smallpt-hs - - smap - - smartcheck - - smartconstructor - - smartGroup - - sme - - smerdyakov - - smiles - - smsaero - - smt2-parser - - smt-lib - - SmtLib - - smtlib2 - - SMTPClient - - smtp-mail-ng - - smtps-gmail - - smuggler - - smuggler2 - - snake - - snake-game - - snap-accept - - snap-blaze-clay - - snap-configuration-utilities - - snap-error-collector - - snaplet-acid-state - - snaplet-amqp - - snaplet-css-min - - snaplet-customauth - - snaplet-environments - - snaplet-fay - - snaplet-hslogger - - snaplet-influxdb - - snaplet-mongodb-minimalistic - - snaplet-persistent - - snaplet-postgresql-simple - - snaplet-sass - - snaplet-scoped-session - - snaplet-ses-html - - snaplet-sqlite-simple - - snaplet-typed-sessions - - snap-predicates - - snappy-conduit - - snap-routes - - snap-stream - - snap-testing - - snap-web-routes - - sneakyterm - - SNet - - snipcheck - - snorkels - - snowtify - - socket-activation - - socketed - - socketio - - sockets-and-pipes - - socket-sctp - - socketson - - socket-unix - - sodium - - soegtk - - softfloat-hs - - solga - - sonic-visualiser - - Sonnex - - SoOSiM - - sorted - - sorting - - sorty - - souffle-haskell - - sound-collage - - sousit - - soyuz - - SpaceInvaders - - spacepart - - SpacePrivateers - - spake2 - - spanout - - spars - - sparse - - sparsecheck - - sparse-lin-alg - - spartacon - - special-functors - - special-keys - - speculate - - speculation - - sphinx - - sphinxesc - - spiros - - spir-v - - splay - - splaytree - - splint - - split-morphism - - splitter - - Spock-api-ghcjs - - spoonutil - - spoty - - Sprig - - spritz - - spsa - - spy - - sqlcipher - - sqlite - - sqlite-simple-errors - - sql-simple - - sqlvalue-list - - sqsd-local - - squeal-postgresql - - srcinst - - sscan - - ssh - - ssh-tunnel - - SSTG - - st2 - - stable-heap - - stable-maps - - stable-marriage - - stable-memo - - stack2cabal - - stack2nix - - stackage-cli - - stackage-curator - - stackage-metadata - - stackage-to-hackage - - stackage-types - - stack-bump - - stackcollapse-ghc - - stack-fix - - stack-lib - - stack-prism - - stack-run - - stack-type - - stack-wrapper - - staged-gg - - standalone-derive-topdown - - standalone-haddock - - starling - - stash - - Stasis - - state - - state-bag - - state-plus - - state-record - - static-canvas - - static-tensor - - statistics-dirichlet - - statistics-fusion - - statistics-hypergeometric-genvar - - stats - - statsd - - statvfs - - stb-image-redux - - stc-lang - - stdata - - stdf - - stdio - - steambrowser - - stego-uuid - - stemmer - - stemmer-german - - stepwise - - stern-brocot - - stgi - - STL - - stm-chunked-queues - - stm-firehose - - stm-promise - - stm-stats - - stochastic - - Stomp - - storable - - storable-static-array - - stp - - str - - Strafunski-ATermLib - - Strafunski-StrategyLib - - StrappedTemplates - - StrategyLib - - stratum-tool - - stratux-types - - stream - - streamdeck - - streamed - - stream-fusion - - streaming-benchmarks - - streaming-conduit - - streaming-events - - streaming-lzma - - streaming-osm - - streaming-pcap - - streaming-png - - streaming-utils - - streaming-with - - streamly-examples - - streamly-lz4 - - streamly-process - - stream-monad - - streamproc - - StrictBench - - StrictCheck - - strict-ghc-plugin - - strictly - - strict-tuple-lens - - string-isos - - stringlike - - string-quote - - stringtable-atom - - stripe - - stripeapi - - stripe-hs - - stripe-http-streams - - stripe-signature - - stripe-tests - - stripe-wreq - - strong-path - - strongswan-sql - - structural-traversal - - structures - - stt - - stunclient - - stylish-cabal - - stylized - - subleq-toolchain - - submark - - subsample - - sub-state - - subwordgraph - - suffix-array - - suffixarray - - SuffixStructures - - sugarhaskell - - suitable - - summoner - - sunlight - - sunroof-compiler - - superbubbles - - superevent - - supermonad - - supernova - - supero - - super-user-spark - - supervisor - - supplemented - - surjective - - sv-core - - SVD2HS - - svfactor - - svg-builder-fork - - svgutils - - svm-light-utils - - svm-simple - - svndump - - swagger-petstore - - swagger-test - - swearjure - - swf - - swift-lda - - swiss-ephemeris - - swisstable - - sws - - syb-extras - - SybWidget - - syb-with-class-instances-text - - sydtest-aeson - - sydtest-hedgehog - - sydtest-hedis - - sydtest-hspec - - sydtest-mongo - - sydtest-persistent-postgresql - - sydtest-rabbitmq - - sydtest-yesod - - syfco - - sym - - symantic - - symantic-cli - - symantic-http-test - - symantic-parser - - symantic-xml - - symbolic-link - - symengine - - symengine-hs - - sync - - sync-mht - - syntax-trees - - syntax-trees-fork-bairyn - - synthesizer - - Sysmon - - sys-process - - system-canonicalpath - - system-command - - system-extra - - system-inotify - - system-lifted - - system-linux-proc - - system-locale - - system-random-effect - - t3-server - - table - - tableaux - - tables - - Tables - - tablestorage - - table-tennis - - Tablify - - tabloid - - tabs - - tag-bits - - tagged-exception-core - - tagged-timers - - taglib-api - - tagsoup-ht - - tagsoup-megaparsec - - tagsoup-parsec - - tagsoup-selection - - tai - - tai64 - - tailwind - - takahashi - - Takusen - - takusen-oracle - - tamarin-prover-utils - - Tape - - tapioca - - TaskMonad - - tasty-auto - - tasty-fail-fast - - tasty-grading-system - - tasty-hedgehog-coverage - - tasty-mgolden - - tasty-stats - - tasty-test-vector - - TBC - - TBit - - tcache-AWS - - tcod-haskell - - tcp - - tcp-streams-openssl - - tdigest-Chart - - tds - - teams - - teeth - - telega - - telegram - - telegram-api - - telegram-bot-simple - - teleport - - teleshell - - tellbot - - tempi - - template-default - - template-haskell-util - - template-hsml - - templateify - - templatepg - - template-yj - - tempodb - - temporal-csound - - tempus - - tensor - - tensorflow - - tensorflow-opgen - - tensor-safe - - termbox-bindings - - termination-combinators - - termplot - - term-rewriting - - terntup - - terraform-http-backend-pass - - tersmu - - tesla - - testCom - - testcontainers - - test-fixture - - test-framework-doctest - - test-framework-quickcheck - - test-framework-skip - - test-framework-testing-feat - - test-framework-th-prime - - testloop - - testpack - - testpattern - - test-pkg - - testPkg - - testrunner - - test-sandbox - - test-shouldbe - - tex2txt - - texbuilder - - texrunner - - text1 - - text-all - - text-and-plots - - text-ascii - - text-containers - - text-display - - text-format-heavy - - text-generic-pretty - - text-icu-normalized - - text-lens - - text-lips - - text-markup - - text-normal - - textocat-api - - text-offset - - text-position - - text-register-machine - - text-replace - - text-time - - text-trie - - textual - - text-utf8 - - text-xml-qq - - text-zipper-monad - - tfp-th - - tftp - - tga - - thank-you-stars - - th-build - - th-dict-discovery - - themoviedb - - thentos-cookie-session - - Theora - - theoremquest - - th-fold - - th-format - - thih - - Thingie - - th-instance-reification - - th-kinds - - th-kinds-fork - - thock - - thorn - - th-pprint - - threadmanager - - threepenny-editors - - threepenny-gui-contextmenu - - threepenny-gui-flexbox - - thrift - - Thrift - - throttled-io-loop - - throwable-exceptions - - th-sccs - - th-tc - - th-to-exp - - th-traced - - thumbnail-plus - - tianbar - - ticket-management - - TicTacToe - - tictactoe3d - - tidal-midi - - tidal-vis - - tie-knot - - tiempo - - tiger - - tightrope - - timecalc - - time-extras - - time-machine - - timemap - - timeout - - timeout-with-results - - timeparsers - - TimePiece - - time-qq - - time-quote - - time-recurrence - - time-series - - timeseries - - time-series-lib - - timeutils - - time-w3c - - timezone-detect - - timezone-olson-th - - tini - - tintin - - TinyLaunchbury - - tiny-scheduler - - tinytemplate - - TinyURL - - tinyXml - - titan-debug-yampa - - titan-record-yampa - - Titim - - tkhs - - tkyprof - - tmp-proc-example - - todo - - todos - - tofromxml - - to-haskell - - toilet - - tokenify - - tokenizer-streaming - - token-limiter - - token-search - - tokstyle - - tokyocabinet-haskell - - tokyotyrant-haskell - - tomato-rubato-openal - - toml - - tonatona-persistent-postgresql - - tonatona-persistent-sqlite - - tonatona-servant - - toodles - - Top - - torch - - TORCS - - to-string-class - - TotalMap - - touched - - Tournament - - toxiproxy-haskell - - tptp - - trace - - trace-call - - traced - - trace-function-call - - tracetree - - tracing-control - - tracked-files - - tracker - - trackit - - traction - - tracy - - traildb - - transactional-events - - TransformeR - - transformers-compose - - transformers-lift - - transformers-runnable - - TransformersStepByStep - - transient - - transient-universe - - translatable-intset - - translate - - translate-cli - - traversal-template - - travis - - travis-meta-yaml - - trawl - - traypoweroff - - treap - - treemap - - treemap-html - - tree-render-text - - TreeStructures - - tree-traversals - - t-regex - - tremulous-query - - TrendGraph - - trhsx - - trigger - - trim - - tripLL - - trivia - - tropical - - tropical-geometry - - true-name - - trust-chain - - tsession - - tslib - - tsparse - - tsp-viz - - tsuntsun - - tsvsql - - ttask - - tttool - - tubes - - tuntap - - tuple-gen - - tupleinstances - - tuple-lenses - - turing-machines - - turing-music - - turtle-options - - tweak - - twee - - twentefp-websockets - - twfy-api-client - - twhs - - twilio - - twine - - twirp - - twisty - - twitter - - twitter-feed - - tx - - txtblk - - TYB - - tyfam-witnesses - - typalyze - - typeable-th - - type-combinators - - typed-encoding - - typedflow - - typedquery - - typed-time - - typed-wire - - type-eq - - type-fun - - typehash - - type-indexed-queues - - type-int - - type-interpreter - - type-level-bst - - type-level-natural-number-induction - - type-level-natural-number-operations - - typelevel-tensor - - type-list - - TypeNat - - type-of-html-static - - typeparams - - type-prelude - - typesafe-precure - - types-compat - - type-settheory - - type-spine - - type-tree - - type-unary - - typograffiti - - tyro - - uAgda - - uberlast - - ucam-webauth-types - - ucd - - uconv - - udp-conduit - - udp-streaming - - uhexdump - - uhttpc - - ui-command - - ulid - - unamb-custom - - unbounded-delays-units - - unboxed-containers - - unboxed-references - - unbreak - - unfix-binders - - unfoldable - - unicode-prelude - - unicode-symbols - - unicode-tricks - - uniform-fileio - - union-map - - uniprot-kb - - uniqueid - - uniquely-represented-sets - - uniqueness-periods-vector-properties - - units-attoparsec - - unittyped - - unitym-yesod - - uni-util - - universal-binary - - unix-handle - - unix-process-conduit - - unix-recursive - - unlifted-list - - unliftio-messagebox - - unm-hip - - unordered-containers-rematch - - unordered-graphs - - unordered-intmap - - unpacked-either - - unpacked-maybe - - unpacked-maybe-numeric - - unpack-funcs - - unroll-ghc-plugin - - unsafely - - unsatisfiable - - unsequential - - unused - - uom-plugin - - Updater - - uploadcare - - upskirt - - uri - - uri-conduit - - uri-encoder - - uri-parse - - uri-template - - uri-templater - - URLb - - urlcheck - - urldecode - - url-decoders - - urldisp-happstack - - url-generic - - urn - - urn-random - - urxml - - users-mysql-haskell - - users-persistent - - utc - - utf - - utf8-prelude - - utf8-validator - - UTFTConverter - - util-logict - - util-plus - - util-primitive - - util-universe - - uuagc-bootstrap - - uu-cco - - uuid-aeson - - uuid-orphans - - uvector - - uxadt - - vabal-lib - - vacuum - - validated-types - - Validation - - validations - - valid-names - - value-supply - - vampire - - var - - varan - - variables - - variadic - - variation - - vaultaire-common - - vault-tool-server - - vault-trans - - vcache - - vcatt - - vcf - - vcswrapper - - Vec-Boolean - - Vec-OpenGLRaw - - vect-floating - - vect-opengl - - vector-bytestring - - vector-clock - - vector-conduit - - vector-fftw - - vector-functorlazy - - vector-heterogenous - - vector-random - - vector-read-instances - - vector-space-map - - vector-space-opengl - - vector-space-points - - vector-static - - Vec-Transform - - velma - - Verba - - verbalexpressions - - verdict - - verify - - verilog - - verismith - - versioning - - vformat - - vhd - - vhdl - - vicinity - - viewprof - - views - - Villefort - - vimus - - vintage-basic - - vinyl-json - - vinyl-named-sugar - - vinyl-plus - - vinyl-utils - - vinyl-vectors - - virthualenv - - visibility - - visualize-cbn - - visual-prof - - vitrea - - vk-aws-route53 - - VKHS - - vowpal-utils - - voyeur - - vpq - - VRML - - vte - - vtegtk3 - - vty-examples - - vty-menu - - vty-ui - - wacom-daemon - - waddle - - wai-git-http - - wai-graceful - - wai-handler-devel - - wai-handler-fastcgi - - wai-handler-scgi - - wai-handler-webkit - - wai-hmac-auth - - wai-lens - - wai-lite - - wai-logger-buffered - - wai-logger-prefork - - wai-make-assets - - wai-middleware-catch - - wai-middleware-crowd - - wai-middleware-delegate - - wai-middleware-etag - - wai-middleware-headers - - wai-middleware-hmac-client - - wai-middleware-preprocessor - - wai-middleware-static-caching - - wai-middleware-travisci - - wai-rate-limit-redis - - wai-request-spec - - wai-responsible - - wai-router - - wai-routes - - wai-routing - - wai-secure-cookies - - wai-session-alt - - wai-session-mysql - - wai-session-postgresql - - wai-session-redis - - wai-static-cache - - waitfree - - wai-throttler - - waitra - - wallpaper - - warc - - warp-dynamic - - warp-grpc - - warp-quic - - warp-static - - warp-systemd - - wasm - - watchdog - - watcher - - watchit - - wavefront - - wavefront-obj - - weak-bag - - weather-api - - web3-polkadot - - webapi - - webapp - - webauthn - - WebBits - - webby - - webcloud - - webcrank - - webcrank-dispatch - - web-css - - webdriver-angular - - webdriver-snoy - - web-encodings - - WeberLogic - - webfinger-client - - webkitgtk3 - - webkit-javascriptcore - - webmention - - web-output - - web-push - - Webrexp - - web-routes-quasi - - web-routes-transformers - - webshow - - websockets-rpc - - webwire - - wedged - - WEditor - - weekdaze - - weighted-regexp - - welshy - - werewolf - - wgpu-hs - - Wheb - - while-lang-parser - - whim - - whiskers - - whois - - why3 - - WikimediaParser - - windns - - windowslive - - winerror - - Wired - - wireguard-hs - - wires - - wiring - - witty - - wkt - - wkt-geom - - WL500gPLib - - wl-pprint-extras - - WMSigner - - woe - - woffex - - wol - - word2vec-model - - wordify - - Wordlint - - wordlist - - WordNet - - WordNet-ghc74 - - wordpass - - wordpress-auth - - wordsearch - - workdays - - Workflow - - workflow-osx - - workflow-windows - - work-time - - wp-archivebot - - wreq-patchable - - wreq-sb - - writer-cps-lens - - writer-cps-monads-tf - - writer-cps-morph - - wsdl - - wsedit - - wsjtx-udp - - wtk - - wumpus-core - - wxdirect - - X11-extras - - X11-rm - - X11-xdamage - - X11-xfixes - - xchat-plugin - - xcp - - x-dsp - - Xec - - xenstore - - xfconf - - xformat - - xhaskell-library - - xhb - - xilinx-lava - - xine - - xing-api - - xkbcommon - - xkcd - - xleb - - xls - - xlsior - - xlsx-templater - - xml2json - - xml-conduit-decode - - xml-conduit-parse - - xml-conduit-selectors - - xml-conduit-stylist - - xml-html-conduit-lens - - XmlHtmlWriter - - xml-parsec - - xml-prettify - - xml-query - - xml-tydom-core - - xml-verify - - XMMS - - xmonad-bluetilebranch - - xmonad-contrib-gpl - - xmonad-eval - - xmonad-vanessa - - xmonad-windownames - - xor - - Xorshift128Plus - - xorshift-plus - - xournal-types - - xrefcheck - - xsact - - xsd - - xslt - - xxhash - - y0l0bot - - yabi-muno - - yackage - - yahoo-finance-api - - yahoo-finance-conduit - - yahoo-prices - - yahoo-web-search - - yajl - - yall - - yam-app - - yam-config - - yaml-config - - yamlkeysdiff - - yaml-pretty-extras - - YamlReference - - yaml-rpc - - yampa2048 - - yampa-glfw - - yampa-gloss - - yampa-glut - - yampa-sdl2 - - YampaSynth - - yampa-test - - yam-servant - - yandex-translate - - yaop - - yap - - yapb - - yarr - - yaya-test - - yaya-unsafe-test - - yeller - - yeshql-hdbc - - yeshql-postgresql-simple - - yesod-angular - - yesod-angular-ui - - yesod-articles - - yesod-auth-account - - yesod-auth-account-fork - - yesod-auth-bcrypt - - yesod-auth-bcryptdb - - yesod-auth-deskcom - - yesod-auth-hmac-keccak - - yesod-auth-kerberos - - yesod-auth-ldap-mediocre - - yesod-auth-ldap-native - - yesod-auth-nopassword - - yesod-auth-pam - - yesod-auth-smbclient - - yesod-auth-zendesk - - yesod-bootstrap - - yesod-comments - - yesod-content-pdf - - yesod-crud - - yesod-crud-persist - - yesod-datatables - - yesod-dsl - - yesod-fast-devel - - yesod-filter - - yesod-form-richtext - - yesod-gitrev - - yesod-goodies - - yesod-ip - - yesod-job-queue - - yesod-links - - yesod-lucid - - yesod-paginate - - yesod-pagination - - yesod-pnotify - - yesod-pure - - yesod-raml - - yesod-recaptcha - - yesod-routes - - yesod-routes-flow - - yesod-rst - - yesod-s3 - - yesod-sass - - yesod-static-angular - - yesod-static-remote - - yesod-test-json - - yesod-tls - - yesod-vend - - yesod-worker - - YFrob - - yggdrasil - - yhccore - - yhseq - - yices - - yi-contrib - - yi-monokai - - yi-solarized - - yi-spolsky - - yoda - - Yogurt - - yst - - yu-core - - yuiGrid - - yu-tool - - yxdb-utils - - z3-encoding - - z85 - - zabt - - zampolit - - Z-Data - - ZEBEDDE - - zendesk-api - - zenhack-prelude - - zeno - - zephyr - - zeromq4-clone-pattern - - zeromq4-conduit - - zeromq4-patterns - - zeromq-haskell - - zettelkast - - ZFS - - zifter - - zigbee-znet25 - - zip-conduit - - zipedit - - zipkin - - ziptastic-core - - zm - - ZMachine - - zmidi-score - - zmqat - - zoneinfo - - zoom - - zoom-refs - - zsdd - - zsh-battery - - zsyntax - - ztar - - Zwaluw - - zxcvbn-dvorak - - zxcvbn-hs From 8b791af7b14a7797e1bf0b4ca52341a5907eda93 Mon Sep 17 00:00:00 2001 From: Malte Brandy Date: Wed, 23 Mar 2022 00:59:36 +0100 Subject: [PATCH 204/238] haskellPackages: regenerate package set based on current config This commit has been generated by maintainers/scripts/haskell/regenerate-hackage-packages.sh --- .../haskell-modules/hackage-packages.nix | 11295 ---------------- 1 file changed, 11295 deletions(-) diff --git a/pkgs/development/haskell-modules/hackage-packages.nix b/pkgs/development/haskell-modules/hackage-packages.nix index 7d92a2bf1e93..9fd682039108 100644 --- a/pkgs/development/haskell-modules/hackage-packages.nix +++ b/pkgs/development/haskell-modules/hackage-packages.nix @@ -31,8 +31,6 @@ self: { executableHaskellDepends = [ base GLUT OpenGL random ]; description = "Examples of 3D graphics programming with OpenGL"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "3dmodels" = callPackage @@ -46,8 +44,6 @@ self: { ]; description = "3D model parsers"; license = lib.licenses.lgpl3Only; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "4Blocks" = callPackage @@ -75,8 +71,6 @@ self: { libraryHaskellDepends = [ base ]; description = "Abstract Application Interface"; license = lib.licenses.mit; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "ABList" = callPackage @@ -127,8 +121,6 @@ self: { libraryHaskellDepends = [ base ]; description = "Detect which OS you're running on"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "AC-Colour" = callPackage @@ -151,8 +143,6 @@ self: { libraryHaskellDepends = [ array base gtk ]; description = "GTK+ pixel plotting"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "AC-HalfInteger" = callPackage @@ -166,8 +156,6 @@ self: { libraryHaskellDepends = [ base ]; description = "Efficient half-integer type"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "AC-MiniTest" = callPackage @@ -181,8 +169,6 @@ self: { libraryHaskellDepends = [ base transformers ]; description = "A simple test framework"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "AC-PPM" = callPackage @@ -218,8 +204,6 @@ self: { libraryHaskellDepends = [ ansi-terminal base ]; description = "Trivial wrapper over ansi-terminal"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "AC-VanillaArray" = callPackage @@ -231,8 +215,6 @@ self: { libraryHaskellDepends = [ base ghc-prim ]; description = "Immutable arrays with plain integer indicies"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "AC-Vector" = callPackage @@ -246,8 +228,6 @@ self: { libraryHaskellDepends = [ base ]; description = "Efficient geometric vectors and transformations"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "AC-Vector-Fancy" = callPackage @@ -277,8 +257,6 @@ self: { ]; description = "Essential features"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "ADPfusion" = callPackage @@ -306,8 +284,6 @@ self: { ]; description = "Efficient, high-level dynamic programming"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "ADPfusionForest" = callPackage @@ -379,8 +355,6 @@ self: { executableHaskellDepends = [ base containers directory ]; description = "foundational type classes for approximating exact real numbers"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "AERN-Net" = callPackage @@ -531,8 +505,6 @@ self: { ]; description = "A library for writing AGI scripts for Asterisk"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "ALUT" = callPackage @@ -562,8 +534,6 @@ self: { ]; description = "Low-level bindings for Asterisk Manager Interface (AMI)"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "ANum" = callPackage @@ -656,8 +626,6 @@ self: { ]; description = "A monad and monadic transformer providing \"abort\" functionality"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "ActionKid" = callPackage @@ -681,8 +649,6 @@ self: { testHaskellDepends = [ base hspec ]; description = "An easy-to-use video game framework for Haskell"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "Adaptive" = callPackage @@ -698,8 +664,6 @@ self: { libraryHaskellDepends = [ base ]; description = "Library for incremental computing"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "Adaptive-Blaisorblade" = callPackage @@ -714,8 +678,6 @@ self: { libraryHaskellDepends = [ base ]; description = "Library for incremental computing"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "Advgame" = callPackage @@ -795,8 +757,6 @@ self: { ]; description = "Generator-generator for QuickCheck"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "Agda" = callPackage @@ -847,8 +807,6 @@ self: { executableHaskellDepends = [ Agda base ]; description = "Command-line program for type-checking and compiling Agda programs"; license = "unknown"; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "AhoCorasick" = callPackage @@ -863,8 +821,6 @@ self: { ]; description = "Aho-Corasick string matching algorithm"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "AlanDeniseEricLauren" = callPackage @@ -886,8 +842,6 @@ self: { benchmarkHaskellDepends = [ base containers criterion ]; description = "Find the minimal subset/submap satisfying some property"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "AlgoRhythm" = callPackage @@ -930,8 +884,6 @@ self: { executableHaskellDepends = [ base containers mtl pretty ]; description = "Example implementation of Algorithm W for Hindley-Milner type inference"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "AlignmentAlgorithms" = callPackage @@ -1010,8 +962,6 @@ self: { libraryHaskellDepends = [ base random ]; description = "Updated version of Yampa: a library for programming hybrid systems"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "Annotations" = callPackage @@ -1082,8 +1032,6 @@ self: { doHaddock = false; description = "Call AppleScript from Haskell, and then call back into Haskell"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "ApproxFun-hs" = callPackage @@ -1095,8 +1043,6 @@ self: { libraryHaskellDepends = [ base vector ]; description = "Function approximation"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "ArrayRef" = callPackage @@ -1108,8 +1054,6 @@ self: { libraryHaskellDepends = [ base ]; description = "Unboxed references, dynamic arrays and more"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "ArrowVHDL" = callPackage @@ -1121,8 +1065,6 @@ self: { libraryHaskellDepends = [ base process ]; description = "A library to generate Netlist code from Arrow descriptions"; license = lib.licenses.publicDomain; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "AspectAG" = callPackage @@ -1158,8 +1100,6 @@ self: { ]; description = "Fast Bencode encoding and parsing library"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "AttoJson" = callPackage @@ -1192,8 +1132,6 @@ self: { ]; description = "Visualisation of Strange Attractors in 3-Dimensions"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "Aurochs" = callPackage @@ -1207,8 +1145,6 @@ self: { executableHaskellDepends = [ base containers parsec pretty ]; description = "Yet another parser generator for C/C++"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "AutoForms" = callPackage @@ -1275,8 +1211,6 @@ self: { ]; description = "Big Contact Map Tools"; license = lib.licenses.mit; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "BNFC" = callPackage @@ -1336,8 +1270,6 @@ self: { libraryHaskellDepends = [ base cairo containers mtl ]; description = "Tools for self-assembly"; license = lib.licenses.gpl3Only; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "Bang" = callPackage @@ -1353,8 +1285,6 @@ self: { ]; description = "A Drum Machine DSL for Haskell"; license = lib.licenses.mit; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "Barracuda" = callPackage @@ -1397,8 +1327,6 @@ self: { executableHaskellDepends = [ array base mtl random ]; description = "An interpreter for the Befunge-93 Programming Language"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "BenchmarkHistory" = callPackage @@ -1416,8 +1344,6 @@ self: { ]; description = "Benchmark functions with history"; license = lib.licenses.gpl3Only; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "BerkeleyDB" = callPackage @@ -1444,8 +1370,6 @@ self: { librarySystemDepends = [ db dbxml xercesc xqilla ]; description = "Berkeley DB XML binding"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {inherit (pkgs) db; inherit (pkgs) dbxml; inherit (pkgs) xercesc; inherit (pkgs) xqilla;}; @@ -1473,8 +1397,6 @@ self: { ]; description = "The Bidirectional Generic Update Language"; license = lib.licenses.publicDomain; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "BigPixel" = callPackage @@ -1506,8 +1428,6 @@ self: { ]; description = "Source-to-source plugin for enhancing EDSLs with static annotations"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "Binpack" = callPackage @@ -1803,8 +1723,6 @@ self: { ]; description = "Newick file format parser"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "BiobaseTrainingData" = callPackage @@ -1968,8 +1886,6 @@ self: { transformers vector ]; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "BitSyntax" = callPackage @@ -2110,8 +2026,6 @@ self: { ]; description = "A markdown-like markup language designed for blog posts"; license = lib.licenses.agpl3Only; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "BluePrintCSS" = callPackage @@ -2134,8 +2048,6 @@ self: { doHaddock = false; description = "Preview of a new build system"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "Bookshelf" = callPackage @@ -2195,8 +2107,6 @@ self: { ]; description = "Static text template generation library"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "BufferedSocket" = callPackage @@ -2208,8 +2118,6 @@ self: { libraryHaskellDepends = [ base bytestring network text ]; description = "A socker wrapper that makes the IO of sockets much cleaner"; license = lib.licenses.mit; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "Buster" = callPackage @@ -2234,8 +2142,6 @@ self: { ]; description = "Hits a set of urls periodically to bust caches"; license = lib.licenses.mit; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "C-structs" = callPackage @@ -2315,8 +2221,6 @@ self: { libraryHaskellDepends = [ base mtl ]; description = "A monad transformers for multi-prompt delimited control"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "CC-delcont-exc" = callPackage @@ -2328,8 +2232,6 @@ self: { libraryHaskellDepends = [ base mtl ]; description = "A monad transformers for multi-prompt delimited control"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "CC-delcont-ref" = callPackage @@ -2341,8 +2243,6 @@ self: { libraryHaskellDepends = [ base mtl ]; description = "A monad transformers for multi-prompt delimited control using refercence cells"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "CC-delcont-ref-tf" = callPackage @@ -2354,8 +2254,6 @@ self: { libraryHaskellDepends = [ base ref-tf transformers ]; description = "A monad transformers for multi-prompt delimited control using refercence cells"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "CCA" = callPackage @@ -2373,8 +2271,6 @@ self: { executableToolDepends = [ happy ]; description = "preprocessor and library for Causal Commutative Arrows (CCA)"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "CHXHtml" = callPackage @@ -2404,8 +2300,6 @@ self: { ]; description = "Cursor Library for A Structured Editor"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "CLI" = callPackage @@ -2418,8 +2312,6 @@ self: { testHaskellDepends = [ base doctest ]; description = "CLI tools"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "CMCompare" = callPackage @@ -2455,8 +2347,6 @@ self: { ]; description = "cwmwl udp message queue"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "COrdering" = callPackage @@ -2468,8 +2358,6 @@ self: { libraryHaskellDepends = [ base ]; description = "An algebraic data type similar to Prelude Ordering"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "CPBrainfuck" = callPackage @@ -2527,8 +2415,6 @@ self: { ]; description = "Firing rules semantic of CSPM"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "CSPM-Frontend" = callPackage @@ -2546,8 +2432,6 @@ self: { libraryToolDepends = [ alex ]; description = "A CSP-M parser compatible with FDR-2.91"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "CSPM-Interpreter" = callPackage @@ -2649,8 +2533,6 @@ self: { libraryToolDepends = [ c2hs ]; description = "OpenCV based machine vision library"; license = "GPL"; - hydraPlatforms = lib.platforms.none; - broken = true; }) {opencv_calib3d = null; opencv_contrib = null; opencv_core = null; opencv_features2d = null; opencv_flann = null; opencv_gpu = null; opencv_highgui = null; opencv_imgproc = null; @@ -2822,8 +2704,6 @@ self: { ]; description = "A framework for packaging Haskell software"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "Cabal-syntax" = callPackage @@ -2853,8 +2733,6 @@ self: { ]; description = "Search cabal packages by name"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "Capabilities" = callPackage @@ -2866,8 +2744,6 @@ self: { libraryHaskellDepends = [ base compdata directory free unix ]; description = "Separate and contain effects of IO monad"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "Cardinality" = callPackage @@ -2890,8 +2766,6 @@ self: { libraryHaskellDepends = [ base containers fgl parsec ]; description = "An implementation and DSL for the Carneades argumentation model"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "CarneadesIntoDung" = callPackage @@ -2920,8 +2794,6 @@ self: { libraryHaskellDepends = [ base lens linear template-haskell ]; description = "Coordinate systems"; license = lib.licenses.mit; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "Cascade" = callPackage @@ -2933,8 +2805,6 @@ self: { libraryHaskellDepends = [ base comonad ghc-prim mtl void ]; description = "Playing with reified categorical composition"; license = lib.licenses.publicDomain; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "Cassava" = callPackage @@ -2961,8 +2831,6 @@ self: { ]; description = "A CSV parsing and encoding library"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "Catana" = callPackage @@ -2974,8 +2842,6 @@ self: { libraryHaskellDepends = [ base mtl ]; description = "A monad for complex manipulation of a stream"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "ChannelT" = callPackage @@ -3113,8 +2979,6 @@ self: { ]; description = "A wrapper for the chart library to assist with basic plots (Deprecated - use the Easy module instead)"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "Chart-tests" = callPackage @@ -3184,8 +3048,6 @@ self: { libraryHaskellDepends = [ base text ]; description = "Inbuilt checking for ultra reliable computing"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "Chitra" = callPackage @@ -3199,8 +3061,6 @@ self: { executableHaskellDepends = [ base binary bytestring mtl network ]; description = "A platform independent mechanism to render graphics using vnc"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "ChristmasTree" = callPackage @@ -3216,8 +3076,6 @@ self: { ]; description = "Alternative approach of 'read' that composes grammars instead of parsers"; license = "LGPL"; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "CirruParser" = callPackage @@ -3251,8 +3109,6 @@ self: { testToolDepends = [ hspec-discover ]; description = "spam"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "ClassLaws" = callPackage @@ -3264,8 +3120,6 @@ self: { libraryHaskellDepends = [ base ChasingBottoms mtl QuickCheck ]; description = "Stating and checking laws for type class methods"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "ClassyPrelude" = callPackage @@ -3277,8 +3131,6 @@ self: { libraryHaskellDepends = [ base strict ]; description = "Prelude replacement using classes instead of concrete types where reasonable"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "Clean" = callPackage @@ -3290,8 +3142,6 @@ self: { libraryHaskellDepends = [ base containers ]; description = "A light, clean and powerful utility library"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "Clipboard" = callPackage @@ -3422,8 +3272,6 @@ self: { libraryHaskellDepends = [ base directory process ]; description = "A replacement for System.Exit and System.Process"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "Commando" = callPackage @@ -3446,8 +3294,6 @@ self: { ]; description = "Watch some files; Rerun a command"; license = lib.licenses.mit; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "ComonadSheet" = callPackage @@ -3477,8 +3323,6 @@ self: { libraryHaskellDepends = [ base containers transformers vector ]; description = "A generalization for containers that can be stripped of Nothing"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "ConClusion" = callPackage @@ -3501,8 +3345,6 @@ self: { ]; description = "Cluster algorithms, PCA, and chemical conformere analysis"; license = lib.licenses.agpl3Only; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "Concurrent-Cache" = callPackage @@ -3514,8 +3356,6 @@ self: { libraryHaskellDepends = [ base ]; description = "A Cached variable for IO functions"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "Concurrential" = callPackage @@ -3527,8 +3367,6 @@ self: { libraryHaskellDepends = [ async base ]; description = "Mix concurrent and sequential computation"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "Condor" = callPackage @@ -3577,8 +3415,6 @@ self: { ]; description = "Template haskell for reading ConfigFiles"; license = "LGPL"; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "Configger" = callPackage @@ -3602,8 +3438,6 @@ self: { libraryHaskellDepends = [ base ]; description = "Declare types as Configurable then specialize them all in one place"; license = lib.licenses.mit; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "ConsStream" = callPackage @@ -3628,8 +3462,6 @@ self: { executableHaskellDepends = [ base process ]; description = "Restart a command on STDIN activity"; license = lib.licenses.mit; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "ConstraintKinds" = callPackage @@ -3641,8 +3473,6 @@ self: { libraryHaskellDepends = [ base dlist ghc-prim vector ]; description = "Repackages standard type classes with the ConstraintKinds extension"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "Consumer" = callPackage @@ -3654,8 +3484,6 @@ self: { libraryHaskellDepends = [ base mtl ]; description = "A monad and monad transformer for consuming streams"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "ContArrow" = callPackage @@ -3667,8 +3495,6 @@ self: { libraryHaskellDepends = [ arrows base ]; description = "Control.Arrow.Transformer.Cont"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "ContextAlgebra" = callPackage @@ -3686,8 +3512,6 @@ self: { ]; description = "Implementation of the context algebra"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "Contract" = callPackage @@ -3699,8 +3523,6 @@ self: { libraryHaskellDepends = [ base template-haskell ]; description = "Practical typed lazy contracts"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "Control-Engine" = callPackage @@ -3750,8 +3572,6 @@ self: { ]; description = "A variation on the ST monad with two type parameters"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "CoreDump" = callPackage @@ -3763,8 +3583,6 @@ self: { libraryHaskellDepends = [ base ghc pretty pretty-show ]; description = "A GHC plugin for printing GHC's internal Core data structures"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "CoreErlang" = callPackage @@ -3776,8 +3594,6 @@ self: { libraryHaskellDepends = [ base parsec pretty ]; description = "Manipulating Core Erlang source code"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "CoreFoundation" = callPackage @@ -3808,8 +3624,6 @@ self: { libraryHaskellDepends = [ base ]; description = "Type-safe coroutines using lightweight session types"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "CouchDB" = callPackage @@ -3830,8 +3644,6 @@ self: { ]; description = "CouchDB interface"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "Craft3e" = callPackage @@ -3848,8 +3660,6 @@ self: { doHaddock = false; description = "Code for Haskell: the Craft of Functional Programming, 3rd ed"; license = lib.licenses.mit; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "Crypto" = callPackage @@ -3903,8 +3713,6 @@ self: { ]; description = "CurryDB: In-memory Key/Value Database"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "DAG-Tournament" = callPackage @@ -3922,8 +3730,6 @@ self: { ]; description = "Real-Time Game Tournament Evaluator"; license = "GPL"; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "DAV" = callPackage @@ -3980,8 +3786,6 @@ self: { ]; description = "DBFunctor - Functional Data Management => ETL/ELT Data Processing in Haskell"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "DBlimited" = callPackage @@ -3995,8 +3799,6 @@ self: { executableHaskellDepends = [ base containers parsec ]; description = "A command-line SQL interface for flat files (tdf,csv,etc.)"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "DBus" = callPackage @@ -4008,8 +3810,6 @@ self: { libraryHaskellDepends = [ base bytestring ]; description = "D-Bus bindings"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "DCFL" = callPackage @@ -4111,8 +3911,6 @@ self: { executableHaskellDepends = [ base ]; description = "Darcs Patch Manager"; license = "GPL"; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "DPutils" = callPackage @@ -4194,8 +3992,6 @@ self: { ]; description = "Implementation of DSA, based on the description of FIPS 186-4"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "DSH" = callPackage @@ -4258,8 +4054,6 @@ self: { libraryHaskellDepends = [ base haskell-src-exts ]; description = "Data To Class transformation"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "Dangerous" = callPackage @@ -4302,8 +4096,6 @@ self: { ]; description = "Dao is meta programming language with its own built-in interpreted language, designed with artificial intelligence applications in mind"; license = lib.licenses.gpl3Only; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "DarcsHelpers" = callPackage @@ -4353,8 +4145,6 @@ self: { libraryHaskellDepends = [ base bytestring unix ]; description = "Ropes, an alternative to (Byte)Strings"; license = "GPL"; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "DataIndex" = callPackage @@ -4388,8 +4178,6 @@ self: { ]; description = "A GTK widget for displaying arbitrary Data.Data.Data instances"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "DataVersion" = callPackage @@ -4403,8 +4191,6 @@ self: { testHaskellDepends = [ base hspec QuickCheck ]; description = "Type safe data migrations"; license = lib.licenses.mit; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "Deadpan-DDP" = callPackage @@ -4433,8 +4219,6 @@ self: { testHaskellDepends = [ base doctest filemanip QuickCheck ]; description = "Write clients for Meteor's DDP Protocol"; license = lib.licenses.mit; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "DebugTraceHelpers" = callPackage @@ -4474,8 +4258,6 @@ self: { libraryHaskellDepends = [ base containers ]; description = "A very simple implementation of decision trees for discrete attributes"; license = "LGPL"; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "DeepArrow" = callPackage @@ -4504,8 +4286,6 @@ self: { testHaskellDepends = [ base constraints mtl QuickCheck random ]; description = "A DSL for creating neural network"; license = lib.licenses.asl20; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "DefendTheKing" = callPackage @@ -4548,8 +4328,6 @@ self: { ]; description = "A demonstration interpreter for type system delta-lambda (of N.G. De-bruijn)"; license = lib.licenses.mit; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "DescriptiveKeys" = callPackage @@ -4578,8 +4356,6 @@ self: { ]; description = "Processing Real-time event streams"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "Diff_0_3_4" = callPackage @@ -4644,8 +4420,6 @@ self: { ]; description = "Global optimization using Differential Evolution"; license = lib.licenses.mit; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "Digit" = callPackage @@ -4691,8 +4465,6 @@ self: { testHaskellDepends = [ base hspec lens mtl text ]; description = "A client library for the DigitalOcean API"; license = lib.licenses.agpl3Only; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "DimensionalHash" = callPackage @@ -4704,8 +4476,6 @@ self: { libraryHaskellDepends = [ base ]; description = "An n-dimensional hash using Morton numbers"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "DirectSound" = callPackage @@ -4756,8 +4526,6 @@ self: { testHaskellDepends = [ base doctest ]; description = "Discussion support system"; license = lib.licenses.gpl3Only; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "Dish" = callPackage @@ -4772,8 +4540,6 @@ self: { executableHaskellDepends = [ base bytestring ]; description = "Hash modules (currently Murmur3)"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "Dist" = callPackage @@ -4786,8 +4552,6 @@ self: { testHaskellDepends = [ base containers MonadRandom ]; description = "A Haskell library for probability distributions"; license = lib.licenses.mit; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "DistanceTransform" = callPackage @@ -4907,8 +4671,6 @@ self: { ]; description = "Program to derive type class instances"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "DrIFT-cabalized" = callPackage @@ -4923,8 +4685,6 @@ self: { executableHaskellDepends = [ base old-time process random ]; description = "Program to derive type class instances"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "Dung" = callPackage @@ -4938,8 +4698,6 @@ self: { libraryHaskellDepends = [ base cmdargs containers parsec ]; description = "An implementation of the Dung argumentation frameworks"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "Dust" = callPackage @@ -4992,8 +4750,6 @@ self: { ]; description = "Cryptographic operations"; license = "GPL"; - hydraPlatforms = lib.platforms.none; - broken = true; }) {inherit (pkgs) openssl;}; "Dust-tools" = callPackage @@ -5058,8 +4814,6 @@ self: { ]; description = "Dynamic time warping of sequences"; license = lib.licenses.lgpl3Only; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "DysFRP" = callPackage @@ -5073,8 +4827,6 @@ self: { ]; description = "dysFunctional Reactive Programming"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "DysFRP-Cairo" = callPackage @@ -5240,8 +4992,6 @@ self: { testToolDepends = [ hspec-discover ]; description = "spam"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "EitherT" = callPackage @@ -5259,8 +5009,6 @@ self: { ]; description = "EitherT monad transformer"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "Elm" = callPackage @@ -5316,8 +5064,6 @@ self: { ]; description = "derives heuristic rules from nominal data"; license = "GPL"; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "Empty" = callPackage @@ -5329,8 +5075,6 @@ self: { libraryHaskellDepends = [ base containers ]; description = "A type class for empty containers"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "Encode" = callPackage @@ -5385,8 +5129,6 @@ self: { libraryHaskellDepends = [ base containers deepseq ]; description = "Simple Enum-class-based int containers"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "EnumMap" = callPackage @@ -5398,8 +5140,6 @@ self: { libraryHaskellDepends = [ base containers ]; description = "More general IntMap replacement"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "Eq" = callPackage @@ -5418,8 +5158,6 @@ self: { ]; description = "Render math formula in ASCII, and perform some simplifications"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "EqualitySolver" = callPackage @@ -5433,8 +5171,6 @@ self: { ]; description = "A theory solver for conjunctions of literals in the theory of uninterpreted functions with equality"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "EsounD" = callPackage @@ -5466,8 +5202,6 @@ self: { libraryHaskellDepends = [ ansi-terminal base mtl ]; description = "Methods for estimating the progress of functions"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "EtaMOO" = callPackage @@ -5508,8 +5242,6 @@ self: { ]; description = "A general data-flow framework"; license = lib.licenses.lgpl3Only; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "Etage-Graph" = callPackage @@ -5631,8 +5363,6 @@ self: { ]; description = "A grab bag of modules"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "FAI" = callPackage @@ -5697,8 +5427,6 @@ self: { librarySystemDepends = [ fmodex64 ]; description = "The Haskell FModEx raw API"; license = lib.licenses.gpl3Only; - hydraPlatforms = lib.platforms.none; - broken = true; }) {fmodex64 = null;}; "FPretty" = callPackage @@ -5712,8 +5440,6 @@ self: { libraryHaskellDepends = [ base containers ]; description = "Efficient simple pretty printing combinators"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "FSM" = callPackage @@ -5756,8 +5482,6 @@ self: { librarySystemDepends = [ ftgl ]; description = "Portable TrueType font rendering for OpenGL using the Freetype2 library"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {inherit (pkgs) ftgl;}; "FTPLine" = callPackage @@ -5801,8 +5525,6 @@ self: { testToolDepends = [ hspec-discover ]; description = "spam"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "Facts" = callPackage @@ -5842,8 +5564,6 @@ self: { libraryHaskellDepends = [ base STMonadTrans vector ]; description = "A monad and monad transformer for pushing things onto a stack very fast"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "FastxPipe" = callPackage @@ -5860,8 +5580,6 @@ self: { ]; description = "Fasta and Fastq streaming"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "FenwickTree" = callPackage @@ -5911,8 +5629,6 @@ self: { ]; description = "Ferry Core Components"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "Feval" = callPackage @@ -5926,8 +5642,6 @@ self: { executableHaskellDepends = [ base containers mtl parsec ]; description = "Evaluation using F-Algebras"; license = lib.licenses.mit; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "FieldTrip" = callPackage @@ -5960,8 +5674,6 @@ self: { ]; description = "Expressive file and directory manipulation for Haskell"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "FileManipCompat" = callPackage @@ -5977,8 +5689,6 @@ self: { ]; description = "Expressive file and directory manipulation for Haskell"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "FilePather" = callPackage @@ -6011,8 +5721,6 @@ self: { ]; description = "File system data structure and monad transformer"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "Files" = callPackage @@ -6029,8 +5737,6 @@ self: { testHaskellDepends = [ base hspec ]; description = "File content extraction/rearrangement"; license = lib.licenses.mit; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "Fin" = callPackage @@ -6063,8 +5769,6 @@ self: { ]; description = "Obtain quote data from finance.yahoo.com"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "Finance-Treasury" = callPackage @@ -6220,8 +5924,6 @@ self: { ]; description = "ForSyDe's Haskell-embedded Domain Specific Language"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "ForestStructures" = callPackage @@ -6281,8 +5983,6 @@ self: { libraryHaskellDepends = [ base monad-control mtl resourcet ]; description = "Forkable monad transformers"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "FormalGrammars" = callPackage @@ -6330,8 +6030,6 @@ self: { testToolDepends = [ hspec-discover ]; description = "spam"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "Foster" = callPackage @@ -6399,8 +6097,6 @@ self: { base FTGL GLFW-b OpenGLRaw parallel random time ]; license = lib.licenses.mit; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "Frames" = callPackage @@ -6455,8 +6151,6 @@ self: { ]; description = "A library for accessing Postgres tables as in-memory data structures"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "Frames-dsv" = callPackage @@ -6495,8 +6189,6 @@ self: { ]; description = "Frames wrapper for map-reduce-folds and some extra folds helpers"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "Frames-streamly" = callPackage @@ -6542,8 +6234,6 @@ self: { libraryHaskellDepends = [ base freetype2 OpenGL ]; description = "Loadable texture fonts for OpenGL"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "FunGEn" = callPackage @@ -6580,8 +6270,6 @@ self: { ]; description = "Funge-98 interpreter written in Haskell"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "GA" = callPackage @@ -6606,8 +6294,6 @@ self: { executableHaskellDepends = [ base bimap ]; description = "GGg cipher"; license = lib.licenses.mit; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "GHood" = callPackage @@ -6634,8 +6320,6 @@ self: { librarySystemDepends = [ libGL libX11 libXext libXfixes ]; description = "A Haskell binding for GLFW"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {inherit (pkgs) libGL; inherit (pkgs.xorg) libX11; inherit (pkgs.xorg) libXext; inherit (pkgs.xorg) libXfixes;}; @@ -6685,8 +6369,6 @@ self: { ]; description = "GLFW-b demo"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "GLFW-task" = callPackage @@ -6752,8 +6434,6 @@ self: { libraryHaskellDepends = [ base OpenGLRaw ]; description = "Utilities for working with OpenGL matrices"; license = lib.licenses.gpl3Only; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "GLURaw" = callPackage @@ -6837,8 +6517,6 @@ self: { ]; description = "Typesafe functional GPU graphics programming"; license = lib.licenses.mit; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "GPipe-Collada" = callPackage @@ -6874,8 +6552,6 @@ self: { benchmarkHaskellDepends = [ base criterion lens ]; description = "Typesafe functional GPU graphics programming"; license = lib.licenses.mit; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "GPipe-Examples" = callPackage @@ -6967,8 +6643,6 @@ self: { ]; description = "A library for GTA programming"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "Gamgine" = callPackage @@ -7008,8 +6682,6 @@ self: { ]; description = "An Io interpreter in Haskell"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "GaussQuadIntegration" = callPackage @@ -7144,8 +6816,6 @@ self: { executableHaskellDepends = [ base ]; description = "A general TicTacToe game implementation"; license = lib.licenses.mit; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "GenericPretty" = callPackage @@ -7196,8 +6866,6 @@ self: { libraryHaskellDepends = [ base bytestring bytestring-mmap syb ]; description = "Pure bindings for the MaxMind IP database"; license = "unknown"; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "GeocoderOpenCage" = callPackage @@ -7210,8 +6878,6 @@ self: { libraryHaskellDepends = [ aeson base bytestring HTTP text ]; description = "Geocoder and Reverse Geocoding Service Wrapper"; license = "GPL"; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "Geodetic" = callPackage @@ -7245,8 +6911,6 @@ self: { libraryHaskellDepends = [ base GeomPredicates ]; description = "Geometric predicates (Intel SSE)"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "Get" = callPackage @@ -7259,8 +6923,6 @@ self: { testHaskellDepends = [ base constraints singletons ]; description = "get stuff out of stuff"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "GiST" = callPackage @@ -7272,8 +6934,6 @@ self: { libraryHaskellDepends = [ base text ]; description = "A Haskell implementation of a Generalized Search Tree (GiST)"; license = "GPL"; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "Gifcurry" = callPackage @@ -7299,8 +6959,6 @@ self: { ]; description = "GIF creation utility"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "GiveYouAHead" = callPackage @@ -7323,8 +6981,6 @@ self: { libraryHaskellDepends = [ base mtl split threepenny-gui ]; description = "HTML Canvas graphics, animations and simulations"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "Glob" = callPackage @@ -7360,8 +7016,6 @@ self: { libraryHaskellDepends = [ array base GlomeVec ]; description = "Ray Tracing Library"; license = "GPL"; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "GlomeVec" = callPackage @@ -7418,8 +7072,6 @@ self: { ]; description = "A monad for flexible parsing of Google Code Jam input files with automatic parallelization"; license = lib.licenses.mit; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "GoogleDirections" = callPackage @@ -7491,8 +7143,6 @@ self: { libraryHaskellDepends = [ base transformers ]; description = "A monad and monadic transformer providing \"goto\" functionality"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "Grafos" = callPackage @@ -7504,8 +7154,6 @@ self: { libraryHaskellDepends = [ base ]; description = "Grafos Haskell"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "GrammarProducts" = callPackage @@ -7547,8 +7195,6 @@ self: { executableHaskellDepends = [ array base mtl ]; description = "Graph500 benchmark-related definitions and data set generator"; license = lib.licenses.gpl2Only; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "GraphHammer" = callPackage @@ -7609,8 +7255,6 @@ self: { ]; description = "Graph-Theoretic Analysis library"; license = "unknown"; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "Grempa" = callPackage @@ -7626,8 +7270,6 @@ self: { ]; description = "Embedded grammar DSL and LALR parser generator"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "GroteTrap" = callPackage @@ -7645,8 +7287,6 @@ self: { ]; description = "Parser and selection library for expression languages"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "Grow" = callPackage @@ -7811,8 +7451,6 @@ self: { ]; description = "Hierarchical adaptive Bayesian quantum tomography for quantum bits"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "HARM" = callPackage @@ -7827,8 +7465,6 @@ self: { executableHaskellDepends = [ array base ]; description = "A simple ARM emulator in haskell"; license = "unknown"; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "HAppS-Data" = callPackage @@ -7919,8 +7555,6 @@ self: { ]; description = "Web framework"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "HAppSHelpers" = callPackage @@ -7966,8 +7600,6 @@ self: { ]; description = "A library for implementing a Deck of Cards"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "HCodecs" = callPackage @@ -8019,8 +7651,6 @@ self: { librarySystemDepends = [ mysqlclient openssl zlib ]; description = "MySQL driver for HDBC"; license = "LGPL"; - hydraPlatforms = lib.platforms.none; - broken = true; }) {mysqlclient = null; inherit (pkgs) openssl; inherit (pkgs) zlib;}; @@ -8071,8 +7701,6 @@ self: { libraryHaskellDepends = [ attoparsec base containers HDBC text ]; description = "Manipulate data in PostgreSQL \"hstore\" columns"; license = lib.licenses.mit; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "HDBC-session" = callPackage @@ -8113,8 +7741,6 @@ self: { librarySystemDepends = [ pfstools ]; description = "Utilities for reading, manipulating, and writing HDR images"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {inherit (pkgs) pfstools;}; "HERA" = callPackage @@ -8126,8 +7752,6 @@ self: { libraryHaskellDepends = [ base ]; librarySystemDepends = [ mpfr ]; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {inherit (pkgs) mpfr;}; "HExcel" = callPackage @@ -8144,8 +7768,6 @@ self: { librarySystemDepends = [ xlsxwriter zlib ]; description = "Create Excel files with Haskell"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {xlsxwriter = null; inherit (pkgs) zlib;}; "HFitUI" = callPackage @@ -8167,8 +7789,6 @@ self: { testHaskellDepends = [ base ]; description = "The library for generating a graphical interface on the web"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "HFrequencyQueue" = callPackage @@ -8180,8 +7800,6 @@ self: { libraryHaskellDepends = [ base c-storable-deriving ]; description = "A Queue with a random (weighted) pick function"; license = lib.licenses.gpl3Only; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "HFuse" = callPackage @@ -8218,8 +7836,6 @@ self: { testHaskellDepends = [ base hspec QuickCheck ]; description = "2D game engine written in Haskell"; license = lib.licenses.mit; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "HGL" = callPackage @@ -8248,8 +7864,6 @@ self: { ]; description = "Toolset for the Haskell Game Programmer"; license = "unknown"; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "HGamer3D-API" = callPackage @@ -8359,8 +7973,6 @@ self: { ]; description = "Toolset for the Haskell Game Programmer - Data Definitions"; license = "unknown"; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "HGamer3D-Enet-Binding" = callPackage @@ -8580,8 +8192,6 @@ self: { ]; description = "Graph database stored on disk"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "HHDL" = callPackage @@ -8593,8 +8203,6 @@ self: { libraryHaskellDepends = [ base containers mtl template-haskell ]; description = "Hardware Description Language embedded in Haskell"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "HJScript" = callPackage @@ -8629,8 +8237,6 @@ self: { ]; description = "A library to create a Java Virtual Machine and manipulate Java objects"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {inherit (pkgs) jdk;}; "HJavaScript" = callPackage @@ -8644,8 +8250,6 @@ self: { libraryHaskellDepends = [ base pretty ]; description = "HJavaScript is an abstract syntax for a typed subset of JavaScript"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "HLearn-algebra" = callPackage @@ -8771,8 +8375,6 @@ self: { ]; description = "Heterogeneous lists"; license = lib.licenses.mit; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "HListPP" = callPackage @@ -8800,8 +8402,6 @@ self: { executableHaskellDepends = [ base old-locale time ]; description = "Simple, concurrent and easy-to-use logging library"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "HMM" = callPackage @@ -8812,8 +8412,6 @@ self: { sha256 = "01y8l76c56gysynbilp32yq0wfc129hl24siw8s9fmpn98qa71s6"; description = "A hidden markov model library"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "HMap" = callPackage @@ -8926,8 +8524,6 @@ self: { librarySystemDepends = [ ode ]; description = "Binding to libODE"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {inherit (pkgs) ode;}; "HOpenCV" = callPackage @@ -8944,8 +8540,6 @@ self: { executablePkgconfigDepends = [ opencv ]; description = "A binding for the OpenCV computer vision library"; license = lib.licenses.gpl2Only; - hydraPlatforms = lib.platforms.none; - broken = true; }) {inherit (pkgs) opencv;}; "HPDF" = callPackage @@ -8992,8 +8586,6 @@ self: { ]; description = "Extract Haskell declarations by name"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "HPhone" = callPackage @@ -9023,8 +8615,6 @@ self: { librarySystemDepends = [ bcm2835 ]; description = "GPIO, I2C and SPI functions for the Raspberry Pi"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {bcm2835 = null;}; "HPlot" = callPackage @@ -9238,8 +8828,6 @@ self: { ]; description = "Generate FFI import declarations from C include files"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "HSGEP" = callPackage @@ -9307,8 +8895,6 @@ self: { libraryHaskellDepends = [ base containers hashable hashtables ]; description = "Faux heterogeneous sets"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "HSlippyMap" = callPackage @@ -9551,8 +9137,6 @@ self: { ]; description = "An SDL tic-tac-toe game"; license = lib.licenses.mit; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "HUnit" = callPackage @@ -9576,8 +9160,6 @@ self: { libraryHaskellDepends = [ ansi-terminal base Diff groom HUnit ]; description = "Assertions for HUnit with difference reporting"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "HUnit-Plus" = callPackage @@ -9655,8 +9237,6 @@ self: { ]; description = "A Compiler from XQuery to Haskell"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "HaLeX" = callPackage @@ -9671,8 +9251,6 @@ self: { libraryHaskellDepends = [ base HUnit mtl QuickCheck ]; description = "HaLeX enables modelling, manipulation and visualization of regular languages"; license = lib.licenses.publicDomain; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "HaMinitel" = callPackage @@ -9696,8 +9274,6 @@ self: { libraryHaskellDepends = [ base template-haskell th-lift ]; description = "Haskell bindings for Python"; license = lib.licenses.mit; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "HaRe" = callPackage @@ -9863,8 +9439,6 @@ self: { ]; description = "A Procmail Replacement as Haskell EDSL"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "Haggressive" = callPackage @@ -9882,8 +9456,6 @@ self: { testHaskellDepends = [ base Cabal containers HUnit tuple vector ]; description = "Aggression analysis for Tweets on Twitter"; license = lib.licenses.gpl2Only; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "HandlerSocketClient" = callPackage @@ -9895,8 +9467,6 @@ self: { libraryHaskellDepends = [ base bytestring network ]; description = "Haskell implementation of a HandlerSocket client (API)"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "HandsomeSoup" = callPackage @@ -9931,8 +9501,6 @@ self: { testHaskellDepends = [ base hspec transformers ]; description = "The classic game of Hangman"; license = lib.licenses.gpl3Only; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "HappyTree" = callPackage @@ -9950,8 +9518,6 @@ self: { ]; description = "Type Safe and End to End Decision Tree"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "HarmTrace" = callPackage @@ -10025,8 +9591,6 @@ self: { testHaskellDepends = [ base hspec QuickCheck ]; description = "Haskell bindings for CacBDD"; license = lib.licenses.gpl2Only; - hydraPlatforms = lib.platforms.none; - broken = true; }) {CacBDD = null;}; "HasGP" = callPackage @@ -10062,8 +9626,6 @@ self: { ]; description = "Minimalist R5RS Scheme interpreter"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "Hashell" = callPackage @@ -10123,8 +9685,6 @@ self: { ]; description = "Haskell source code analysis program"; license = lib.licenses.asl20; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "HaskellForMaths" = callPackage @@ -10147,8 +9707,6 @@ self: { libraryHaskellDepends = [ base hmatrix ]; description = "Pure Haskell implementation of the Levenberg-Marquardt algorithm"; license = "GPL"; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "HaskellNN" = callPackage @@ -10160,8 +9718,6 @@ self: { libraryHaskellDepends = [ base hmatrix random ]; description = "High Performance Neural Network in Haskell"; license = "GPL"; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "HaskellNet" = callPackage @@ -10218,8 +9774,6 @@ self: { ]; description = "A concurrent bittorrent client"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "HaskellTutorials" = callPackage @@ -10233,8 +9787,6 @@ self: { executableHaskellDepends = [ base cmdargs text ]; description = "Haskell Tutorials by Evgeny Ukhanov"; license = lib.licenses.mit; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "Haskelloids" = callPackage @@ -10252,8 +9804,6 @@ self: { ]; description = "A reproduction of the Atari 1979 classic \"Asteroids\""; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "Hastodon" = callPackage @@ -10396,8 +9946,6 @@ self: { testHaskellDepends = [ base linear subhask ]; description = "automatically improve your code's numeric stability"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "Hermes" = callPackage @@ -10416,8 +9964,6 @@ self: { ]; description = "Message-based middleware layer"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "Hieroglyph" = callPackage @@ -10466,8 +10012,6 @@ self: { ]; description = "A Haskell binding for Chipmunk"; license = "unknown"; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "Hipmunk-Utils" = callPackage @@ -10518,8 +10062,6 @@ self: { base directory MissingH process regex-tdfa time ]; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "Histogram" = callPackage @@ -10547,8 +10089,6 @@ self: { ]; description = "An MPD client designed for a Home Theatre PC"; license = "GPL"; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "Hoed" = callPackage @@ -10725,8 +10265,6 @@ self: { executableHaskellDepends = [ base containers ]; description = "A Cricket scoring application"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "Hs2lib" = callPackage @@ -10786,8 +10324,6 @@ self: { ]; description = "Bindings to htslib"; license = lib.licenses.mit; - hydraPlatforms = lib.platforms.none; - broken = true; }) {inherit (pkgs) zlib;}; "HsHaruPDF" = callPackage @@ -10799,8 +10335,6 @@ self: { libraryHaskellDepends = [ base ]; description = "Haskell binding to libharu (http://libharu.sourceforge.net/)"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "HsHyperEstraier" = callPackage @@ -10817,8 +10351,6 @@ self: { libraryPkgconfigDepends = [ hyperestraier qdbm ]; description = "HyperEstraier binding for Haskell"; license = lib.licenses.publicDomain; - hydraPlatforms = lib.platforms.none; - broken = true; }) {hyperestraier = null; qdbm = null;}; "HsJudy" = callPackage @@ -10832,8 +10364,6 @@ self: { librarySystemDepends = [ Judy ]; description = "Judy bindings, and some nice APIs"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {Judy = null;}; "HsOpenSSL" = callPackage @@ -10887,8 +10417,6 @@ self: { libraryHaskellDepends = [ base ]; description = "Haskell interface to embedded Perl 5 interpreter"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "HsSVN" = callPackage @@ -10900,8 +10428,6 @@ self: { libraryHaskellDepends = [ base bytestring mtl stm ]; description = "Partial Subversion (SVN) binding for Haskell"; license = lib.licenses.publicDomain; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "HsSyck" = callPackage @@ -11035,8 +10561,6 @@ self: { ]; description = "Haskell library for easy interaction with SMT-LIB 2 compliant solvers"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "HueAPI" = callPackage @@ -11052,8 +10576,6 @@ self: { ]; description = "API for controlling Philips Hue lights"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "HulkImport" = callPackage @@ -11071,8 +10593,6 @@ self: { testHaskellDepends = [ base tasty tasty-golden ]; description = "Easily bulk import CSV data to SQL Server"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "Hungarian-Munkres" = callPackage @@ -11125,8 +10645,6 @@ self: { testHaskellDepends = [ base tasty tasty-hunit tasty-quickcheck ]; description = "Code for the Haskell course taught at the University of Seville"; license = lib.licenses.gpl2Only; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "IDynamic" = callPackage @@ -11138,8 +10656,6 @@ self: { libraryHaskellDepends = [ base containers directory ]; description = "Indexable, serializable form of Data.Dynamic"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "IFS" = callPackage @@ -11155,8 +10671,6 @@ self: { ]; description = "Iterated Function System generation for Haskell"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "INblobs" = callPackage @@ -11189,8 +10703,6 @@ self: { libraryHaskellDepends = [ base mtl ]; description = "Region based resource management for the IO monad"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "IORefCAS" = callPackage @@ -11267,8 +10779,6 @@ self: { ]; description = "A RESTful microService for IPv6-related data"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "IcoGrid" = callPackage @@ -11280,8 +10790,6 @@ self: { libraryHaskellDepends = [ array base GlomeVec ]; description = "Library for generating grids of hexagons and pentagons mapped to a sphere"; license = "GPL"; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "IfElse" = callPackage @@ -11315,8 +10823,6 @@ self: { libraryHaskellDepends = [ base mtl template-haskell ]; description = "A library for writing Imperative style haskell"; license = lib.licenses.gpl3Only; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "IndentParser" = callPackage @@ -11364,8 +10870,6 @@ self: { testHaskellDepends = [ base hspec QuickCheck ]; description = "Convert integers in various bases to and from strings"; license = lib.licenses.mpl20; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "IntGraph" = callPackage @@ -11462,8 +10966,6 @@ self: { testHaskellDepends = [ base doctest ]; description = "DSL for IRC bots"; license = lib.licenses.gpl2Only; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "IrrHaskell" = callPackage @@ -11495,8 +10997,6 @@ self: { ]; description = "A typeclass to determine if a given value is null"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "JSON-Combinator" = callPackage @@ -11560,8 +11060,6 @@ self: { ]; description = "JSON parser that uses byte strings"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "JYU-Utils" = callPackage @@ -11581,8 +11079,6 @@ self: { ]; description = "Some utility functions for JYU projects"; license = lib.licenses.mit; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "JackMiniMix" = callPackage @@ -11594,8 +11090,6 @@ self: { libraryHaskellDepends = [ base hosc ]; description = "control JackMiniMix"; license = lib.licenses.gpl3Only; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "Javasf" = callPackage @@ -11626,8 +11120,6 @@ self: { executableHaskellDepends = [ base ]; description = "A utility to print the target version of Java class files"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "Jazzkell" = callPackage @@ -11653,8 +11145,6 @@ self: { libraryHaskellDepends = [ base ]; description = "A Json implementation for Haskell, with JavaScript Values and Encoding/Decoding"; license = lib.licenses.mit; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "Jikka" = callPackage @@ -11786,8 +11276,6 @@ self: { ]; description = "BLP format decoder/encoder over JuicyPixels library"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "JuicyPixels-blurhash" = callPackage @@ -11828,8 +11316,6 @@ self: { libraryHaskellDepends = [ base containers JuicyPixels ]; description = "Functions for drawing lines, squares and so on pixel by pixel"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "JuicyPixels-extra" = callPackage @@ -11921,8 +11407,6 @@ self: { filepath mtl network resourcet ]; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "JunkDB-driver-gdbm" = callPackage @@ -11964,8 +11448,6 @@ self: { libraryHaskellDepends = [ base ]; description = "A simple and comprehensive Haskell parsing library"; license = lib.licenses.publicDomain; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "KMP" = callPackage @@ -11989,8 +11471,6 @@ self: { libraryHaskellDepends = [ base ]; description = "A library with the kerbal space program universe and demo code"; license = lib.licenses.publicDomain; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "Kalman" = callPackage @@ -12002,8 +11482,6 @@ self: { libraryHaskellDepends = [ base hmatrix ]; description = "A slightly extended Kalman filter"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "Kawaii-Parser" = callPackage @@ -12042,8 +11520,6 @@ self: { ]; description = "A super small web framework for those who don't like big and fancy codebases"; license = lib.licenses.mit; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "KiCS" = callPackage @@ -12130,8 +11606,6 @@ self: { libraryHaskellDepends = [ base containers parsec ]; description = "A configuration language and a parser"; license = "unknown"; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "Kriens" = callPackage @@ -12143,8 +11617,6 @@ self: { libraryHaskellDepends = [ base ]; description = "Category for Continuation Passing Style"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "Kulitta" = callPackage @@ -12177,8 +11649,6 @@ self: { librarySystemDepends = [ kyotocabinet ]; description = "Kyoto Cabinet DB bindings"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {inherit (pkgs) kyotocabinet;}; "L-seed" = callPackage @@ -12196,8 +11666,6 @@ self: { ]; description = "Plant growing programming game"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "LATS" = callPackage @@ -12214,8 +11682,6 @@ self: { librarySystemDepends = [ openblasCompat ]; description = "Linear Algebra on Typed Spaces"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {inherit (pkgs) openblasCompat;}; "LC3" = callPackage @@ -12294,8 +11760,6 @@ self: { libraryHaskellDepends = [ base containers QuickCheck ]; description = "Implements an LRU data structure"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "LTS" = callPackage @@ -12316,8 +11780,6 @@ self: { benchmarkHaskellDepends = [ base criterion time ]; description = "LTS: Labelled Transition System"; license = lib.licenses.mit; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "LTree" = callPackage @@ -12378,8 +11840,6 @@ self: { ]; description = "A type-safe EDSL for TouchDesigner written in Haskell"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "LambdaHack" = callPackage @@ -12454,8 +11914,6 @@ self: { ]; description = "A configurable and extensible neural network library"; license = lib.licenses.mit; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "LambdaPrettyQuote" = callPackage @@ -12511,8 +11969,6 @@ self: { testHaskellDepends = [ base filepath hspec mtl process text ]; description = "A library to easily host Haskell based programming competitions"; license = lib.licenses.mit; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "Lambdaya" = callPackage @@ -12529,8 +11985,6 @@ self: { ]; description = "Library for RedPitaya"; license = lib.licenses.lgpl3Only; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "LargeCardinalHierarchy" = callPackage @@ -12542,8 +11996,6 @@ self: { libraryHaskellDepends = [ base ]; description = "A transfinite cardinal arithmetic library including all known large cardinals"; license = "unknown"; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "Lastik" = callPackage @@ -12560,8 +12012,6 @@ self: { ]; description = "A library for compiling programs in a variety of languages"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "Lattices" = callPackage @@ -12611,8 +12061,6 @@ self: { executableHaskellDepends = [ base directory filepath unix ]; description = "A simple sandboxing tool for Haskell packages"; license = lib.licenses.gpl3Only; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "Learning" = callPackage @@ -12628,8 +12076,6 @@ self: { testHaskellDepends = [ base containers hmatrix vector ]; description = "The most frequently used machine learning tools"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "LetsBeRational" = callPackage @@ -12654,8 +12100,6 @@ self: { executableHaskellDepends = [ base directory random SDL SDL-ttf ]; description = "A Snake II clone written using SDL"; license = lib.licenses.gpl3Only; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "LibClang" = callPackage @@ -12676,8 +12120,6 @@ self: { libraryToolDepends = [ c2hs ]; description = "Haskell bindings for libclang (a C++ parsing library)"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {inherit (self.llvmPackages) clang; inherit (pkgs) ncurses;}; "LibZip" = callPackage @@ -12708,8 +12150,6 @@ self: { libraryHaskellDepends = [ base ]; description = "Wrapper for data that can be unbounded"; license = lib.licenses.mit; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "LinearSplit" = callPackage @@ -12782,8 +12222,6 @@ self: { testHaskellDepends = [ base binary bytestring HTF mtl ]; description = "Algorithmic Doom map generation"; license = lib.licenses.gpl3Only; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "List" = callPackage @@ -12836,8 +12274,6 @@ self: { ]; description = "List transformer"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "ListTree" = callPackage @@ -12890,8 +12326,6 @@ self: { doHaddock = false; description = "Converter to convert from .lhs to .md and vice versa."; license = lib.licenses.mit; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "Logic" = callPackage @@ -12903,8 +12337,6 @@ self: { libraryHaskellDepends = [ base ]; description = "Logic"; license = lib.licenses.mit; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "LogicGrowsOnTrees" = callPackage @@ -13100,8 +12532,6 @@ self: { testHaskellDepends = [ base containers mtl ]; description = "Generate MASM code from haskell"; license = lib.licenses.lgpl3Only; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "MBot" = callPackage @@ -13113,8 +12543,6 @@ self: { libraryHaskellDepends = [ base bytestring hidapi mtl ]; description = "Haskell interface for controlling the mBot educational robot"; license = lib.licenses.gpl3Only; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "MC-Fold-DP" = callPackage @@ -13171,8 +12599,6 @@ self: { libraryHaskellDepends = [ base transformers ]; description = "The category of monads"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "MIP" = callPackage @@ -13200,8 +12626,6 @@ self: { ]; description = "Library for using Mixed Integer Programming (MIP)"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "MIP-glpk" = callPackage @@ -13252,8 +12676,6 @@ self: { executableHaskellDepends = [ base containers mtl parsec ]; description = "Builds decks out of a meta"; license = lib.licenses.mit; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "MagicHaskeller" = callPackage @@ -13283,8 +12705,6 @@ self: { ]; description = "Automatic inductive functional programmer by systematic search"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "MailchimpSimple" = callPackage @@ -13303,8 +12723,6 @@ self: { ]; description = "Haskell library to interact with Mailchimp JSON API Version 3.0"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "Map" = callPackage @@ -13321,8 +12739,6 @@ self: { testHaskellDepends = [ base smallcheck tasty tasty-smallcheck ]; description = "Class of key-value maps"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "MapWith" = callPackage @@ -13347,8 +12763,6 @@ self: { libraryHaskellDepends = [ base ]; description = "Mapping"; license = lib.licenses.agpl3Only; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "MaybeT" = callPackage @@ -13362,8 +12776,6 @@ self: { libraryHaskellDepends = [ base mtl ]; description = "MaybeT monad transformer"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "MaybeT-monads-tf" = callPackage @@ -13375,8 +12787,6 @@ self: { libraryHaskellDepends = [ base monads-tf transformers ]; description = "MaybeT monad transformer compatible with monads-tf (deprecated)"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "MaybeT-transformers" = callPackage @@ -13408,8 +12818,6 @@ self: { ]; description = "Console-based Role Playing Game"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "MeanShift" = callPackage @@ -13421,8 +12829,6 @@ self: { libraryHaskellDepends = [ base vector ]; description = "Mean shift algorithm"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "Measure" = callPackage @@ -13434,8 +12840,6 @@ self: { libraryHaskellDepends = [ base ]; description = "A library for units of measurement"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "Mecha" = callPackage @@ -13447,8 +12851,6 @@ self: { libraryHaskellDepends = [ base machines ]; description = "mecha are the most complex composite machines known to humanity, lets build them well!"; license = lib.licenses.bsd2; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "Mechs" = callPackage @@ -13460,8 +12862,6 @@ self: { libraryHaskellDepends = [ base machines ]; description = "mecha are the most complex composite machines known to humanity, lets build them well!"; license = lib.licenses.bsd2; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "MemoTrie" = callPackage @@ -13490,8 +12890,6 @@ self: { ]; description = "Statically checked database access"; license = "LGPL"; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "MetaObject" = callPackage @@ -13590,8 +12988,6 @@ self: { testToolDepends = [ goldplate ]; description = "A toy dependently typed programming language with type-based termination"; license = lib.licenses.mit; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "MissingH" = callPackage @@ -13676,8 +13072,6 @@ self: { testToolDepends = [ hspec-discover ]; description = "spam"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "Modulo" = callPackage @@ -13703,8 +13097,6 @@ self: { executableHaskellDepends = [ base GLUT random ]; description = "A FRP library based on signal functions"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "MoeDict" = callPackage @@ -13720,8 +13112,6 @@ self: { ]; description = "Utilities working with MoeDict.tw JSON dataset"; license = lib.licenses.publicDomain; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "MonadCatchIO-mtl" = callPackage @@ -13765,8 +13155,6 @@ self: { ]; description = "Monad-transformer compatible version of the Control.Exception module"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "MonadCatchIO-transformers-foreign" = callPackage @@ -13794,8 +13182,6 @@ self: { libraryHaskellDepends = [ base free mmorph mtl transformers ]; description = "Methods for composing monads"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "MonadLab" = callPackage @@ -13863,8 +13249,6 @@ self: { libraryHaskellDepends = [ base mtl ]; description = "Generalizing lift to monad stacks"; license = lib.licenses.bsd2; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "Monadius" = callPackage @@ -13879,8 +13263,6 @@ self: { executableHaskellDepends = [ array base directory GLUT OpenGL ]; description = "2-D arcade scroller"; license = "GPL"; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "Monadoro" = callPackage @@ -13926,8 +13308,6 @@ self: { libraryHaskellDepends = [ base ]; description = "Monad transformer library with uniform liftings"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "Monatron-IO" = callPackage @@ -13983,8 +13363,6 @@ self: { ]; description = "Automated Mutation Testing"; license = lib.licenses.gpl2Only; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "MuCheck-HUnit" = callPackage @@ -14067,8 +13445,6 @@ self: { libraryHaskellDepends = [ array base bimap containers Munkres ]; description = "Simple and typesafe layer over the Munkres package"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "MusicBrainz" = callPackage @@ -14151,8 +13527,6 @@ self: { benchmarkHaskellDepends = [ base time ]; description = "Generate all primes"; license = lib.licenses.mit; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "NGrams" = callPackage @@ -14166,8 +13540,6 @@ self: { executableHaskellDepends = [ base HCL HTTP network regex-compat ]; description = "Simple application for calculating n-grams using Google"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "NMap" = callPackage @@ -14179,8 +13551,6 @@ self: { libraryHaskellDepends = [ base containers ]; description = "A transparent nested Map structure"; license = "LGPL"; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "NTRU" = callPackage @@ -14240,8 +13610,6 @@ self: { ]; description = "Generate NXC Code from DSL"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "NaCl" = callPackage @@ -14310,8 +13678,6 @@ self: { executableHaskellDepends = [ base uu-parsinglib ]; description = "Very small interpreter for a Prolog-like language"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "Naperian" = callPackage @@ -14323,8 +13689,6 @@ self: { libraryHaskellDepends = [ base containers ghc-prim vector ]; description = "Naperian Functors for APL-like programming"; license = "unknown"; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "NaperianNetCDF" = callPackage @@ -14369,8 +13733,6 @@ self: { ]; description = "Simple scoring schemes for word alignments"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "NaturalSort" = callPackage @@ -14384,8 +13746,6 @@ self: { libraryHaskellDepends = [ base bytestring strict ]; description = "Natural sorting for strings"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "NearContextAlgebra" = callPackage @@ -14426,8 +13786,6 @@ self: { ]; description = "Simple networked key/value store"; license = lib.licenses.mit; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "NestedFunctor" = callPackage @@ -14439,8 +13797,6 @@ self: { libraryHaskellDepends = [ base comonad distributive ]; description = "Nested composition of functors with a type index tracking nesting"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "NestedSampling" = callPackage @@ -14465,8 +13821,6 @@ self: { testHaskellDepends = [ base bytestring HUnit process ]; description = "Bindings for net-snmp's C API for clients"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {net_snmp = null;}; "Network-NineP" = callPackage @@ -14573,8 +13927,6 @@ self: { testHaskellDepends = [ base ]; description = "Remove all the functions come from Debug.Trace after debugging"; license = lib.licenses.mit; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "Noise" = callPackage @@ -14707,8 +14059,6 @@ self: { libraryHaskellDepends = [ base ]; description = "Library providing a non-empty list datatype, and total functions operating on it"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "NonEmptyList" = callPackage @@ -14759,8 +14109,6 @@ self: { libraryHaskellDepends = [ array base ]; description = "Number Theoretic Sieves: primes, factorization, and Euler's Totient"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "NumberTheory" = callPackage @@ -14773,8 +14121,6 @@ self: { testHaskellDepends = [ base containers HUnit primes ]; description = "A library for number theoretic computations, written in Haskell"; license = lib.licenses.gpl3Only; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "Numbers" = callPackage @@ -14815,8 +14161,6 @@ self: { libraryHaskellDepends = [ base ]; description = "A little library to calculate nutrition values of food items"; license = lib.licenses.publicDomain; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "OGL" = callPackage @@ -14828,8 +14172,6 @@ self: { libraryHaskellDepends = [ base mtl ]; description = "A context aware binding for the OpenGL graphics system"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "ONC-RPC" = callPackage @@ -14854,8 +14196,6 @@ self: { executableHaskellDepends = [ base filepath ]; description = "ONC RPC (aka Sun RPC) and XDR library"; license = lib.licenses.asl20; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "OSM" = callPackage @@ -14891,8 +14231,6 @@ self: { testHaskellDepends = [ base bytestring tasty tasty-hunit time ]; description = "HMAC-Based and Time-Based One-Time Passwords (HOTP & TOTP)"; license = lib.licenses.mit; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "Object" = callPackage @@ -14904,8 +14242,6 @@ self: { libraryHaskellDepends = [ base containers ghc template-haskell ]; description = "Object oriented programming for haskell using multiparameter typeclasses"; license = lib.licenses.asl20; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "ObjectIO" = callPackage @@ -14921,8 +14257,6 @@ self: { winspool ]; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {comctl32 = null; comdlg32 = null; gdi32 = null; kernel32 = null; ole32 = null; shell32 = null; user32 = null; winmm = null; winspool = null;}; @@ -14971,8 +14305,6 @@ self: { ]; description = "Simple unbalanced Octree for storing data about 3D points"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "OddWord" = callPackage @@ -14988,8 +14320,6 @@ self: { benchmarkHaskellDepends = [ base criterion ]; description = "Provides a wrapper for deriving word types with fewer bits"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "Omega" = callPackage @@ -15002,8 +14332,6 @@ self: { testHaskellDepends = [ base containers HUnit ]; description = "Integer sets and relations using Presburger arithmetic"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "OnRmt" = callPackage @@ -15088,8 +14416,6 @@ self: { ]; description = "IBM AFP document format parser and generator"; license = lib.licenses.publicDomain; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "OpenAFP-Utils" = callPackage @@ -15143,8 +14469,6 @@ self: { testHaskellDepends = [ base QuickCheck ]; description = "Haskell high-level wrapper for OpenCL"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {OpenCL = null;}; "OpenCLRaw" = callPackage @@ -15156,8 +14480,6 @@ self: { libraryHaskellDepends = [ base bytestring mtl ]; description = "The OpenCL Standard for heterogenous data-parallel computing"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "OpenCLWrappers" = callPackage @@ -15169,8 +14491,6 @@ self: { libraryHaskellDepends = [ base bytestring mtl ]; description = "The OpenCL Standard for heterogenous data-parallel computing"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "OpenGL" = callPackage @@ -15230,8 +14550,6 @@ self: { libraryHaskellDepends = [ OpenGLRaw ]; description = "The intersection of OpenGL 2.1 and OpenGL 3.1 Core"; license = "unknown"; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "OpenSCAD" = callPackage @@ -15275,8 +14593,6 @@ self: { libraryHaskellDepends = [ base OpenGLRaw ]; description = "Raw binding to OpenVG (ShivaVG-0.2.1 implementation)."; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "Operads" = callPackage @@ -15288,8 +14604,6 @@ self: { libraryHaskellDepends = [ array base containers mtl ]; description = "Groebner basis computation for Operads"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "OptDir" = callPackage @@ -15317,8 +14631,6 @@ self: { ]; description = "A quasiquoter for or-patterns"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "OrchestrateDB" = callPackage @@ -15338,8 +14650,6 @@ self: { ]; description = "Unofficial Haskell Client Library for the Orchestrate.io API"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "OrderedBits" = callPackage @@ -15385,8 +14695,6 @@ self: { testHaskellDepends = [ base safe threepenny-gui ]; description = "A Programming Language in Construction"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "Oslo-Vectize" = callPackage @@ -15402,8 +14710,6 @@ self: { executableHaskellDepends = [ base ]; description = "spam"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "PArrows" = callPackage @@ -15428,8 +14734,6 @@ self: { libraryHaskellDepends = [ base binary bytestring Crypto random ]; description = "Make password-based security schemes more secure"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "PCLT" = callPackage @@ -15443,8 +14747,6 @@ self: { ]; description = "Extension to Show: templating, catalogizing, languages, parameters, etc"; license = "LGPL"; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "PCLT-DB" = callPackage @@ -15486,8 +14788,6 @@ self: { libraryHaskellDepends = [ base containers ]; description = "A generic derivable Haskell pretty printer"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "PSQueue" = callPackage @@ -15518,8 +14818,6 @@ self: { ]; description = "An implementation of Montague's PTQ"; license = "LGPL"; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "PUH-Project" = callPackage @@ -15539,8 +14837,6 @@ self: { ]; description = "This is a package which includes Assignments, Email, User and Reviews modules for Programming in Haskell course"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "PageIO" = callPackage @@ -15586,8 +14882,6 @@ self: { ]; description = "a simple Paillier cryptosystem"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "PandocAgda" = callPackage @@ -15608,8 +14902,6 @@ self: { executableHaskellDepends = [ base ]; description = "Pandoc support for literate Agda"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "Paraiso" = callPackage @@ -15740,8 +15032,6 @@ self: { ]; description = "A proven synchronization server for high performance computing"; license = lib.licenses.gpl3Only; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "ParsecTools" = callPackage @@ -15786,8 +15076,6 @@ self: { libraryHaskellDepends = [ base QuickCheck ]; description = "Simple library for generating passwords"; license = lib.licenses.mit; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "PastePipe" = callPackage @@ -15818,8 +15106,6 @@ self: { ]; description = "A tree used to merge and maintain paths"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "Pathfinder" = callPackage @@ -15832,8 +15118,6 @@ self: { librarySystemDepends = [ libxml2 ]; description = "Relational optimiser and code generator"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {inherit (pkgs) libxml2;}; "Peano" = callPackage @@ -15856,8 +15140,6 @@ self: { libraryHaskellDepends = [ base ]; description = "GADT type witnesses for Peano-style natural numbers"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "PerfectHash" = callPackage @@ -15874,8 +15156,6 @@ self: { librarySystemDepends = [ cmph ]; description = "A perfect hashing library for mapping bytestrings to values"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {cmph = null;}; "PermuteEffects" = callPackage @@ -15906,8 +15186,6 @@ self: { ]; description = "A versatile library for topological data analysis"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "Phsu" = callPackage @@ -15932,8 +15210,6 @@ self: { ]; description = "Personal Happstack Server Utils"; license = lib.licenses.gpl3Only; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "Pipe" = callPackage @@ -15945,8 +15221,6 @@ self: { libraryHaskellDepends = [ base filepath process unix ]; description = "Process piping library"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "Piso" = callPackage @@ -15958,8 +15232,6 @@ self: { libraryHaskellDepends = [ base template-haskell ]; description = "Partial isomorphisms"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "PlayHangmanGame" = callPackage @@ -15993,8 +15265,6 @@ self: { ]; description = "Playing cards api"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "Plot-ho-matic" = callPackage @@ -16061,8 +15331,6 @@ self: { executableHaskellDepends = [ array base clock GLUT random ]; description = "An imaginary world"; license = "GPL"; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "PortFusion" = callPackage @@ -16076,8 +15344,6 @@ self: { executableHaskellDepends = [ base bytestring network splice ]; description = "high-performance distributed reverse / forward proxy & tunneling for TCP"; license = lib.licenses.gpl3Only; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "PortMidi" = callPackage @@ -16122,8 +15388,6 @@ self: { libraryHaskellDepends = [ base mtl ]; description = "Thin wrapper over the C postgresql library"; license = "unknown"; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "Prelude" = callPackage @@ -16137,8 +15401,6 @@ self: { libraryHaskellDepends = [ base ]; description = "A Prelude module replacement"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "PrimitiveArray" = callPackage @@ -16196,8 +15458,6 @@ self: { ]; description = "Pretty-printing for primitive arrays"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "Printf-TH" = callPackage @@ -16220,8 +15480,6 @@ self: { libraryHaskellDepends = [ base containers stm ]; description = "Read single output from an array of inputs - channels with priorities"; license = "LGPL"; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "ProbabilityMonads" = callPackage @@ -16273,8 +15531,6 @@ self: { executableHaskellDepends = [ base containers HUnit parsec syb ]; description = "An implementation of propositional logic in Haskell"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "ProxN" = callPackage @@ -16391,8 +15647,6 @@ self: { ]; description = "A networked event handling framework for hooking into other programs"; license = lib.licenses.gpl3Only; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "PyF" = callPackage @@ -16424,8 +15678,6 @@ self: { libraryHaskellDepends = [ base containers mtl old-time random ]; description = "The Quantum IO Monad is a library for defining quantum computations in Haskell"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "QLearn" = callPackage @@ -16437,8 +15689,6 @@ self: { libraryHaskellDepends = [ base random vector ]; description = "A library for fast, easy-to-use Q-learning"; license = lib.licenses.mit; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "QuadEdge" = callPackage @@ -16450,8 +15700,6 @@ self: { libraryHaskellDepends = [ base random vector ]; description = "QuadEdge structure for representing triangulations"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "QuadTree" = callPackage @@ -16464,8 +15712,6 @@ self: { testHaskellDepends = [ base composition lens QuickCheck ]; description = "QuadTree library for Haskell, with lens support"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "QuasiText" = callPackage @@ -16516,8 +15762,6 @@ self: { executableHaskellDepends = [ base haskell-src-exts ]; description = "Annotation Framework"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "QuickCheck" = callPackage @@ -16572,8 +15816,6 @@ self: { benchmarkHaskellDepends = [ base hspec QuickCheck ]; description = "Valid and Invalid generator"; license = lib.licenses.gpl3Only; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "QuickPlot" = callPackage @@ -16597,8 +15839,6 @@ self: { ]; description = "Quick and easy data visualization with Haskell"; license = lib.licenses.gpl3Only; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "Quickson" = callPackage @@ -16613,8 +15853,6 @@ self: { ]; description = "Quick JSON extractions with Aeson"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "R-pandoc" = callPackage @@ -16632,8 +15870,6 @@ self: { ]; executableHaskellDepends = [ base pandoc-types ]; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "RANSAC" = callPackage @@ -16709,8 +15945,6 @@ self: { ]; description = "A reflective JSON serializer/parser"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "RLP" = callPackage @@ -16723,8 +15957,6 @@ self: { testHaskellDepends = [ base binary bytestring hspec ]; description = "RLP serialization as defined in Ethereum Yellow Paper"; license = lib.licenses.lgpl3Only; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "RMP" = callPackage @@ -16943,8 +16175,6 @@ self: { ]; description = "AMQP 0-9-1 client library for RabbitMQ servers"; license = "BSD-3-Clause AND GPL-3.0-or-later"; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "Raincat" = callPackage @@ -16997,8 +16227,6 @@ self: { libraryHaskellDepends = [ base HTTP-Simple network ]; description = "Interface to random.org"; license = lib.licenses.publicDomain; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "Randometer" = callPackage @@ -17023,8 +16251,6 @@ self: { libraryHaskellDepends = [ base ]; description = "Data structure for managing ranges"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "Ranged-sets" = callPackage @@ -17076,8 +16302,6 @@ self: { ]; description = "Soccer simulation"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "Rasterific" = callPackage @@ -17150,8 +16374,6 @@ self: { ]; description = "Library to access Redmine's REST services"; license = lib.licenses.mit; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "Ref" = callPackage @@ -17163,8 +16385,6 @@ self: { libraryHaskellDepends = [ base ghc-prim ]; description = "Generic Mutable Ref Abstraction Layer"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "RefSerialize" = callPackage @@ -17200,8 +16420,6 @@ self: { ]; description = "A utility for computing distributions of material to review among reviewers"; license = lib.licenses.gpl3Only; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "RepLib" = callPackage @@ -17217,8 +16435,6 @@ self: { ]; description = "Generic programming library with representation types"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "ReplicateEffects" = callPackage @@ -17230,8 +16446,6 @@ self: { libraryHaskellDepends = [ base ]; description = "Composable replication schemes of applicative functors"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "ReviewBoard" = callPackage @@ -17250,8 +16464,6 @@ self: { ]; description = "Haskell bindings to ReviewBoard"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "RichConditional" = callPackage @@ -17263,8 +16475,6 @@ self: { libraryHaskellDepends = [ base ]; description = "Tiny library to replace classic if/else"; license = lib.licenses.mit; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "Ritt-Wu" = callPackage @@ -17293,8 +16503,6 @@ self: { ]; description = "Parallel implementation of Ritt-Wu's algorithm"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "Rlang-QQ" = callPackage @@ -17373,8 +16581,6 @@ self: { testHaskellDepends = [ base tasty tasty-hunit vector ]; description = "Haskell wrapper for RtMidi, the lightweight, cross-platform MIDI I/O library"; license = lib.licenses.mit; - hydraPlatforms = lib.platforms.none; - broken = true; }) {inherit (pkgs) alsa-lib;}; "RxHaskell" = callPackage @@ -17386,8 +16592,6 @@ self: { libraryHaskellDepends = [ base containers stm transformers ]; description = "Reactive Extensions for Haskell"; license = lib.licenses.mit; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "S3" = callPackage @@ -17579,8 +16783,6 @@ self: { ]; description = "SFML bindings"; license = lib.licenses.mit; - hydraPlatforms = lib.platforms.none; - broken = true; }) {csfml-audio = null; csfml-graphics = null; csfml-network = null; csfml-system = null; csfml-window = null; sfml-audio = null; sfml-graphics = null; sfml-network = null; @@ -17619,8 +16821,6 @@ self: { libraryHaskellDepends = [ base mtl ]; description = "Small geometry library for dealing with vectors and collision detection"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "SGdemo" = callPackage @@ -17646,8 +16846,6 @@ self: { libraryHaskellDepends = [ base mtl ]; description = "(updated) Small geometry library for dealing with vectors and collision detection"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "SHA" = callPackage @@ -17703,8 +16901,6 @@ self: { benchmarkHaskellDepends = [ base directory filepath random time ]; description = "The Simple Javascript Wrench"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "SMTPClient" = callPackage @@ -17721,8 +16917,6 @@ self: { ]; description = "A simple SMTP client library"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "SNet" = callPackage @@ -17739,8 +16933,6 @@ self: { libraryToolDepends = [ c2hsc ]; description = "Declarative coördination language for streaming networks"; license = lib.licenses.lgpl3Only; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "SQLDeps" = callPackage @@ -17771,8 +16963,6 @@ self: { testHaskellDepends = [ base containers ]; description = "STG Symbolic Execution"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "STL" = callPackage @@ -17784,8 +16974,6 @@ self: { libraryHaskellDepends = [ attoparsec base bytestring cereal text ]; description = "STL 3D geometry format parsing and pretty-printing"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "STLinkUSB" = callPackage @@ -17863,8 +17051,6 @@ self: { ]; description = "translate a SVD of a Microcontroller to Haskell tables"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "SVG2Q" = callPackage @@ -17972,8 +17158,6 @@ self: { ]; description = "Generate a parser (in Haskell) with the SableCC parser generator"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "Safe" = callPackage @@ -18011,8 +17195,6 @@ self: { librarySystemDepends = [ glib mono ]; description = "A .NET Bridge for Haskell"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {inherit (pkgs) glib; inherit (pkgs) mono;}; "Saturnin" = callPackage @@ -18036,8 +17218,6 @@ self: { testHaskellDepends = [ base data-default either hlint hspec mtl ]; description = "Saturnin CI / Job System"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "SciBaseTypes" = callPackage @@ -18064,8 +17244,6 @@ self: { ]; description = "Base types and classes for statistics, sciences and humanities"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "SciFlow" = callPackage @@ -18126,8 +17304,6 @@ self: { ]; description = "Size limited temp filesystem based on fuse"; license = lib.licenses.gpl3Only; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "Scurry" = callPackage @@ -18160,8 +17336,6 @@ self: { libraryHaskellDepends = [ base bytestring ]; description = "simple static linked SHA3 using private symbols and the ref impl"; license = lib.licenses.bsd2; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "SegmentTree" = callPackage @@ -18218,8 +17392,6 @@ self: { ]; description = "Command-line tool for maintaining the Semantique database"; license = lib.licenses.publicDomain; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "Semigroup" = callPackage @@ -18231,8 +17403,6 @@ self: { libraryHaskellDepends = [ base bytestring containers mtl ]; description = "A semigroup"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "SeqAlign" = callPackage @@ -18244,8 +17414,6 @@ self: { libraryHaskellDepends = [ base bytestring vector ]; description = "Sequence Alignment"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "SessionLogger" = callPackage @@ -18261,8 +17429,6 @@ self: { ]; description = "Easy Loggingframework"; license = lib.licenses.lgpl3Only; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "Set" = callPackage @@ -18276,8 +17442,6 @@ self: { benchmarkHaskellDepends = [ base containers gauge util ]; description = "See README for more info"; license = lib.licenses.mpl20; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "ShellCheck_0_7_2" = callPackage @@ -18346,8 +17510,6 @@ self: { libraryHaskellDepends = [ base directory mtl unix ]; description = "A framework for creating shell envinronments"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "Shellac-compatline" = callPackage @@ -18469,8 +17631,6 @@ self: { ]; description = "A Virtual Dom in pure Haskell, based on Html as an Alignable Functor"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "Shpadoinkle-backend-snabbdom" = callPackage @@ -18488,8 +17648,6 @@ self: { ]; description = "Use the high-performance Snabbdom virtual dom library written in JavaScript"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "Shpadoinkle-backend-static" = callPackage @@ -18501,8 +17659,6 @@ self: { libraryHaskellDepends = [ base compactable Shpadoinkle text ]; description = "A backend for rendering Shpadoinkle as Text"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "Shpadoinkle-console" = callPackage @@ -18619,8 +17775,6 @@ self: { ]; description = "A typed, template generated Html DSL, and helpers"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "Shpadoinkle-isreal" = callPackage @@ -18644,8 +17798,6 @@ self: { ]; description = "Isreal Swan will make a snowman for you!"; license = lib.licenses.gpl3Plus; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "Shpadoinkle-lens" = callPackage @@ -18692,8 +17844,6 @@ self: { libraryHaskellDepends = [ base lens Shpadoinkle streaming text ]; description = "Integration of the streaming library with Shpadoinkle continuations"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "Shpadoinkle-template" = callPackage @@ -18715,8 +17865,6 @@ self: { ]; description = "Read standard file formats into Shpadoinkle with Template Haskell"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "Shpadoinkle-widgets" = callPackage @@ -18741,8 +17889,6 @@ self: { ]; description = "A collection of common reusable types and components"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "Shrub" = callPackage @@ -18822,8 +17968,6 @@ self: { ]; description = "A light, clean and powerful Haskell utility library"; license = "unknown"; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "SimpleLog" = callPackage @@ -18898,8 +18042,6 @@ self: { testHaskellDepends = [ base ]; description = "Prototypical type checker for Type Theory with Sized Natural Numbers"; license = "unknown"; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "SizeCompare" = callPackage @@ -18927,8 +18069,6 @@ self: { testHaskellDepends = [ base file-embed ]; description = "Generate slides from Haskell code"; license = lib.licenses.mit; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "SmithNormalForm" = callPackage @@ -18967,8 +18107,6 @@ self: { libraryHaskellDepends = [ base parsec transformers ]; description = "Library for parsing SMTLIB2"; license = lib.licenses.mit; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "Snusmumrik" = callPackage @@ -19008,8 +18146,6 @@ self: { ]; description = "Abstract full system simulator"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "SoccerFun" = callPackage @@ -19062,8 +18198,6 @@ self: { testHaskellDepends = [ base QuickCheck ]; description = "Sonnex is an alternative to Soundex for french language"; license = lib.licenses.gpl3Only; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "SourceGraph" = callPackage @@ -19117,8 +18251,6 @@ self: { ]; description = "Video game"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "SpacePrivateers" = callPackage @@ -19140,8 +18272,6 @@ self: { ]; description = "Simple space pirate roguelike"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "SpinCounter" = callPackage @@ -19218,8 +18348,6 @@ self: { ]; description = "Another Haskell web framework for rapid development"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "Spock-api-server" = callPackage @@ -19339,8 +18467,6 @@ self: { libraryHaskellDepends = [ base SDL ]; description = "Binding to Sprig"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "Stack" = callPackage @@ -19368,8 +18494,6 @@ self: { executableHaskellDepends = [ base ]; description = "A simple MVCC like library"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "StateVar" = callPackage @@ -19435,8 +18559,6 @@ self: { ]; description = "Client library for Stomp brokers"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "Strafunski-ATermLib" = callPackage @@ -19448,8 +18570,6 @@ self: { libraryHaskellDepends = [ base containers ]; description = "An abstract data type designed for the exchange of tree-like data structures"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "Strafunski-Sdf2Haskell" = callPackage @@ -19483,8 +18603,6 @@ self: { libraryHaskellDepends = [ base directory mtl syb transformers ]; description = "Library for strategic programming"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "StrappedTemplates" = callPackage @@ -19502,8 +18620,6 @@ self: { testHaskellDepends = [ base blaze-builder bytestring hspec text ]; description = "General purpose templates in haskell"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "StrategyLib" = callPackage @@ -19514,8 +18630,6 @@ self: { sha256 = "1sskndywpm1gi4bs4i1gah73jk49inlscg4jzcqhq0phb8f886xk"; libraryHaskellDepends = [ base mtl ]; license = "unknown"; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "Stream" = callPackage @@ -19539,8 +18653,6 @@ self: { libraryHaskellDepends = [ base benchpress parallel ]; description = "Benchmarking code through strict evaluation"; license = "GPL"; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "StrictCheck" = callPackage @@ -19559,8 +18671,6 @@ self: { ]; description = "StrictCheck: Keep Your Laziness In Check"; license = lib.licenses.mit; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "StringUtils" = callPackage @@ -19598,8 +18708,6 @@ self: { ]; description = "Suffix array construction"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "SybWidget" = callPackage @@ -19615,8 +18723,6 @@ self: { ]; description = "Library which aids constructing generic (SYB3-based) widgets"; license = "LGPL"; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "SyntaxMacros" = callPackage @@ -19654,8 +18760,6 @@ self: { ]; description = "Sybase 15 sysmon reports processor"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "TBC" = callPackage @@ -19676,8 +18780,6 @@ self: { ]; description = "Testing By Convention"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "TBit" = callPackage @@ -19694,8 +18796,6 @@ self: { ]; description = "Utilities for condensed matter physics tight binding calculations"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "TCache" = callPackage @@ -19770,8 +18870,6 @@ self: { executableHaskellDepends = [ base bytestring Yampa ]; description = "Bindings to the TORCS vehicle simulator"; license = "GPL"; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "TTTAS" = callPackage @@ -19809,8 +18907,6 @@ self: { ]; description = "Template Your Boilerplate - a Template Haskell version of SYB"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "TableAlgebra" = callPackage @@ -19839,8 +18935,6 @@ self: { executableHaskellDepends = [ base cookbook ]; description = "A client for Quill databases"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "Tablify" = callPackage @@ -19854,8 +18948,6 @@ self: { executableHaskellDepends = [ base parsec xhtml ]; description = "Tool to render CSV into tables of various formats"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "Tahin" = callPackage @@ -19899,8 +18991,6 @@ self: { libraryHaskellDepends = [ base mtl old-time time ]; description = "Database library with left-fold interface, for PostgreSQL, Oracle, SQLite, ODBC"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "Tape" = callPackage @@ -19912,8 +19002,6 @@ self: { libraryHaskellDepends = [ base comonad distributive Stream ]; description = "Bidirectionally infinite streams, akin to the tape of a Turing machine"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "TaskMonad" = callPackage @@ -19932,8 +19020,6 @@ self: { ]; description = "A collection of tools which can be used to access taskwarrior from xmonad"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "Taxonomy" = callPackage @@ -20067,8 +19153,6 @@ self: { libraryHaskellDepends = [ base ]; librarySystemDepends = [ ogg theora ]; license = "GPL"; - hydraPlatforms = lib.platforms.none; - broken = true; }) {ogg = null; theora = null;}; "Thingie" = callPackage @@ -20080,8 +19164,6 @@ self: { libraryHaskellDepends = [ base cairo gtk mtl ]; description = "Purely functional 2D drawing"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "ThreadObjects" = callPackage @@ -20109,8 +19191,6 @@ self: { ]; description = "Haskell bindings for the Apache Thrift RPC system"; license = "unknown"; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "Tic-Tac-Toe" = callPackage @@ -20140,8 +19220,6 @@ self: { ]; description = "A sub-project (exercise) for a functional programming course"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "TigerHash" = callPackage @@ -20176,8 +19254,6 @@ self: { ]; description = "A simple tile-based digital clock screen saver"; license = lib.licenses.publicDomain; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "TinyLaunchbury" = callPackage @@ -20189,8 +19265,6 @@ self: { libraryHaskellDepends = [ base mtl ]; description = "Simple implementation of call-by-need using Launchbury's semantics"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "TinyURL" = callPackage @@ -20202,8 +19276,6 @@ self: { libraryHaskellDepends = [ base HTTP network ]; description = "Use TinyURL to compress URLs"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "Titim" = callPackage @@ -20217,8 +19289,6 @@ self: { executableHaskellDepends = [ base containers matrix random ]; description = "Game for Lounge Marmelade"; license = lib.licenses.gpl3Only; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "Top" = callPackage @@ -20233,8 +19303,6 @@ self: { executableHaskellDepends = [ base containers mtl parsec ]; description = "Constraint solving framework employed by the Helium Compiler"; license = "GPL"; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "TotalMap" = callPackage @@ -20254,8 +19322,6 @@ self: { testToolDepends = [ markdown-unlit ]; description = "A total map datatype"; license = lib.licenses.mit; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "Tournament" = callPackage @@ -20273,8 +19339,6 @@ self: { ]; description = "Tournament related algorithms"; license = lib.licenses.mit; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "TraceUtils" = callPackage @@ -20303,8 +19367,6 @@ self: { testHaskellDepends = [ base QuickCheck ]; description = "eDSL in R for Safe Variable Transformarion"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "TransformersStepByStep" = callPackage @@ -20318,8 +19380,6 @@ self: { executableHaskellDepends = [ base containers mtl ]; description = "Tutorial on monad transformers"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "Transhare" = callPackage @@ -20354,8 +19414,6 @@ self: { libraryHaskellDepends = [ base ]; description = "A collection of heaps and search trees"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "TreeT" = callPackage @@ -20395,8 +19453,6 @@ self: { ]; description = "A simple trend Graph script"; license = lib.licenses.publicDomain; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "TrieMap" = callPackage @@ -20492,8 +19548,6 @@ self: { libraryHaskellDepends = [ base ]; description = "Some Nat-indexed types for GHC"; license = lib.licenses.mit; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "TypingTester" = callPackage @@ -20569,8 +19623,6 @@ self: { libraryHaskellDepends = [ attoparsec base bytestring containers ]; description = "DEPRECATED A simple, liberal URL parser"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "UTFTConverter" = callPackage @@ -20594,8 +19646,6 @@ self: { ]; description = "Processing popular picture formats into .c or .raw format in RGB565"; license = lib.licenses.mit; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "Unique" = callPackage @@ -20660,8 +19710,6 @@ self: { libraryHaskellDepends = [ base ]; description = "Monadic FRP library based on stm"; license = lib.licenses.asl20; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "UrlDisp" = callPackage @@ -20726,8 +19774,6 @@ self: { ]; description = "Provides access to Vkontakte social network via public API"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "VRML" = callPackage @@ -20751,8 +19797,6 @@ self: { ]; description = "VRML parser and generator for Haskell"; license = lib.licenses.mit; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "Validation" = callPackage @@ -20766,8 +19810,6 @@ self: { ]; description = "A data-type like Either but with an accumulating Applicative"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "ValveValueKeyvalue" = callPackage @@ -20801,8 +19843,6 @@ self: { libraryHaskellDepends = [ base Boolean Vec ]; description = "Provides Boolean instances for the Vec package"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "Vec-OpenGLRaw" = callPackage @@ -20814,8 +19854,6 @@ self: { libraryHaskellDepends = [ base OpenGLRaw Vec ]; description = "Instances and functions to interoperate Vec and OpenGL"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "Vec-Transform" = callPackage @@ -20827,8 +19865,6 @@ self: { doHaddock = false; description = "This package is obsolete"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "VecN" = callPackage @@ -20854,8 +19890,6 @@ self: { executableHaskellDepends = [ base containers matrix ]; description = "A solver for the WordBrain game"; license = lib.licenses.mit; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "ViennaRNA-bindings" = callPackage @@ -20945,8 +19979,6 @@ self: { ]; description = "Villefort is a task manager and time tracker"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "Vulkan" = callPackage @@ -21003,8 +20035,6 @@ self: { doHaddock = false; description = "Generic text-editor logic for use with fixed-width fonts"; license = lib.licenses.asl20; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "WEditorBrick" = callPackage @@ -21064,8 +20094,6 @@ self: { executableHaskellDepends = [ base ]; description = "A simple library to access to the WL 500gP router from the Haskell code"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "WMSigner" = callPackage @@ -21085,8 +20113,6 @@ self: { ]; description = "WebMoney authentication module"; license = lib.licenses.mit; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "WURFL" = callPackage @@ -21174,8 +20200,6 @@ self: { libraryHaskellDepends = [ base containers mtl parsec pretty syb ]; description = "JavaScript analysis tools"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "WebBits-Html" = callPackage @@ -21242,8 +20266,6 @@ self: { executableHaskellDepends = [ base parsec ]; description = "Logic interpreter"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "Webrexp" = callPackage @@ -21270,8 +20292,6 @@ self: { ]; description = "Regexp-like engine to scrap web data"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "Wheb" = callPackage @@ -21296,8 +20316,6 @@ self: { ]; description = "The frictionless WAI Framework"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "WikimediaParser" = callPackage @@ -21309,8 +20327,6 @@ self: { libraryHaskellDepends = [ base parsec ]; description = "A parser for wikimedia style article markup"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "Win32" = callPackage @@ -21489,8 +20505,6 @@ self: { ]; description = "Wire-aware hardware description"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "WordAlignment" = callPackage @@ -21544,8 +20558,6 @@ self: { libraryHaskellDepends = [ array base containers filepath ]; description = "Haskell interface to the WordNet database"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "WordNet-ghc74" = callPackage @@ -21559,8 +20571,6 @@ self: { libraryHaskellDepends = [ array base containers filepath ]; description = "Haskell interface to the WordNet database"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "Wordlint" = callPackage @@ -21575,8 +20585,6 @@ self: { executableHaskellDepends = [ base boxes cmdargs ]; description = "Plaintext prose redundancy linter"; license = "unknown"; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "Workflow" = callPackage @@ -21596,8 +20604,6 @@ self: { ]; description = "Workflow patterns over a monad for thread state logging & recovery"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "WxGeneric" = callPackage @@ -21660,8 +20666,6 @@ self: { librarySystemDepends = [ libX11 ]; description = "Missing bindings to the X11 graphics library"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {inherit (pkgs.xorg) libX11;}; "X11-rm" = callPackage @@ -21673,8 +20677,6 @@ self: { libraryHaskellDepends = [ base X11 ]; description = "A binding to the resource management functions missing from X11"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "X11-xdamage" = callPackage @@ -21687,8 +20689,6 @@ self: { librarySystemDepends = [ Xdamage ]; description = "A binding to the Xdamage X11 extension library"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {Xdamage = null;}; "X11-xfixes" = callPackage @@ -21701,8 +20701,6 @@ self: { librarySystemDepends = [ Xfixes ]; description = "A binding to the Xfixes X11 extension library"; license = lib.licenses.mit; - hydraPlatforms = lib.platforms.none; - broken = true; }) {Xfixes = null;}; "X11-xft" = callPackage @@ -21794,8 +20792,6 @@ self: { librarySystemDepends = [ xmmsclient xmmsclient-glib ]; description = "XMMS2 client library"; license = "LGPL"; - hydraPlatforms = lib.platforms.none; - broken = true; }) {xmmsclient = null; xmmsclient-glib = null;}; "XMPP" = callPackage @@ -21870,8 +20866,6 @@ self: { ]; description = "Gtk command launcher with identicon"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "XmlHtmlWriter" = callPackage @@ -21883,8 +20877,6 @@ self: { libraryHaskellDepends = [ base mtl transformers ]; description = "A library for writing XML and HTML"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "Xorshift128Plus" = callPackage @@ -21896,8 +20888,6 @@ self: { libraryHaskellDepends = [ base ]; description = "Pure haskell implementation of xorshift128plus random number generator"; license = lib.licenses.publicDomain; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "YACPong" = callPackage @@ -21930,8 +20920,6 @@ self: { libraryHaskellDepends = [ array base HGL Yampa ]; description = "Yampa-based library for programming robots"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "Yablog" = callPackage @@ -21994,8 +20982,6 @@ self: { ]; description = "YAML reference implementation"; license = "LGPL"; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "Yampa" = callPackage @@ -22043,8 +21029,6 @@ self: { ]; description = "Software synthesizer"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "Yocto" = callPackage @@ -22072,8 +21056,6 @@ self: { ]; description = "A MUD client library"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "Yogurt-Standalone" = callPackage @@ -22145,8 +21127,6 @@ self: { testToolDepends = [ hspec-discover ]; description = "Array, vector and text"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "Z-IO" = callPackage @@ -22230,8 +21210,6 @@ self: { libraryHaskellDepends = [ base vect ]; description = "Polymer growth simulation method"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "ZFS" = callPackage @@ -22247,8 +21225,6 @@ self: { ]; description = "Oleg's Zipper FS"; license = lib.licenses.publicDomain; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "ZMachine" = callPackage @@ -22263,8 +21239,6 @@ self: { executableHaskellDepends = [ array base gtk mtl random ]; description = "A Z-machine interpreter"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "ZipFold" = callPackage @@ -22315,8 +21289,6 @@ self: { libraryHaskellDepends = [ base ]; description = "Combinators for bidirectional URL routing"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "a50" = callPackage @@ -22348,8 +21320,6 @@ self: { testHaskellDepends = [ base HUnit text ]; description = "Parser for a language similar to Cucumber's Gherkin"; license = "unknown"; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "abc-puzzle" = callPackage @@ -22404,8 +21374,6 @@ self: { ]; description = "Haskell representation and parser for ABC notation"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "abeson" = callPackage @@ -22425,8 +21393,6 @@ self: { ]; description = "interconversion between aeson and bson"; license = lib.licenses.mit; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "abides" = callPackage @@ -22439,8 +21405,6 @@ self: { testHaskellDepends = [ base comonad tasty tasty-quickcheck ]; description = "Simple boolean tests to see if a value abides by certain properties"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "abnf" = callPackage @@ -22460,8 +21424,6 @@ self: { ]; description = "Parse ABNF and generate parsers for the specified document"; license = lib.licenses.bsd2; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "abstract-deque" = callPackage @@ -22517,8 +21479,6 @@ self: { ]; description = "Provides the class ParAccelerate, nothing more"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "abt" = callPackage @@ -22534,8 +21494,6 @@ self: { ]; description = "Abstract binding trees for Haskell"; license = lib.licenses.mit; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "ac-machine" = callPackage @@ -22549,8 +21507,6 @@ self: { ]; description = "Aho-Corasick string matching algorithm in Haskell"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "ac-machine-conduit" = callPackage @@ -22839,8 +21795,6 @@ self: { ]; description = "Accelerate frontend to the FFTW library (Fourier transform)"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "accelerate-fourier" = callPackage @@ -23084,8 +22038,6 @@ self: { testHaskellDepends = [ accelerate base ]; description = "Accelerate backend for multicore CPUs"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "accelerate-llvm-ptx" = callPackage @@ -23119,8 +22071,6 @@ self: { libraryHaskellDepends = [ accelerate base mwc-random ]; description = "Generate Accelerate arrays filled with high quality pseudorandom numbers"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "accelerate-typelits" = callPackage @@ -23155,8 +22105,6 @@ self: { libraryHaskellDepends = [ accelerate base utility-ht ]; description = "Utility functions for the Accelerate framework"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "accentuateus" = callPackage @@ -23168,8 +22116,6 @@ self: { libraryHaskellDepends = [ base bytestring HTTP json network text ]; description = "A Haskell implementation of the Accentuate.us API."; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "access-time" = callPackage @@ -23181,8 +22127,6 @@ self: { libraryHaskellDepends = [ base filepath old-time time unix ]; description = "Cross-platform support for retrieving file access times"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "access-token-provider" = callPackage @@ -23262,8 +22206,6 @@ self: { ]; description = "A library for building static site generators"; license = lib.licenses.mit; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "acid-state" = callPackage @@ -23320,8 +22262,6 @@ self: { ]; description = "A replication backend for acid-state"; license = lib.licenses.mit; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "acid-state-tls" = callPackage @@ -23337,8 +22277,6 @@ self: { ]; description = "Add TLS support for Data.Acid.Remote"; license = lib.licenses.publicDomain; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "acl2" = callPackage @@ -23361,8 +22299,6 @@ self: { libraryHaskellDepends = [ base transformers ]; description = "A monad which is powerful enough to interpret any action"; license = lib.licenses.publicDomain; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "acme-box" = callPackage @@ -23440,8 +22376,6 @@ self: { libraryHaskellDepends = [ base comonad ]; description = "A more efficient dualization"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "acme-cuteboy" = callPackage @@ -23493,8 +22427,6 @@ self: { testHaskellDepends = [ base tasty tasty-hunit ]; description = "A \"don't\" construct"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "acme-flipping-tables" = callPackage @@ -23506,8 +22438,6 @@ self: { libraryHaskellDepends = [ base ]; description = "Stop execution with rage"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "acme-functors" = callPackage @@ -23541,8 +22471,6 @@ self: { libraryHaskellDepends = [ base ]; description = "An embedded DSL for the HQ9+ programming language"; license = lib.licenses.publicDomain; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "acme-http" = callPackage @@ -23560,8 +22488,6 @@ self: { ]; description = "fastest Haskell PONG server in the world"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "acme-inator" = callPackage @@ -23576,8 +22502,6 @@ self: { executableHaskellDepends = [ base ]; description = "Evil inventions in the Tri-State area"; license = lib.licenses.publicDomain; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "acme-io" = callPackage @@ -23589,8 +22513,6 @@ self: { libraryHaskellDepends = [ base ]; description = "The only true way to do IO in Haskell!"; license = "unknown"; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "acme-iot" = callPackage @@ -23613,8 +22535,6 @@ self: { libraryHaskellDepends = [ base ]; description = "A place for dumping that does-not-feel-right code while you improve it"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "acme-left-pad" = callPackage @@ -23626,8 +22546,6 @@ self: { libraryHaskellDepends = [ base text ]; description = "free your haskell from the tyranny of npm!"; license = lib.licenses.agpl3Only; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "acme-lolcat" = callPackage @@ -23661,8 +22579,6 @@ self: { libraryHaskellDepends = [ base MemoTrie random ]; description = "Memoized random number generation"; license = lib.licenses.mit; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "acme-microwave" = callPackage @@ -23685,8 +22601,6 @@ self: { libraryHaskellDepends = [ base random ]; description = "Miscellaneous newtypes for orderings of discutable use"; license = lib.licenses.publicDomain; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "acme-missiles" = callPackage @@ -23712,8 +22626,6 @@ self: { libraryHaskellDepends = [ base ]; description = "A mutable package"; license = lib.licenses.mit; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "acme-now" = callPackage @@ -23725,8 +22637,6 @@ self: { libraryHaskellDepends = [ base time ]; description = "An interface to the philosophical and metaphysical \"now\""; license = lib.licenses.publicDomain; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "acme-numbersystem" = callPackage @@ -23738,8 +22648,6 @@ self: { libraryHaskellDepends = [ base template-haskell ]; description = "Define the less than and add and subtract for nats"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "acme-omitted" = callPackage @@ -23774,8 +22682,6 @@ self: { libraryHaskellDepends = [ base ]; description = "Operators of base, all in one place!"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "acme-php" = callPackage @@ -23839,8 +22745,6 @@ self: { ]; description = "Proper names for curry and uncurry"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "acme-smuggler" = callPackage @@ -23864,8 +22768,6 @@ self: { libraryHaskellDepends = [ base bytestring ]; description = "A binding to the glibc strfry function"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "acme-stringly-typed" = callPackage @@ -23879,8 +22781,6 @@ self: { libraryHaskellDepends = [ base ]; description = "Stringly Typed Programming"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "acme-strtok" = callPackage @@ -23905,8 +22805,6 @@ self: { libraryHaskellDepends = [ base template-haskell ]; description = "import This"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "acme-timemachine" = callPackage @@ -23944,8 +22842,6 @@ self: { libraryHaskellDepends = [ array base random ]; description = "A somewhat flexible Zalgo̐ te̳͜x̥̖̉̓͞t̍̌̔ ̀̃t̴̢̞̜͓̝r̶̬̆̂̒͟á̧̡͎͔̯̰̕n̹̾̓ͬͦ̍͘ṡ̢͓͉ͮ͆l̠̖̹̗̳̖̽̌ͤ͞a͚̭͙̹̲ͭͩt͈͐o̢̭͇͍̟͐ͬ̾ͪ͜r͇.̸̅ͭ̐̀̊ͨ͛"; license = lib.licenses.mit; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "acme-zero" = callPackage @@ -23957,8 +22853,6 @@ self: { doHaddock = false; description = "The absorbing element of package dependencies"; license = lib.licenses.publicDomain; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "acousticbrainz-client" = callPackage @@ -24067,8 +22961,6 @@ self: { libraryHaskellDepends = [ base QuickCheck ]; description = "Basic definitions for activehs"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "activitypub" = callPackage @@ -24080,8 +22972,6 @@ self: { libraryHaskellDepends = [ aeson base network-uri text time ]; description = "ActivityPub Haskell Library"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "activitystreams-aeson" = callPackage @@ -24095,8 +22985,6 @@ self: { ]; description = "An interface to the ActivityStreams specification"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "actor" = callPackage @@ -24127,8 +23015,6 @@ self: { doHaddock = false; description = "Semigroup actions and torsors"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "ad" = callPackage @@ -24169,8 +23055,6 @@ self: { libraryHaskellDepends = [ base ]; description = "Self optimizing container types"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "adaptive-tuple" = callPackage @@ -24182,8 +23066,6 @@ self: { libraryHaskellDepends = [ base template-haskell type-level ]; description = "Self-optimizing tuple types"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "adb" = callPackage @@ -24198,8 +23080,6 @@ self: { ]; description = "Android Debug Bridge (ADB) protocol"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "adblock2privoxy" = callPackage @@ -24255,8 +23135,6 @@ self: { ]; description = "A full-featured library for parsing, validating, and rendering email addresses"; license = lib.licenses.bsd2; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "adhoc-network" = callPackage @@ -24312,8 +23190,6 @@ self: { benchmarkHaskellDepends = [ base gauge hs-functors ]; description = "See README for more info"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "adjunctions" = callPackage @@ -24370,8 +23246,6 @@ self: { ]; description = "parse Adobe Swatch Exchange files and (optionally) output .css files with the colors"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "adp-multi" = callPackage @@ -24392,8 +23266,6 @@ self: { ]; description = "ADP for multiple context-free languages"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "adp-multi-monadiccp" = callPackage @@ -24425,8 +23297,6 @@ self: { libraryHaskellDepends = [ base ]; description = "Modelling, rendering and quantitative analysis on attack defense trees"; license = lib.licenses.gpl3Only; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "advent-of-code-api" = callPackage @@ -24501,8 +23371,6 @@ self: { ]; description = "Multi-precision ball (interval) arithmetic"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "aern2-real" = callPackage @@ -24605,8 +23473,6 @@ self: { libraryHaskellDepends = [ aeson base text unordered-containers ]; description = "make To/From JSOn instances from an applicative description"; license = lib.licenses.mit; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "aeson-attoparsec" = callPackage @@ -24652,8 +23518,6 @@ self: { ]; description = "Mapping between Aeson's JSON and Bson objects"; license = "unknown"; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "aeson-casing" = callPackage @@ -24762,8 +23626,6 @@ self: { ]; description = "Easy functions for converting from Aeson.Value"; license = lib.licenses.asl20; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "aeson-default" = callPackage @@ -24839,8 +23701,6 @@ self: { ]; description = "Apply a json-patch to any haskell datatype"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "aeson-extra" = callPackage @@ -24888,8 +23748,6 @@ self: { ]; description = "Several newtypes and combinators for dealing with less-than-cleanly JSON input"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "aeson-flat" = callPackage @@ -24941,8 +23799,6 @@ self: { ]; description = "Create Flow or TypeScript type definitions from Haskell data types"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "aeson-gadt-th" = callPackage @@ -25079,8 +23935,6 @@ self: { ]; description = "Declarative JSON matchers"; license = lib.licenses.bsd2; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "aeson-modern-tojson" = callPackage @@ -25093,8 +23947,6 @@ self: { testHaskellDepends = [ aeson base inspection-testing ]; description = "Provide a handy way for derving ToJSON proprely"; license = lib.licenses.isc; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "aeson-native" = callPackage @@ -25148,8 +24000,6 @@ self: { libraryHaskellDepends = [ aeson base ]; description = "Options to derive FromJSON/ToJSON instances"; license = lib.licenses.mit; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "aeson-parsec-picky" = callPackage @@ -25193,8 +24043,6 @@ self: { testHaskellDepends = [ aeson base bytestring hspec mtl text ]; description = "Hiearchical prefixing for aeson"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "aeson-pretty" = callPackage @@ -25300,8 +24148,6 @@ self: { ]; description = "Haskell JSON schema validator and parser generator"; license = lib.licenses.mit; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "aeson-schemas" = callPackage @@ -25331,8 +24177,6 @@ self: { ]; description = "Easily consume JSON data on-demand with type-safety"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "aeson-serialize" = callPackage @@ -25361,8 +24205,6 @@ self: { ]; description = "Smart derivation of Aeson instances"; license = lib.licenses.mit; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "aeson-streams" = callPackage @@ -25378,8 +24220,6 @@ self: { ]; description = "An HTTP client library for JSON-based APIs"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "aeson-t" = callPackage @@ -25399,8 +24239,6 @@ self: { ]; description = "Transform JSON"; license = lib.licenses.mit; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "aeson-tiled" = callPackage @@ -25415,8 +24253,6 @@ self: { ]; description = "Aeson instances for the Tiled map editor"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "aeson-toolkit" = callPackage @@ -25452,8 +24288,6 @@ self: { ]; description = "Generate TypeScript definition files from your ADTs"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "aeson-typescript_0_4_0_0" = callPackage @@ -25478,7 +24312,6 @@ self: { description = "Generate TypeScript definition files from your ADTs"; license = lib.licenses.bsd3; hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "aeson-utils" = callPackage @@ -25496,8 +24329,6 @@ self: { ]; description = "Utilities for working with Aeson"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "aeson-value-parser" = callPackage @@ -25515,8 +24346,6 @@ self: { ]; description = "API for parsing \"aeson\" JSON tree into Haskell types"; license = lib.licenses.mit; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "aeson-via" = callPackage @@ -25608,8 +24437,6 @@ self: { ]; description = "A simple Game Engine using SDL"; license = lib.licenses.lgpl3Only; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "affine" = callPackage @@ -25638,8 +24465,6 @@ self: { ]; description = "General-purpose sampling"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "affinely-extended" = callPackage @@ -25703,8 +24528,6 @@ self: { executableHaskellDepends = [ base containers uuagc uulib ]; description = "Attribute Grammar picture generation"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "agda-language-server" = callPackage @@ -25733,8 +24556,6 @@ self: { ]; description = "An implementation of language server protocal (LSP) for Agda 2"; license = lib.licenses.mit; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "agda-server" = callPackage @@ -25776,8 +24597,6 @@ self: { executableHaskellDepends = [ Agda base network-uri transformers ]; description = "Render just the Agda snippets of a literate Agda file to HTML"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "agda-snippets-hakyll" = callPackage @@ -25817,8 +24636,6 @@ self: { testHaskellDepends = [ base containers filepath hspec text ]; description = "Check for unused code in an Agda project"; license = lib.licenses.mit; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "agda2lagda" = callPackage @@ -25892,8 +24709,6 @@ self: { ]; description = "And-inverter graphs in Haskell"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "aip" = callPackage @@ -25977,8 +24792,6 @@ self: { libraryHaskellDepends = [ air base template-haskell ]; description = "air"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "airbrake" = callPackage @@ -25998,8 +24811,6 @@ self: { ]; description = "An Airbrake notifier for Haskell"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "airship" = callPackage @@ -26029,8 +24840,6 @@ self: { ]; description = "A Webmachine-inspired HTTP library"; license = lib.licenses.mit; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "airtable-api" = callPackage @@ -26048,8 +24857,6 @@ self: { testHaskellDepends = [ base ]; description = "Requesting and introspecting Tables within an Airtable project"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "aivika" = callPackage @@ -26255,8 +25062,6 @@ self: { ]; description = "Haskell compiler that produce binary through C language"; license = lib.licenses.gpl2Only; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "al" = callPackage @@ -26322,8 +25127,6 @@ self: { ]; description = "Bindings to the alerta REST API"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "alerts" = callPackage @@ -26381,8 +25184,6 @@ self: { libraryHaskellDepends = [ base time ]; description = "Collection of useful functions for writing console applications"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "alex-tools" = callPackage @@ -26415,8 +25216,6 @@ self: { ]; description = "utility library for Alfred version 2"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "alfred-margaret" = callPackage @@ -26483,8 +25282,6 @@ self: { ]; description = "Algorithmic automation for various DAWs"; license = lib.licenses.gpl3Only; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "algebra" = callPackage @@ -26536,8 +25333,6 @@ self: { ]; description = "Infrastructure for DAG-shaped relational algebra plans"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "algebra-driven-design" = callPackage @@ -26595,8 +25390,6 @@ self: { libraryHaskellDepends = [ accelerate base ]; description = "General linear algebra structures"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "algebraic-classes" = callPackage @@ -26672,8 +25465,6 @@ self: { ]; description = "Algebraically structured Prelude"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "algo-s" = callPackage @@ -26699,8 +25490,6 @@ self: { benchmarkHaskellDepends = [ base criterion ]; description = "An implementation of Knuth's algorithm S"; license = lib.licenses.asl20; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "algolia" = callPackage @@ -26878,8 +25667,6 @@ self: { executableHaskellDepends = [ base optparse-applicative text ]; description = "A simple unix filter to align text on specified substrings"; license = lib.licenses.mit; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "aligned-foreignptr" = callPackage @@ -26968,8 +25755,6 @@ self: { ]; description = "Ally Invest integration library"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "almost-fix" = callPackage @@ -27062,8 +25847,6 @@ self: { ]; description = "A character between a-z"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "alpino-tools" = callPackage @@ -27086,8 +25869,6 @@ self: { ]; description = "Alpino data manipulation tools"; license = "unknown"; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "alsa" = callPackage @@ -27104,8 +25885,6 @@ self: { librarySystemDepends = [ alsa-lib ]; description = "Binding to the ALSA Library API"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {inherit (pkgs) alsa-lib;}; "alsa-core" = callPackage @@ -27159,8 +25938,6 @@ self: { executableSystemDepends = [ alsa-lib ]; description = "Bindings for the ALSA sequencer API (MIDI stuff)"; license = "GPL"; - hydraPlatforms = lib.platforms.none; - broken = true; }) {inherit (pkgs) alsa-lib;}; "alsa-mixer" = callPackage @@ -27263,8 +26040,6 @@ self: { libraryHaskellDepends = [ base composition ]; description = "Alternative combinators for unorthodox function composition"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "alternative-extra" = callPackage @@ -27276,8 +26051,6 @@ self: { libraryHaskellDepends = [ base ]; description = "Extra utilities for alternatives"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "alternative-io" = callPackage @@ -27295,8 +26068,6 @@ self: { ]; description = "IO as Alternative instance (deprecated)"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "alternative-vector" = callPackage @@ -27334,8 +26105,6 @@ self: { libraryHaskellDepends = [ base ghc-prim integer-gmp ]; description = "Alternative floating point support for GHC"; license = "unknown"; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "alto" = callPackage @@ -27360,8 +26129,6 @@ self: { executableHaskellDepends = [ base warp ]; description = "Implement a menu experience fit for web users"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "altsvc" = callPackage @@ -27390,8 +26157,6 @@ self: { librarySystemDepends = [ alure ]; description = "A Haskell binding for ALURE"; license = "LGPL"; - hydraPlatforms = lib.platforms.none; - broken = true; }) {inherit (pkgs) alure;}; "always" = callPackage @@ -27421,8 +26186,6 @@ self: { ]; description = "A queue daemon for Amazon's SES with a PostgreSQL table as a queue"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "amazon-emailer-client-snap" = callPackage @@ -27463,8 +26226,6 @@ self: { ]; description = "Connector for Amazon Products API"; license = lib.licenses.mit; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "amazonka" = callPackage @@ -28104,8 +26865,6 @@ self: { ]; description = "A Haskell equivalent of \"aws rds generate-db-auth-token\""; license = lib.licenses.mpl20; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "amazonka-core" = callPackage @@ -29043,8 +27802,6 @@ self: { ]; description = "Amazon Elemental MediaConvert SDK"; license = lib.licenses.mpl20; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "amazonka-medialive" = callPackage @@ -29455,8 +28212,6 @@ self: { ]; description = "Provides conduits to upload data to S3 using the Multipart API"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "amazonka-sagemaker" = callPackage @@ -29945,8 +28700,6 @@ self: { benchmarkHaskellDepends = [ base statistics ]; description = "Statistical data visualization"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "ampersand" = callPackage @@ -30025,8 +28778,6 @@ self: { ]; description = "Conduit bindings for AMQP (see amqp package)"; license = lib.licenses.mit; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "amqp-streamly" = callPackage @@ -30150,8 +28901,6 @@ self: { ]; description = "making data science easy and safe with data frames"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "analyze-client" = callPackage @@ -30221,8 +28970,6 @@ self: { ]; description = "Looms which use Pandoc to parse and produce a variety of formats"; license = lib.licenses.gpl3Only; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "anatomy" = callPackage @@ -30261,8 +29008,6 @@ self: { libraryHaskellDepends = [ base process ]; description = "Android methods exposed to Haskell"; license = lib.licenses.gpl3Only; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "android-activity" = callPackage @@ -30274,8 +29019,6 @@ self: { libraryHaskellDepends = [ base data-default ]; description = "Turn regular Haskell programs into Android Activities"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "android-lint-summary" = callPackage @@ -30302,8 +29045,6 @@ self: { ]; description = "A pretty printer for Android Lint errors"; license = lib.licenses.asl20; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "angel" = callPackage @@ -30331,8 +29072,6 @@ self: { ]; description = "Process management and supervision daemon"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "angle" = callPackage @@ -30361,8 +29100,6 @@ self: { benchmarkHaskellDepends = [ base criterion ]; description = "A small, general-purpose programming language"; license = lib.licenses.gpl3Only; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "animalcase" = callPackage @@ -30395,8 +29132,6 @@ self: { testHaskellDepends = [ ansi-terminal-game base hspec parsec ]; description = "text-file based ASCII animator"; license = lib.licenses.gpl3Only; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "animate" = callPackage @@ -30413,8 +29148,6 @@ self: { testHaskellDepends = [ aeson base containers hspec vector ]; description = "Animation for sprites"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "animate-example" = callPackage @@ -30580,8 +29313,6 @@ self: { libraryHaskellDepends = [ base recursion-schemes ]; description = "A fixpoint of a functor that can be annotated"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "annotated-wl-pprint" = callPackage @@ -30606,8 +29337,6 @@ self: { libraryHaskellDepends = [ base lens template-haskell ]; description = "Anonymous sum types"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "anonymous-sums-tests" = callPackage @@ -30718,8 +29447,6 @@ self: { testHaskellDepends = [ base hspec QuickCheck ]; description = "Terminal-based graphing via ANSI and Unicode"; license = lib.licenses.mit; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "antagonist" = callPackage @@ -30768,8 +29495,6 @@ self: { ]; description = "Referring expressions for definitions"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "anticiv" = callPackage @@ -30813,8 +29538,6 @@ self: { ]; description = "Interface for antigate.com captcha recognition API"; license = lib.licenses.mit; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "antimirov" = callPackage @@ -30829,8 +29552,6 @@ self: { executableHaskellDepends = [ base containers QuickCheck ]; description = "Define the language containment (=subtyping) relation on regulare expressions"; license = "GPL"; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "antiope-athena" = callPackage @@ -30977,8 +29698,6 @@ self: { testToolDepends = [ hspec-discover ]; description = "Please see the README on Github at "; license = lib.licenses.mit; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "antiope-s3" = callPackage @@ -31123,8 +29842,6 @@ self: { libraryHaskellDepends = [ base syb template-haskell ]; description = "Combinator library for quasi- and anti-quoting"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "antisplice" = callPackage @@ -31141,8 +29858,6 @@ self: { ]; description = "An engine for text-based dungeons"; license = lib.licenses.agpl3Only; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "antlr-haskell" = callPackage @@ -31167,8 +29882,6 @@ self: { ]; description = "A Haskell implementation of the ANTLR top-down parser generator"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "antlrc" = callPackage @@ -31205,8 +29918,6 @@ self: { libraryHaskellDepends = [ base containers MissingH mtl ]; description = "Interface for DBM-like database systems"; license = "GPL"; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "aop-prelude" = callPackage @@ -31219,8 +29930,6 @@ self: { testHaskellDepends = [ base ghc-prim ]; description = "prelude for Algebra of Programming"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "aos-signature" = callPackage @@ -31241,8 +29950,6 @@ self: { ]; description = "An implementation of the AOS signatures"; license = lib.licenses.asl20; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "aosd" = callPackage @@ -31263,8 +29970,6 @@ self: { ]; description = "Bindings to libaosd, a library for Cairo-based on-screen displays"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {inherit (pkgs) libaosd;}; "ap-normalize" = callPackage @@ -31337,8 +30042,6 @@ self: { ]; description = "Get all your structure and rip it apart"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "apecs" = callPackage @@ -31414,8 +30117,6 @@ self: { ]; description = "STM stores for apecs"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "apelsin" = callPackage @@ -31459,8 +30160,6 @@ self: { ]; description = "Library for easily building REST API wrappers in Haskell"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "api-field-json-th" = callPackage @@ -31589,8 +30288,6 @@ self: { testHaskellDepends = [ base bytestring ]; description = "RPC API client for Factom"; license = lib.licenses.mit; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "api-rpc-pegnet" = callPackage @@ -31996,8 +30693,6 @@ self: { ]; description = "Apple Push Notification service HTTP/2 integration"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "apotiki" = callPackage @@ -32042,8 +30737,6 @@ self: { ]; description = "applicative (functional) bidirectional programming beyond composition chains"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "app-settings" = callPackage @@ -32098,8 +30791,6 @@ self: { ]; description = "app container types and tools"; license = lib.licenses.mit; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "appendmap" = callPackage @@ -32141,8 +30832,6 @@ self: { ]; description = "Applicative functor and monad which collects all your fails"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "applicative-numbers" = callPackage @@ -32170,8 +30859,6 @@ self: { ]; description = "An applicative parser combinator library"; license = lib.licenses.gpl3Only; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "applicative-quoters" = callPackage @@ -32185,8 +30872,6 @@ self: { libraryHaskellDepends = [ base haskell-src-meta template-haskell ]; description = "Quasiquoters for idiom brackets and an applicative do-notation"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "applicative-splice" = callPackage @@ -32202,8 +30887,6 @@ self: { ]; description = "Write applicative programs in direct style (generalizes idiom brackets)"; license = lib.licenses.publicDomain; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "apply-refact" = callPackage @@ -32287,8 +30970,6 @@ self: { ]; description = "Apply a function to an argument specified by a type level Nat"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "apply-unordered-mono" = callPackage @@ -32344,8 +31025,6 @@ self: { ]; description = "ApproveAPI Haskell Client"; license = lib.licenses.mit; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "approx" = callPackage @@ -32372,8 +31051,6 @@ self: { ]; description = "Easy-to-use emulation of approximate, ranges and tolerances in Haskell"; license = lib.licenses.mit; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "approx-rand-test" = callPackage @@ -32470,8 +31147,6 @@ self: { ]; description = "Pure Haskell arbitrary length FFT library"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "arbb-vm" = callPackage @@ -32488,8 +31163,6 @@ self: { librarySystemDepends = [ arbb_dev ]; description = "FFI binding to the Intel Array Building Blocks (ArBB) virtual machine"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {arbb_dev = null;}; "arbor-datadog" = callPackage @@ -32552,8 +31225,6 @@ self: { testToolDepends = [ hspec-discover ]; description = "Counter library for submitting metrics to a backend such as datadog"; license = lib.licenses.mit; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "arbor-monad-logger" = callPackage @@ -32577,8 +31248,6 @@ self: { testToolDepends = [ hspec-discover ]; description = "Simple logging library"; license = lib.licenses.mit; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "arbor-monad-metric" = callPackage @@ -32602,8 +31271,6 @@ self: { testToolDepends = [ hspec-discover ]; description = "Core metric library for publishing metrics"; license = lib.licenses.mit; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "arbor-monad-metric-datadog" = callPackage @@ -32648,8 +31315,6 @@ self: { ]; description = "Convenience types and functions for postgresql-simple"; license = lib.licenses.mit; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "arbtt" = callPackage @@ -32873,8 +31538,6 @@ self: { ]; description = "Archive supplied URLs in WebCite & Internet Archive"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "archlinux" = callPackage @@ -32890,8 +31553,6 @@ self: { ]; description = "Support for working with Arch Linux packages"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "archlinux-web" = callPackage @@ -32933,8 +31594,6 @@ self: { ]; description = "Convert Arch Linux package updates in RSS to pretty markdown"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "arduino-copilot" = callPackage @@ -32979,8 +31638,6 @@ self: { ]; description = "A journaled data store"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "arff" = callPackage @@ -33088,8 +31745,6 @@ self: { ]; description = "Memory-hard password hash and proof-of-work function"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "argparser" = callPackage @@ -33102,8 +31757,6 @@ self: { testHaskellDepends = [ base containers HTF HUnit ]; description = "Command line parsing framework for console applications"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "arguedit" = callPackage @@ -33121,8 +31774,6 @@ self: { ]; description = "A computer assisted argumentation transcription and editing software"; license = lib.licenses.gpl2Only; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "ariadne" = callPackage @@ -33174,8 +31825,6 @@ self: { ]; description = "Watcher and runner for Hspec"; license = lib.licenses.mit; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "arion-compose" = callPackage @@ -33229,8 +31878,6 @@ self: { ]; description = "A practical arithmetic encoding (aka Godel numbering) library"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "arithmatic" = callPackage @@ -33363,8 +32010,6 @@ self: { executableHaskellDepends = [ base GLUT mtl OpenGL stm ]; description = "Space-based real time strategy game"; license = "GPL"; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "armor" = callPackage @@ -33397,8 +32042,6 @@ self: { executableHaskellDepends = [ base ]; description = "Library for reading ARPA n-gram models"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "arpack" = callPackage @@ -33422,8 +32065,6 @@ self: { ]; description = "Solve large scale eigenvalue problems"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {inherit (pkgs) arpack;}; "array_0_5_4_0" = callPackage @@ -33535,8 +32176,6 @@ self: { benchmarkHaskellDepends = [ base criterion ghc-prim ]; description = "Extra foreign primops for primitive arrays"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "array-utils" = callPackage @@ -33572,8 +32211,6 @@ self: { testToolDepends = [ hspec-discover ]; description = "Haskell bindings to the ArrayFire general-purpose GPU library"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {af = null;}; "arraylist" = callPackage @@ -33617,8 +32254,6 @@ self: { ]; description = "Improved arrows"; license = lib.licenses.mit; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "arrow-list" = callPackage @@ -33630,8 +32265,6 @@ self: { libraryHaskellDepends = [ base containers fail mtl ]; description = "List arrows for Haskell"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "arrow-utils" = callPackage @@ -33648,8 +32281,6 @@ self: { ]; description = "functions for working with arrows"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "arrowapply-utils" = callPackage @@ -33661,8 +32292,6 @@ self: { libraryHaskellDepends = [ base ]; description = "Utilities for working with ArrowApply instances more naturally"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "arrowp" = callPackage @@ -33676,8 +32305,6 @@ self: { executableHaskellDepends = [ array base containers haskell-src ]; description = "preprocessor translating arrow notation into Haskell 98"; license = "GPL"; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "arrowp-qq" = callPackage @@ -33698,8 +32325,6 @@ self: { executableHaskellDepends = [ base haskell-src-exts NoHoed ]; description = "A preprocessor and quasiquoter for translating arrow notation"; license = "GPL"; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "arrows" = callPackage @@ -33724,8 +32349,6 @@ self: { ]; description = "A simple, arrow-based reactive programming"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "artifact" = callPackage @@ -33739,8 +32362,6 @@ self: { libraryHaskellDepends = [ aeson base bytestring containers text ]; description = "Basic types and instances for Valve's Artifact Card-set API"; license = lib.licenses.agpl3Plus; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "arx" = callPackage @@ -33791,8 +32412,6 @@ self: { testHaskellDepends = [ base hedgehog jwt mtl text time ]; description = "Atlassian Service Authentication Protocol"; license = lib.licenses.asl20; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "ascetic" = callPackage @@ -33886,8 +32505,6 @@ self: { executableHaskellDepends = [ base text ]; description = "Flattens European non-ASCII characaters into ASCII"; license = lib.licenses.mit; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "ascii-group" = callPackage @@ -33969,8 +32586,6 @@ self: { ]; description = "Compact representation of ASCII strings"; license = lib.licenses.mit; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "ascii-superset" = callPackage @@ -34042,8 +32657,6 @@ self: { ]; description = "Process Ascii Vectors for Advantest 93k"; license = lib.licenses.gpl2Only; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "ascii85-conduit" = callPackage @@ -34056,8 +32669,6 @@ self: { testHaskellDepends = [ base bytestring conduit hspec ]; description = "Conduit for encoding ByteString into Ascii85"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "asciichart" = callPackage @@ -34153,8 +32764,6 @@ self: { testToolDepends = [ doctest-discover hspec-discover ]; description = "Library for creating and querying segmented feeds"; license = lib.licenses.mit; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "asil" = callPackage @@ -34173,8 +32782,6 @@ self: { ]; description = "Action Script Instrumentation Library"; license = "LGPL"; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "asn" = callPackage @@ -34189,8 +32796,6 @@ self: { ]; description = "asn type and encoding/decoding"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "asn1-codec" = callPackage @@ -34215,8 +32820,6 @@ self: { ]; description = "Encode and decode ASN.1"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "asn1-data" = callPackage @@ -34233,8 +32836,6 @@ self: { libraryHaskellDepends = [ base bytestring cereal mtl text ]; description = "ASN1 data reader and writer in RAW, BER and DER forms"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "asn1-encoding" = callPackage @@ -34337,8 +32938,6 @@ self: { ]; description = "Helpers for Control.Exception.assert"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "assert-failure" = callPackage @@ -34363,8 +32962,6 @@ self: { testHaskellDepends = [ base data-default pretty-diff tasty text ]; description = "A set of assertion for writing more readable tests cases"; license = lib.licenses.mit; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "assert4hs-core" = callPackage @@ -34382,8 +32979,6 @@ self: { testToolDepends = [ hspec-discover ]; description = "A set of assertion for writing more readable tests cases"; license = lib.licenses.mit; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "assert4hs-hspec" = callPackage @@ -34425,8 +33020,6 @@ self: { testHaskellDepends = [ base interpolate process ]; description = "A simple testing framework"; license = lib.licenses.mit; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "asset-bundle" = callPackage @@ -34455,8 +33048,6 @@ self: { testHaskellDepends = [ base hspec ]; description = "Asset map support for the JavaScript broccoli-asset-rev library"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "assimp" = callPackage @@ -34533,8 +33124,6 @@ self: { ]; description = "An SMTP client library"; license = lib.licenses.bsd2; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "assumpta-core" = callPackage @@ -34567,8 +33156,6 @@ self: { testHaskellDepends = [ base ]; description = "A library for constructing AST by using do-notation"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "ast-monad-json" = callPackage @@ -34639,8 +33226,6 @@ self: { ]; description = "an incomplete 2d space game"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "astro" = callPackage @@ -34658,8 +33243,6 @@ self: { ]; description = "Amateur astronomical computations"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "astview" = callPackage @@ -34744,8 +33327,6 @@ self: { testToolDepends = [ tasty-discover ]; description = "Async combinators"; license = lib.licenses.mpl20; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "async-dejafu" = callPackage @@ -34762,8 +33343,6 @@ self: { ]; description = "Run MonadConc operations asynchronously and wait for their results"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "async-extra" = callPackage @@ -34816,8 +33395,6 @@ self: { executableHaskellDepends = [ async base stm unordered-containers ]; description = "A thread manager for async"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "async-pool" = callPackage @@ -34900,8 +33477,6 @@ self: { ]; description = "Provides API for timer based execution of IO actions"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "asynchronous-exceptions" = callPackage @@ -34913,8 +33488,6 @@ self: { libraryHaskellDepends = [ base ]; description = "Distinguish between synchronous and asynchronous exceptions"; license = lib.licenses.mit; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "aterm" = callPackage @@ -34942,8 +33515,6 @@ self: { executableHaskellDepends = [ aterm base transformers wl-pprint ]; description = "Utility functions for working with aterms as generated by Minitermite"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "atl" = callPackage @@ -35083,8 +33654,6 @@ self: { ]; description = "An interface of ATND API"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "atom" = callPackage @@ -35151,8 +33720,6 @@ self: { libraryHaskellDepends = [ atom base mtl ]; description = "Convenience functions for using Atom with the MSP430 microcontroller family"; license = lib.licenses.mit; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "atomic-file-ops" = callPackage @@ -35179,8 +33746,6 @@ self: { libraryHaskellDepends = [ base stm ]; description = "A typeclass for mutable references that have an atomic modify operation"; license = lib.licenses.asl20; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "atomic-primops" = callPackage @@ -35223,8 +33788,6 @@ self: { testHaskellDepends = [ base vector ]; description = "Atomic operations on Data.Vector types"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "atomic-write" = callPackage @@ -35268,8 +33831,6 @@ self: { ]; description = "A highly dynamic, extremely simple, very fun programming language"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "atp" = callPackage @@ -35306,8 +33867,6 @@ self: { testHaskellDepends = [ base containers HUnit time ]; description = "Translation from Ocaml to Haskell of John Harrison's ATP code"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "atrans" = callPackage @@ -35373,8 +33932,6 @@ self: { doHaddock = false; description = "A build tool for ATS"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "ats-setup" = callPackage @@ -35393,8 +33950,6 @@ self: { ]; description = "ATS scripts for Cabal builds"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "ats-storable" = callPackage @@ -35412,8 +33967,6 @@ self: { testSystemDepends = [ storable ]; description = "Marshal ATS types into Haskell"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {storable = null;}; "attempt" = callPackage @@ -35425,8 +33978,6 @@ self: { libraryHaskellDepends = [ base failure ]; description = "Concrete data type for handling extensible exceptions as failures. (deprecated)"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "attenuation" = callPackage @@ -35474,8 +34025,6 @@ self: { testHaskellDepends = [ base doctest ]; description = "A script I use to run \"attic\" for my backups"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "atto-lisp" = callPackage @@ -35499,8 +34048,6 @@ self: { ]; description = "Efficient parsing and serialisation of S-Expressions"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "attomail" = callPackage @@ -35523,8 +34070,6 @@ self: { testHaskellDepends = [ base doctest Glob QuickCheck ]; description = "Minimal mail delivery agent (MDA) for local mail with maildir support"; license = lib.licenses.bsd2; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "attoparsec_0_13_2_5" = callPackage @@ -35643,8 +34188,6 @@ self: { libraryHaskellDepends = [ attoparsec base text ]; description = "A parser for CSV files that uses Attoparsec"; license = "unknown"; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "attoparsec-data" = callPackage @@ -35779,8 +34322,6 @@ self: { libraryHaskellDepends = [ array attoparsec base containers text ]; description = "(deprecated)"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "attoparsec-text-enumerator" = callPackage @@ -35815,8 +34356,6 @@ self: { libraryHaskellDepends = [ attoparsec base transformers ]; description = "Interleaved effects for attoparsec parsers"; license = lib.licenses.mit; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "attoparsec-uri" = callPackage @@ -35866,8 +34405,6 @@ self: { libraryHaskellDepends = [ attoparsec base bytestring ]; description = "Split a lazy bytestring at boundaries defined by an attoparsec parser"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "atuin" = callPackage @@ -35946,8 +34483,6 @@ self: { executablePkgconfigDepends = [ augeas ]; description = "A Haskell FFI wrapper for the Augeas API"; license = "LGPL"; - hydraPlatforms = lib.platforms.none; - broken = true; }) {inherit (pkgs) augeas;}; "augur" = callPackage @@ -35966,8 +34501,6 @@ self: { ]; description = "Renaming media collections in a breeze"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "aur" = callPackage @@ -35986,8 +34519,6 @@ self: { ]; description = "Access metadata from the Arch Linux User Repository"; license = lib.licenses.gpl3Only; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "aur-api" = callPackage @@ -36004,8 +34535,6 @@ self: { ]; description = "ArchLinux AUR json v5 API"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "aura" = callPackage @@ -36084,8 +34613,6 @@ self: { libraryHaskellDepends = [ base LDAP text transformers ]; description = "LDAP authentication for Haskell web applications"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "authenticate-oauth" = callPackage @@ -36115,8 +34642,6 @@ self: { libraryHaskellDepends = [ attoparsec base network text ]; description = "Password querying for .authinfo"; license = lib.licenses.mit; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "authoring" = callPackage @@ -36153,8 +34678,6 @@ self: { ]; description = "Denotative, locally stateful programming DSL & platform"; license = lib.licenses.mit; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "auto-update" = callPackage @@ -36300,8 +34823,6 @@ self: { ]; description = "Generates and displays patterns from next nearest neighbors cellular automata"; license = lib.licenses.gpl3Only; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "automata" = callPackage @@ -36326,8 +34847,6 @@ self: { ]; description = "automata"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "automitive-cse" = callPackage @@ -36386,8 +34905,6 @@ self: { ]; description = "Library for Nix expression dependency generation"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "autonix-deps-kf5" = callPackage @@ -36423,8 +34940,6 @@ self: { libraryHaskellDepends = [ base Cabal dir-traverse filepath ]; description = "Custom Setup to automate package modules discovery"; license = lib.licenses.mpl20; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "autoproc" = callPackage @@ -36466,8 +34981,6 @@ self: { executableHaskellDepends = [ base JuicyPixels random ]; description = "A simple random avatar icon generator"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "average" = callPackage @@ -36591,8 +35104,6 @@ self: { ]; description = "Diagrams for the Cessna 172 aircraft in aviation"; license = "unknown"; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "aviation-cessna172-weight-balance" = callPackage @@ -36665,8 +35176,6 @@ self: { ]; description = "A compile-time balanced AVL tree"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "avr-shake" = callPackage @@ -36678,8 +35187,6 @@ self: { libraryHaskellDepends = [ base dependent-sum mtl process shake ]; description = "AVR Crosspack actions for shake build systems"; license = lib.licenses.publicDomain; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "avro" = callPackage @@ -36783,8 +35290,6 @@ self: { libraryHaskellDepends = [ base ]; description = "A prelude which I can be happy with. Based on base-prelude."; license = lib.licenses.gpl3Only; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "awesomium" = callPackage @@ -36826,8 +35331,6 @@ self: { libraryToolDepends = [ c2hs ]; description = "Low-level Awesomium bindings"; license = lib.licenses.lgpl3Only; - hydraPlatforms = lib.platforms.none; - broken = true; }) {awesomium = null;}; "aws" = callPackage @@ -36953,8 +35456,6 @@ self: { ]; description = "For signing AWS CloudFront HTTP URL requests"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "aws-configuration-tools" = callPackage @@ -37039,8 +35540,6 @@ self: { ]; description = "Helper function and types for working with amazonka"; license = lib.licenses.mit; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "aws-ec2" = callPackage @@ -37070,8 +35569,6 @@ self: { ]; description = "AWS EC2/VPC, ELB and CloudWatch client library for Haskell"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "aws-ec2-knownhosts" = callPackage @@ -37094,8 +35591,6 @@ self: { ]; description = "Capture and manage AWS EC2 known_host pubkeys"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "aws-elastic-transcoder" = callPackage @@ -37144,8 +35639,6 @@ self: { ]; description = "Bindings for Amazon Web Services (AWS) General Reference"; license = lib.licenses.mit; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "aws-kinesis" = callPackage @@ -37338,8 +35831,6 @@ self: { ]; description = "Package Haskell functions for easy use on AWS Lambda"; license = lib.licenses.mit; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "aws-mfa-credentials" = callPackage @@ -37387,8 +35878,6 @@ self: { ]; description = "Performance Tests for the Haskell bindings for Amazon Web Services (AWS)"; license = lib.licenses.mit; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "aws-route53" = callPackage @@ -37406,8 +35895,6 @@ self: { ]; description = "Amazon Route53 DNS service plugin for the aws package"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "aws-sdk" = callPackage @@ -37458,8 +35945,6 @@ self: { ]; description = "The text converter for aws-sdk"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "aws-sdk-xml-unordered" = callPackage @@ -37541,8 +36026,6 @@ self: { ]; description = "Dead simple bindings to commonly used AWS Services"; license = lib.licenses.mit; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "aws-sns" = callPackage @@ -37630,8 +36113,6 @@ self: { ]; description = "A client for AWS X-Ray integration with Persistent"; license = lib.licenses.mit; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "aws-xray-client-wai" = callPackage @@ -37700,8 +36181,6 @@ self: { testToolDepends = [ hpack tasty-discover ]; description = "The Axel programming language"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "axiom" = callPackage @@ -37777,8 +36256,6 @@ self: { ]; description = "A simple DevOps tool which will never \"reach\" enterprice level"; license = lib.licenses.gpl3Only; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "azure-acs" = callPackage @@ -37796,8 +36273,6 @@ self: { ]; description = "Windows Azure ACS"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "azure-email" = callPackage @@ -37816,8 +36291,6 @@ self: { ]; description = "send email with microsoft azure"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "azure-functions-worker" = callPackage @@ -37912,8 +36385,6 @@ self: { ]; description = "A simple library for accessing Azure blob storage"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "b-tree" = callPackage @@ -37981,8 +36452,6 @@ self: { ]; description = "A tool and library for building virtual machine images"; license = lib.licenses.mit; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "babl" = callPackage @@ -38108,8 +36577,6 @@ self: { ]; description = "Backstop a target directory by source directories"; license = lib.licenses.gpl3Only; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "backtracking" = callPackage @@ -38141,8 +36608,6 @@ self: { ]; description = "A monad transformer for backtracking exceptions"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "backward-state" = callPackage @@ -38154,8 +36619,6 @@ self: { libraryHaskellDepends = [ base transformers ]; description = "A state monad that runs the state in reverse through the computation"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "bacteria" = callPackage @@ -38180,8 +36643,6 @@ self: { libraryHaskellDepends = [ base ]; description = "A simple stable bag"; license = lib.licenses.mit; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "bake" = callPackage @@ -38215,8 +36676,6 @@ self: { ]; description = "Continuous integration system"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "ballast" = callPackage @@ -38408,8 +36867,6 @@ self: { testHaskellDepends = [ base ]; description = "For when a type should never be an instance of a class"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "bank-holiday-usa" = callPackage @@ -38422,8 +36879,6 @@ self: { testHaskellDepends = [ base hspec HUnit QuickCheck time ]; description = "US bank holidays"; license = lib.licenses.mit; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "bank-holidays-england" = callPackage @@ -38455,8 +36910,6 @@ self: { ]; description = "Generalized word blacklister"; license = lib.licenses.mit; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "barbies" = callPackage @@ -38537,8 +36990,6 @@ self: { executableHaskellDepends = [ base cmdargs csv diagrams filepath ]; description = "Creating Bar Charts in Haskell"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "barcodes-code128" = callPackage @@ -38550,8 +37001,6 @@ self: { libraryHaskellDepends = [ base bytestring HPDF ]; description = "Generate Code 128 barcodes as PDFs"; license = lib.licenses.mit; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "barecheck" = callPackage @@ -38563,8 +37012,6 @@ self: { libraryHaskellDepends = [ base containers QuickCheck text time ]; description = "QuickCheck implementations for common types"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "barley" = callPackage @@ -38585,8 +37032,6 @@ self: { ]; description = "A web based environment for learning and tinkering with Haskell"; license = "unknown"; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "barrie" = callPackage @@ -38598,8 +37043,6 @@ self: { libraryHaskellDepends = [ base containers filepath glib gtk ]; description = "Declarative Gtk GUI library"; license = "GPL"; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "barrier" = callPackage @@ -38624,8 +37067,6 @@ self: { ]; description = "Shields.io style badge generator"; license = lib.licenses.mit; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "barrier-monad" = callPackage @@ -38637,8 +37078,6 @@ self: { libraryHaskellDepends = [ base comonad mtl transformers ]; description = "Implementation of barrier monad, can use custom front/back type"; license = lib.licenses.publicDomain; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "base_4_16_0_0" = callPackage @@ -38723,8 +37162,6 @@ self: { doHaddock = false; description = "Helps migrating projects to base-compat(-batteries)"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "base-encoding" = callPackage @@ -38740,8 +37177,6 @@ self: { ]; description = "Binary-to-text encodings (e.g. base64)"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "base-feature-macros" = callPackage @@ -38754,8 +37189,6 @@ self: { doHaddock = false; description = "Semantic CPP feature macros for base"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "base-generics" = callPackage @@ -38767,8 +37200,6 @@ self: { libraryHaskellDepends = [ base ]; description = "This library provides some instances for extra GHC.Generic typeclass such as Int8, Word16 and some unboxed types as well."; license = lib.licenses.mit; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "base-io-access" = callPackage @@ -38780,8 +37211,6 @@ self: { libraryHaskellDepends = [ base ]; description = "The IO functions included in base delimited into small, composable classes"; license = lib.licenses.gpl2Only; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "base-noprelude" = callPackage @@ -39041,8 +37470,6 @@ self: { ]; description = "Parsing and serialization for Base58 addresses (Bitcoin and Ripple)"; license = "unknown"; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "base58string" = callPackage @@ -39076,8 +37503,6 @@ self: { ]; description = "Base62 encoding and decoding"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "base64" = callPackage @@ -39190,8 +37615,6 @@ self: { ]; description = "Base64-encode and decode streams of bytes. (deprecated)"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "base64-lens" = callPackage @@ -39279,8 +37702,6 @@ self: { ]; testToolDepends = [ tasty-discover ]; license = "unknown"; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "basen-bytestring" = callPackage @@ -39331,8 +37752,6 @@ self: { libraryHaskellDepends = [ base network pureMD5 utf8-string ]; description = "A BaseX client for Haskell"; license = lib.licenses.mit; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "bash" = callPackage @@ -39364,8 +37783,6 @@ self: { ]; description = "Lifting values from base types"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "basic-cpuid" = callPackage @@ -39417,8 +37834,6 @@ self: { ]; description = "Basic examples and functions for generics-sop"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "baskell" = callPackage @@ -39435,8 +37850,6 @@ self: { ]; description = "An interpreter for a small functional language"; license = "GPL"; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "batch" = callPackage @@ -39594,8 +38007,6 @@ self: { ]; description = "API client for Battle.Net"; license = lib.licenses.mit; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "battlenet-yesod" = callPackage @@ -39663,8 +38074,6 @@ self: { testHaskellDepends = [ base QuickCheck ]; description = "Compute number of possible arrangements in the battleship game"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "battleships" = callPackage @@ -39735,8 +38144,6 @@ self: { ]; description = "HTML Coverage Reports for Rules_Haskell"; license = lib.licenses.asl20; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "bazel-runfiles" = callPackage @@ -39938,8 +38345,6 @@ self: { ]; description = "Behavior-Driven Development DSL"; license = lib.licenses.mit; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "bdelta" = callPackage @@ -39966,8 +38371,6 @@ self: { executableHaskellDepends = [ aeson base network text url ]; description = "Update CSS in the browser without reloading the page"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "beam" = callPackage @@ -39987,8 +38390,6 @@ self: { ]; description = "A type-safe SQL mapper for Haskell that doesn't use Template Haskell"; license = lib.licenses.mit; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "beam-automigrate" = callPackage @@ -40085,8 +38486,6 @@ self: { ]; description = "Connection layer between beam and MySQL/MariaDB"; license = lib.licenses.mit; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "beam-newtype-field" = callPackage @@ -40102,8 +38501,6 @@ self: { ]; description = "A newtype for wrapping newtypes into beam schemas"; license = lib.licenses.mit; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "beam-postgres" = callPackage @@ -40201,8 +38598,6 @@ self: { ]; description = "Generic serializer/deserializer with compact representation"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "bearriver" = callPackage @@ -40259,8 +38654,6 @@ self: { testToolDepends = [ hspec-discover ]; description = "Implementation of the Bech32 cryptocurrency address format (BIP 0173)"; license = lib.licenses.asl20; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "bech32-th" = callPackage @@ -40293,8 +38686,6 @@ self: { testHaskellDepends = [ base QuickCheck ]; description = "Efficient Matrix and Vector operations in 100% Haskell"; license = lib.licenses.mit; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "beeminder-api" = callPackage @@ -40318,8 +38709,6 @@ self: { ]; description = "Bindings to the beeminder.com JSON API"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "bein" = callPackage @@ -40432,8 +38821,6 @@ self: { testHaskellDepends = [ base split text ]; description = "Show, plot and compare benchmark results"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "benchmark-function" = callPackage @@ -40501,8 +38888,6 @@ self: { testToolDepends = [ hspec-discover ]; description = "Bencodex reader/writer for Haskell"; license = lib.licenses.gpl3Plus; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "bencoding" = callPackage @@ -40565,8 +38950,6 @@ self: { librarySystemDepends = [ db ]; description = "Pretty BerkeleyDB v4 binding"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {inherit (pkgs) db;}; "berp" = callPackage @@ -40615,8 +38998,6 @@ self: { ]; description = "BERT implementation"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "besout" = callPackage @@ -40628,8 +39009,6 @@ self: { libraryHaskellDepends = [ base ]; description = "Extended GCD of polynomials over F_p[x]"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "bet" = callPackage @@ -40656,8 +39035,6 @@ self: { ]; description = "Betfair API bindings. Bet on sports on betting exchanges."; license = lib.licenses.mit; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "betacode" = callPackage @@ -40674,8 +39051,6 @@ self: { testHaskellDepends = [ base hspec QuickCheck smallcheck ]; description = "A codec for beta code (http://en.wikipedia.org/wiki/Beta_Code)."; license = lib.licenses.asl20; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "betris" = callPackage @@ -40698,8 +39073,6 @@ self: { ]; description = "A horizontal version of tetris for braille users"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "between" = callPackage @@ -40784,8 +39157,6 @@ self: { libraryHaskellDepends = [ attoparsec base bytestring time ]; description = "Parse BgMax-files"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "bgzf" = callPackage @@ -40801,8 +39172,6 @@ self: { ]; description = "Blocked GZip"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "bhoogle" = callPackage @@ -40824,8 +39193,6 @@ self: { ]; description = "Simple terminal GUI for local hoogle"; license = "(BSD-3-Clause OR Apache-2.0)"; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "bibdb" = callPackage @@ -40848,8 +39215,6 @@ self: { executableToolDepends = [ alex happy ]; description = "A database based bibliography manager for BibTeX"; license = lib.licenses.mit; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "bibtex" = callPackage @@ -40885,8 +39250,6 @@ self: { ]; description = "The unicode bidirectional algorithm via ICU"; license = "(BSD-2-Clause OR Apache-2.0)"; - hydraPlatforms = lib.platforms.none; - broken = true; }) {icu-uc = null;}; "bidirectional" = callPackage @@ -40899,8 +39262,6 @@ self: { testHaskellDepends = [ base hedgehog mtl ]; description = "Simple bidirectional serialization and deserialization"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "bidirectionalization-combined" = callPackage @@ -40922,8 +39283,6 @@ self: { ]; description = "Prototype Implementation of Combining Syntactic and Semantic Bidirectionalization (ICFP'10)"; license = lib.licenses.publicDomain; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "bidispec" = callPackage @@ -40935,8 +39294,6 @@ self: { libraryHaskellDepends = [ base bytestring mtl ]; description = "Specification of generators and parsers"; license = "LGPL"; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "bidispec-extras" = callPackage @@ -40948,8 +39305,6 @@ self: { libraryHaskellDepends = [ base bytestring dataenc mtl ]; description = "Extra helper functions for bidirectional specifications"; license = "LGPL"; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "bifunctor" = callPackage @@ -41114,8 +39469,6 @@ self: { ]; description = "Leksah library"; license = "LGPL"; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "bimap" = callPackage @@ -41263,8 +39616,6 @@ self: { ]; description = "Bit parsing/writing on top of binary"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "binary-communicator" = callPackage @@ -41276,8 +39627,6 @@ self: { libraryHaskellDepends = [ base binary bytestring mtl ]; description = "Flexible way to ease transmission of binary data"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "binary-conduit" = callPackage @@ -41308,8 +39657,6 @@ self: { libraryHaskellDepends = [ base binary ghc-prim ]; description = "Automatic deriving of Binary using GHC.Generics"; license = lib.licenses.gpl3Only; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "binary-enum" = callPackage @@ -41346,8 +39693,6 @@ self: { ]; description = "An alternate with strong-typed errors for `Data.Binary.Get` monad from `binary` package."; license = lib.licenses.asl20; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "binary-file" = callPackage @@ -41417,8 +39762,6 @@ self: { libraryHaskellDepends = [ array base ]; description = "Binary Indexed Trees (a.k.a. Fenwick Trees)."; license = "LGPL"; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "binary-instances" = callPackage @@ -41465,8 +39808,6 @@ self: { ]; description = "Read and write values of types that implement Binary"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "binary-list" = callPackage @@ -41574,8 +39915,6 @@ self: { libraryHaskellDepends = [ base binary bytestring mtl ]; description = "Monad to ease implementing a binary network protocol"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "binary-protocol-zmq" = callPackage @@ -41762,8 +40101,6 @@ self: { ]; description = "Type-safe binary serialization"; license = lib.licenses.bsd2; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "binary-varint" = callPackage @@ -41816,8 +40153,6 @@ self: { ]; description = "Data marshaling library that uses type level equations to optimize buffering"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "binding-core" = callPackage @@ -41846,8 +40181,6 @@ self: { testHaskellDepends = [ base binding-core directory gtk ]; description = "Data Binding in Gtk2Hs"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "binding-wx" = callPackage @@ -41897,8 +40230,6 @@ self: { libraryPkgconfigDepends = [ esound ]; description = "Low level bindings to EsounD (ESD; Enlightened Sound Daemon)"; license = lib.licenses.publicDomain; - hydraPlatforms = lib.platforms.none; - broken = true; }) {esound = null;}; "bindings-GLFW" = callPackage @@ -41937,8 +40268,6 @@ self: { librarySystemDepends = [ K8055D ]; description = "Bindings to Velleman K8055 dll"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {K8055D = null;}; "bindings-apr" = callPackage @@ -41951,8 +40280,6 @@ self: { libraryPkgconfigDepends = [ apr ]; description = "Low level bindings to Apache Portable Runtime (APR)"; license = lib.licenses.publicDomain; - hydraPlatforms = lib.platforms.none; - broken = true; }) {inherit (pkgs) apr;}; "bindings-apr-util" = callPackage @@ -41993,8 +40320,6 @@ self: { libraryToolDepends = [ alex happy ]; description = "Bindings for libbfd, a library of the GNU `binutils'"; license = lib.licenses.lgpl3Only; - hydraPlatforms = lib.platforms.none; - broken = true; }) {bfd = null; opcodes = null;}; "bindings-cctools" = callPackage @@ -42007,8 +40332,6 @@ self: { librarySystemDepends = [ dttools ]; description = "Bindings to the CCTools WorkQueue C library"; license = lib.licenses.gpl2Only; - hydraPlatforms = lib.platforms.none; - broken = true; }) {dttools = null;}; "bindings-codec2" = callPackage @@ -42039,8 +40362,6 @@ self: { libraryHaskellDepends = [ base ]; description = "This package is obsolete. Look for bindings-DSL instead."; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "bindings-dc1394" = callPackage @@ -42054,8 +40375,6 @@ self: { libraryToolDepends = [ c2hs ]; description = "Library for using firewire (iidc-1394) cameras"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {dc1394 = null;}; "bindings-directfb" = callPackage @@ -42084,8 +40403,6 @@ self: { libraryPkgconfigDepends = [ eskit ]; description = "Bindings to ESKit"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {eskit = null;}; "bindings-fann" = callPackage @@ -42098,8 +40415,6 @@ self: { libraryPkgconfigDepends = [ fann ]; description = "Low level bindings to FANN neural network library"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {fann = null;}; "bindings-fluidsynth" = callPackage @@ -42112,8 +40427,6 @@ self: { libraryPkgconfigDepends = [ fluidsynth ]; description = "Haskell FFI bindings for fluidsynth software synthesizer"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {inherit (pkgs) fluidsynth;}; "bindings-friso" = callPackage @@ -42126,8 +40439,6 @@ self: { librarySystemDepends = [ friso ]; description = "Low level bindings for friso"; license = lib.licenses.asl20; - hydraPlatforms = lib.platforms.none; - broken = true; }) {friso = null;}; "bindings-glib" = callPackage @@ -42176,8 +40487,6 @@ self: { libraryPkgconfigDepends = [ gsl ]; description = "Low level bindings to GNU GSL"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {inherit (pkgs) gsl;}; "bindings-gts" = callPackage @@ -42207,8 +40516,6 @@ self: { executableHaskellDepends = [ base ]; description = "Hamlib bindings for Haskell"; license = lib.licenses.lgpl21Only; - hydraPlatforms = lib.platforms.none; - broken = true; }) {inherit (pkgs) hamlib;}; "bindings-hdf5" = callPackage @@ -42220,8 +40527,6 @@ self: { libraryHaskellDepends = [ base bindings-DSL ]; description = "Project bindings-* raw interface to HDF5 library"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "bindings-levmar" = callPackage @@ -42234,8 +40539,6 @@ self: { librarySystemDepends = [ blas liblapack ]; description = "Low level bindings to the C levmar (Levenberg-Marquardt) library"; license = "unknown"; - hydraPlatforms = lib.platforms.none; - broken = true; }) {inherit (pkgs) blas; inherit (pkgs) liblapack;}; "bindings-libcddb" = callPackage @@ -42272,8 +40575,6 @@ self: { libraryPkgconfigDepends = [ libftdi libusb ]; description = "Low level bindings to libftdi"; license = "GPL"; - hydraPlatforms = lib.platforms.none; - broken = true; }) {inherit (pkgs) libftdi; libusb = null;}; "bindings-libg15" = callPackage @@ -42286,8 +40587,6 @@ self: { librarySystemDepends = [ g15 ]; description = "Bindings to libg15"; license = lib.licenses.bsd2; - hydraPlatforms = lib.platforms.none; - broken = true; }) {g15 = null;}; "bindings-libpci" = callPackage @@ -42299,8 +40598,6 @@ self: { libraryHaskellDepends = [ base bindings-DSL ]; description = "Low level bindings to libpci"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "bindings-librrd" = callPackage @@ -42313,8 +40610,6 @@ self: { libraryPkgconfigDepends = [ librrd ]; description = "Low level bindings to RRDtool"; license = lib.licenses.publicDomain; - hydraPlatforms = lib.platforms.none; - broken = true; }) {librrd = null;}; "bindings-libstemmer" = callPackage @@ -42331,8 +40626,6 @@ self: { librarySystemDepends = [ stemmer ]; description = "Binding for libstemmer with low level binding"; license = lib.licenses.mit; - hydraPlatforms = lib.platforms.none; - broken = true; }) {stemmer = null;}; "bindings-libusb" = callPackage @@ -42345,8 +40638,6 @@ self: { libraryPkgconfigDepends = [ libusb ]; description = "Low level bindings to libusb"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {libusb = null;}; "bindings-libv4l2" = callPackage @@ -42359,8 +40650,6 @@ self: { librarySystemDepends = [ v4l2 ]; description = "bindings to libv4l2 for Linux"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {v4l2 = null;}; "bindings-libzip" = callPackage @@ -42423,8 +40712,6 @@ self: { libraryPkgconfigDepends = [ monetdb-mapi ]; description = "Low-level bindings for the MonetDB API (mapi)"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {monetdb-mapi = null;}; "bindings-mpdecimal" = callPackage @@ -42436,8 +40723,6 @@ self: { libraryHaskellDepends = [ base bindings-DSL ]; description = "bindings to mpdecimal library"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "bindings-nettle" = callPackage @@ -42564,8 +40849,6 @@ self: { librarySystemDepends = [ scsynth ]; description = "Low-level bindings to the SuperCollider synthesis engine library"; license = "GPL"; - hydraPlatforms = lib.platforms.none; - broken = true; }) {scsynth = null;}; "bindings-sipc" = callPackage @@ -42581,8 +40864,6 @@ self: { executableHaskellDepends = [ base ]; description = "Low level bindings to SIPC"; license = "LGPL"; - hydraPlatforms = lib.platforms.none; - broken = true; }) {sipc = null;}; "bindings-sophia" = callPackage @@ -42641,8 +40922,6 @@ self: { testHaskellDepends = [ base ]; description = "Bindings against the wlc library"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {inherit (pkgs) wlc;}; "bindings-yices" = callPackage @@ -42669,8 +40948,6 @@ self: { libraryHaskellDepends = [ base binary bytestring rank1dynamic ]; description = "A variation of Data.Dynamic.Dynamic with a Binary instance"; license = lib.licenses.gpl3Only; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "binembed" = callPackage @@ -42689,8 +40966,6 @@ self: { ]; description = "Embed data into object files"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "binembed-example" = callPackage @@ -42756,8 +41031,6 @@ self: { ]; description = "binary files splitter and merger"; license = "unknown"; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "bio" = callPackage @@ -42778,8 +41051,6 @@ self: { executableHaskellDepends = [ base bytestring random ]; description = "A bioinformatics library"; license = "LGPL"; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "bio-sequence" = callPackage @@ -42796,8 +41067,6 @@ self: { testHaskellDepends = [ base bytestring hspec QuickCheck ]; description = "Initial project template from stack"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "bioace" = callPackage @@ -42837,8 +41106,6 @@ self: { libraryHaskellDepends = [ base bytestring stringable ]; description = "A bioinformatics library"; license = "LGPL"; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "biofasta" = callPackage @@ -42885,8 +41152,6 @@ self: { ]; description = "bioinformatics support library"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "bioinformatics-toolkit" = callPackage @@ -43086,8 +41351,6 @@ self: { testHaskellDepends = [ base ]; description = "Birds of Paradise"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "bisc" = callPackage @@ -43136,8 +41399,6 @@ self: { benchmarkHaskellDepends = [ base criterion ]; description = "Library support for the Biscuit security token"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "biscuit-servant" = callPackage @@ -43179,8 +41440,6 @@ self: { ]; description = "Determine relevant parts of binary data"; license = lib.licenses.mit; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "bishbosh" = callPackage @@ -43210,8 +41469,6 @@ self: { ]; description = "Plays chess"; license = lib.licenses.gpl3Plus; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "bit-array" = callPackage @@ -43264,8 +41521,6 @@ self: { benchmarkHaskellDepends = [ base criterion ]; description = "Lazy, infinite, compact stream of Bool with O(1) indexing"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "bit-vector" = callPackage @@ -43446,8 +41701,6 @@ self: { ]; description = "Partial implementation of the Bitcoin protocol (as of 2013)"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "bitcoin-keys" = callPackage @@ -43549,8 +41802,6 @@ self: { testHaskellDepends = [ base bytestring hspec ]; description = "Compilation, manipulation and decompilation of Bitcoin scripts"; license = lib.licenses.mit; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "bitcoin-scripting" = callPackage @@ -43745,8 +41996,6 @@ self: { libraryHaskellDepends = [ base ]; description = "Atomic bit operations on memory locations for low-level synchronization"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "bits-bytestring" = callPackage @@ -43796,8 +42045,6 @@ self: { ]; description = "Bitstream support for Conduit"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "bits-extra" = callPackage @@ -43855,8 +42102,6 @@ self: { librarySystemDepends = [ gcc_s ]; description = "Efficient high-level bit operations not found in Data.Bits"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {gcc_s = null;}; "bitset" = callPackage @@ -43879,8 +42124,6 @@ self: { benchmarkSystemDepends = [ gmp ]; description = "A space-efficient set data structure"; license = lib.licenses.mit; - hydraPlatforms = lib.platforms.none; - broken = true; }) {inherit (pkgs) gmp;}; "bitset-word8" = callPackage @@ -43923,8 +42166,6 @@ self: { executablePkgconfigDepends = [ gtk2 pango ]; description = "Proof-of-concept tool for writing using binary choices"; license = "GPL"; - hydraPlatforms = lib.platforms.none; - broken = true; }) {inherit (pkgs) gtk2; inherit (pkgs) pango;}; "bitstream" = callPackage @@ -44093,8 +42334,6 @@ self: { ]; description = "A Haskell library for working with the BitX bitcoin exchange"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "bizzlelude" = callPackage @@ -44121,8 +42360,6 @@ self: { libraryHaskellDepends = [ base containers text ]; description = "A lousy Prelude replacement by a lousy dude"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "bk-tree" = callPackage @@ -44157,8 +42394,6 @@ self: { ]; description = "Backup utility for backing up to cloud storage services (S3 only right now)"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "bktrees" = callPackage @@ -44292,8 +42527,6 @@ self: { libraryHaskellDepends = [ base bytestring text vector ]; description = "The BLAKE SHA-3 candidate hashes, in Haskell"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "blakesum-demo" = callPackage @@ -44366,8 +42599,6 @@ self: { libraryHaskellDepends = [ base ieee QuickCheck storable-complex ]; description = "Bindings to the BLAS library"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "blas-carray" = callPackage @@ -44458,8 +42689,6 @@ self: { ]; description = "Blog in LaTeX"; license = lib.licenses.mit; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "blaze" = callPackage @@ -44605,8 +42834,6 @@ self: { ]; description = "Some contributions to add handy things to blaze html"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "blaze-html-hexpat" = callPackage @@ -44618,8 +42845,6 @@ self: { libraryHaskellDepends = [ base blaze-html bytestring hexpat text ]; description = "A hexpat backend for blaze-html"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "blaze-html-truncate" = callPackage @@ -44635,8 +42860,6 @@ self: { ]; description = "A truncator for blaze-html"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "blaze-json" = callPackage @@ -44658,8 +42881,6 @@ self: { ]; description = "tiny library for encoding json"; license = lib.licenses.mit; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "blaze-markup" = callPackage @@ -44740,8 +42961,6 @@ self: { ]; description = "Fast rendering of common datatypes (deprecated)"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "blazeMarker" = callPackage @@ -44770,8 +42989,6 @@ self: { ]; description = "A true monad (transformer) version of the blaze-markup and blaze-html libraries"; license = lib.licenses.mit; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "ble" = callPackage @@ -44803,8 +43020,6 @@ self: { ]; description = "Bluetooth Low Energy (BLE) peripherals"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "blindpass" = callPackage @@ -44873,8 +43088,6 @@ self: { ]; description = "Support code for Blip"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "blizzard-html" = callPackage @@ -44909,8 +43122,6 @@ self: { ]; description = "Generic blockchain implementation"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "blockfrost-api" = callPackage @@ -45020,8 +43231,6 @@ self: { testHaskellDepends = [ base ]; description = "Blockhash perceptual image hash algorithm"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "blocking-transactions" = callPackage @@ -45083,8 +43292,6 @@ self: { ]; description = "Elasticsearch client library for Haskell"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "bloodhound-amazonka-auth" = callPackage @@ -45148,8 +43355,6 @@ self: { benchmarkHaskellDepends = [ base criterion random ]; description = "Distributed bloom filters on Redis (using the Hedis client)"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "blosum" = callPackage @@ -45171,8 +43376,6 @@ self: { ]; description = "BLOSUM generator"; license = lib.licenses.gpl2Only; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "bloxorz" = callPackage @@ -45227,8 +43430,6 @@ self: { ]; description = "The blubber server, serves blubber clients"; license = lib.licenses.agpl3Only; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "blucontrol" = callPackage @@ -45281,8 +43482,6 @@ self: { ]; description = "Configurable blue light filter"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {inherit (pkgs.xorg) libX11; inherit (pkgs.xorg) libXrandr;}; "bluemix-sdk" = callPackage @@ -45334,8 +43533,6 @@ self: { executableHaskellDepends = [ base gtk ]; description = "Utilities for Bluetile"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "blunk-hask-tests" = callPackage @@ -45351,8 +43548,6 @@ self: { executableHaskellDepends = [ base ]; description = "spam"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "blunt" = callPackage @@ -45527,8 +43722,6 @@ self: { ]; description = "Copy a directory tree, making zero-size sparse copies of big files"; license = lib.licenses.bsd2; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "bogre-banana" = callPackage @@ -45575,8 +43768,6 @@ self: { testToolDepends = [ tasty-discover ]; description = "Generate Haskell boilerplate"; license = lib.licenses.gpl3Plus; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "bolt" = callPackage @@ -45600,8 +43791,6 @@ self: { ]; description = "Bolt driver for Neo4j"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "boltzmann-brain" = callPackage @@ -45627,8 +43816,6 @@ self: { ]; description = "Analytic sampler compiler for combinatorial systems"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "boltzmann-samplers" = callPackage @@ -45679,8 +43866,6 @@ self: { ]; description = "Bond schema compiler and code generator"; license = lib.licenses.mit; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "bond-haskell" = callPackage @@ -45770,8 +43955,6 @@ self: { ]; description = "Anonymous records and overloaded labels"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "bookkeeper-permissions" = callPackage @@ -45880,8 +44063,6 @@ self: { ]; description = "Boolean normal form: NNF, DNF & CNF"; license = lib.licenses.mit; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "boolector" = callPackage @@ -45913,8 +44094,6 @@ self: { libraryHaskellDepends = [ base parsec ]; description = "Boolean expressions with various representations and search queries"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "bools" = callPackage @@ -45972,8 +44151,6 @@ self: { ]; description = "Chronokinetic stream sources and incremental consumers"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "boomerang" = callPackage @@ -46081,8 +44258,6 @@ self: { executableHaskellDepends = [ base time ]; description = "Factory for quickly building an application"; license = lib.licenses.mit; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "boots-cloud" = callPackage @@ -46218,8 +44393,6 @@ self: { executableHaskellDepends = [ base ]; description = "A boring window switcher"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "bot" = callPackage @@ -46231,8 +44404,6 @@ self: { libraryHaskellDepends = [ arrows base Stream ]; description = "bots for functional reactive programming"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "both" = callPackage @@ -46257,8 +44428,6 @@ self: { libraryHaskellDepends = [ base bytestring ]; description = "Build tool for Lambdabot"; license = "GPL"; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "bottom" = callPackage @@ -46283,8 +44452,6 @@ self: { ]; description = "Encoding and decoding for the Bottom spec"; license = lib.licenses.asl20; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "bound" = callPackage @@ -46329,8 +44496,6 @@ self: { ]; description = "ScopeH and ScopeT extras for bound"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "bound-gen" = callPackage @@ -46367,8 +44532,6 @@ self: { libraryHaskellDepends = [ array base ]; description = "Arrays with a value for every index"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "bounded-queue" = callPackage @@ -46456,8 +44619,6 @@ self: { ]; description = "boxes"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "box-csv" = callPackage @@ -46564,8 +44725,6 @@ self: { ]; description = "Types and functions to work with braids and Khovanov homology"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "brain-bleep" = callPackage @@ -46579,8 +44738,6 @@ self: { executableHaskellDepends = [ array base containers parsec ]; description = "primitive imperative language"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "brainfuck" = callPackage @@ -46703,8 +44860,6 @@ self: { executableHaskellDepends = [ array base parallel random SDL ]; description = "A Haskell implementation of the Brian's Brain cellular automaton"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "brick_0_64_2" = callPackage @@ -46776,8 +44931,6 @@ self: { ]; description = "A drop-down menu widget for brick"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "brick-filetree" = callPackage @@ -46856,8 +45009,6 @@ self: { ]; description = "..."; license = lib.licenses.asl20; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "bricks-internal-test" = callPackage @@ -46957,8 +45108,6 @@ self: { ]; description = "Simple part of speech tagger"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "brittany" = callPackage @@ -47068,8 +45217,6 @@ self: { ]; description = "Helpers for generating tests for broadcast-chan"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "broccoli" = callPackage @@ -47081,8 +45228,6 @@ self: { libraryHaskellDepends = [ base containers stm time ]; description = "Small library for interactive functional programs"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "brok" = callPackage @@ -47110,8 +45255,6 @@ self: { testToolDepends = [ tasty-discover ]; description = "Finds broken links in text files"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "broker-haskell" = callPackage @@ -47125,8 +45268,6 @@ self: { testHaskellDepends = [ base bytestring hspec ]; description = "Haskell bindings to Broker, Bro's messaging library"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {broker = null;}; "bronyradiogermany-common" = callPackage @@ -47144,8 +45285,6 @@ self: { ]; description = "Common types and URIs for the BronyRadioGermany API bindings"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "bronyradiogermany-streaming" = callPackage @@ -47186,8 +45325,6 @@ self: { ]; description = "Brotli (RFC7932) compression and decompression"; license = lib.licenses.gpl3Only; - hydraPlatforms = lib.platforms.none; - broken = true; }) {inherit (pkgs) brotli;}; "brotli-conduit" = callPackage @@ -47246,8 +45383,6 @@ self: { ]; description = "A reader and interface for the Browser Capabilities Project data files"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "bsb-http-chunked" = callPackage @@ -47282,8 +45417,6 @@ self: { libraryHaskellDepends = [ base ]; description = "Access to the BSD sysctl(3) interface"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "bson" = callPackage @@ -47316,8 +45449,6 @@ self: { libraryHaskellDepends = [ base bson ghc-prim text ]; description = "Generic functionality for BSON"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "bson-generics" = callPackage @@ -47329,8 +45460,6 @@ self: { libraryHaskellDepends = [ base bson ghc-prim ]; description = "Generics functionality for BSON"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "bson-lens" = callPackage @@ -47387,8 +45516,6 @@ self: { libraryHaskellDepends = [ base bytestring ]; description = "A simple unassuming parser for bytestring"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "btree" = callPackage @@ -47431,8 +45558,6 @@ self: { ]; description = "A backend agnostic, concurrent BTree"; license = "LGPL"; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "btrfs" = callPackage @@ -47509,8 +45634,6 @@ self: { benchmarkHaskellDepends = [ bug criterion rerebase ]; description = "Simple mutable low-level buffer for IO"; license = lib.licenses.mit; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "buffer-builder" = callPackage @@ -47563,8 +45686,6 @@ self: { ]; description = "Serialize Aeson values with Data.BufferBuilder"; license = lib.licenses.mit; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "buffer-pipe" = callPackage @@ -47607,8 +45728,6 @@ self: { doHaddock = false; description = "Assembles many Dockerfiles in one"; license = lib.licenses.mit; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "buffon" = callPackage @@ -47625,8 +45744,6 @@ self: { ]; description = "An implementation of Buffon machines"; license = lib.licenses.bsd2; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "buffon-machines" = callPackage @@ -47640,8 +45757,6 @@ self: { ]; description = "Perfect simulation of discrete random variables"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "bug" = callPackage @@ -47678,8 +45793,6 @@ self: { ]; description = "Bugsnag error reporter for Haskell"; license = lib.licenses.mit; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "bugsnag-hs" = callPackage @@ -47717,8 +45830,6 @@ self: { ]; description = "A Haskell interface to the Bugzilla native REST API"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "bugzilla-redhat" = callPackage @@ -47759,8 +45870,6 @@ self: { testHaskellDepends = [ base containers extra mtl transformers ]; description = "Build systems a la carte"; license = lib.licenses.mit; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "buildable" = callPackage @@ -47772,8 +45881,6 @@ self: { libraryHaskellDepends = [ base bytestring containers dlist text ]; description = "Typeclass for builders of linear data structures"; license = lib.licenses.mit; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "buildbox" = callPackage @@ -47790,8 +45897,6 @@ self: { ]; description = "Rehackable components for writing buildbots and test harnesses"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "buildbox-tools" = callPackage @@ -47820,8 +45925,6 @@ self: { ]; description = "bounded ByteArray builder type"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "buildwrapper" = callPackage @@ -47873,8 +45976,6 @@ self: { libraryToolDepends = [ c2hs ]; description = "A wrapper for the Bullet physics engine"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {inherit (pkgs) bullet;}; "bulletproofs" = callPackage @@ -47957,8 +46058,6 @@ self: { ]; description = "Automatically bump package versions, also transitively"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "bunz" = callPackage @@ -47974,8 +46073,6 @@ self: { testHaskellDepends = [ base doctest hspec ]; description = "CLI tool to beautify JSON string"; license = lib.licenses.mit; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "burnt-explorer" = callPackage @@ -48027,8 +46124,6 @@ self: { benchmarkHaskellDepends = [ base criterion ]; description = "Burst detection algorithms"; license = lib.licenses.gpl2Only; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "bus-pirate" = callPackage @@ -48062,8 +46157,6 @@ self: { ]; description = "Almost but not quite entirely unlike FRP"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "buster-gtk" = callPackage @@ -48178,8 +46271,6 @@ self: { ]; description = "Monad Transformer for Asyncronous Message Passing"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "butterflies" = callPackage @@ -48232,8 +46323,6 @@ self: { ]; description = "Client library for buttplug.io"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "bv" = callPackage @@ -48306,8 +46395,6 @@ self: { ]; description = "a bitvector datatype that is parameterized by the vector width"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "bv-sized-lens" = callPackage @@ -48343,8 +46430,6 @@ self: { ]; description = "Library for creating command-line interfaces (colors, menus, etc.)"; license = lib.licenses.bsd2; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "bytable" = callPackage @@ -48356,8 +46441,6 @@ self: { libraryHaskellDepends = [ base bytestring word24 ]; description = "data from/to ByteString"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "byte-count-reader" = callPackage @@ -48410,8 +46493,6 @@ self: { libraryHaskellDepends = [ base bytestring primitive text ]; description = "Parsing of bytearray-based data"; license = lib.licenses.mit; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "bytebuild" = callPackage @@ -48667,8 +46748,6 @@ self: { ]; description = "Arbitrary instances for ByteStrings"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "bytestring-builder" = callPackage @@ -48697,8 +46776,6 @@ self: { ]; description = "Variable-length integer encoding"; license = lib.licenses.lgpl3Only; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "bytestring-class" = callPackage @@ -48712,8 +46789,6 @@ self: { libraryHaskellDepends = [ base bytestring utf8-string ]; description = "Classes for automatic conversion to and from strict and lazy bytestrings. (deprecated)"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "bytestring-conversion" = callPackage @@ -48749,8 +46824,6 @@ self: { libraryHaskellDepends = [ array base bytestring dlist ]; description = "Parse CSV formatted data efficiently"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "bytestring-delta" = callPackage @@ -48885,8 +46958,6 @@ self: { ]; description = "Plain byte strings ('ForeignPtr'-less 'ByteString's)"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "bytestring-progress" = callPackage @@ -48940,8 +47011,6 @@ self: { doHaddock = false; description = "Rematch support for ByteString"; license = lib.licenses.mit; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "bytestring-short" = callPackage @@ -48971,8 +47040,6 @@ self: { ]; description = "Efficient conversion of values into readable byte strings"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "bytestring-strict-builder" = callPackage @@ -49003,8 +47070,6 @@ self: { libraryHaskellDepends = [ base bytestring pipes primitive ]; description = "break bytestrings up into substrings"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "bytestring-time" = callPackage @@ -49021,8 +47086,6 @@ self: { ]; description = "Library for Time parsing from ByteString"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "bytestring-to-vector" = callPackage @@ -49097,8 +47160,6 @@ self: { benchmarkHaskellDepends = [ base bytestring criterion QuickCheck ]; description = "Bytestrings with typenat lengths"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "bytestringparser" = callPackage @@ -49110,8 +47171,6 @@ self: { libraryHaskellDepends = [ base ]; description = "Combinator parsing with Data.ByteString.Lazy"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "bytestringparser-temporary" = callPackage @@ -49123,8 +47182,6 @@ self: { libraryHaskellDepends = [ base ]; description = "Combinator parsing with Data.ByteString.Lazy"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "bytestringreadp" = callPackage @@ -49136,8 +47193,6 @@ self: { libraryHaskellDepends = [ base bytestring ]; description = "A ReadP style parser library for ByteString"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "byteunits" = callPackage @@ -49238,8 +47293,6 @@ self: { libraryHaskellDepends = [ base language-c ]; description = "A higher level DSL on top of language-c"; license = lib.licenses.mit; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "c-enum" = callPackage @@ -49263,8 +47316,6 @@ self: { libraryHaskellDepends = [ base ]; description = "C IO"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "c-mosquitto" = callPackage @@ -49285,8 +47336,6 @@ self: { testHaskellDepends = [ base ]; description = "Simpe mosquito MQTT binding able to work with the Amazons IoT"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {inherit (pkgs) mosquitto;}; "c-storable" = callPackage @@ -49347,8 +47396,6 @@ self: { libraryHaskellDepends = [ base parsec ]; description = "Simple C0 Parser"; license = "GPL"; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "c10k" = callPackage @@ -49360,8 +47407,6 @@ self: { libraryHaskellDepends = [ base network unix ]; description = "C10k server library using prefork"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "c14n" = callPackage @@ -49411,8 +47456,6 @@ self: { ]; description = "Translate C code into ATS"; license = lib.licenses.gpl3Only; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "c2hs" = callPackage @@ -49593,8 +47636,6 @@ self: { ]; description = "Check how up-to-date your .cabal dependencies are."; license = lib.licenses.mit; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "cabal-auto-expose" = callPackage @@ -49658,8 +47699,6 @@ self: { ]; description = "Bundling C/C++ projects in Cabal package made easy"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "cabal-cache" = callPackage @@ -49755,8 +47794,6 @@ self: { executableHaskellDepends = [ base Cabal optparse-applicative ]; description = "Repeatable builds for cabalized Haskell projects"; license = lib.licenses.mit; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "cabal-db" = callPackage @@ -49778,8 +47815,6 @@ self: { ]; description = "query tools for the local cabal database"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "cabal-debian" = callPackage @@ -49819,8 +47854,6 @@ self: { ]; description = "Compose a list of a project's transitive dependencies with their licenses"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "cabal-dev" = callPackage @@ -49843,8 +47876,6 @@ self: { executableToolDepends = [ cabal-install ]; description = "Manage sandboxed Haskell build environments"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "cabal-dir" = callPackage @@ -49858,8 +47889,6 @@ self: { executableHaskellDepends = [ base Cabal directory filepath ]; description = "show dist dir of 'cabal copy/install'"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "cabal-doctest" = callPackage @@ -49892,8 +47921,6 @@ self: { ]; description = "Cabal utility"; license = lib.licenses.mit; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "cabal-file" = callPackage @@ -49932,8 +47959,6 @@ self: { testHaskellDepends = [ base Cabal ]; description = "Template Haskell expressions for reading fields from a project's cabal file"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "cabal-flatpak" = callPackage @@ -49997,8 +48022,6 @@ self: { libraryHaskellDepends = [ base Cabal ghc transformers ]; description = "Conveniently configure GHC's dynamic flags for use with Cabal projects"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "cabal-ghci" = callPackage @@ -50015,8 +48038,6 @@ self: { ]; description = "Set up ghci with options taken from a .cabal file"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "cabal-graphdeps" = callPackage @@ -50034,8 +48055,6 @@ self: { ]; description = "Generate graphs of install-time Cabal dependencies"; license = lib.licenses.mit; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "cabal-helper" = callPackage @@ -50086,8 +48105,6 @@ self: { ]; description = "Read information from cabal files"; license = lib.licenses.mit; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "cabal-install" = callPackage @@ -50140,8 +48157,6 @@ self: { executableSystemDepends = [ zlib ]; description = "The (bundled) command-line interface for Cabal and Hackage"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {inherit (pkgs) zlib;}; "cabal-install-ghc72" = callPackage @@ -50161,8 +48176,6 @@ self: { ]; description = "Temporary version of cabal-install for ghc-7.2"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "cabal-install-ghc74" = callPackage @@ -50182,8 +48195,6 @@ self: { ]; description = "Temporary version of cabal-install for ghc-7.4"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "cabal-install-parsers" = callPackage @@ -50228,8 +48239,6 @@ self: { ]; description = "Lenses and traversals for the Cabal library"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "cabal-macosx" = callPackage @@ -50277,8 +48286,6 @@ self: { ]; description = "build multiple packages at once"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "cabal-mon" = callPackage @@ -50296,8 +48303,6 @@ self: { ]; description = "A monitor for cabal builds"; license = lib.licenses.mit; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "cabal-nirvana" = callPackage @@ -50315,8 +48320,6 @@ self: { ]; description = "Avoid Cabal dependency hell by constraining to known good versions. (deprecated)"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "cabal-pkg-config-version-hook" = callPackage @@ -50370,8 +48373,6 @@ self: { executableHaskellDepends = [ base Cabal directory filepath ]; description = "Show dependencies of program being built in current directory"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "cabal-query" = callPackage @@ -50436,8 +48437,6 @@ self: { executableHaskellDepends = [ base Cabal ]; description = "The user interface for building and installing Cabal packages"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "cabal-sign" = callPackage @@ -50474,8 +48473,6 @@ self: { ]; description = "Topologically sort cabal packages"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "cabal-src" = callPackage @@ -50497,8 +48494,6 @@ self: { ]; description = "Alternative install procedure to avoid the diamond dependency issue"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "cabal-test" = callPackage @@ -50556,8 +48551,6 @@ self: { libraryHaskellDepends = [ base Cabal QuickCheck ]; description = "QuickCheck for Cabal"; license = lib.licenses.mit; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "cabal-toolkit" = callPackage @@ -50599,8 +48592,6 @@ self: { executableHaskellDepends = [ base filepath HTTP network ]; description = "Command-line tool for uploading packages to Hackage"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "cabal2arch" = callPackage @@ -50636,8 +48627,6 @@ self: { ]; description = "Cabal to Description-of-a-Project (DOAP)"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "cabal2ebuild" = callPackage @@ -50652,8 +48641,6 @@ self: { executableHaskellDepends = [ base curl directory ]; description = "make gentoo's .ebuild file from .cabal file"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "cabal2ghci" = callPackage @@ -50672,8 +48659,6 @@ self: { ]; description = "A tool to generate .ghci file from .cabal"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "cabal2nix" = callPackage @@ -50774,8 +48759,6 @@ self: { ]; description = "A simple tool to query cabal files"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "cabalg" = callPackage @@ -50810,8 +48793,6 @@ self: { ]; description = "Generate pretty graphs of module trees from cabal files"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "cabalish" = callPackage @@ -50830,8 +48811,6 @@ self: { ]; description = "Provides access to the cabal file data for shell scripts"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "cabalmdvrpm" = callPackage @@ -50875,8 +48854,6 @@ self: { executableHaskellDepends = [ base Cabal ]; description = "Verify installed package version against user-specified constraints"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "cabin" = callPackage @@ -50895,8 +48872,6 @@ self: { ]; description = "Cabal binary sandboxes"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "cabocha" = callPackage @@ -50909,8 +48884,6 @@ self: { librarySystemDepends = [ cabocha ]; testHaskellDepends = [ base text-format ]; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {cabocha = null;}; "cache" = callPackage @@ -50945,8 +48918,6 @@ self: { ]; description = "cached hashmaps"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "cached" = callPackage @@ -50964,8 +48935,6 @@ self: { ]; description = "Cache values to disk"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "cached-io" = callPackage @@ -51029,8 +48998,6 @@ self: { ]; description = "Cache combinators"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "caching-vault" = callPackage @@ -51150,8 +49117,6 @@ self: { ]; description = "A library implementing the Noise protocol"; license = lib.licenses.publicDomain; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "caerbannog" = callPackage @@ -51168,8 +49133,6 @@ self: { ]; description = "That rabbit's got a vicious streak a mile wide!"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "caf" = callPackage @@ -51192,8 +49155,6 @@ self: { libraryHaskellDepends = [ base ]; description = "Prelude subsets—take only what you want!"; license = lib.licenses.mit; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "caffegraph" = callPackage @@ -51212,8 +49173,6 @@ self: { protocol-buffers-descriptor template-haskell temporary text ]; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "cairo" = callPackage @@ -51279,8 +49238,6 @@ self: { libraryToolDepends = [ c2hs ]; description = "Cairo Haskell binding (partial)"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {inherit (pkgs) cairo;}; "cake" = callPackage @@ -51333,8 +49290,6 @@ self: { ]; description = "Third cake the Makefile EDSL"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "cakyrespa" = callPackage @@ -51367,8 +49322,6 @@ self: { executableHaskellDepends = [ base ]; description = "Calendar Layout Algorithm"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "cal3d" = callPackage @@ -51381,8 +49334,6 @@ self: { librarySystemDepends = [ cal3d ]; description = "Haskell binding to the Cal3D animation library"; license = "LGPL"; - hydraPlatforms = lib.platforms.none; - broken = true; }) {cal3d = null;}; "cal3d-examples" = callPackage @@ -51441,8 +49392,6 @@ self: { ]; description = "A library for writing discord bots in haskell"; license = lib.licenses.mit; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "calamity-commands" = callPackage @@ -51533,8 +49482,6 @@ self: { ]; description = "a logic programming language based on the calculus of constructions"; license = lib.licenses.gpl3Only; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "calendar-recycling" = callPackage @@ -51565,8 +49512,6 @@ self: { ]; description = "Commandline tool to get week of the year"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "call" = callPackage @@ -51614,8 +49559,6 @@ self: { ]; description = "A simple library to call Alloy given a specification"; license = lib.licenses.mit; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "call-haskell-from-anything" = callPackage @@ -51634,8 +49577,6 @@ self: { executableHaskellDepends = [ base bytestring data-msgpack mtl ]; description = "Call Haskell functions from other languages via serialization and dynamic libraries"; license = lib.licenses.mit; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "call-stack" = callPackage @@ -51777,8 +49718,6 @@ self: { libraryHaskellDepends = [ arithmoi array base containers random ]; description = "Arithmetic for Psychedelically Large Numbers"; license = lib.licenses.mit; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "canonical-filepath" = callPackage @@ -51790,8 +49729,6 @@ self: { libraryHaskellDepends = [ base deepseq directory filepath ]; description = "Abstract data type for canonical file paths"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "canonical-json" = callPackage @@ -51815,8 +49752,6 @@ self: { benchmarkHaskellDepends = [ base bytestring containers criterion ]; description = "Canonical JSON for signing and hashing JSON values"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "canteven-config" = callPackage @@ -51859,8 +49794,6 @@ self: { libraryHaskellDepends = [ aeson base ]; description = "data types to describe HTTP services"; license = lib.licenses.asl20; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "canteven-log" = callPackage @@ -51878,8 +49811,6 @@ self: { ]; description = "A canteven way of setting up logging for your program"; license = lib.licenses.asl20; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "canteven-parsedate" = callPackage @@ -51895,8 +49826,6 @@ self: { ]; description = "Date / time parsing utilities that try to guess the date / time format"; license = lib.licenses.asl20; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "canteven-template" = callPackage @@ -51935,8 +49864,6 @@ self: { ]; description = "Application for analysis of java source code"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "cantor-pairing" = callPackage @@ -52059,8 +49986,6 @@ self: { ]; description = "OTP-like supervision trees in Haskell"; license = lib.licenses.mit; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "capnp" = callPackage @@ -52106,8 +50031,6 @@ self: { ]; description = "Cap'n Proto for Haskell"; license = lib.licenses.mit; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "capped-list" = callPackage @@ -52119,8 +50042,6 @@ self: { libraryHaskellDepends = [ base ]; description = "A list-like type for lazy sequences, with a user-defined termination value"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "capri" = callPackage @@ -52136,8 +50057,6 @@ self: { ]; description = "A simple wrapper over cabal-install to operate in project-private mode"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "caps" = callPackage @@ -52221,8 +50140,6 @@ self: { ]; description = "A package for integrating a variety of captcha solving services"; license = lib.licenses.mit; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "car-pool" = callPackage @@ -52270,8 +50187,6 @@ self: { ]; description = "High-level OpenGL bindings"; license = lib.licenses.mit; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "carbonara" = callPackage @@ -52286,8 +50201,6 @@ self: { ]; description = "some spaghetti code"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "carboncopy" = callPackage @@ -52327,8 +50240,6 @@ self: { ]; description = "Algorithms for coin selection and fee balancing"; license = lib.licenses.asl20; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "cardano-transactions" = callPackage @@ -52385,8 +50296,6 @@ self: { ]; description = "A presentation tool written with Haskell"; license = lib.licenses.gpl3Only; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "carray" = callPackage @@ -52424,8 +50333,6 @@ self: { ]; description = "Carte: A commandline pastebin server"; license = lib.licenses.gpl3Only; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "cartel" = callPackage @@ -52537,8 +50444,6 @@ self: { ]; description = "CASA Abbreviations and Acronyms"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "casa-client" = callPackage @@ -52647,8 +50552,6 @@ self: { librarySystemDepends = [ casadi ]; description = "low level bindings to CasADi"; license = lib.licenses.lgpl3Only; - hydraPlatforms = lib.platforms.none; - broken = true; }) {casadi = null;}; "casadi-bindings-ipopt-interface" = callPackage @@ -52699,8 +50602,6 @@ self: { ]; description = "DSL for HTML CSS (Cascading Style Sheets)"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "case-conversion" = callPackage @@ -52777,8 +50678,6 @@ self: { libraryHaskellDepends = [ base template-haskell ]; description = "Combinators for casing on constructors"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "cases" = callPackage @@ -52839,8 +50738,6 @@ self: { ]; description = "CASR 61.345 Pilot Personal Logbook"; license = "unknown"; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "casr-logbook-html" = callPackage @@ -52999,8 +50896,6 @@ self: { ]; description = "CASR 61.345 Pilot Personal Logbook"; license = "unknown"; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "cassandra-cql" = callPackage @@ -53079,8 +50974,6 @@ self: { benchmarkHaskellDepends = [ base criterion ]; description = "Conduit interface for cassava package"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "cassava-embed" = callPackage @@ -53155,8 +51048,6 @@ self: { ]; description = "Auto-generation of records data type"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "cassava-streams" = callPackage @@ -53189,8 +51080,6 @@ self: { libraryHaskellDepends = [ base ]; description = "A combinator library for simultaneously defining parsers and pretty printers"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "cassy" = callPackage @@ -53290,8 +51179,6 @@ self: { ]; description = "A tool to manage shared cabal-install sandboxes"; license = lib.licenses.asl20; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "casui" = callPackage @@ -53330,8 +51217,6 @@ self: { testHaskellDepends = [ base hspec QuickCheck ]; description = "Exposes a Template Haskell function for generating catamorphisms"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "catch-fd" = callPackage @@ -53343,8 +51228,6 @@ self: { libraryHaskellDepends = [ base mtl transformers ]; description = "MonadThrow and MonadCatch, using functional dependencies"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "categorical-algebra" = callPackage @@ -53431,8 +51314,6 @@ self: { libraryHaskellDepends = [ base categories ]; description = "Traced monoidal categories"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "catnplus" = callPackage @@ -53452,8 +51333,6 @@ self: { ]; description = "Simple tool to display text files with line numbers and paging"; license = lib.licenses.mit; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "cautious" = callPackage @@ -53483,8 +51362,6 @@ self: { ]; description = "Ways to write a file cautiously, to reduce the chances of problems such as data loss due to crashes or power failures"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "cautious-gen" = callPackage @@ -53501,8 +51378,6 @@ self: { hspec QuickCheck ]; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "cayene-lpp" = callPackage @@ -53519,8 +51394,6 @@ self: { testHaskellDepends = [ base base16-bytestring hspec ]; description = "Cayenne Low Power Payload"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "cayenne-lpp" = callPackage @@ -53558,8 +51431,6 @@ self: { testHaskellDepends = [ aeson base hspec unordered-containers ]; description = "A Haskell client for the Cayley graph database"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "cayley-client_0_4_18" = callPackage @@ -53580,7 +51451,6 @@ self: { description = "A Haskell client for the Cayley graph database"; license = lib.licenses.bsd3; hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "cayley-dickson" = callPackage @@ -53615,8 +51485,6 @@ self: { ]; description = "Tool to maintain a database of CABAL packages and their dependencies"; license = "unknown"; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "cbor-tool" = callPackage @@ -53718,8 +51586,6 @@ self: { ]; description = "Bindings for the CCI networking library"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {cci = null;}; "ccnx" = callPackage @@ -53731,8 +51597,6 @@ self: { libraryHaskellDepends = [ base bytestring ]; description = "A Haskell implementation of the CCNx network protocol"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "cctools-workqueue" = callPackage @@ -53809,8 +51673,6 @@ self: { ]; description = "Convenient Chinese phrase & character lookup"; license = "GPL"; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "cef" = callPackage @@ -53825,8 +51687,6 @@ self: { testHaskellDepends = [ base directory doctest filepath ]; description = "CEF log format"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "cef3-raw" = callPackage @@ -53840,8 +51700,6 @@ self: { libraryPkgconfigDepends = [ gtk2 ]; description = "Raw CEF3 bindings"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {cef = null; inherit (pkgs) gtk2;}; "cef3-simple" = callPackage @@ -53891,8 +51749,6 @@ self: { libraryToolDepends = [ c2hs ]; description = "Cairo-based CellRenderer"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {inherit (pkgs) gtk2;}; "celtchar" = callPackage @@ -53945,8 +51801,6 @@ self: { testHaskellDepends = [ base ]; description = "Protect and control API access with cerberus"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "cereal" = callPackage @@ -54008,8 +51862,6 @@ self: { libraryHaskellDepends = [ base cereal ghc-prim ]; description = "Automatic deriving of Serialize using GHC.Generics"; license = lib.licenses.gpl3Only; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "cereal-enumerator" = callPackage @@ -54033,8 +51885,6 @@ self: { libraryHaskellDepends = [ array base cereal ]; description = "Floating point support for the 'cereal' serialization library"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "cereal-io-streams" = callPackage @@ -54081,8 +51931,6 @@ self: { ]; description = "An extended serialization library on top of \"cereal\""; license = lib.licenses.mit; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "cereal-streams" = callPackage @@ -54204,8 +52052,6 @@ self: { ]; description = "Exact real arithmetic using continued fractions"; license = lib.licenses.mit; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "cfenv" = callPackage @@ -54222,8 +52068,6 @@ self: { ]; description = "A library getting the environment when running on Cloud Foundry"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "cfipu" = callPackage @@ -54319,8 +52163,6 @@ self: { ]; description = "Parser for categorial grammars"; license = lib.licenses.gpl3Only; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "cgen" = callPackage @@ -54340,8 +52182,6 @@ self: { doHaddock = false; description = "generates Haskell bindings and C wrappers for C++ libraries"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "cgi" = callPackage @@ -54384,8 +52224,6 @@ self: { libraryHaskellDepends = [ base cgi containers mtl random ]; description = "Simple modular utilities for CGI/FastCGI (sessions, etc.)"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "cgrep" = callPackage @@ -54428,8 +52266,6 @@ self: { ]; description = "A container-/cgroup-aware substitute for the GHC RTS `-N` flag"; license = lib.licenses.mpl20; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "chain-codes" = callPackage @@ -54538,8 +52374,6 @@ self: { ]; description = "Combinators for building and processing 2D images"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "chalkboard-viewer" = callPackage @@ -54564,8 +52398,6 @@ self: { libraryHaskellDepends = [ array base process random ]; description = "Hardware description EDSL"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "chan" = callPackage @@ -54676,8 +52508,6 @@ self: { ]; description = "Exposes subspecies types of Char. And naming cases."; license = lib.licenses.mit; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "charade" = callPackage @@ -54773,8 +52603,6 @@ self: { libraryHaskellDepends = [ base Chart ]; description = "Easily render histograms with Chart"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "chart-svg" = callPackage @@ -54872,8 +52700,6 @@ self: { process scientific text wai warp ]; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "chaselev-deque" = callPackage @@ -54978,8 +52804,6 @@ self: { libraryHaskellDepends = [ base chatty transformers ]; description = "Provides some classes and types for dealing with text, using the fundaments of Chatty"; license = lib.licenses.agpl3Only; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "chatty-utils" = callPackage @@ -55019,8 +52843,6 @@ self: { ]; description = "The ChatWork API in Haskell"; license = lib.licenses.mit; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "cheapskate" = callPackage @@ -55155,8 +52977,6 @@ self: { libraryHaskellDepends = [ base ]; description = "Bounds-checking integer types"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "checkers" = callPackage @@ -55200,8 +53020,6 @@ self: { ]; description = "Generate checklists relevant to a given patch"; license = lib.licenses.agpl3Only; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "checksum" = callPackage @@ -55251,8 +53069,6 @@ self: { libraryHaskellDepends = [ base chell QuickCheck random ]; description = "QuickCheck support for the Chell testing library"; license = lib.licenses.mit; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "cherry-core-alpha" = callPackage @@ -55390,8 +53206,6 @@ self: { ]; description = "tmux api"; license = "BSD-2-Clause-Patent"; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "chimera" = callPackage @@ -55473,8 +53287,6 @@ self: { libraryHaskellDepends = [ base MonadRandom ]; description = "Choose random elements from a stream"; license = lib.licenses.asl20; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "choose-exe" = callPackage @@ -55509,8 +53321,6 @@ self: { ]; description = "A module containing basic functions that the prelude does not offer"; license = lib.licenses.mit; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "chorale-geo" = callPackage @@ -55544,8 +53354,6 @@ self: { ]; description = "An implementation of concurrency ideas from Communicating Sequential Processes"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "chp-mtl" = callPackage @@ -55590,8 +53398,6 @@ self: { ]; description = "A mirror implementation of chp that generates a specification of the program"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "chp-transformers" = callPackage @@ -55672,8 +53478,6 @@ self: { libraryHaskellDepends = [ base containers uulib ]; description = "Parsing for chr library"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "chr-pretty" = callPackage @@ -55736,8 +53540,6 @@ self: { ]; description = "measure timings of data evaluation"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "chronologique" = callPackage @@ -55911,8 +53713,6 @@ self: { testHaskellDepends = [ base binary bytestring HUnit text ]; description = "Human-readable storage of text/binary objects"; license = lib.licenses.lgpl3Only; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "church" = callPackage @@ -55924,8 +53724,6 @@ self: { libraryHaskellDepends = [ base ]; description = "Automatically convert Generic instances to and from church representations"; license = lib.licenses.mit; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "church-list" = callPackage @@ -55949,8 +53747,6 @@ self: { libraryHaskellDepends = [ base deepseq semigroupoids semigroups ]; description = "Church encoded Maybe"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "church-pair" = callPackage @@ -55982,8 +53778,6 @@ self: { ]; description = "Channel/Arrow based streaming computation library"; license = lib.licenses.mit; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "cielo" = callPackage @@ -56006,8 +53800,6 @@ self: { ]; description = "Cielo API v3 Bindings for Haskell"; license = lib.licenses.agpl3Only; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "cil" = callPackage @@ -56019,8 +53811,6 @@ self: { libraryHaskellDepends = [ base bytestring language-c ]; description = "An interface to CIL"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "cimple" = callPackage @@ -56060,8 +53850,6 @@ self: { librarySystemDepends = [ cinvoke ]; description = "A binding to cinvoke"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {cinvoke = null;}; "cio" = callPackage @@ -56073,8 +53861,6 @@ self: { libraryHaskellDepends = [ base monad-stm mtl parallel-io stm ]; description = "A monad for concurrent IO on a thread pool"; license = lib.licenses.mit; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "cipher-aes" = callPackage @@ -56146,8 +53932,6 @@ self: { ]; description = "Blowfish cipher"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "cipher-camellia" = callPackage @@ -56290,8 +54074,6 @@ self: { ]; description = "The CircleCI REST API for Haskell"; license = lib.licenses.mit; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "circuit-breaker" = callPackage @@ -56461,8 +54243,6 @@ self: { ]; description = "A Citation Style Language implementation in Haskell"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "citeproc-hs-pandoc-filter" = callPackage @@ -56522,8 +54302,6 @@ self: { ]; description = "A new Haskeleton package"; license = lib.licenses.isc; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "cjk" = callPackage @@ -56541,8 +54319,6 @@ self: { testHaskellDepends = [ base ]; description = "Data about Chinese, Japanese and Korean characters and languages"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "cl3" = callPackage @@ -56697,8 +54473,6 @@ self: { testHaskellDepends = [ aeson base bytestring ]; description = "JSON Compilation Database Format encoding and decoding"; license = lib.licenses.mit; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "clang-pure" = callPackage @@ -56721,8 +54495,6 @@ self: { testHaskellDepends = [ base bytestring lens ]; description = "Pure C++ code analysis with libclang"; license = lib.licenses.asl20; - hydraPlatforms = lib.platforms.none; - broken = true; }) {inherit (self.llvmPackages) clang;}; "clanki" = callPackage @@ -56738,8 +54510,6 @@ self: { ]; description = "Command-line spaced-repetition software"; license = lib.licenses.mit; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "clarifai" = callPackage @@ -56757,8 +54527,6 @@ self: { ]; description = "API Client for the Clarifai API"; license = lib.licenses.mit; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "clash" = callPackage @@ -56931,8 +54699,6 @@ self: { ]; description = "Clash: a functional hardware description language - Prelude library"; license = lib.licenses.bsd2; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "clash-prelude-hedgehog" = callPackage @@ -57118,8 +54884,6 @@ self: { ]; description = "Super simple InfluxDB package in Classy-MTL style"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "classy-miso" = callPackage @@ -57156,8 +54920,6 @@ self: { ]; description = "Fork of the monad-parallel package using monad-control"; license = lib.licenses.gpl3Only; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "classy-prelude" = callPackage @@ -57235,8 +54997,6 @@ self: { benchmarkHaskellDepends = [ base criterion parallel uniplate ]; description = "Fuseable type-class based generics"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "clay_0_13_3" = callPackage @@ -57553,8 +55313,6 @@ self: { libraryHaskellDepends = [ base bytestring hashable text ]; description = "Haskell bindings to Google's Compact Language Detector 2"; license = lib.licenses.asl20; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "clean-home" = callPackage @@ -57583,8 +55341,6 @@ self: { libraryHaskellDepends = [ base ]; description = "Open unions without need for Typeable"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "cleff" = callPackage @@ -57703,8 +55459,6 @@ self: { executableHaskellDepends = [ parsec ]; description = "A CSS preprocessor"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "clexer" = callPackage @@ -57716,8 +55470,6 @@ self: { libraryHaskellDepends = [ base containers mtl parsec ]; description = "Lexes C++ code into simple tokens"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "cli" = callPackage @@ -57772,8 +55524,6 @@ self: { testHaskellDepends = [ base doctest filemanip hspec QuickCheck ]; description = "Simple project template from stack"; license = lib.licenses.mit; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "cli-extras" = callPackage @@ -57891,8 +55641,6 @@ self: { ]; description = "A Haskell library as database client for Clickhouse"; license = lib.licenses.mit; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "clientsession" = callPackage @@ -57935,8 +55683,6 @@ self: { benchmarkHaskellDepends = [ base time ]; description = "A Clifford algebra number type for Haskell"; license = lib.licenses.mit; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "clifford" = callPackage @@ -57989,8 +55735,6 @@ self: { ]; description = "Command Line Interface File Manager"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "climb" = callPackage @@ -58032,8 +55776,6 @@ self: { librarySystemDepends = [ clingo ]; description = "Haskell bindings to the Clingo ASP solver"; license = lib.licenses.mit; - hydraPlatforms = lib.platforms.none; - broken = true; }) {inherit (pkgs) clingo;}; "clippard" = callPackage @@ -58045,8 +55787,6 @@ self: { libraryHaskellDepends = [ base process ]; description = "A simple Haskell library for copying text to the clipboard in a cross-platform way"; license = lib.licenses.mit; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "clipper" = callPackage @@ -58058,8 +55798,6 @@ self: { libraryHaskellDepends = [ base ]; description = "Haskell API to clipper (2d polygon union/intersection/xor/clipping API)"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "clippings" = callPackage @@ -58098,8 +55836,6 @@ self: { testHaskellDepends = [ base ]; description = "Tiny library to pretty print sparklines onto the CLI"; license = lib.licenses.mit; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "clist" = callPackage @@ -58133,8 +55869,6 @@ self: { executableHaskellDepends = [ base ]; description = "Post tweets from stdin"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "cloben" = callPackage @@ -58177,8 +55911,6 @@ self: { testHaskellDepends = [ base hspec ]; description = "A couple functions that probably should be in the 'clock' package"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "clocked" = callPackage @@ -58212,8 +55944,6 @@ self: { ]; description = "Parse IRC logs such as the #haskell logs on tunes.org"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "clone-all" = callPackage @@ -58233,8 +55963,6 @@ self: { ]; description = "Clone all github repositories from a given user"; license = lib.licenses.mit; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "closed" = callPackage @@ -58282,8 +56010,6 @@ self: { ]; description = "Closed intervals of totally ordered types"; license = lib.licenses.gpl3Only; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "closure" = callPackage @@ -58295,8 +56021,6 @@ self: { libraryHaskellDepends = [ base hashable unordered-containers ]; description = "Depth- and breadth-first set closures"; license = lib.licenses.mit; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "cloud-haskell" = callPackage @@ -58366,8 +56090,6 @@ self: { ]; description = "CloudFront URL signer"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "cloudi" = callPackage @@ -58468,8 +56190,6 @@ self: { ]; description = "Quasiquoters for inline C# and F#"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "clr-marshal" = callPackage @@ -58561,8 +56281,6 @@ self: { libraryHaskellDepends = [ base template-haskell ]; description = "simple alternative to type classes"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "clustering" = callPackage @@ -58588,8 +56306,6 @@ self: { ]; description = "High performance clustering algorithms"; license = lib.licenses.mit; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "clustertools" = callPackage @@ -58711,8 +56427,6 @@ self: { ]; description = "Code highlighting for cmark"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "cmark-lucid" = callPackage @@ -58737,8 +56451,6 @@ self: { libraryHaskellDepends = [ base cmark ]; description = "Pattern synonyms for cmark"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "cmark-sections" = callPackage @@ -58757,8 +56469,6 @@ self: { ]; description = "Represent cmark-parsed Markdown as a tree of sections"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "cmath" = callPackage @@ -58770,8 +56480,6 @@ self: { libraryHaskellDepends = [ base ]; description = "A binding to the standard C math library"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "cmathml3" = callPackage @@ -58808,8 +56516,6 @@ self: { ]; description = "Library to compose and reuse command line fragments"; license = lib.licenses.mit; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "cmdargs" = callPackage @@ -58862,8 +56568,6 @@ self: { libraryHaskellDepends = [ base mtl split syb transformers ]; description = "a library for command line parsing & online help"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "cmdtheline" = callPackage @@ -58885,8 +56589,6 @@ self: { ]; description = "Declarative command-line option parsing and documentation library"; license = lib.licenses.mit; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "cmf" = callPackage @@ -58899,8 +56601,6 @@ self: { testHaskellDepends = [ base containers hedgehog ]; description = "(C)oncurrent (M)onoidal (F)olds"; license = lib.licenses.mit; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "cml" = callPackage @@ -58923,8 +56623,6 @@ self: { libraryHaskellDepends = [ array base ]; description = "A library for C-like programming"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "cmph" = callPackage @@ -58943,8 +56641,6 @@ self: { testSystemDepends = [ cmph ]; description = "low level interface to CMPH"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {cmph = null;}; "cmptype" = callPackage @@ -58986,8 +56682,6 @@ self: { testToolDepends = [ tasty-discover ]; description = "Write consistent git commit messages"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "cmu" = callPackage @@ -59164,8 +56858,6 @@ self: { executableHaskellDepends = [ base co-log-core polysemy ]; description = "Composable Contravariant Comonadic Logging Library"; license = lib.licenses.mpl20; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "co-log-polysemy-formatting" = callPackage @@ -59210,8 +56902,6 @@ self: { ]; description = "Syslog implementation on top of 'co-log-core'"; license = lib.licenses.mpl20; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "coalpit" = callPackage @@ -59230,8 +56920,6 @@ self: { ]; description = "Command-line options and DSV parsing and printing"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "cobot" = callPackage @@ -59283,8 +56971,6 @@ self: { ]; description = "Biological data file formats and IO"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "cobot-tools" = callPackage @@ -59308,8 +56994,6 @@ self: { ]; description = "Biological data file formats and IO"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {RNA = null;}; "code-builder" = callPackage @@ -59321,8 +57005,6 @@ self: { libraryHaskellDepends = [ base containers ]; description = "Simple system for generating code"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "code-conjure" = callPackage @@ -59389,8 +57071,6 @@ self: { testHaskellDepends = [ base bytestring filepath process text ]; description = "Erlang VM byte code assembler"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "codec-libevent" = callPackage @@ -59413,8 +57093,6 @@ self: { ]; description = "Cross-platform structure serialisation"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "codec-mbox" = callPackage @@ -59473,8 +57151,6 @@ self: { testHaskellDepends = [ base HUnit ]; description = "Codecov.io support for Haskell."; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "codeforces-cli" = callPackage @@ -59503,8 +57179,6 @@ self: { ]; description = "Command line interface to interact with Codeforces"; license = lib.licenses.mit; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "codemonitor" = callPackage @@ -59537,8 +57211,6 @@ self: { libraryHaskellDepends = [ base curl mtl network tagsoup ]; description = "Submit and retrieve paste output from CodePad.org."; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "codeworld-api" = callPackage @@ -59568,8 +57240,6 @@ self: { ]; description = "Graphics library for CodeWorld"; license = lib.licenses.asl20; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "codex" = callPackage @@ -59595,8 +57265,6 @@ self: { ]; description = "A ctags file generator for cabal project dependencies"; license = lib.licenses.asl20; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "codo-notation" = callPackage @@ -59612,8 +57280,6 @@ self: { ]; description = "A notation for comonads, analogous to the do-notation for monads"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "coerce-role" = callPackage @@ -59774,8 +57440,6 @@ self: { ]; description = "Simple account manager"; license = "GPL"; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "coinbase-exchange" = callPackage @@ -59858,8 +57522,6 @@ self: { ]; description = "Client for Coinbase Pro"; license = lib.licenses.mit; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "coincident-root-loci" = callPackage @@ -59879,8 +57541,6 @@ self: { ]; description = "Equivariant CSM classes of coincident root loci"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "cointracking-imports" = callPackage @@ -59943,8 +57603,6 @@ self: { ]; description = "Rudimentary JSON-RPC 2.0 client over raw TCP."; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "cold-widow" = callPackage @@ -59977,8 +57635,6 @@ self: { ]; description = "Generate animated 3d objects in COLLADA"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "collada-types" = callPackage @@ -60026,8 +57682,6 @@ self: { executableHaskellDepends = [ base ]; description = "utility for collapsing adjacent writes"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "collate" = callPackage @@ -60096,8 +57750,6 @@ self: { ]; description = "Useful standard collections types and related functions"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "collections-api" = callPackage @@ -60111,8 +57763,6 @@ self: { libraryHaskellDepends = [ array base QuickCheck ]; description = "API for collection data structures"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "collections-base-instances" = callPackage @@ -60161,8 +57811,6 @@ self: { ]; description = "Generic types and functions for columnar encoding and decoding"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "color-counter" = callPackage @@ -60236,8 +57884,6 @@ self: { ]; description = "Colorless | The Programmatic IDL"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "colorless-http-client" = callPackage @@ -60360,8 +58006,6 @@ self: { ]; description = "A jazzy, minimal web framework for Haskell, inspired by Sinatra"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "columbia" = callPackage @@ -60411,8 +58055,6 @@ self: { doHaddock = false; description = "Haskell COM support library"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "comark" = callPackage @@ -60491,8 +58133,6 @@ self: { libraryHaskellDepends = [ base containers deepseq ]; description = "Definitions of AST that represents a Commonmark (markdown) document"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "combinat" = callPackage @@ -60549,8 +58189,6 @@ self: { ]; description = "Graphical representations for various combinatorial objects"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "combinator-interactive" = callPackage @@ -60572,8 +58210,6 @@ self: { ]; description = "SKI Combinator interpreter"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "combinatorial" = callPackage @@ -60607,8 +58243,6 @@ self: { ]; description = "A number of data structures to represent and allow the manipulation of standard combinatorial problems, used as test problems in computer science"; license = "GPL"; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "combinatorics" = callPackage @@ -60635,8 +58269,6 @@ self: { ]; description = "Various buffer implementations"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "comfort-array" = callPackage @@ -60790,8 +58422,6 @@ self: { testHaskellDepends = [ base ]; description = "pattern matching against string based commands"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "commander-cli" = callPackage @@ -60848,8 +58478,6 @@ self: { ]; description = "Library for working with commoditized amounts and price histories"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "commonmark" = callPackage @@ -60892,8 +58520,6 @@ self: { ]; description = "Command-line commonmark converter and highlighter"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "commonmark-extensions" = callPackage @@ -60963,8 +58589,6 @@ self: { ]; description = "Provide communications security using symmetric ephemeral keys"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "commsec-keyexchange" = callPackage @@ -61146,8 +58770,6 @@ self: { testHaskellDepends = [ base ]; description = "An append only list in a compact region"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "compact-map" = callPackage @@ -61161,8 +58783,6 @@ self: { ]; description = "Compact Data.Map implementation using Data.Binary"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "compact-mutable" = callPackage @@ -61196,8 +58816,6 @@ self: { testHaskellDepends = [ base compact hspec ]; description = "Mutable vector with different GC characteristics"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "compact-sequences" = callPackage @@ -61212,8 +58830,6 @@ self: { testHaskellDepends = [ base QuickCheck tasty tasty-quickcheck ]; description = "Stacks, queues, and deques with compact representations"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "compact-socket" = callPackage @@ -61230,8 +58846,6 @@ self: { ]; description = "Socket functions for compact normal form"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "compact-string" = callPackage @@ -61245,8 +58859,6 @@ self: { libraryHaskellDepends = [ base bytestring ]; description = "Fast, packed and strict strings with Unicode support, based on bytestrings"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "compact-string-fix" = callPackage @@ -61260,8 +58872,6 @@ self: { libraryHaskellDepends = [ base bytestring ]; description = "Same as compact-string except with a small fix so it builds on ghc-6.12"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "compact-word-vectors" = callPackage @@ -61343,8 +58953,6 @@ self: { ]; description = "A highly generic parser combinators library"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "compdata" = callPackage @@ -61408,8 +59016,6 @@ self: { ]; description = "Compositional Data Types on DAGs"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "compdata-fixplate" = callPackage @@ -61445,8 +59051,6 @@ self: { ]; description = "Parametric Compositional Data Types"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "compdoc" = callPackage @@ -61531,8 +59135,6 @@ self: { libraryHaskellDepends = [ base filepath parsec ]; description = "Helpers and runners for code competitions"; license = lib.licenses.mit; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "compilation" = callPackage @@ -61544,8 +59146,6 @@ self: { libraryHaskellDepends = [ base MissingH ]; description = "Haskell functionality for quickly assembling simple compilers"; license = lib.licenses.gpl3Only; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "compiler-warnings" = callPackage @@ -61575,8 +59175,6 @@ self: { libraryHaskellDepends = [ base template-haskell ]; description = "complex numbers with non-mandatory RealFloat"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "complex-integrate" = callPackage @@ -61692,8 +59290,6 @@ self: { libraryHaskellDepends = [ base mtl ]; description = "Composable monad transformers"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "composite-aeson" = callPackage @@ -61860,8 +59456,6 @@ self: { ]; description = "Dhall instances for composite records"; license = lib.licenses.mit; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "composite-ekg" = callPackage @@ -61920,8 +59514,6 @@ self: { ]; description = "Opaleye SQL for Vinyl records"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "composite-swagger" = callPackage @@ -62011,8 +59603,6 @@ self: { testHaskellDepends = [ base doctest QuickCheck ]; description = "Composition trees for arbitrary monoids"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "compositional-data" = callPackage @@ -62060,8 +59650,6 @@ self: { testHaskellDepends = [ base ]; description = "Plugin to generalize comprehensions"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "compressed" = callPackage @@ -62081,8 +59669,6 @@ self: { ]; description = "Compressed containers and reducers"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "compression" = callPackage @@ -62094,8 +59680,6 @@ self: { libraryHaskellDepends = [ base mtl ]; description = "Common compression algorithms"; license = "unknown"; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "compstrat" = callPackage @@ -62111,8 +59695,6 @@ self: { ]; description = "Strategy combinators for compositional data types"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "comptrans" = callPackage @@ -62130,8 +59712,6 @@ self: { ]; description = "Automatically converting ASTs into compositional data types"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "computational-algebra" = callPackage @@ -62200,8 +59780,6 @@ self: { ]; description = "Collection of algorithms in Computational Geometry"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "computations" = callPackage @@ -62213,8 +59791,6 @@ self: { libraryHaskellDepends = [ base ]; description = "Advanced notions of computation"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "concatenative" = callPackage @@ -62421,8 +59997,6 @@ self: { ]; description = "A parser driven by a standard RELAX NG schema with concrete syntax extensions"; license = "GPL"; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "concrete-typerep" = callPackage @@ -62442,8 +60016,6 @@ self: { ]; description = "Binary and Hashable instances for TypeRep"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "concur-core" = callPackage @@ -62538,8 +60110,6 @@ self: { benchmarkHaskellDepends = [ bug criterion rerebase ]; description = "Concurrent expanding buffer"; license = lib.licenses.mit; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "concurrent-dns-cache" = callPackage @@ -62713,8 +60283,6 @@ self: { libraryHaskellDepends = [ base exceptions mtl stm transformers ]; description = "MTL-like library using TVars"; license = lib.licenses.mit; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "concurrent-supply" = callPackage @@ -62797,8 +60365,6 @@ self: { libraryHaskellDepends = [ array base ]; description = "Library for Condorcet voting"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "conductive-base" = callPackage @@ -62810,8 +60376,6 @@ self: { libraryHaskellDepends = [ array base containers random stm time ]; description = "a library for live coding and real-time musical applications"; license = lib.licenses.gpl3Only; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "conductive-clock" = callPackage @@ -62984,8 +60548,6 @@ self: { libraryToolDepends = [ c2hs ]; description = "conduit-audio interface to the LAME MP3 library"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {mp3lame = null;}; "conduit-audio-samplerate" = callPackage @@ -63005,8 +60567,6 @@ self: { libraryToolDepends = [ c2hs ]; description = "conduit-audio interface to the libsamplerate resampling library"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {samplerate = null;}; "conduit-audio-sndfile" = callPackage @@ -63133,8 +60693,6 @@ self: { ]; description = "A file-finding conduit that allows user control over traversals"; license = lib.licenses.mit; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "conduit-iconv" = callPackage @@ -63155,8 +60713,6 @@ self: { ]; description = "Conduit for character encoding conversion"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "conduit-merge" = callPackage @@ -63183,8 +60739,6 @@ self: { ]; description = "A base layer for network protocols using Conduits"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "conduit-parse" = callPackage @@ -63223,8 +60777,6 @@ self: { ]; description = "Allows conduit to resume sinks to feed multiple sources into it"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "conduit-throttle" = callPackage @@ -63248,8 +60800,6 @@ self: { ]; description = "Throttle Conduit Producers"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "conduit-tokenize-attoparsec" = callPackage @@ -63269,8 +60819,6 @@ self: { testHaskellDepends = [ attoparsec base conduit hspec resourcet ]; description = "Conduits for tokenizing streams"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "conduit-vfs" = callPackage @@ -63295,8 +60843,6 @@ self: { ]; description = "Virtual file system for Conduit; disk, pure, and in-memory impls"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "conduit-vfs-zip" = callPackage @@ -63358,8 +60904,6 @@ self: { ]; description = "Parser for Haskell-based configuration files"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "conf-json" = callPackage @@ -63540,8 +61084,6 @@ self: { ]; description = "conferer's provider for reading json files"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "conferer-provider-yaml" = callPackage @@ -63581,8 +61123,6 @@ self: { ]; description = "conferer's FromConfig instances for snap Config"; license = lib.licenses.mpl20; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "conferer-source-dhall" = callPackage @@ -63624,8 +61164,6 @@ self: { ]; description = "conferer's source for reading json files"; license = lib.licenses.mpl20; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "conferer-source-yaml" = callPackage @@ -63726,8 +61264,6 @@ self: { testHaskellDepends = [ base deiko-config tasty tasty-hunit text ]; description = "derive typeclass instances for decoding types from HOCON conf"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "config-ini" = callPackage @@ -63781,8 +61317,6 @@ self: { testHaskellDepends = [ base extra hspec lens parsec text ]; description = "Parse config files using parsec and generate parse errors on unhandled keys"; license = lib.licenses.mit; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "config-schema" = callPackage @@ -63847,8 +61381,6 @@ self: { libraryHaskellDepends = [ base config-value text ]; description = "Interface between config-value and System.GetOpt"; license = lib.licenses.mit; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "configifier" = callPackage @@ -63889,8 +61421,6 @@ self: { libraryHaskellDepends = [ base containers ]; description = "Simple data type for application configuration"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "configuration-tools" = callPackage @@ -64025,8 +61555,6 @@ self: { ]; description = "A command line tool for resolving conflicts of file synchronizers"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "congruence-relation" = callPackage @@ -64038,8 +61566,6 @@ self: { libraryHaskellDepends = [ array base containers ]; description = "Decidable congruence relations for Haskell: up to you whether this is a joke"; license = lib.licenses.mit; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "conic-graphs" = callPackage @@ -64086,8 +61612,6 @@ self: { ]; description = "A BitTorrent client"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "conkin" = callPackage @@ -64105,8 +61629,6 @@ self: { testToolDepends = [ markdown-unlit ]; description = "Tools for functors from Hask^k to Hask"; license = lib.licenses.publicDomain; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "conlogger" = callPackage @@ -64121,8 +61643,6 @@ self: { executableHaskellDepends = [ base text ]; description = "A logger for a concurrent program"; license = lib.licenses.mit; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "connection" = callPackage @@ -64175,8 +61695,6 @@ self: { testHaskellDepends = [ base doctest text ]; description = "A library for parsing connection strings"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "connections" = callPackage @@ -64211,8 +61729,6 @@ self: { testHaskellDepends = [ base lifted-async transformers ]; description = "Eventually consistent STM transactions"; license = lib.licenses.mit; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "console-program" = callPackage @@ -64230,8 +61746,6 @@ self: { ]; description = "Interpret the command line and a config file as commands and options"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "console-prompt" = callPackage @@ -64277,8 +61791,6 @@ self: { testHaskellDepends = [ base directory process ]; description = "Compiler plugin for constant math elimination"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "constaparser" = callPackage @@ -64301,8 +61813,6 @@ self: { libraryHaskellDepends = [ base ]; description = "Equality by only Constructor"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "constrained" = callPackage @@ -64329,8 +61839,6 @@ self: { ]; description = "Constrained clones of the category-theory type classes, using ConstraintKinds"; license = lib.licenses.gpl3Only; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "constrained-category" = callPackage @@ -64350,8 +61858,6 @@ self: { benchmarkHaskellDepends = [ base criterion ]; description = "Constrained Categories"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "constrained-dynamic" = callPackage @@ -64364,8 +61870,6 @@ self: { testHaskellDepends = [ base tasty tasty-hunit ]; description = "Dynamic typing with retained constraints"; license = lib.licenses.mit; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "constrained-monads" = callPackage @@ -64389,8 +61893,6 @@ self: { ]; description = "Typeclasses and instances for monads with constraints"; license = lib.licenses.mit; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "constrained-normal" = callPackage @@ -64529,8 +62031,6 @@ self: { testHaskellDepends = [ base constraints hspec transformers ]; description = "Defer instance lookups until runtime"; license = lib.licenses.mit; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "constraints-extras" = callPackage @@ -64609,8 +62109,6 @@ self: { libraryHaskellDepends = [ base QuickCheck type-level ]; description = "A library of constructive algebra"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "consul-haskell" = callPackage @@ -64635,8 +62133,6 @@ self: { ]; description = "A consul client for Haskell"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "consumers" = callPackage @@ -64746,8 +62242,6 @@ self: { ]; description = "Extensive benchmark suite for containers package"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "containers-deepseq" = callPackage @@ -64782,8 +62276,6 @@ self: { libraryHaskellDepends = [ base base-unicode-symbols containers ]; description = "Unicode alternatives for common functions and operators"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "containers-verified" = callPackage @@ -64795,8 +62287,6 @@ self: { libraryHaskellDepends = [ containers ]; description = "Formally verified drop-in replacement of containers"; license = lib.licenses.mit; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "content-store" = callPackage @@ -64821,8 +62311,6 @@ self: { ]; description = "Store and retrieve data from an on-disk store"; license = lib.licenses.lgpl21Only; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "context" = callPackage @@ -64885,8 +62373,6 @@ self: { ]; description = "Basic algorithms on context-free grammars"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "context-http-client" = callPackage @@ -64931,8 +62417,6 @@ self: { ]; description = "An abstraction of a stack and stack-based monadic context"; license = lib.licenses.mit; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "context-wai-middleware" = callPackage @@ -64985,8 +62469,6 @@ self: { libraryHaskellDepends = [ base contiguous primitive ]; description = "contiguous with bounds checks"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "contiguous-fft" = callPackage @@ -64998,8 +62480,6 @@ self: { libraryHaskellDepends = [ base contiguous primitive semirings ]; description = "dft of contiguous memory structures"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "continue" = callPackage @@ -65016,8 +62496,6 @@ self: { ]; description = "Monads with suspension and arbitrary-spot reentry"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "continued-fraction" = callPackage @@ -65227,8 +62705,6 @@ self: { ]; description = "A typeclass for type isomorphisms"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "control-monad-attempt" = callPackage @@ -65311,8 +62787,6 @@ self: { libraryHaskellDepends = [ base failure transformers ]; description = "A class for monads which can fail with an error. (deprecated)"; license = lib.licenses.publicDomain; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "control-monad-failure-mtl" = callPackage @@ -65324,8 +62798,6 @@ self: { libraryHaskellDepends = [ base failure mtl ]; description = "A class for monads which can fail with an error for mtl 1 (deprecated)"; license = lib.licenses.publicDomain; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "control-monad-free" = callPackage @@ -65403,8 +62875,6 @@ self: { libraryHaskellDepends = [ base contstuff monads-tf ]; description = "ContStuff instances for monads-tf transformers (deprecated)"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "contstuff-transformers" = callPackage @@ -65416,8 +62886,6 @@ self: { libraryHaskellDepends = [ base contstuff transformers ]; description = "Deprecated interface between contstuff 0.7.0 and the transformers package"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "converge" = callPackage @@ -65542,8 +63010,6 @@ self: { ]; description = "Convert the annotation of a gene to another in a delimited file using a variety of different databases"; license = lib.licenses.gpl3Only; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "convertible" = callPackage @@ -65728,8 +63194,6 @@ self: { ]; description = "An intermediate representation for Copilot"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "copilot-frp-sketch" = callPackage @@ -65799,8 +63263,6 @@ self: { ]; description = "A compiler for CoPilot targeting SBV"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "copilot-theorem" = callPackage @@ -65840,8 +63302,6 @@ self: { testHaskellDepends = [ base hlint ]; description = "Haskell interface to the Fedora Copr system"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "copr-api" = callPackage @@ -65895,8 +63355,6 @@ self: { libraryHaskellDepends = [ base bytestring parsec pretty ]; description = "External core parser and pretty printer"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "core-compiler" = callPackage @@ -65948,8 +63406,6 @@ self: { ]; description = "A subset of Haskell using in UCC for teaching purpose"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "core-program" = callPackage @@ -65990,8 +63446,6 @@ self: { ]; description = "Advanced telemetry"; license = lib.licenses.mit; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "core-text" = callPackage @@ -66086,8 +63540,6 @@ self: { ]; description = "A bliki written using yesod. Uses pandoc to process files stored in git."; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "corecursive-main" = callPackage @@ -66125,8 +63577,6 @@ self: { librarySystemDepends = [ rocksdb ]; description = "Launches CoreNLP and parses the JSON output"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {inherit (pkgs) rocksdb;}; "cornea" = callPackage @@ -66183,8 +63633,6 @@ self: { libraryHaskellDepends = [ base either free mtl transformers ]; description = "Object-oriented programming realization using coroutine"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "couch-hs" = callPackage @@ -66203,8 +63651,6 @@ self: { ]; description = "A CouchDB view server for Haskell"; license = lib.licenses.publicDomain; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "couch-simple" = callPackage @@ -66261,8 +63707,6 @@ self: { ]; description = "Couch DB client library using http-conduit and aeson"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "couchdb-enumerator" = callPackage @@ -66345,8 +63789,6 @@ self: { libraryHaskellDepends = [ base containers ]; description = "An object frequency counter"; license = lib.licenses.mit; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "country" = callPackage @@ -66407,8 +63849,6 @@ self: { ]; description = "A message-passing library for simplifying network applications"; license = lib.licenses.mit; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "court" = callPackage @@ -66428,8 +63868,6 @@ self: { ]; description = "Simple and flexible CI system"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "covariance" = callPackage @@ -66473,8 +63911,6 @@ self: { testHaskellDepends = [ base hspec HUnit QuickCheck ]; description = "Exhaustivity Checking Library"; license = lib.licenses.mit; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "coya" = callPackage @@ -66504,8 +63940,6 @@ self: { ]; description = "A simple C++ parser with preprocessor features. C++ refactorings included."; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "cpio-conduit" = callPackage @@ -66525,8 +63959,6 @@ self: { ]; description = "Conduit-based CPIO"; license = lib.licenses.asl20; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "cpkg" = callPackage @@ -66592,8 +64024,6 @@ self: { testHaskellDepends = [ base process QuickCheck ]; description = "C++ Foreign Import Generation"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "cppfilt" = callPackage @@ -66739,8 +64169,6 @@ self: { executableHaskellDepends = [ base mtl process ]; description = "Modify the cpu frequency on OpenBSD systems"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "cpython" = callPackage @@ -66756,8 +64184,6 @@ self: { testPkgconfigDepends = [ python3 ]; description = "Bindings for libpython"; license = lib.licenses.gpl3Only; - hydraPlatforms = lib.platforms.none; - broken = true; }) {inherit (pkgs) python3;}; "cql" = callPackage @@ -66806,8 +64232,6 @@ self: { doHaddock = false; description = "Cassandra CQL client"; license = lib.licenses.mpl20; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "cql-io-tinylog" = callPackage @@ -66848,8 +64272,6 @@ self: { ]; description = "Command-Query Responsibility Segregation"; license = lib.licenses.mit; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "cqrs-example" = callPackage @@ -66999,8 +64421,6 @@ self: { ]; description = "Code review tool"; license = lib.licenses.gpl3Only; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "crack" = callPackage @@ -67013,8 +64433,6 @@ self: { librarySystemDepends = [ crack ]; description = "A haskell binding to cracklib"; license = "GPL"; - hydraPlatforms = lib.platforms.none; - broken = true; }) {crack = null;}; "crackNum_2_4" = callPackage @@ -67092,8 +64510,6 @@ self: { libraryHaskellDepends = [ base colour mtl vector-space ]; description = "2D graphics library with integrated TikZ output"; license = lib.licenses.mit; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "craftwerk-cairo" = callPackage @@ -67144,8 +64560,6 @@ self: { ]; description = "Simulation user crawl paths"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "craze" = callPackage @@ -67207,8 +64621,6 @@ self: { libraryHaskellDepends = [ base bytestring ]; description = "Calculate the crc16-ccitt"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "crc16-table" = callPackage @@ -67274,8 +64686,6 @@ self: { ]; description = "Garbage collected event folding CRDT"; license = lib.licenses.mit; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "creatur" = callPackage @@ -67301,8 +64711,6 @@ self: { ]; description = "Framework for artificial life experiments"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "credential-store" = callPackage @@ -67322,8 +64730,6 @@ self: { testHaskellDepends = [ base bytestring tasty tasty-hunit ]; description = "Library to access secure credential storage providers"; license = lib.licenses.asl20; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "credentials" = callPackage @@ -67344,8 +64750,6 @@ self: { testHaskellDepends = [ base ]; description = "Secure Credentials Storage and Distribution"; license = "unknown"; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "credentials-cli" = callPackage @@ -67474,8 +64878,6 @@ self: { ]; description = "Crit-bit maps and sets"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "criterion" = callPackage @@ -67554,8 +64956,6 @@ self: { ]; description = "A simple tool for visualising differences in Criterion benchmark results"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "criterion-measurement" = callPackage @@ -67598,8 +64998,6 @@ self: { ]; description = "Enhancement of the \"criterion\" benchmarking library"; license = lib.licenses.mit; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "criterion-to-html" = callPackage @@ -67618,8 +65016,6 @@ self: { ]; description = "Convert criterion output to HTML reports"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "criu-rpc" = callPackage @@ -67650,8 +65046,6 @@ self: { libraryPkgconfigDepends = [ protobuf ]; description = "Criu RPC protocol buffer types"; license = lib.licenses.mit; - hydraPlatforms = lib.platforms.none; - broken = true; }) {inherit (pkgs) protobuf;}; "crjdt-haskell" = callPackage @@ -67667,8 +65061,6 @@ self: { testHaskellDepends = [ base containers hedgehog hspec mtl ]; description = "A Conflict-Free Replicated JSON Datatype for Haskell"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "crockford" = callPackage @@ -67699,8 +65091,6 @@ self: { ]; description = "An offline renderer supporting ray tracing and photon mapping"; license = lib.licenses.gpl2Only; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "cron" = callPackage @@ -67762,8 +65152,6 @@ self: { ]; description = "Another bloated standard library"; license = lib.licenses.mit; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "cropty" = callPackage @@ -67790,8 +65178,6 @@ self: { testHaskellDepends = [ base hlint ]; description = "Request and Response types for Eval.so's API"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "crunghc" = callPackage @@ -67810,8 +65196,6 @@ self: { ]; description = "A runghc replacement with transparent caching"; license = lib.licenses.publicDomain; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "crypt-sha512" = callPackage @@ -67885,8 +65269,6 @@ self: { ]; description = "Generic cryptography cipher benchmarks"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "crypto-cipher-tests" = callPackage @@ -67938,8 +65320,6 @@ self: { testHaskellDepends = [ base bytestring QuickCheck ]; description = "An educational tool for studying classical cryptography schemes"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "crypto-conduit" = callPackage @@ -67996,8 +65376,6 @@ self: { ]; description = "Like crypto-pubkey-openssh but not dependent on any specific crypto library"; license = lib.licenses.mit; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "crypto-multihash" = callPackage @@ -68018,8 +65396,6 @@ self: { testHaskellDepends = [ base bytestring hspec QuickCheck ]; description = "Multihash library on top of cryptonite crypto library"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "crypto-numbers" = callPackage @@ -68092,8 +65468,6 @@ self: { ]; description = "OpenSSH keys decoder/encoder"; license = lib.licenses.mit; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "crypto-pubkey-types" = callPackage @@ -68147,8 +65521,6 @@ self: { ]; description = "A random effect using crypto-random"; license = lib.licenses.mit; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "crypto-rng" = callPackage @@ -68179,8 +65551,6 @@ self: { ]; description = "A simple high level encryption interface based on cryptonite"; license = lib.licenses.mit; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "crypto-sodium" = callPackage @@ -68263,8 +65633,6 @@ self: { testHaskellDepends = [ base hspec hspec-expectations MissingH ]; description = "Haskell wrapper for the cryptocompare API"; license = lib.licenses.mit; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "cryptoconditions" = callPackage @@ -68288,8 +65656,6 @@ self: { ]; description = "Interledger Crypto-Conditions"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "cryptohash" = callPackage @@ -68469,8 +65835,6 @@ self: { ]; description = "Shared types for encrypting internal object identifiers before exposure"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "cryptol" = callPackage @@ -68664,8 +66028,6 @@ self: { ]; description = "Bindings for Cryptsy cryptocurrency exchange API"; license = lib.licenses.agpl3Only; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "crystalfontz" = callPackage @@ -68705,8 +66067,6 @@ self: { libraryHaskellDepends = [ base ghc ]; description = "Compiler plugin for common subexpression elimination"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "csg" = callPackage @@ -68889,8 +66249,6 @@ self: { libraryHaskellDepends = [ base containers pretty ]; description = "AST and pretty printer for CSPm"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "css" = callPackage @@ -68902,8 +66260,6 @@ self: { libraryHaskellDepends = [ base mtl text ]; description = "Minimal monadic CSS DSL"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "css-easings" = callPackage @@ -68920,8 +66276,6 @@ self: { ]; description = "Defining and manipulating css easing strings"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "css-selectors" = callPackage @@ -68945,8 +66299,6 @@ self: { ]; description = "Parsing, rendering and manipulating css selectors in Haskell"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "css-syntax" = callPackage @@ -68968,8 +66320,6 @@ self: { ]; description = "High-performance CSS tokenizer and serializer"; license = lib.licenses.mit; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "css-text" = callPackage @@ -69055,8 +66405,6 @@ self: { ]; description = "A collection of CSV tools"; license = "GPL"; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "csv-table" = callPackage @@ -69101,8 +66449,6 @@ self: { librarySystemDepends = [ ctemplate ]; description = "Binding to the Google ctemplate library"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {ctemplate = null;}; "ctkl" = callPackage @@ -69114,8 +66460,6 @@ self: { libraryHaskellDepends = [ array base ]; description = "packaging of Manuel Chakravarty's CTK Light for Hackage"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "ctpl" = callPackage @@ -69192,8 +66536,6 @@ self: { executableToolDepends = [ alex happy ]; description = "Implementation of Univalence in Cubical Sets"; license = lib.licenses.mit; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "cubicbezier" = callPackage @@ -69254,8 +66596,6 @@ self: { executableHaskellDepends = [ base GLUT Yampa ]; description = "3D Yampa/GLUT Puzzle Game"; license = lib.licenses.mit; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "cuckoo" = callPackage @@ -69278,8 +66618,6 @@ self: { doHaddock = false; description = "Haskell Implementation of Cuckoo Filters"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "cuckoo-filter" = callPackage @@ -69454,8 +66792,6 @@ self: { ]; description = "A framework for declaratively writing curl based API tests"; license = lib.licenses.mit; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "curlhs" = callPackage @@ -69539,8 +66875,6 @@ self: { ]; description = "Typesafe currency conversion"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "current-locale" = callPackage @@ -69609,8 +66943,6 @@ self: { ]; description = "Compile the functional logic language Curry to several intermediate formats"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "currycarbon" = callPackage @@ -69677,8 +67009,6 @@ self: { ]; description = "Fast, Haskell RPC"; license = lib.licenses.publicDomain; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "curryrs" = callPackage @@ -69692,8 +67022,6 @@ self: { benchmarkHaskellDepends = [ base ]; description = "Easy to use FFI Bridge for using Rust in Haskell"; license = "unknown"; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "cursedcsv" = callPackage @@ -69841,8 +67169,6 @@ self: { ]; description = "Library for drawing curve based images"; license = lib.licenses.mit; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "cusolver" = callPackage @@ -69888,8 +67214,6 @@ self: { libraryHaskellDepends = [ base basic-prelude monad-loops ]; description = "An enhanced prelude, serving as a foundation for my projects"; license = "GPL"; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "cut-the-crap" = callPackage @@ -70106,8 +67430,6 @@ self: { libraryHaskellDepends = [ base mtl random text ]; description = "Declarative visualization on a web browser with DSL approach"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "daemonize-doublefork" = callPackage @@ -70164,8 +67486,6 @@ self: { ]; description = "Compile-time, type-safe directed acyclic graphs"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "damnpacket" = callPackage @@ -70184,8 +67504,6 @@ self: { testHaskellDepends = [ base bytestring hspec HUnit QuickCheck ]; description = "Parsing dAmn messages"; license = lib.licenses.mit; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "danibot" = callPackage @@ -70208,8 +67526,6 @@ self: { executableHaskellDepends = [ base optparse-applicative ]; description = "Basic Slack bot framework"; license = lib.licenses.mit; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "dao" = callPackage @@ -70240,8 +67556,6 @@ self: { ]; description = "Dao is meta programming language with its own built-in interpreted language, designed with artificial intelligence applications in mind"; license = lib.licenses.gpl3Only; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "dapi" = callPackage @@ -70383,8 +67697,6 @@ self: { ]; description = "Tools to help manage Debian packages with Darcs"; license = "GPL"; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "darcs-cabalized" = callPackage @@ -70406,8 +67718,6 @@ self: { executableSystemDepends = [ curl ncurses zlib ]; description = "David's Advanced Version Control System"; license = "GPL"; - hydraPlatforms = lib.platforms.none; - broken = true; }) {inherit (pkgs) curl; inherit (pkgs) ncurses; inherit (pkgs) zlib;}; @@ -70447,8 +67757,6 @@ self: { ]; description = "Generate graphs of darcs repository activity"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "darcs-monitor" = callPackage @@ -70466,8 +67774,6 @@ self: { ]; description = "Darcs repository monitor (sends email)"; license = "GPL"; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "darcs-scripts" = callPackage @@ -70498,8 +67804,6 @@ self: { ]; description = "Outputs dependencies of darcs patches in dot format"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "darcsden" = callPackage @@ -70595,8 +67899,6 @@ self: { testHaskellDepends = [ base bytestring hspec hspec-core ]; description = "Darkplaces rcon client library"; license = lib.licenses.gpl2Only; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "darkplaces-rcon-util" = callPackage @@ -70644,8 +67946,6 @@ self: { testHaskellDepends = [ base bytestring hspec QuickCheck ]; description = "Parser for darkplaces colorful text"; license = lib.licenses.gpl2Only; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "dash-haskell" = callPackage @@ -70689,8 +67989,6 @@ self: { libraryHaskellDepends = [ base data-accessor monadLib ]; description = "Accessor functions for monadLib's monads"; license = "unknown"; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "data-accessor-monads-fd" = callPackage @@ -70718,8 +68016,6 @@ self: { ]; description = "Use Accessor to access state in monads-tf State monad type family"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "data-accessor-mtl" = callPackage @@ -70796,8 +68092,6 @@ self: { libraryHaskellDepends = [ base ]; description = "Combinator birds"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "data-base" = callPackage @@ -70809,8 +68103,6 @@ self: { libraryHaskellDepends = [ base ]; description = "Utilities for accessing and comparing types based on so called bases - representations with limited polymorphism"; license = lib.licenses.asl20; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "data-basic" = callPackage @@ -70904,8 +68196,6 @@ self: { testHaskellDepends = [ base hspec QuickCheck ]; description = "Library for checking and normalization of data (e.g. from web forms)"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "data-checked" = callPackage @@ -70940,8 +68230,6 @@ self: { libraryHaskellDepends = [ base template-haskell ]; description = "Generate a special combinator from any data type"; license = lib.licenses.mit; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "data-compat" = callPackage @@ -70964,8 +68252,6 @@ self: { libraryHaskellDepends = [ base stm ]; description = "A Library for directional queues"; license = lib.licenses.mit; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "data-construction" = callPackage @@ -70977,8 +68263,6 @@ self: { libraryHaskellDepends = [ base ]; description = "Data construction abstractions including Constructor, Destructor, Maker, Destroyer, Producer and Consumer"; license = lib.licenses.asl20; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "data-constructors" = callPackage @@ -71227,8 +68511,6 @@ self: { ]; description = "Space-efficient and privacy-preserving data dispersal algorithms"; license = lib.licenses.lgpl21Only; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "data-diverse" = callPackage @@ -71262,8 +68544,6 @@ self: { testHaskellDepends = [ base data-diverse hspec lens tagged ]; description = "Isos & Lens for Data.Diverse.Many and Prisms for Data.Diverse.Which"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "data-dword" = callPackage @@ -71298,8 +68578,6 @@ self: { ]; description = "Consistent set of utility functions for Maybe, Either, List and Monoids"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "data-elf" = callPackage @@ -71338,8 +68616,6 @@ self: { ]; description = "Embed files and other binary blobs inside executables without Template Haskell"; license = lib.licenses.mit; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "data-emoticons" = callPackage @@ -71351,8 +68627,6 @@ self: { libraryHaskellDepends = [ base ]; description = "Combinator emoticons: data-aviary in the flavor of emoticons"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "data-endian" = callPackage @@ -71404,8 +68678,6 @@ self: { ]; description = "A type safe file path data structure"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "data-files-gen" = callPackage @@ -71452,8 +68724,6 @@ self: { ]; description = "Finite totally ordered sets"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "data-fin-simple" = callPackage @@ -71466,8 +68736,6 @@ self: { testHaskellDepends = [ base doctest ]; description = "Simple integral finite set"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "data-fix" = callPackage @@ -71514,8 +68782,6 @@ self: { libraryHaskellDepends = [ base ]; description = "An efficient data type for sets of flags"; license = lib.licenses.mit; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "data-foldapp" = callPackage @@ -71669,8 +68935,6 @@ self: { libraryHaskellDepends = [ base containers ]; description = "Write-once variables with concurrency support"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "data-json-token" = callPackage @@ -71701,8 +68965,6 @@ self: { ]; description = "Sculpt mutable recursive data with reference equality; bake it using a data kiln into an immutable lazy structure"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "data-layer" = callPackage @@ -71741,8 +69003,6 @@ self: { ]; description = "Used to be Haskell 98 Lenses"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "data-lens-fd" = callPackage @@ -71826,8 +69086,6 @@ self: { libraryHaskellDepends = [ base containers ]; description = "Data.Map with multiple, unique keys"; license = lib.licenses.mit; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "data-memocombinators" = callPackage @@ -71904,8 +69162,6 @@ self: { libraryHaskellDepends = [ base semigroups ]; description = "data Nat = Zero | Succ Nat"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "data-object" = callPackage @@ -71917,8 +69173,6 @@ self: { libraryHaskellDepends = [ base bytestring failure text time ]; description = "Represent hierachichal structures, called objects in JSON. (deprecated)"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "data-object-json" = callPackage @@ -72008,8 +69262,6 @@ self: { ]; description = "Read PDF form fields"; license = lib.licenses.mit; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "data-pprint" = callPackage @@ -72021,8 +69273,6 @@ self: { libraryHaskellDepends = [ base deepseq mtl parallel pretty time ]; description = "Prettyprint and compare Data values"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "data-quotientref" = callPackage @@ -72034,8 +69284,6 @@ self: { libraryHaskellDepends = [ base ]; description = "Reference cells that need two independent indices to be accessed"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "data-r-tree" = callPackage @@ -72054,8 +69302,6 @@ self: { ]; description = "R-Tree is a spatial data structure similar to Quadtrees or B-Trees"; license = lib.licenses.mit; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "data-ref" = callPackage @@ -72099,8 +69345,6 @@ self: { libraryHaskellDepends = [ base containers data-reify ]; description = "Common Sub-Expression Elimination for graphs generated by Data.Reify."; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "data-repr" = callPackage @@ -72112,8 +69356,6 @@ self: { libraryHaskellDepends = [ base generic-deriving lens ]; description = "Alternative to Show data printing utility"; license = lib.licenses.asl20; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "data-result" = callPackage @@ -72137,8 +69379,6 @@ self: { libraryHaskellDepends = [ base bytestring containers text vector ]; description = "A typeclass for reversing order of contents"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "data-rope" = callPackage @@ -72150,8 +69390,6 @@ self: { libraryHaskellDepends = [ base bytestring bytestring-mmap unix ]; description = "Ropes, an alternative to (Byte)Strings"; license = "GPL"; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "data-rtuple" = callPackage @@ -72195,8 +69433,6 @@ self: { ]; description = "Profiling of data structures"; license = lib.licenses.mit; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "data-sketches" = callPackage @@ -72251,8 +69487,6 @@ self: { libraryHaskellDepends = [ base vector-space ]; description = "Deprecated. Now called \"spacepart\". Space partitioning data structures."; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "data-standards" = callPackage @@ -72264,8 +69498,6 @@ self: { libraryHaskellDepends = [ base hashable unordered-containers ]; description = "A collection of standards representable by simple data types"; license = lib.licenses.mpl20; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "data-stm32" = callPackage @@ -72319,8 +69551,6 @@ self: { ]; description = "Type safe, in-memory dictionary with multidimensional keys"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "data-stringmap" = callPackage @@ -72339,8 +69569,6 @@ self: { ]; description = "An efficient implementation of maps from strings to arbitrary values"; license = lib.licenses.mit; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "data-structure-inferrer" = callPackage @@ -72378,8 +69606,6 @@ self: { testHaskellDepends = [ base tasty tasty-quickcheck ]; description = "Shorter binary words"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "data-tensor" = callPackage @@ -72472,8 +69698,6 @@ self: { libraryHaskellDepends = [ base ]; description = "Basic type wrangling types and classes"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "data-util" = callPackage @@ -72485,8 +69709,6 @@ self: { libraryHaskellDepends = [ base ]; description = "utilities for handle data"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "data-validation" = callPackage @@ -72503,8 +69725,6 @@ self: { ]; description = "A library for creating type safe validations"; license = lib.licenses.asl20; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "data-variant" = callPackage @@ -72516,8 +69736,6 @@ self: { libraryHaskellDepends = [ base safe ]; description = "A variant data type, useful for modeling dynamically-typed programming languages"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "data-vector-growable" = callPackage @@ -72560,8 +69778,6 @@ self: { ]; description = "HasId/Groundhog interop"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "database-migrate" = callPackage @@ -72590,8 +69806,6 @@ self: { libraryHaskellDepends = [ base containers ]; description = "Demonstrate how a database can be implemented the functional way"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "datadog" = callPackage @@ -72621,8 +69835,6 @@ self: { ]; description = "Datadog client for Haskell. Supports both the HTTP API and StatsD."; license = lib.licenses.mit; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "datadog-tracing" = callPackage @@ -72704,8 +69916,6 @@ self: { ]; description = "Fixing data-flow problems"; license = lib.licenses.isc; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "dataflow" = callPackage @@ -72774,8 +69984,6 @@ self: { ]; description = "An implementation of datalog in Haskell"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "datapacker" = callPackage @@ -72793,8 +70001,6 @@ self: { ]; description = "Tool to help pack files into the minimum number of CDs/DVDs/etc"; license = "GPL"; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "datarobot" = callPackage @@ -72921,8 +70127,6 @@ self: { ]; description = "Utilities to make Data.Time.* easier to use"; license = "GPL"; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "datetime-sb" = callPackage @@ -72941,8 +70145,6 @@ self: { ]; description = "Utilities to make Data.Time.* easier to use."; license = "GPL"; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "dawdle" = callPackage @@ -72957,8 +70159,6 @@ self: { executableHaskellDepends = [ base filepath parsec pretty text ]; description = "Generates DDL suggestions based on a CSV file"; license = lib.licenses.mit; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "dawg" = callPackage @@ -72974,8 +70174,6 @@ self: { ]; description = "Directed acyclic word graphs"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "dawg-ord" = callPackage @@ -73008,8 +70206,6 @@ self: { testHaskellDepends = [ base hspec postgresql-simple text ]; description = "Clean database tables automatically around hspec tests"; license = lib.licenses.mit; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "dbf" = callPackage @@ -73023,8 +70219,6 @@ self: { ]; description = "Read and write XBase \".dbf\" files"; license = lib.licenses.publicDomain; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "dbjava" = callPackage @@ -73064,8 +70258,6 @@ self: { ]; description = "A *simple* database migration tool"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "dbmigrations" = callPackage @@ -73113,8 +70305,6 @@ self: { ]; description = "The dbmigrations tool built for MySQL databases"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "dbmigrations-postgresql" = callPackage @@ -73133,8 +70323,6 @@ self: { ]; description = "The dbmigrations tool built for PostgreSQL databases"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "dbmigrations-sqlite" = callPackage @@ -73149,8 +70337,6 @@ self: { testHaskellDepends = [ base dbmigrations HDBC HDBC-sqlite3 HUnit ]; description = "The dbmigrations tool built for SQLite databases"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "dbus" = callPackage @@ -73239,8 +70425,6 @@ self: { ]; description = "Low-level D-Bus protocol implementation"; license = lib.licenses.gpl3Only; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "dbus-hslogger" = callPackage @@ -73273,8 +70457,6 @@ self: { testHaskellDepends = [ base containers dbus QuickCheck ]; description = "Quasi-quoter for DBus functions"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "dbus-th" = callPackage @@ -73332,8 +70514,6 @@ self: { ]; description = "This packge is deprecated. See the the \"LIO.DCLabel\" in the \"lio\" package."; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "dclabel-eci11" = callPackage @@ -73345,8 +70525,6 @@ self: { libraryHaskellDepends = [ base pretty QuickCheck ]; description = "The Disjunction Category Label Format"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "dcpu16" = callPackage @@ -73366,8 +70544,6 @@ self: { testHaskellDepends = [ base ]; description = "DCPU-16 Emulator & Assembler"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "ddate" = callPackage @@ -73379,8 +70555,6 @@ self: { libraryHaskellDepends = [ base dates time ]; description = "Discordian Date Types for Haskell"; license = lib.licenses.gpl2Only; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "ddc-base" = callPackage @@ -73396,8 +70570,6 @@ self: { ]; description = "Disciplined Disciple Compiler common utilities"; license = lib.licenses.mit; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "ddc-build" = callPackage @@ -73430,8 +70602,6 @@ self: { libraryHaskellDepends = [ base filepath ]; description = "Disciplined Disciple Compiler base libraries"; license = lib.licenses.mit; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "ddc-core" = callPackage @@ -73723,8 +70893,6 @@ self: { ]; description = "detect dead code in haskell projects"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "dead-simple-json" = callPackage @@ -73740,8 +70908,6 @@ self: { ]; description = "Dead simple JSON parser, with some Template Haskell sugar"; license = lib.licenses.mit; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "dear-imgui" = callPackage @@ -73905,8 +71071,6 @@ self: { ]; description = "secure remote debugging"; license = lib.licenses.agpl3Only; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "debug-pp" = callPackage @@ -73963,8 +71127,6 @@ self: { executableHaskellDepends = [ base ]; description = "More useful trace functions for investigating bugs"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "debugger-hs" = callPackage @@ -74014,8 +71176,6 @@ self: { libraryHaskellDepends = [ base comonad-transformers ]; description = "The categorical dual of transformers"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "decidable" = callPackage @@ -74061,8 +71221,6 @@ self: { testHaskellDepends = [ base tasty tasty-hunit ]; description = "Preprocessing decimal literals more or less as they are (instead of via fractions)"; license = lib.licenses.gpl3Only; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "decision-diagrams" = callPackage @@ -74135,8 +71293,6 @@ self: { libraryHaskellDepends = [ base binary bytestring conduit ]; description = "Conduit for decoding ByteStrings using Data.Binary.Get"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "dedukti" = callPackage @@ -74194,8 +71350,6 @@ self: { testToolDepends = [ markdown-unlit ]; description = "Deep natural and unnatural tree transformations, including attribute grammars"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "deepcontrol" = callPackage @@ -74212,8 +71366,6 @@ self: { ]; description = "A library that provides deep-level programming style and(or) notation on Applicative and Monad"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "deepl" = callPackage @@ -74305,8 +71457,6 @@ self: { ]; description = "Bounded deepseq, including support for generic deriving"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "deepseq-generics" = callPackage @@ -74347,8 +71497,6 @@ self: { libraryHaskellDepends = [ base ]; description = "Deep evaluation of data structures without NFData"; license = lib.licenses.publicDomain; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "deepseq-th" = callPackage @@ -74361,8 +71509,6 @@ self: { testHaskellDepends = [ base deepseq template-haskell ]; description = "Template Haskell based deriver for optimised NFData instances"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "deepzoom" = callPackage @@ -74425,8 +71571,6 @@ self: { ]; description = "The base modules of the Definitive framework"; license = "unknown"; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "definitive-filesystem" = callPackage @@ -74571,8 +71715,6 @@ self: { librarySystemDepends = [ mpdec ]; description = "Decimal floating point arithmetic"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {mpdec = null;}; "deka-tests" = callPackage @@ -74728,8 +71870,6 @@ self: { libraryHaskellDepends = [ base ]; description = "Generalized the Prelude more functionally"; license = lib.licenses.mit; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "demarcate" = callPackage @@ -74742,8 +71882,6 @@ self: { testHaskellDepends = [ base hspec ]; description = "Demarcating transformed monad"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "denominate" = callPackage @@ -74758,8 +71896,6 @@ self: { executableHaskellDepends = [ base directory filepath ]; description = "Functions supporting bulk file and directory name normalization"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "dense" = callPackage @@ -74805,8 +71941,6 @@ self: { ]; description = "Dense int-set"; license = lib.licenses.mit; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "dense-linear-algebra" = callPackage @@ -74844,8 +71978,6 @@ self: { ]; description = "Dependency injection for records-of-functions"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "dep-t-advice" = callPackage @@ -74933,8 +72065,6 @@ self: { ]; description = "Dependent hash maps"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "dependent-literals" = callPackage @@ -75015,8 +72145,6 @@ self: { ]; description = "Dependent map that uses semigroup mappend"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "dependent-state" = callPackage @@ -75107,8 +72235,6 @@ self: { ]; description = "A simple configuration management tool for Haskell"; license = lib.licenses.mit; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "dephd" = callPackage @@ -75155,8 +72281,6 @@ self: { libraryHaskellDepends = [ base containers dlist mtl parsec ]; description = "DepTrack Core types and model"; license = lib.licenses.asl20; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "deptrack-devops" = callPackage @@ -75233,8 +72357,6 @@ self: { libraryHaskellDepends = [ base fgl ]; description = "Find derangements of lists"; license = "GPL"; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "derivation-trees" = callPackage @@ -75248,8 +72370,6 @@ self: { ]; description = "Typeset Derivation Trees via MetaPost"; license = "GPL"; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "derive" = callPackage @@ -75270,8 +72390,6 @@ self: { executableHaskellDepends = [ base ]; description = "A program and library to derive instances for data types"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "derive-IG" = callPackage @@ -75295,8 +72413,6 @@ self: { libraryHaskellDepends = [ base data-default ]; description = "Generic instances for enumerating complex data types"; license = lib.licenses.gpl3Only; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "derive-gadt" = callPackage @@ -75318,8 +72434,6 @@ self: { ]; description = "Instance deriving for (a subset of) GADTs"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "derive-lifted-instances" = callPackage @@ -75348,8 +72462,6 @@ self: { testHaskellDepends = [ base semigroups ]; description = "derive Semigroup/Monoid/IsList"; license = lib.licenses.mit; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "derive-storable" = callPackage @@ -75408,8 +72520,6 @@ self: { libraryHaskellDepends = [ array base containers template-haskell ]; description = "Automatic derivation of Trie implementations"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "deriveJsonNoPrefix" = callPackage @@ -75510,8 +72620,6 @@ self: { libraryHaskellDepends = [ base derp ]; description = "combinators based on parsing with derivatives (derp) package"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "derulo" = callPackage @@ -75548,8 +72656,6 @@ self: { ]; description = "Combinators for describing binary data structures"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "descrilo" = callPackage @@ -75595,8 +72701,6 @@ self: { ]; description = "Library, interpreter, and CLI for Descript programming language"; license = lib.licenses.gpl3Only; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "descriptive" = callPackage @@ -75659,8 +72763,6 @@ self: { testHaskellDepends = [ base hspec ]; description = "Simple deterministic game engine"; license = lib.licenses.mit; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "detour-via-sci" = callPackage @@ -75736,8 +72838,6 @@ self: { executableHaskellDepends = [ base bytestring utf8-string ]; description = "Get rid of unicode (utf-8) symbols in Haskell sources"; license = lib.licenses.mit; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "devil" = callPackage @@ -75756,8 +72856,6 @@ self: { ]; description = "A small tool to make it easier to update program managed by Angel"; license = lib.licenses.mit; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "devtools" = callPackage @@ -75899,8 +72997,6 @@ self: { ]; description = "Build Debian From Scratch CD/DVD images"; license = "GPL"; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "dgim" = callPackage @@ -75913,8 +73009,6 @@ self: { testHaskellDepends = [ base Cabal QuickCheck ]; description = "Implementation of DGIM algorithm"; license = lib.licenses.mit; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "dgs" = callPackage @@ -75926,8 +73020,6 @@ self: { libraryHaskellDepends = [ base HTTP mtl network split ]; description = "Haskell front-end for DGS' bot interface"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "dhall_1_29_0" = callPackage @@ -76241,8 +73333,6 @@ self: { ]; description = "Check all dhall files in a project"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "dhall-csv" = callPackage @@ -76273,8 +73363,6 @@ self: { ]; description = "Convert bidirectionally between Dhall and CSV files"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "dhall-docs" = callPackage @@ -76339,8 +73427,6 @@ self: { testToolDepends = [ hspec-discover ]; description = "Translate concourse config from Dhall to YAML"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "dhall-json" = callPackage @@ -76586,9 +73672,7 @@ self: { ]; description = "Template text using Dhall"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; maintainers = with lib.maintainers; [ Gabriel439 ]; - broken = true; }) {}; "dhall-to-cabal" = callPackage @@ -76617,8 +73701,6 @@ self: { ]; description = "Compile Dhall expressions to Cabal files"; license = lib.licenses.mit; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "dhall-toml" = callPackage @@ -76643,8 +73725,6 @@ self: { ]; description = "Convert between Dhall and TOML"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "dhall-yaml" = callPackage @@ -76692,8 +73772,6 @@ self: { ]; description = "Parse a DHCP lease file"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "dhrun" = callPackage @@ -76727,8 +73805,6 @@ self: { doHaddock = false; description = "Dhall/YAML configurable concurrent integration test executor"; license = lib.licenses.mit; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "di" = callPackage @@ -76836,8 +73912,6 @@ self: { libraryHaskellDepends = [ base deepseq ]; description = "An EDSL for teaching Haskell with diagrams - data types"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "dia-functions" = callPackage @@ -76886,8 +73960,6 @@ self: { libraryHaskellDepends = [ base cubicbezier diagrams-lib ]; description = "deprecated, part of diagrams-contrib since 1.4"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "diagrams-braille" = callPackage @@ -76943,8 +74015,6 @@ self: { ]; description = "hint-based build service for the diagrams graphics EDSL"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "diagrams-cairo" = callPackage @@ -77051,8 +74121,6 @@ self: { ]; description = "Graph layout and drawing with GraphViz and diagrams"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "diagrams-gtk" = callPackage @@ -77068,8 +74136,6 @@ self: { ]; description = "Backend for rendering diagrams directly to GTK windows"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "diagrams-haddock" = callPackage @@ -77215,8 +74281,6 @@ self: { ]; description = "PDF backend for diagrams drawing EDSL"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "diagrams-pgf" = callPackage @@ -77273,8 +74337,6 @@ self: { ]; description = "Draw QR codes to SVG, PNG, PDF or PS files"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "diagrams-rasterific" = callPackage @@ -77382,8 +74444,6 @@ self: { ]; description = "TikZ backend for diagrams drawing EDSL"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "diagrams-wx" = callPackage @@ -77477,8 +74537,6 @@ self: { ]; description = "A simple, forward build system"; license = lib.licenses.mit; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "dice" = callPackage @@ -77526,8 +74584,6 @@ self: { executableHaskellDepends = [ base ]; description = "Convert a Diceware wordlist into a printer-ready LaTeX file"; license = lib.licenses.gpl3Only; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "dicom" = callPackage @@ -77541,8 +74597,6 @@ self: { ]; description = "A library for reading and writing DICOM files in the Explicit VR Little Endian transfer syntax"; license = lib.licenses.gpl3Only; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "dictionaries" = callPackage @@ -77571,8 +74625,6 @@ self: { ]; description = "Tools to handle StarDict dictionaries"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "dictionary-sharing" = callPackage @@ -77601,8 +74653,6 @@ self: { testHaskellDepends = [ base hspec parsec ]; description = "Parsec parsers for the DICT format produced by dictfmt -t"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "diet" = callPackage @@ -77620,8 +74670,6 @@ self: { ]; description = "Discrete Interval Encoding Trees"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "diff" = callPackage @@ -77633,8 +74681,6 @@ self: { libraryHaskellDepends = [ base Enum util ]; description = "Diff and patch"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "diff-gestalt" = callPackage @@ -77649,8 +74695,6 @@ self: { testHaskellDepends = [ base Diff ]; description = "A diff algorithm based on recursive longest common substrings"; license = "unknown"; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "diff-parse" = callPackage @@ -77708,8 +74752,6 @@ self: { ]; description = "Diff two .cabal files syntactically"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "diffdump" = callPackage @@ -77774,8 +74816,6 @@ self: { ]; description = "Finds out whether an entity comes from different distributions (statuses)"; license = lib.licenses.gpl3Only; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "diffmap" = callPackage @@ -77789,8 +74829,6 @@ self: { libraryHaskellDepends = [ base containers ]; description = "diff on maps"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "difftodo" = callPackage @@ -77816,8 +74854,6 @@ self: { ]; description = "Generate todo lists from source code"; license = lib.licenses.asl20; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "digamma" = callPackage @@ -77853,8 +74889,6 @@ self: { testHaskellDepends = [ array base bytestring digest QuickCheck ]; description = "Pure hash functions for bytestrings"; license = "unknown"; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "digest-sig" = callPackage @@ -77885,8 +74919,6 @@ self: { ]; description = "Speed up form designing using digestive functors and bootstrap"; license = lib.licenses.mit; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "digestive-foundation-lucid" = callPackage @@ -77903,8 +74935,6 @@ self: { ]; description = "Speed up form designing using digestive functors and foundation"; license = lib.licenses.mit; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "digestive-functors" = callPackage @@ -77947,8 +74977,6 @@ self: { ]; description = "Run digestive-functors forms against JSON"; license = lib.licenses.gpl3Only; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "digestive-functors-blaze" = callPackage @@ -77979,8 +75007,6 @@ self: { ]; description = "Happstack backend for the digestive-functors library"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "digestive-functors-heist" = callPackage @@ -78093,8 +75119,6 @@ self: { testHaskellDepends = [ base doctest hspec ]; description = "digitalocean api for haskell"; license = lib.licenses.mit; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "digits" = callPackage @@ -78107,8 +75131,6 @@ self: { testHaskellDepends = [ base QuickCheck ]; description = "Converts integers to lists of digits and back"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "digraph" = callPackage @@ -78156,8 +75178,6 @@ self: { testHaskellDepends = [ base containers fingertree hspec ]; description = "A simpler Dijkstra shortest paths implementation"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "dimensional" = callPackage @@ -78201,8 +75221,6 @@ self: { libraryHaskellDepends = [ base numtype-tf time ]; description = "Statically checked physical dimensions, implemented using type families"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "dimensions" = callPackage @@ -78339,8 +75357,6 @@ self: { libraryToolDepends = [ happy ]; description = "A quadratic diophantine equation solving library"; license = lib.licenses.gpl2Only; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "diplomacy" = callPackage @@ -78408,8 +75424,6 @@ self: { libraryHaskellDepends = [ base bytestring mtl ]; description = "Serialization and deserialization monads for streams and ByteStrings"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "direct-daemonize" = callPackage @@ -78436,8 +75450,6 @@ self: { ]; description = "Native implementation of the FastCGI protocol"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "direct-http" = callPackage @@ -78456,8 +75468,6 @@ self: { ]; description = "Native webserver that acts as a library"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "direct-murmur-hash" = callPackage @@ -78480,8 +75490,6 @@ self: { libraryHaskellDepends = [ base ghc ghc-paths ]; description = "Lightweight replacement for Plugins, specific to GHC"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "direct-rocksdb" = callPackage @@ -78501,8 +75509,6 @@ self: { ]; description = "Bindings to RocksDB"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "direct-sqlite" = callPackage @@ -78535,8 +75541,6 @@ self: { ]; description = "Finite directed cubical complexes and associated algorithms"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "directory_1_3_7_0" = callPackage @@ -78573,8 +75577,6 @@ self: { ]; description = "Recursively build, navigate, and operate on a tree of directory contents"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "directory-layout" = callPackage @@ -78638,8 +75640,6 @@ self: { executableHaskellDepends = [ base directory ]; description = "Deletes a directory and retains its contents in the parent directory"; license = lib.licenses.gpl3Only; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "dirfiles" = callPackage @@ -78837,8 +75837,6 @@ self: { executableHaskellDepends = [ base text unliftio ]; description = "Write bots for Discord in Haskell"; license = lib.licenses.mit; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "discord-haskell-voice" = callPackage @@ -78955,8 +75953,6 @@ self: { ]; description = "Type information for discord-hs"; license = lib.licenses.mit; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "discordian-calendar" = callPackage @@ -78968,8 +75964,6 @@ self: { libraryHaskellDepends = [ base time ]; description = "library for handling Discordian calendar dates"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "discount" = callPackage @@ -79010,8 +76004,6 @@ self: { libraryHaskellDepends = [ base ]; description = "replacement for enum"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "discrete-intervals" = callPackage @@ -79087,8 +76079,6 @@ self: { ]; description = "Disjoint containers"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "disjoint-set" = callPackage @@ -79105,8 +76095,6 @@ self: { ]; description = "Persistent disjoint-sets, a.k.a union-find."; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "disjoint-set-stateful" = callPackage @@ -79119,8 +76107,6 @@ self: { testHaskellDepends = [ base hspec primitive ref-tf vector ]; description = "Monadic disjoint set"; license = lib.licenses.mit; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "disjoint-sets-st" = callPackage @@ -79210,8 +76196,6 @@ self: { doHaddock = false; description = "Generate/Upload cabal package to Hackage"; license = lib.licenses.gpl3Only; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "distance" = callPackage @@ -79225,8 +76209,6 @@ self: { libraryHaskellDepends = [ base ]; description = "Useful distance datatype and functions"; license = lib.licenses.mit; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "distance-of-time" = callPackage @@ -79302,8 +76284,6 @@ self: { ]; description = "AWS Lambda backend for distributed-fork"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "distributed-process" = callPackage @@ -79328,8 +76308,6 @@ self: { ]; description = "Cloud Haskell: Erlang-style concurrency in Haskell"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "distributed-process-async" = callPackage @@ -79848,8 +76826,6 @@ self: { ]; description = "Finite discrete probability distributions"; license = lib.licenses.asl20; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "distribution-nixpkgs" = callPackage @@ -80023,8 +76999,6 @@ self: { testHaskellDepends = [ base hspec QuickCheck ]; description = "Hit drums with haskell"; license = lib.licenses.mit; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "djinn" = callPackage @@ -80081,8 +77055,6 @@ self: { ]; description = "Generate executable Haskell code from a type"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "dl-fedora" = callPackage @@ -80193,8 +77165,6 @@ self: { ]; description = "AVAYA DMCC API bindings and WebSockets server for AVAYA"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "dmenu" = callPackage @@ -80210,8 +77180,6 @@ self: { ]; description = "Complete bindings to the dmenu and dmenu2 command line tools"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "dmenu-pkill" = callPackage @@ -80306,8 +77274,6 @@ self: { testHaskellDepends = [ attoparsec base bytestring HUnit text ]; description = "DNS name parsing and pattern matching utilities"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "dnscache" = callPackage @@ -80326,8 +77292,6 @@ self: { executableHaskellDepends = [ base ]; description = "Caching DNS resolver library and mass DNS resolver utility"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "dnsrbl" = callPackage @@ -80340,8 +77304,6 @@ self: { libraryHaskellDepends = [ base containers hsdns HUnit network ]; description = "Asynchronous DNS RBL lookup"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "dnssd" = callPackage @@ -80354,8 +77316,6 @@ self: { librarySystemDepends = [ dns_sd ]; description = "DNS service discovery bindings"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {dns_sd = null;}; "do-list" = callPackage @@ -80425,8 +77385,6 @@ self: { ]; description = "DigitalOcean Spaces API bindings"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "dobutok" = callPackage @@ -80438,8 +77396,6 @@ self: { libraryHaskellDepends = [ base ]; description = "Creates the time intervals for CLI changing messages on the screen"; license = lib.licenses.mit; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "dobutokO" = callPackage @@ -80621,8 +77577,6 @@ self: { ]; description = "Checks Haddock comments for pitfalls and version changes"; license = lib.licenses.gpl3Only; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "docidx" = callPackage @@ -80641,8 +77595,6 @@ self: { ]; description = "Generate an HTML index of installed Haskell packages and their documentation"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "docker" = callPackage @@ -80676,8 +77628,6 @@ self: { ]; description = "An API client for docker written in Haskell"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "docker-build-cacher" = callPackage @@ -80700,8 +77650,6 @@ self: { ]; description = "Builds a docker image and caches all of its intermediate stages"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "dockercook" = callPackage @@ -80735,8 +77683,6 @@ self: { testHaskellDepends = [ base HTF text vector ]; description = "A build tool for multiple docker image layers"; license = lib.licenses.mit; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "dockerfile" = callPackage @@ -80770,8 +77716,6 @@ self: { th-lift th-lift-instances time ]; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "doclayout" = callPackage @@ -80811,8 +77755,6 @@ self: { ]; description = "A command-line interface parser that will make you smile"; license = lib.licenses.mit; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "docrecords" = callPackage @@ -80833,8 +77775,6 @@ self: { ]; description = "Vinyl-based records with hierarchical field names, default values and documentation"; license = lib.licenses.mit; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "docstrings" = callPackage @@ -80982,8 +77922,6 @@ self: { doHaddock = false; description = "Easy way to run doctests via cabal (no aeson dependency, uses configurator instead)"; license = lib.licenses.publicDomain; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "doctest-driver-gen" = callPackage @@ -81075,8 +78013,6 @@ self: { doHaddock = false; description = "Test interactive Haskell examples"; license = lib.licenses.mit; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "doctest-prop" = callPackage @@ -81089,8 +78025,6 @@ self: { testHaskellDepends = [ base doctest HUnit QuickCheck ]; description = "Allow QuickCheck-style property testing within doctest"; license = lib.licenses.mit; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "docusign-base" = callPackage @@ -81107,8 +78041,6 @@ self: { ]; description = "Low-level bindings to the DocuSign API"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "docusign-base-minimal" = callPackage @@ -81162,8 +78094,6 @@ self: { ]; description = "DocuSign examples"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "docvim" = callPackage @@ -81190,8 +78120,6 @@ self: { ]; description = "Documentation generator for Vim plug-ins"; license = lib.licenses.mit; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "doi" = callPackage @@ -81220,8 +78148,6 @@ self: { ]; description = "Automatic Bibtex and fulltext of scientific articles"; license = lib.licenses.mit; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "doldol" = callPackage @@ -81469,8 +78395,6 @@ self: { testHaskellDepends = [ base containers hspec lens mtl random ]; description = "A simulator for the board game Dominion"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "domplate" = callPackage @@ -81487,8 +78411,6 @@ self: { ]; description = "A simple templating library using HTML5 as its template language"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "dormouse-client" = callPackage @@ -81543,8 +78465,6 @@ self: { testToolDepends = [ hspec-discover ]; description = "Library for type-safe representations of Uri/Urls"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "dot" = callPackage @@ -81584,8 +78504,6 @@ self: { ]; description = "Initial project template from stack"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "dot2graphml" = callPackage @@ -81689,8 +78607,6 @@ self: { doHaddock = false; description = "Filesystem to manage and parse dotfiles"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "dotgen" = callPackage @@ -81781,8 +78697,6 @@ self: { libraryHaskellDepends = [ base ]; description = "Doublify API toolkit for Haskell"; license = lib.licenses.mit; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "dove" = callPackage @@ -81818,8 +78732,6 @@ self: { ]; description = "A PureScript interpreter with a Haskell FFI"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "dovetail-aeson" = callPackage @@ -81960,8 +78872,6 @@ self: { ]; description = "A small, low-dependency library that provides turn-key file download over HTTP and HTTPS"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "dozenal" = callPackage @@ -81973,8 +78883,6 @@ self: { libraryHaskellDepends = [ base ]; description = "A Haskell library for using Dozenal (Duodecimal - Base 12) numbers"; license = lib.licenses.gpl3Only; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "dozens" = callPackage @@ -81994,8 +78902,6 @@ self: { ]; description = "dozens api library"; license = lib.licenses.mit; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "dph-base" = callPackage @@ -82009,8 +78915,6 @@ self: { ]; description = "Data Parallel Haskell common config and debugging functions"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "dph-examples" = callPackage @@ -82167,8 +79071,6 @@ self: { testPkgconfigDepends = [ libdpkg ]; description = "libdpkg bindings"; license = lib.licenses.gpl3Only; - hydraPlatforms = lib.platforms.none; - broken = true; }) {inherit (pkgs) dpkg; libdpkg = null;}; "dpor" = callPackage @@ -82182,8 +79084,6 @@ self: { ]; description = "A generic implementation of dynamic partial-order reduction (DPOR) for testing arbitrary models of concurrency"; license = lib.licenses.mit; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "dprox" = callPackage @@ -82220,8 +79120,6 @@ self: { libraryHaskellDepends = [ base containers ]; description = "Monadic FRP"; license = lib.licenses.publicDomain; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "dragen" = callPackage @@ -82242,8 +79140,6 @@ self: { ]; description = "Automatic derivation of optimized QuickCheck random generators"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "drama" = callPackage @@ -82289,8 +79185,6 @@ self: { testHaskellDepends = [ base containers hspec QuickCheck ]; description = "A port of asciimoo's drawille to haskell"; license = lib.licenses.gpl3Only; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "dresdner-verkehrsbetriebe" = callPackage @@ -82313,8 +79207,6 @@ self: { ]; description = "Library and program for querying DVB (Dresdner Verkehrsbetriebe AG)"; license = lib.licenses.mit; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "drifter" = callPackage @@ -82351,8 +79243,6 @@ self: { ]; description = "PostgreSQL support for the drifter schema migration tool"; license = lib.licenses.mit; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "drifter-sqlite" = callPackage @@ -82408,8 +79298,6 @@ self: { libraryToolDepends = [ c2hs ]; description = "A Haskell bindings to the DRMAA C library"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {drmaa = null;}; "drone" = callPackage @@ -82428,8 +79316,6 @@ self: { microlens req servant-server text warp ]; license = lib.licenses.mit; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "dropbox" = callPackage @@ -82528,8 +79414,6 @@ self: { testHaskellDepends = [ base QuickCheck tasty tasty-quickcheck ]; description = "A subset of the miniKanren language"; license = lib.licenses.mit; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "dsc" = callPackage @@ -82549,8 +79433,6 @@ self: { ]; description = "Helper functions for setting up Double Submit Cookie defense for forms"; license = lib.licenses.mit; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "dsh-sql" = callPackage @@ -82596,8 +79478,6 @@ self: { ]; description = "DSMC library for rarefied gas dynamics"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "dsmc-tools" = callPackage @@ -82629,8 +79509,6 @@ self: { libraryHaskellDepends = [ base parsec ]; description = "Haskell Doge Serialized Object Notation Parser"; license = lib.licenses.gpl3Only; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "dson-parsec" = callPackage @@ -82642,8 +79520,6 @@ self: { libraryHaskellDepends = [ base parsec ]; description = "DSON parser"; license = lib.licenses.mit; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "dsp" = callPackage @@ -82669,8 +79545,6 @@ self: { libraryHaskellDepends = [ base base-unicode-symbols dlist ]; description = "Difference strings"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "dsv" = callPackage @@ -82749,8 +79623,6 @@ self: { ]; description = "Parse and render XML DTDs"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "dtd-types" = callPackage @@ -82792,8 +79664,6 @@ self: { ]; description = "(Fast) Dynamic Time Warping"; license = lib.licenses.mit; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "dual" = callPackage @@ -82862,8 +79732,6 @@ self: { ]; description = "Automatically generate dual constructions"; license = "AGPL"; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "dublincore-xml-conduit" = callPackage @@ -82948,8 +79816,6 @@ self: { ]; description = "A tiny language, a subset of Haskell (with type classes) aimed at aiding teachers to teach Haskell"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "dumb-cas" = callPackage @@ -83007,8 +79873,6 @@ self: { ]; description = "A plug-in for rendering GHC core"; license = lib.licenses.isc; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "dunai" = callPackage @@ -83040,8 +79904,6 @@ self: { ]; description = "Generalised reactive framework supporting classic, arrowized and monadic FRP. (Core library fork.)"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "dunai-test" = callPackage @@ -83091,8 +79953,6 @@ self: { ]; description = "Frontend development build tool"; license = lib.licenses.mit; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "dura" = callPackage @@ -83106,8 +79966,6 @@ self: { libraryHaskellDepends = [ base bytestring directory filepath ]; description = "durable/atomic file system writes (from rio package)"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "duration" = callPackage @@ -83164,8 +80022,6 @@ self: { ]; description = "Dead simple password manager"; license = lib.licenses.mit; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "dvda" = callPackage @@ -83202,8 +80058,6 @@ self: { libraryToolDepends = [ c2hs ]; description = "A monadic interface to libdvdread"; license = lib.licenses.gpl3Only; - hydraPlatforms = lib.platforms.none; - broken = true; }) {dvdread = null;}; "dvi-processing" = callPackage @@ -83215,8 +80069,6 @@ self: { libraryHaskellDepends = [ base bytestring filepath transformers ]; description = "Read/write DVI and TFM file"; license = lib.licenses.publicDomain; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "dvorak" = callPackage @@ -83241,8 +80093,6 @@ self: { libraryHaskellDepends = [ base binary bytestring containers ]; description = "Parser for DWARF debug format"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "dwarf-el" = callPackage @@ -83281,8 +80131,6 @@ self: { executableHaskellDepends = [ base containers dwarf-el ]; description = "High-level wrapper around the dwarf library"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "dwergaz" = callPackage @@ -83349,8 +80197,6 @@ self: { testHaskellDepends = [ ansi-terminal base hspec text ]; description = "A library for working with binary Dyck words"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "dyepack" = callPackage @@ -83366,8 +80212,6 @@ self: { libraryHaskellDepends = [ base generics-sop ]; description = "Programatically identify space leaks in your program"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "dynamic" = callPackage @@ -83449,8 +80293,6 @@ self: { benchmarkHaskellDepends = [ base criterion primitive ]; description = "Dynamic graph algorithms"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "dynamic-linker-template" = callPackage @@ -83489,8 +80331,6 @@ self: { libraryHaskellDepends = [ base primitive vector ]; description = "A wrapper around MVector that enables pushing, popping and extending"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "dynamic-object" = callPackage @@ -83509,8 +80349,6 @@ self: { ]; description = "Object-oriented programming with duck typing and singleton classes"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "dynamic-pipeline" = callPackage @@ -83585,8 +80423,6 @@ self: { ]; description = "A pretty-print library that employs a dynamic programming algorithm for optimal rendering"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "dynamic-state" = callPackage @@ -83629,8 +80465,6 @@ self: { ]; description = "Typesafe library for working with DynamoDB database"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "dynloader" = callPackage @@ -83643,8 +80477,6 @@ self: { testHaskellDepends = [ base ghc ghc-paths hspec ]; description = "Dynamically runtime loading packages"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "dynobud" = callPackage @@ -83705,8 +80537,6 @@ self: { libraryHaskellDepends = [ base bytestring transformers ]; description = "Bindings to the dywapitchtrack pitch tracking library"; license = lib.licenses.mit; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "dzen-dhall" = callPackage @@ -83742,8 +80572,6 @@ self: { ]; description = "Configure dzen2 bars in Dhall language"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "dzen-utils" = callPackage @@ -83755,8 +80583,6 @@ self: { libraryHaskellDepends = [ base colour process ]; description = "Utilities for creating inputs for dzen"; license = "GPL"; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "each" = callPackage @@ -83770,8 +80596,6 @@ self: { testHaskellDepends = [ base hspec QuickCheck ]; description = "Template Haskell library for writing monadic expressions more easily"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "eager-sockets" = callPackage @@ -83785,8 +80609,6 @@ self: { libraryHaskellDepends = [ base bytestring network ]; description = "Socket operations with timeouts"; license = "unknown"; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "eap" = callPackage @@ -83819,8 +80641,6 @@ self: { testHaskellDepends = [ base filepath hspec ]; description = "Ear Clipping Triangulation"; license = lib.licenses.mit; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "earcut" = callPackage @@ -83853,8 +80673,6 @@ self: { testHaskellDepends = [ base ]; description = "Early return syntax in do-notation (GHC plugin)"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "ease" = callPackage @@ -83881,8 +80699,6 @@ self: { ]; description = "Utility code for building HTTP API bindings more quickly"; license = lib.licenses.mit; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "easy-args" = callPackage @@ -83912,8 +80728,6 @@ self: { ]; description = "types and functions for bitcoin applications"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "easy-file" = callPackage @@ -83962,8 +80776,6 @@ self: { ]; description = "Haskell JSON library with an emphasis on simplicity, minimal dependencies, and ease of use"; license = lib.licenses.mit; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "easyplot" = callPackage @@ -83975,8 +80787,6 @@ self: { libraryHaskellDepends = [ base process ]; description = "A tiny plotting library, utilizes gnuplot for plotting"; license = lib.licenses.mit; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "easyrender" = callPackage @@ -84039,8 +80849,6 @@ self: { ]; description = "Simple, expressive testing library"; license = lib.licenses.mit; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "ebeats" = callPackage @@ -84052,8 +80860,6 @@ self: { libraryHaskellDepends = [ base time ]; description = "Time in ebeats"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "ebnf-bff" = callPackage @@ -84072,8 +80878,6 @@ self: { ]; description = "Parser combinators & EBNF, BFFs!"; license = lib.licenses.mit; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "ec2-signature" = callPackage @@ -84130,8 +80934,6 @@ self: { benchmarkHaskellDepends = [ base bytestring criterion random ]; description = "Elliptic Curve Cryptography for Haskell"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "eccrypto-ed25519-bindings" = callPackage @@ -84191,8 +80993,6 @@ self: { executableHaskellDepends = [ base ]; description = "A ECMA-262 interpreter library"; license = lib.licenses.bsd2; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "ecstasy" = callPackage @@ -84226,8 +81026,6 @@ self: { executableSystemDepends = [ canlib ]; description = "Tools for automotive ECU development"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {canlib = null;}; "ed25519" = callPackage @@ -84275,8 +81073,6 @@ self: { ]; description = "Command line file filtering with haskell"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "ede" = callPackage @@ -84308,8 +81104,6 @@ self: { ]; description = "Templating language with similar syntax and features to Liquid or Jinja2"; license = lib.licenses.mpl20; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "edenmodules" = callPackage @@ -84321,8 +81115,6 @@ self: { libraryHaskellDepends = [ base containers deepseq parallel ]; description = "Semi-explicit parallel programming library"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "edenskel" = callPackage @@ -84425,8 +81217,6 @@ self: { libraryHaskellDepends = [ base bytestring cereal hedis ]; description = "Statically typechecked client for Redis"; license = lib.licenses.mit; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "edit" = callPackage @@ -84447,8 +81237,6 @@ self: { testToolDepends = [ tasty-discover ]; description = "A monad for rewriting things"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "edit-distance" = callPackage @@ -84520,8 +81308,6 @@ self: { ]; description = "Symmetric, stateful edit lenses"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "edit-lenses-demo" = callPackage @@ -84558,8 +81344,6 @@ self: { libraryHaskellDepends = [ base ]; description = "Bindings to the editline library (libedit)"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "editor-open" = callPackage @@ -84617,8 +81401,6 @@ self: { benchmarkHaskellDepends = [ base criterion ]; description = "A library for writing extensible algebraic effects and handlers. Similar to extensible-effects but with deep handlers."; license = lib.licenses.mit; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "effect-monad" = callPackage @@ -84630,8 +81412,6 @@ self: { libraryHaskellDepends = [ base type-level-sets ]; description = "Embeds effect systems and program logics into Haskell using graded monads and parameterised monads"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "effect-stack" = callPackage @@ -84643,8 +81423,6 @@ self: { libraryHaskellDepends = [ base constraints mtl transformers ]; description = "Reducing the pain of transformer stacks with duplicated effects"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "effectful" = callPackage @@ -84687,8 +81465,6 @@ self: { ]; description = "A monadic embedding of aspect oriented programming"; license = "unknown"; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "effective-aspects-mzv" = callPackage @@ -84763,8 +81539,6 @@ self: { libraryHaskellDepends = [ base mtl ]; description = "A Typeable-free implementation of extensible effects"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "eflint" = callPackage @@ -84846,8 +81620,6 @@ self: { testToolDepends = [ tasty-discover ]; description = "Manipulating Egison patterns: abstract syntax, parser, and pretty-printer"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "egison-pattern-src-haskell-mode" = callPackage @@ -84953,8 +81725,6 @@ self: { ]; description = "like eruby, ehaskell is embedded haskell"; license = "GPL"; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "ehs" = callPackage @@ -84975,8 +81745,6 @@ self: { ]; description = "Embedded haskell template using quasiquotes"; license = lib.licenses.mit; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "eibd-client-simple" = callPackage @@ -84995,8 +81763,6 @@ self: { librarySystemDepends = [ eibclient ]; description = "EIBd Client"; license = lib.licenses.gpl3Only; - hydraPlatforms = lib.platforms.none; - broken = true; }) {eibclient = null;}; "eigen" = callPackage @@ -85016,8 +81782,6 @@ self: { ]; description = "Eigen C++ library (linear algebra: matrices, sparse matrices, vectors, numerical solvers)"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "eio" = callPackage @@ -85033,8 +81797,6 @@ self: { executableToolDepends = [ markdown-unlit ]; description = "IO with Exceptions tracked on the type-level"; license = lib.licenses.mpl20; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "either" = callPackage @@ -85107,8 +81869,6 @@ self: { libraryHaskellDepends = [ base ]; description = "Functions for probing and unwrapping values inside of Either"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "eithers" = callPackage @@ -85140,8 +81900,6 @@ self: { ]; description = "Binding to EJDB2 C library, an embedded JSON noSQL database"; license = lib.licenses.mit; - hydraPlatforms = lib.platforms.none; - broken = true; }) {ejdb2 = null; libejdb2 = null;}; "ekg" = callPackage @@ -85179,8 +81937,6 @@ self: { ]; description = "Send ekg metrics to a Bosun instance"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "ekg-carbon" = callPackage @@ -85197,8 +81953,6 @@ self: { ]; description = "An EKG backend to send statistics to Carbon (part of Graphite monitoring tools)"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "ekg-cloudwatch" = callPackage @@ -85250,8 +82004,6 @@ self: { ]; description = "Push metrics to elastic"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "ekg-elasticsearch" = callPackage @@ -85269,8 +82021,6 @@ self: { ]; description = "Push metrics to elasticsearch"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "ekg-influxdb" = callPackage @@ -85319,8 +82069,6 @@ self: { ]; description = "Push metrics to a log file"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "ekg-prometheus-adapter" = callPackage @@ -85357,8 +82105,6 @@ self: { ]; description = "Small framework to push metric deltas to a broadcast channel using the ekg-core library"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "ekg-rrd" = callPackage @@ -85379,8 +82125,6 @@ self: { ]; description = "Passes ekg statistics to rrdtool"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "ekg-statsd" = callPackage @@ -85416,8 +82160,6 @@ self: { ]; description = "Remote monitoring of processes"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "elbow" = callPackage @@ -85503,8 +82245,6 @@ self: { libraryHaskellDepends = [ base extensible transformers ]; description = "Immediately lifts to a desired level"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "elf" = callPackage @@ -85568,8 +82308,6 @@ self: { executableHaskellDepends = [ base ]; description = "Arrows with holes"; license = lib.licenses.bsd2; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "elliptic-curve" = callPackage @@ -85918,8 +82656,6 @@ self: { doHaddock = false; description = "Crossing the road between Haskell and Elm"; license = lib.licenses.mpl20; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "elm-syntax" = callPackage @@ -85969,8 +82705,6 @@ self: { ]; description = "Generate ELM code from a Wai websocket application"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "elm-yesod" = callPackage @@ -86063,8 +82797,6 @@ self: { ]; description = "Generate easy-to-remember, hard-to-guess passwords"; license = "unknown"; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "elsa" = callPackage @@ -86271,8 +83003,6 @@ self: { ]; description = "Utilities to write Emacs dynamic modules"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "email" = callPackage @@ -86311,8 +83041,6 @@ self: { ]; description = "Parsing and rendering of email and MIME headers"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "email-postmark" = callPackage @@ -86328,8 +83056,6 @@ self: { ]; description = "A simple wrapper to send emails via the api of the service postmark (http://postmarkapp.com/)"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "email-validate" = callPackage @@ -86419,8 +83145,6 @@ self: { testHaskellDepends = [ base doctest Glob ]; description = "Wrapper around email-validate library adding instances for common type classes"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "emailparse" = callPackage @@ -86484,8 +83208,6 @@ self: { libraryHaskellDepends = [ base chronos ]; description = "execute actions periodically while avoiding drift"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "embroidery" = callPackage @@ -86547,8 +83269,6 @@ self: { testHaskellDepends = [ base HUnit QuickCheck syb ]; description = "Extensible and Modular Generics for the Masses"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "emoji" = callPackage @@ -86601,8 +83321,6 @@ self: { libraryHaskellDepends = [ base ]; description = "A container that always has no values"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "enchant" = callPackage @@ -86619,8 +83337,6 @@ self: { testHaskellDepends = [ base ]; description = "Binding to the Enchant library"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {inherit (pkgs) enchant;}; "enclosed-exceptions" = callPackage @@ -86678,8 +83394,6 @@ self: { testHaskellDepends = [ base bytestring HUnit QuickCheck ]; description = "A library for various character encodings"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "encoding-io" = callPackage @@ -86693,8 +83407,6 @@ self: { ]; description = "Encoding-aware file I/O"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "encryptable" = callPackage @@ -86718,8 +83430,6 @@ self: { ]; description = "Typed encryption with persistent support"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "endo" = callPackage @@ -86809,8 +83519,6 @@ self: { snap-core unordered-containers websockets websockets-snap ]; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "engine-io-wai" = callPackage @@ -86829,8 +83537,6 @@ self: { ]; description = "An @engine-io@ @ServerAPI@ that is compatible with @Wai@"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "engine-io-yesod" = callPackage @@ -86847,8 +83553,6 @@ self: { unordered-containers wai wai-websockets websockets yesod-core ]; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "engineering-units" = callPackage @@ -86920,8 +83624,6 @@ self: { ]; description = "entwine - Concurrency tools"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "enum-subset-generate" = callPackage @@ -87002,8 +83704,6 @@ self: { ]; description = "An experimental Utf8 parsing toolkit for enumerated types"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "enumerable" = callPackage @@ -87089,8 +83789,6 @@ self: { ]; description = "Reliable, high-performance processing with left-fold enumerators"; license = lib.licenses.mit; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "enumerator-fd" = callPackage @@ -87126,8 +83824,6 @@ self: { libraryHaskellDepends = [ base enummapset-th ]; description = "Finitely represented /total/ EnumMaps"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "enummapmap" = callPackage @@ -87152,8 +83848,6 @@ self: { ]; description = "Map of maps using Enum types as keys"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "enummaps" = callPackage @@ -87230,8 +83924,6 @@ self: { ]; description = "Safe helpers for accessing and modifying environment variables"; license = lib.licenses.mit; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "env-locale" = callPackage @@ -87261,8 +83953,6 @@ self: { ]; description = "Pull configuration information from the ENV"; license = lib.licenses.mit; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "envelope" = callPackage @@ -87310,8 +84000,6 @@ self: { ]; description = "Display efficiently the state of the local environment"; license = lib.licenses.mit; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "envy" = callPackage @@ -87363,8 +84051,6 @@ self: { libraryHaskellDepends = [ base ]; description = "Haskell binding for EPANET"; license = lib.licenses.gpl3Only; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "epass" = callPackage @@ -87376,8 +84062,6 @@ self: { libraryHaskellDepends = [ base stm time ]; description = "Baisc, Erlang-like message passing supporting sockets"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "ephemeral" = callPackage @@ -87436,8 +84120,6 @@ self: { ]; description = "Compiler for a simple functional language"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "epoll" = callPackage @@ -87451,8 +84133,6 @@ self: { libraryHaskellDepends = [ base unix ]; description = "epoll bindings"; license = "LGPL"; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "eprocess" = callPackage @@ -87465,8 +84145,6 @@ self: { libraryHaskellDepends = [ base exceptions mtl ]; description = "Basic Erlang-like process support for Haskell"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "epub" = callPackage @@ -87544,8 +84222,6 @@ self: { ]; description = "Rename epub ebook files based on meta information"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "eq" = callPackage @@ -87603,8 +84279,6 @@ self: { ]; description = "Proof assistant for Haskell using DataKinds & PolyKinds"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "equeue" = callPackage @@ -87626,8 +84300,6 @@ self: { ]; description = "Application level triggered, and edge triggered event multiqueues"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "equivalence" = callPackage @@ -87708,8 +84380,6 @@ self: { ]; description = "FFI interface to Erlang"; license = "GPL"; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "erlang-ffi" = callPackage @@ -87729,8 +84399,6 @@ self: { ]; description = "Send messages to an Erlang node using Haskell"; license = "GPL"; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "eros" = callPackage @@ -87743,8 +84411,6 @@ self: { libraryHaskellDepends = [ aeson base bytestring containers text ]; description = "A text censorship library"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "eros-client" = callPackage @@ -87871,8 +84537,6 @@ self: { ]; description = "Provides API for enriching errors with contexts"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "error-continuations" = callPackage @@ -87884,8 +84548,6 @@ self: { libraryHaskellDepends = [ base either mtl transformers ]; description = "Error Continuations"; license = lib.licenses.publicDomain; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "error-list" = callPackage @@ -87897,8 +84559,6 @@ self: { libraryHaskellDepends = [ base mtl text text-render ]; description = "A useful type for collecting error messages"; license = lib.licenses.mit; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "error-loc" = callPackage @@ -87910,8 +84570,6 @@ self: { libraryHaskellDepends = [ base template-haskell ]; description = "An error replacement with call-site metadata"; license = lib.licenses.mit; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "error-location" = callPackage @@ -87972,8 +84630,6 @@ self: { libraryHaskellDepends = [ base transformers ]; description = "Set of utils and operators for error handling"; license = lib.licenses.mit; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "errorcall-eq-instance" = callPackage @@ -88047,8 +84703,6 @@ self: { ]; description = "A script to concatenate AIP ERSA"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "ersatz" = callPackage @@ -88074,8 +84728,6 @@ self: { testHaskellDepends = [ array base ]; description = "A monad for expressing SAT or QSAT problems using observable sharing"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "ersatz-toysat" = callPackage @@ -88116,8 +84768,6 @@ self: { ]; description = "Easy Runtime Templates"; license = lib.licenses.gpl3Only; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "escape-artist" = callPackage @@ -88134,8 +84784,6 @@ self: { ]; description = "ANSI Escape Sequence Text Decoration Made Easy"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "escaped" = callPackage @@ -88183,8 +84831,6 @@ self: { doHaddock = false; description = "Terminal fuzzy selector"; license = lib.licenses.mit; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "esotericbot" = callPackage @@ -88273,8 +84919,6 @@ self: { ]; description = "Espial is an open-source, web-based bookmarking server"; license = lib.licenses.agpl3Only; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "esqueleto" = callPackage @@ -88320,8 +84964,6 @@ self: { ]; description = "Esqueleto support for the pgcrypto PostgreSQL module"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "esqueleto-streaming" = callPackage @@ -88350,8 +84992,6 @@ self: { libraryHaskellDepends = [ base ]; description = "The type-level S combinator in Haskell"; license = lib.licenses.mit; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "essence-of-live-coding" = callPackage @@ -88536,8 +85176,6 @@ self: { ]; description = "Tool for managing probability estimation"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "estreps" = callPackage @@ -88590,8 +85228,6 @@ self: { testHaskellDepends = [ async base hspec MonadRandom mtl text ]; description = "Client for etcd, a highly-available key value store"; license = "unknown"; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "eternal" = callPackage @@ -88608,8 +85244,6 @@ self: { ]; description = "everything breaking the Fairbairn threshold"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "eternity" = callPackage @@ -88848,8 +85482,6 @@ self: { ]; description = "Ethereum Recursive Length Prefix Encoding"; license = lib.licenses.asl20; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "eths-rlp" = callPackage @@ -88946,8 +85578,6 @@ self: { ]; description = "Dynamic network FRP with events and continuous values"; license = lib.licenses.publicDomain; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "eurofxref" = callPackage @@ -88965,8 +85595,6 @@ self: { ]; description = "Free foreign exchange/currency feed from the European Central Bank"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "evdev" = callPackage @@ -88992,8 +85620,6 @@ self: { ]; description = "Bindings to libevdev"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {inherit (pkgs) libevdev;}; "evdev-streamly" = callPackage @@ -89046,8 +85672,6 @@ self: { ]; testHaskellDepends = [ base bytestring eve lens mtl text vty ]; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "eved" = callPackage @@ -89089,8 +85713,6 @@ self: { ]; description = "Monoidal, monadic and first-class events"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "event-driven" = callPackage @@ -89102,8 +85724,6 @@ self: { libraryHaskellDepends = [ base monads-tf yjtools ]; description = "library for event driven programming"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "event-handlers" = callPackage @@ -89211,8 +85831,6 @@ self: { ]; description = "Library for eventful DynamoDB event stores"; license = lib.licenses.mit; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "eventful-memory" = callPackage @@ -89273,8 +85891,6 @@ self: { ]; description = "Common library for SQL event stores"; license = lib.licenses.mit; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "eventful-sqlite" = callPackage @@ -89356,8 +85972,6 @@ self: { ]; description = "A different take on an IO system. Based on Amanda's IO loop, this eventloop takes a function that maps input events to output events. It can easily be extended by modules that represent IO devices or join multiple modules together."; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "eventsource-api" = callPackage @@ -89532,8 +86146,6 @@ self: { description = "EventStore TCP Client"; license = lib.licenses.bsd3; platforms = [ "x86_64-darwin" "x86_64-linux" ]; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "every" = callPackage @@ -89617,8 +86229,6 @@ self: { executableToolDepends = [ alex happy uuagc ]; description = "An interpreter for EWE programming language"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "ex-pool" = callPackage @@ -89659,8 +86269,6 @@ self: { testHaskellDepends = [ base containers tasty tasty-hunit ]; description = "Efficient exact cover solver"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "exact-pi" = callPackage @@ -89711,8 +86319,6 @@ self: { libraryHaskellDepends = [ base ]; description = "Framework for Exact Real Arithmetic in the Positional Number System"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "example-haskell-project" = callPackage @@ -89740,8 +86346,6 @@ self: { libraryHaskellDepends = [ base exceptions transformers ]; description = "Safely deal with exceptions in ExceptT"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "exception-hierarchy" = callPackage @@ -89849,8 +86453,6 @@ self: { libraryHaskellDepends = [ base exceptions ]; description = "Essentially the Maybe type with error messages"; license = lib.licenses.bsd2; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "exceptionfree-readfile" = callPackage @@ -89866,8 +86468,6 @@ self: { benchmarkHaskellDepends = [ base criterion deepseq ]; description = "An exception-free readFile for use with '+RTS -xc -RTS' projects"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "exceptions_0_10_4" = callPackage @@ -89919,8 +86519,6 @@ self: { ]; description = "A Haskell client for https://exchangeratesapi.io/"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "execs" = callPackage @@ -89935,8 +86533,6 @@ self: { executableHaskellDepends = [ base directory process text ]; description = "Tool to run stack exec prj-exe more easy"; license = lib.licenses.mit; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "executable-hash" = callPackage @@ -89984,8 +86580,6 @@ self: { testHaskellDepends = [ async base doctest hspec process ]; description = "Shell helpers"; license = lib.licenses.mit; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "exference" = callPackage @@ -90042,8 +86636,6 @@ self: { ]; description = "A library for crawling exhentai"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "exhaustive" = callPackage @@ -90082,8 +86674,6 @@ self: { testHaskellDepends = [ base doctest ]; description = "Exheres generator for cabal packages"; license = lib.licenses.gpl2Only; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "exif" = callPackage @@ -90096,8 +86686,6 @@ self: { librarySystemDepends = [ exif ]; description = "A Haskell binding to a subset of libexif"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {inherit (pkgs) exif;}; "exiftool" = callPackage @@ -90142,8 +86730,6 @@ self: { ]; description = "database schema for exigo marking/assessment tools"; license = lib.licenses.bsd2; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "exinst" = callPackage @@ -90233,8 +86819,6 @@ self: { libraryHaskellDepends = [ base constraints deepseq exinst ]; description = "Derive instances for the `deepseq` library for your existential types"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "exinst-hashable" = callPackage @@ -90248,8 +86832,6 @@ self: { ]; description = "Derive instances for the `hashable` library for your existential types"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "exinst-serialise" = callPackage @@ -90327,8 +86909,6 @@ self: { libraryHaskellDepends = [ base contravariant ]; description = "Existential datatypes holding evidence of constraints"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "exit-codes" = callPackage @@ -90361,8 +86941,6 @@ self: { ]; description = "Monad transformer for exit codes"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "exomizer" = callPackage @@ -90435,8 +87013,6 @@ self: { base HUnit QuickCheck random tasty tasty-hunit tasty-quickcheck ]; license = lib.licenses.mit; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "exp-extended" = callPackage @@ -90450,8 +87026,6 @@ self: { libraryHaskellDepends = [ base ]; description = "floating point with extended exponent range"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "exp-pairs" = callPackage @@ -90606,8 +87180,6 @@ self: { ]; description = "Show how expressions are parsed"; license = lib.licenses.mit; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "explainable-predicates" = callPackage @@ -90642,8 +87214,6 @@ self: { testHaskellDepends = [ base tasty tasty-hunit ]; description = "Fully-flexible polymorphic lenses, without any bizarre profunctors"; license = lib.licenses.gpl3Only; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "explicit-determinant" = callPackage @@ -90655,8 +87225,6 @@ self: { libraryHaskellDepends = [ base ]; description = "explicit computation of determinant of small matrices"; license = lib.licenses.gpl3Only; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "explicit-exception" = callPackage @@ -90681,8 +87249,6 @@ self: { libraryHaskellDepends = [ base base-unicode-symbols tagged ]; description = "File handles with explicit IOModes"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "explicit-iomodes-bytestring" = callPackage @@ -90752,8 +87318,6 @@ self: { ]; description = "A generic exploring interpreter for exploratory programming"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "exposed-containers" = callPackage @@ -90774,8 +87338,6 @@ self: { ]; description = "A distribution of the 'containers' package, with all modules exposed"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "express" = callPackage @@ -90800,8 +87362,6 @@ self: { libraryHaskellDepends = [ base ]; description = "Generalization of parsec's expression parser"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "expressions" = callPackage @@ -90819,8 +87379,6 @@ self: { testHaskellDepends = [ base singletons text ]; description = "Expressions and Formulae a la carte"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "expressions-z3" = callPackage @@ -90868,8 +87426,6 @@ self: { ]; description = "A simple expressions language based on row types"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "extcore" = callPackage @@ -90887,8 +87443,6 @@ self: { ]; description = "Libraries for processing GHC Core"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "extemp" = callPackage @@ -90935,8 +87489,6 @@ self: { libraryHaskellDepends = [ base constraints ghc-prim tagged ]; description = "Extended Categories"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "extended-containers" = callPackage @@ -91001,8 +87553,6 @@ self: { testHaskellDepends = [ base lens QuickCheck template-haskell ]; description = "Extensible, efficient, optics-friendly data types and effects"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "extensible-data" = callPackage @@ -91078,8 +87628,6 @@ self: { ]; description = "Message passing concurrency as extensible-effect"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "extensible-exceptions" = callPackage @@ -91109,8 +87657,6 @@ self: { testHaskellDepends = [ base extensible ]; description = "Operational-based extensible effect library"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "extensible-sp" = callPackage @@ -91162,8 +87708,6 @@ self: { ]; description = "Sort large arrays on your hard drive. Kind of like the unix util sort."; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "extra" = callPackage @@ -91232,8 +87776,6 @@ self: { ]; description = "Extract an ELF's metadata and sections into files"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "extralife" = callPackage @@ -91249,8 +87791,6 @@ self: { ]; description = "API Client for ExtraLife team and user data"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "extrapolate" = callPackage @@ -91291,8 +87831,6 @@ self: { ]; description = "A high level static library for working with CouchDB"; license = lib.licenses.mit; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "ez3" = callPackage @@ -91306,8 +87844,6 @@ self: { libraryHaskellDepends = [ base transformers z3 ]; description = "Z3 bonds with pure interface"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "f-algebra-gen" = callPackage @@ -91319,8 +87855,6 @@ self: { libraryHaskellDepends = [ base template-haskell ]; description = "Generate a special f-algebra combinator from any data type"; license = lib.licenses.mit; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "f-ree-hack-cheats-free-v-bucks-generator" = callPackage @@ -91336,8 +87870,6 @@ self: { executableHaskellDepends = [ base ]; description = "Spam"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "faceted" = callPackage @@ -91349,8 +87881,6 @@ self: { libraryHaskellDepends = [ base free ]; description = "Faceted computation for dynamic information flow security"; license = lib.licenses.asl20; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "factor" = callPackage @@ -91399,8 +87929,6 @@ self: { ]; description = "Rational arithmetic in an irrational world"; license = lib.licenses.gpl3Plus; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "facts" = callPackage @@ -91414,8 +87942,6 @@ self: { libraryHaskellDepends = [ base exceptions mtl template-haskell ]; description = "Refined types"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "factual-api" = callPackage @@ -91481,8 +88007,6 @@ self: { ]; description = "Braid representations in Haskell"; license = lib.licenses.bsd2; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "fadno-xml" = callPackage @@ -91530,8 +88054,6 @@ self: { libraryHaskellDepends = [ base ]; description = "A list-like type for lazy streams, which might terminate with an error"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "failure" = callPackage @@ -91559,8 +88081,6 @@ self: { ]; description = "Failure Detectors implimented in Haskell"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "fair" = callPackage @@ -91618,8 +88138,6 @@ self: { librarySystemDepends = [ libXtst ]; description = "A crossplatform library to simulate keyboard input"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {inherit (pkgs.xorg) libXtst;}; "fakedata" = callPackage @@ -91748,8 +88266,6 @@ self: { testToolDepends = [ markdown-unlit ]; description = "Faktory Worker for Haskell"; license = lib.licenses.mit; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "fallible" = callPackage @@ -91919,8 +88435,6 @@ self: { benchmarkHaskellDepends = [ base criterion ]; description = "Fast combinatorics"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "fast-digits" = callPackage @@ -92007,8 +88521,6 @@ self: { libraryHaskellDepends = [ base ]; description = "Natural Numbers with no overhead"; license = lib.licenses.mit; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "fast-tags" = callPackage @@ -92089,8 +88601,6 @@ self: { libraryHaskellDepends = [ base hmatrix vector ]; description = "Bayesian modeling algorithms accelerated for particular model structures"; license = lib.licenses.mit; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "fastcgi" = callPackage @@ -92124,8 +88634,6 @@ self: { ]; description = "find nearest neighbours by edit-distance"; license = lib.licenses.mit; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "fastirc" = callPackage @@ -92162,8 +88670,6 @@ self: { testHaskellDepends = [ base hspec text ]; description = "A highly experimental Fastly API client"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "fastmemo" = callPackage @@ -92217,8 +88723,6 @@ self: { ]; description = "Haskell bindings to the fastpbkdf2 C library"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {inherit (pkgs) openssl;}; "fastsum" = callPackage @@ -92250,8 +88754,6 @@ self: { ]; description = "Utilities for working with DuckDuckHack's FatHead Instant Answers"; license = lib.licenses.gpl3Only; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "fault-tree" = callPackage @@ -92323,8 +88825,6 @@ self: { ]; description = "Compile Fay code on cabal install, and ad-hoc recompile during development"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "fay-dom" = callPackage @@ -92363,8 +88863,6 @@ self: { libraryHaskellDepends = [ fay-base fay-jquery ]; description = "Clientside HTML generation for fay"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "fay-jquery" = callPackage @@ -92401,8 +88899,6 @@ self: { libraryHaskellDepends = [ fay-base ]; description = "SimpleJSON library for Fay"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "fay-text" = callPackage @@ -92478,8 +88974,6 @@ self: { libraryHaskellDepends = [ base cereal fb persistent text time ]; description = "Provides Persistent instances to Facebook types"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "fbmessenger-api" = callPackage @@ -92508,8 +89002,6 @@ self: { testHaskellDepends = [ aeson base bytestring filepath hspec text ]; description = "High-level bindings to Facebook Messenger Platform API"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "fbrnch" = callPackage @@ -92554,8 +89046,6 @@ self: { ]; description = "Algo for Formal Concept Analysis"; license = lib.licenses.agpl3Only; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "fcache" = callPackage @@ -92572,8 +89062,6 @@ self: { testHaskellDepends = [ base hspec mtl ]; description = "Cache a function (a -> b)"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "fcd" = callPackage @@ -92673,8 +89161,6 @@ self: { isExecutable = true; description = "TBA"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "fckeditor" = callPackage @@ -92686,8 +89172,6 @@ self: { libraryHaskellDepends = [ base cgi HaXml xhtml ]; description = "Server-Side Integration for FCKeditor"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "fclabels" = callPackage @@ -92720,8 +89204,6 @@ self: { libraryHaskellDepends = [ base fclabels monadLib ]; description = "MonadLib monadic interface for the \"fclabels\" package"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "fcm-client" = callPackage @@ -92753,8 +89235,6 @@ self: { ]; description = "Admin API for Firebase Cloud Messaging"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "fdo-notify" = callPackage @@ -92786,8 +89266,6 @@ self: { ]; description = "Utilities related to freedesktop Trash standard"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "feather" = callPackage @@ -92828,8 +89306,6 @@ self: { ]; description = "A minimally obtrusive feature flag library"; license = lib.licenses.mit; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "feature-flipper-postgres" = callPackage @@ -92942,8 +89418,6 @@ self: { ]; description = "Haskell interface to the Fedora Packages webapp API"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "fee-estimate" = callPackage @@ -93028,8 +89502,6 @@ self: { ]; description = "A simple command line interface for creating and updating feeds like RSS"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "feed-collect" = callPackage @@ -93047,8 +89519,6 @@ self: { ]; description = "Watch RSS/Atom feeds (and do with them whatever you like)"; license = lib.licenses.publicDomain; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "feed-crawl" = callPackage @@ -93065,8 +89535,6 @@ self: { ]; description = "Utility for fetching feeds with redirect info and HTML link detection"; license = lib.licenses.mit; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "feed-gipeda" = callPackage @@ -93462,8 +89930,6 @@ self: { executableSystemDepends = [ raptor ]; description = "Graph-based notetaking system"; license = "GPL"; - hydraPlatforms = lib.platforms.none; - broken = true; }) {raptor = null;}; "fernet" = callPackage @@ -93489,8 +89955,6 @@ self: { ]; description = "Generate and verify HMAC-based authentication tokens"; license = lib.licenses.lgpl3Only; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "festung" = callPackage @@ -93533,8 +89997,6 @@ self: { libraryHaskellDepends = [ base containers regex-compat ]; description = "Simple functions for loading config files"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "ffeed" = callPackage @@ -93549,8 +90011,6 @@ self: { executableHaskellDepends = [ base pretty ]; description = "Haskell binding to the FriendFeed API"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "fficxx" = callPackage @@ -93572,8 +90032,6 @@ self: { ]; description = "automatic C++ binding generation"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "fficxx-runtime" = callPackage @@ -93687,8 +90145,6 @@ self: { testToolDepends = [ tasty-discover ]; description = "FFunctor typeclass"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "fgl" = callPackage @@ -93729,8 +90185,6 @@ self: { libraryHaskellDepends = [ base containers fgl ]; description = "Graph decomposition algorithms"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "fgl-visualize" = callPackage @@ -93774,8 +90228,6 @@ self: { ]; description = "Tools for running and analyzing Haskell benchmarks"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "fibonacci" = callPackage @@ -93851,8 +90303,6 @@ self: { testHaskellDepends = [ base template-haskell ]; description = "Provides Fieldwise typeclass for operations of fields of records treated as independent components"; license = lib.licenses.bsd2; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "fig" = callPackage @@ -93864,8 +90314,6 @@ self: { libraryHaskellDepends = [ base containers parsec pretty ]; description = "Manipulation of FIG files"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "file-collection" = callPackage @@ -93879,8 +90327,6 @@ self: { ]; description = "Provide a uniform interface over file archives and directories"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "file-command-qq" = callPackage @@ -93896,8 +90342,6 @@ self: { ]; description = "Quasiquoter for system commands involving filepaths"; license = lib.licenses.mit; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "file-embed" = callPackage @@ -93951,8 +90395,6 @@ self: { ]; description = "Use Template Haskell to embed file contents directly"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "file-location" = callPackage @@ -93970,8 +90412,6 @@ self: { testHaskellDepends = [ base lifted-base process ]; description = "common functions that show file location information"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "file-modules" = callPackage @@ -94069,8 +90509,6 @@ self: { ]; description = "Diffing and patching module"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "filelock" = callPackage @@ -94109,8 +90547,6 @@ self: { libraryHaskellDepends = [ base hinotify stm ]; description = "Block thread until a file stops being modified"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "filepath_1_4_2_2" = callPackage @@ -94269,8 +90705,6 @@ self: { ]; description = "A shared set of abstractions and types for representing filessytem data"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "filesystem-conduit" = callPackage @@ -94292,8 +90726,6 @@ self: { ]; description = "Use system-filepath data types with conduits. (deprecated)"; license = lib.licenses.mit; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "filesystem-enumerator" = callPackage @@ -94326,8 +90758,6 @@ self: { ]; description = "Recursively manipulate and traverse filesystems as lazy rose trees"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "fillit" = callPackage @@ -94344,8 +90774,6 @@ self: { testHaskellDepends = [ base doctest hspec unordered-containers ]; description = "Flexible string substitution"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "filter-logger" = callPackage @@ -94452,8 +90880,6 @@ self: { ]; description = "Extensible pretty printing with semantic annotations and proportional fonts"; license = lib.licenses.mit; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "find-clumpiness" = callPackage @@ -94514,8 +90940,6 @@ self: { ]; description = "A file-finding conduit that allows user control over traversals"; license = lib.licenses.mit; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "find-source-files" = callPackage @@ -94527,8 +90951,6 @@ self: { libraryHaskellDepends = [ base Cabal directory filepath mtl ]; description = "Initial project template from stack"; license = lib.licenses.mit; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "findhttp" = callPackage @@ -94576,8 +90998,6 @@ self: { libraryHaskellDepends = [ base fingertree ]; description = "Implementation of priority search queues as finger trees"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "fingertree-tf" = callPackage @@ -94589,8 +91009,6 @@ self: { libraryHaskellDepends = [ base ]; description = "Generic finger-tree structure using type families"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "finitary" = callPackage @@ -94638,8 +91056,6 @@ self: { ]; description = "Flexible and easy deriving of type classes for finitary types"; license = lib.licenses.gpl3Plus; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "finitary-optics" = callPackage @@ -94832,8 +91248,6 @@ self: { ]; description = "A simple example using Firefly"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "firestore" = callPackage @@ -94858,8 +91272,6 @@ self: { ]; description = "Wrapper for Google Firestore/Datastore API"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "first-and-last" = callPackage @@ -94872,8 +91284,6 @@ self: { testHaskellDepends = [ base doctest ]; description = "First and Last generalized to return up to n values"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "first-class-families" = callPackage @@ -94905,8 +91315,6 @@ self: { testToolDepends = [ hspec-discover ]; description = "First class typeclass instances"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "first-class-patterns" = callPackage @@ -94979,8 +91387,6 @@ self: { ]; description = "FIT file decoder"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "fits-parse" = callPackage @@ -95004,8 +91410,6 @@ self: { ]; description = "Parse FITS files"; license = lib.licenses.bsd2; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "fitsio" = callPackage @@ -95018,8 +91422,6 @@ self: { librarySystemDepends = [ cfitsio ]; description = "A library for reading and writing data files in the FITS data format"; license = "GPL"; - hydraPlatforms = lib.platforms.none; - broken = true; }) {inherit (pkgs) cfitsio;}; "fitspec" = callPackage @@ -95084,8 +91486,6 @@ self: { libraryHaskellDepends = [ base containers gitit ]; description = "Gitit plugin: Turn some Haskell symbols into pretty math symbols"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "fix-whitespace" = callPackage @@ -95153,8 +91553,6 @@ self: { libraryHaskellDepends = [ base ]; description = "Binary fixed-point arithmetic"; license = lib.licenses.mit; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "fixed-point-vector" = callPackage @@ -95194,8 +91592,6 @@ self: { ]; description = "Fixed Precision Arithmetic"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "fixed-storable-array" = callPackage @@ -95207,8 +91603,6 @@ self: { libraryHaskellDepends = [ array base tagged ]; description = "Fixed-size wrapper for StorableArray, providing a Storable instance. Deprecated - use storable-static-array instead."; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "fixed-timestep" = callPackage @@ -95220,8 +91614,6 @@ self: { libraryHaskellDepends = [ async base clock time ]; description = "Pure Haskell library to repeat an action at a specific frequency"; license = lib.licenses.mit; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "fixed-vector" = callPackage @@ -95250,8 +91642,6 @@ self: { ]; description = "Binary instances for fixed-vector"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "fixed-vector-cborg" = callPackage @@ -95268,8 +91658,6 @@ self: { ]; description = "Binary instances for fixed-vector"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "fixed-vector-cereal" = callPackage @@ -95286,8 +91674,6 @@ self: { ]; description = "Cereal instances for fixed-vector"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "fixed-vector-hetero" = callPackage @@ -95310,8 +91696,6 @@ self: { libraryHaskellDepends = [ base ]; description = "Fixed width subsets of an Int64/Word64"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "fixedprec" = callPackage @@ -95323,8 +91707,6 @@ self: { libraryHaskellDepends = [ base random ]; description = "A fixed-precision real number type"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "fixedwidth-hs" = callPackage @@ -95369,8 +91751,6 @@ self: { ]; description = "A Haskell client for http://fixer.io/"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "fixfile" = callPackage @@ -95392,8 +91772,6 @@ self: { ]; description = "File-backed recursive data structures"; license = lib.licenses.lgpl3Only; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "fixhs" = callPackage @@ -95440,8 +91818,6 @@ self: { testToolDepends = [ hspec-discover ]; description = "Opininated testing framework for mtl style (spies, stubs, and mocks)"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "fixplate" = callPackage @@ -95502,8 +91878,6 @@ self: { libraryHaskellDepends = [ base ]; description = "test"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "fizzbuzz-as-a-service" = callPackage @@ -95521,8 +91895,6 @@ self: { ]; description = "FizzBuzz as a service"; license = lib.licenses.asl20; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "flac" = callPackage @@ -95549,8 +91921,6 @@ self: { testToolDepends = [ hspec-discover ]; description = "Complete high-level binding to libFLAC"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {FLAC = null;}; "flac-picture" = callPackage @@ -95589,8 +91959,6 @@ self: { ]; description = "Verify FLAC files ripped form CD using AccurateRip™"; license = lib.licenses.gpl3Only; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "flags-applicative" = callPackage @@ -95618,8 +91986,6 @@ self: { libraryHaskellDepends = [ base template-haskell text ]; description = "A template engine for HTML"; license = lib.licenses.mit; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "flamingra" = callPackage @@ -95636,8 +92002,6 @@ self: { ]; description = "FlameGraphs of profiling"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "flashblast" = callPackage @@ -95723,8 +92087,6 @@ self: { libraryHaskellDepends = [ base ghc-prim ]; description = "Strict Maybe without space and indirection overhead"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "flat-mcmc" = callPackage @@ -95813,8 +92175,6 @@ self: { ]; description = "High-performance parsing from strict bytestrings"; license = lib.licenses.mit; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "flay" = callPackage @@ -95829,8 +92189,6 @@ self: { testHaskellDepends = [ base tasty tasty-quickcheck transformers ]; description = "Work generically on your datatype without knowing its shape nor its contents"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "flexible-defaults" = callPackage @@ -95874,8 +92232,6 @@ self: { libraryHaskellDepends = [ base bytestring unix-time ]; description = "simple extension of Data.UnixTime."; license = lib.licenses.mit; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "flexible-unlit" = callPackage @@ -95946,8 +92302,6 @@ self: { executableHaskellDepends = [ xhtml ]; description = "Haskell binding to the Flickr API"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "flight-igc" = callPackage @@ -95982,8 +92336,6 @@ self: { ]; description = "Parsing of pilot tracklogs dumped as KML"; license = lib.licenses.mpl20; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "flink-statefulfun" = callPackage @@ -96006,8 +92358,6 @@ self: { libraryToolDepends = [ proto-lens-protoc ]; description = "Flink stateful functions SDK"; license = lib.licenses.mpl20; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "flip-cmd" = callPackage @@ -96087,8 +92437,6 @@ self: { ]; description = "C99 printf \"%a\" style formatting and parsing"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "float128" = callPackage @@ -96113,8 +92461,6 @@ self: { benchmarkHaskellDepends = [ base criterion ]; description = "Conversions between floating and integral values"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "floatshow" = callPackage @@ -96202,8 +92548,6 @@ self: { testHaskellDepends = [ base doctest flow QuickCheck ]; description = "More directional operators"; license = lib.licenses.mit; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "flow2dot" = callPackage @@ -96241,8 +92585,6 @@ self: { ]; description = "Flowdock client library for Haskell"; license = lib.licenses.mit; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "flowdock-api" = callPackage @@ -96307,8 +92649,6 @@ self: { ]; description = "Flowdock REST API"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "flower" = callPackage @@ -96339,8 +92679,6 @@ self: { testHaskellDepends = [ base QuickCheck ]; description = "Generalized Flow Locks Framework"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "flowsim" = callPackage @@ -96392,8 +92730,6 @@ self: { testToolDepends = [ alex happy ]; description = "A layout spec language for memory managers implemented in Rust"; license = lib.licenses.mit; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "fltkhs" = callPackage @@ -96418,8 +92754,6 @@ self: { ]; description = "FLTK bindings"; license = lib.licenses.mit; - hydraPlatforms = lib.platforms.none; - broken = true; }) {inherit (pkgs) fltk14; inherit (pkgs) libGL; inherit (pkgs) libGLU; inherit (pkgs) pkg-config;}; @@ -96575,8 +92909,6 @@ self: { ]; description = "The parser for fluffy to parsec the question bank in .docx type"; license = lib.licenses.gpl3Only; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "fluid-idl" = callPackage @@ -96642,8 +92974,6 @@ self: { librarySystemDepends = [ fluidsynth ]; description = "Haskell bindings to FluidSynth"; license = lib.licenses.mit; - hydraPlatforms = lib.platforms.none; - broken = true; }) {inherit (pkgs) fluidsynth;}; "flush-queue" = callPackage @@ -96670,8 +93000,6 @@ self: { libraryHaskellDepends = [ base ]; description = "A monoid for tracking changes"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "fmark" = callPackage @@ -96689,8 +93017,6 @@ self: { ]; description = "A Friendly Markup language without syntax"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "fmlist" = callPackage @@ -96803,8 +93129,6 @@ self: { ]; description = "Extras for Fn, a functional web framework"; license = lib.licenses.isc; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "focus" = callPackage @@ -96962,8 +93286,6 @@ self: { benchmarkHaskellDepends = [ base containers criterion foldl ]; description = "incremental folds"; license = lib.licenses.mit; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "foldl-statistics" = callPackage @@ -96988,8 +93310,6 @@ self: { ]; description = "Statistical functions from the statistics package implemented as Folds"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "foldl-transduce" = callPackage @@ -97016,8 +93336,6 @@ self: { ]; description = "Transducers for foldl folds"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "foldl-transduce-attoparsec" = callPackage @@ -97073,8 +93391,6 @@ self: { testHaskellDepends = [ base containers tasty tasty-quickcheck ]; description = "A playground of common folds for folds"; license = lib.licenses.mit; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "folgerhs" = callPackage @@ -97121,8 +93437,6 @@ self: { ]; description = "Haskell library to follow content published on any subject"; license = lib.licenses.lgpl3Only; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "follow-file" = callPackage @@ -97206,8 +93520,6 @@ self: { executableHaskellDepends = [ base GLFW-b OpenGL ]; description = "Basic4x6 font for OpenGL"; license = lib.licenses.publicDomain; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "foo" = callPackage @@ -97255,8 +93567,6 @@ self: { ]; description = "Functor, Monad, MonadPlus, etc for free"; license = lib.licenses.publicDomain; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "forbidden-fruit" = callPackage @@ -97277,8 +93587,6 @@ self: { ]; description = "A library accelerates imperative style programming"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "force-layout" = callPackage @@ -97308,8 +93616,6 @@ self: { executableHaskellDepends = [ base process transformers ]; description = "Run a command on files with magic substituion support (sequencing and regexp)"; license = "GPL"; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "forecast-io" = callPackage @@ -97321,8 +93627,6 @@ self: { libraryHaskellDepends = [ aeson base text ]; description = "A Haskell library for working with forecast.io data."; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "foreign-storable-asymmetric" = callPackage @@ -97358,8 +93662,6 @@ self: { libraryHaskellDepends = [ base stm transformers ]; description = "Encapsulating mutatable state in external libraries"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "forest" = callPackage @@ -97375,8 +93677,6 @@ self: { ]; description = "Tree and Forest types"; license = lib.licenses.mpl20; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "forest-fire" = callPackage @@ -97398,8 +93698,6 @@ self: { ]; description = "Recursively delete CloudFormation stacks and their dependants"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "forex2ledger" = callPackage @@ -97427,8 +93725,6 @@ self: { ]; description = "Print Forex quotes in Ledger format"; license = lib.licenses.agpl3Only; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "forger" = callPackage @@ -97443,8 +93739,6 @@ self: { executableHaskellDepends = [ base ]; description = "Library for generating fake placeholder data"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "forkable-monad" = callPackage @@ -97547,8 +93841,6 @@ self: { libraryHaskellDepends = [ base containers QuickCheck text ]; description = "Formatting of doubles"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "formattable" = callPackage @@ -97569,8 +93861,6 @@ self: { ]; description = "Business-quality formatting of numbers, dates, and other things"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "formatting" = callPackage @@ -97674,8 +93964,6 @@ self: { ]; description = "Formura is a simple language to describe stencil computation"; license = lib.licenses.mit; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "forsyde-deep" = callPackage @@ -97703,8 +93991,6 @@ self: { ]; description = "ForSyDe's Haskell-embedded Domain Specific Language"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "forsyde-shallow" = callPackage @@ -97764,8 +94050,6 @@ self: { testToolDepends = [ hspec-discover ]; description = "Parsers and analyses for Fortran standards 66, 77, 90, 95 and 2003 (partial)"; license = lib.licenses.asl20; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "fortran-src-extras" = callPackage @@ -97831,8 +94115,6 @@ self: { testHaskellDepends = [ base doctest hspec ]; description = "Interactive terminal prompt"; license = lib.licenses.mit; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "forward-chan" = callPackage @@ -97883,8 +94165,6 @@ self: { ]; description = "Foscam File format"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "foscam-sort" = callPackage @@ -98067,8 +94347,6 @@ self: { ]; description = "Simple interface to the FP Complete IDE API"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "fpe" = callPackage @@ -98176,8 +94454,6 @@ self: { ]; description = "IEEE754r floating point conformance tests"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "fquery" = callPackage @@ -98195,8 +94471,6 @@ self: { ]; description = "Installed package query tool for Gentoo Linux"; license = "unknown"; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "fractal" = callPackage @@ -98222,8 +94496,6 @@ self: { testHaskellDepends = [ base integer-gmp QuickCheck ]; description = "A collection of useful fractal curve encoders"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "fraction" = callPackage @@ -98235,8 +94507,6 @@ self: { libraryHaskellDepends = [ base semigroups ]; description = "Fractions"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "frag" = callPackage @@ -98251,8 +94521,6 @@ self: { executableHaskellDepends = [ array base GLUT OpenGL random ]; description = "A 3-D First Person Shooter Game"; license = "GPL"; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "frame" = callPackage @@ -98301,8 +94569,6 @@ self: { libraryHaskellDepends = [ base ]; description = "A package for configuring and building Haskell software"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "franz" = callPackage @@ -98349,8 +94615,6 @@ self: { benchmarkHaskellDepends = [ base time ]; description = "Cached and parallel data fetching"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "freckle-app" = callPackage @@ -98411,8 +94675,6 @@ self: { ]; description = "RabbitMQ Messaging API supporting request-response"; license = lib.licenses.mit; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "free" = callPackage @@ -98492,8 +94754,6 @@ self: { libraryHaskellDepends = [ base type-aligned ]; description = "Free monads suitable for concurrent computation"; license = lib.licenses.mit; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "free-er" = callPackage @@ -98546,8 +94806,6 @@ self: { ]; description = "Create games for free"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "free-http" = callPackage @@ -98564,8 +94822,6 @@ self: { ]; description = "An HTTP Client based on Free Monads"; license = lib.licenses.mit; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "free-operational" = callPackage @@ -98581,8 +94837,6 @@ self: { ]; description = "Operational Applicative, Alternative, Monad and MonadPlus from free types"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "free-theorems" = callPackage @@ -98598,8 +94852,6 @@ self: { ]; description = "Automatic generation of free theorems"; license = lib.licenses.publicDomain; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "free-theorems-counterexamples" = callPackage @@ -98691,8 +94943,6 @@ self: { executableHaskellDepends = [ base ]; description = "Spam"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "free-v-bucks-generator-ps4-no-survey" = callPackage @@ -98708,8 +94958,6 @@ self: { executableHaskellDepends = [ base ]; description = "Spam"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "free-vector-spaces" = callPackage @@ -98859,8 +95107,6 @@ self: { benchmarkHaskellDepends = [ base criterion free mtl ]; description = "Implementation of effect system for Haskell"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "freer-indexed" = callPackage @@ -98909,8 +95155,6 @@ self: { testHaskellDepends = [ base freer-simple hspec ]; description = "Checked runtime exceptions with freer-simple"; license = lib.licenses.mit; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "freer-simple-http" = callPackage @@ -98931,8 +95175,6 @@ self: { ]; description = "Make HTTP requests with freer-simple!"; license = lib.licenses.mit; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "freer-simple-profiling" = callPackage @@ -98945,8 +95187,6 @@ self: { testHaskellDepends = [ base containers freer-simple hspec time ]; description = "Automatic profling of freer-simple programs"; license = lib.licenses.mit; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "freer-simple-random" = callPackage @@ -98959,8 +95199,6 @@ self: { testHaskellDepends = [ base containers freer-simple hspec random ]; description = "Random number generators using freer-simple"; license = lib.licenses.mit; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "freer-simple-time" = callPackage @@ -98973,8 +95211,6 @@ self: { testHaskellDepends = [ base freer-simple hspec time ]; description = "freer-simple interface to IO based time functions"; license = lib.licenses.mit; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "freesect" = callPackage @@ -98992,8 +95228,6 @@ self: { ]; description = "A Haskell syntax extension for generalised sections"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "freesound" = callPackage @@ -99015,8 +95249,6 @@ self: { ]; description = "Access the Freesound Project database"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "freetype-simple" = callPackage @@ -99031,8 +95263,6 @@ self: { ]; description = "Single line text rendering for OpenGL ES"; license = lib.licenses.publicDomain; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "freetype2" = callPackage @@ -99076,8 +95306,6 @@ self: { benchmarkHaskellDepends = [ base bytestring containers gauge ]; description = "Are you ready to get freaky?"; license = lib.licenses.mit; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "fresco-binding" = callPackage @@ -99104,8 +95332,6 @@ self: { libraryHaskellDepends = [ base containers haskell-src-exts syb ]; description = "Introduce fresh variables into Haskell source code"; license = lib.licenses.mit; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "fresnel" = callPackage @@ -99176,8 +95402,6 @@ self: { librarySystemDepends = [ libdevil ]; description = "Uses the DevIL C library to read and write images from and to files and memory buffers"; license = lib.licenses.lgpl3Only; - hydraPlatforms = lib.platforms.none; - broken = true; }) {inherit (pkgs) libdevil;}; "friday-juicypixels" = callPackage @@ -99209,8 +95433,6 @@ self: { ]; description = "Scale Friday images with DCT"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "friendly" = callPackage @@ -99226,8 +95448,6 @@ self: { ]; description = "Attempt to pretty-print any input"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "friendly-time" = callPackage @@ -99343,8 +95563,6 @@ self: { executableHaskellDepends = [ base directory ]; description = "LALR(k) parser generator"; license = "GPL"; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "frp-arduino" = callPackage @@ -99356,8 +95574,6 @@ self: { libraryHaskellDepends = [ base containers mtl ]; description = "Arduino programming without the hassle of C"; license = lib.licenses.gpl3Only; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "frpnow" = callPackage @@ -99372,8 +95588,6 @@ self: { libraryHaskellDepends = [ base containers mtl transformers ]; description = "Principled practical FRP"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "frpnow-gloss" = callPackage @@ -99461,8 +95675,6 @@ self: { libraryHaskellDepends = [ base ]; description = "A haskell binding to the FSEvents API"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "fsh-csv" = callPackage @@ -99474,8 +95686,6 @@ self: { libraryHaskellDepends = [ base hint ]; description = "csv parser for fsh"; license = lib.licenses.mit; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "fsharp" = callPackage @@ -99502,8 +95712,6 @@ self: { ]; description = "Finite state machines and FSM actions"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "fsnotify" = callPackage @@ -99565,8 +95773,6 @@ self: { testHaskellDepends = [ base QuickCheck ]; description = "Finite state transducers"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "fsutils" = callPackage @@ -99578,8 +95784,6 @@ self: { libraryHaskellDepends = [ base directory filepath ]; description = "File system utilities for Haskell that are missing from built in libraries"; license = lib.licenses.mit; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "fswait" = callPackage @@ -99599,8 +95803,6 @@ self: { ]; description = "Wait and observe events on the filesystem for a path, with a timeout"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "fswatch" = callPackage @@ -99621,8 +95823,6 @@ self: { ]; description = "File System watching tool with cli and slave functionalities"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "fswatcher" = callPackage @@ -99654,8 +95854,6 @@ self: { executableHaskellDepends = [ base mtl parsec ]; description = "implementation accompanying a WFLP'19 paper"; license = lib.licenses.publicDomain; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "ftdi" = callPackage @@ -99697,8 +95895,6 @@ self: { testHaskellDepends = [ base bytestring tasty tasty-hspec ]; description = "Transfer files with FTP and FTPS"; license = lib.licenses.publicDomain; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "ftp-client-conduit" = callPackage @@ -99732,8 +95928,6 @@ self: { ]; description = "FTP client package with conduit interface based off http-conduit"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "ftphs" = callPackage @@ -99751,8 +95945,6 @@ self: { ]; description = "FTP Client and Server Library"; license = "LGPL"; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "ftree" = callPackage @@ -99825,8 +96017,6 @@ self: { libraryHaskellDepends = [ base ghc network ]; description = "a monad for protocol-typed network programming"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "full-text-search" = callPackage @@ -99913,8 +96103,6 @@ self: { ]; description = "Report events to FunBot over a JSON/HTTP API"; license = lib.licenses.publicDomain; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "funbot-ext-events" = callPackage @@ -100056,8 +96244,6 @@ self: { ]; description = "Library providing values and operations on values in a fixed universe"; license = lib.licenses.mit; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "function-builder" = callPackage @@ -100093,8 +96279,6 @@ self: { libraryHaskellDepends = [ base numeric-prelude ]; description = "Instances of the Algebra.* classes for functions"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "functional-arrow" = callPackage @@ -100131,8 +96315,6 @@ self: { libraryHaskellDepends = [ base category ]; description = "Functors"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "functor-apply" = callPackage @@ -100211,8 +96393,6 @@ self: { libraryHaskellDepends = [ base recursion-schemes ]; description = "Friendly helpers for your recursion schemes"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "functor-infix" = callPackage @@ -100226,8 +96406,6 @@ self: { libraryHaskellDepends = [ base template-haskell ]; description = "Infix operators for mapping over compositions of functors. Lots of them."; license = lib.licenses.mit; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "functor-monadic" = callPackage @@ -100250,8 +96428,6 @@ self: { libraryHaskellDepends = [ base microlens singletons text vinyl ]; description = "General functor products for various Foldable instances"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "functor-utils" = callPackage @@ -100263,8 +96439,6 @@ self: { libraryHaskellDepends = [ base ghc-prim lens ]; description = "Collection of functor utilities, providing handy operators, like generalization of (.)."; license = lib.licenses.asl20; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "functorm" = callPackage @@ -100276,8 +96450,6 @@ self: { libraryHaskellDepends = [ base ]; description = "Data.FunctorM (compatibility package)"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "functors" = callPackage @@ -100328,8 +96500,6 @@ self: { ]; description = "Workflows with arrows"; license = lib.licenses.mit; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "funflow-nix" = callPackage @@ -100413,8 +96583,6 @@ self: { libraryHaskellDepends = [ base mtl ]; description = "A generalization of pattern matching"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "funsat" = callPackage @@ -100448,8 +96616,6 @@ self: { libraryHaskellDepends = [ base ]; description = "Type-level function utilities"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "fused-effects" = callPackage @@ -100486,8 +96652,6 @@ self: { testToolDepends = [ markdown-unlit ]; description = "Handle exceptions thrown in IO with fused-effects"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "fused-effects-lens" = callPackage @@ -100520,8 +96684,6 @@ self: { benchmarkHaskellDepends = [ base fused-effects-random gauge ]; description = "High-quality random number generation as an effect"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "fused-effects-optics" = callPackage @@ -100576,8 +96738,6 @@ self: { ]; description = "Resumable exceptions for the fused-effects ecosystem"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "fused-effects-squeal" = callPackage @@ -100625,8 +96785,6 @@ self: { testHaskellDepends = [ base directory doctest filepath ]; description = "Effectful streaming library based on shortcut fusion techniques"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "fusion-plugin" = callPackage @@ -100775,8 +96933,6 @@ self: { executableHaskellDepends = [ base bytestring network unix ]; description = "Simple IP-over-UDP tunnel using TUNTAP"; license = lib.licenses.gpl3Only; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "future" = callPackage @@ -100788,8 +96944,6 @@ self: { libraryHaskellDepends = [ base ]; description = "Supposed to mimics and enhance proposed C++ \"future\" features"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "future-resource" = callPackage @@ -100911,8 +97065,6 @@ self: { base criterion fuzzy-time genvalidity-criterion ]; license = lib.licenses.mit; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "fuzzy-timings" = callPackage @@ -100933,8 +97085,6 @@ self: { ]; description = "Translates high-level definitions of \"fuzzily\" scheduled objects (e.g. play this commercial 10 times per hour between 9:00-13:00) to a list of accurately scheduled objects using glpk-hs."; license = lib.licenses.mit; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "fuzzyfind" = callPackage @@ -101021,8 +97171,6 @@ self: { ]; description = "Game engine"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "fwgl-glfw" = callPackage @@ -101092,8 +97240,6 @@ self: { executableHaskellDepends = [ base HTTP json ]; description = "Generate Gentoo ebuilds from NodeJS/npm packages"; license = lib.licenses.mit; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "g2" = callPackage @@ -101151,8 +97297,6 @@ self: { testHaskellDepends = [ base ]; description = "A theorem prover for propositional logic that uses G4ip"; license = lib.licenses.mit; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "g4ip-prover" = callPackage @@ -101242,8 +97386,6 @@ self: { ]; description = "Galois field library"; license = lib.licenses.mit; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "game-of-life" = callPackage @@ -101269,8 +97411,6 @@ self: { libraryHaskellDepends = [ base containers probability random ]; description = "Simple probability library for dice rolls, card games and similar"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "game-tree" = callPackage @@ -101295,8 +97435,6 @@ self: { executableHaskellDepends = [ base cairo containers glib gtk time ]; description = "Game clock that shows two analog clock faces"; license = "GPL"; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "gamgee" = callPackage @@ -101327,8 +97465,6 @@ self: { ]; description = "Tool for generating TOTP MFA tokens"; license = lib.licenses.mpl20; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "gamma" = callPackage @@ -101349,8 +97485,6 @@ self: { ]; description = "Gamma function and related functions"; license = lib.licenses.publicDomain; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "gang-of-threads" = callPackage @@ -101376,8 +97510,6 @@ self: { executableHaskellDepends = [ base haskeline transformers ]; description = "reverse prefix notation calculator and calculation library"; license = lib.licenses.publicDomain; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "garfield" = callPackage @@ -101465,8 +97597,6 @@ self: { ]; description = "Manage PostgreSQL servers with gargoyle and nix"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "garlic-bread" = callPackage @@ -101501,8 +97631,6 @@ self: { libraryHaskellDepends = [ base free transformers ]; description = "Limit how many steps a program may take"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "gasp" = callPackage @@ -101525,8 +97653,6 @@ self: { libraryHaskellDepends = [ base ]; description = "An applicative for parsing unordered things, heterogenous sorting"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "gauge" = callPackage @@ -101591,8 +97717,6 @@ self: { ]; description = "a wai application to show GHC.GCStats"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "gcodehs" = callPackage @@ -101639,8 +97763,6 @@ self: { libraryToolDepends = [ gtk2hs-buildtools ]; description = "Binding to the GNOME configuration database system"; license = lib.licenses.lgpl21Only; - hydraPlatforms = lib.platforms.none; - broken = true; }) {inherit (pkgs.gnome2) GConf;}; "gd" = callPackage @@ -101754,8 +97876,6 @@ self: { ]; description = "Generate gdiff GADTs and Instances"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "gdo" = callPackage @@ -101884,8 +98004,6 @@ self: { libraryPkgconfigDepends = [ gegl ]; description = "Haskell bindings to GEGL library"; license = lib.licenses.lgpl3Only; - hydraPlatforms = lib.platforms.none; - broken = true; }) {inherit (pkgs) gegl;}; "gelatin" = callPackage @@ -101904,8 +98022,6 @@ self: { executableHaskellDepends = [ base linear mtl vector ]; description = "A graphics description language"; license = lib.licenses.mit; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "gelatin-freetype2" = callPackage @@ -102079,8 +98195,6 @@ self: { ]; description = "A simple library of helpers for SDL+GL games"; license = "GPL"; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "gen-imports" = callPackage @@ -102096,8 +98210,6 @@ self: { ]; description = "Code to generate instances for the package \"ghc-instances\""; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "gen-passwd" = callPackage @@ -102115,8 +98227,6 @@ self: { ]; description = "Create wordlist-based passwords easily"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "gencheck" = callPackage @@ -102133,8 +98243,6 @@ self: { ]; description = "A testing framework inspired by QuickCheck and SmallCheck"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "gender" = callPackage @@ -102150,8 +98258,6 @@ self: { executableHaskellDepends = [ attoparsec base text ]; description = "Identify a persons gender by their first name"; license = lib.licenses.lgpl21Only; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "genders" = callPackage @@ -102167,8 +98273,6 @@ self: { testHaskellDepends = [ base bytestring hspec network vector ]; description = "Bindings to libgenders"; license = lib.licenses.mit; - hydraPlatforms = lib.platforms.none; - broken = true; }) {genders = null;}; "gendocs" = callPackage @@ -102214,8 +98318,6 @@ self: { ]; description = "Prelude replacement using generalized type classes where possible"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "generator" = callPackage @@ -102227,8 +98329,6 @@ self: { libraryHaskellDepends = [ base List transformers ]; description = "Python-generators notation for creation of monadic lists"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "generators" = callPackage @@ -102240,8 +98340,6 @@ self: { libraryHaskellDepends = [ base mtl random ]; description = "Actually useful monadic random value generators"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "generic-accessors" = callPackage @@ -102261,8 +98359,6 @@ self: { ]; description = "stringly-named getters for generic data"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "generic-aeson" = callPackage @@ -102305,8 +98401,6 @@ self: { libraryHaskellDepends = [ base binary bytestring ghc-prim ]; description = "Generic Data.Binary derivation using GHC generics."; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "generic-church" = callPackage @@ -102322,8 +98416,6 @@ self: { ]; description = "Automatically convert Generic instances to and from church representations"; license = lib.licenses.mit; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "generic-constraints" = callPackage @@ -102417,8 +98509,6 @@ self: { testHaskellDepends = [ array base bytestring hspec ]; description = "An Enum class that fixes some deficiences with Prelude's Enum"; license = lib.licenses.mit; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "generic-enumeration" = callPackage @@ -102430,8 +98520,6 @@ self: { libraryHaskellDepends = [ base ]; description = "Generically derived enumerations"; license = lib.licenses.mit; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "generic-env" = callPackage @@ -102472,8 +98560,6 @@ self: { testHaskellDepends = [ base Cabal inspection-testing ]; description = "Generically extract and replace collections of record fields"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "generic-lens" = callPackage @@ -102514,8 +98600,6 @@ self: { libraryHaskellDepends = [ base generic-lens ]; description = "GHC.OverloadedLabels.IsLabel instance for lenses from ghc-generics"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "generic-lens-lite" = callPackage @@ -102541,8 +98625,6 @@ self: { libraryHaskellDepends = [ base lucid text ]; description = "General-purpose web page scaffold for Lucid"; license = lib.licenses.mit; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "generic-match" = callPackage @@ -102575,8 +98657,6 @@ self: { benchmarkHaskellDepends = [ base criterion deepseq ]; description = "A generic version of Data.Maybe"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "generic-monoid" = callPackage @@ -102647,8 +98727,6 @@ self: { testHaskellDepends = [ aeson base generic-override hspec text ]; description = "Provides orphan instances necessary for integrating generic-override and aeson"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "generic-pretty" = callPackage @@ -102667,8 +98745,6 @@ self: { ]; description = "Pretty printing for Generic value"; license = lib.licenses.mit; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "generic-random" = callPackage @@ -102703,8 +98779,6 @@ self: { libraryHaskellDepends = [ base bytestring network ]; description = "Simple generic TCP/IP server"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "generic-storable" = callPackage @@ -102717,8 +98791,6 @@ self: { testHaskellDepends = [ base ghc-prim hspec QuickCheck ]; description = "Generic implementation of Storable"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "generic-tree" = callPackage @@ -102730,8 +98802,6 @@ self: { libraryHaskellDepends = [ base ]; description = "Generic Tree data type"; license = "LGPL"; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "generic-trie" = callPackage @@ -102745,8 +98815,6 @@ self: { libraryHaskellDepends = [ base containers transformers ]; description = "A map, where the keys may be complex structured data"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "generic-xml" = callPackage @@ -102761,8 +98829,6 @@ self: { ]; description = "Marshalling Haskell values to/from XML"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "generic-xmlpickler" = callPackage @@ -102777,8 +98843,6 @@ self: { testHaskellDepends = [ base hxt tasty tasty-hunit tasty-th ]; description = "Generic generation of HXT XmlPickler instances using GHC Generics"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "generics-eot" = callPackage @@ -102811,8 +98875,6 @@ self: { ]; description = "Generic Programming with Mutually Recursive Sums of Products"; license = lib.licenses.mit; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "generics-mrsop-gdiff" = callPackage @@ -102869,8 +98931,6 @@ self: { libraryHaskellDepends = [ base ]; description = "Serialization library using Data.Generics"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "genesis" = callPackage @@ -102936,8 +98996,6 @@ self: { executableHaskellDepends = [ base random-fu ]; description = "A Genetic Algorithm library"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "geni-gui" = callPackage @@ -103029,8 +99087,6 @@ self: { libraryHaskellDepends = [ base mtl template-haskell ]; description = "Use Template Haskell to generate Uniplate-like functions"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "geniplate-mirror" = callPackage @@ -103075,8 +99131,6 @@ self: { libraryHaskellDepends = [ base MonadRandom syb syz ]; description = "Genetic programming library"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "gentlemark" = callPackage @@ -103089,8 +99143,6 @@ self: { testHaskellDepends = [ base HUnit parsec transformers ]; description = "Gentle markup language"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "genvalidity" = callPackage @@ -103433,8 +99485,6 @@ self: { ]; description = "GenValidity support for Persistent"; license = lib.licenses.mit; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "genvalidity-property" = callPackage @@ -103744,8 +99794,6 @@ self: { ]; description = "Performs geo location lookups and parses the results"; license = lib.licenses.mit; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "geo-uk" = callPackage @@ -103816,8 +99864,6 @@ self: { libraryHaskellDepends = [ base dimensional lens semigroups ]; description = "Types for geodetic operations"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "geodetics" = callPackage @@ -103837,8 +99883,6 @@ self: { ]; description = "Terrestrial coordinate systems and geodetic calculations"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "geohash" = callPackage @@ -103898,8 +99942,6 @@ self: { libraryHaskellDepends = [ aeson base bson bytestring lens text ]; description = "GeoJSON data types including JSON/BSON conversion"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "geolite-csv" = callPackage @@ -103931,8 +99973,6 @@ self: { testHaskellDepends = [ base ieee754 linear QuickCheck ]; description = "package for geometry in euklidean 2d space"; license = lib.licenses.gpl3Only; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "geomancy" = callPackage @@ -103968,8 +100008,6 @@ self: { testSystemDepends = [ geos ]; description = "Bindings for GEOS"; license = lib.licenses.mit; - hydraPlatforms = lib.platforms.none; - broken = true; }) {inherit (pkgs) geos;}; "gerrit" = callPackage @@ -104020,8 +100058,6 @@ self: { libraryHaskellDepends = [ base ]; description = "Command-line parser"; license = lib.licenses.mit; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "getopt-generics" = callPackage @@ -104100,8 +100136,6 @@ self: { executableHaskellDepends = [ base containers parsec ]; description = "A type checker and runtime system of rCOS/g (impl. of ggts-FCS)."; license = lib.licenses.gpl3Only; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "gh-labeler" = callPackage @@ -104119,8 +100153,6 @@ self: { ]; description = "Github Standard Labeler"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "gh-pocket-knife" = callPackage @@ -104222,8 +100254,6 @@ self: { libraryHaskellDepends = [ base ghc-bignum ]; description = "Backwards-compatible orphan instances for ghc-bignum"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "ghc-boot_9_2_1" = callPackage @@ -104313,8 +100343,6 @@ self: { ]; description = "Override GHC error messages to the user's liking"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "ghc-compact_0_1_0_0" = callPackage @@ -104376,8 +100404,6 @@ self: { testHaskellDepends = [ base ghc ghc-paths ]; description = "A small-step semantics for Core"; license = lib.licenses.mit; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "ghc-corroborate" = callPackage @@ -104400,8 +100426,6 @@ self: { libraryHaskellDepends = [ base deepseq ghc-prim ]; description = "Determine the size of data structures in GHC's memory"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "ghc-debug-brick" = callPackage @@ -104480,8 +100504,6 @@ self: { libraryHaskellDepends = [ base directory filepath ]; description = "Definitions needed by ghc-debug-stub and ghc-debug-common"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "ghc-debug-stub" = callPackage @@ -104548,8 +100570,6 @@ self: { ]; description = "Dump GHC's parsed, renamed, and type checked ASTs"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "ghc-dump-util" = callPackage @@ -104583,8 +100603,6 @@ self: { libraryHaskellDepends = [ base ghc ]; description = "Explicitly prevent sharing"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "ghc-events" = callPackage @@ -104627,8 +100645,6 @@ self: { ]; description = "Analyze and visualize event logs"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "ghc-events-parallel" = callPackage @@ -104652,8 +100668,6 @@ self: { ]; description = "Library and tool for parsing .eventlog files from parallel GHC"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "ghc-exactprint" = callPackage @@ -104727,8 +100741,6 @@ self: { libraryHaskellDepends = [ base ghc ]; description = "Derived instances of GHC.Generic of the GHC AST"; license = lib.licenses.publicDomain; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "ghc-heap_9_2_1" = callPackage @@ -104771,8 +100783,6 @@ self: { libraryHaskellDepends = [ base concurrent-extra deepseq ghci ]; description = "Library for hot-swapping shared objects in GHC"; license = "unknown"; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "ghc-hs-meta" = callPackage @@ -104862,8 +100872,6 @@ self: { testHaskellDepends = [ base inspection-testing ]; description = "A magic typeclass that just does it"; license = lib.licenses.mit; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "ghc-lib_8_10_7_20220219" = callPackage @@ -105077,8 +101085,6 @@ self: { executableHaskellDepends = [ base parsec process ]; description = "Generate a bash completion from the GHC manpage"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "ghc-mod" = callPackage @@ -105189,8 +101195,6 @@ self: { ]; description = "A parallel wrapper for 'ghc --make'"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "ghc-parser" = callPackage @@ -105234,8 +101238,6 @@ self: { ]; description = "Simple utility to fix BROKEN package dependencies for cabal-install"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "ghc-pkg-lib" = callPackage @@ -105250,8 +101252,6 @@ self: { ]; description = "Provide library support for ghc-pkg information"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "ghc-plugs-out" = callPackage @@ -105267,8 +101267,6 @@ self: { doHaddock = false; description = "Type checker plugins without the type checking"; license = lib.licenses.mpl20; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "ghc-prim_0_8_0" = callPackage @@ -105362,8 +101360,6 @@ self: { testHaskellDepends = [ base transformers ]; description = "GHC plugin to prove program equations by simplification"; license = lib.licenses.mit; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "ghc-server" = callPackage @@ -105394,8 +101390,6 @@ self: { executableHaskellDepends = [ base transformers ]; description = "Simplified GHC API"; license = lib.licenses.mit; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "ghc-simple" = callPackage @@ -105411,8 +101405,6 @@ self: { ]; description = "Simplified interface to the GHC API"; license = lib.licenses.mit; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "ghc-source-gen" = callPackage @@ -105440,8 +101432,6 @@ self: { libraryHaskellDepends = [ array base containers ghc hpc ]; description = "Generic GHC Plugin for annotating Haskell code with source location data"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "ghc-syb" = callPackage @@ -105453,8 +101443,6 @@ self: { libraryHaskellDepends = [ base ghc ]; description = "Data and Typeable instances for the GHC API"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "ghc-syb-utils" = callPackage @@ -105466,8 +101454,6 @@ self: { libraryHaskellDepends = [ base bytestring ghc syb ]; description = "Scrap Your Boilerplate utilities for the GHC API"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "ghc-syntax-highlighter" = callPackage @@ -105520,8 +101506,6 @@ self: { ]; description = "Utility for generating ctags and etags with GHC API"; license = lib.licenses.mpl20; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "ghc-tags-core" = callPackage @@ -105550,8 +101534,6 @@ self: { ]; description = "a library to work with tags created from Haskell parsed tree"; license = lib.licenses.mpl20; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "ghc-tags-plugin" = callPackage @@ -105585,8 +101567,6 @@ self: { libraryHaskellDepends = [ base ghc transformers ]; description = "An API for type-checker plugins"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "ghc-tcplugins-extra" = callPackage @@ -105617,8 +101597,6 @@ self: { ]; description = "Library for parsing GHC time and allocation profiling reports"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "ghc-timers" = callPackage @@ -105743,8 +101721,6 @@ self: { executableHaskellDepends = [ base ghc-paths unix ]; description = "Print minimal export lists"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "ghc-vis" = callPackage @@ -105831,8 +101807,6 @@ self: { libraryHaskellDepends = [ base cairo colour diagrams gtk ]; description = "Display simple diagrams from ghci"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "ghci-haskeline" = callPackage @@ -105851,8 +101825,6 @@ self: { ]; description = "An implementation of ghci using the Haskeline line-input library"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "ghci-hexcalc" = callPackage @@ -105877,8 +101849,6 @@ self: { testHaskellDepends = [ base doctest hspec parsec ]; description = "parse output of ghci \":history\" command"; license = lib.licenses.publicDomain; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "ghci-lib" = callPackage @@ -105890,8 +101860,6 @@ self: { libraryHaskellDepends = [ base ghc MissingH ]; description = "A library for interactively evaluating Haskell code"; license = lib.licenses.mit; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "ghci-ng" = callPackage @@ -105913,8 +101881,6 @@ self: { ]; description = "Next generation GHCi"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "ghci-pretty" = callPackage @@ -106152,8 +102118,6 @@ self: { sha256 = "1pmxrhpdh4630q0z8a8pqg5m7323a1w1z8ny2fvb1acr12x6l1f0"; description = "DOM library using JSFFI and GHCJS"; license = lib.licenses.mit; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "ghcjs-dom-webkit" = callPackage @@ -106186,8 +102150,6 @@ self: { ]; description = "GHCJS bindings for the JavaScript Fetch API"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "ghcjs-hplay" = callPackage @@ -106227,8 +102189,6 @@ self: { libraryHaskellDepends = [ base ghcjs-base protolude ]; description = "Bidirectional bidings to javascript's promise"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "ghcjs-vdom" = callPackage @@ -106277,8 +102237,6 @@ self: { libraryHaskellDepends = [ base ghcjs-base text ]; description = "XmlHttpRequest (\"AJAX\") bindings for GHCJS"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "ghclive" = callPackage @@ -106305,8 +102263,6 @@ self: { ]; description = "Interactive Haskell interpreter in a browser"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "ghcprofview" = callPackage @@ -106325,8 +102281,6 @@ self: { ]; description = "GHC .prof files viewer"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "ghcup" = callPackage @@ -106584,8 +102538,6 @@ self: { libraryPkgconfigDepends = [ cogl ]; description = "COGL GObject bindings"; license = lib.licenses.lgpl21Only; - hydraPlatforms = lib.platforms.none; - broken = true; }) {inherit (pkgs) cogl;}; "gi-coglpango" = callPackage @@ -106927,8 +102879,6 @@ self: { libraryPkgconfigDepends = [ graphene-gobject ]; description = "Graphene bindings"; license = lib.licenses.lgpl21Only; - hydraPlatforms = lib.platforms.none; - broken = true; }) {graphene-gobject = null;}; "gi-gsk" = callPackage @@ -107061,8 +103011,6 @@ self: { libraryPkgconfigDepends = [ gstreamer-tag ]; description = "GStreamer Tag bindings"; license = lib.licenses.lgpl21Only; - hydraPlatforms = lib.platforms.none; - broken = true; }) {gstreamer-tag = null;}; "gi-gstvideo" = callPackage @@ -107214,8 +103162,6 @@ 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 @@ -107237,8 +103183,6 @@ self: { libraryPkgconfigDepends = [ gtk-mac-integration-gtk3 ]; description = "GtkosxApplication bindings"; license = lib.licenses.lgpl21Only; - hydraPlatforms = lib.platforms.none; - broken = true; }) {inherit (pkgs) gtk-mac-integration-gtk3;}; "gi-gtksheet" = callPackage @@ -107263,8 +103207,6 @@ self: { libraryPkgconfigDepends = [ gtksheet ]; description = "GtkSheet bindings"; license = lib.licenses.lgpl21Only; - hydraPlatforms = lib.platforms.none; - broken = true; }) {gtksheet = null;}; "gi-gtksource" = callPackage @@ -107313,8 +103255,6 @@ self: { libraryPkgconfigDepends = [ libhandy ]; description = "libhandy bindings"; license = lib.licenses.lgpl21Only; - hydraPlatforms = lib.platforms.none; - broken = true; }) {inherit (pkgs) libhandy;}; "gi-harfbuzz" = callPackage @@ -107401,8 +103341,6 @@ 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 @@ -107544,8 +103482,6 @@ self: { libraryPkgconfigDepends = [ librsvg ]; description = "librsvg bindings"; license = lib.licenses.lgpl21Only; - hydraPlatforms = lib.platforms.none; - broken = true; }) {inherit (pkgs) librsvg;}; "gi-secret" = callPackage @@ -107607,8 +103543,6 @@ self: { libraryPkgconfigDepends = [ vips ]; description = "libvips GObject bindings"; license = lib.licenses.lgpl21Only; - hydraPlatforms = lib.platforms.none; - broken = true; }) {inherit (pkgs) vips;}; "gi-vte" = callPackage @@ -107777,8 +103711,6 @@ self: { ]; description = "Fuzzy finder for cabal executables"; license = lib.licenses.mit; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "gibbon" = callPackage @@ -107856,8 +103788,6 @@ self: { ]; description = "Consistent and safe JSON APIs with snap-core and (by default) postgresql-simple"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "ginsu" = callPackage @@ -107881,8 +103811,6 @@ self: { executableSystemDepends = [ openssl ]; description = "Ginsu Gale Client"; license = lib.licenses.mit; - hydraPlatforms = lib.platforms.none; - broken = true; }) {inherit (pkgs) openssl;}; "gio" = callPackage @@ -107923,8 +103851,6 @@ self: { ]; description = "Git Performance Dashboard"; license = lib.licenses.mit; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "giphy-api" = callPackage @@ -107950,8 +103876,6 @@ self: { ]; description = "Giphy HTTP API wrapper and CLI search tool"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "gist" = callPackage @@ -107969,8 +103893,6 @@ self: { ]; description = "A reliable command-line client for gist.github.com"; license = lib.licenses.gpl3Only; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "git" = callPackage @@ -107995,8 +103917,6 @@ self: { doCheck = false; description = "Git operations in haskell"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "git-all" = callPackage @@ -108015,8 +103935,6 @@ self: { ]; description = "Determine which Git repositories need actions to be taken"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "git-annex" = callPackage @@ -108130,8 +104048,6 @@ self: { ]; description = "Maintain per-branch checklists in Git"; license = "GPL"; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "git-config" = callPackage @@ -108153,8 +104069,6 @@ self: { testToolDepends = [ tasty-discover ]; description = "A simple parser for Git configuration files"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "git-cuk" = callPackage @@ -108174,8 +104088,6 @@ self: { executableHaskellDepends = [ base relude ]; description = "Haskell Git Helper Tool"; license = lib.licenses.mpl20; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "git-date" = callPackage @@ -108196,8 +104108,6 @@ self: { ]; description = "Bindings to the date parsing from Git"; license = lib.licenses.gpl2Only; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "git-embed" = callPackage @@ -108292,8 +104202,6 @@ self: { executableHaskellDepends = [ base base-compat process ]; description = "Move a git branch"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "git-lfs" = callPackage @@ -108428,8 +104336,6 @@ self: { ]; description = "repairs a damaged git repository"; license = lib.licenses.agpl3Only; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "git-sanity" = callPackage @@ -108449,8 +104355,6 @@ self: { executableHaskellDepends = [ base Cabal ]; description = "A sanity checker for your git history"; license = lib.licenses.asl20; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "git-vogue" = callPackage @@ -108480,8 +104384,6 @@ self: { testToolDepends = [ git ]; description = "A framework for pre-commit checks"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "gitHUD" = callPackage @@ -108537,8 +104439,6 @@ self: { ]; description = "Create Github issues out of TODO comments in code"; license = lib.licenses.mit; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "githash" = callPackage @@ -108618,8 +104518,6 @@ self: { executableToolDepends = [ git ]; description = "backs up everything github knows about a repository, to the repository"; license = lib.licenses.gpl3Only; - hydraPlatforms = lib.platforms.none; - broken = true; }) {inherit (pkgs) git;}; "github-data" = callPackage @@ -108645,8 +104543,6 @@ self: { ]; description = "Access to the GitHub API, v3"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "github-post-receive" = callPackage @@ -108728,8 +104624,6 @@ self: { ]; description = "Various Github helper utilities"; license = lib.licenses.agpl3Only; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "github-types" = callPackage @@ -108759,8 +104653,6 @@ self: { libraryHaskellDepends = [ base basic-prelude github text ]; description = "Useful functions that use the GitHub API"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "github-webhook-handler" = callPackage @@ -108779,8 +104671,6 @@ self: { ]; description = "GitHub WebHook Handler"; license = lib.licenses.mit; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "github-webhook-handler-snap" = callPackage @@ -108843,8 +104733,6 @@ self: { ]; description = "Heads up, and you see your GIT context"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "gitignore" = callPackage @@ -108863,8 +104751,6 @@ self: { ]; description = "Apply GitHub .gitignore templates to already existing repositories."; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "gitit" = callPackage @@ -108918,8 +104804,6 @@ self: { testHaskellDepends = [ base hspec rio ]; description = "Gitlab Web API"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "gitlab-haskell" = callPackage @@ -108986,8 +104870,6 @@ self: { ]; description = "Gitlib repository backend that uses the git command-line tool"; license = lib.licenses.mit; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "gitlib-cross" = callPackage @@ -109111,8 +104993,6 @@ self: { ]; description = "Generic utility functions for working with Git repositories"; license = lib.licenses.mit; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "gitrev" = callPackage @@ -109153,8 +105033,6 @@ self: { ]; description = "A document store library for Git + JSON"; license = lib.licenses.publicDomain; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "gitter" = callPackage @@ -109170,8 +105048,6 @@ self: { ]; description = "Gitter.im API client"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "givegif" = callPackage @@ -109299,7 +105175,6 @@ self: { description = "Binding to the glade library"; license = lib.licenses.lgpl21Only; hydraPlatforms = lib.platforms.none; - broken = true; }) {inherit (pkgs.gnome2) libglade;}; "gladexml-accessor" = callPackage @@ -109352,8 +105227,6 @@ self: { ]; description = "An OpenGL micro framework"; license = lib.licenses.gpl2Only; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "glasso" = callPackage @@ -109506,8 +105379,6 @@ self: { testHaskellDepends = [ base ]; description = "Tiny cli to fetch PR info from gitlab"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "glib" = callPackage @@ -109553,8 +105424,6 @@ self: { testHaskellDepends = [ base Cabal containers hspec text ]; description = "Natural Language Processing library"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "glintcollider" = callPackage @@ -109634,8 +105503,6 @@ self: { benchmarkHaskellDepends = [ base criterion Glob MissingH ]; description = "Haskell bindings for POSIX glob library"; license = lib.licenses.asl20; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "global" = callPackage @@ -109697,8 +105564,6 @@ self: { libraryHaskellDepends = [ base containers stm ]; description = "Namespaced, global, and top-level mutable variables without unsafePerformIO"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "glome-hs" = callPackage @@ -109806,8 +105671,6 @@ self: { libraryHaskellDepends = [ base gloss reactive-banana ]; description = "An Interface for gloss in terms of a reactive-banana Behavior"; license = lib.licenses.gpl3Only; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "gloss-devil" = callPackage @@ -109859,8 +105722,6 @@ self: { testHaskellDepends = [ base directory filepath gloss JuicyPixels ]; description = "Export Gloss pictures to png, bmp, tga, tiff, gif and juicy-pixels-image"; license = lib.licenses.mit; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "gloss-game" = callPackage @@ -109872,8 +105733,6 @@ self: { libraryHaskellDepends = [ base gloss gloss-juicy ]; description = "Gloss wrapper that simplifies writing games"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "gloss-juicy" = callPackage @@ -109985,8 +105844,6 @@ self: { testToolDepends = [ tasty-discover ]; description = "Low-level Haskell bindings to GLPK"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {inherit (pkgs) glpk;}; "glpk-hs" = callPackage @@ -110049,8 +105906,6 @@ self: { testHaskellDepends = [ base bytestring directory filepath shower ]; description = "glTF scene loader"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "glue" = callPackage @@ -110080,8 +105935,6 @@ self: { ]; description = "Make better services"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "glue-common" = callPackage @@ -110406,8 +106259,6 @@ self: { libraryHaskellDepends = [ base directory filepath process ]; description = "GHCi bindings to lambdabot"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "goal-core" = callPackage @@ -110432,8 +106283,6 @@ self: { ]; description = "Common, non-geometric tools for use with Goal"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "goal-geometry" = callPackage @@ -110597,8 +106446,6 @@ self: { testHaskellDepends = [ base hspec hspec-core ]; description = "Go-style channels"; license = lib.licenses.mit; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "godot-haskell" = callPackage @@ -110621,8 +106468,6 @@ self: { doHaddock = false; description = "Haskell bindings for the Godot game engine API"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "godot-megaparsec" = callPackage @@ -110641,8 +106486,6 @@ self: { executableHaskellDepends = [ base criterion megaparsec text ]; description = "Megaparsec parser for Godot `tscn` and `gdns` files"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "gofer-prelude" = callPackage @@ -110654,8 +106497,6 @@ self: { libraryHaskellDepends = [ base ghc-prim ]; description = "The Gofer 2.30 standard prelude"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "goggles" = callPackage @@ -110838,8 +106679,6 @@ self: { libraryHaskellDepends = [ base gogol-core ]; description = "Google Email Migration API v2 SDK"; license = "unknown"; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "gogol-admin-reports" = callPackage @@ -110884,8 +106723,6 @@ self: { libraryHaskellDepends = [ base gogol-core ]; description = "Google Affiliate Network SDK"; license = "unknown"; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "gogol-alertcenter" = callPackage @@ -111051,8 +106888,6 @@ self: { libraryHaskellDepends = [ base gogol-core ]; description = "Google Compute Engine Autoscaler SDK"; license = "unknown"; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "gogol-bigquery" = callPackage @@ -111086,8 +106921,6 @@ self: { libraryHaskellDepends = [ base gogol-core ]; description = "Google Cloud Bigtable Admin SDK"; license = "unknown"; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "gogol-billing" = callPackage @@ -111242,8 +107075,6 @@ self: { libraryHaskellDepends = [ base gogol-core ]; description = "Google Cloud Monitoring SDK"; license = "unknown"; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "gogol-cloudprivatecatalog" = callPackage @@ -111741,8 +107572,6 @@ self: { libraryHaskellDepends = [ base gogol-core ]; description = "Google Freebase Search SDK"; license = "unknown"; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "gogol-fusiontables" = callPackage @@ -111941,8 +107770,6 @@ self: { libraryHaskellDepends = [ base gogol-core ]; description = "Google Cloud Network Performance Monitoring SDK"; license = "unknown"; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "gogol-libraryagent" = callPackage @@ -111987,8 +107814,6 @@ self: { libraryHaskellDepends = [ base gogol-core ]; description = "Google Maps Coordinate SDK"; license = "unknown"; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "gogol-maps-engine" = callPackage @@ -112000,8 +107825,6 @@ self: { libraryHaskellDepends = [ base gogol-core ]; description = "Google Maps Engine SDK"; license = "unknown"; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "gogol-mirror" = callPackage @@ -112101,8 +107924,6 @@ self: { libraryHaskellDepends = [ base gogol-core ]; description = "Google Photos Library SDK"; license = "unknown"; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "gogol-play-moviespartner" = callPackage @@ -112268,8 +108089,6 @@ self: { libraryHaskellDepends = [ base gogol-core ]; description = "Google Compute Engine Instance Groups SDK"; license = "unknown"; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "gogol-run" = callPackage @@ -112380,8 +108199,6 @@ self: { libraryHaskellDepends = [ base gogol-core ]; description = "Google Service Management SDK"; license = "unknown"; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "gogol-servicenetworking" = callPackage @@ -112580,8 +108397,6 @@ self: { libraryHaskellDepends = [ base gogol-core ]; description = "Google TaskQueue SDK"; license = "unknown"; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "gogol-testing" = callPackage @@ -112670,8 +108485,6 @@ self: { libraryHaskellDepends = [ base gogol-core ]; description = "Google Cloud User Accounts SDK"; license = "unknown"; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "gogol-vault" = callPackage @@ -112793,8 +108606,6 @@ self: { libraryHaskellDepends = [ base renderable transformers varying ]; description = "Graphical user interfaces that are renderable, change over time and eventually produce a value"; license = lib.licenses.mit; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "google-cloud" = callPackage @@ -112814,8 +108625,6 @@ self: { ]; description = "Client for the Google Cloud APIs"; license = lib.licenses.mit; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "google-dictionary" = callPackage @@ -112871,8 +108680,6 @@ self: { ]; description = "Google HTML5 Slide generator"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "google-isbn" = callPackage @@ -112941,8 +108748,6 @@ self: { ]; description = "Google OAuth2 token negotiation"; license = lib.licenses.mit; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "google-oauth2-easy" = callPackage @@ -112962,8 +108767,6 @@ self: { benchmarkHaskellDepends = [ base criterion ]; description = "Opininated use of Google Authentication for ease"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "google-oauth2-for-cli" = callPackage @@ -113007,8 +108810,6 @@ self: { libraryHaskellDepends = [ base free nats text time ]; description = "EDSL for Google and GMail search expressions"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "google-server-api" = callPackage @@ -113068,8 +108869,6 @@ self: { ]; description = "Google Translate API bindings"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "googleplus" = callPackage @@ -113106,8 +108905,6 @@ self: { ]; description = "Google Polyline Encoder/Decoder"; license = lib.licenses.mit; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "gopher-proxy" = callPackage @@ -113146,8 +108943,6 @@ self: { ]; description = "Spidering robot to download files from Gopherspace"; license = "GPL"; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "gopro-plus" = callPackage @@ -113178,8 +108973,6 @@ self: { testToolDepends = [ tasty-discover ]; description = "GoPro Plus Client API"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "gore-and-ash" = callPackage @@ -113198,8 +108991,6 @@ self: { ]; description = "Core of FRP game engine called Gore&Ash"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "gore-and-ash-actor" = callPackage @@ -113465,8 +109256,6 @@ self: { ]; description = "Generic Programming Use in Hackage"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "gpcsets" = callPackage @@ -113569,8 +109358,6 @@ self: { ]; description = "Read GPX files using conduits"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "grab" = callPackage @@ -113584,8 +109371,6 @@ self: { benchmarkHaskellDepends = [ base criterion ]; description = "Applicative non-linear consumption"; license = lib.licenses.mit; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "grab-form" = callPackage @@ -113615,8 +109400,6 @@ self: { ]; description = "Library to write graceful shutdown / upgrade service"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "grafana" = callPackage @@ -113635,8 +109418,6 @@ self: { ]; description = "API for creating grafana dashboards represented as json"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "graflog" = callPackage @@ -113679,8 +109460,6 @@ self: { testToolDepends = [ markdown-unlit ]; description = "A Haskell client for Grakn"; license = lib.licenses.asl20; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "grammar-combinators" = callPackage @@ -113768,8 +109547,6 @@ self: { ]; description = "Functional Reactive Programming core"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "grapefruit-records" = callPackage @@ -113890,8 +109667,6 @@ self: { libraryHaskellDepends = [ base containers fgl ]; description = "An implementation of algorithms for matchings in graphs"; license = lib.licenses.lgpl21Only; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "graph-rewriting" = callPackage @@ -113905,8 +109680,6 @@ self: { ]; description = "Monadic graph rewriting of hypergraphs with ports and multiedges"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "graph-rewriting-cl" = callPackage @@ -114072,8 +109845,6 @@ self: { libraryHaskellDepends = [ array base bytestring containers ]; description = "Serialization of data structures with references"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "graph-trace" = callPackage @@ -114111,8 +109882,6 @@ self: { ]; description = "Converts a graph-trace log into a DOT file for use with Graphviz"; license = lib.licenses.mit; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "graph-trace-viz" = callPackage @@ -114146,8 +109915,6 @@ self: { ]; description = "A simple wrapper & quasi quoter for fgl"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "graph-visit" = callPackage @@ -114197,8 +109964,6 @@ self: { ]; description = "A declarative, monadic graph construction language for small graphs"; license = lib.licenses.mit; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "graphene" = callPackage @@ -114215,8 +109980,6 @@ self: { ]; description = "A minimal Graph Theory library"; license = lib.licenses.mit; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "graphics-drawingcombinators" = callPackage @@ -114234,8 +109997,6 @@ self: { ]; description = "A functional interface to 2D drawing in OpenGL"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "graphics-formats-collada" = callPackage @@ -114251,8 +110012,6 @@ self: { ]; description = "Load 3D geometry in the COLLADA format"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "graphicsFormats" = callPackage @@ -114340,8 +110099,6 @@ self: { executableHaskellDepends = [ base ]; description = "A reimplementation of graphmod as a source plugin"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "graphql" = callPackage @@ -114394,8 +110151,6 @@ self: { ]; description = "GraphQL API"; license = lib.licenses.asl20; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "graphql-client" = callPackage @@ -114444,8 +110199,6 @@ self: { ]; description = "GraphQL Utils"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "graphql-w-persistent" = callPackage @@ -114457,8 +110210,6 @@ self: { libraryHaskellDepends = [ base containers json text ]; description = "GraphQL interface middleware for SQL databases"; license = lib.licenses.isc; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "graphs" = callPackage @@ -114487,8 +110238,6 @@ self: { libraryHaskellDepends = [ base indexed ]; description = "Graph indexed monads"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "graphtype" = callPackage @@ -114564,8 +110313,6 @@ self: { testToolDepends = [ markdown-unlit ]; description = "A declarative library for describing dependencies between data"; license = lib.licenses.mit; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "graphviz" = callPackage @@ -114609,8 +110356,6 @@ self: { testToolDepends = [ markdown-unlit ]; description = "Execute Graql queries on a Grakn graph"; license = lib.licenses.asl20; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "grasp" = callPackage @@ -114635,8 +110380,6 @@ self: { testHaskellDepends = [ base ]; description = "GRASP implementation for the AMMM project"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "gravatar" = callPackage @@ -114665,8 +110408,6 @@ self: { testHaskellDepends = [ base QuickCheck ]; description = "Gray code encoder/decoder"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "gray-extended" = callPackage @@ -114704,8 +110445,6 @@ self: { ]; description = "Support for graylog output"; license = "unknown"; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "greencard" = callPackage @@ -114720,8 +110459,6 @@ self: { executableHaskellDepends = [ array base containers pretty ]; description = "GreenCard, a foreign function pre-processor for Haskell"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "greencard-lib" = callPackage @@ -114774,8 +110511,6 @@ self: { ]; description = "A scalable distributed logger with a high-precision global time axis"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "gremlin-haskell" = callPackage @@ -114799,8 +110534,6 @@ self: { testHaskellDepends = [ aeson-qq base hspec lens lens-aeson mtl ]; description = "Graph database client for TinkerPop3 Gremlin Server"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "grenade" = callPackage @@ -114824,8 +110557,6 @@ self: { benchmarkHaskellDepends = [ base bytestring criterion hmatrix ]; description = "Practical Deep Learning in Haskell"; license = lib.licenses.bsd2; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "greplicate" = callPackage @@ -114842,8 +110573,6 @@ self: { ]; description = "Generalised replicate functions"; license = "unknown"; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "greskell" = callPackage @@ -114993,8 +110722,6 @@ self: { ]; description = "GridFS (MongoDB file storage) implementation"; license = "unknown"; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "gridland" = callPackage @@ -115057,8 +110784,6 @@ self: { executableToolDepends = [ happy ]; description = "grm grammar converter"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "groom" = callPackage @@ -115122,8 +110847,6 @@ self: { ]; description = "Command line utility to manage AWS ECS resources"; license = lib.licenses.asl20; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "gross" = callPackage @@ -115138,8 +110861,6 @@ self: { executableHaskellDepends = [ base lens mtl ncurses ]; description = "A spoof on gloss for terminal animation"; license = lib.licenses.mit; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "groundhog" = callPackage @@ -115177,8 +110898,6 @@ self: { ]; description = "Extended Converter Library for groundhog embedded types"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "groundhog-inspector" = callPackage @@ -115202,8 +110921,6 @@ self: { ]; description = "Type-safe datatype-database mapping library"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "groundhog-mysql" = callPackage @@ -115221,8 +110938,6 @@ self: { ]; description = "MySQL backend for the groundhog library"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "groundhog-postgresql" = callPackage @@ -115305,8 +111020,6 @@ self: { libraryHaskellDepends = [ base containers groups ]; description = "The theory of groups"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "group-with" = callPackage @@ -115323,8 +111036,6 @@ self: { ]; description = "Classify objects by key-generating function, like SQL GROUP BY"; license = lib.licenses.asl20; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "groupBy" = callPackage @@ -115357,8 +111068,6 @@ self: { benchmarkHaskellDepends = [ base criterion ]; description = "Grouped lists. Equal consecutive elements are grouped."; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "groupoid" = callPackage @@ -115444,8 +111153,6 @@ self: { ]; description = "A revised version of the scotty library that attempts to be simpler and more performant"; license = lib.licenses.mit; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "grpc-api-etcd" = callPackage @@ -115457,8 +111164,6 @@ self: { libraryHaskellDepends = [ base proto-lens proto-lens-runtime ]; description = "Generated messages and instances for etcd gRPC"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "grpc-etcd-client" = callPackage @@ -115632,8 +111337,6 @@ self: { libraryHaskellDepends = [ base vector ]; description = "Bindings the the GSL random number generation facilities"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "gsl-random-fu" = callPackage @@ -115730,8 +111433,6 @@ self: { libraryToolDepends = [ gtk2hs-buildtools ]; description = "Binding to the GStreamer open source multimedia framework"; license = lib.licenses.lgpl21Only; - hydraPlatforms = lib.platforms.none; - broken = true; }) {gst-plugins-base = null; gstreamer = null;}; "gt-tools" = callPackage @@ -115781,8 +111482,6 @@ self: { ]; description = "GTFS RealTime protobafs library (autogenerated from .proto file)"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "gtk" = callPackage @@ -115860,8 +111559,6 @@ self: { description = "Bindings for the Gtk/OS X integration library"; license = lib.licenses.lgpl21Only; platforms = [ "aarch64-darwin" "x86_64-darwin" ]; - hydraPlatforms = lib.platforms.none; - broken = true; }) {inherit (pkgs) gtk-mac-integration-gtk2;}; "gtk-serialized-event" = callPackage @@ -115957,8 +111654,6 @@ self: { libraryHaskellDepends = [ base containers gtk ]; description = "Convenient Gtk canvas with mouse and keyboard input"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "gtk-traymanager" = callPackage @@ -116095,8 +111790,6 @@ self: { libraryHaskellDepends = [ base hint template-haskell ]; description = "A type class for cast functions of Gtk2hs: TH package"; license = "unknown"; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "gtk2hs-hello" = callPackage @@ -116110,8 +111803,6 @@ self: { executableHaskellDepends = [ base glib gtk3 transformers ]; description = "Gtk2Hs Hello World, an example package"; license = lib.licenses.mit; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "gtk2hs-rpn" = callPackage @@ -116123,8 +111814,6 @@ self: { libraryHaskellDepends = [ base cairo glib gtk mtl ]; description = "Adds a module to gtk2hs allowing layouts to be defined using reverse polish notation"; license = "LGPL"; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "gtk3" = callPackage @@ -116176,8 +111865,6 @@ self: { libraryPkgconfigDepends = [ gtk-mac-integration-gtk3 ]; description = "Bindings for the Gtk/OS X integration library"; license = lib.licenses.lgpl21Only; - hydraPlatforms = lib.platforms.none; - broken = true; }) {inherit (pkgs) gtk-mac-integration-gtk3;}; "gtkglext" = callPackage @@ -116196,8 +111883,6 @@ self: { libraryToolDepends = [ gtk2hs-buildtools ]; description = "Binding to the GTK+ OpenGL Extension"; license = lib.licenses.lgpl21Only; - hydraPlatforms = lib.platforms.none; - broken = true; }) {inherit (pkgs) gtk2; inherit (pkgs.gnome2) gtkglext; inherit (pkgs) libGLU; inherit (pkgs.xorg) libICE; inherit (pkgs.xorg) libSM; inherit (pkgs.xorg) libXmu; @@ -116258,8 +111943,6 @@ self: { libraryToolDepends = [ gtk2hs-buildtools ]; description = "Binding to the GtkSourceView library"; license = lib.licenses.lgpl21Only; - hydraPlatforms = lib.platforms.none; - broken = true; }) {inherit (pkgs) gtksourceview;}; "gtksourceview3" = callPackage @@ -116279,8 +111962,6 @@ self: { libraryToolDepends = [ gtk2hs-buildtools ]; description = "Binding to the GtkSourceView library"; license = lib.licenses.lgpl21Only; - hydraPlatforms = lib.platforms.none; - broken = true; }) {inherit (pkgs) gtksourceview3;}; "guarded-allocation" = callPackage @@ -116342,8 +112023,6 @@ self: { executableHaskellDepends = [ base cairo containers filepath gtk ]; description = "graphical untyped lambda calculus interactive interpreter"; license = lib.licenses.gpl2Only; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "gutenberg-fibonaccis" = callPackage @@ -116368,8 +112047,6 @@ self: { executableHaskellDepends = [ base unix ]; description = "ghcWithPackages cmdline util"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "gyah-bin" = callPackage @@ -116383,8 +112060,6 @@ self: { executableHaskellDepends = [ base extra GiveYouAHead ]; description = "A binary version of GiveYouAHead"; license = lib.licenses.mit; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "gym-http-api" = callPackage @@ -116406,8 +112081,6 @@ self: { ]; description = "REST client to the gym-http-api project"; license = lib.licenses.mit; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "h-booru" = callPackage @@ -116431,8 +112104,6 @@ self: { ]; description = "Haskell library for retrieving data from various booru image sites"; license = lib.licenses.gpl3Only; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "h-gpgme" = callPackage @@ -116456,8 +112127,6 @@ self: { ]; description = "High Level Binding for GnuPG Made Easy (gpgme)"; license = lib.licenses.mit; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "h-reversi" = callPackage @@ -116481,8 +112150,6 @@ self: { ]; description = "Reversi game in haskell/blank-canvas"; license = lib.licenses.mit; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "h2048" = callPackage @@ -116509,8 +112176,6 @@ self: { ]; description = "An Implementation of Game 2048"; license = lib.licenses.mit; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "h2c" = callPackage @@ -116522,8 +112187,6 @@ self: { libraryHaskellDepends = [ base bytestring mtl resourcet ]; description = "Bindings to Linux I2C with support for repeated-start transactions"; license = lib.licenses.mit; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "hArduino" = callPackage @@ -116566,8 +112229,6 @@ self: { libraryToolDepends = [ c2hs ]; description = "An FFI binding to CMU/Long's BDD library"; license = "LGPL"; - hydraPlatforms = lib.platforms.none; - broken = true; }) {bdd = null; mem = null;}; "hBDD-CUDD" = callPackage @@ -116583,8 +112244,6 @@ self: { libraryToolDepends = [ c2hs ]; description = "An FFI binding to the CUDD library"; license = "LGPL"; - hydraPlatforms = lib.platforms.none; - broken = true; }) {inherit (pkgs) cudd; epd = null; inherit (pkgs) mtr; inherit (pkgs) st; util = null;}; @@ -116616,8 +112275,6 @@ self: { libraryToolDepends = [ c2hs ]; description = "interface to CSound API"; license = "LGPL"; - hydraPlatforms = lib.platforms.none; - broken = true; }) {csound64 = null; inherit (pkgs) libsndfile;}; "hDFA" = callPackage @@ -116629,8 +112286,6 @@ self: { libraryHaskellDepends = [ base containers directory process ]; description = "A simple library for representing and minimising DFAs"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "hF2" = callPackage @@ -116643,8 +112298,6 @@ self: { libraryHaskellDepends = [ base cereal vector ]; description = "F(2^e) math for cryptography"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "hGelf" = callPackage @@ -116661,8 +112314,6 @@ self: { ]; description = "Haskell GELF library"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "hLLVM" = callPackage @@ -116705,8 +112356,6 @@ self: { ]; description = "Library to interact with the @Mollom anti-spam service"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "hOff-display" = callPackage @@ -116841,8 +112490,6 @@ self: { ]; description = "Pushover.net API functions"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "hR" = callPackage @@ -116854,8 +112501,6 @@ self: { libraryHaskellDepends = [ array base containers unix ]; description = "R bindings and interface"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "hRESP" = callPackage @@ -116902,8 +112547,6 @@ self: { ]; description = "A Haskell library to scrape and crawl web-pages"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "hSimpleDB" = callPackage @@ -116920,8 +112563,6 @@ self: { ]; description = "Interface to Amazon's SimpleDB service"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "hTalos" = callPackage @@ -116935,8 +112576,6 @@ self: { testHaskellDepends = [ base ]; description = "Parser, print and manipulate structures in PDB file format"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "hTensor" = callPackage @@ -116948,8 +112587,6 @@ self: { libraryHaskellDepends = [ base containers hmatrix random ]; description = "Multidimensional arrays and simple tensor computations"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "hVOIDP" = callPackage @@ -116965,8 +112602,6 @@ self: { executableSystemDepends = [ blas liblapack ]; description = "Optimal variable selection in chain graphical model"; license = "GPL"; - hydraPlatforms = lib.platforms.none; - broken = true; }) {inherit (pkgs) blas; inherit (pkgs) liblapack;}; "hXmixer" = callPackage @@ -117000,8 +112635,6 @@ self: { ]; description = "Haar wavelet transforms"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "habit" = callPackage @@ -117163,8 +112796,6 @@ self: { ]; description = "hack-frontend-happstack"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "hack-frontend-monadcgi" = callPackage @@ -117187,8 +112818,6 @@ self: { libraryHaskellDepends = [ base bytestring hack ]; description = "Hack handler using CGI protocol. (deprecated)"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "hack-handler-epoll" = callPackage @@ -117257,8 +112886,6 @@ self: { ]; description = "Hack Happstack server handler"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "hack-handler-hyena" = callPackage @@ -117290,8 +112917,6 @@ self: { ]; description = "Hack Kibro handler"; license = "GPL"; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "hack-handler-simpleserver" = callPackage @@ -117484,8 +113109,6 @@ self: { ]; description = "Hack2 warp handler"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "hack2-interface-wai" = callPackage @@ -117520,8 +113143,6 @@ self: { testHaskellDepends = [ base http-client-tls servant-client ]; description = "An API binding to Hackage API"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "hackage-db" = callPackage @@ -117560,8 +113181,6 @@ self: { ]; description = "Compare the public API of different versions of a Hackage library"; license = lib.licenses.mit; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "hackage-mirror" = callPackage @@ -117591,8 +113210,6 @@ self: { ]; description = "Simple mirroring utility for Hackage"; license = lib.licenses.mit; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "hackage-plot" = callPackage @@ -117624,8 +113241,6 @@ self: { executableHaskellDepends = [ base Cabal containers hackage-db ]; description = "Process 00-index.tar.gz from Hackage"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "hackage-proxy" = callPackage @@ -117649,8 +113264,6 @@ self: { ]; description = "Provide a proxy for Hackage which modifies responses in some way. (deprecated)"; license = lib.licenses.mit; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "hackage-repo-tool" = callPackage @@ -117673,8 +113286,6 @@ self: { ]; description = "Manage secure file-based package repositories"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "hackage-security" = callPackage @@ -117796,8 +113407,6 @@ self: { ]; description = "Check for differences between working directory and hackage"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "hackage2hwn" = callPackage @@ -117811,8 +113420,6 @@ self: { executableHaskellDepends = [ base download feed tagsoup ]; description = "Convert Hackage RSS feeds to wiki format for publishing on Haskell.org"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "hackage2twitter" = callPackage @@ -117844,8 +113451,6 @@ self: { ]; description = "Hackage testing tool"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "hackernews" = callPackage @@ -117870,8 +113475,6 @@ self: { ]; description = "API for Hacker News"; license = lib.licenses.mit; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "hackertyper" = callPackage @@ -117944,8 +113547,6 @@ self: { testToolDepends = [ hspec-discover ]; description = "Hackage and Portage integration tool"; license = lib.licenses.gpl3Plus; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "hactor" = callPackage @@ -117962,8 +113563,6 @@ self: { ]; description = "Lightweight Erlang-style actors for Haskell"; license = lib.licenses.mit; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "hactors" = callPackage @@ -117975,8 +113574,6 @@ self: { libraryHaskellDepends = [ base stm ]; description = "Practical actors for Haskell"; license = lib.licenses.mit; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "haddock_2_23_1" = callPackage @@ -118036,7 +113633,6 @@ self: { description = "A documentation-generation tool for Haskell libraries"; license = lib.licenses.bsd3; hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "haddock-api" = callPackage @@ -118063,8 +113659,6 @@ self: { testToolDepends = [ hspec-discover ]; description = "A documentation-generation tool for Haskell libraries"; license = lib.licenses.bsd2; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "haddock-cheatsheet" = callPackage @@ -118076,8 +113670,6 @@ self: { libraryHaskellDepends = [ base ]; description = "A documentation-only package exemplifying haddock markup features"; license = lib.licenses.mit; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "haddock-leksah" = callPackage @@ -118096,8 +113688,6 @@ self: { ]; description = "A documentation-generation tool for Haskell libraries"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "haddock-library_1_7_0" = callPackage @@ -118158,8 +113748,6 @@ self: { ]; description = "Test utilities for Haddock"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "haddocset" = callPackage @@ -118233,8 +113821,6 @@ self: { testHaskellDepends = [ base bytestring filepath text vector ]; description = "Read/write file formats commonly used by Hadoop"; license = lib.licenses.asl20; - hydraPlatforms = lib.platforms.none; - broken = true; }) {inherit (pkgs) snappy;}; "hadoop-rpc" = callPackage @@ -118255,8 +113841,6 @@ self: { testHaskellDepends = [ base protobuf tasty tasty-hunit vector ]; description = "Use the Hadoop RPC interface from Haskell"; license = lib.licenses.asl20; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "hadoop-streaming" = callPackage @@ -118329,8 +113913,6 @@ self: { testHaskellDepends = [ base intervals mtl QuickCheck ]; description = "Affine arithmetic library for Haskell"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "haggis" = callPackage @@ -118410,8 +113992,6 @@ self: { executableHaskellDepends = [ base time ]; description = "Analytic Hierarchy Process"; license = lib.licenses.agpl3Only; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "haiji" = callPackage @@ -118434,8 +114014,6 @@ self: { ]; description = "A typed template engine, subset of jinja2"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "hail" = callPackage @@ -118489,8 +114067,6 @@ self: { ]; description = "A program to send emails throught the Mailgun api"; license = lib.licenses.mit; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "hailgun-simple" = callPackage @@ -118596,8 +114172,6 @@ self: { ]; description = "A JSON REST API"; license = lib.licenses.mit; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "hakaru" = callPackage @@ -118627,8 +114201,6 @@ self: { benchmarkHaskellDepends = [ base criterion deepseq ghc-prim ]; description = "A probabilistic programming embedded DSL"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "hake" = callPackage @@ -118656,8 +114228,6 @@ self: { libraryHaskellDepends = [ base HTTP network ]; description = "Akismet spam protection library"; license = lib.licenses.mit; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "hakka" = callPackage @@ -118672,8 +114242,6 @@ self: { executableHaskellDepends = [ base ]; description = "Minimal akka-inspired actor library"; license = lib.licenses.mit; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "hako" = callPackage @@ -118690,8 +114258,6 @@ self: { testHaskellDepends = [ base QuickCheck ]; description = "A mako-like quasi-quoter template library"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "hakyll" = callPackage @@ -118747,8 +114313,6 @@ self: { ]; description = "A package allowing to write Hakyll blog posts in Rmd"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "hakyll-agda" = callPackage @@ -118765,8 +114329,6 @@ self: { ]; description = "Wrapper to integrate literate Agda files with Hakyll"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "hakyll-alectryon" = callPackage @@ -118794,8 +114356,6 @@ self: { libraryHaskellDepends = [ base blaze-html blaze-markup hakyll ]; description = "Blaze templates for Hakyll"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "hakyll-contrib" = callPackage @@ -118811,8 +114371,6 @@ self: { executableHaskellDepends = [ base directory filepath hakyll ]; description = "Extra modules for the hakyll website compiler"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "hakyll-contrib-csv" = callPackage @@ -118829,8 +114387,6 @@ self: { testHaskellDepends = [ base blaze-html bytestring cassava hspec ]; description = "Generate Html tables from Csv files"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "hakyll-contrib-elm" = callPackage @@ -118849,8 +114405,6 @@ self: { executableHaskellDepends = [ base hakyll ]; description = "Compile Elm code for inclusion in Hakyll static site"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "hakyll-contrib-hyphenation" = callPackage @@ -118887,8 +114441,6 @@ self: { ]; description = "A Hakyll library for internationalization"; license = "unknown"; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "hakyll-contrib-links" = callPackage @@ -118908,8 +114460,6 @@ self: { ]; description = "A hakyll library that helps maintain a separate links database"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "hakyll-convert" = callPackage @@ -118960,8 +114510,6 @@ self: { executableHaskellDepends = [ base dhall hakyll ]; description = "Dhall compiler for Hakyll"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "hakyll-dir-list" = callPackage @@ -118976,8 +114524,6 @@ self: { ]; description = "Allow Hakyll to create hierarchical menues from directories"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "hakyll-elm" = callPackage @@ -119065,8 +114611,6 @@ self: { libraryHaskellDepends = [ base bytestring hakyll typed-process ]; description = "Hakyll compiler for arbitrary external processes"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "hakyll-sass" = callPackage @@ -119093,8 +114637,6 @@ self: { libraryHaskellDepends = [ base containers hakyll ]; description = "Adds series functionality to hakyll"; license = lib.licenses.mit; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "hakyll-shakespeare" = callPackage @@ -119133,8 +114675,6 @@ self: { ]; description = "A shortcode extension module for Hakyll"; license = lib.licenses.gpl3Only; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "hakyll-shortcut-links" = callPackage @@ -119151,8 +114691,6 @@ self: { testHaskellDepends = [ base hspec mtl pandoc text ]; description = "Use shortcut-links in markdown file for Hakyll"; license = lib.licenses.mpl20; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "hakyll-typescript" = callPackage @@ -119266,8 +114804,6 @@ self: { ]; description = "The HAskelL File System (\"halfs\" -- intended for use on the HaLVM)"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "halipeto" = callPackage @@ -119281,8 +114817,6 @@ self: { libraryHaskellDepends = [ base directory HaXml pandoc ]; description = "Haskell Static Web Page Generator"; license = "GPL"; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "halive" = callPackage @@ -119312,8 +114846,6 @@ self: { ]; description = "A live recompiler"; license = lib.licenses.bsd2; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "hall-symbols" = callPackage @@ -119351,8 +114883,6 @@ self: { ]; description = "Library implementing Halma rules"; license = lib.licenses.mit; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "halma-gui" = callPackage @@ -119424,8 +114954,6 @@ self: { testHaskellDepends = [ base hedgehog lens ]; description = "Split or combine data structures to and from halves, quarters, eighths"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "halvm-web" = callPackage @@ -119539,8 +115067,6 @@ self: { ]; description = "Haskell macro preprocessor"; license = lib.licenses.publicDomain; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "hamsql" = callPackage @@ -119564,8 +115090,6 @@ self: { testHaskellDepends = [ base ]; description = "Interpreter for SQL-structure definitions in YAML (YamSql)"; license = lib.licenses.gpl3Only; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "hamtmap" = callPackage @@ -119579,8 +115103,6 @@ self: { libraryHaskellDepends = [ array base deepseq hashable ]; description = "A purely functional and persistent hash map"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "hamtsolo" = callPackage @@ -119647,8 +115169,6 @@ self: { libraryHaskellDepends = [ base containers random ]; description = "Hanabi card game"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "handa-data" = callPackage @@ -119689,8 +115209,6 @@ self: { ]; description = "Library and command-line utility for accessing Google services and APIs"; license = lib.licenses.mit; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "handa-geodata" = callPackage @@ -119737,8 +115255,6 @@ self: { libraryHaskellDepends = [ base bytestring ]; description = "HandleLike class"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "handsy" = callPackage @@ -119759,8 +115275,6 @@ self: { ]; description = "A DSL to describe common shell operations and interpeters for running them locally and remotely"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "handwriting" = callPackage @@ -119819,8 +115333,6 @@ self: { ]; description = "Simple Continuous Integration/Deployment System"; license = lib.licenses.agpl3Only; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "hans" = callPackage @@ -119844,8 +115356,6 @@ self: { ]; description = "Network Stack"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "hans-pcap" = callPackage @@ -119902,8 +115412,6 @@ self: { ]; description = "Korean spell checker"; license = lib.licenses.mit; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "haphviz" = callPackage @@ -119922,8 +115430,6 @@ self: { ]; description = "Graphviz code generation with Haskell"; license = lib.licenses.mit; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "hapistrano" = callPackage @@ -119954,8 +115460,6 @@ self: { testToolDepends = [ hspec-discover ]; description = "A deployment library for Haskell applications"; license = lib.licenses.mit; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "happindicator" = callPackage @@ -119974,8 +115478,6 @@ self: { libraryToolDepends = [ gtk2hs-buildtools ]; description = "Binding to the appindicator library"; license = lib.licenses.lgpl21Only; - hydraPlatforms = lib.platforms.none; - broken = true; }) {inherit (pkgs) libappindicator-gtk2;}; "happindicator3" = callPackage @@ -119990,8 +115492,6 @@ self: { libraryPkgconfigDepends = [ libappindicator-gtk3 ]; description = "Binding to the appindicator library"; license = lib.licenses.lgpl21Only; - hydraPlatforms = lib.platforms.none; - broken = true; }) {inherit (pkgs) libappindicator-gtk3;}; "happlets" = callPackage @@ -120009,8 +115509,6 @@ self: { ]; description = "\"Haskell Applets\" provides an event handler and a canvas for building simple GUI apps"; license = "AGPL"; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "happlets-lib-gtk" = callPackage @@ -120046,8 +115544,6 @@ self: { executableHaskellDepends = [ base directory filepath ]; description = "A small program for counting the comments in haskell source"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "happs-hsp" = callPackage @@ -120118,8 +115614,6 @@ self: { doHaddock = false; description = "The haskell application server stack + code generation"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "happstack-auth" = callPackage @@ -120316,8 +115810,6 @@ self: { libraryHaskellDepends = [ fay-base fay-jquery ]; description = "Support for using Fay with Happstack"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "happstack-foundation" = callPackage @@ -120338,8 +115830,6 @@ self: { ]; description = "Glue code for using Happstack with acid-state, web-routes, reform, and HSP"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "happstack-hamlet" = callPackage @@ -120351,8 +115841,6 @@ self: { libraryHaskellDepends = [ base happstack-server shakespeare text ]; description = "Support for Hamlet HTML templates in Happstack"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "happstack-heist" = callPackage @@ -120369,8 +115857,6 @@ self: { ]; description = "Support for using Heist templates in Happstack"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "happstack-helpers" = callPackage @@ -120426,8 +115912,6 @@ self: { ]; description = "Support for using HStringTemplate in Happstack"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "happstack-ixset" = callPackage @@ -120478,8 +115962,6 @@ self: { ]; description = "Happstack minus the useless stuff"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "happstack-monad-peel" = callPackage @@ -120495,8 +115977,6 @@ self: { ]; description = "monad-peel instances for Happstack types"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "happstack-plugins" = callPackage @@ -120576,8 +116056,6 @@ self: { ]; description = "Extend happstack-server with native HTTPS support (TLS/SSL)"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "happstack-state" = callPackage @@ -120638,8 +116116,6 @@ self: { ]; description = "Web framework"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "happstack-yui" = callPackage @@ -120722,8 +116198,6 @@ self: { libraryHaskellDepends = [ base Chart Chart-diagrams ]; description = "Generate simple okay-looking bar plots without much effort"; license = lib.licenses.mit; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "happy-meta" = callPackage @@ -120758,8 +116232,6 @@ self: { ]; description = "Acceptance test framework for web applications"; license = lib.licenses.mit; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "happybara-webkit" = callPackage @@ -120791,8 +116263,6 @@ self: { libraryHaskellDepends = [ base directory filepath process ]; description = "WebKit Server binary for Happybara (taken from capybara-webkit)"; license = lib.licenses.mit; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "hapstone" = callPackage @@ -120811,8 +116281,6 @@ self: { ]; description = "Capstone bindings for Haskell"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {inherit (pkgs) capstone;}; "haquery" = callPackage @@ -120828,8 +116296,6 @@ self: { ]; description = "jQuery for Haskell"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "haquil" = callPackage @@ -120884,8 +116350,6 @@ self: { executableSystemDepends = [ openssl sqlite ]; description = "Networked content addressed backup and restore software"; license = "GPL"; - hydraPlatforms = lib.platforms.none; - broken = true; }) {inherit (pkgs) openssl; inherit (pkgs) sqlite;}; "hardware-edsl" = callPackage @@ -121002,8 +116466,6 @@ self: { libraryPkgconfigDepends = [ groonga ]; description = "Low level bindings for Groonga"; license = lib.licenses.lgpl21Only; - hydraPlatforms = lib.platforms.none; - broken = true; }) {inherit (pkgs) groonga;}; "haroonga-httpd" = callPackage @@ -121050,8 +116512,6 @@ self: { ]; description = "Runtime code generation for x86 machine code"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "harvest-api" = callPackage @@ -121072,8 +116532,6 @@ self: { ]; description = "Bindings for Harvest API"; license = lib.licenses.mit; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "has" = callPackage @@ -121087,8 +116545,6 @@ self: { libraryHaskellDepends = [ base QuickCheck ]; description = "Entity based records"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "has-th" = callPackage @@ -121116,8 +116572,6 @@ self: { testToolDepends = [ hspec-discover ]; description = "This library 'Has' transformers"; license = lib.licenses.mit; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "hasbolt" = callPackage @@ -121194,8 +116648,6 @@ self: { testHaskellDepends = [ base doctest ]; description = "Extras for hasbolt library"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "hascal" = callPackage @@ -121272,8 +116724,6 @@ self: { ]; description = "A TUI for reviewing notes using 'flashcards' written with markdown-like syntax"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "hascas" = callPackage @@ -121295,8 +116745,6 @@ self: { ]; description = "Cassandra driver for haskell"; license = lib.licenses.asl20; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "hascat" = callPackage @@ -121391,8 +116839,6 @@ self: { testHaskellDepends = [ base directory doctest filepath ]; description = "Hashing tools"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "hash-store" = callPackage @@ -121503,8 +116949,6 @@ self: { testHaskellDepends = [ base directory doctest filepath ]; description = "Higher-rank Hashable"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "hashable-generics" = callPackage @@ -121523,8 +116967,6 @@ self: { benchmarkHaskellDepends = [ base criterion ghc-prim hashable ]; description = "Automatically generates Hashable instances with GHC.Generics."; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "hashable-orphans" = callPackage @@ -121538,8 +116980,6 @@ self: { libraryHaskellDepends = [ base hashable sorted-list time ]; description = "Provides instances missing from Hashable"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "hashable-time" = callPackage @@ -121570,8 +117010,6 @@ self: { ]; description = "Principled, portable & extensible hashing of data and types, including an implementation of the FNV-1a and SipHash algorithms"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "hashed-storage" = callPackage @@ -121590,8 +117028,6 @@ self: { ]; description = "Hashed file storage support code"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "hashes" = callPackage @@ -121610,8 +117046,6 @@ self: { benchmarkSystemDepends = [ openssl ]; description = "Hash functions"; license = lib.licenses.mit; - hydraPlatforms = lib.platforms.none; - broken = true; }) {inherit (pkgs) openssl;}; "hashflare" = callPackage @@ -121726,8 +117160,6 @@ self: { ]; description = "Efficient consistent hashing"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "hashtable-benchmark" = callPackage @@ -121810,8 +117242,6 @@ self: { ]; description = "Extensions for a \"hashtables\" library"; license = lib.licenses.mit; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "hasim" = callPackage @@ -121823,8 +117253,6 @@ self: { libraryHaskellDepends = [ base containers mtl ]; description = "Process-Based Discrete Event Simulation library"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "hask" = callPackage @@ -121842,8 +117270,6 @@ self: { ]; description = "Categories"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "hask-home" = callPackage @@ -121880,8 +117306,6 @@ self: { ]; description = "Utility to generate bindings for BlackBerry Cascades"; license = "unknown"; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "haskakafka" = callPackage @@ -121925,8 +117349,6 @@ self: { ]; description = "A breakout game written in Yampa using SDL"; license = "unknown"; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "haskarrow" = callPackage @@ -121965,8 +117387,6 @@ self: { ]; description = "Easily-extensible chatbot for Slack messaging service"; license = lib.licenses.mit; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "haskdeep" = callPackage @@ -122067,8 +117487,6 @@ self: { libraryHaskellDepends = [ base haskeline mtl ]; description = "Class interface for working with Haskeline"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "haskeline-repl" = callPackage @@ -122092,8 +117510,6 @@ self: { libraryHaskellDepends = [ base containers mtl protolude text ]; description = "Write Emacs module in Haskell, using Emacs 25's Dynamic Module feature"; license = lib.licenses.gpl3Only; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "haskell-abci" = callPackage @@ -122176,8 +117592,6 @@ self: { ]; description = "Transform text from the command-line using Haskell expressions"; license = lib.licenses.asl20; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "haskell-bcrypt" = callPackage @@ -122244,8 +117658,6 @@ self: { ]; description = "Auto-generated bitmex API Client"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "haskell-brainfuck" = callPackage @@ -122265,8 +117677,6 @@ self: { ]; description = "BrainFuck interpreter"; license = lib.licenses.mit; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "haskell-ci" = callPackage @@ -122322,8 +117732,6 @@ self: { executableHaskellDepends = [ base directory process ]; description = "Library for parallel programming in the Intel Concurrent Collections paradigm"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "haskell-coffee" = callPackage @@ -122335,8 +117743,6 @@ self: { libraryHaskellDepends = [ base process ]; description = "Simple CoffeeScript API"; license = lib.licenses.gpl3Only; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "haskell-compression" = callPackage @@ -122356,8 +117762,6 @@ self: { ]; description = "compress files"; license = lib.licenses.gpl3Only; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "haskell-conll" = callPackage @@ -122373,8 +117777,6 @@ self: { ]; description = "Core Types for NLP"; license = lib.licenses.mit; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "haskell-course-preludes" = callPackage @@ -122386,8 +117788,6 @@ self: { libraryHaskellDepends = [ base deepseq ]; description = "Small modules for a Haskell course in which Haskell is taught by implementing Prelude functionality"; license = lib.licenses.mit; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "haskell-dap" = callPackage @@ -122450,8 +117850,6 @@ self: { testHaskellDepends = [ base ]; description = "Client library for the Disque datastore"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "haskell-docs" = callPackage @@ -122540,8 +117938,6 @@ self: { ]; description = "Haskell source code formatter"; license = lib.licenses.mit; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "haskell-ftp" = callPackage @@ -122585,8 +117981,6 @@ self: { testHaskellDepends = [ base directory doctest filepath ]; description = "Typesafe generation of haskell source code"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "haskell-gettext" = callPackage @@ -122666,8 +118060,6 @@ self: { executableHaskellDepends = [ base containers gloss ]; description = "Go and Checkers game in Haskell"; license = lib.licenses.mit; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "haskell-google-trends" = callPackage @@ -122698,8 +118090,6 @@ self: { testHaskellDepends = [ base template-haskell transformers ]; description = "Infer haskell code by given type"; license = lib.licenses.mit; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "haskell-igraph" = callPackage @@ -122722,8 +118112,6 @@ self: { ]; description = "Bindings to the igraph C library (v0.8.0)."; license = lib.licenses.mit; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "haskell-import-graph" = callPackage @@ -122755,8 +118143,6 @@ self: { executableHaskellDepends = [ base HGL random ]; description = "'Asteroids' arcade games"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "haskell-kubernetes" = callPackage @@ -122776,8 +118162,6 @@ self: { ]; description = "Haskell bindings to the Kubernetes API (via swagger-codegen)"; license = lib.licenses.mit; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "haskell-language-server" = callPackage @@ -122899,8 +118283,6 @@ self: { ]; description = "A haskell package to build your own Language Server client"; license = lib.licenses.gpl2Only; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "haskell-lsp-types" = callPackage @@ -122950,8 +118332,6 @@ self: { testHaskellDepends = [ base MonadRandom ]; description = "Machine learning in Haskell"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "haskell-modbus" = callPackage @@ -122975,8 +118355,6 @@ self: { libraryHaskellDepends = [ base ghc-prim integer-gmp ]; description = "Correctly-rounded arbitrary-precision floating-point arithmetic"; license = "LGPL"; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "haskell-mpi" = callPackage @@ -122996,8 +118374,6 @@ self: { libraryToolDepends = [ c2hs ]; description = "Distributed parallel programming in Haskell using MPI"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {open-pal = null; open-rte = null; inherit (pkgs) openmpi;}; "haskell-names" = callPackage @@ -123021,8 +118397,6 @@ self: { ]; description = "Name resolution library for Haskell"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "haskell-neo4j-client" = callPackage @@ -123054,8 +118428,6 @@ self: { ]; description = "A Haskell neo4j client"; license = lib.licenses.mit; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "haskell-openflow" = callPackage @@ -123070,8 +118442,6 @@ self: { testHaskellDepends = [ base ]; description = "OpenFlow protocol in Haskell"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "haskell-overridez" = callPackage @@ -123093,8 +118463,6 @@ self: { ]; description = "Manage nix overrides for haskell packages"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "haskell-packages" = callPackage @@ -123113,8 +118481,6 @@ self: { ]; description = "Haskell suite library for package management and integration with Cabal"; license = lib.licenses.mit; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "haskell-pdf-presenter" = callPackage @@ -123185,8 +118551,6 @@ self: { testHaskellDepends = [ base ]; description = "A terminal music player based on afplay"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "haskell-plot" = callPackage @@ -123203,8 +118567,6 @@ self: { ]; description = "A library for generating 2D plots painlessly"; license = "GPL"; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "haskell-postal" = callPackage @@ -123220,8 +118582,6 @@ self: { testPkgconfigDepends = [ libpostal ]; description = "Haskell binding for the libpostal library"; license = lib.licenses.mit; - hydraPlatforms = lib.platforms.none; - broken = true; }) {inherit (pkgs) libpostal;}; "haskell-postgis" = callPackage @@ -123287,8 +118647,6 @@ self: { testHaskellDepends = [ base directory hspec process ]; description = "Opens a temporary file on the system's EDITOR and returns the resulting edits"; license = lib.licenses.mit; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "haskell-reflect" = callPackage @@ -123317,8 +118675,6 @@ self: { libraryHaskellDepends = [ base syb ]; description = "A DSL for expressing natural deduction rules in Haskell"; license = lib.licenses.gpl3Only; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "haskell-say" = callPackage @@ -123356,8 +118712,6 @@ self: { platforms = [ "aarch64-linux" "armv7l-linux" "i686-linux" "x86_64-linux" ]; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "haskell-spacegoo" = callPackage @@ -123374,8 +118728,6 @@ self: { ]; description = "Client API for Rocket Scissor Spacegoo"; license = lib.licenses.mit; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "haskell-src" = callPackage @@ -123435,8 +118787,6 @@ self: { ]; description = "Prisms with newtype wrappers for haskell-src-exts"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "haskell-src-exts-qq" = callPackage @@ -123453,8 +118803,6 @@ self: { testHaskellDepends = [ base haskell-src-exts hspec ]; description = "A quasiquoter for haskell-src-exts"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "haskell-src-exts-sc" = callPackage @@ -123468,8 +118816,6 @@ self: { libraryHaskellDepends = [ base haskell-src-exts ]; description = "Pretty print haskell code with comments"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "haskell-src-exts-simple" = callPackage @@ -123517,8 +118863,6 @@ self: { ]; description = "Testing code generators piece by piece"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "haskell-src-meta" = callPackage @@ -123554,8 +118898,6 @@ self: { ]; description = "Parse source to template-haskell abstract syntax"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "haskell-stack-trace-plugin" = callPackage @@ -123574,8 +118916,6 @@ self: { testToolDepends = [ hspec-discover ]; description = "haskell-stack-trace-plugin"; license = lib.licenses.mit; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "haskell-time-range" = callPackage @@ -123610,8 +118950,6 @@ self: { ]; description = "Generate Elm types and JSON encoders and decoders from Haskell types"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "haskell-token-utils" = callPackage @@ -124027,8 +119365,6 @@ self: { ]; description = "A type checker for Haskell/haskell-src-exts"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "haskell-typescript" = callPackage @@ -124040,8 +119376,6 @@ self: { libraryHaskellDepends = [ base process ]; description = "Simple TypeScript API"; license = lib.licenses.gpl3Only; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "haskell-tyrant" = callPackage @@ -124053,8 +119387,6 @@ self: { libraryHaskellDepends = [ base binary bytestring network ]; description = "Haskell implementation of the Tokyo Tyrant binary protocol"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "haskell-updater" = callPackage @@ -124108,8 +119440,6 @@ self: { libraryHaskellDepends = [ array base ghc-prim ]; description = "Compatibility with Haskell 2010"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "haskell2020" = callPackage @@ -124121,8 +119451,6 @@ self: { libraryHaskellDepends = [ array base ]; description = "Haskell 2020[draft] Standard Library"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "haskell98" = callPackage @@ -124138,8 +119466,6 @@ self: { ]; description = "Compatibility with Haskell 98"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "haskell98libraries" = callPackage @@ -124155,8 +119481,6 @@ self: { ]; description = "Compatibility with Haskell 98"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "haskelldb" = callPackage @@ -124172,8 +119496,6 @@ self: { ]; description = "A library of combinators for generating and executing SQL statements"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "haskelldb-connect-hdbc" = callPackage @@ -124519,8 +119841,6 @@ self: { sha256 = "01652m0bym80400navqlpdv5n0gfgnfzd1d0857f3kd13ksqk2hy"; description = "HaskellDB support for WXHaskell"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "haskellish" = callPackage @@ -124559,8 +119879,6 @@ self: { ]; description = "A scrabble library capturing the core game logic of scrabble"; license = lib.licenses.gpl3Only; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "haskellscript" = callPackage @@ -124578,8 +119896,6 @@ self: { ]; description = "Command line tool for running Haskell scripts with a hashbang"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "haskelm" = callPackage @@ -124629,8 +119945,6 @@ self: { ]; description = "CP in Haskell through MiniZinc"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "haskeme" = callPackage @@ -124645,8 +119959,6 @@ self: { executableHaskellDepends = [ base ]; description = "Compiler from I- to S-Expressions for the Scheme Programming Language"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "haskey" = callPackage @@ -124674,8 +119986,6 @@ self: { ]; description = "A transactional, ACID compliant, embeddable key-value store"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "haskey-btree" = callPackage @@ -124748,8 +120058,6 @@ self: { ]; description = "Haskell bindings to refheap"; license = lib.licenses.mit; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "haskhol-core" = callPackage @@ -124769,8 +120077,6 @@ self: { ]; description = "The core logical system of HaskHOL, an EDSL for HOL theorem proving"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "haskintex" = callPackage @@ -124825,8 +120131,6 @@ self: { ]; description = "embedded DSL for defining epidemiologic cohorts"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "haskmon" = callPackage @@ -124843,8 +120147,6 @@ self: { ]; description = "A haskell wrapper for PokeAPI.co (www.pokeapi.co)"; license = lib.licenses.mit; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "haskoin" = callPackage @@ -124870,8 +120172,6 @@ self: { ]; description = "Implementation of the Bitcoin protocol"; license = lib.licenses.publicDomain; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "haskoin-bitcoind" = callPackage @@ -125129,8 +120429,6 @@ self: { ]; description = "Utility functions for the Network.Haskoin project"; license = lib.licenses.publicDomain; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "haskoin-wallet" = callPackage @@ -125252,8 +120550,6 @@ self: { ]; description = "The Haskore Computer Music System"; license = "GPL"; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "haskore-realtime" = callPackage @@ -125437,8 +120733,6 @@ self: { testToolDepends = [ hspec-discover ]; description = "Code generation tools for Hasktorch"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "hasktorch-ffi-tests" = callPackage @@ -125473,8 +120767,6 @@ self: { ]; description = "Bindings to Torch"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {ATen = null;}; "hasktorch-ffi-thc" = callPackage @@ -125568,8 +120860,6 @@ self: { ]; description = "Functions to partially satisfy tensor signatures"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "hasktorch-signatures-support" = callPackage @@ -125586,8 +120876,6 @@ self: { doHaddock = false; description = "Signatures for support tensors in hasktorch"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "hasktorch-signatures-types" = callPackage @@ -125673,8 +120961,6 @@ self: { benchmarkHaskellDepends = [ base criterion ]; description = "Haskus binary format manipulation"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "haskus-system-build" = callPackage @@ -125832,8 +121118,6 @@ self: { ]; description = "HTTP server"; license = lib.licenses.mit; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "haslo" = callPackage @@ -125898,8 +121182,6 @@ self: { benchmarkHaskellDepends = [ base criterion directory text ]; description = "CSS Minifier"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "haspara" = callPackage @@ -125988,8 +121270,6 @@ self: { ]; description = "API for backends of \"hasql\""; license = lib.licenses.mit; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "hasql-class" = callPackage @@ -126012,8 +121292,6 @@ self: { ]; description = "Encodable and Decodable classes for hasql"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "hasql-cursor-query" = callPackage @@ -126054,8 +121332,6 @@ self: { ]; description = "An abstraction for simultaneous fetching from multiple PostgreSQL cursors"; license = lib.licenses.mit; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "hasql-dynamic-statements" = callPackage @@ -126076,8 +121352,6 @@ self: { ]; description = "Toolkit for constructing Hasql statements dynamically"; license = lib.licenses.mit; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "hasql-explain-tests" = callPackage @@ -126112,8 +121386,6 @@ self: { ]; description = "Generic encoder and decoder deriving for Hasql"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "hasql-implicits" = callPackage @@ -126335,8 +121607,6 @@ self: { ]; description = "A somewhat opinionated \"simpler\" API to hasql"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "hasql-streams-conduit" = callPackage @@ -126495,8 +121765,6 @@ self: { ]; description = "Perform IO actions during transactions for Hasql"; license = lib.licenses.mit; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "hasql-url" = callPackage @@ -126532,8 +121800,6 @@ self: { ]; description = "composable SQL generation"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "hasqly-mysql" = callPackage @@ -126577,8 +121843,6 @@ self: { ]; description = "Haskell implementation of Mustache templates"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "hastache-aeson" = callPackage @@ -126609,8 +121873,6 @@ self: { executableHaskellDepends = [ base curl filepath mtl ]; description = "A universal pastebin tool, written in Haskell"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "haste-app" = callPackage @@ -126732,8 +121994,6 @@ self: { libraryHaskellDepends = [ base ghc-prim integer-gmp ]; description = "Low level primitives for the Haste compiler"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "hastily" = callPackage @@ -126799,8 +122059,6 @@ self: { ]; description = "The Haskell tracer, generating and viewing Haskell execution traces"; license = "unknown"; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "hatex-guide" = callPackage @@ -126817,8 +122075,6 @@ self: { ]; description = "HaTeX User's Guide"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "hatexmpp3" = callPackage @@ -126892,8 +122148,6 @@ self: { ]; description = "Haskell client for the NATS messaging system"; license = lib.licenses.mit; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "hatt" = callPackage @@ -126916,8 +122170,6 @@ self: { ]; description = "A truth table generator for classical propositional logic"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "haveibeenpwned" = callPackage @@ -126959,8 +122211,6 @@ self: { ]; description = "Recursively retrieve maven dependencies"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "haverer" = callPackage @@ -126985,8 +122235,6 @@ self: { ]; description = "Implementation of the rules of Love Letter"; license = lib.licenses.asl20; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "hawitter" = callPackage @@ -127034,8 +122282,6 @@ self: { ]; description = "Haskell cash-flow and tax simulation"; license = lib.licenses.mit; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "haxl" = callPackage @@ -127078,8 +122324,6 @@ self: { ]; description = "Haxl data source for accessing AWS services through amazonka"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "haxl-facebook" = callPackage @@ -127102,8 +122346,6 @@ self: { ]; description = "An example Haxl data source for accessing the Facebook Graph API"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "haxparse" = callPackage @@ -127128,8 +122370,6 @@ self: { ]; description = "Readable HaxBall replays"; license = lib.licenses.mit; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "haxr" = callPackage @@ -127163,8 +122403,6 @@ self: { libraryHaskellDepends = [ base haxr template-haskell ]; description = "Automatic deriving of XML-RPC structs for Haskell records"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "haxy" = callPackage @@ -127202,8 +122440,6 @@ self: { testHaskellDepends = [ base process xml ]; description = "Haskell bindings for the C Wayland library"; license = lib.licenses.mit; - hydraPlatforms = lib.platforms.none; - broken = true; }) {inherit (pkgs) libGL; inherit (pkgs) wayland;}; "hayoo-cli" = callPackage @@ -127222,8 +122458,6 @@ self: { ]; description = "Hayoo CLI"; license = lib.licenses.mit; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "hback" = callPackage @@ -127317,8 +122551,6 @@ self: { ]; description = "Client for the beanstalkd workqueue service"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "hbeat" = callPackage @@ -127337,8 +122569,6 @@ self: { executableSystemDepends = [ SDL_mixer ]; description = "A simple step sequencer GUI"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {inherit (pkgs) SDL_mixer;}; "hbf" = callPackage @@ -127393,8 +122623,6 @@ self: { testHaskellDepends = [ base hspec primitive vector ]; description = "Human friendly BLAS and Lapack bindings for Haskell"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {inherit (pkgs) blas; inherit (pkgs) liblapack;}; "hblock" = callPackage @@ -127414,8 +122642,6 @@ self: { ]; description = "A mutable vector that provides indexation on the datatype fields it stores"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "hbro" = callPackage @@ -127509,8 +122735,6 @@ self: { executableToolDepends = [ alex happy ]; description = "Haskell Bottom Up Rewrite Generator"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "hcad" = callPackage @@ -127522,8 +122746,6 @@ self: { libraryHaskellDepends = [ base containers gasp mtl ]; description = "Haskell CAD library"; license = "GPL"; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "hcc" = callPackage @@ -127537,8 +122759,6 @@ self: { executableHaskellDepends = [ base bytestring language-c ]; description = "A toy C compiler"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "hcg-minus" = callPackage @@ -127551,8 +122771,6 @@ self: { libraryHaskellDepends = [ base colour random ]; description = "haskell cg (minus)"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "hcg-minus-cairo" = callPackage @@ -127632,8 +122850,6 @@ self: { ]; description = "Chess library"; license = lib.licenses.gpl2Only; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "hcltest" = callPackage @@ -127654,8 +122870,6 @@ self: { testHaskellDepends = [ base directory doctest filepath ]; description = "A testing library for command line applications"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "hcoap" = callPackage @@ -127678,8 +122892,6 @@ self: { ]; description = "CoAP implementation for Haskell"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "hcobs" = callPackage @@ -127714,8 +122926,6 @@ self: { doHaddock = false; description = "Haskell COM support library"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "hcoord" = callPackage @@ -127753,8 +122963,6 @@ self: { ]; description = "Haskell name counts"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "hcron" = callPackage @@ -127771,8 +122979,6 @@ self: { ]; description = "A simple job scheduler, which just runs some IO action at a given time"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "hcube" = callPackage @@ -127793,8 +122999,6 @@ self: { ]; description = "Virtual Rubik's cube of arbitrary size"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "hcwiid" = callPackage @@ -127840,8 +123044,6 @@ self: { ]; description = "Library to handle the details of writing daemons for UNIX"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "hdbc-aeson" = callPackage @@ -127858,8 +123060,6 @@ self: { ]; description = "Deserialize from HDBC rows to FromJSON instances"; license = lib.licenses.mit; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "hdbc-postgresql-hstore" = callPackage @@ -127871,8 +123071,6 @@ self: { libraryHaskellDepends = [ attoparsec base containers HDBC text ]; description = "Manipulate data in PostgreSQL \"hstore\" columns"; license = lib.licenses.mit; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "hdbc-tuple" = callPackage @@ -128020,8 +123218,6 @@ self: { ]; description = "Persistent GHC powered background server for FAST haskell development tools"; license = lib.licenses.mit; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "hdf" = callPackage @@ -128107,8 +123303,6 @@ self: { ]; description = "Server-side HTTP Digest (RFC2617) in the CGI monad"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "hdirect" = callPackage @@ -128139,8 +123333,6 @@ self: { libraryHaskellDepends = [ base bytestring containers QuickCheck ]; description = "Interface to the udis86 disassembler for x86 and x86-64 / AMD64"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "hdiscount" = callPackage @@ -128153,8 +123345,6 @@ self: { librarySystemDepends = [ markdown ]; description = "Haskell bindings to the Discount markdown library"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {markdown = null;}; "hdm" = callPackage @@ -128168,8 +123358,6 @@ self: { executableHaskellDepends = [ base directory process unix vty ]; description = "a small display manager"; license = lib.licenses.gpl3Only; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "hdo" = callPackage @@ -128197,8 +123385,6 @@ self: { ]; description = "A Digital Ocean client in Haskell"; license = lib.licenses.mit; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "hdocs" = callPackage @@ -128266,8 +123452,6 @@ self: { ]; description = "Explicit closures in Haskell distributed parallel Haskell"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "hdr-histogram" = callPackage @@ -128287,8 +123471,6 @@ self: { benchmarkHaskellDepends = [ base criterion deepseq primitive ]; description = "Haskell implementation of High Dynamic Range (HDR) Histograms"; license = lib.licenses.gpl3Only; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "headed-megaparsec" = callPackage @@ -128304,8 +123486,6 @@ self: { ]; description = "More informative parser"; license = lib.licenses.mit; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "headergen" = callPackage @@ -128325,8 +123505,6 @@ self: { ]; description = "Creates a header for a haskell source file"; license = lib.licenses.mit; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "headroom" = callPackage @@ -128388,8 +123566,6 @@ self: { testToolDepends = [ hspec-discover ]; description = "interactively inspect Haskell values at runtime"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "heaps" = callPackage @@ -128432,8 +123608,6 @@ self: { executableHaskellDepends = [ array base ]; description = "Heapsort of MArrays as a demo of imperative programming"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "heart-app" = callPackage @@ -128469,8 +123643,6 @@ self: { ]; description = "An opinionated library prelude in the UnliftIO style"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "heartbeat-streams" = callPackage @@ -128640,8 +123812,6 @@ self: { testHaskellDepends = [ base hspec QuickCheck time ]; description = "Hebrew dates and prayer times"; license = lib.licenses.mit; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "hecc" = callPackage @@ -128686,8 +123856,6 @@ self: { executableHaskellDepends = [ base directory process split ]; description = "Jekyll in Haskell (feat. LaTeX)"; license = lib.licenses.mit; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "heddit" = callPackage @@ -128789,8 +123957,6 @@ self: { ]; testHaskellDepends = [ base either hedgehog ]; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "hedgehog-checkers-lens" = callPackage @@ -128914,8 +124080,6 @@ self: { libraryHaskellDepends = [ base hedgehog ]; description = "GHC Generics automatically derived hedgehog generators"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "hedgehog-golden" = callPackage @@ -128933,8 +124097,6 @@ self: { testHaskellDepends = [ base hedgehog ]; description = "Golden testing capabilities for hedgehog using Aeson"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "hedgehog-optics" = callPackage @@ -128948,8 +124110,6 @@ self: { libraryHaskellDepends = [ base hedgehog optics-core ]; description = "Hedgehog properties for optics laws"; license = lib.licenses.mit; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "hedgehog-quickcheck" = callPackage @@ -128986,8 +124146,6 @@ self: { ]; description = "Hedgehog property testing for Servant APIs"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "hedis" = callPackage @@ -129028,8 +124186,6 @@ self: { ]; description = "Easy trivial configuration for Redis"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "hedis-envy" = callPackage @@ -129071,8 +124227,6 @@ self: { testHaskellDepends = [ base ]; description = "Initial project template from stack"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "hedis-pile" = callPackage @@ -129106,8 +124260,6 @@ self: { libraryHaskellDepends = [ base bytestring either hedis mtl ]; description = "A simplified API for hedis"; license = lib.licenses.mit; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "hedis-tags" = callPackage @@ -129125,8 +124277,6 @@ self: { ]; description = "Tags for hedis"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "hedn" = callPackage @@ -129182,8 +124332,6 @@ self: { testHaskellDepends = [ base doctest ]; description = "A small library and executable for generating dice rolls"; license = lib.licenses.mit; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "heidi" = callPackage @@ -129226,8 +124374,6 @@ self: { ]; description = "An extensible build helper for haskell, in the vein of leiningen"; license = lib.licenses.asl20; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "heist" = callPackage @@ -129300,8 +124446,6 @@ self: { ]; description = "Adding support for asynchronous updates (\"AJAX\") with heist"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "helf" = callPackage @@ -129417,8 +124561,6 @@ self: { executableHaskellDepends = [ base containers mtl parsec process ]; description = "An incomplete Elisp compiler"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "helium" = callPackage @@ -129482,8 +124624,6 @@ self: { ]; description = "Web development micro framework for haskell with typesafe URLs"; license = lib.licenses.mit; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "hell" = callPackage @@ -129508,8 +124648,6 @@ self: { executableHaskellDepends = [ base transformers utf8-string ]; description = "A Haskell shell based on shell-conduit"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "hellage" = callPackage @@ -129606,8 +124744,6 @@ self: { ]; description = "A Haskell client for the Help.com team's ESB."; license = lib.licenses.mit; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "hemkay" = callPackage @@ -129625,8 +124761,6 @@ self: { ]; description = "A module music mixer and player"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "hemkay-core" = callPackage @@ -129727,8 +124861,6 @@ self: { libraryHaskellDepends = [ base mtl split ]; description = "A lexer for Haskell source code"; license = lib.licenses.publicDomain; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "her-lexer-parsec" = callPackage @@ -129758,8 +124890,6 @@ self: { ]; description = "HAML to ERB translator"; license = lib.licenses.mit; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "hercules-ci-agent" = callPackage @@ -130053,8 +125183,6 @@ self: { testHaskellDepends = [ base bytestring doctest text ]; description = "Heredocument on Haskell"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "herf-time" = callPackage @@ -130090,8 +125218,6 @@ self: { ]; description = "Fast JSON decoding via simdjson C++ bindings"; license = lib.licenses.mit; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "hermit" = callPackage @@ -130158,8 +125284,6 @@ self: { ]; description = "A command-line manager for delicious kitchen recipes"; license = lib.licenses.gpl3Only; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "hero-club-five-tenets" = callPackage @@ -130321,8 +125445,6 @@ self: { ]; description = "Fast heterogeneous data structures"; license = lib.licenses.mit; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "hetero-map" = callPackage @@ -130365,8 +125487,6 @@ self: { testHaskellDepends = [ base ]; description = "Allows the use of tuples as literals for Heterogeneous collections"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "heterolist" = callPackage @@ -130401,8 +125521,6 @@ self: { executableSystemDepends = [ ncurses ]; description = "Text Tetris"; license = "GPL"; - hydraPlatforms = lib.platforms.none; - broken = true; }) {inherit (pkgs) ncurses;}; "heukarya" = callPackage @@ -130417,8 +125535,6 @@ self: { ]; description = "A genetic programming based on tree structure"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "hevm" = callPackage @@ -130536,8 +125652,6 @@ self: { libraryHaskellDepends = [ base containers ]; description = "Haskell scripting interface for HexChat"; license = lib.licenses.mit; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "hexdump" = callPackage @@ -130561,8 +125675,6 @@ self: { libraryHaskellDepends = [ base binary bytestring filepath ]; description = "Reading Exif data form a JPEG file with Haskell"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "hexmino" = callPackage @@ -130581,8 +125693,6 @@ self: { ]; description = "A small game based on domino-like hexagonal tiles"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "hexml" = callPackage @@ -130615,8 +125725,6 @@ self: { ]; description = "Lenses for the hexml package"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "hexpat" = callPackage @@ -130715,8 +125823,6 @@ self: { ]; description = "Picklers for de/serialising Generic data types to and from XML"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "hexpat-streamparser" = callPackage @@ -130758,8 +125864,6 @@ self: { ]; description = "A framework for symbolic, homoiconic languages"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "hexpress" = callPackage @@ -130777,8 +125881,6 @@ self: { ]; description = "An express-like http framework"; license = lib.licenses.mit; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "hexquote" = callPackage @@ -130794,8 +125896,6 @@ self: { ]; description = "Hexadecimal ByteString literals, with placeholders that bind variables"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "hexstring" = callPackage @@ -130813,8 +125913,6 @@ self: { testHaskellDepends = [ base binary bytestring hspec text ]; description = "Fast and safe representation of a hex string"; license = lib.licenses.mit; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "hext" = callPackage @@ -130831,8 +125929,6 @@ self: { executableHaskellDepends = [ base text ]; description = "a text classification library"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "hextra" = callPackage @@ -130898,8 +125994,6 @@ self: { ]; description = "A server for Eye-Fi SD cards"; license = lib.licenses.publicDomain; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "heyting-algebras" = callPackage @@ -130936,8 +126030,6 @@ self: { libraryPkgconfigDepends = [ fann ]; description = "Haskell binding to the FANN library"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {doublefann = null; fann = null;}; "hfd" = callPackage @@ -131018,8 +126110,6 @@ self: { ]; description = "Haskell source code formatter"; license = lib.licenses.mit; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "hfoil" = callPackage @@ -131039,8 +126129,6 @@ self: { executableHaskellDepends = [ base ]; description = "Hess-Smith panel code for inviscid 2-d airfoil analysis"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "hformat" = callPackage @@ -131068,8 +126156,6 @@ self: { libraryHaskellDepends = [ base ]; description = "Field-of-view calculation for low-resolution 2D raster grids"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "hfractal" = callPackage @@ -131088,8 +126174,6 @@ self: { ]; description = "OpenGL fractal renderer"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "hfsevents" = callPackage @@ -131120,8 +126204,6 @@ self: { ]; description = "A library for fusing a subset of Haskell programs"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "hg-buildpackage" = callPackage @@ -131140,8 +126222,6 @@ self: { ]; description = "Tools to help manage Debian packages with Mercurial"; license = "GPL"; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "hgal" = callPackage @@ -131183,8 +126263,6 @@ self: { ]; description = "GDB Machine Interface: program-driven control of GDB"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "hgearman" = callPackage @@ -131202,8 +126280,6 @@ self: { ]; description = "A Gearman client for Haskell"; license = lib.licenses.mit; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "hgen" = callPackage @@ -131231,8 +126307,6 @@ self: { libraryHaskellDepends = [ base containers ]; description = "A geometric library with bindings to GPC"; license = lib.licenses.mit; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "hgeometry" = callPackage @@ -131337,8 +126411,6 @@ self: { testToolDepends = [ hspec-discover ]; description = "Reading and Writing ipe7 files"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "hgeometry-svg" = callPackage @@ -131396,8 +126468,6 @@ self: { ]; description = "Bindings to libintl.h (gettext, bindtextdomain)"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "hgis" = callPackage @@ -131421,8 +126491,6 @@ self: { doHaddock = false; description = "Library and for GIS with Haskell"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "hgithub" = callPackage @@ -131491,8 +126559,6 @@ self: { ]; description = "An haskell port of the java version of gom"; license = "GPL"; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "hgopher" = callPackage @@ -131504,8 +126570,6 @@ self: { libraryHaskellDepends = [ base bytestring network ]; description = "Gopher server"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "hgraph" = callPackage @@ -131547,8 +126611,6 @@ self: { ]; description = "Search Haskell source code from the command line"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "hgrev" = callPackage @@ -131582,8 +126644,6 @@ self: { testHaskellDepends = [ base directory hspec ]; description = "Unofficial bindings for GRIB API"; license = lib.licenses.gpl3Only; - hydraPlatforms = lib.platforms.none; - broken = true; }) {grib_api = null;}; "hharp" = callPackage @@ -131596,8 +126656,6 @@ self: { librarySystemDepends = [ harp ]; description = "Binding to libharp"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {harp = null;}; "hhp" = callPackage @@ -131624,8 +126682,6 @@ self: { ]; description = "Happy Haskell Programming"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "hhwloc" = callPackage @@ -131639,8 +126695,6 @@ self: { libraryHaskellDepends = [ base ]; description = "Bindings to https://www.open-mpi.org/projects/hwloc"; license = lib.licenses.mit; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "hi" = callPackage @@ -131671,8 +126725,6 @@ self: { ]; description = "Generate scaffold for cabal project"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "hi-file-parser" = callPackage @@ -131708,8 +126760,6 @@ self: { executableHaskellDepends = [ base dbus process ]; description = "Status line for i3bar"; license = lib.licenses.mit; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "hiccup" = callPackage @@ -131743,8 +126793,6 @@ self: { executableHaskellDepends = [ array base bytestring mtl network ]; description = "haskell robot for IChat protocol"; license = "GPL"; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "hid" = callPackage @@ -131792,8 +126840,6 @@ self: { doHaddock = false; description = "Examples to accompany the book \"Haskell in Depth\""; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "hidapi" = callPackage @@ -131827,8 +126873,6 @@ self: { testHaskellDepends = [ base hspec ]; description = "Provides cross-platform getHiddenChar function"; license = lib.licenses.mit; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "hie-bios" = callPackage @@ -131913,8 +126957,6 @@ self: { ]; description = "The core of an IDE"; license = lib.licenses.asl20; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "hiedb" = callPackage @@ -131951,8 +126993,6 @@ self: { libraryHaskellDepends = [ base containers HUnit mtl multiset ]; description = "Automated clustering of arbitrary elements in Haskell"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "hierarchical-clustering" = callPackage @@ -132007,8 +127047,6 @@ self: { testToolDepends = [ hspec-discover ]; description = "hierarchical environments for dependency injection"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "hierarchical-exceptions" = callPackage @@ -132020,8 +127058,6 @@ self: { libraryHaskellDepends = [ base template-haskell ]; description = "Template Haskell functions to easily create exception hierarchies"; license = lib.licenses.asl20; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "hierarchical-spectral-clustering" = callPackage @@ -132075,8 +127111,6 @@ self: { ]; description = "Predicated traversal of generated trees"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "hiernotify" = callPackage @@ -132092,8 +127126,6 @@ self: { ]; description = "Notification library for a filesystem hierarchy"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "hifi" = callPackage @@ -132136,8 +127168,6 @@ self: { testToolDepends = [ markdown-unlit ]; description = "Partial types as a type constructor"; license = lib.licenses.mit; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "highWaterMark" = callPackage @@ -132152,8 +127182,6 @@ self: { executableHaskellDepends = [ base ghc ]; description = "Memory usage statistics"; license = "GPL"; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "higher-leveldb" = callPackage @@ -132190,8 +127218,6 @@ self: { libraryHaskellDepends = [ base ]; description = "Some higher order functions for Bool and []"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "highjson" = callPackage @@ -132209,8 +127235,6 @@ self: { ]; description = "Spec based JSON parsing/serialisation"; license = lib.licenses.mit; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "highjson-swagger" = callPackage @@ -132298,8 +127322,6 @@ self: { ]; description = "Highlight package versions which differ from the latest version on Hackage"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "highlighter" = callPackage @@ -132417,8 +127439,6 @@ self: { ]; description = "Simple gtk2hs image viewer. Point it at an image and fire away."; license = lib.licenses.gpl3Only; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "himpy" = callPackage @@ -132491,8 +127511,6 @@ self: { testHaskellDepends = [ base containers hspec ]; description = "Template for Hindley-Milner based languages"; license = lib.licenses.mit; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "hindley-milner-type-check" = callPackage @@ -132731,8 +127749,6 @@ self: { ]; description = "Generate armet style query strings"; license = lib.licenses.mit; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "hinstaller" = callPackage @@ -132748,8 +127764,6 @@ self: { ]; description = "Installer wrapper for Haskell applications"; license = "LGPL"; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "hint" = callPackage @@ -132807,8 +127821,6 @@ self: { ]; description = "Runtime Haskell interpreter (GHC API wrapper)"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "hinterface" = callPackage @@ -132835,8 +127847,6 @@ self: { testToolDepends = [ hspec-discover ]; description = "Haskell / Erlang interoperability library"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "hinvaders" = callPackage @@ -132931,8 +127941,6 @@ self: { ]; description = "Hipchat API bindings in Haskell"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "hipe" = callPackage @@ -132948,8 +127956,6 @@ self: { ]; description = "Support for reading and writing ipe7 files (http://ipe7.sourceforge.net)"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "hips" = callPackage @@ -132975,8 +127981,6 @@ self: { sha256 = "18hwc5x902k2dsk8895sr8nil4445b9lazzdzbjzpllx4smf0lvz"; libraryHaskellDepends = [ aeson base bytestring servant ]; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "hipsql-client" = callPackage @@ -133050,8 +128054,6 @@ self: { ]; description = "IRC client"; license = "GPL"; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "hirt" = callPackage @@ -133088,8 +128090,6 @@ self: { ]; description = "Unofficial API bindings to KISSmetrics"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "hist-pl" = callPackage @@ -133197,8 +128197,6 @@ self: { libraryHaskellDepends = [ base binary text text-binary ]; description = "Types in the historical dictionary of Polish"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "histogram-fill" = callPackage @@ -133263,8 +128261,6 @@ self: { ]; description = "Extract the interesting bits from shell history"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "hit" = callPackage @@ -133321,8 +128317,6 @@ self: { testHaskellDepends = [ base github hspec text ]; description = "Haskell Git Helper Tool"; license = lib.licenses.mpl20; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "hjcase" = callPackage @@ -133339,8 +128333,6 @@ self: { ]; description = "Jcase library for Haskell"; license = lib.licenses.mit; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "hjpath" = callPackage @@ -133370,8 +128362,6 @@ self: { ]; description = "JavaScript Parser"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "hjsmin" = callPackage @@ -133419,8 +128409,6 @@ self: { libraryHaskellDepends = [ base containers hjson ]; description = "library for querying from JSON"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "hjsonpointer" = callPackage @@ -133442,8 +128430,6 @@ self: { ]; description = "JSON Pointer library"; license = lib.licenses.mit; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "hjsonschema" = callPackage @@ -133552,8 +128538,6 @@ self: { ]; description = "A cryptographic protocol for the Majority Judgment"; license = lib.licenses.gpl3Only; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "hkd" = callPackage @@ -133591,8 +128575,6 @@ self: { libraryHaskellDepends = [ base ]; description = "Definition of \"Delta structures\" for higher kinded data"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "hkd-lens" = callPackage @@ -133604,8 +128586,6 @@ self: { libraryHaskellDepends = [ base profunctors ]; description = "Generic lens/prism/traversal-kinded data"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "hkdf" = callPackage @@ -133652,8 +128632,6 @@ self: { ]; description = "A library for higher kinded types"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "hlatex" = callPackage @@ -133691,8 +128669,6 @@ self: { ]; description = "Haskell binding to L-BFGS-B version 3.0"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {inherit (pkgs) gfortran;}; "hlcm" = callPackage @@ -133822,8 +128798,6 @@ self: { ]; description = "A pie chart image generator for the hledger accounting tool"; license = "GPL"; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "hledger-diff" = callPackage @@ -133862,8 +128836,6 @@ self: { ]; description = "An hledger workflow focusing on automated statement import and classification"; license = lib.licenses.gpl3Only; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "hledger-iadd" = callPackage @@ -133933,8 +128905,6 @@ self: { ]; description = "computes the internal rate of return of an investment"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "hledger-lib" = callPackage @@ -134062,8 +129032,6 @@ self: { ]; description = "A curses-style console interface for the hledger accounting tool"; license = "GPL"; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "hledger-web" = callPackage @@ -134114,8 +129082,6 @@ self: { testHaskellDepends = [ base hlint ]; description = "Haskell binding to libBladeRF SDR library"; license = lib.licenses.lgpl21Only; - hydraPlatforms = lib.platforms.none; - broken = true; }) {inherit (pkgs) libbladeRF;}; "hlibcpuid" = callPackage @@ -134143,8 +129109,6 @@ self: { librarySystemDepends = [ ev ]; description = "FFI interface to libev"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {ev = null;}; "hlibfam" = callPackage @@ -134157,8 +129121,6 @@ self: { librarySystemDepends = [ fam ]; description = "FFI interface to libFAM"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {inherit (pkgs) fam;}; "hlibgit2" = callPackage @@ -134258,8 +129220,6 @@ self: { ]; description = "Client library for the Apache Livy REST API"; license = lib.licenses.mit; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "hlogger" = callPackage @@ -134271,8 +129231,6 @@ self: { libraryHaskellDepends = [ base old-locale time ]; description = "Simple, concurrent, extendable and easy-to-use logging library"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "hlongurl" = callPackage @@ -134291,8 +129249,6 @@ self: { ]; description = "Library and utility interfacing to longurl.org"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "hlrdb" = callPackage @@ -134329,8 +129285,6 @@ self: { ]; description = "High-level Redis Database Core API"; license = lib.licenses.mit; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "hls" = callPackage @@ -134473,8 +129427,6 @@ self: { ]; description = "Common utilities to interaction between ghc-exactprint and HLS plugins"; license = lib.licenses.asl20; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "hls-explicit-imports-plugin" = callPackage @@ -134873,8 +129825,6 @@ self: { libraryHaskellDepends = [ base stm transformers unix X11 ]; description = "Bindings to the herbstluftwm window manager"; license = lib.licenses.bsd2; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "hly" = callPackage @@ -134922,8 +129872,6 @@ self: { ]; description = "Simple wikitext-like markup format implementation"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "hmatrix" = callPackage @@ -134980,8 +129928,6 @@ self: { librarySystemDepends = [ liblapack ]; description = "HMatrix interface to LAPACK functions for banded matrices"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {inherit (pkgs) liblapack;}; "hmatrix-csv" = callPackage @@ -135047,8 +129993,6 @@ self: { libraryHaskellDepends = [ base hmatrix mmap ]; description = "Memory map Vector from disk into memory efficiently"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "hmatrix-morpheus" = callPackage @@ -135082,8 +130026,6 @@ self: { libraryHaskellDepends = [ base hmatrix ]; description = "NIPALS method for Principal Components Analysis on large data-sets"; license = lib.licenses.lgpl21Only; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "hmatrix-nlopt" = callPackage @@ -135132,8 +130074,6 @@ self: { librarySystemDepends = [ mkl_core mkl_intel mkl_sequential ]; description = "Sparse linear solver"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {mkl_core = null; mkl_intel = null; mkl_sequential = null;}; "hmatrix-special" = callPackage @@ -135160,8 +130100,6 @@ self: { ]; description = "hmatrix with vector and matrix sizes encoded in types"; license = "GPL"; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "hmatrix-sundials" = callPackage @@ -135189,8 +130127,6 @@ self: { ]; description = "hmatrix interface to sundials"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {sundials_arkode = null; sundials_cvode = null;}; "hmatrix-svdlibc" = callPackage @@ -135206,8 +130142,6 @@ self: { benchmarkHaskellDepends = [ base criterion hmatrix vector ]; description = "SVDLIBC bindings for HMatrix"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "hmatrix-syntax" = callPackage @@ -135223,8 +130157,6 @@ self: { ]; description = "MATLAB-like syntax for hmatrix vectors and matrices"; license = lib.licenses.gpl3Only; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "hmatrix-tests" = callPackage @@ -135242,8 +130174,6 @@ self: { benchmarkHaskellDepends = [ base HUnit QuickCheck random ]; description = "Tests for hmatrix"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "hmatrix-vector-sized" = callPackage @@ -135324,8 +130254,6 @@ self: { executableHaskellDepends = [ base MissingH process ]; description = "CLI fuzzy finder and launcher"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "hmep" = callPackage @@ -135376,8 +130304,6 @@ self: { ]; description = "A make alternative based on Plan9's mk"; license = "GPL"; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "hmm" = callPackage @@ -135393,8 +130319,6 @@ self: { ]; description = "A hidden markov model library"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "hmm-hmatrix" = callPackage @@ -135413,8 +130337,6 @@ self: { testHaskellDepends = [ base QuickCheck ]; description = "Hidden Markov Models using HMatrix primitives"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "hmm-lapack" = callPackage @@ -135462,8 +130384,6 @@ self: { executableSystemDepends = [ ncurses ]; description = "An ncurses mp3 player written in Haskell"; license = "GPL"; - hydraPlatforms = lib.platforms.none; - broken = true; }) {inherit (pkgs) ncurses;}; "hmp3-ng" = callPackage @@ -135554,8 +130474,6 @@ self: { ]; description = "Interpreter for the MUMPS langugae"; license = "GPL"; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "hnetcdf" = callPackage @@ -135585,8 +130503,6 @@ self: { testSystemDepends = [ netcdf ]; description = "Haskell NetCDF library"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {inherit (pkgs) netcdf;}; "hnix" = callPackage @@ -135766,8 +130682,6 @@ self: { ]; description = "A reasonably fast and simple neural network library"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "hnock" = callPackage @@ -135795,8 +130709,6 @@ self: { isExecutable = true; executableHaskellDepends = [ base ]; license = "unknown"; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "hnormalise" = callPackage @@ -135854,8 +130766,6 @@ self: { testHaskellDepends = [ base compdata patch-combinators ]; description = "Generic rewrite rules with safe treatment of variables and binders"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "hoauth" = callPackage @@ -135873,8 +130783,6 @@ self: { ]; description = "A Haskell implementation of OAuth 1.0a protocol."; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "hoauth2" = callPackage @@ -135938,8 +130846,6 @@ self: { ]; description = "A small file watcher for OSX"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "hobbits" = callPackage @@ -135976,8 +130882,6 @@ self: { testSystemDepends = [ ocilib ]; description = "FFI binding to OCILIB"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {ocilib = null;}; "hocker" = callPackage @@ -136020,8 +130924,6 @@ self: { ]; description = "Interact with the docker registry and generate nix build instructions"; license = lib.licenses.asl20; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "hocon" = callPackage @@ -136034,8 +130936,6 @@ self: { testHaskellDepends = [ base hspec MissingH parsec split ]; description = "Small library for typesafe's configuration specification"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "hodatime" = callPackage @@ -136059,8 +130959,6 @@ self: { benchmarkHaskellDepends = [ base criterion random ]; description = "A fully featured date/time library based on Nodatime"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "hoe" = callPackage @@ -136079,8 +130977,6 @@ self: { ]; description = "hoe: Haskell One-liner Evaluator"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "hofix-mtl" = callPackage @@ -136092,8 +130988,6 @@ self: { libraryHaskellDepends = [ base mtl star-to-star template-haskell ]; description = "defining @mtl@-ready monads as * -> * fixed-points"; license = "unknown"; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "hog" = callPackage @@ -136111,8 +131005,6 @@ self: { ]; description = "Simple IRC logger bot"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "hogg" = callPackage @@ -136130,8 +131022,6 @@ self: { ]; description = "Library and tools to manipulate the Ogg container format"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "hoggl" = callPackage @@ -136204,8 +131094,6 @@ self: { executableHaskellDepends = [ base X11 ]; description = "OIS bindings"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {OIS = null;}; "hoist-error" = callPackage @@ -136249,8 +131137,6 @@ self: { ]; description = "Higher order logic"; license = lib.licenses.mit; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "hold-em" = callPackage @@ -136262,8 +131148,6 @@ self: { libraryHaskellDepends = [ base random safe ]; description = "An engine for Texas hold'em Poker"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "hole" = callPackage @@ -136275,8 +131159,6 @@ self: { libraryHaskellDepends = [ base containers ]; description = "Higher kinded type removal"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "holey-format" = callPackage @@ -136312,8 +131194,6 @@ self: { testToolDepends = [ markdown-unlit tasty-discover ]; description = "Tools and combinators for solving constraint problems"; license = lib.licenses.mit; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "holy-project" = callPackage @@ -136360,8 +131240,6 @@ self: { libraryHaskellDepends = [ base containers mtl QuickCheck ]; description = "Homeomorphic Embedding Test"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "hommage" = callPackage @@ -136402,8 +131280,6 @@ self: { testHaskellDepends = [ base ]; description = "Constructs FAlgebras from typeclasses, making Haskell functions homoiconic"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "homotuple" = callPackage @@ -136447,8 +131323,6 @@ self: { ]; description = "Haskell code quality tool"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "homura-stopwatch" = callPackage @@ -136504,8 +131378,6 @@ self: { testSystemDepends = [ freenect OpenNI2 ]; description = "OpenNI 2 binding"; license = lib.licenses.mit; - hydraPlatforms = lib.platforms.none; - broken = true; }) {OpenNI2 = null; inherit (pkgs) freenect;}; "honk" = callPackage @@ -136538,8 +131410,6 @@ self: { ]; description = "Simple tool for fetching and merging hoogle data"; license = lib.licenses.mit; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "hood" = callPackage @@ -136564,8 +131434,6 @@ self: { libraryHaskellDepends = [ base ]; description = "Dummy package to disable Hood without having to remove all the calls to observe"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "hood2" = callPackage @@ -136577,8 +131445,6 @@ self: { libraryHaskellDepends = [ array base ]; description = "Debugging by observing in place"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "hoodie" = callPackage @@ -136776,8 +131642,6 @@ self: { ]; description = "Data types for programs for hoodle file format"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "hoogle" = callPackage @@ -136829,8 +131693,6 @@ self: { ]; description = "Easily generate Hoogle indices for installed packages"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "hooks-dir" = callPackage @@ -136842,8 +131704,6 @@ self: { libraryHaskellDepends = [ base directory process text ]; description = "run executables in a directory as hooks"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "hookup" = callPackage @@ -136881,8 +131741,6 @@ self: { ]; description = "Object-Oriented Programming in Haskell"; license = lib.licenses.mit; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "hoopl" = callPackage @@ -136902,8 +131760,6 @@ self: { ]; description = "A library to support dataflow analysis and optimization"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "hoovie" = callPackage @@ -136944,8 +131800,6 @@ self: { testHaskellDepends = [ base QuickCheck ]; description = "Haskell binding to libopencc"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {inherit (pkgs) opencc;}; "hopencl" = callPackage @@ -136965,8 +131819,6 @@ self: { ]; description = "Haskell bindings for OpenCL"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {OpenCL = null;}; "hopenpgp-tools" = callPackage @@ -137045,8 +131897,6 @@ self: { ]; description = "Hopfield Networks, Boltzmann Machines and Clusters"; license = lib.licenses.mit; - hydraPlatforms = lib.platforms.none; - broken = true; }) {MagickCore = null; inherit (pkgs) imagemagick;}; "hopfield-networks" = callPackage @@ -137174,8 +132024,6 @@ self: { ]; description = "Handy Operations on Power Series"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "hoq" = callPackage @@ -137195,8 +132043,6 @@ self: { executableToolDepends = [ alex happy ]; description = "A language based on homotopy type theory with an interval type"; license = lib.licenses.gpl2Only; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "hora" = callPackage @@ -137225,8 +132071,6 @@ self: { libraryHaskellDepends = [ AC-Angle base time ]; description = "Sunrise and sunset UTC approximations from latitude and longitude coordinates"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "horizontal-rule" = callPackage @@ -137264,8 +132108,6 @@ self: { executableHaskellDepends = [ base optparse-applicative text ]; description = "Rename function definitions returned by SMT solvers"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "hosc" = callPackage @@ -137301,8 +132143,6 @@ self: { ]; description = "Haskell Open Sound Control JSON Serialisation"; license = "GPL"; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "hosc-utils" = callPackage @@ -137380,8 +132220,6 @@ self: { ]; description = "An dns server which is extremely easy to config"; license = lib.licenses.gpl3Only; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "hothasktags" = callPackage @@ -137400,8 +132238,6 @@ self: { ]; description = "Generates ctags for Haskell, incorporating import lists and qualified imports"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "hotswap" = callPackage @@ -137413,8 +132249,6 @@ self: { libraryHaskellDepends = [ base plugins ]; description = "Simple code hotswapping"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "hourglass" = callPackage @@ -137445,8 +132279,6 @@ self: { libraryHaskellDepends = [ base hourglass parsec ]; description = "A small library for parsing more human friendly date/time formats"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "hourglass-orphans" = callPackage @@ -137492,8 +132324,6 @@ self: { ]; description = "A Haskell implementation of Foreman"; license = lib.licenses.mit; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "hout" = callPackage @@ -137522,8 +132352,6 @@ self: { ]; description = "Heap profiling helper library"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "hp2any-graph" = callPackage @@ -137669,8 +132497,6 @@ self: { ]; description = "Convert Cabal manifests into hpack's package.yamls"; license = lib.licenses.mit; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "hpack-dhall" = callPackage @@ -137774,8 +132600,6 @@ self: { platforms = [ "aarch64-linux" "armv7l-linux" "i686-linux" "x86_64-linux" ]; - hydraPlatforms = lib.platforms.none; - broken = true; }) {inherit (pkgs) papi;}; "hpaste" = callPackage @@ -137823,8 +132647,6 @@ self: { ]; description = "A command-line client for hpaste.org"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "hpath" = callPackage @@ -137966,8 +132788,6 @@ self: { testHaskellDepends = [ base HUnit ]; description = "Coveralls.io support for Haskell."; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "hpc-lcov" = callPackage @@ -138077,8 +132897,6 @@ self: { executableHaskellDepends = [ base random ]; description = "a simple password generator"; license = lib.licenses.isc; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "hpio" = callPackage @@ -138108,8 +132926,6 @@ self: { ]; description = "Monads for GPIO in Haskell"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "hplayground" = callPackage @@ -138141,8 +132957,6 @@ self: { executableHaskellDepends = [ base directory filepath process ]; description = "Application for managing playlist files on a music player"; license = "GPL"; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "hpodder" = callPackage @@ -138162,8 +132976,6 @@ self: { ]; description = "Podcast Aggregator (downloader)"; license = "GPL"; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "hpp" = callPackage @@ -138213,8 +133025,6 @@ self: { ]; description = "Haskell bindings to libpqtypes"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {inherit (pkgs) postgresql;}; "hpqtypes-extras" = callPackage @@ -138270,8 +133080,6 @@ self: { executableToolDepends = [ alex ]; description = "Parse Google Protocol Buffer specifications"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "hprotoc-fork" = callPackage @@ -138363,8 +133171,6 @@ self: { libraryHaskellDepends = [ base vector ]; description = "A nice implementation of the k-Means algorithm"; license = lib.licenses.gpl3Only; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "hpuz" = callPackage @@ -138392,8 +133198,6 @@ self: { ]; description = "Highlight source code using Pygments"; license = lib.licenses.mit; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "hpylos" = callPackage @@ -138409,8 +133213,6 @@ self: { ]; description = "AI of Pylos game with GLUT interface"; license = "GPL"; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "hpyrg" = callPackage @@ -138426,8 +133228,6 @@ self: { ]; description = "pyrg utility done right"; license = lib.licenses.mit; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "hpython" = callPackage @@ -138525,8 +133325,6 @@ self: { libraryHaskellDepends = [ base time ]; description = "HQuantLib Time is a business calendar functions extracted from HQuantLib"; license = "LGPL"; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "hquery" = callPackage @@ -138668,8 +133466,6 @@ self: { testHaskellDepends = [ base doctest ]; description = "Core functionality for Hreq Http client library"; license = lib.licenses.mit; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "hrfsize" = callPackage @@ -138695,8 +133491,6 @@ self: { executableHaskellDepends = [ base containers ]; description = "A Cricket scoring application"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "hriemann" = callPackage @@ -138798,8 +133592,6 @@ self: { testHaskellDepends = [ base time ]; description = "A modern and easy-to-use wrapper for Docker-based Lambda implementations. Now with API Gateway support!"; license = lib.licenses.publicDomain; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "hs-bibutils" = callPackage @@ -138892,8 +133684,6 @@ self: { ]; description = "Example Monte Carlo simulations implemented with Carbon"; license = lib.licenses.mit; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "hs-cdb" = callPackage @@ -138909,8 +133699,6 @@ self: { ]; description = "A library for reading CDB (Constant Database) files"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "hs-conllu" = callPackage @@ -138960,8 +133748,6 @@ self: { ]; description = "Dependency Injection library for Haskell"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "hs-dotnet" = callPackage @@ -138974,8 +133760,6 @@ self: { librarySystemDepends = [ ole32 oleaut32 ]; description = "Pragmatic .NET interop for Haskell"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {ole32 = null; oleaut32 = null;}; "hs-duktape" = callPackage @@ -139014,8 +133798,6 @@ self: { ]; description = "HS-Excelx provides basic read-only access to Excel 2007 and 2010 documents in XLSX format"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "hs-ffmpeg" = callPackage @@ -139041,8 +133823,6 @@ self: { librarySystemDepends = [ fltk fltk_images ]; description = "Binding to GUI library FLTK"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {inherit (pkgs) fltk; fltk_images = null;}; "hs-functors" = callPackage @@ -139100,8 +133880,6 @@ self: { ]; description = "Haskell wrapper around the GIZA++ toolkit"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "hs-inspector" = callPackage @@ -139144,8 +133922,6 @@ self: { ]; description = "Java .class files assembler/disassembler"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "hs-json-rpc" = callPackage @@ -139159,8 +133935,6 @@ self: { ]; description = "JSON-RPC client library"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "hs-logo" = callPackage @@ -139187,8 +133961,6 @@ self: { ]; description = "Logo interpreter written in Haskell"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "hs-mesos" = callPackage @@ -139247,8 +134019,6 @@ self: { executableHaskellDepends = [ base HandsomeSoup hxt random ]; description = "Name generator"; license = lib.licenses.mit; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "hs-openmoji-data" = callPackage @@ -139382,8 +134152,6 @@ self: { vault ]; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "hs-opentelemetry-instrumentation-postgresql-simple" = callPackage @@ -139525,8 +134293,6 @@ self: { testToolDepends = [ hspec-discover ]; description = "DSL for musical patterns and transformation, based on contravariant functors"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "hs-pgms" = callPackage @@ -139546,8 +134312,6 @@ self: { ]; description = "Programmer's Mine Sweeper in Haskell"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "hs-php-session" = callPackage @@ -139572,8 +134336,6 @@ self: { libraryHaskellDepends = [ base data-default-class text ]; description = "Create pkg-config configuration files"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "hs-pkpass" = callPackage @@ -139631,8 +134393,6 @@ self: { libraryHaskellDepends = [ array base regex-base regex-posix ]; description = "Easy to use Regex"; license = lib.licenses.mit; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "hs-rqlite" = callPackage @@ -139649,8 +134409,6 @@ self: { ]; description = "A Haskell client for RQlite"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "hs-rs-notify" = callPackage @@ -139671,8 +134429,6 @@ self: { testHaskellDepends = [ base protolude ]; description = "Experimental! Wraps this awesome rust library so you can use it in haskell. https://docs.rs/crate/notify"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {notifier = null;}; "hs-scrape" = callPackage @@ -139693,8 +134449,6 @@ self: { ]; description = "Simple and easy web scraping and automation in Haskell"; license = lib.licenses.mit; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "hs-sdl-term-emulator" = callPackage @@ -139748,8 +134502,6 @@ self: { ]; description = "snowtify send your result of `stack build` (`stack test`) to notify-daemon :dog2:"; license = lib.licenses.mit; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "hs-speedscope" = callPackage @@ -139799,8 +134551,6 @@ self: { ]; description = "Create tag files (ctags and etags) for Haskell code"; license = lib.licenses.mit; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "hs-term-emulator" = callPackage @@ -139822,8 +134572,6 @@ self: { benchmarkHaskellDepends = [ base criterion ]; description = "Terminal Emulator written in 100% Haskell"; license = lib.licenses.mit; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "hs-twitter" = callPackage @@ -139841,8 +134589,6 @@ self: { ]; description = "Haskell binding to the Twitter API"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "hs-twitterarchiver" = callPackage @@ -139857,8 +134603,6 @@ self: { executableHaskellDepends = [ base HTTP json mtl network pretty ]; description = "Commandline Twitter feed archiver"; license = "GPL"; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "hs-vcard" = callPackage @@ -139870,8 +134614,6 @@ self: { libraryHaskellDepends = [ base old-locale time ]; description = "Implements the RFC 2426 vCard 3.0 spec"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "hs-watchman" = callPackage @@ -139891,8 +134633,6 @@ self: { ]; description = "Client library for Facebook's Watchman tool"; license = lib.licenses.mit; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "hs-zstd" = callPackage @@ -139979,8 +134719,6 @@ self: { ]; description = "Haskell to Brainfuck compiler"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "hs2dot" = callPackage @@ -140011,8 +134749,6 @@ self: { testHaskellDepends = [ base hspec template-haskell ]; description = "Translate Haskell types to PureScript"; license = lib.licenses.mit; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "hsConfigure" = callPackage @@ -140037,8 +134773,6 @@ self: { libraryHaskellDepends = [ base bytestring unix ]; description = "I2C access for Haskell and Linux"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "hsPID" = callPackage @@ -140067,8 +134801,6 @@ self: { ]; description = "Sqlite3 bindings"; license = "LGPL"; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "hsXenCtrl" = callPackage @@ -140081,8 +134813,6 @@ self: { librarySystemDepends = [ xenctrl ]; description = "FFI bindings to the Xen Control library"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {xenctrl = null;}; "hsakamai" = callPackage @@ -140115,8 +134845,6 @@ self: { ]; description = "Akamai API(Edgegrid and Netstorage)"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "hsaml2" = callPackage @@ -140144,8 +134872,6 @@ self: { ]; description = "OASIS Security Assertion Markup Language (SAML) V2.0"; license = lib.licenses.asl20; - hydraPlatforms = lib.platforms.none; - broken = true; }) {inherit (pkgs) libxml2;}; "hsass" = callPackage @@ -140201,8 +134927,6 @@ self: { executableHaskellDepends = [ base Hclip HTTP process unix ]; description = "(ab)Use Google Translate as a speech synthesiser"; license = lib.licenses.gpl3Only; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "hsb2hs" = callPackage @@ -140252,8 +134976,6 @@ self: { executableHaskellDepends = [ attoparsec base text vector ]; description = "A command line calculator"; license = lib.licenses.mit; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "hsbencher" = callPackage @@ -140276,8 +134998,6 @@ self: { ]; description = "Launch and gather data from Haskell and non-Haskell benchmarks"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "hsbencher-codespeed" = callPackage @@ -140362,8 +135082,6 @@ self: { ]; description = "Haskell SuperCollider"; license = lib.licenses.gpl3Only; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "hsc3-auditor" = callPackage @@ -140591,8 +135309,6 @@ self: { ]; description = "hsc3 re-writing"; license = "GPL"; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "hsc3-server" = callPackage @@ -140632,8 +135348,6 @@ self: { libraryHaskellDepends = [ base bytestring hosc ]; description = "Haskell SuperCollider SoundFile"; license = "GPL"; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "hsc3-sf-hsndfile" = callPackage @@ -140712,8 +135426,6 @@ self: { ]; description = "Very simple file/directory structure scaffolding writer monad EDSL"; license = lib.licenses.mit; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "hscamwire" = callPackage @@ -140728,8 +135440,6 @@ self: { librarySystemDepends = [ camwire_1394 dc1394_control raw1394 ]; description = "Haskell bindings to IIDC1394 cameras, via Camwire"; license = "LGPL"; - hydraPlatforms = lib.platforms.none; - broken = true; }) {camwire_1394 = null; dc1394_control = null; raw1394 = null;}; "hscassandra" = callPackage @@ -140761,8 +135471,6 @@ self: { executableHaskellDepends = [ aeson base bytestring ghc-prim HTTP ]; description = "Command line client and library for SoundCloud.com"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "hscdio" = callPackage @@ -140787,8 +135495,6 @@ self: { ]; description = "Haskell bindings to the libcdio disc-reading library"; license = lib.licenses.gpl3Plus; - hydraPlatforms = lib.platforms.none; - broken = true; }) {cdio = null;}; "hscharm" = callPackage @@ -140932,8 +135638,6 @@ self: { testToolDepends = [ hspec-discover ]; description = "hscim json schema and server implementation"; license = lib.licenses.agpl3Only; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "hsclock" = callPackage @@ -140947,8 +135651,6 @@ self: { executableHaskellDepends = [ base cairo glib gtk old-time ]; description = "An elegant analog clock using Haskell, GTK and Cairo"; license = "GPL"; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "hscolour" = callPackage @@ -141021,8 +135723,6 @@ self: { testHaskellDepends = [ base containers text ]; description = "Collision-resistant IDs"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "hscurses" = callPackage @@ -141109,8 +135809,6 @@ self: { libraryHaskellDepends = [ base bytestring hosc ]; description = "Haskell SDIF"; license = "GPL"; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "hsdip" = callPackage @@ -141125,8 +135823,6 @@ self: { libraryHaskellDepends = [ base cairo containers HUnit parsec ]; description = "hsdip - a Diplomacy parser/renderer"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "hsdns" = callPackage @@ -141159,8 +135855,6 @@ self: { ]; description = "Caching asynchronous DNS resolver"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "hse-cpp" = callPackage @@ -141252,8 +135946,6 @@ self: { ]; description = "Virtual Haskell Environment builder"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "hserv" = callPackage @@ -141325,8 +136017,6 @@ self: { ]; description = "Incremental builder for flash"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "hsfilt" = callPackage @@ -141340,8 +136030,6 @@ self: { executableHaskellDepends = [ base ghc ]; description = "Z-decoder"; license = lib.licenses.mit; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "hsforce" = callPackage @@ -141365,8 +136053,6 @@ self: { ]; description = "Salesforce API Client"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "hsgnutls" = callPackage @@ -141379,8 +136065,6 @@ self: { librarySystemDepends = [ gcrypt gnutls ]; description = "Library wrapping the GnuTLS API"; license = "LGPL"; - hydraPlatforms = lib.platforms.none; - broken = true; }) {gcrypt = null; inherit (pkgs) gnutls;}; "hsgnutls-yj" = callPackage @@ -141393,8 +136077,6 @@ self: { librarySystemDepends = [ gcrypt gnutls ]; description = "Library wrapping the GnuTLS API"; license = "LGPL"; - hydraPlatforms = lib.platforms.none; - broken = true; }) {gcrypt = null; inherit (pkgs) gnutls;}; "hsgsom" = callPackage @@ -141407,8 +136089,6 @@ self: { libraryHaskellDepends = [ base containers random stm time ]; description = "An implementation of the GSOM clustering algorithm"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "hsgtd" = callPackage @@ -141500,8 +136180,6 @@ self: { doHaddock = false; description = "Extend the import list of a Haskell source file"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "hsini" = callPackage @@ -141573,8 +136251,6 @@ self: { testToolDepends = [ hspec-discover ]; description = "LSP interface over the hsinspect binary"; license = lib.licenses.gpl3Plus; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "hsinstall" = callPackage @@ -141607,8 +136283,6 @@ self: { libraryHaskellDepends = [ base Cabal ]; description = "Skeleton for new Haskell programs"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "hslackbuilder" = callPackage @@ -141624,8 +136298,6 @@ self: { ]; description = "HSlackBuilder automatically generates slackBuild scripts from a cabal package"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "hslibsvm" = callPackage @@ -141639,8 +136311,6 @@ self: { librarySystemDepends = [ svm ]; description = "A FFI binding to libsvm"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {svm = null;}; "hslinks" = callPackage @@ -141657,8 +136327,6 @@ self: { ]; description = "Resolves links to Haskell identifiers"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "hslogger" = callPackage @@ -141696,8 +136364,6 @@ self: { ]; description = "Parsing hslogger-produced logs"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "hslogger-template" = callPackage @@ -141709,8 +136375,6 @@ self: { libraryHaskellDepends = [ base hslogger mtl template-haskell ]; description = "Automatic generation of hslogger functions"; license = lib.licenses.publicDomain; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "hslogger4j" = callPackage @@ -141952,8 +136616,6 @@ self: { ]; description = "Examples of how to combine Haskell and Lua"; license = lib.licenses.mit; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "hslua-marshalling" = callPackage @@ -142191,8 +136853,6 @@ self: { testHaskellDepends = [ aeson base bytestring colour containers ]; description = "HSLuv conversion utility"; license = lib.licenses.gpl3Only; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "hsmagick" = callPackage @@ -142214,8 +136874,6 @@ self: { libraryPkgconfigDepends = [ freetype GraphicsMagick lcms libxml2 ]; description = "FFI bindings for the GraphicsMagick library"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {GraphicsMagick = null; inherit (pkgs) bzip2; inherit (pkgs) freetype; inherit (pkgs) jasper; inherit (pkgs) lcms; inherit (pkgs) libjpeg; @@ -142253,8 +136911,6 @@ self: { ]; description = "Tool for generating .dir-locals.el for intero"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "hsmtpclient" = callPackage @@ -142266,8 +136922,6 @@ self: { libraryHaskellDepends = [ array base directory network old-time ]; description = "Simple SMTP Client"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "hsndfile" = callPackage @@ -142324,8 +136978,6 @@ self: { ]; description = "Nock 5K interpreter"; license = lib.licenses.publicDomain; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "hsnoise" = callPackage @@ -142350,8 +137002,6 @@ self: { executableHaskellDepends = [ base network pcap ]; description = "a miniature network sniffer"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "hsnsq" = callPackage @@ -142370,8 +137020,6 @@ self: { ]; description = "Haskell NSQ client"; license = lib.licenses.asl20; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "hsntp" = callPackage @@ -142388,8 +137036,6 @@ self: { executableHaskellDepends = [ unix ]; description = "Libraries to use SNTP protocol and small client/server implementations"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "hsoptions" = callPackage @@ -142414,8 +137060,6 @@ self: { ]; description = "Haskell library that supports command-line flag processing"; license = lib.licenses.asl20; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "hsoz" = callPackage @@ -142454,8 +137098,6 @@ self: { ]; description = "Iron, Hawk, Oz: Web auth protocols"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "hsp" = callPackage @@ -142478,8 +137120,6 @@ self: { libraryHaskellDepends = [ base containers harp hsp network ]; description = "Facilitates running Haskell Server Pages web pages as CGI programs"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "hsparklines" = callPackage @@ -142513,8 +137153,6 @@ self: { ]; description = "A SPARQL query generator and DSL, and a client to query a SPARQL server"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "hspear" = callPackage @@ -142530,8 +137168,6 @@ self: { ]; description = "Haskell Spear Parser"; license = "GPL"; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "hspec" = callPackage @@ -142807,8 +137443,6 @@ self: { testHaskellDepends = [ base hspec ]; description = "An hspec expectation that asserts a value matches a pattern"; license = lib.licenses.isc; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "hspec-expectations-pretty" = callPackage @@ -142854,8 +137488,6 @@ self: { testHaskellDepends = [ base hspec-meta ]; description = "An experimental DSL for testing on top of Hspec"; license = lib.licenses.mit; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "hspec-golden" = callPackage @@ -142939,8 +137571,6 @@ self: { libraryHaskellDepends = [ base blaze-markup hspec ]; description = "Jenkins-friendly XML formatter for Hspec"; license = lib.licenses.mit; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "hspec-junit-formatter" = callPackage @@ -143093,8 +137723,6 @@ self: { ]; description = "Orphan instances of MonadBase and MonadBaseControl for SpecM"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "hspec-multicheck" = callPackage @@ -143278,8 +137906,6 @@ self: { ]; description = "A library for testing with Hspec and the Snap Web Framework"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "hspec-stack-rerun" = callPackage @@ -143301,8 +137927,6 @@ self: { sha256 = "008gm0qvhvp6z6a9sq5vpljqb90258apd83rkzy47k3bczy1sgmj"; libraryHaskellDepends = [ base hspec ]; license = lib.licenses.mit; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "hspec-tables" = callPackage @@ -143429,8 +138053,6 @@ self: { ]; description = "Write end2end web application tests using webdriver and hspec"; license = lib.licenses.mit; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "hspec2" = callPackage @@ -143444,8 +138066,6 @@ self: { libraryHaskellDepends = [ base hspec hspec-discover ]; description = "Alpha version of Hspec 2.0"; license = lib.licenses.mit; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "hspecVariant" = callPackage @@ -143477,8 +138097,6 @@ self: { ]; description = "Wrapper for PKCS #11 interface"; license = lib.licenses.mit; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "hspr-sh" = callPackage @@ -143505,8 +138123,6 @@ self: { ]; description = "A client library for the spread toolkit"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "hspresent" = callPackage @@ -143521,8 +138137,6 @@ self: { doHaddock = false; description = "A terminal presentation tool"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "hspretty" = callPackage @@ -143544,8 +138158,6 @@ self: { testHaskellDepends = [ base doctest ]; description = "My opinionated Haskell project formatter"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "hsprocess" = callPackage @@ -143583,8 +138195,6 @@ self: { libraryHaskellDepends = [ base old-time ]; description = "Database access from Haskell"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "hsql-mysql" = callPackage @@ -143817,8 +138427,6 @@ self: { ]; description = "RELP (Reliable Event Logging Protocol) server implementation"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "hsseccomp" = callPackage @@ -143832,8 +138440,6 @@ self: { testHaskellDepends = [ base tasty tasty-hunit unix ]; description = "Haskell bindings to libseccomp"; license = "LGPL"; - hydraPlatforms = lib.platforms.none; - broken = true; }) {seccomp = null;}; "hssh" = callPackage @@ -143857,8 +138463,6 @@ self: { ]; description = "SSH protocol implementation"; license = lib.licenses.mit; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "hsshellscript" = callPackage @@ -143907,8 +138511,6 @@ self: { ]; description = "SQL parser and type checker"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "hssqlppp-th" = callPackage @@ -143977,8 +138579,6 @@ self: { libraryHaskellDepends = [ base ]; description = "Statistical Computing in Haskell"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "hstatsd" = callPackage @@ -143990,8 +138590,6 @@ self: { libraryHaskellDepends = [ base bytestring mtl network text ]; description = "Quick and dirty statsd interface"; license = lib.licenses.publicDomain; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "hstest" = callPackage @@ -144009,8 +138607,6 @@ self: { ]; description = "Runs tests via QuickCheck1 and HUnit; like quickCheck-script but uses GHC api"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "hstidy" = callPackage @@ -144024,8 +138620,6 @@ self: { executableHaskellDepends = [ base haskell-src-exts ]; description = "Takes haskell source on stdin, parses it, then prettyprints it to stdout"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "hstorchat" = callPackage @@ -144125,8 +138719,6 @@ self: { ]; description = "Checks Haskell source code for style compliance"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "hstzaar" = callPackage @@ -144198,8 +138790,6 @@ self: { ]; description = "Sudoku game with a GTK3 interface"; license = lib.licenses.mit; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "hsverilog" = callPackage @@ -144248,8 +138838,6 @@ self: { libraryHaskellDepends = [ base haskell-src-exts mtl utf8-string ]; description = "HSX (Haskell Source with XML) allows literal XML syntax in Haskell source code"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "hsx-jmacro" = callPackage @@ -144309,8 +138897,6 @@ self: { libraryHaskellDepends = [ base ]; description = "FFI to syscalls"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "hsyslog" = callPackage @@ -144342,8 +138928,6 @@ self: { ]; description = "syslog over TCP"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "hsyslog-udp" = callPackage @@ -144372,8 +138956,6 @@ self: { librarySystemDepends = [ com_err zephyr ]; description = "Simple libzephyr bindings"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {com_err = null; zephyr = null;}; "htaglib" = callPackage @@ -144451,8 +139033,6 @@ self: { ]; description = "Command-line tar archive utility"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "htaut" = callPackage @@ -144480,8 +139060,6 @@ self: { ]; description = "Beginner friendly graphics library"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "htestu" = callPackage @@ -144497,8 +139075,6 @@ self: { executableHaskellDepends = [ base ]; description = "A library for testing correctness of pseudo random number generators in Haskell"; license = lib.licenses.mit; - hydraPlatforms = lib.platforms.none; - broken = true; }) {inherit (pkgs) gcc;}; "htiled" = callPackage @@ -144515,8 +139091,6 @@ self: { ]; description = "Import from the Tiled map editor"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "htime" = callPackage @@ -144557,8 +139131,6 @@ self: { libraryHaskellDepends = [ base containers ]; description = "Heterogenous Set"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "html" = callPackage @@ -144594,8 +139166,6 @@ self: { ]; description = "Determine character encoding of HTML documents/fragments"; license = lib.licenses.lgpl21Only; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "html-conduit" = callPackage @@ -144693,8 +139263,6 @@ self: { libraryHaskellDepends = [ base hxt kure ]; description = "HTML rewrite engine, using KURE"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "html-minimalist" = callPackage @@ -144757,8 +139325,6 @@ self: { libraryHaskellDepends = [ base lens mtl tagsoup transformers ]; description = "Perform traversals of HTML structures using sets of rules"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "html-tokenizer" = callPackage @@ -144781,8 +139347,6 @@ self: { ]; description = "An \"attoparsec\"-based HTML tokenizer"; license = lib.licenses.mit; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "html-truncate" = callPackage @@ -144979,8 +139543,6 @@ self: { ]; description = "Parse XML files from The Sports Network feed"; license = lib.licenses.gpl3Only; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "htsn-common" = callPackage @@ -145023,8 +139585,6 @@ self: { ]; description = "Import XML files from The Sports Network into an RDBMS"; license = lib.licenses.gpl3Only; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "htssets" = callPackage @@ -145036,8 +139596,6 @@ self: { libraryHaskellDepends = [ base containers ]; description = "Heterogenous Sets"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "http-accept" = callPackage @@ -145107,8 +139665,6 @@ self: { libraryHaskellDepends = [ attoparsec base bytestring http-types ]; description = "Attoparsec parsers for http-types"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "http-client" = callPackage @@ -145205,8 +139761,6 @@ self: { ]; description = "Optics for http-client"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "http-client-multipart" = callPackage @@ -145278,8 +139832,6 @@ self: { ]; description = "Convenient monadic HTTP request modifiers"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "http-client-restricted" = callPackage @@ -145328,8 +139880,6 @@ self: { ]; description = "A simple abstraction over the \"http-client\" connection manager"; license = lib.licenses.mit; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "http-client-streams" = callPackage @@ -145346,8 +139896,6 @@ self: { ]; description = "http-client for io-streams supporting openssl"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "http-client-tls" = callPackage @@ -145390,8 +139938,6 @@ self: { ]; description = "Glue code for http-client and websockets"; license = lib.licenses.cc0; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "http-common" = callPackage @@ -145463,8 +140009,6 @@ self: { ]; description = "Browser interface to the http-conduit package"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "http-conduit-downloader" = callPackage @@ -145482,8 +140026,6 @@ self: { ]; description = "HTTP downloader tailored for web-crawler needs"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "http-date" = callPackage @@ -145518,8 +140060,6 @@ self: { testHaskellDepends = [ base hspec text ]; description = "http directory listing library"; license = lib.licenses.mit; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "http-dispatch" = callPackage @@ -145537,8 +140077,6 @@ self: { testHaskellDepends = [ aeson base hspec ]; description = "High level HTTP client for Haskell"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "http-download" = callPackage @@ -145618,8 +140156,6 @@ self: { libraryHaskellDepends = [ attoparsec base bytestring ]; description = "Attoparsec-based parsers for the RFC-2616 HTTP grammar rules"; license = lib.licenses.asl20; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "http-io-streams" = callPackage @@ -145666,8 +140202,6 @@ self: { ]; description = "Generic kinds and types for working with HTTP"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "http-kit" = callPackage @@ -145727,8 +140261,6 @@ self: { ]; description = "Listen to HTTP requests and handle them in arbitrary ways"; license = lib.licenses.publicDomain; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "http-media" = callPackage @@ -145786,8 +140318,6 @@ self: { ]; description = "Monad abstraction for HTTP allowing lazy transfer and non-I/O simulation"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "http-pony" = callPackage @@ -145804,8 +140334,6 @@ self: { ]; description = "A type unsafe http library"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "http-pony-serve-wai" = callPackage @@ -145825,8 +140353,6 @@ self: { ]; description = "Serve a WAI application with http-pony"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "http-pony-transformer-case-insensitive" = callPackage @@ -145897,8 +140423,6 @@ self: { ]; description = "A library for writing HTTP and HTTPS proxies"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "http-query" = callPackage @@ -145930,8 +140454,6 @@ self: { ]; description = "The HTTP query builder"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "http-response-decoder" = callPackage @@ -145951,8 +140473,6 @@ self: { ]; description = "Declarative DSL for parsing an HTTP response"; license = lib.licenses.mit; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "http-reverse-proxy" = callPackage @@ -146012,8 +140532,6 @@ self: { ]; description = "A library for writing Haskell web servers"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "http-shed" = callPackage @@ -146027,8 +140545,6 @@ self: { libraryHaskellDepends = [ base network ]; description = "A simple websever with an interact style API"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "http-streams" = callPackage @@ -146125,8 +140641,6 @@ self: { libraryHaskellDepends = [ base failure process transformers ]; description = "Provide a simple HTTP client interface by wrapping the wget command line tool. (deprecated)"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "http2" = callPackage @@ -146179,8 +140693,6 @@ self: { testHaskellDepends = [ base ]; description = "A native HTTP2 client library"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "http2-client-exe" = callPackage @@ -146237,8 +140749,6 @@ self: { ]; description = "Encoders based on `proto-lens` for gRPC over HTTP2"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "http2-grpc-proto3-wire" = callPackage @@ -146381,8 +140891,6 @@ self: { executableHaskellDepends = [ alsa-pcm base carray fft gloss ]; description = "harmonic analyser and tuner for musical instruments"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "htvm" = callPackage @@ -146410,8 +140918,6 @@ self: { testSystemDepends = [ tvm_runtime ]; description = "Bindings for TVM machine learning framework"; license = lib.licenses.gpl3Only; - hydraPlatforms = lib.platforms.none; - broken = true; }) {tvm_runtime = null;}; "htzaar" = callPackage @@ -146425,8 +140931,6 @@ self: { executableHaskellDepends = [ base OpenGL random SDL ]; description = "A two player abstract strategy game"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "hub" = callPackage @@ -146502,8 +141006,6 @@ self: { ]; description = "huck"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "huckleberry" = callPackage @@ -146535,8 +141037,6 @@ self: { executableHaskellDepends = [ base ]; description = "A fast-foward-based planner"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "huffman" = callPackage @@ -146548,8 +141048,6 @@ self: { libraryHaskellDepends = [ base containers fingertree ]; description = "Pure Haskell implementation of the Huffman encoding algorithm"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "hugs2yc" = callPackage @@ -146638,8 +141136,6 @@ self: { libraryHaskellDepends = [ base text ]; description = "A lawless typeclass for parsing text entered by humans"; license = lib.licenses.asl20; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "human-readable-duration" = callPackage @@ -146664,8 +141160,6 @@ self: { libraryHaskellDepends = [ base text ]; description = "A lawless typeclass for converting values to human-friendly text"; license = lib.licenses.asl20; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "humble-prelude" = callPackage @@ -146677,8 +141171,6 @@ self: { libraryHaskellDepends = [ base bytestring deepseq ghc text ]; description = "Redefinition-free prelude alternative"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "hums" = callPackage @@ -146703,8 +141195,6 @@ self: { ]; description = "Haskell UPnP Media Server"; license = "GPL"; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "hunch" = callPackage @@ -146727,8 +141217,6 @@ self: { ]; description = "CSS-like syntax for file system manipulation"; license = lib.licenses.mit; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "hunit-dejafu" = callPackage @@ -146779,8 +141267,6 @@ self: { testHaskellDepends = [ base hspec HUnit rematch ]; description = "HUnit support for rematch"; license = lib.licenses.mit; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "hunp" = callPackage @@ -146816,8 +141302,6 @@ self: { benchmarkPkgconfigDepends = [ hunspell ]; description = "Hunspell thread-safe FFI bindings for spell checking"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {inherit (pkgs) hunspell;}; "hunt-searchengine" = callPackage @@ -146929,8 +141413,6 @@ self: { ]; description = "Upload packages and/or documentation to a hackage server"; license = lib.licenses.bsd2; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "hurdle" = callPackage @@ -146989,8 +141471,6 @@ self: { ]; description = "Haskell bindings for Hurriyet API"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "husk-scheme" = callPackage @@ -147047,8 +141527,6 @@ self: { ]; description = "A simple command line calculator"; license = "GPL"; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "hutton" = callPackage @@ -147069,8 +141547,6 @@ self: { ]; description = "A program for the button on Reddit"; license = lib.licenses.mit; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "huttons-razor" = callPackage @@ -147084,8 +141560,6 @@ self: { executableHaskellDepends = [ base parsec parsec-numbers ]; description = "Quick implemention of Hutton's Razor"; license = lib.licenses.bsd2; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "huzzy" = callPackage @@ -147348,8 +141822,6 @@ self: { doHaddock = false; description = "CI Assistant for Haskell projects"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "hw-conduit" = callPackage @@ -147484,8 +141956,6 @@ self: { ]; description = "File Dump"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "hw-eliasfano" = callPackage @@ -147847,8 +142317,6 @@ self: { testToolDepends = [ doctest-discover ]; description = "SIMD-based JSON semi-indexer"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "hw-json-simple-cursor" = callPackage @@ -148052,8 +142520,6 @@ self: { testToolDepends = [ doctest-discover hspec-discover ]; description = "Monadic query DSL"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "hw-packed-vector" = callPackage @@ -148337,8 +142803,6 @@ self: { ]; description = "SIMD library"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "hw-simd-cli" = callPackage @@ -148579,8 +143043,6 @@ self: { ]; description = "Initial version of firewall Authentication for IITK network"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "hweblib" = callPackage @@ -148603,8 +143065,6 @@ self: { ]; description = "Haskell Web Library"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "hwhile" = callPackage @@ -148625,8 +143085,6 @@ self: { testHaskellDepends = [ array base Cabal containers mtl ]; description = "An implementation of Neil D. Jones' While language"; license = lib.licenses.gpl3Only; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "hwk" = callPackage @@ -148666,8 +143124,6 @@ self: { ]; description = "A reliable at-least-once job queue built on top of redis"; license = lib.licenses.isc; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "hworker-ses" = callPackage @@ -148756,8 +143212,6 @@ self: { ]; description = "Hashing with SL2"; license = lib.licenses.mit; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "hwsl2-bytevector" = callPackage @@ -148795,8 +143249,6 @@ self: { libraryHaskellDepends = [ base ]; description = "Haskell extras (missing utility functions)"; license = lib.licenses.mit; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "hxmppc" = callPackage @@ -148893,8 +143345,6 @@ self: { ]; description = "Cache for HXT XML Documents and other binary data"; license = "unknown"; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "hxt-charproperties" = callPackage @@ -148997,8 +143447,6 @@ self: { libraryHaskellDepends = [ base hxt mtl ]; description = "Utility functions for using HXT picklers"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "hxt-regex-xmlschema" = callPackage @@ -149147,8 +143595,6 @@ self: { ]; description = "Literate-style Documentation Generator"; license = lib.licenses.mit; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "hybrid" = callPackage @@ -149194,8 +143640,6 @@ self: { testHaskellDepends = [ base ]; description = "Haskell binding to the Sixense SDK for the Razer Hydra"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {sixense_x64 = null;}; "hydra-print" = callPackage @@ -149227,8 +143671,6 @@ self: { ]; description = "NCurses interface to view multiple ByteString streams in parallel"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "hydrogen" = callPackage @@ -149245,8 +143687,6 @@ self: { testHaskellDepends = [ base Cabal containers mtl QuickCheck ]; description = "An alternate Prelude"; license = lib.licenses.gpl3Only; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "hydrogen-cli" = callPackage @@ -149307,8 +143747,6 @@ self: { libraryHaskellDepends = [ base containers ghc-prim ]; description = "Hydrogen Multimap"; license = lib.licenses.mit; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "hydrogen-parsing" = callPackage @@ -149437,8 +143875,6 @@ self: { ]; description = "WebGL live-coding environment for writing shaders with Hylogen"; license = lib.licenses.mit; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "hylogen" = callPackage @@ -149465,8 +143901,6 @@ self: { ]; description = "Tools for hybrid logics related programs"; license = "GPL"; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "hylotab" = callPackage @@ -149561,8 +143995,6 @@ self: { ]; description = "a fast, trustworthy HTTP(s) server built"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "hyperfunctions" = callPackage @@ -149578,8 +144010,6 @@ self: { ]; description = "Hyperfunctions"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "hypergeometric" = callPackage @@ -149618,8 +144048,6 @@ self: { ]; description = "Reliable performance measurement with robust data export"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "hyperloglog" = callPackage @@ -149654,8 +144082,6 @@ self: { testHaskellDepends = [ base HUnit semigroups tasty tasty-hunit ]; description = "Approximate cardinality estimation using constant space"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "hyperpublic" = callPackage @@ -149775,8 +144201,6 @@ self: { ]; description = "A Haskell neo4j client"; license = lib.licenses.mit; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "hyraxAbif" = callPackage @@ -149907,8 +144331,6 @@ self: { ]; description = "A haskell wrapper for the Zulip API"; license = lib.licenses.gpl2Only; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "i18n" = callPackage @@ -149929,8 +144351,6 @@ self: { ]; description = "Internationalization for Haskell"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "i3blocks-hs-contrib" = callPackage @@ -149967,8 +144387,6 @@ self: { testHaskellDepends = [ aeson base bytestring hspec ]; description = "A type-safe wrapper around i3's IPC"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "iCalendar" = callPackage @@ -150016,8 +144434,6 @@ self: { ]; description = "A simple wrapper of In-App-Purchase receipt validate APIs"; license = lib.licenses.mit; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "ib-api" = callPackage @@ -150034,8 +144450,6 @@ self: { ]; description = "An API for the Interactive Brokers Trading Workstation written in pure Haskell"; license = lib.licenses.gpl3Only; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "iban" = callPackage @@ -150054,8 +144468,6 @@ self: { testHaskellDepends = [ base HUnit tasty tasty-hunit text ]; description = "Validate and generate IBANs"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "ibus-hs" = callPackage @@ -150088,8 +144500,6 @@ self: { testHaskellDepends = [ base ]; description = "iCalendar format parser and org-mode converter"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "ice40-prim" = callPackage @@ -150152,8 +144562,6 @@ self: { ]; description = "A fast JSON document store with push notification support"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "icfpc2020-galaxy" = callPackage @@ -150203,8 +144611,6 @@ self: { testHaskellDepends = [ base ]; description = "Type safe iconv wrapper"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "ide-backend" = callPackage @@ -150276,8 +144682,6 @@ self: { ]; description = "Shared library used be ide-backend and ide-backend-server"; license = lib.licenses.mit; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "ide-backend-rts" = callPackage @@ -150332,8 +144736,6 @@ self: { ]; description = "Feedback services for intelligent tutoring systems"; license = lib.licenses.asl20; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "ideas-math" = callPackage @@ -150394,8 +144796,6 @@ self: { testHaskellDepends = [ base containers hspec QuickCheck ]; description = "Idempotent monoids"; license = lib.licenses.mit; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "identicon" = callPackage @@ -150462,8 +144862,6 @@ self: { ]; description = "Numeric identifiers for values"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "idiii" = callPackage @@ -150489,8 +144887,6 @@ self: { ]; description = "ID3v2 (tagging standard for MP3 files) library"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "idna" = callPackage @@ -150513,8 +144909,6 @@ self: { libraryHaskellDepends = [ base punycode split ]; description = "Converts Unicode hostnames into ASCII"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "idringen" = callPackage @@ -150601,8 +144995,6 @@ self: { libraryHaskellDepends = [ base ]; description = "ieee-utils"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "ieee-utils-tempfix" = callPackage @@ -150652,8 +145044,6 @@ self: { testHaskellDepends = [ base bytestring HUnit stocks ]; description = "Library for the IEX Trading API"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "if" = callPackage @@ -150693,8 +145083,6 @@ self: { testHaskellDepends = [ base QuickCheck tasty tasty-quickcheck ]; description = "put if statements within type constraints"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "iff" = callPackage @@ -150743,8 +145131,6 @@ self: { ]; description = "Bindings to Instagram's API"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "ige" = callPackage @@ -150767,8 +145153,6 @@ self: { ]; description = "An keyboard-driven interactive graph editor"; license = lib.licenses.gpl3Only; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "ige-mac-integration" = callPackage @@ -150807,8 +145191,6 @@ self: { testHaskellDepends = [ base HTF text ]; description = "Handle ignore files of different VCSes"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "igraph" = callPackage @@ -150826,8 +145208,6 @@ self: { libraryToolDepends = [ c2hs ]; description = "Bindings to the igraph C library"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {inherit (pkgs) igraph;}; "igrf" = callPackage @@ -151063,8 +145443,6 @@ self: { ]; description = "IHaskell display instances for Parsec"; license = lib.licenses.mit; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "ihaskell-plot" = callPackage @@ -151111,8 +145489,6 @@ self: { ]; description = "IPython standard widgets for IHaskell"; license = lib.licenses.mit; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "ihp-hsx" = callPackage @@ -151201,8 +145577,6 @@ self: { executableToolDepends = [ alex ]; description = "A fast syntax highlighting library built with alex"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "image-type" = callPackage @@ -151251,8 +145625,6 @@ self: { testPkgconfigDepends = [ imagemagick ]; description = "bindings to imagemagick library"; license = "unknown"; - hydraPlatforms = lib.platforms.none; - broken = true; }) {inherit (pkgs) imagemagick;}; "imagepaste" = callPackage @@ -151272,8 +145644,6 @@ self: { ]; description = "Command-line image paste utility"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "imagesize-conduit" = callPackage @@ -151338,8 +145708,6 @@ self: { ]; description = "Downloads email from imap SSL servers"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "imbib" = callPackage @@ -151377,8 +145745,6 @@ self: { ]; description = "A function to post an image to imgur"; license = lib.licenses.asl20; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "imgurder" = callPackage @@ -151486,8 +145852,6 @@ self: { libraryHaskellDepends = [ base mtl text ]; description = "Prelude library"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "imm" = callPackage @@ -151588,8 +145952,6 @@ self: { ]; description = "Create worker threads that logs exceptions and restarts"; license = lib.licenses.mit; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "imparse" = callPackage @@ -151639,8 +146001,6 @@ self: { ]; description = "Deep embedding of imperative programs with code generation"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "imperative-edsl-vhdl" = callPackage @@ -151670,8 +146030,6 @@ self: { doHaddock = false; description = "Framework for defaulting superclasses"; license = lib.licenses.mit; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "implicit" = callPackage @@ -151763,8 +146121,6 @@ self: { libraryHaskellDepends = [ base mtl time transformers ]; description = "A logging framework built around implicit parameters"; license = lib.licenses.lgpl3Only; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "implicit-params" = callPackage @@ -151776,8 +146132,6 @@ self: { libraryHaskellDepends = [ base data-default-class ]; description = "Named and unnamed implicit parameters with defaults"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "importify" = callPackage @@ -151823,8 +146177,6 @@ self: { testHaskellDepends = [ base directory filepath mtl ]; description = "Generate code for importing directories automatically"; license = lib.licenses.mit; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "impossible" = callPackage @@ -151836,8 +146188,6 @@ self: { libraryHaskellDepends = [ base lens ]; description = "Set of data and type definitions of impossible types. Impossible types are useful when declaring type classes / type families instances that should not be expanded by GHC until a specific type is provided in order to keep the types nice and readable."; license = lib.licenses.asl20; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "imprevu" = callPackage @@ -151895,8 +146245,6 @@ self: { testHaskellDepends = [ base binary constraints hspec ]; description = "Serialization of arbitrary Haskell expressions"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "improve" = callPackage @@ -152031,8 +146379,6 @@ self: { libraryHaskellDepends = [ base ]; description = "Simple parser combinators for lexical analysis"; license = lib.licenses.mit; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "incipit" = callPackage @@ -152265,8 +146611,6 @@ self: { libraryHaskellDepends = [ base mtl ]; description = "Indentation sensitive parsing combinators core library"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "indentation-parsec" = callPackage @@ -152337,9 +146681,7 @@ self: { libraryHaskellDepends = [ base ]; description = "Indexed Types"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; maintainers = with lib.maintainers; [ Gabriel439 ]; - broken = true; }) {}; "indexation" = callPackage @@ -152498,8 +146840,6 @@ self: { testHaskellDepends = [ base hspec ]; description = "A series of type families and constraints for \"indexable\" types"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "indian-language-font-converter" = callPackage @@ -152526,8 +146866,6 @@ self: { benchmarkHaskellDepends = [ base criterion deepseq ]; description = "Multi-dimensional statically bounded indices"; license = lib.licenses.mit; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "indieweb-algorithms" = callPackage @@ -152602,8 +146940,6 @@ self: { testHaskellDepends = [ array base deepseq QuickCheck text vector ]; description = "Non-contiguous interval data types with potentially infinite ranges"; license = lib.licenses.gpl3Only; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "infer-license" = callPackage @@ -152639,8 +146975,6 @@ self: { ]; description = "Find the repository from where a given repo was forked"; license = lib.licenses.mit; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "infernal" = callPackage @@ -152708,8 +147042,6 @@ self: { base binary Cabal filepath ghc irc plugins ]; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "infix" = callPackage @@ -152721,8 +147053,6 @@ self: { libraryHaskellDepends = [ base containers haskell-src ]; description = "Infix expression re-parsing (for HsParser library)"; license = "GPL"; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "inflections" = callPackage @@ -152754,8 +147084,6 @@ self: { testHaskellDepends = [ base QuickCheck ]; description = "An infinite list type and operations thereon"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "influxdb" = callPackage @@ -152811,8 +147139,6 @@ self: { ]; description = "A yesod subsite serving a wiki"; license = lib.licenses.agpl3Only; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "ini" = callPackage @@ -152843,8 +147169,6 @@ self: { testHaskellDepends = [ base HUnit ini raw-strings-qq text ]; description = "Quasiquoter for INI"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "inilist" = callPackage @@ -152864,8 +147188,6 @@ self: { ]; description = "Processing for .ini files with duplicate sections and options"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "initialize" = callPackage @@ -152877,8 +147199,6 @@ self: { libraryHaskellDepends = [ base ]; description = "Initialization and Deinitialization of 'Storable' values"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "inj" = callPackage @@ -152930,8 +147250,6 @@ self: { libraryHaskellDepends = [ base ]; description = "Monadic functions with injected parameters"; license = lib.licenses.gpl3Only; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "injections" = callPackage @@ -152972,8 +147290,6 @@ self: { ]; description = "Inline some Assembly in ur Haskell!"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "inline-c" = callPackage @@ -153095,8 +147411,6 @@ self: { ]; description = "Seamlessly call R from Haskell and vice versa. No FFI required."; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {inherit (pkgs) R;}; "inliterate" = callPackage @@ -153183,8 +147497,6 @@ self: { libraryHaskellDepends = [ attoparsec base bytestring dlist ]; description = "Stupid simple bytestring templates"; license = lib.licenses.mit; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "inspection-proxy" = callPackage @@ -153277,8 +147589,6 @@ self: { ]; description = "SDK for adding custom Instana tracing support to Haskell applications"; license = lib.licenses.mit; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "instance-control" = callPackage @@ -153306,8 +147616,6 @@ self: { ]; description = "Template haskell utilities for helping with deserialization etc. of existential types"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "instant-aeson" = callPackage @@ -153367,8 +147675,6 @@ self: { libraryHaskellDepends = [ base containers syb template-haskell ]; description = "Generic programming library with a sum of products view"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "instant-hashable" = callPackage @@ -153426,8 +147732,6 @@ self: { libraryHaskellDepends = [ base containers mersenne-random vector ]; description = "Fast artifical neural networks"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "instrument" = callPackage @@ -153508,8 +147812,6 @@ self: { ]; description = "A data structure that associates each Int key with a set of values"; license = lib.licenses.mit; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "intcode" = callPackage @@ -153524,8 +147826,6 @@ self: { testHaskellDepends = [ base containers doctest primitive ]; description = "Advent of Code 2019 intcode interpreter"; license = lib.licenses.isc; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "integer-gmp_1_0_3_0" = callPackage @@ -153568,8 +147868,6 @@ self: { sha256 = "0lrhf6mw90bfph3hbyxv3n7g2n2xnjfq4qnhyhw4ml76k4yybmxa"; description = "A pure-Haskell implementation of arbitrary-precision Integers"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "integer-roots" = callPackage @@ -153635,8 +147933,6 @@ self: { ]; description = "Integrate different assays"; license = lib.licenses.gpl3Only; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "intel-aes" = callPackage @@ -153655,8 +147951,6 @@ self: { librarySystemDepends = [ intel_aes ]; description = "Hardware accelerated AES encryption and Random Number Generation"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {intel_aes = null;}; "intensional-datatys" = callPackage @@ -153677,8 +147971,6 @@ self: { doHaddock = false; description = "A GHC Core plugin for intensional datatype refinement checking"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "interact" = callPackage @@ -153738,8 +148030,6 @@ self: { executableHaskellDepends = [ base directory haskell-src hint mtl ]; description = "Generates a version of a module using InterleavableIO"; license = "unknown"; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "interleavableIO" = callPackage @@ -153751,8 +148041,6 @@ self: { libraryHaskellDepends = [ base mtl ]; description = "Use other Monads in functions that asks for an IO Monad"; license = "unknown"; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "interleave" = callPackage @@ -153793,8 +148081,6 @@ self: { ]; description = "Prelude replacement based on protolude"; license = lib.licenses.mit; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "intern" = callPackage @@ -153830,8 +148116,6 @@ self: { ]; description = "Shell command for constructing custom stamps for German Post"; license = "GPL"; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "intero" = callPackage @@ -153858,8 +148142,6 @@ self: { ]; description = "Complete interactive development program for Haskell"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "interp" = callPackage @@ -153914,8 +148196,6 @@ self: { ]; description = "GHC preprocessor and library to enable variable interpolation in strings"; license = lib.licenses.gpl3Only; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "interpolate" = callPackage @@ -154000,8 +148280,6 @@ self: { ]; description = "QuasiQuoter for multi-line interpolated strings"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "interpolation" = callPackage @@ -154074,8 +148352,6 @@ self: { testHaskellDepends = [ base Cabal either transformers ]; description = "Monad transformers that can be run and resumed later, conserving their context"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "interspersed" = callPackage @@ -154101,8 +148377,6 @@ self: { testHaskellDepends = [ base tasty tasty-hunit ]; description = "Intervals with adherences"; license = lib.licenses.gpl3Only; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "interval-algebra" = callPackage @@ -154122,8 +148396,6 @@ self: { ]; description = "An implementation of Allen's interval algebra for temporal logic"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "interval-functor" = callPackage @@ -154182,8 +148454,6 @@ self: { executablePkgconfigDepends = [ ncurses ]; description = "A game of competitive puzzle-design"; license = lib.licenses.gpl3Only; - hydraPlatforms = lib.platforms.none; - broken = true; }) {inherit (pkgs) ncurses;}; "intrinsic-superclasses" = callPackage @@ -154236,8 +148506,6 @@ self: { doHaddock = false; description = "Intro reexported as Prelude"; license = lib.licenses.mit; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "introduction" = callPackage @@ -154258,8 +148526,6 @@ self: { ]; description = "A prelude for safe new projects"; license = lib.licenses.mit; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "introduction-test" = callPackage @@ -154383,8 +148649,6 @@ self: { ]; description = "Automatically generate a function’s inverse"; license = lib.licenses.asl20; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "invertible" = callPackage @@ -154405,8 +148669,6 @@ self: { testHaskellDepends = [ base QuickCheck transformers ]; description = "bidirectional arrows, bijective functions, and invariant functors"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "invertible-grammar" = callPackage @@ -154463,8 +148725,6 @@ self: { libraryHaskellDepends = [ base partial-isomorphisms ]; description = "Invertible syntax descriptions for both parsing and pretty printing"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "involutive-semigroups" = callPackage @@ -154494,8 +148754,6 @@ self: { ]; description = "Capture IO actions' stdout and stderr"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "io-choice" = callPackage @@ -154515,8 +148773,6 @@ self: { ]; description = "Choice for IO and lifted IO"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "io-machine" = callPackage @@ -154568,8 +148824,6 @@ self: { executableHaskellDepends = [ base ]; description = "An API for generating TIMBER style reactive objects"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "io-region" = callPackage @@ -154697,8 +148951,6 @@ self: { libraryHaskellDepends = [ base network unix ]; description = "Type-safe I/O control package"; license = lib.licenses.mit; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "ion" = callPackage @@ -154742,8 +148994,6 @@ self: { libraryHaskellDepends = [ base bytestring path text ]; description = "A class of strings that can be involved in IO"; license = lib.licenses.mit; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "iothread" = callPackage @@ -154755,8 +149005,6 @@ self: { libraryHaskellDepends = [ base ]; description = "run IOs in a single thread"; license = lib.licenses.mit; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "iotransaction" = callPackage @@ -154768,8 +149016,6 @@ self: { libraryHaskellDepends = [ base ]; description = "Supports the automatic undoing of IO operations when an exception is thrown"; license = lib.licenses.mit; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "ip" = callPackage @@ -154814,8 +149060,6 @@ self: { testHaskellDepends = [ base cpu network tasty tasty-hunit ]; description = "Quasiquoter for IP addresses"; license = lib.licenses.mit; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "ip2location" = callPackage @@ -154832,8 +149076,6 @@ self: { ]; description = "IP2Location Haskell package for IP geolocation"; license = lib.licenses.mit; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "ip2proxy" = callPackage @@ -154850,8 +149092,6 @@ self: { ]; description = "IP2Proxy Haskell package for proxy detection"; license = lib.licenses.mit; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "ip6addr" = callPackage @@ -154960,8 +149200,6 @@ self: { ]; description = "Access IPFS locally and remotely"; license = lib.licenses.asl20; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "ipfs-api" = callPackage @@ -155020,8 +149258,6 @@ self: { libraryToolDepends = [ c2hs ]; description = "haskell binding to ipopt and nlopt including automatic differentiation"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {inherit (pkgs) ipopt; inherit (pkgs) nlopt;}; "ipprint" = callPackage @@ -155071,8 +149307,6 @@ self: { executableHaskellDepends = [ base QuickCheck syb ]; description = "iptables rules parser/printer library"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "iptadmin" = callPackage @@ -155274,8 +149508,6 @@ self: { ]; description = "A DCC message parsing and helper library for IRC clients"; license = lib.licenses.mit; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "irc-fun-bot" = callPackage @@ -155358,8 +149590,6 @@ self: { libraryHaskellDepends = [ base hashable text ]; description = "Common types for IRC related packages"; license = lib.licenses.publicDomain; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "ircbot" = callPackage @@ -155428,8 +149658,6 @@ self: { ]; description = "RFC-based resource identifier library"; license = lib.licenses.mit; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "iridium" = callPackage @@ -155457,8 +149685,6 @@ self: { ]; description = "Automated Local Cabal Package Testing and Uploading"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "iron-mq" = callPackage @@ -155470,8 +149696,6 @@ self: { libraryHaskellDepends = [ aeson base http-client lens text wreq ]; description = "Iron.IO message queueing client library"; license = lib.licenses.gpl3Only; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "ironforge" = callPackage @@ -155506,8 +149730,6 @@ self: { libraryHaskellDepends = [ ad base data-default-class statistics ]; description = "Item Response Theory functions for use in computerized adaptive testing"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "is" = callPackage @@ -155551,8 +149773,6 @@ self: { ]; description = "An executable and library to determine if a file is a DICOM file"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "isevaluated" = callPackage @@ -155677,8 +149897,6 @@ self: { ]; description = "Types and parser for ISO8601 durations"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "iso8601-time" = callPackage @@ -155716,8 +149934,6 @@ self: { ]; description = "A parser and generator for the ISO-14496-12/14 base media file format"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "isobmff-builder" = callPackage @@ -155793,8 +150009,6 @@ self: { ]; description = "Isotopic masses and relative abundances"; license = lib.licenses.gpl3Only; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "ispositive" = callPackage @@ -155819,8 +150033,6 @@ self: { testHaskellDepends = [ base generic-lens QuickCheck ]; description = "Automatically derivable Has instances"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "itanium-abi" = callPackage @@ -155857,8 +150069,6 @@ self: { ]; description = "Issue Tracker for the CLI"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "itemfield" = callPackage @@ -155886,8 +150096,6 @@ self: { ]; description = "A brick Widget for selectable summary of many elements on a terminal"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "iter-stats" = callPackage @@ -155925,8 +150133,6 @@ self: { librarySystemDepends = [ zlib ]; description = "Iteratee-based IO with pipe operators"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {inherit (pkgs) zlib;}; "iterable" = callPackage @@ -155970,8 +150176,6 @@ self: { ]; description = "Iteratee-based I/O"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "iteratee-compress" = callPackage @@ -156053,8 +150257,6 @@ self: { ]; description = "An IFS constraint solver"; license = lib.licenses.mit; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "iterio-server" = callPackage @@ -156182,8 +150384,6 @@ self: { libraryToolDepends = [ alex happy ]; description = "Safe embedded C programming"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "ivory-artifact" = callPackage @@ -156451,8 +150651,6 @@ self: { executableHaskellDepends = [ base preprocessor-tools syb ]; description = "A preprocessor for expanding \"ixdo\" notation for indexed monads"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "ixmonad" = callPackage @@ -156466,8 +150664,6 @@ self: { libraryHaskellDepends = [ base ghc-prim ]; description = "Embeds effect systems into Haskell using parameteric effect monads"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "ixset" = callPackage @@ -156574,8 +150770,6 @@ self: { ]; description = "A shallow embedding of the OpenGL Shading Language in Haskell"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "iyql" = callPackage @@ -156610,8 +150804,6 @@ self: { testHaskellDepends = [ base bytestring repa tasty tasty-hunit ]; description = "J in Haskell"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "j2hs" = callPackage @@ -156711,8 +150903,6 @@ self: { libraryToolDepends = [ c2hs ]; description = "DEPRECATED Bindings to the JACK Audio Connection Kit"; license = lib.licenses.mit; - hydraPlatforms = lib.platforms.none; - broken = true; }) {inherit (pkgs) libjack2;}; "jackminimix" = callPackage @@ -156724,8 +150914,6 @@ self: { libraryHaskellDepends = [ base hosc ]; description = "control JackMiniMix"; license = lib.licenses.gpl3Only; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "jacobi-roots" = callPackage @@ -156738,8 +150926,6 @@ self: { testHaskellDepends = [ base doctest ]; description = "Roots of two shifted Jacobi polynomials (Legendre and Radau) to double precision"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "jaeger-flamegraph" = callPackage @@ -156765,8 +150951,6 @@ self: { testToolDepends = [ tasty-discover ]; description = "Generate flamegraphs from Jaeger .json dumps."; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "jail" = callPackage @@ -156832,8 +151016,6 @@ self: { ]; description = "Higher level functions for linear algebra. Wraps BLAS and LAPACKE."; license = "GPL"; - hydraPlatforms = lib.platforms.none; - broken = true; }) {inherit (pkgs) blas; cblas = null; lapacke = null;}; "jammittools" = callPackage @@ -156899,8 +151081,6 @@ self: { ]; description = "Tool for searching java classes, members and fields in classfiles and JAR archives"; license = "GPL"; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "jarify" = callPackage @@ -156922,8 +151102,6 @@ self: { doHaddock = false; description = "Jarification of Haskell sources"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "jason" = callPackage @@ -156943,8 +151121,6 @@ self: { testHaskellDepends = [ aeson base bytestring text ]; description = "A fast JASONETTE-iOS JSON combinator library for haskell"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "java-adt" = callPackage @@ -156983,8 +151159,6 @@ self: { ]; description = "Bindings to the JNI and a high level interface generator"; license = lib.licenses.mit; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "java-bridge-extras" = callPackage @@ -157077,8 +151251,6 @@ self: { testHaskellDepends = [ aeson base scotty stm text time wai-extra ]; description = "Remote Monad for JavaScript on the browser"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "javascript-extras" = callPackage @@ -157136,8 +151308,6 @@ self: { ]; description = "A utility to print the target version of Java class files"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "jbi" = callPackage @@ -157159,8 +151329,6 @@ self: { ]; description = "Just Build It - a \"do what I mean\" abstraction for Haskell build tools"; license = lib.licenses.mit; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "jcdecaux-vls" = callPackage @@ -157176,8 +151344,6 @@ self: { ]; description = "JCDecaux self-service bicycles API client"; license = lib.licenses.mit; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "jdi" = callPackage @@ -157196,8 +151362,6 @@ self: { executableHaskellDepends = [ base mtl network ]; description = "Implementation of Java Debug Interface"; license = lib.licenses.gpl2Only; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "jenga" = callPackage @@ -157219,8 +151383,6 @@ self: { executableHaskellDepends = [ base optparse-applicative text ]; description = "Generate a cabal freeze file from a stack.yaml"; license = lib.licenses.bsd2; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "jenkinsPlugins2nix" = callPackage @@ -157245,8 +151407,6 @@ self: { testHaskellDepends = [ base containers tasty-hspec text ]; description = "Generate nix for Jenkins plugins"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "jespresso" = callPackage @@ -157276,8 +151436,6 @@ self: { ]; description = "Extract all JavaScript from an HTML page and consolidate it in one script"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "jet" = callPackage @@ -157335,8 +151493,6 @@ self: { ]; description = "Yet another streaming library"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "jinquantities" = callPackage @@ -157359,8 +151515,6 @@ self: { ]; description = "Unit conversion and manipulation library"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "jira-wiki-markup" = callPackage @@ -157475,8 +151629,6 @@ self: { testHaskellDepends = [ base protolude tasty ]; description = "Common utilities for running a web service"; license = lib.licenses.asl20; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "jmonkey" = callPackage @@ -157512,8 +151664,6 @@ self: { testHaskellDepends = [ base hspec singletons ]; description = "Complete JNI raw bindings"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {inherit (pkgs) jdk;}; "jobqueue" = callPackage @@ -157539,8 +151689,6 @@ self: { ]; description = "A job queue library"; license = lib.licenses.mit; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "jobs-ui" = callPackage @@ -157588,8 +151736,6 @@ self: { ]; description = "Bindings for Join push notifications"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "joinlist" = callPackage @@ -157601,8 +151747,6 @@ self: { libraryHaskellDepends = [ base ]; description = "Join list - symmetric list type"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "joint" = callPackage @@ -157633,8 +151777,6 @@ self: { ]; description = "An implementation of the Jonathan's Card API"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "jord" = callPackage @@ -157676,8 +151818,6 @@ self: { ]; description = "JSON with Structure"; license = lib.licenses.mit; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "jordan-openapi" = callPackage @@ -157713,8 +151853,6 @@ self: { executableHaskellDepends = [ array base gtk ]; description = "JP's own ray tracer"; license = "unknown"; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "jose" = callPackage @@ -157811,8 +151949,6 @@ self: { libraryHaskellDepends = [ base mtl ]; description = "A library for decoding JPEG files written in pure Haskell"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "jpl-horizons-api" = callPackage @@ -157892,8 +152028,6 @@ self: { libraryHaskellDepends = [ base wl-pprint ]; description = "Javascript: The Good Parts -- AST & Pretty Printer"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "js-jquery" = callPackage @@ -157979,8 +152113,6 @@ self: { ]; description = "JSaddle Hello World, an example package"; license = lib.licenses.mit; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "jsaddle-warp" = callPackage @@ -158058,8 +152190,6 @@ self: { sha256 = "1cjncl2jqnx4j83pmcnnvcc0rswhwwb5grwh636b11yyp4vv58dw"; description = "Interface for JavaScript that works with GHCJS and GHC"; license = lib.licenses.mit; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "jsc" = callPackage @@ -158117,8 +152247,6 @@ self: { libraryHaskellDepends = [ aeson base ]; description = "Union 'alternative' or Either that has untagged JSON encoding"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "json-api" = callPackage @@ -158179,8 +152307,6 @@ self: { ]; description = "Test that your (Aeson) JSON encoding matches your expectations"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "json-ast" = callPackage @@ -158228,8 +152354,6 @@ self: { ]; description = "Compatibility layer for \"json-ast\" and \"QuickCheck\""; license = lib.licenses.mit; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "json-autotype" = callPackage @@ -158306,8 +152430,6 @@ self: { ]; description = "Data structure agnostic JSON serialization"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "json-bytes-builder" = callPackage @@ -158362,8 +152484,6 @@ self: { ]; description = "A direct-to-bytes single-pass JSON encoder with a declarative DSL"; license = lib.licenses.mit; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "json-enumerator" = callPackage @@ -158398,8 +152518,6 @@ self: { ]; description = "Utility functions to extend Aeson"; license = lib.licenses.bsd2; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "json-feed" = callPackage @@ -158460,8 +152578,6 @@ self: { ]; description = "Generic JSON serialization / deserialization"; license = lib.licenses.mit; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "json-incremental-decoder" = callPackage @@ -158499,8 +152615,6 @@ self: { testHaskellDepends = [ base hspec json QuickCheck ]; description = "Extends Text.JSON to handle literal JS objects."; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "json-pointer" = callPackage @@ -158545,8 +152659,6 @@ self: { ]; description = "JSON Pointer extensions for Hasql"; license = lib.licenses.mit; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "json-pointy" = callPackage @@ -158571,8 +152683,6 @@ self: { testToolDepends = [ tasty-discover ]; description = "JSON Pointer (RFC 6901) parsing, access, and modification"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "json-python" = callPackage @@ -158589,8 +152699,6 @@ self: { libraryPkgconfigDepends = [ python ]; description = "Call python inline from haskell"; license = lib.licenses.mit; - hydraPlatforms = lib.platforms.none; - broken = true; }) {python = null;}; "json-qq" = callPackage @@ -158607,8 +152715,6 @@ self: { ]; description = "Json Quasiquatation library for Haskell"; license = "unknown"; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "json-query" = callPackage @@ -158691,8 +152797,6 @@ self: { ]; description = "JSON-RPC 2.0 on the client side."; license = lib.licenses.mit; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "json-rpc-generic" = callPackage @@ -158762,8 +152866,6 @@ self: { ]; description = "Types and type classes for defining JSON schemas"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "json-sop" = callPackage @@ -158850,8 +152952,6 @@ self: { ]; description = "High-performance JSON parser and encoder"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "json-to-haskell" = callPackage @@ -158948,8 +153048,6 @@ self: { ]; description = "A collection of JSON tools"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "json-tracer" = callPackage @@ -158973,8 +153071,6 @@ self: { testToolDepends = [ hspec-discover ]; description = "A polymorphic, type-safe, json-structured tracing library"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "json-types" = callPackage @@ -159002,8 +153098,6 @@ self: { ]; description = "Library provides support for JSON"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "json2-hdbc" = callPackage @@ -159079,8 +153173,6 @@ self: { ]; description = "Filter select values in JSON objects to unix programs"; license = lib.licenses.mit; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "jsonifier" = callPackage @@ -159158,8 +153250,6 @@ self: { ]; description = "Jsonnet implementaton in pure Haskell"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "jsonpath" = callPackage @@ -159196,8 +153286,6 @@ self: { ]; description = "Parser and datatypes for the JSON Resume format"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "jsonrpc-conduit" = callPackage @@ -159288,8 +153376,6 @@ self: { ]; description = "JSON Schema generator from Algebraic data type"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "jsonsql" = callPackage @@ -159310,8 +153396,6 @@ self: { ]; description = "Interpolate JSON object values into SQL strings"; license = lib.licenses.mit; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "jsontsv" = callPackage @@ -159332,8 +153416,6 @@ self: { ]; description = "JSON to TSV transformer"; license = lib.licenses.mit; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "jsonxlsx" = callPackage @@ -159354,8 +153436,6 @@ self: { ]; description = "json to xlsx converter"; license = lib.licenses.mit; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "jsop" = callPackage @@ -159445,8 +153525,6 @@ self: { ]; description = "Tableau-based theorem prover for justification logic"; license = lib.licenses.gpl3Only; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "judy" = callPackage @@ -159462,8 +153540,6 @@ self: { testHaskellDepends = [ base hspec QuickCheck ]; description = "Fast, scalable, mutable dynamic arrays, maps and hashes"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {Judy = null;}; "juicy-draw" = callPackage @@ -159585,8 +153661,6 @@ self: { ]; description = "A library for creating and using Jupyter kernels"; license = lib.licenses.mit; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "justified-containers" = callPackage @@ -159688,8 +153762,6 @@ self: { ]; description = "A library for reading Java class-files"; license = lib.licenses.mit; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "jvm-parser" = callPackage @@ -159706,8 +153778,6 @@ self: { ]; description = "A parser for JVM bytecode files"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "jvm-streaming" = callPackage @@ -159784,8 +153854,6 @@ self: { ]; description = "An implementation of the Kademlia DHT Protocol"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "kafka" = callPackage @@ -159816,8 +153884,6 @@ self: { testToolDepends = [ hspec-discover ]; description = "Low-level Haskell client library for Apache Kafka 0.7."; license = lib.licenses.mit; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "kafka-client-sync" = callPackage @@ -159832,8 +153898,6 @@ self: { testHaskellDepends = [ base hw-kafka-client monad-parallel text ]; description = "Synchronous Kafka Client"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "kafka-device" = callPackage @@ -159988,8 +154052,6 @@ self: { ]; description = "Kalman and particle filters and smoothers"; license = lib.licenses.mit; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "kan-extensions" = callPackage @@ -160019,8 +154081,6 @@ self: { libraryHaskellDepends = [ array base ]; description = "Binary parsing with random access"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "kanji" = callPackage @@ -160157,8 +154217,6 @@ self: { ]; description = "Karabiner elements configuration generation"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "karakuri" = callPackage @@ -160202,8 +154260,6 @@ self: { ]; description = "Haskell bindings for Spark Dataframes and Datasets"; license = lib.licenses.asl20; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "karver" = callPackage @@ -160326,8 +154382,6 @@ self: { ]; description = "Katip scribe to send logs to Kafka"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "katip-logstash" = callPackage @@ -160386,8 +154440,6 @@ self: { ]; description = "Katip scribe for raven (https://sentry.io)"; license = lib.licenses.asl20; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "katip-rollbar" = callPackage @@ -160423,8 +154475,6 @@ self: { ]; description = "A katip scribe for logging to json"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "katip-syslog" = callPackage @@ -160441,8 +154491,6 @@ self: { testHaskellDepends = [ base ]; description = "Syslog Katip Scribe"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "katip-wai" = callPackage @@ -160485,8 +154533,6 @@ self: { testHaskellDepends = [ base bytestring directory mtl ]; description = "Client for the Kattis judge system"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "katydid" = callPackage @@ -160520,8 +154566,6 @@ self: { ]; description = "A haskell implementation of Katydid"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "kawa" = callPackage @@ -160568,8 +154612,6 @@ self: { ]; description = "Utilities for serving static sites and blogs with Wai/Warp"; license = lib.licenses.asl20; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "kawhi" = callPackage @@ -160592,8 +154634,6 @@ self: { ]; description = "stats.NBA.com library"; license = lib.licenses.mit; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "kazura-queue" = callPackage @@ -160616,8 +154656,6 @@ self: { ]; description = "Fast concurrent queues much inspired by unagi-chan"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "kbq-gu" = callPackage @@ -160665,8 +154703,6 @@ self: { ]; description = "A simple k-d tree implementation"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "kdesrc-build-extra" = callPackage @@ -160685,8 +154721,6 @@ self: { ]; description = "Build profiles for kdesrc-build"; license = lib.licenses.gpl3Only; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "kdesrc-build-profiles" = callPackage @@ -160749,8 +154783,6 @@ self: { ]; description = "cryptographic functions based on the sponge construction"; license = lib.licenses.mit; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "keenser" = callPackage @@ -161099,8 +155131,6 @@ self: { testToolDepends = [ cabal-install ]; description = "Haskell on Rails - Reactive Values"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "keera-posture" = callPackage @@ -161273,8 +155303,6 @@ self: { ]; description = "Multi-process orchestration for development and integration testing"; license = "unknown"; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "kempe" = callPackage @@ -161309,8 +155337,6 @@ self: { doHaddock = false; description = "Kempe compiler"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "kerry" = callPackage @@ -161333,8 +155359,6 @@ self: { ]; description = "Manage and abstract your packer configurations"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "kesha" = callPackage @@ -161514,8 +155538,6 @@ self: { libraryHaskellDepends = [ base containers vector ]; description = "Generic indexing for many data structures"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "keylayouts" = callPackage @@ -161540,8 +155562,6 @@ self: { libraryHaskellDepends = [ base udbus ]; description = "Keyring access"; license = lib.licenses.mit; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "keys" = callPackage @@ -161681,8 +155701,6 @@ self: { ]; description = "Command-line file tagging and organization tool"; license = lib.licenses.agpl3Only; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "ki" = callPackage @@ -161747,8 +155765,6 @@ self: { ]; description = "Parses kat.ph torrent dumps"; license = lib.licenses.mit; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "kickchan" = callPackage @@ -161767,8 +155783,6 @@ self: { ]; description = "Kick Channels: bounded channels with non-blocking writes"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "kif-parser" = callPackage @@ -162002,8 +156016,6 @@ self: { executableHaskellDepends = [ base ]; description = "Advanced keyboard remapping utility"; license = lib.licenses.mit; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "kmp-dfa" = callPackage @@ -162016,8 +156028,6 @@ self: { testHaskellDepends = [ array base QuickCheck ]; description = "KMP algorithm implementation, based on Deterministic Finite State Automata"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "knead" = callPackage @@ -162151,8 +156161,6 @@ self: { doHaddock = false; description = "\"map German words to code representing pronunciation\""; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "koji" = callPackage @@ -162184,8 +156192,6 @@ self: { testHaskellDepends = [ base simple-cmd ]; description = "CLI tool for installing rpms directly from Fedora Koji"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "koji-tool" = callPackage @@ -162241,8 +156247,6 @@ self: { ]; description = "a concatenative not-quite-lisp for kittens"; license = lib.licenses.gpl3Plus; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "kontra-config" = callPackage @@ -162259,8 +156263,6 @@ self: { ]; description = "JSON config file parsing based on unjson"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "kontrakcja-templates" = callPackage @@ -162347,8 +156349,6 @@ self: { doHaddock = false; description = "Extracts values from /proc/cmdline"; license = lib.licenses.mit; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "kqueue" = callPackage @@ -162380,8 +156380,6 @@ self: { ]; description = "Kraken.io API client"; license = lib.licenses.mit; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "krank" = callPackage @@ -162437,8 +156435,6 @@ self: { ]; description = "Haskell bindings for Spark Dataframes and Datasets"; license = lib.licenses.asl20; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "krpc" = callPackage @@ -162464,8 +156460,6 @@ self: { ]; description = "KRPC protocol implementation"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "ks-test" = callPackage @@ -162501,8 +156495,6 @@ self: { libraryPkgconfigDepends = [ egl glew ]; description = "A binding for libktx from Khronos"; license = lib.licenses.mit; - hydraPlatforms = lib.platforms.none; - broken = true; }) {egl = null; inherit (pkgs) glew;}; "ktx-codec" = callPackage @@ -162517,8 +156509,6 @@ self: { ]; description = "Khronos texture format"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "kubernetes-client" = callPackage @@ -162554,8 +156544,6 @@ self: { ]; description = "Client library for Kubernetes"; license = lib.licenses.asl20; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "kubernetes-client-core" = callPackage @@ -162610,8 +156598,6 @@ self: { libraryHaskellDepends = [ base boxes containers lens ]; description = "A Quantitative Information Flow aware programming language"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "kure" = callPackage @@ -162623,8 +156609,6 @@ self: { libraryHaskellDepends = [ base dlist transformers ]; description = "Combinators for Strategic Programming"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "kure-your-boilerplate" = callPackage @@ -162636,8 +156620,6 @@ self: { libraryHaskellDepends = [ base kure template-haskell ]; description = "Generator for Boilerplate KURE Combinators"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "kurita" = callPackage @@ -162715,8 +156697,6 @@ self: { librarySystemDepends = [ lbfgsb ]; description = "Bindings to L-BFGS-B, Fortran code for limited-memory quasi-Newton bound-constrained optimization"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {lbfgsb = null;}; "l10n" = callPackage @@ -162739,8 +156719,6 @@ self: { libraryHaskellDepends = [ base labeled-tree ]; description = "Labeled graph structure"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "labeled-tree" = callPackage @@ -162923,8 +156901,6 @@ self: { ]; description = "Solve Lagrange multiplier problems"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "laika" = callPackage @@ -162970,8 +156946,6 @@ self: { executableHaskellDepends = [ base ]; description = "A bridge from Haskell (on a CPU) to VHDL on a FPGA"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "lambda-calculator" = callPackage @@ -163018,8 +156992,6 @@ self: { libraryHaskellDepends = [ base GLUT mtl OpenGL time ]; description = "Educational drawing canvas for FP explorers"; license = lib.licenses.mit; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "lambda-cube" = callPackage @@ -163118,8 +157090,6 @@ self: { executableHaskellDepends = [ base ]; description = "An application to work with the lambda calculus (for learning)"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "lambda2js" = callPackage @@ -163133,8 +157103,6 @@ self: { executableHaskellDepends = [ base parsec ]; description = "Untyped Lambda calculus to JavaScript compiler"; license = lib.licenses.gpl3Only; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "lambdaBase" = callPackage @@ -163146,8 +157114,6 @@ self: { libraryHaskellDepends = [ base parsec ]; testHaskellDepends = [ base parsec ]; license = lib.licenses.mit; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "lambdaFeed" = callPackage @@ -163373,8 +157339,6 @@ self: { ]; description = "Utility libraries for the advanced IRC bot, Lambdabot"; license = "GPL"; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "lambdabot-xmpp" = callPackage @@ -163400,8 +157364,6 @@ self: { ]; description = "Lambdabot plugin for XMPP (Jabber) protocol"; license = "unknown"; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "lambdabot-zulip" = callPackage @@ -163466,8 +157428,6 @@ self: { ]; description = "LambdaCms 'core' subsite for Yesod apps"; license = lib.licenses.mit; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "lambdacms-media" = callPackage @@ -163553,8 +157513,6 @@ self: { ]; description = "LambdaCube 3D IR"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "lambdacube-edsl" = callPackage @@ -163591,8 +157549,6 @@ self: { ]; description = "3D rendering engine written entirely in Haskell"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "lambdacube-examples" = callPackage @@ -163640,8 +157596,6 @@ self: { libraryHaskellDepends = [ aeson base containers mtl text vector ]; description = "LambdaCube 3D intermediate representation of 3D graphics pipelines"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "lambdacube-samples" = callPackage @@ -163684,8 +157638,6 @@ self: { ]; description = "Type-Safe LaTeX EDSL"; license = "GPL"; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "lambdatwit" = callPackage @@ -163711,8 +157663,6 @@ self: { ]; description = "Lambdabot running as a twitter bot. Similar to the @fsibot f# bot."; license = lib.licenses.mit; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "lambdaya-bus" = callPackage @@ -163770,8 +157720,6 @@ self: { testToolDepends = [ hspec-discover ]; description = "Fairly complete high-level binding to LAME encoder"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {mp3lame = null;}; "lame-tester" = callPackage @@ -163788,8 +157736,6 @@ self: { testHaskellDepends = [ bizzlelude containers tasty tasty-hunit ]; description = "A strange and unnecessary selective test-running library"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "lang" = callPackage @@ -163853,8 +157799,6 @@ self: { ]; description = "ASN.1 encoding and decoding"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "language-asn1" = callPackage @@ -163989,8 +157933,6 @@ self: { libraryToolDepends = [ alex ]; description = "Extracting comments from C code"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "language-c-inline" = callPackage @@ -164007,8 +157949,6 @@ self: { ]; description = "Inline C & Objective-C code in Haskell for language interoperability"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "language-c-quote" = callPackage @@ -164106,8 +158046,6 @@ self: { ]; description = "Conf parsers and pretty-printers for the Haskell programming language"; license = lib.licenses.mit; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "language-csharp" = callPackage @@ -164122,8 +158060,6 @@ self: { libraryToolDepends = [ alex ]; description = "C# source code manipulation"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "language-css" = callPackage @@ -164147,8 +158083,6 @@ self: { testHaskellDepends = [ base hspec raw-strings-qq ]; description = "Manipulating Dart source: abstract syntax and pretty-printer"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "language-dickinson" = callPackage @@ -164238,8 +158172,6 @@ self: { ]; description = "Dockerfile linter, parser, pretty-printer and embedded DSL"; license = lib.licenses.gpl3Only; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "language-dot" = callPackage @@ -164331,8 +158263,6 @@ self: { testToolDepends = [ doctest ]; description = "Generate elm code"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "language-fortran" = callPackage @@ -164357,8 +158287,6 @@ self: { libraryHaskellDepends = [ base bifunctors parsers ]; description = "Something similar to Dijkstra's guarded command language"; license = lib.licenses.mit; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "language-gemini" = callPackage @@ -164404,8 +158332,6 @@ self: { libraryHaskellDepends = [ array base parsec utf8-string ]; description = "A library for analysis and synthesis of Go code"; license = "GPL"; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "language-guess" = callPackage @@ -164418,8 +158344,6 @@ self: { libraryHaskellDepends = [ base bytestring cereal containers ]; description = "Guess at which language a text is written in using trigrams"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "language-haskell-extract" = callPackage @@ -164457,8 +158381,6 @@ self: { ]; description = "HCL parsers and pretty-printers for the Haskell programming language"; license = lib.licenses.mit; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "language-java" = callPackage @@ -164495,8 +158417,6 @@ self: { ]; description = "Parser for Java .class files"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "language-javascript_0_7_0_0" = callPackage @@ -164616,8 +158536,6 @@ self: { testHaskellDepends = [ base ]; description = "Initial project template from stack"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "language-lua2" = callPackage @@ -164643,8 +158561,6 @@ self: { ]; description = "Lua parser and pretty printer"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "language-mixal" = callPackage @@ -164659,8 +158575,6 @@ self: { executableHaskellDepends = [ base pretty ]; description = "Parser, pretty-printer, and AST types for the MIXAL assembly language"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "language-ninja" = callPackage @@ -164765,8 +158679,6 @@ self: { libraryToolDepends = [ alex happy ]; description = "Analysis and generation of Objective C code"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "language-ocaml" = callPackage @@ -164792,8 +158704,6 @@ self: { ]; description = "Language tools for manipulating OCaml programs in Haskell"; license = lib.licenses.mit; - hydraPlatforms = lib.platforms.none; - broken = true; }) {inherit (pkgs) zlib;}; "language-openscad" = callPackage @@ -164810,8 +158720,6 @@ self: { executableHaskellDepends = [ attoparsec base bytestring ]; description = "A simple parser for OpenSCAD"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "language-pig" = callPackage @@ -164832,8 +158740,6 @@ self: { ]; description = "Pig parser in haskell"; license = lib.licenses.mit; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "language-protobuf" = callPackage @@ -164887,8 +158793,6 @@ self: { ]; description = "Tools to parse and evaluate the Puppet DSL"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "language-python" = callPackage @@ -164982,8 +158886,6 @@ self: { ]; description = "Parsing and pretty printing of Rust code"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "language-sally" = callPackage @@ -165012,8 +158914,6 @@ self: { ]; description = "A package for parsing shell scripts"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "language-slice" = callPackage @@ -165068,8 +158968,6 @@ self: { ]; description = "Full parser and generator for SQL as implemented by SQLite3"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "language-sygus" = callPackage @@ -165086,8 +158984,6 @@ self: { testHaskellDepends = [ base deepseq tasty tasty-hunit text ]; description = "A parser and printer for the SyGuS 2.0 language."; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "language-thrift" = callPackage @@ -165132,8 +159028,6 @@ self: { ]; description = "A Parser for the Type Language"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "language-toolkit" = callPackage @@ -165164,8 +159058,6 @@ self: { libraryHaskellDepends = [ base containers parsec pretty ]; description = "A library for working with TypeScript Definition files"; license = lib.licenses.mit; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "language-vhdl" = callPackage @@ -165177,8 +159069,6 @@ self: { libraryHaskellDepends = [ base pretty ]; description = "VHDL AST and pretty printer in Haskell"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "language-webidl" = callPackage @@ -165191,8 +159081,6 @@ self: { testHaskellDepends = [ base HUnit ]; description = "Parser and Pretty Printer for WebIDL"; license = lib.licenses.mit; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "laop" = callPackage @@ -165318,8 +159206,6 @@ self: { ]; description = "Conversion of objects between 'lapack' and 'hmatrix'"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "large-hashable" = callPackage @@ -165452,8 +159338,6 @@ self: { ]; description = "Find the latest version of a package on npm"; license = lib.licenses.mit; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "latex" = callPackage @@ -165502,8 +159386,6 @@ self: { ]; description = "A library for rendering LaTeX formulae as images using an actual LaTeX installation"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "latex-formulae-pandoc" = callPackage @@ -165596,8 +159478,6 @@ self: { ]; description = "A library for rendering LaTeX formulae as SVG using an actual LaTeX"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "latex-svg-pandoc" = callPackage @@ -165693,8 +159573,6 @@ self: { executableHaskellDepends = [ base ]; description = "High and low-level interface to the Novation Launchpad midi controller"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "lawful" = callPackage @@ -165727,8 +159605,6 @@ self: { benchmarkHaskellDepends = [ base machines time ]; description = "Concurrent networked stream transducers"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "lawz" = callPackage @@ -165785,8 +159661,6 @@ self: { libraryHaskellDepends = [ base transformers ]; description = "Modular type class machinery for monad transformer stacks"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "layers-game" = callPackage @@ -165818,8 +159692,6 @@ self: { libraryHaskellDepends = [ base convertible hinduce-missingh ]; description = "Turn values into pretty text or markup"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "layout-bootstrap" = callPackage @@ -165831,8 +159703,6 @@ self: { libraryHaskellDepends = [ base blaze-html containers text ]; description = "Template and widgets for Bootstrap2 to use with Text.Blaze.Html5"; license = lib.licenses.mit; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "layout-rules" = callPackage @@ -165875,8 +159745,6 @@ self: { testHaskellDepends = [ base ]; description = "A simple utility for lazy record matching"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "lazy" = callPackage @@ -166005,8 +159873,6 @@ self: { testToolDepends = [ markdown-unlit ]; description = "Lazy-Spined Monadic Priority Queues"; license = lib.licenses.gpl3Only; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "lazy-search" = callPackage @@ -166029,8 +159895,6 @@ self: { libraryHaskellDepends = [ array base ]; description = "Efficient implementation of lazy monolithic arrays (lazy in indexes)"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "lazyboy" = callPackage @@ -166050,8 +159914,6 @@ self: { ]; description = "An EDSL for programming the Game Boy"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "lazyio" = callPackage @@ -166082,8 +159944,6 @@ self: { ]; description = "Set and Map from lazy/infinite lists"; license = lib.licenses.mit; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "lazysmallcheck" = callPackage @@ -166139,8 +159999,6 @@ self: { libraryHaskellDepends = [ array base ]; description = "Find longest common sublist of two lists"; license = "unknown"; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "ld-intervals" = callPackage @@ -166152,8 +160010,6 @@ self: { libraryHaskellDepends = [ base ]; description = "Data structures for representing arbitrary intervals"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "lda" = callPackage @@ -166169,8 +160025,6 @@ self: { ]; description = "Online Latent Dirichlet Allocation"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "ldap-client" = callPackage @@ -166260,8 +160114,6 @@ self: { testHaskellDepends = [ base HUnit ]; description = "The LDAP Data Interchange Format (LDIF) tools"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "leaf" = callPackage @@ -166280,8 +160132,6 @@ self: { ]; description = "A simple portfolio generator"; license = lib.licenses.gpl3Only; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "leaky" = callPackage @@ -166430,8 +160280,6 @@ self: { libraryHaskellDepends = [ base time ]; testHaskellDepends = [ base tasty tasty-hunit time ]; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "leapseconds-announced" = callPackage @@ -166455,8 +160303,6 @@ self: { libraryHaskellDepends = [ base containers ]; description = "Learning Algorithms"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "learn-physics" = callPackage @@ -166494,8 +160340,6 @@ self: { ]; description = "examples for learn-physics"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "learning-hmm" = callPackage @@ -166532,8 +160376,6 @@ self: { benchmarkHaskellDepends = [ base bytestring criterion deepseq ]; description = "LEB128 encoding logic for and in Haskell"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "leb128-binary" = callPackage @@ -166581,8 +160423,6 @@ self: { executableHaskellDepends = [ base containers ]; description = "Leetify text"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "left4deadrl" = callPackage @@ -166778,8 +160618,6 @@ self: { ]; description = "Bindings for the LendingClub marketplace API"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "lens" = callPackage @@ -167024,8 +160862,6 @@ self: { ]; description = "Lens interface for your filesystem; still a bit experimental"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "lens-labels" = callPackage @@ -167037,8 +160873,6 @@ self: { libraryHaskellDepends = [ base ghc-prim profunctors tagged ]; description = "Integration of lenses with OverloadedLabels"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "lens-misc" = callPackage @@ -167078,8 +160912,6 @@ self: { ]; description = "Alternate prelude that exports lens combinators"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "lens-process" = callPackage @@ -167097,8 +160929,6 @@ self: { ]; description = "Optics for system processes"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "lens-properties" = callPackage @@ -167171,8 +161001,6 @@ self: { ]; description = "simplified import of elementary lens-family combinators"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "lens-sop" = callPackage @@ -167208,8 +161036,6 @@ self: { libraryHaskellDepends = [ base bytestring lens text ]; description = "Isomorphisms and prisms for text <=> bytestring conversions"; license = lib.licenses.mit; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "lens-th-rewrite" = callPackage @@ -167224,8 +161050,6 @@ self: { executableHaskellDepends = [ base ghc ghc-exactprint lens ]; description = "Rewrites Template Haskell splices using the API"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "lens-time" = callPackage @@ -167237,8 +161061,6 @@ self: { libraryHaskellDepends = [ base lens time ]; description = "lens for Data.Time"; license = lib.licenses.mit; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "lens-toml-parser" = callPackage @@ -167255,8 +161077,6 @@ self: { ]; description = "Lenses for toml-parser"; license = lib.licenses.isc; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "lens-tutorial" = callPackage @@ -167269,9 +161089,7 @@ self: { testHaskellDepends = [ base doctest ]; description = "Tutorial for the lens library"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; maintainers = with lib.maintainers; [ Gabriel439 ]; - broken = true; }) {}; "lens-typelevel" = callPackage @@ -167283,8 +161101,6 @@ self: { libraryHaskellDepends = [ base singletons ]; description = "Type-level lenses using singletons"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "lens-utils" = callPackage @@ -167341,8 +161157,6 @@ self: { testHaskellDepends = [ base ]; description = "References which can be joined and on which lenses can be applied"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "lentil" = callPackage @@ -167462,8 +161276,6 @@ self: { libraryHaskellDepends = [ base fmlist ]; description = "Non-Determinism Monad for Level-Wise Search"; license = lib.licenses.publicDomain; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "leveldb-haskell" = callPackage @@ -167602,8 +161414,6 @@ self: { testHaskellDepends = [ base doctest QuickCheck ]; description = "L-Fuzzy Set Theory implementation in Haskell"; license = lib.licenses.gpl3Only; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "lgtk" = callPackage @@ -167677,8 +161487,6 @@ self: { enableSeparateDataOutput = true; description = "LHC Haskell Compiler"; license = lib.licenses.publicDomain; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "lhe" = callPackage @@ -167709,8 +161517,6 @@ self: { ]; description = "Literate highlighter preprocessor for lhs2tex"; license = lib.licenses.mit; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "lhs2html" = callPackage @@ -167760,8 +161566,6 @@ self: { ]; description = "Tool for using pdflatex with .lhs files"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "libBF" = callPackage @@ -167793,8 +161597,6 @@ self: { ]; description = "A natural language generator (specifically, an FB-LTAG surface realiser)"; license = "GPL"; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "libarchive" = callPackage @@ -167897,8 +161699,6 @@ self: { librarySystemDepends = [ expect tcl ]; description = "Library for interacting with console applications via pseudoterminals"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {inherit (pkgs) expect; inherit (pkgs) tcl;}; "libffi" = callPackage @@ -167948,8 +161748,6 @@ self: { benchmarkHaskellDepends = [ base bytestring criterion unix ]; description = "A Haskell binding for libfuse-3.x"; license = lib.licenses.mit; - hydraPlatforms = lib.platforms.none; - broken = true; }) {inherit (pkgs) fuse3;}; "libgit" = callPackage @@ -168001,8 +161799,6 @@ self: { ]; description = "Backend for text editors to provide better Haskell editing support"; license = lib.licenses.lgpl21Only; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "libinfluxdb" = callPackage @@ -168021,8 +161817,6 @@ self: { ]; description = "libinfluxdb"; license = lib.licenses.mit; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "libiserv_9_0_1" = callPackage @@ -168067,8 +161861,6 @@ self: { ]; description = "Jenkins API interface"; license = lib.licenses.bsd2; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "libjwt-typed" = callPackage @@ -168099,8 +161891,6 @@ self: { ]; description = "A Haskell implementation of JSON Web Token (JWT)"; license = lib.licenses.mpl20; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "liblastfm" = callPackage @@ -168191,8 +161981,6 @@ self: { libraryHaskellDepends = [ base ]; description = "FFI interface to libltdl"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "libmdbx" = callPackage @@ -168310,8 +162098,6 @@ self: { ]; description = "Bindings to the nix package manager"; license = lib.licenses.gpl3Only; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "libnotify" = callPackage @@ -168364,8 +162150,6 @@ self: { testHaskellDepends = [ base ]; description = "Bindings to liboath"; license = lib.licenses.gpl3Only; - hydraPlatforms = lib.platforms.none; - broken = true; }) {liboath = null; oath = null;}; "liboleg" = callPackage @@ -168381,8 +162165,6 @@ self: { ]; description = "An evolving collection of Oleg Kiselyov's Haskell modules"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "libpafe" = callPackage @@ -168396,8 +162178,6 @@ self: { testHaskellDepends = [ base bytestring iconv transformers ]; description = "Wrapper for libpafe"; license = lib.licenses.gpl2Only; - hydraPlatforms = lib.platforms.none; - broken = true; }) {pafe = null;}; "libpq" = callPackage @@ -168410,8 +162190,6 @@ self: { librarySystemDepends = [ postgresql ]; description = "libpq binding for Haskell"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {inherit (pkgs) postgresql;}; "libraft" = callPackage @@ -168475,8 +162253,6 @@ self: { libraryHaskellDepends = [ base bytestring curl ]; description = "Wrapper to Random.org API"; license = lib.licenses.mit; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "librato" = callPackage @@ -168596,8 +162372,6 @@ self: { libraryToolDepends = [ c2hs ]; description = "FFI bindings to libssh2 SSH2 client library (http://libssh2.org/)"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {inherit (pkgs) libssh2;}; "libssh2-conduit" = callPackage @@ -168653,8 +162427,6 @@ self: { ]; description = "Haskell bindings for libsystemd-daemon"; license = lib.licenses.lgpl21Only; - hydraPlatforms = lib.platforms.none; - broken = true; }) {libsystemd-daemon = null; systemd-daemon = null;}; "libsystemd-journal" = callPackage @@ -168691,8 +162463,6 @@ self: { libraryPkgconfigDepends = [ taglib ]; description = "Binding to TagLib C library"; license = lib.licenses.lgpl21Only; - hydraPlatforms = lib.platforms.none; - broken = true; }) {inherit (pkgs) taglib;}; "libtelnet" = callPackage @@ -168759,8 +162529,6 @@ self: { libraryHaskellDepends = [ base bindings-DSL ]; description = "Bindings to libxls"; license = lib.licenses.mit; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "libxlsxwriter-hs" = callPackage @@ -168773,8 +162541,6 @@ self: { librarySystemDepends = [ xlsxwriter ]; description = "Bindings to libxlsxwriter"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {xlsxwriter = null;}; "libxml" = callPackage @@ -168831,8 +162597,6 @@ self: { librarySystemDepends = [ xslt ]; description = "Binding to libxslt"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {xslt = null;}; "libyaml" = callPackage @@ -168913,8 +162677,6 @@ self: { executableHaskellDepends = [ base ]; description = "Lie Algebras"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "life" = callPackage @@ -168955,8 +162717,6 @@ self: { ]; description = "Synchronize personal configs across multiple machines"; license = lib.licenses.mpl20; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "lifetimes" = callPackage @@ -169106,8 +162866,6 @@ self: { ]; description = "A sensible set of defaults for writing lifted custom Preludes"; license = lib.licenses.mit; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "lifted-stm" = callPackage @@ -169157,8 +162915,6 @@ self: { ]; description = "A boulderdash-like game and solution validator"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "lifx-lan" = callPackage @@ -169176,8 +162932,6 @@ self: { ]; description = "LIFX LAN API"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "ligature" = callPackage @@ -169189,8 +162943,6 @@ self: { libraryHaskellDepends = [ base text ]; description = "Expand ligatures in unicode text"; license = lib.licenses.mit; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "ligd" = callPackage @@ -169320,8 +163072,6 @@ self: { ]; description = "Bindings to Lilypond"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "limp" = callPackage @@ -169355,8 +163105,6 @@ self: { ]; description = "bindings for integer linear programming solver Coin/CBC"; license = lib.licenses.mit; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "lin-alg" = callPackage @@ -169379,8 +163127,6 @@ self: { libraryHaskellDepends = [ base hmatrix HUnit ]; description = "LINear Discriminant Analysis"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "linden" = callPackage @@ -169410,8 +163156,6 @@ self: { ]; description = "Zen gardening, based on l-systems"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "lindenmayer" = callPackage @@ -169500,8 +163244,6 @@ self: { testHaskellDepends = [ base hspec QuickCheck ]; description = "raster line drawing"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "line-size" = callPackage @@ -169573,8 +163315,6 @@ self: { testHaskellDepends = [ base doctest ]; description = "Lifting linear vector spaces into Accelerate"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "linear-algebra-cblas" = callPackage @@ -169595,8 +163335,6 @@ self: { ]; description = "A linear algebra library with bindings to BLAS and LAPACK"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "linear-base" = callPackage @@ -169669,8 +163407,6 @@ self: { ]; description = "A simple library for linear codes (coding theory, error correction)"; license = lib.licenses.gpl3Only; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "linear-generics" = callPackage @@ -169688,8 +163424,6 @@ self: { testToolDepends = [ hspec-discover ]; description = "Generic programming library for generalised deriving"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "linear-grammar" = callPackage @@ -169716,8 +163450,6 @@ self: { libraryHaskellDepends = [ base containers HUnit ]; description = "Finite maps for linear use"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "linear-opengl" = callPackage @@ -169733,8 +163465,6 @@ self: { ]; description = "Isomorphisms between linear and OpenGL types"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "linear-smc" = callPackage @@ -169747,8 +163477,6 @@ self: { testHaskellDepends = [ array base constraints ]; description = "Build SMC morphisms using linear types"; license = lib.licenses.lgpl3Plus; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "linear-socket" = callPackage @@ -169787,8 +163515,6 @@ self: { libraryHaskellDepends = [ base random ]; description = "A low-dimensional linear algebra library, operating on the Num typeclass"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "linearEqSolver" = callPackage @@ -169843,8 +163569,6 @@ self: { ]; description = "Linear scan register allocator, formally verified in Coq"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "linearscan-hoopl" = callPackage @@ -169909,8 +163633,6 @@ self: { libraryHaskellDepends = [ base containers mtl safe ]; description = "Lines of Action, 2-player strategy board game"; license = lib.licenses.mit; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "lingo" = callPackage @@ -170006,8 +163728,6 @@ self: { testHaskellDepends = [ base ]; description = "A pure linked list which is mutable through iterators"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "linkedhashmap" = callPackage @@ -170030,8 +163750,6 @@ self: { ]; description = "Persistent LinkedHashMap data structure"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "linklater" = callPackage @@ -170054,8 +163772,6 @@ self: { ]; description = "A Haskell library for the Slack API"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "linnet" = callPackage @@ -170140,8 +163856,6 @@ self: { ]; description = "Bindings to the Linode API"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "linode-v4" = callPackage @@ -170158,8 +163872,6 @@ self: { testHaskellDepends = [ base hspec ]; description = "Haskell wrapper for the Linode v4 API"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "linux-blkid" = callPackage @@ -170176,8 +163888,6 @@ self: { libraryPkgconfigDepends = [ blkid ]; description = "Linux libblkid"; license = lib.licenses.lgpl21Only; - hydraPlatforms = lib.platforms.none; - broken = true; }) {blkid = null;}; "linux-capabilities" = callPackage @@ -170200,8 +163910,6 @@ self: { libraryHaskellDepends = [ base filepath ]; description = "Very basic interface to the Linux CGroup Virtual Filesystem"; license = lib.licenses.mit; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "linux-evdev" = callPackage @@ -170271,8 +163979,6 @@ self: { libraryPkgconfigDepends = [ libkmod ]; description = "Linux kernel modules support"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {libkmod = null;}; "linux-mount" = callPackage @@ -170323,8 +164029,6 @@ self: { ]; description = "Read files generated by perf on Linux"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "linux-ptrace" = callPackage @@ -170374,8 +164078,6 @@ self: { ]; description = "Implementation of the Enea LINX gateway protocol"; license = lib.licenses.mit; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "lio" = callPackage @@ -170446,8 +164148,6 @@ self: { ]; description = "LIO support for the Simple web framework"; license = lib.licenses.lgpl3Only; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "lion" = callPackage @@ -170477,8 +164177,6 @@ self: { libraryHaskellDepends = [ base QuickCheck ]; description = "Generators for random sequences of English-like nonsense text"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "liquid" = callPackage @@ -170503,8 +164201,6 @@ self: { benchmarkHaskellDepends = [ aeson attoparsec base criterion text ]; description = "Liquid template language library"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "liquid-base" = callPackage @@ -170707,8 +164403,6 @@ self: { testSystemDepends = [ z3 ]; description = "Liquid Types for Haskell"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {inherit (pkgs) z3;}; "liquidhaskell-cabal" = callPackage @@ -170722,8 +164416,6 @@ self: { libraryHaskellDepends = [ base Cabal directory filepath ]; description = "Liquid Haskell integration for Cabal and Stack"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "liquidhaskell-cabal-demo" = callPackage @@ -170798,8 +164490,6 @@ self: { testHaskellDepends = [ base tasty tasty-hunit ]; description = "testing list fusion for success"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "list-grouping" = callPackage @@ -170822,8 +164512,6 @@ self: { libraryHaskellDepends = [ base ]; description = "List Multiplexing"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "list-predicate" = callPackage @@ -170856,8 +164544,6 @@ self: { ]; description = "A simple list prompt UI for the terminal"; license = lib.licenses.gpl2Only; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "list-remote-forwards" = callPackage @@ -170884,8 +164570,6 @@ self: { ]; description = "List all remote forwards for mail accounts stored in a SQL database"; license = lib.licenses.gpl3Only; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "list-singleton" = callPackage @@ -170973,8 +164657,6 @@ self: { ]; description = "A streaming HTTP client"; license = lib.licenses.mit; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "list-t-libcurl" = callPackage @@ -171010,8 +164692,6 @@ self: { ]; description = "A streaming text codec"; license = lib.licenses.mit; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "list-transformer" = callPackage @@ -171043,8 +164723,6 @@ self: { ]; description = "Tries and Patricia tries: finite sets and maps for list keys"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "list-tuple" = callPackage @@ -171094,8 +164772,6 @@ self: { libraryHaskellDepends = [ base ]; description = "Provides zips with default values"; license = lib.licenses.publicDomain; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "list-zipper" = callPackage @@ -171118,8 +164794,6 @@ self: { ]; description = "A list zipper"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "listenbrainz-client" = callPackage @@ -171149,8 +164823,6 @@ self: { libraryHaskellDepends = [ base bytestring ListLike text vector ]; description = "Extra instances of the ListLike class"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "lists" = callPackage @@ -171219,8 +164891,6 @@ self: { ]; description = "Append only key-list database"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "lit" = callPackage @@ -171240,8 +164910,6 @@ self: { ]; description = "A simple tool for literate programming"; license = "GPL"; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "literals" = callPackage @@ -171253,8 +164921,6 @@ self: { libraryHaskellDepends = [ base ]; description = "Non-overloaded functions for concrete literals"; license = lib.licenses.mit; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "literatex" = callPackage @@ -171393,8 +165059,6 @@ self: { libraryHaskellDepends = [ base ]; librarySystemDepends = [ picosat ]; license = lib.licenses.mit; - hydraPlatforms = lib.platforms.none; - broken = true; }) {inherit (pkgs) picosat;}; "llrbtree" = callPackage @@ -171426,8 +165090,6 @@ self: { ]; description = "An implementation of the LLSD data system"; license = lib.licenses.mit; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "llvm" = callPackage @@ -171484,8 +165146,6 @@ self: { libraryHaskellDepends = [ base mtl ]; description = "FFI bindings to the LLVM compiler toolkit"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "llvm-base-types" = callPackage @@ -171619,8 +165279,6 @@ self: { librarySystemDepends = [ LLVM ]; description = "FFI bindings to the LLVM compiler toolkit"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {LLVM = null;}; "llvm-ffi-tools" = callPackage @@ -171687,8 +165345,6 @@ self: { ]; description = "Pure Haskell LLVM functionality (no FFI)"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "llvm-general-quote" = callPackage @@ -171794,8 +165450,6 @@ self: { ]; description = "Bindings to the LLVM compiler toolkit with some custom extensions"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "llvm-pkg-config" = callPackage @@ -171831,8 +165485,6 @@ self: { ]; description = "A pretty printing library inspired by the llvm binding"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "llvm-pretty-bc-parser" = callPackage @@ -171979,8 +165631,6 @@ self: { ]; description = "LMonad is an Information Flow Control (IFC) framework for Haskell applications"; license = lib.licenses.mit; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "lmonad-yesod" = callPackage @@ -172094,8 +165744,6 @@ self: { libraryHaskellDepends = [ base containers hslogger PSQueue stm ]; description = "Client-side load balancing utilities"; license = lib.licenses.asl20; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "load-env" = callPackage @@ -172128,8 +165776,6 @@ self: { libraryToolDepends = [ c2hs ]; description = "A cross platform library for loading bundled fonts into your application"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "loadavg" = callPackage @@ -172179,8 +165825,6 @@ self: { libraryHaskellDepends = [ base network ]; description = "Functions to get local interface address"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "local-search" = callPackage @@ -172239,8 +165883,6 @@ self: { libraryHaskellDepends = [ base text ]; description = "Source location helpers"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "located-base" = callPackage @@ -172265,8 +165907,6 @@ self: { libraryHaskellDepends = [ base monad-logger text ]; description = "Location-aware logging without Template Haskell"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "locators" = callPackage @@ -172299,8 +165939,6 @@ self: { executableHaskellDepends = [ base ]; description = "Support for precise error locations in source files"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "loch-th" = callPackage @@ -172430,8 +166068,6 @@ self: { ]; description = "Structured logging solution (base package)"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "log-domain" = callPackage @@ -172585,8 +166221,6 @@ self: { testToolDepends = [ hspec-discover ]; description = "Flexible, configurable, monadic and pretty logging"; license = lib.licenses.mit; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "log2json" = callPackage @@ -172600,8 +166234,6 @@ self: { executableHaskellDepends = [ base containers json parsec ]; description = "Turn log file records into JSON"; license = "GPL"; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "log4hs" = callPackage @@ -172632,8 +166264,6 @@ self: { ]; description = "A python logging style log library"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "logentries" = callPackage @@ -172653,8 +166283,6 @@ self: { ]; description = "Request logger middleware for Logentries"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "logfloat" = callPackage @@ -172698,8 +166326,6 @@ self: { ]; description = "Fast & extensible logging framework"; license = lib.licenses.asl20; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "logger-thread" = callPackage @@ -172797,8 +166423,6 @@ self: { executableHaskellDepends = [ base logging-effect prettyprinter ]; description = "TH splices to augment log messages with file info"; license = lib.licenses.mit; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "logging-effect-extra-handler" = callPackage @@ -172817,8 +166441,6 @@ self: { executableHaskellDepends = [ base logging-effect prettyprinter ]; description = "Handy logging handler combinators"; license = lib.licenses.mit; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "logging-facade" = callPackage @@ -172927,8 +166549,6 @@ self: { libraryHaskellDepends = [ base logict transformers ]; description = "Backtracking mutable references in the ST and IO monads"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "logict" = callPackage @@ -172965,8 +166585,6 @@ self: { libraryHaskellDepends = [ base logict mtl transformers ]; description = "Library for logic programming based on haskell package logict"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "loglevel" = callPackage @@ -172991,8 +166609,6 @@ self: { testHaskellDepends = [ base hspec time ]; description = "Parse Heroku application/logplex documents"; license = lib.licenses.mit; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "logsink" = callPackage @@ -173060,8 +166676,6 @@ self: { executableHaskellDepends = [ base ]; description = "lojban parser"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "lojbanXiragan" = callPackage @@ -173076,8 +166690,6 @@ self: { executableHaskellDepends = [ base ]; description = "lojban to xiragan"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "lojysamban" = callPackage @@ -173120,8 +166732,6 @@ self: { testHaskellDepends = [ base test-framework ]; description = "A library for lattice cryptography"; license = lib.licenses.gpl3Only; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "lol-apps" = callPackage @@ -173181,8 +166791,6 @@ self: { ]; description = "Calculus for LOL (λω language)"; license = lib.licenses.gpl3Only; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "lol-cpp" = callPackage @@ -173310,8 +166918,6 @@ self: { libraryHaskellDepends = [ base ]; description = "Dependently-typed linked list implementation"; license = lib.licenses.mit; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "longshot" = callPackage @@ -173358,8 +166964,6 @@ self: { testHaskellDepends = [ base tasty tasty-hunit ]; description = "Statically generate lookup tables using Template Haskell"; license = lib.licenses.isc; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "loop" = callPackage @@ -173411,8 +167015,6 @@ self: { libraryHaskellDepends = [ base mtl ]; description = "A monad transformer supporting various styles of while loop"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "loopbreaker" = callPackage @@ -173430,8 +167032,6 @@ self: { testToolDepends = [ hspec-discover ]; description = "inline self-recursive definitions"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "looper" = callPackage @@ -173449,8 +167049,6 @@ self: { aeson base hspec optparse-applicative text time unliftio ]; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "loops" = callPackage @@ -173468,8 +167066,6 @@ self: { benchmarkHaskellDepends = [ base criterion transformers vector ]; description = "Fast imperative-style loops"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "loopy" = callPackage @@ -173488,8 +167084,6 @@ self: { ]; description = "Find all biological feedback loops within an ecosystem graph"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "lord" = callPackage @@ -173530,8 +167124,6 @@ self: { ]; description = "A command line interface to online radios"; license = lib.licenses.publicDomain; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "lorem" = callPackage @@ -173546,8 +167138,6 @@ self: { executableHaskellDepends = [ base ]; description = "Library for generating filler text"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "lorentz" = callPackage @@ -173584,8 +167174,6 @@ self: { libraryToolDepends = [ c2hs ]; description = "interface to Loris API"; license = lib.licenses.gpl2Only; - hydraPlatforms = lib.platforms.none; - broken = true; }) {loris = null;}; "loshadka" = callPackage @@ -173604,8 +167192,6 @@ self: { ]; description = "Minecraft 1.7 server proxy that answers to queries when the server is offline"; license = lib.licenses.mit; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "lostcities" = callPackage @@ -173669,8 +167255,6 @@ self: { libraryHaskellDepends = [ base gl linear vector ]; description = "Basic gl wrapper and reference"; license = lib.licenses.bsd2; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "lowlin" = callPackage @@ -173720,8 +167304,6 @@ self: { ]; description = "SVG Backend for lp-diagrams"; license = "GPL"; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "lpeg" = callPackage @@ -173812,8 +167394,6 @@ self: { ]; description = "List exported modules from a set of .cabal files"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "lsfrom" = callPackage @@ -173832,8 +167412,6 @@ self: { testHaskellDepends = [ base directory filepath simple-cmd ]; description = "List dir files starting from a specific name"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "lsp" = callPackage @@ -173981,8 +167559,6 @@ self: { ]; description = "Parameterized file evaluator"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "lti13" = callPackage @@ -174022,8 +167598,6 @@ self: { ]; description = "Partial implementation of a service provider for LTI 1.1."; license = lib.licenses.mit; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "ltk" = callPackage @@ -174044,8 +167618,6 @@ self: { libraryPkgconfigDepends = [ gtk3 ]; description = "Leksah tool kit"; license = "GPL"; - hydraPlatforms = lib.platforms.none; - broken = true; }) {inherit (pkgs) gtk3;}; "ltl" = callPackage @@ -174115,8 +167687,6 @@ self: { ]; description = "Lua bytecode parser"; license = lib.licenses.mit; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "lua-bytecode" = callPackage @@ -174171,8 +167741,6 @@ self: { ]; description = "Helpers for Haskell integration with Lua"; license = lib.licenses.mit; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "lub" = callPackage @@ -174383,8 +167951,6 @@ self: { ]; description = "An unofficial client for the LUIS NLP service"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "luka" = callPackage @@ -174398,8 +167964,6 @@ self: { librarySystemDepends = [ objc ]; description = "Simple ObjectiveC runtime binding"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {objc = null;}; "lukko" = callPackage @@ -174456,8 +168020,6 @@ self: { ]; description = "Type-safe, type-level and stateless graphics framework"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "luminance-samples" = callPackage @@ -174490,8 +168052,6 @@ self: { executableHaskellDepends = [ base haskell-src-exts text vector ]; description = "Create ctags compatible tags files for Haskell programs"; license = lib.licenses.mit; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "luthor" = callPackage @@ -174504,8 +168064,6 @@ self: { testHaskellDepends = [ base mtl parsec ]; description = "Tools for lexing and utilizing lexemes that integrate with Parsec"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "lvar" = callPackage @@ -174567,8 +168125,6 @@ self: { ]; description = "The Lazy Virtual Machine (LVM)"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "lvmrun" = callPackage @@ -174592,8 +168148,6 @@ self: { libraryHaskellDepends = [ base bindings-lxc mtl transformers ]; description = "High level Haskell bindings to LXC (Linux containers)"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "lxd-client" = callPackage @@ -174623,8 +168177,6 @@ self: { ]; description = "LXD client written in Haskell"; license = lib.licenses.gpl3Only; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "lxd-client-config" = callPackage @@ -174662,8 +168214,6 @@ self: { ]; description = "A Lilypond-compiling music box"; license = lib.licenses.mit; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "lz4" = callPackage @@ -174749,8 +168299,6 @@ self: { ]; description = "Conduit implementing the official LZ4 frame streaming format"; license = lib.licenses.mit; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "lz4-hs" = callPackage @@ -174780,8 +168328,6 @@ self: { libraryHaskellDepends = [ base bytestring ]; description = "Lzip compression / Lzlib bindings"; license = lib.licenses.gpl3Only; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "lzlib" = callPackage @@ -174802,8 +168348,6 @@ self: { ]; description = "lzlib bindings"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "lzma" = callPackage @@ -174915,8 +168459,6 @@ self: { ]; description = "IO-Streams interface for lzma/xz compression"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "lzo" = callPackage @@ -174932,8 +168474,6 @@ self: { benchmarkHaskellDepends = [ base bytestring criterion ]; description = "minilzo bundled for Haskell"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "mDNSResponder-client" = callPackage @@ -174967,8 +168507,6 @@ self: { ]; description = "Monadic Abstracting Abstract Machines (MAAM) built on Galois Transformers"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "mac" = callPackage @@ -174980,8 +168518,6 @@ self: { libraryHaskellDepends = [ base network transformers ]; description = "Static Mandatory Access Control in Haskell"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "macaroon-shop" = callPackage @@ -175002,8 +168538,6 @@ self: { ]; description = "A toolkit for working with macaroons"; license = lib.licenses.isc; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "macbeth-lib" = callPackage @@ -175073,8 +168607,6 @@ self: { ]; description = "Arrow based stream transducers"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "machines" = callPackage @@ -175161,8 +168693,6 @@ self: { libraryHaskellDepends = [ base bytestring machines ]; description = "ByteString support for machines"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "machines-directory" = callPackage @@ -175178,8 +168708,6 @@ self: { ]; description = "Directory (system) utilities for the machines library"; license = lib.licenses.asl20; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "machines-encoding" = callPackage @@ -175191,8 +168719,6 @@ self: { libraryHaskellDepends = [ base bytestring machines text ]; description = "Transcode encodings with machines"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "machines-io" = callPackage @@ -175236,8 +168762,6 @@ self: { ]; description = "Decompression support for machines"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "macho" = callPackage @@ -175250,8 +168774,6 @@ self: { libraryHaskellDepends = [ base binary bytestring ]; description = "Parser for Mach-O object format"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "mackerel-client" = callPackage @@ -175299,8 +168821,6 @@ self: { ]; description = "Control screen and keyboard backlights on MACs under Linux"; license = lib.licenses.mit; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "macos-corelibs" = callPackage @@ -175316,8 +168836,6 @@ self: { ]; description = "Haskell bindings to C-based Mac OS SDK frameworks"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "macosx-make-standalone" = callPackage @@ -175362,8 +168880,6 @@ self: { ]; description = "Alternative rm command for macOS that remove files/dirs to the system trash"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "mad-props" = callPackage @@ -175416,8 +168932,6 @@ self: { benchmarkHaskellDepends = [ base criterion megaparsec text ]; description = "Randomized templating language DSL"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "mage" = callPackage @@ -175433,8 +168947,6 @@ self: { executableSystemDepends = [ ncurses ]; description = "Rogue-like"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {inherit (pkgs) ncurses;}; "magic" = callPackage @@ -175458,8 +168970,6 @@ self: { libraryHaskellDepends = [ base ghc ghc-tcplugins-extra syb ]; description = "Write plugins for magic type families with ease"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "magic-wormhole" = callPackage @@ -175552,8 +169062,6 @@ self: { testHaskellDepends = [ base ghc-prim ]; description = "magma is an algebraic structure"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "magmas" = callPackage @@ -175688,8 +169196,6 @@ self: { testHaskellDepends = [ base hspec ]; description = "Bindings for the MailChimp API"; license = lib.licenses.mit; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "mailchimp-subscribe" = callPackage @@ -175708,8 +169214,6 @@ self: { ]; description = "MailChimp subscription request handler"; license = lib.licenses.mit; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "mailgun" = callPackage @@ -175809,8 +169313,6 @@ self: { ]; description = "Change duplicated files into hard-links"; license = "GPL"; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "make-monofoldable-foldable" = callPackage @@ -175822,8 +169324,6 @@ self: { libraryHaskellDepends = [ base mono-traversable ]; description = "Make a MonoFoldable type into an ordinary Foldable type"; license = lib.licenses.mit; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "make-package" = callPackage @@ -175844,8 +169344,6 @@ self: { ]; description = "Make a cabalized package"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "makedo" = callPackage @@ -175857,8 +169355,6 @@ self: { libraryHaskellDepends = [ base directory filepath HSH process ]; description = "Helper for writing redo scripts in Haskell"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "makefile" = callPackage @@ -175876,8 +169372,6 @@ self: { ]; description = "Simple Makefile parser and generator"; license = lib.licenses.mit; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "mallard" = callPackage @@ -175905,8 +169399,6 @@ self: { ]; description = "Database migration and testing as a library"; license = lib.licenses.mit; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "mameya" = callPackage @@ -176340,8 +169832,6 @@ self: { ]; description = "Library for interfacing with the Mandrill JSON API"; license = lib.licenses.mit; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "mandulia" = callPackage @@ -176360,8 +169850,6 @@ self: { ]; description = "A zooming visualisation of the Mandelbrot Set as many Julia Sets"; license = lib.licenses.gpl3Only; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "mangopay" = callPackage @@ -176400,8 +169888,6 @@ self: { ]; description = "Bindings to the MangoPay API"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "mangrove" = callPackage @@ -176511,8 +169997,6 @@ self: { executableHaskellDepends = [ base bytestring cassava containers ]; description = "Extensions to Data.Map"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "map-reduce-folds" = callPackage @@ -176578,8 +170062,6 @@ self: { ]; description = "Efficient, polymorphic Map Algebra"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "mappy" = callPackage @@ -176602,8 +170084,6 @@ self: { testHaskellDepends = [ base containers hspec parsec QuickCheck ]; description = "A functional programming language focused around maps"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "mapquest-api" = callPackage @@ -176709,8 +170189,6 @@ self: { ]; description = "Convert Markdown to HTML, with XSS protection"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "markdown-pap" = callPackage @@ -176775,8 +170253,6 @@ self: { testHaskellDepends = [ base ]; description = "Pretty-printing library, with scoping, based on pretty"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "markov" = callPackage @@ -176845,8 +170321,6 @@ self: { testHaskellDepends = [ base HTF MonadRandom ]; description = "Realizations of Markov chains"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "markup" = callPackage @@ -176964,8 +170438,6 @@ self: { ]; description = "Generates mountainous terrain using a random walk algorithm"; license = lib.licenses.gpl3Only; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "marshal-contt" = callPackage @@ -177032,8 +170504,6 @@ self: { testHaskellDepends = [ base hspec text ]; description = "Compile time string interpolation a la Scala and CoffeeScript"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "marxup" = callPackage @@ -177157,8 +170627,6 @@ self: { testToolDepends = [ hspec-discover ]; description = "Compatibility of 'massiv' with 'persist'"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "massiv-scheduler" = callPackage @@ -177196,8 +170664,6 @@ self: { testToolDepends = [ hspec-discover ]; description = "Compatibility of 'massiv' with 'serialise'"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "massiv-test" = callPackage @@ -177245,8 +170711,6 @@ self: { ]; description = "The project management tool for hackers"; license = lib.licenses.mit; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "mastermind" = callPackage @@ -177376,8 +170840,6 @@ self: { testHaskellDepends = [ array base containers hspec random ]; description = "Library containing graph data structures and graph algorithms"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "math-interpolate" = callPackage @@ -177389,8 +170851,6 @@ self: { libraryHaskellDepends = [ base ]; description = "Class for interpolation of values"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "math-metric" = callPackage @@ -177402,8 +170862,6 @@ self: { libraryHaskellDepends = [ base ]; description = "Typeclass for metric spaces"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "math-programming" = callPackage @@ -177422,8 +170880,6 @@ self: { testToolDepends = [ tasty-discover ]; description = "A library for formulating and solving math programs"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "math-programming-glpk" = callPackage @@ -177520,8 +170976,6 @@ self: { ]; description = "Dependently typed tensorflow modeler"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "mathgenealogy" = callPackage @@ -177679,8 +171133,6 @@ self: { ]; description = "Read and Display Jones-Faithful notation for spacegroup and planegroup"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "matrix-client" = callPackage @@ -177735,8 +171187,6 @@ self: { libraryHaskellDepends = [ base bytestring ]; description = "Read and write NIST Matrix Market files"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "matrix-market-attoparsec" = callPackage @@ -177788,8 +171238,6 @@ self: { ]; description = "Haskell matrix library with interface to C++ linear algebra libraries"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "matrix-static" = callPackage @@ -177942,8 +171390,6 @@ self: { ]; description = "An interface to the Maude rewriting system"; license = lib.licenses.mit; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "maxent" = callPackage @@ -177989,8 +171435,6 @@ self: { ]; description = "Hayes and Wilson's maxent learning algorithm for phonotactic grammars"; license = "GPL"; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "maxent-learner-hw-gui" = callPackage @@ -178076,8 +171520,6 @@ self: { ]; description = "Automated benchmarking tool"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "mbox" = callPackage @@ -178109,8 +171551,6 @@ self: { ]; description = "A collection of tools to process mbox files"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "mbox-utility" = callPackage @@ -178172,8 +171612,6 @@ self: { ]; description = "download bugs mailboxes"; license = lib.licenses.gpl3Only; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "mcaeson" = callPackage @@ -178215,8 +171653,6 @@ self: { ]; description = "Bindings to mcl, a generic and fast pairing-based cryptography library"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {inherit (pkgs) gmpxx; mcl = null; inherit (pkgs) openssl;}; "mcm" = callPackage @@ -178236,8 +171672,6 @@ self: { ]; description = "Machine Configuration Manager"; license = lib.licenses.gpl3Only; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "mcmaster-gloss-examples" = callPackage @@ -178250,8 +171684,6 @@ self: { isExecutable = true; executableHaskellDepends = [ base gloss ]; license = lib.licenses.mit; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "mcmc" = callPackage @@ -178331,8 +171763,6 @@ self: { libraryHaskellDepends = [ base MonadRandom ]; description = "MCMC applied to probabilistic program synthesis"; license = lib.licenses.gpl3Only; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "mcmc-types" = callPackage @@ -178360,8 +171790,6 @@ self: { executableHaskellDepends = [ base transformers ]; description = "Connect to MineCraft running on a Raspberry PI"; license = lib.licenses.publicDomain; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "mdapi" = callPackage @@ -178380,8 +171808,6 @@ self: { ]; description = "Haskell interface to Fedora's mdapi"; license = lib.licenses.bsd2; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "mdcat" = callPackage @@ -178401,8 +171827,6 @@ self: { ]; description = "Markdown viewer in your terminal"; license = lib.licenses.mit; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "mdo" = callPackage @@ -178432,8 +171856,6 @@ self: { testHaskellDepends = [ base HTF HUnit QuickCheck vector ]; description = "Tools for solving Markov Decision Processes"; license = lib.licenses.mit; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "mealstrom" = callPackage @@ -178456,8 +171878,6 @@ self: { ]; description = "Manipulate FSMs and store them in PostgreSQL"; license = lib.licenses.mit; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "mealy" = callPackage @@ -178500,8 +171920,6 @@ self: { librarySystemDepends = [ mecab ]; description = "A Haskell binding to MeCab"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {inherit (pkgs) mecab;}; "mech" = callPackage @@ -178513,8 +171931,6 @@ self: { libraryHaskellDepends = [ base machines ]; description = "mecha are the most complex composite machines known to humanity, lets build them well!"; license = lib.licenses.bsd2; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "mecha" = callPackage @@ -178539,8 +171955,6 @@ self: { libraryHaskellDepends = [ base machines ]; description = "mecha are the most complex composite machines known to humanity, lets build them well!"; license = lib.licenses.bsd2; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "med-module" = callPackage @@ -178615,8 +172029,6 @@ self: { ]; description = "Multimedia streaming on top of Conduit"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "mediabus-fdk-aac" = callPackage @@ -178713,8 +172125,6 @@ self: { ]; description = "Interfacing with the MediaWiki API"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "mediawiki2latex" = callPackage @@ -178758,8 +172168,6 @@ self: { ]; description = "Haskell SDK for communicating with the Medium API"; license = lib.licenses.gpl3Only; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "meep" = callPackage @@ -178798,8 +172206,6 @@ self: { ]; description = "Handles uploading to Hackage from mega repos"; license = lib.licenses.mit; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "megalisp" = callPackage @@ -178811,8 +172217,6 @@ self: { libraryHaskellDepends = [ base megaparsec mtl text ]; description = "lisp parser using mega-parsec"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "megaparsec" = callPackage @@ -178921,8 +172325,6 @@ self: { ]; description = "Control physical access devices"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "mellon-gpio" = callPackage @@ -178998,8 +172400,6 @@ self: { ]; description = "A functional scripting language"; license = lib.licenses.mit; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "membership" = callPackage @@ -179095,8 +172495,6 @@ self: { ]; description = "Memcache procotol library"; license = lib.licenses.mit; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "memcached" = callPackage @@ -179108,8 +172506,6 @@ self: { libraryHaskellDepends = [ base bytestring network utf8-light ]; description = "haskell bindings for memcached"; license = "unknown"; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "memcached-binary" = callPackage @@ -179132,8 +172528,6 @@ self: { ]; description = "memcached client using binary protocol"; license = lib.licenses.mit; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "memdb" = callPackage @@ -179199,8 +172593,6 @@ self: { ]; description = "Memis Efficient Manual Image Sorting"; license = lib.licenses.mit; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "memo-ptr" = callPackage @@ -179212,8 +172604,6 @@ self: { libraryHaskellDepends = [ base containers ]; description = "Pointer equality memoization"; license = lib.licenses.mit; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "memo-sqlite" = callPackage @@ -179241,8 +172631,6 @@ self: { testHaskellDepends = [ base hspec time time-units ]; description = "Utilities for memoizing functions"; license = lib.licenses.mit; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "memoize" = callPackage @@ -179283,8 +172671,6 @@ self: { benchmarkHaskellDepends = [ base bytestring criterion random ]; description = "Generate human memorable strings from binary data"; license = lib.licenses.bsd2; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "memory" = callPackage @@ -179370,8 +172756,6 @@ self: { ]; description = "basic memory pool outside of haskell heap/GC"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "memscript" = callPackage @@ -179413,8 +172797,6 @@ self: { ]; description = "Haskell binding for Menoh DNN inference library"; license = lib.licenses.mit; - hydraPlatforms = lib.platforms.none; - broken = true; }) {menoh = null;}; "menshen" = callPackage @@ -179433,8 +172815,6 @@ self: { ]; description = "Data Validation"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "mercury-api" = callPackage @@ -179640,8 +173020,6 @@ self: { ]; description = "An implementation of a Merkle tree and merkle tree proofs of inclusion"; license = lib.licenses.asl20; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "mersenne-random" = callPackage @@ -179724,8 +173102,6 @@ self: { ]; description = "Message Pack RPC over TCP"; license = lib.licenses.mit; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "messente" = callPackage @@ -179739,8 +173115,6 @@ self: { ]; description = "Messente SMS Gateway"; license = lib.licenses.mit; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "meta-misc" = callPackage @@ -179752,8 +173126,6 @@ self: { libraryHaskellDepends = [ base loch-th template-haskell ]; description = "Utility library providing miscellaneous meta-programming utilities"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "meta-par" = callPackage @@ -179770,8 +173142,6 @@ self: { ]; description = "Provides the monad-par interface, but based on modular scheduler \"mix-ins\""; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "meta-par-accelerate" = callPackage @@ -179801,8 +173171,6 @@ self: { libraryHaskellDepends = [ base text time ]; description = "metadata library for semantic web"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "metaheuristics" = callPackage @@ -179814,8 +173182,6 @@ self: { libraryHaskellDepends = [ arrows base random Stream ]; description = "Generalised local search within Haskell, for applications in combinatorial optimisation"; license = "GPL"; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "metamorphic" = callPackage @@ -179928,8 +173294,6 @@ self: { ]; description = "Metric spaces"; license = lib.licenses.mit; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "metrics" = callPackage @@ -179963,8 +173327,6 @@ self: { libraryHaskellDepends = [ base network ]; description = "Client for the metrics aggregator Metricsd"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "metro" = callPackage @@ -180087,8 +173449,6 @@ self: { ]; description = "Typesafe music composition"; license = lib.licenses.mit; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "mezzolens" = callPackage @@ -180100,8 +173460,6 @@ self: { libraryHaskellDepends = [ base containers mtl transformers ]; description = "Pure Profunctor Functional Lenses"; license = lib.licenses.asl20; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "mfsolve" = callPackage @@ -180131,8 +173489,6 @@ self: { ]; description = "Generics with multiple parameters"; license = lib.licenses.mit; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "mi" = callPackage @@ -180148,8 +173504,6 @@ self: { ]; description = "Multiple Instance for Haskell"; license = lib.licenses.mit; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "miconix-test" = callPackage @@ -180165,8 +173519,6 @@ self: { executableHaskellDepends = [ base ]; description = "spam"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "micro-gateway" = callPackage @@ -180213,8 +173565,6 @@ self: { testHaskellDepends = [ base HUnit template-haskell ]; description = "Simple recursion schemes"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "microaeson" = callPackage @@ -180250,8 +173600,6 @@ self: { doHaddock = false; description = "A minimal base to work around GHC bugs"; license = lib.licenses.mit; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "microbench" = callPackage @@ -180316,8 +173664,6 @@ self: { ]; description = "A Microformats 2 parser"; license = lib.licenses.publicDomain; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "microformats2-types" = callPackage @@ -180345,8 +173691,6 @@ self: { libraryHaskellDepends = [ base primitive vector ]; description = "Array-backed extensible records"; license = lib.licenses.mit; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "microlens" = callPackage @@ -180422,8 +173766,6 @@ self: { libraryHaskellDepends = [ base microlens ]; description = "'each' for microlens"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "microlens-ghc" = callPackage @@ -180521,8 +173863,6 @@ self: { testHaskellDepends = [ aeson base hspec text ]; description = "A super simple logging module"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "microsoft-translator" = callPackage @@ -180540,8 +173880,6 @@ self: { ]; description = "Bindings to the Microsoft Translator API"; license = lib.licenses.mit; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "microspec" = callPackage @@ -180617,8 +173955,6 @@ self: { ]; description = "Language for algorithmic generation of MIDI files"; license = lib.licenses.gpl3Only; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "midair" = callPackage @@ -180689,8 +174025,6 @@ self: { ]; description = "Convert MIDI file to music box punch tape"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "midi-simple" = callPackage @@ -180742,8 +174076,6 @@ self: { ]; description = "Utilities for working with MIDI data"; license = lib.licenses.gpl3Only; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "midimory" = callPackage @@ -180781,8 +174113,6 @@ self: { ]; description = "A control midi surface"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "mighttpd" = callPackage @@ -180891,8 +174221,6 @@ self: { ]; description = "Semi-automatic database schema migrations"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "migrant-postgresql-simple" = callPackage @@ -180913,8 +174241,6 @@ self: { ]; description = "Semi-automatic database schema migrations"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "migrant-sqlite-simple" = callPackage @@ -180945,8 +174271,6 @@ self: { libraryHaskellDepends = [ base bytestring ]; description = "MikMod bindings"; license = "LGPL"; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "mikrokosmos" = callPackage @@ -180972,8 +174296,6 @@ self: { ]; description = "Lambda calculus interpreter"; license = lib.licenses.gpl3Only; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "miku" = callPackage @@ -180990,8 +174312,6 @@ self: { ]; description = "A minimum web dev DSL"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "milena" = callPackage @@ -181015,8 +174335,6 @@ self: { ]; description = "A Kafka client for Haskell"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "mime" = callPackage @@ -181045,8 +174363,6 @@ self: { ]; description = "A library for parsing/printing the text/directory mime type"; license = "LGPL"; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "mime-mail" = callPackage @@ -181255,8 +174571,6 @@ self: { ]; description = "Miniature FORTH-like interpreter"; license = lib.licenses.mit; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "minilens" = callPackage @@ -181272,8 +174586,6 @@ self: { ]; description = "A minimalistic lens library, providing only the simplest, most basic lens functionality"; license = lib.licenses.gpl3Only; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "minilight" = callPackage @@ -181305,8 +174617,6 @@ self: { testToolDepends = [ tasty-discover ]; description = "A SDL2-based graphics library, batteries-included"; license = lib.licenses.mit; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "minilight-lua" = callPackage @@ -181421,8 +174731,6 @@ self: { ]; description = "A fast parallel ssh tool"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "minioperational" = callPackage @@ -181456,8 +174764,6 @@ self: { ]; description = "simple 1-to-N interprocess communication"; license = "LGPL"; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "minirotate" = callPackage @@ -181477,8 +174783,6 @@ self: { ]; description = "Minimalistic file rotation utility"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "minisat" = callPackage @@ -181520,8 +174824,6 @@ self: { ]; description = "an interpreter for an operational semantics for the STG machine"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "minitypeset-opengl" = callPackage @@ -181573,8 +174875,6 @@ self: { ]; description = "A set of helpers to call minizinc models"; license = lib.licenses.asl20; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "minlen" = callPackage @@ -181602,8 +174902,6 @@ self: { testHaskellDepends = [ base binary directory hspec vector ]; description = "Read and write IDX data that is used in e.g. the MINST database."; license = lib.licenses.gpl3Only; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "mintty" = callPackage @@ -181638,8 +174936,6 @@ self: { ]; description = "A Minisat-based CDCL SAT solver in Haskell"; license = lib.licenses.gpl3Only; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "mirror-tweet" = callPackage @@ -181658,8 +174954,6 @@ self: { ]; description = "Tweet mirror"; license = lib.licenses.gpl3Only; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "misfortune" = callPackage @@ -181819,8 +175113,6 @@ self: { libraryHaskellDepends = [ aeson base ghcjs-base miso ]; description = "Miso state transition logger"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "miso-examples" = callPackage @@ -181833,8 +175125,6 @@ self: { isExecutable = true; description = "A tasty Haskell front-end framework"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "miso-from-html" = callPackage @@ -181956,8 +175246,6 @@ self: { ]; description = "A git wrapper with a streamlined UX"; license = lib.licenses.mit; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "miv" = callPackage @@ -181995,8 +175283,6 @@ self: { libraryHaskellDepends = [ base ]; description = "Mixing effects of one arrow into another one"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "mixed-strategies" = callPackage @@ -182056,8 +175342,6 @@ self: { testToolDepends = [ hspec-discover markdown-unlit ]; description = "Mixpanel client"; license = lib.licenses.asl20; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "mkbndl" = callPackage @@ -182091,8 +175375,6 @@ self: { ]; description = "Generate cabal files for a Haskell project"; license = "GPL"; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "ml-w" = callPackage @@ -182107,8 +175389,6 @@ self: { executableHaskellDepends = [ base mtl parsec pretty ]; description = "Minimal ML language to to demonstrate the W type infererence algorithm"; license = lib.licenses.publicDomain; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "mlist" = callPackage @@ -182144,8 +175424,6 @@ self: { ]; description = "Machine Learning Toolbox"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "mm2" = callPackage @@ -182157,8 +175435,6 @@ self: { libraryHaskellDepends = [ base vector ]; description = "The library that can be used for optimization of multiple (Ord a) => a -> b transformations"; license = lib.licenses.mit; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "mmap" = callPackage @@ -182201,8 +175477,6 @@ self: { benchmarkHaskellDepends = [ base criterion text weigh ]; description = "Strict markdown processor for writers"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "mmark-cli" = callPackage @@ -182528,8 +175802,6 @@ self: { ]; description = "Macromolecular Transmission Format implementation"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "mmtl" = callPackage @@ -182541,8 +175813,6 @@ self: { libraryHaskellDepends = [ base ]; description = "Modular Monad transformer library"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "mmtl-base" = callPackage @@ -182647,8 +175917,6 @@ self: { ]; description = "Mock time in tests"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "mockazo" = callPackage @@ -182756,8 +176024,6 @@ self: { ]; description = "A parser for the modelica language"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "modern-uri" = callPackage @@ -182871,8 +176137,6 @@ self: { ]; description = "A new Prelude featuring first class modules"; license = lib.licenses.mit; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "modular-prelude-classy" = callPackage @@ -182931,8 +176195,6 @@ self: { ]; description = "Clean up module imports, split and merge modules"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "modulespection" = callPackage @@ -182949,8 +176211,6 @@ self: { ]; description = "Template Haskell for introspecting a module's declarations"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "modulo" = callPackage @@ -182986,8 +176246,6 @@ self: { ]; description = "html with style"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "moesocks" = callPackage @@ -183010,8 +176268,6 @@ self: { ]; description = "A functional firewall killer"; license = lib.licenses.asl20; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "mohws" = callPackage @@ -183035,8 +176291,6 @@ self: { executableHaskellDepends = [ base bytestring ]; description = "Modular Haskell Web Server"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "mole" = callPackage @@ -183093,8 +176347,6 @@ self: { ]; description = "Mollie API client for Haskell http://www.mollie.com"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "monad-abort-fd" = callPackage @@ -183122,8 +176374,6 @@ self: { libraryHaskellDepends = [ base containers ghc-prim mtl ]; description = "Monadically convert object to unique integers and back"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "monad-atom-simple" = callPackage @@ -183135,8 +176385,6 @@ self: { libraryHaskellDepends = [ base containers ghc-prim mtl ]; description = "Monadically map objects to unique ints"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "monad-batcher" = callPackage @@ -183180,8 +176428,6 @@ self: { ]; description = "A library for probabilistic programming"; license = lib.licenses.mit; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "monad-bool" = callPackage @@ -183205,8 +176451,6 @@ self: { libraryHaskellDepends = [ base mtl transformers ]; description = "Monadic abstraction for computations that can be branched and run independently"; license = lib.licenses.asl20; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "monad-choice" = callPackage @@ -183442,8 +176686,6 @@ self: { libraryHaskellDepends = [ base monad-control ]; description = "Type class for monads which support a fork operation"; license = lib.licenses.publicDomain; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "monad-gen" = callPackage @@ -183492,8 +176734,6 @@ self: { ]; description = "A class of monads which can do http requests"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "monad-interleave" = callPackage @@ -183505,8 +176745,6 @@ self: { libraryHaskellDepends = [ base ]; description = "Monads with an unsaveInterleaveIO-like operation"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "monad-introspect" = callPackage @@ -183568,8 +176806,6 @@ self: { ]; description = "Specific levels of monad transformers"; license = lib.licenses.mit; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "monad-lgbt" = callPackage @@ -183588,8 +176824,6 @@ self: { ]; description = "Monad transformers for combining local and global state"; license = lib.licenses.bsd2; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "monad-log" = callPackage @@ -183609,8 +176843,6 @@ self: { ]; description = "A simple and fast logging monad"; license = lib.licenses.mit; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "monad-logger" = callPackage @@ -183759,8 +176991,6 @@ self: { ]; description = "a monad to calculate linear recursive sequence"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "monad-markov" = callPackage @@ -183812,8 +177042,6 @@ self: { libraryHaskellDepends = [ base mersenne-random-pure64 ]; description = "An efficient random generator monad, based on the Mersenne Twister"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "monad-metrics" = callPackage @@ -183869,8 +177097,6 @@ self: { testHaskellDepends = [ base hspec mtl ]; description = "A monad transformer for mocking mtl-style typeclasses"; license = lib.licenses.isc; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "monad-open" = callPackage @@ -183882,8 +177108,6 @@ self: { libraryHaskellDepends = [ base exceptions mtl transformers ]; description = "Open recursion for when you need it"; license = lib.licenses.mit; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "monad-ox" = callPackage @@ -183965,8 +177189,6 @@ self: { ]; description = "Parallel execution of monadic computations with a progress bar"; license = lib.licenses.mit; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "monad-param" = callPackage @@ -183978,8 +177200,6 @@ self: { libraryHaskellDepends = [ base mtl stm ]; description = "Parameterized monads"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "monad-peel" = callPackage @@ -184020,8 +177240,6 @@ self: { ]; description = "An mtl-style typeclass and transformer for persistent"; license = lib.licenses.isc; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "monad-primitive" = callPackage @@ -184055,8 +177273,6 @@ self: { libraryHaskellDepends = [ base ghc-prim mtl ]; description = "Fast monads and monad transformers"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "monad-recorder" = callPackage @@ -184073,8 +177289,6 @@ self: { testHaskellDepends = [ base hspec ]; description = "Record and replay the results of monadic actions"; license = lib.licenses.mit; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "monad-resumption" = callPackage @@ -184138,8 +177352,6 @@ self: { testHaskellDepends = [ base stm ]; description = "Concise, overloaded accessors for IORef, STRef, TVar"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "monad-ste" = callPackage @@ -184156,8 +177368,6 @@ self: { testHaskellDepends = [ base hspec HUnit ]; description = "ST monad with efficient explicit errors"; license = lib.licenses.bsd2; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "monad-stlike-io" = callPackage @@ -184172,8 +177382,6 @@ self: { ]; description = "ST-like monad capturing variables to regions and supporting IO"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "monad-stlike-stm" = callPackage @@ -184219,8 +177427,6 @@ self: { libraryHaskellDepends = [ base mtl transformers ]; description = "A monad transformer that turns event processing into co-routine programming"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "monad-throw-exit" = callPackage @@ -184236,8 +177442,6 @@ self: { testHaskellDepends = [ base hspec QuickCheck typed-process ]; description = "Functions to exit the program anywhere in MonadThrow monads"; license = lib.licenses.asl20; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "monad-time" = callPackage @@ -184267,8 +177471,6 @@ self: { testHaskellDepends = [ base containers hlint hspec transformers ]; description = "Monad transformer for recording timing events"; license = lib.licenses.mit; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "monad-tree" = callPackage @@ -184291,8 +177493,6 @@ self: { libraryHaskellDepends = [ base ]; description = "A transactional state monad"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "monad-unify" = callPackage @@ -184306,8 +177506,6 @@ self: { libraryHaskellDepends = [ base mtl unordered-containers ]; description = "Generic first-order unification"; license = lib.licenses.mit; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "monad-unlift" = callPackage @@ -184382,8 +177580,6 @@ self: { libraryHaskellDepends = [ base transformers ]; description = "Wrap functions such as catch around different monads"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "monadIO" = callPackage @@ -184417,8 +177613,6 @@ self: { libraryHaskellDepends = [ base monadLib ]; description = "Arrow-like monad composition for monadLib"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "monadacme" = callPackage @@ -184430,8 +177624,6 @@ self: { libraryHaskellDepends = [ base transformers ]; description = "The Acme and AcmeT monads"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "monadbi" = callPackage @@ -184501,8 +177693,6 @@ self: { testHaskellDepends = [ base ]; description = "Recursion Schemes for Monadic version"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "monadiccp" = callPackage @@ -184520,8 +177710,6 @@ self: { testHaskellDepends = [ base ]; description = "Constraint Programming"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "monadiccp-gecode" = callPackage @@ -184592,8 +177780,6 @@ self: { ]; description = "A preprocessor for generating monadic call traces"; license = lib.licenses.publicDomain; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "monadlog" = callPackage @@ -184613,8 +177799,6 @@ self: { ]; description = "A simple and fast logging monad"; license = lib.licenses.mit; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "monadoid" = callPackage @@ -184641,8 +177825,6 @@ self: { libraryHaskellDepends = [ base ]; description = "Haskell98 partial maps and filters over MonadPlus"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "monads-fd" = callPackage @@ -184654,8 +177836,6 @@ self: { libraryHaskellDepends = [ base mtl transformers ]; description = "Monad classes, using functional dependencies"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "monads-tf" = callPackage @@ -184720,8 +177900,6 @@ self: { ]; description = "Haskell bindings for the Mondo API"; license = lib.licenses.mit; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "monetdb-mapi" = callPackage @@ -184746,8 +177924,6 @@ self: { testHaskellDepends = [ base doctest ]; description = "Money"; license = lib.licenses.mit; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "mongoDB" = callPackage @@ -184800,8 +177976,6 @@ self: { ]; description = "message queue using MongoDB"; license = lib.licenses.mit; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "mongrel2-handler" = callPackage @@ -184833,8 +178007,6 @@ self: { executableHaskellDepends = [ base filepath hinotify process ]; description = "Do things when files change"; license = lib.licenses.mit; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "monky" = callPackage @@ -184871,8 +178043,6 @@ self: { libraryHaskellDepends = [ base bytestring text vector ]; description = "Folds for monomorphic containers"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "mono-traversable" = callPackage @@ -184951,8 +178121,6 @@ self: { libraryHaskellDepends = [ base containers lens mtl ]; description = "Monoid type classes, designed in modular way, distinguish Monoid from Mempty and Semigroup. This design allows mempty operation don't bring Semigroups related constraints until (<>) is used."; license = lib.licenses.asl20; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "monoid-absorbing" = callPackage @@ -184964,8 +178132,6 @@ self: { libraryHaskellDepends = [ base mtl ]; description = "A library for (left, right) zero monoids and backtracking with cut"; license = lib.licenses.mit; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "monoid-extras" = callPackage @@ -185006,8 +178172,6 @@ self: { libraryHaskellDepends = [ base bytestring containers ]; description = "a practical monoid implementation"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "monoid-record" = callPackage @@ -185117,8 +178281,6 @@ self: { ]; description = "Extra classes/functions about monoids"; license = lib.licenses.publicDomain; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "monoids" = callPackage @@ -185134,8 +178296,6 @@ self: { ]; description = "Deprecated: Use 'reducers'"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "monomer" = callPackage @@ -185206,8 +178366,6 @@ self: { ]; description = "Well-typed paths"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "montage" = callPackage @@ -185292,8 +178450,6 @@ self: { ]; description = "MonthName"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "monus" = callPackage @@ -185310,8 +178466,6 @@ self: { ]; description = "a 'Monus' is a commutative monoid that allows a notion of substraction"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "monus-weighted-search" = callPackage @@ -185331,8 +178485,6 @@ self: { benchmarkHaskellDepends = [ base criterion random ]; description = "Efficient search weighted by an ordered monoid with monus"; license = lib.licenses.mit; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "monzo" = callPackage @@ -185356,8 +178508,6 @@ self: { ]; description = "Haskell bindings for the Monzo API"; license = lib.licenses.mit; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "moo" = callPackage @@ -185454,8 +178604,6 @@ self: { ]; description = "A tool for supervised learning of morphology"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "morfeusz" = callPackage @@ -185473,8 +178621,6 @@ self: { librarySystemDepends = [ morfeusz ]; description = "Bindings to the morphological analyser Morfeusz"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {morfeusz = null;}; "morley" = callPackage @@ -185735,8 +178881,6 @@ self: { ]; description = "Morpheus GraphQL CLI"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "morpheus-graphql-client" = callPackage @@ -185786,8 +178930,6 @@ self: { ]; description = "Morpheus GraphQL CLI"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "morpheus-graphql-core" = callPackage @@ -185892,8 +179034,6 @@ self: { libraryHaskellDepends = [ morphisms ]; description = "Functors, theirs compositions and transformations"; license = lib.licenses.mit; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "morphisms-functors-inventory" = callPackage @@ -185917,8 +179057,6 @@ self: { libraryHaskellDepends = [ morphisms ]; description = "Algebraic structures"; license = lib.licenses.mit; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "morte" = callPackage @@ -185952,9 +179090,7 @@ self: { benchmarkHaskellDepends = [ base criterion system-filepath text ]; description = "A bare-bones calculus of constructions"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; maintainers = with lib.maintainers; [ Gabriel439 ]; - broken = true; }) {}; "mortred" = callPackage @@ -185986,8 +179122,6 @@ self: { ]; description = "Library for setting up and running scrapers with webdriver"; license = lib.licenses.bsd2; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "mosaico-lib" = callPackage @@ -186075,8 +179209,6 @@ self: { ]; description = "PostgreSQL-based migrations registry for moto"; license = lib.licenses.asl20; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "motor" = callPackage @@ -186135,8 +179267,6 @@ self: { testToolDepends = [ hspec-discover ]; description = "Reflect on Motor FSM typeclasses to obtain runtime representations"; license = lib.licenses.mpl20; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "mount" = callPackage @@ -186148,8 +179278,6 @@ self: { libraryHaskellDepends = [ base bytestring ]; description = "Mounts and umounts filesystems"; license = "GPL"; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "mountpoints" = callPackage @@ -186184,8 +179312,6 @@ self: { ]; description = "Plays videos using GStreamer and GTK+"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "moving-averages" = callPackage @@ -186389,8 +179515,6 @@ self: { ]; description = "Multi-dimensional parametric pretty-printer with color"; license = "GPL"; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "mprelude" = callPackage @@ -186438,8 +179562,6 @@ self: { libraryHaskellDepends = [ base containers dbus mtl ]; description = "Interface for MPRIS"; license = lib.licenses.gpl3Only; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "mprover" = callPackage @@ -186532,8 +179654,6 @@ self: { platforms = [ "aarch64-linux" "armv7l-linux" "i686-linux" "x86_64-linux" ]; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "mptcpanalyzer" = callPackage @@ -186598,8 +179718,6 @@ self: { ]; description = "A minimalist mpv GUI written in I/O heavy Haskell"; license = lib.licenses.gpl3Only; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "mqtt" = callPackage @@ -186628,8 +179746,6 @@ self: { ]; description = "An MQTT protocol implementation"; license = lib.licenses.mit; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "mqtt-hs" = callPackage @@ -186646,8 +179762,6 @@ self: { ]; description = "A MQTT client library"; license = lib.licenses.gpl3Only; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "mr-env" = callPackage @@ -186673,8 +179787,6 @@ self: { executableHaskellDepends = [ array base containers mtl ]; description = "Decompiles Glulx files"; license = "GPL"; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "mrm" = callPackage @@ -186686,8 +179798,6 @@ self: { libraryHaskellDepends = [ base ]; description = "Modular Refiable Matching, first-class matches"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "ms" = callPackage @@ -186708,8 +179818,6 @@ self: { ]; description = "metric spaces"; license = lib.licenses.bsd2; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "ms-tds" = callPackage @@ -186755,8 +179863,6 @@ self: { ]; description = "A Haskell implementation of MessagePack"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "msgpack-aeson" = callPackage @@ -186822,8 +179928,6 @@ self: { ]; description = "A Haskell implementation of MessagePack"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "msgpack-idl" = callPackage @@ -186973,8 +180077,6 @@ self: { ]; description = "Object-Oriented Programming in Haskell"; license = lib.licenses.mit; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "msi-kb-backlit" = callPackage @@ -186988,8 +180090,6 @@ self: { executableHaskellDepends = [ base bytestring hid split ]; description = "A command line tool to change backlit colors of your MSI keyboards"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "mssql-simple" = callPackage @@ -187091,8 +180191,6 @@ self: { libraryHaskellDepends = [ base mtl transformers ]; description = "Very strict CPS'd transformers"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "mtl-compat" = callPackage @@ -187120,8 +180218,6 @@ self: { ]; description = "Instances for the mtl classes for all monad transformers"; license = lib.licenses.publicDomain; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "mtl-extras" = callPackage @@ -187133,8 +180229,6 @@ self: { libraryHaskellDepends = [ base mtl transformers ]; description = "Higher order versions of MTL classes"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "mtl-prelude" = callPackage @@ -187157,8 +180251,6 @@ self: { libraryHaskellDepends = [ base transformers ]; description = "Monad Transformer Library with Type Families"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "mtl-unleashed" = callPackage @@ -187212,8 +180304,6 @@ self: { libraryHaskellDepends = [ base mtl QuickCheck ]; description = "Monad transformer library with type indexes, providing 'free' copies"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "mtp" = callPackage @@ -187226,8 +180316,6 @@ self: { librarySystemDepends = [ mtp ]; description = "Bindings to libmtp"; license = "LGPL"; - hydraPlatforms = lib.platforms.none; - broken = true; }) {mtp = null;}; "mtree" = callPackage @@ -187304,8 +180392,6 @@ self: { ]; description = "GraphQL support for Mu"; license = lib.licenses.asl20; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "mu-grpc-client" = callPackage @@ -187584,8 +180670,6 @@ self: { ]; description = "Multi-version deployer for web applications"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "mudbath" = callPackage @@ -187606,8 +180690,6 @@ self: { ]; description = "Continuous deployment server for use with GitHub"; license = "unknown"; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "muesli" = callPackage @@ -187624,8 +180706,6 @@ self: { ]; description = "A simple document-oriented database"; license = lib.licenses.mit; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "mueval" = callPackage @@ -187679,8 +180759,6 @@ self: { testToolDepends = [ alex happy ]; description = "An intermediate language designed to perform advanced code analysis"; license = lib.licenses.gpl3Only; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "multext-east-msd" = callPackage @@ -187692,8 +180770,6 @@ self: { libraryHaskellDepends = [ base ]; description = "MULTEXT-East morphosyntactic descriptors"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "multi-cabal" = callPackage @@ -187741,8 +180817,6 @@ self: { testHaskellDepends = [ base hspec semigroupoids ]; description = "Multiple Exceptions"; license = lib.licenses.mit; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "multi-instance" = callPackage @@ -187755,8 +180829,6 @@ self: { testHaskellDepends = [ base hedgehog ]; description = "Typeclasses augmented with a phantom type parameter"; license = lib.licenses.asl20; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "multi-trie" = callPackage @@ -187789,8 +180861,6 @@ self: { ]; description = "A network address format"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "multiarg" = callPackage @@ -187809,8 +180879,6 @@ self: { ]; description = "Command lines for options that take multiple arguments"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "multibase" = callPackage @@ -187901,8 +180969,6 @@ self: { ]; description = "Multihash library and CLI executable"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "multihash-cryptonite" = callPackage @@ -187972,8 +181038,6 @@ self: { benchmarkHaskellDepends = [ base criterion deepseq weigh ]; description = "Comprehensive and efficient (multi)linear algebra implementation"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "multilinear-io" = callPackage @@ -188052,8 +181116,6 @@ self: { ]; description = "Folding data with multiple named passes"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "multipath" = callPackage @@ -188065,8 +181127,6 @@ self: { libraryHaskellDepends = [ base parsec utf8-string ]; description = "Parser and builder for unix-path-like objects"; license = lib.licenses.mit; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "multiplate" = callPackage @@ -188093,8 +181153,6 @@ self: { libraryHaskellDepends = [ base multiplate transformers ]; description = "Shorter, more generic functions for Multiplate"; license = lib.licenses.mit; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "multiplicity" = callPackage @@ -188176,8 +181234,6 @@ self: { ]; description = "Read and write appropriately from both master and replicated postgresql instances"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "multipool-postgresql-simple" = callPackage @@ -188221,8 +181277,6 @@ self: { testHaskellDepends = [ base ]; description = "Generic programming for families of recursive datatypes"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "multirec-alt-deriver" = callPackage @@ -188341,8 +181395,6 @@ self: { ]; description = "Multivariant assignments generation language"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "multivector" = callPackage @@ -188383,8 +181435,6 @@ self: { ]; description = "Static blog generator"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "murder" = callPackage @@ -188427,8 +181477,6 @@ self: { testHaskellDepends = [ base ]; description = "Simple CUI Twitter Client"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "murmur-hash" = callPackage @@ -188458,8 +181506,6 @@ self: { ]; description = "Pure Haskell implementation of the MurmurHash3 x86 algorithm"; license = lib.licenses.mit; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "murmurhash3" = callPackage @@ -188498,8 +181544,6 @@ self: { testHaskellDepends = [ base classy-prelude ]; description = "Minimalist MPD client"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "music-articulation" = callPackage @@ -188728,8 +181772,6 @@ self: { ]; description = "Utility for developing the Music Suite"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "musicScroll" = callPackage @@ -188754,8 +181796,6 @@ self: { executablePkgconfigDepends = [ gtk3 ]; description = "Supply your tunes info without leaving your music player"; license = lib.licenses.gpl3Only; - hydraPlatforms = lib.platforms.none; - broken = true; }) {inherit (pkgs) gtk3;}; "musicbrainz-email" = callPackage @@ -188825,8 +181865,6 @@ self: { ]; description = "MusicXML format encoded as Haskell type and functions of reading and writting"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "musicxml2" = callPackage @@ -188899,8 +181937,6 @@ self: { ]; description = "Straight implementation of mustache templates"; license = lib.licenses.mit; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "mustache2hs" = callPackage @@ -188919,8 +181955,6 @@ self: { ]; description = "Utility to generate Haskell code from Mustache templates"; license = "unknown"; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "mutable" = callPackage @@ -189025,8 +182059,6 @@ self: { libraryHaskellDepends = [ base safe-exceptions ]; description = "A trivial lock based on MVar"; license = lib.licenses.asl20; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "mvc" = callPackage @@ -189043,9 +182075,7 @@ self: { ]; description = "Model-view-controller"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; maintainers = with lib.maintainers; [ Gabriel439 ]; - broken = true; }) {}; "mvc-updates" = callPackage @@ -189198,8 +182228,6 @@ self: { testHaskellDepends = [ base tasty tasty-hunit vector ]; description = "MXNet interface in Haskell"; license = lib.licenses.mit; - hydraPlatforms = lib.platforms.none; - broken = true; }) {inherit (pkgs) mxnet;}; "mxnet-dataiter" = callPackage @@ -189271,8 +182299,6 @@ self: { libraryToolDepends = [ c2hs ]; description = "NNVM interface in Haskell"; license = lib.licenses.mit; - hydraPlatforms = lib.platforms.none; - broken = true; }) {inherit (pkgs) mxnet;}; "my-package-testing" = callPackage @@ -189297,8 +182323,6 @@ self: { testToolDepends = [ hspec-discover ]; description = "spam"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "my-test-docs" = callPackage @@ -189323,8 +182347,6 @@ self: { testToolDepends = [ hspec-discover ]; description = "spam"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "myTestlll" = callPackage @@ -189373,8 +182395,6 @@ self: { ]; description = "Export from MyAnimeList"; license = lib.licenses.gpl3Only; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "mybitcoin-sci" = callPackage @@ -189411,8 +182431,6 @@ self: { testHaskellDepends = [ base tasty tasty-hunit ]; description = "Haskell binding to the Myo armband"; license = lib.licenses.mit; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "mysnapsession" = callPackage @@ -189429,8 +182447,6 @@ self: { ]; description = "Sessions and continuations for Snap web apps"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "mysnapsession-example" = callPackage @@ -189484,8 +182500,6 @@ self: { ]; description = "An extensible mysql effect using extensible-effects and mysql-simple"; license = lib.licenses.mit; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "mysql-haskell" = callPackage @@ -189593,8 +182607,6 @@ self: { ]; description = "Quasi-quoter for use with mysql-simple"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "mysql-simple-typed" = callPackage @@ -189629,8 +182641,6 @@ self: { executableHaskellDepends = [ base text ]; description = "Bindings for Mystem morphological analyzer executabe"; license = lib.licenses.mit; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "mywatch" = callPackage @@ -189678,8 +182688,6 @@ self: { testHaskellDepends = [ bytestring text ]; description = "A Haskell client for the Myxine GUI server"; license = lib.licenses.mit; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "mzv" = callPackage @@ -189691,8 +182699,6 @@ self: { libraryHaskellDepends = [ base transformers ]; description = "Implementation of the \"Monads, Zippers and Views\" (Schrijvers and Oliveira, ICFP'11)"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "n-ary-functor" = callPackage @@ -189735,8 +182741,6 @@ self: { libraryHaskellDepends = [ base singletons vector ]; description = "Homogeneous tuples of arbitrary length"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "n2o" = callPackage @@ -189781,8 +182785,6 @@ self: { ]; description = "N2O Protocols Starter Pack"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "n2o-web" = callPackage @@ -189871,8 +182873,6 @@ self: { ]; description = "Monitor ekg metrics via Nagios"; license = lib.licenses.mit; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "nakadi-client" = callPackage @@ -189966,8 +182966,6 @@ self: { libraryHaskellDepends = [ base containers ]; description = "A named lock that is created on demand"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "named-records" = callPackage @@ -190020,8 +183018,6 @@ self: { ]; description = "server support for named-servant"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "named-sop" = callPackage @@ -190034,8 +183030,6 @@ self: { testHaskellDepends = [ base tasty tasty-hunit ]; description = "Dependently-typed sums and products, tagged by field name"; license = lib.licenses.mit; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "namelist" = callPackage @@ -190054,8 +183048,6 @@ self: { ]; description = "fortran90 namelist parser/pretty printer"; license = lib.licenses.mit; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "names" = callPackage @@ -190130,8 +183122,6 @@ self: { librarySystemDepends = [ openssl ]; description = "Bindings to OpenSSL HMAC"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {inherit (pkgs) openssl;}; "nano-md5" = callPackage @@ -190146,8 +183136,6 @@ self: { librarySystemDepends = [ openssl ]; description = "Efficient, ByteString bindings to OpenSSL"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {inherit (pkgs) openssl;}; "nanoAgda" = callPackage @@ -190165,8 +183153,6 @@ self: { ]; description = "A toy dependently-typed language"; license = "unknown"; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "nanocurses" = callPackage @@ -190179,8 +183165,6 @@ self: { librarySystemDepends = [ ncurses ]; description = "Simple Curses binding"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {inherit (pkgs) ncurses;}; "nanomsg" = callPackage @@ -190193,8 +183177,6 @@ self: { librarySystemDepends = [ nanomsg ]; description = "nanomsg - scalability protocols library"; license = lib.licenses.publicDomain; - hydraPlatforms = lib.platforms.none; - broken = true; }) {inherit (pkgs) nanomsg;}; "nanomsg-haskell" = callPackage @@ -190219,8 +183201,6 @@ self: { ]; description = "Bindings to the nanomsg library"; license = lib.licenses.mit; - hydraPlatforms = lib.platforms.none; - broken = true; }) {inherit (pkgs) nanomsg;}; "nanoparsec" = callPackage @@ -190232,8 +183212,6 @@ self: { libraryHaskellDepends = [ base bytestring ListLike ]; description = "An implementation of attoparsec-like parser around list-like"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "nanopass" = callPackage @@ -190254,8 +183232,6 @@ self: { ]; description = "An EDSL for creating compilers using small passes and many intermediate representations"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "nanospec" = callPackage @@ -190308,8 +183284,6 @@ self: { ]; description = "Simple interface to rendering with NanoVG"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "nanq" = callPackage @@ -190329,8 +183303,6 @@ self: { ]; description = "Performs 漢字検定 (Japan Kanji Aptitude Test) level analysis on given Kanji"; license = lib.licenses.gpl3Only; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "naperian" = callPackage @@ -190348,8 +183320,6 @@ self: { ]; description = "Efficient representable functors"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "naqsha" = callPackage @@ -190368,8 +183338,6 @@ self: { doHaddock = false; description = "A library for working with anything map related"; license = "(Apache-2.0 OR BSD-3-Clause)"; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "narc" = callPackage @@ -190381,8 +183349,6 @@ self: { libraryHaskellDepends = [ base HDBC HUnit mtl QuickCheck random ]; description = "Query SQL databases using Nested Relational Calculus embedded in Haskell"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "nat" = callPackage @@ -190406,8 +183372,6 @@ self: { testHaskellDepends = [ base optics-core text ]; description = "Refinement types for natural numbers with an optics interface"; license = lib.licenses.mit; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "nat-sized-numbers" = callPackage @@ -190420,8 +183384,6 @@ self: { testHaskellDepends = [ base doctest hedgehog QuickCheck ]; description = "Variable-sized numbers from type-level nats"; license = lib.licenses.mit; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "nationstates" = callPackage @@ -190438,8 +183400,6 @@ self: { ]; description = "NationStates API client"; license = lib.licenses.asl20; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "native" = callPackage @@ -190499,8 +183459,6 @@ self: { benchmarkHaskellDepends = [ base criterion time ]; description = "Another Haskell client for NATS (https://nats.io)"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "nats-queue" = callPackage @@ -190540,8 +183498,6 @@ self: { ]; description = "Natural number"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "natural-arithmetic" = callPackage @@ -190660,8 +183616,6 @@ self: { ]; description = "Interface to Naver Translate"; license = lib.licenses.gpl3Only; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "nbt" = callPackage @@ -190681,8 +183635,6 @@ self: { ]; description = "A parser/serializer for Minecraft's Named Binary Tag (NBT) data format"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "nc-indicators" = callPackage @@ -190718,8 +183670,6 @@ self: { libraryToolDepends = [ c2hs ]; description = "Modernised bindings to GNU ncurses"; license = lib.licenses.gpl3Only; - hydraPlatforms = lib.platforms.none; - broken = true; }) {inherit (pkgs) ncurses;}; "ndjson-conduit" = callPackage @@ -190747,8 +183697,6 @@ self: { executableHaskellDepends = [ base filepath parsec ]; description = "A Fast Retargetable Template Engine"; license = lib.licenses.mit; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "neat-interpolation" = callPackage @@ -190783,8 +183731,6 @@ self: { ]; description = "ASCII-fied arrow notation"; license = lib.licenses.mit; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "neet" = callPackage @@ -190801,8 +183747,6 @@ self: { ]; description = "A NEAT library for Haskell"; license = lib.licenses.gpl3Only; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "nehe-tuts" = callPackage @@ -190822,8 +183766,6 @@ self: { ]; description = "Port of the NeHe OpenGL tutorials to Haskell"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "neil" = callPackage @@ -190853,8 +183795,6 @@ self: { libraryHaskellDepends = [ base failure transformers ]; description = "Provide versions of Either with good monad and applicative instances. (deprecated)"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "neither-data" = callPackage @@ -190886,8 +183826,6 @@ self: { ]; description = "Neko VM code generation and disassembly library"; license = lib.licenses.bsd2; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "neko-obfs" = callPackage @@ -190975,8 +183913,6 @@ self: { ]; description = "Neptune Client"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "nerf" = callPackage @@ -191022,8 +183958,6 @@ self: { ]; description = "Lens-based HTTP toolkit"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "nero-wai" = callPackage @@ -191067,8 +184001,6 @@ self: { ]; testHaskellDepends = [ base bytestring containers hedgehog text ]; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "nested-routes" = callPackage @@ -191115,8 +184047,6 @@ self: { ]; description = "List-like data structures with O(log(n)) random access"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "nested-sets" = callPackage @@ -191145,8 +184075,6 @@ self: { ]; description = "A library for nested maps"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "net-concurrent" = callPackage @@ -191234,8 +184162,6 @@ self: { ]; description = "Make RPC calls via an MQTT broker"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "net-spider" = callPackage @@ -191261,8 +184187,6 @@ self: { testToolDepends = [ doctest-discover hspec-discover ]; description = "A graph database middleware to maintain a time-varying graph"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "net-spider-cli" = callPackage @@ -191369,8 +184293,6 @@ self: { libraryHaskellDepends = [ base bytestring hosc network ]; description = "Netclock protocol"; license = lib.licenses.gpl3Only; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "netcode-io" = callPackage @@ -191445,8 +184367,6 @@ self: { ]; description = "NetEase Cloud Music FM client in Haskell"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "netlib-carray" = callPackage @@ -191606,8 +184526,6 @@ self: { ]; description = "Contract normaliser and simulator"; license = lib.licenses.mit; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "netspec" = callPackage @@ -191624,8 +184542,6 @@ self: { ]; description = "Simplify static Networking tasks"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "netstring-enumerator" = callPackage @@ -191774,8 +184690,6 @@ self: { ]; description = "JavaScript instance of netwire-input"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "netwire-vinylglfw-examples" = callPackage @@ -191798,8 +184712,6 @@ self: { ]; description = "Netwire/GLFW/VinylGL input handling demo"; license = lib.licenses.mit; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "network_2_6_3_1" = callPackage @@ -191852,8 +184764,6 @@ self: { ]; description = "IP data structures and textual representation"; license = lib.licenses.mit; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "network-anonymous-i2p" = callPackage @@ -191924,8 +184834,6 @@ self: { ]; description = "Toolkit for building http client libraries over Network.Http.Conduit"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "network-arbitrary" = callPackage @@ -191970,8 +184878,6 @@ self: { doCheck = false; description = "Utility functions for running a parser against a socket"; license = lib.licenses.mit; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "network-bitcoin" = callPackage @@ -191994,8 +184900,6 @@ self: { ]; description = "An interface to bitcoind"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "network-bsd" = callPackage @@ -192030,8 +184934,6 @@ self: { ]; description = "Linux NetworkNameSpace Builder"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "network-byte-order" = callPackage @@ -192059,8 +184961,6 @@ self: { libraryHaskellDepends = [ base bytestring network unix ]; description = "Fast, memory-efficient, low-level networking"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "network-carbon" = callPackage @@ -192149,8 +185049,6 @@ self: { ]; description = "D-Bus"; license = "unknown"; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "network-dns" = callPackage @@ -192173,8 +185071,6 @@ self: { ]; description = "Domain Name System data structures"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "network-enumerator" = callPackage @@ -192225,8 +185121,6 @@ self: { libraryHaskellDepends = [ array base containers mtl ]; description = "data and parsers for Ethernet, TCP, UDP, IPv4, IPv6, ICMP, DHCP, TFTP"; license = lib.licenses.gpl2Only; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "network-info" = callPackage @@ -192347,8 +185241,6 @@ self: { ]; description = "Send metrics to Ganglia, Graphite, and statsd"; license = "unknown"; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "network-minihttp" = callPackage @@ -192380,8 +185272,6 @@ self: { libraryHaskellDepends = [ base binary bytestring network unix ]; description = "Recvmsg and sendmsg bindings"; license = "unknown"; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "network-msgpack-rpc" = callPackage @@ -192404,8 +185294,6 @@ self: { testHaskellDepends = [ async base bytestring hspec mtl network ]; description = "A MessagePack-RPC Implementation"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "network-multicast" = callPackage @@ -192451,8 +185339,6 @@ self: { testToolDepends = [ hspec-discover ]; description = "Types for working with Linux packet sockets"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "network-pgi" = callPackage @@ -192530,8 +185416,6 @@ self: { executableHaskellDepends = [ base network unix ]; description = "A light abstraction over sockets & co. for servers"; license = "GPL"; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "network-service" = callPackage @@ -192547,8 +185431,6 @@ self: { ]; description = "Provide a service at the data type level"; license = lib.licenses.mit; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "network-simple" = callPackage @@ -192580,8 +185462,6 @@ self: { ]; description = "network-simple for resolved addresses"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "network-simple-tls" = callPackage @@ -192632,8 +185512,6 @@ self: { ]; description = "Simple interface to TLS secured WebSockets"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "network-socket-options" = callPackage @@ -192645,8 +185523,6 @@ self: { libraryHaskellDepends = [ base network ]; description = "Type-safe, portable alternative to getSocketOption/setSocketOption"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "network-stream" = callPackage @@ -192728,8 +185604,6 @@ self: { ]; description = "AMQP-based transport layer for distributed-process (aka Cloud Haskell)"; license = lib.licenses.mit; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "network-transport-composed" = callPackage @@ -192761,8 +185635,6 @@ self: { ]; description = "In-memory instantiation of Network.Transport"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "network-transport-tcp" = callPackage @@ -192800,8 +185672,6 @@ self: { ]; description = "Unit tests for Network.Transport implementations"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "network-transport-zeromq" = callPackage @@ -192893,8 +185763,6 @@ self: { testToolDepends = [ hspec-discover ]; description = "FromJSON and ToJSON Instances for Network.URI"; license = lib.licenses.mit; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "network-uri-lenses" = callPackage @@ -192934,8 +185802,6 @@ self: { ]; description = "VoiceText Web API wrapper"; license = lib.licenses.mit; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "network-wai-router" = callPackage @@ -192947,8 +185813,6 @@ self: { libraryHaskellDepends = [ base wai ]; description = "A routing library for wai"; license = lib.licenses.mit; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "network-wait" = callPackage @@ -192996,8 +185860,6 @@ self: { ]; description = "Networked-game support library"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "neural" = callPackage @@ -193030,8 +185892,6 @@ self: { benchmarkHaskellDepends = [ base criterion ]; description = "Neural Networks in native Haskell"; license = lib.licenses.mit; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "neural-network-base" = callPackage @@ -193062,8 +185922,6 @@ self: { ]; description = "Yet Another High Performance and Extendable Neural Network in Haskell"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "neural-network-hmatrix" = callPackage @@ -193081,8 +185939,6 @@ self: { librarySystemDepends = [ blas ]; description = "Yet Another High Performance and Extendable Neural Network in Haskell"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {inherit (pkgs) blas;}; "neuron" = callPackage @@ -193184,8 +186040,6 @@ self: { ]; description = "Library implementing the NewHope cryptographic key-exchange protocol"; license = lib.licenses.asl20; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "newports" = callPackage @@ -193199,8 +186053,6 @@ self: { executableHaskellDepends = [ base directory old-time ]; description = "List ports newer than N days on a FreeBSD system"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "newsletter" = callPackage @@ -193229,8 +186081,6 @@ self: { ]; description = "A basic newsletter implimentation, using various backends"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "newsletter-mailgun" = callPackage @@ -193285,8 +186135,6 @@ self: { executableHaskellDepends = [ base cmdargs containers mtl ]; description = "A trivially simple app to create things from simple templates"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "newtype" = callPackage @@ -193316,8 +186164,6 @@ self: { ]; description = "Instance derivers for newtype wrappers"; license = lib.licenses.mit; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "newtype-generics" = callPackage @@ -193350,8 +186196,6 @@ self: { ]; description = "A template haskell deriver to create Control.Newtype instances."; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "newtype-zoo" = callPackage @@ -193391,8 +186235,6 @@ self: { testHaskellDepends = [ base hspec ]; description = "A concurrency primitive for a slow consumer"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "nextstep-plist" = callPackage @@ -193404,8 +186246,6 @@ self: { libraryHaskellDepends = [ base parsec pretty QuickCheck ]; description = "NextStep style plist parser and printer"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "nf" = callPackage @@ -193432,8 +186272,6 @@ self: { libraryToolDepends = [ c2hs ]; description = "libnfc bindings"; license = lib.licenses.publicDomain; - hydraPlatforms = lib.platforms.none; - broken = true; }) {nfc = null;}; "ngram" = callPackage @@ -193556,8 +186394,6 @@ self: { testHaskellDepends = [ base HUnit QuickCheck ]; description = "High performance CSS EDSL"; license = lib.licenses.mit; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "nibblestring" = callPackage @@ -193578,8 +186414,6 @@ self: { ]; description = "Packed, strict nibble arrays with a list interface (ByteString for nibbles)"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "nice-html" = callPackage @@ -193603,8 +186437,6 @@ self: { ]; description = "A fast and nice HTML templating library with distinct compilation/rendering phases"; license = lib.licenses.mit; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "nicify" = callPackage @@ -193651,8 +186483,6 @@ self: { executableHaskellDepends = [ base ]; description = "Nico Nico Douga (ニコニコ動画) Comment Translator"; license = lib.licenses.agpl3Only; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "nikepub" = callPackage @@ -193748,8 +186578,6 @@ self: { libraryHaskellDepends = [ base bytestring ]; description = "Haskell bindings for Nitro"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "niv" = callPackage @@ -193805,8 +186633,6 @@ self: { executableHaskellDepends = [ base ]; description = "Convenient utility for distributed Nix builds"; license = lib.licenses.asl20; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "nix-deploy" = callPackage @@ -193825,8 +186651,6 @@ self: { ]; description = "Deploy Nix-built software to a NixOS machine"; license = lib.licenses.asl20; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "nix-derivation" = callPackage @@ -193888,8 +186712,6 @@ self: { testHaskellDepends = [ base QuickCheck tasty tasty-quickcheck ]; description = "Evaluate Haskell expressions using Nix to get packages"; license = "GPL"; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "nix-freeze-tree" = callPackage @@ -193918,8 +186740,6 @@ self: { doHaddock = false; description = "Convert a tree of files into fixed-output derivations"; license = lib.licenses.agpl3Plus; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "nix-graph" = callPackage @@ -194032,8 +186852,6 @@ self: { ]; description = "cabal/stack to nix translation tools"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "nix-tree" = callPackage @@ -194128,8 +186946,6 @@ self: { ]; description = "Generate nix expressions from npm packages"; license = lib.licenses.mit; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "nixos-types" = callPackage @@ -194194,8 +187010,6 @@ self: { testToolDepends = [ hspec-discover ]; description = "Tool for semi-automatic updating of nixpkgs repository"; license = lib.licenses.cc0; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "nkjp" = callPackage @@ -194214,8 +187028,6 @@ self: { ]; description = "Manipulating the National Corpus of Polish (NKJP)"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "nlopt-haskell" = callPackage @@ -194240,8 +187052,6 @@ self: { libraryHaskellDepends = [ base containers strict ]; description = "Scoring functions commonly used for evaluation in NLP and IR"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "nlp-scores-scripts" = callPackage @@ -194274,8 +187084,6 @@ self: { executableHaskellDepends = [ base ]; description = "Network Manager, binding to libnm-glib"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {g = null; inherit (pkgs) glib; libnm-glib = null; nm-glib = null;}; @@ -194288,8 +187096,6 @@ self: { libraryHaskellDepends = [ base bytestring utf8-string ]; description = "Bindings to the Nyctergatis Markup Engine"; license = "unknown"; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "nmis-parser" = callPackage @@ -194333,8 +187139,6 @@ self: { ]; description = "Library to connect to an NNTP Server"; license = "LGPL"; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "no-buffering-workaround" = callPackage @@ -194358,8 +187162,6 @@ self: { testHaskellDepends = [ base template-haskell ]; description = "Role annotations without -XRoleAnnotations"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "no-value" = callPackage @@ -194393,8 +187195,6 @@ self: { benchmarkHaskellDepends = [ base criterion ]; description = "Math in Haskell"; license = lib.licenses.mit; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "nofib-analyse" = callPackage @@ -194408,8 +187208,6 @@ self: { executableHaskellDepends = [ array base containers regex-compat ]; description = "Parse and compare nofib runs"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "nofib-analyze" = callPackage @@ -194423,8 +187221,6 @@ self: { executableHaskellDepends = [ array base containers regex-compat ]; description = "Parse and compare nofib runs"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "noise" = callPackage @@ -194448,8 +187244,6 @@ self: { ]; description = "A friendly language for graphic design"; license = lib.licenses.mit; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "noli" = callPackage @@ -194490,8 +187284,6 @@ self: { testToolDepends = [ hspec-discover ]; description = "Name-binding & alpha-equivalence"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "nominal" = callPackage @@ -194707,8 +187499,6 @@ self: { testHaskellDepends = [ base checkers QuickCheck ]; description = "The Zipper for NonEmpty"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "non-negative" = callPackage @@ -194798,8 +187588,6 @@ self: { testHaskellDepends = [ base hedgehog hedgehog-classes ]; description = "nonempty structure"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "nonempty-vector" = callPackage @@ -194911,8 +187699,6 @@ self: { executableHaskellDepends = [ base directory filepath ]; description = "the noodle programming language"; license = "unknown"; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "normaldistribution" = callPackage @@ -195015,8 +187801,6 @@ self: { ]; description = "examples for not-gloss"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "not-in-base" = callPackage @@ -195056,8 +187840,6 @@ self: { testHaskellDepends = [ base template-haskell ]; description = "Avoiding the C preprocessor via cunning use of Template Haskell"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "nothunks" = callPackage @@ -195233,8 +188015,6 @@ self: { ]; description = "Zeit Now haskell-side integration and introspection tools"; license = lib.licenses.mit; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "nowdoc" = callPackage @@ -195262,8 +188042,6 @@ self: { libraryHaskellDepends = [ base containers numeric-prelude primes ]; description = "NumericPrelude extras"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "np-linear" = callPackage @@ -195279,8 +188057,6 @@ self: { ]; description = "Linear algebra for the numeric-prelude framework"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "nptools" = callPackage @@ -195299,8 +188075,6 @@ self: { ]; description = "A collection of random tools"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "nqe" = callPackage @@ -195381,8 +188155,6 @@ self: { ]; description = "Functions for working with Kafka"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "nri-observability" = callPackage @@ -195433,8 +188205,6 @@ self: { ]; description = "Make queries against Postgresql"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "nri-prelude" = callPackage @@ -195586,8 +188356,6 @@ self: { ]; description = "Client library for NTP control messaging"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "ntrip-client" = callPackage @@ -195612,8 +188380,6 @@ self: { ]; description = "NTRIP client"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "ntype" = callPackage @@ -195654,8 +188420,6 @@ self: { ]; description = "HTML5 Canvas Graphics Library - forked Blank Canvas"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "nullary" = callPackage @@ -195667,8 +188431,6 @@ self: { libraryHaskellDepends = [ base ]; description = "A package for working with nullary type classes"; license = lib.licenses.bsd2; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "nullpipe" = callPackage @@ -195681,8 +188443,6 @@ self: { testHaskellDepends = [ base hspec pipes ]; description = "Initial project template from stack"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "num-non-negative" = callPackage @@ -195750,8 +188510,6 @@ self: { libraryHaskellDepends = [ base call-stack semigroups ]; description = "A sequence of semigroups, for composing stuff in multiple spatial directions"; license = lib.licenses.lgpl3Only; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "numbering" = callPackage @@ -195821,8 +188579,6 @@ self: { ]; description = "Convert numbers to number words"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "numeric-domains" = callPackage @@ -195955,8 +188711,6 @@ self: { doCheck = false; description = "Quasi-quoters for numbers of different bases"; license = lib.licenses.mit; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "numeric-quest" = callPackage @@ -195983,8 +188737,6 @@ self: { testHaskellDepends = [ base hspec HUnit QuickCheck ]; description = "A framework for numeric ranges"; license = lib.licenses.mit; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "numeric-tools" = callPackage @@ -196042,8 +188794,6 @@ self: { testHaskellDepends = [ base QuickCheck ]; description = "A numeric class hierarchy"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "numhask-array" = callPackage @@ -196058,8 +188808,6 @@ self: { ]; description = "Multi-dimensional arrays"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "numhask-free" = callPackage @@ -196076,8 +188824,6 @@ self: { testHaskellDepends = [ base doctest numhask ]; description = "numerical free algebras"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "numhask-hedgehog" = callPackage @@ -196124,8 +188870,6 @@ self: { testHaskellDepends = [ doctest ]; description = "A numeric prelude"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "numhask-range" = callPackage @@ -196163,8 +188907,6 @@ self: { ]; description = "Numerical spaces"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "numhask-test" = callPackage @@ -196490,8 +189232,6 @@ self: { ]; description = "Client for the Nylas API"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "nymphaea" = callPackage @@ -196537,8 +189277,6 @@ self: { ]; description = "A bullet-hell game made with SDL2"; license = lib.licenses.asl20; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "o-clock" = callPackage @@ -196585,8 +189323,6 @@ self: { ]; description = "Client to the OANDA REST API"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "oasis-xrd" = callPackage @@ -196609,8 +189345,6 @@ self: { ]; description = "Extensible Resource Descriptor"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "oath" = callPackage @@ -196673,8 +189407,6 @@ self: { ]; description = "OAuth2 jwt-bearer client flow as per rfc7523"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "oauthenticated" = callPackage @@ -196700,8 +189432,6 @@ self: { ]; description = "Simple OAuth for http-client"; license = lib.licenses.mit; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "obd" = callPackage @@ -196820,8 +189550,6 @@ self: { ]; description = "Composable objects"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "oblivious-transfer" = callPackage @@ -196845,8 +189573,6 @@ self: { testToolDepends = [ tasty-discover ]; description = "An implementation of the Oblivious Transfer protocol in Haskell"; license = lib.licenses.asl20; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "observable" = callPackage @@ -196896,8 +189622,6 @@ self: { ]; description = "Convert Haskell types in OCaml types"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "ocap-io" = callPackage @@ -197140,8 +189864,6 @@ self: { ]; description = "Provides Go package metadata"; license = lib.licenses.mit; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "odpic-raw" = callPackage @@ -197198,8 +189920,6 @@ self: { ]; description = "Interface for Online Encyclopedia of Integer Sequences (OEIS)"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "oeis2_1_0_7" = callPackage @@ -197220,7 +189940,6 @@ self: { description = "Interface for Online Encyclopedia of Integer Sequences (OEIS)"; license = lib.licenses.bsd3; hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "off-simple" = callPackage @@ -197263,8 +189982,6 @@ self: { ]; description = "A lightweight markup language for story writers"; license = lib.licenses.mit; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "ohloh-hs" = callPackage @@ -197305,8 +190022,6 @@ self: { executableHaskellDepends = [ base directory filepath parallel ]; description = "Library for purely functional lazy interactions with the outer world"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "oidc-client" = callPackage @@ -197382,8 +190097,6 @@ self: { libraryHaskellDepends = [ base ]; description = "Basic versioning library"; license = "unknown"; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "olwrapper" = callPackage @@ -197421,8 +190134,6 @@ self: { libraryHaskellDepends = [ base ]; description = "Actor pattern utilities"; license = lib.licenses.mit; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "om-doh" = callPackage @@ -197439,8 +190150,6 @@ self: { ]; description = "om-doh"; license = lib.licenses.mit; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "om-elm" = callPackage @@ -197458,8 +190167,6 @@ self: { ]; description = "Haskell utilities for building embedded Elm programs"; license = lib.licenses.mit; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "om-fail" = callPackage @@ -197474,8 +190181,6 @@ self: { ]; description = "Monad transformer providing MonadFail"; license = lib.licenses.mit; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "om-http-logging" = callPackage @@ -197491,8 +190196,6 @@ self: { ]; description = "om-http-logging"; license = lib.licenses.mit; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "omaketex" = callPackage @@ -197510,8 +190213,6 @@ self: { ]; description = "A simple tool to generate OMakefile for latex files"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "ombra" = callPackage @@ -197531,8 +190232,6 @@ self: { ]; description = "Render engine"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "omega" = callPackage @@ -197551,8 +190250,6 @@ self: { ]; description = "A purely functional programming language and a proof system"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "omnicodec" = callPackage @@ -197597,8 +190294,6 @@ self: { ]; description = "A pretty-printer wrapper to faciliate ease of formatting during development"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "on-a-horse" = callPackage @@ -197617,8 +190312,6 @@ self: { ]; description = "\"Haskell on a Horse\" - A combinatorial web framework"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "on-demand-ssh-tunnel" = callPackage @@ -197639,8 +190332,6 @@ self: { ]; description = "Program that sends traffic through SSH tunnels on-demand"; license = lib.licenses.mit; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "onama" = callPackage @@ -197652,8 +190343,6 @@ self: { libraryHaskellDepends = [ base containers parsec tagsoup ]; description = "HTML-parsing primitives for Parsec"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "once" = callPackage @@ -197686,8 +190375,6 @@ 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 @@ -197716,8 +190403,6 @@ self: { libraryHaskellDepends = [ base one-liner random ]; description = "Generics-based implementations for common typeclasses"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "one-time-password" = callPackage @@ -197758,8 +190443,6 @@ self: { libraryHaskellDepends = [ base ]; description = "A never-empty list type"; license = lib.licenses.mit; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "online" = callPackage @@ -197824,8 +190507,6 @@ self: { libraryHaskellDepends = [ base ]; description = "partition lenses"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "onu-course" = callPackage @@ -197837,8 +190518,6 @@ self: { libraryHaskellDepends = [ base smallcheck ]; description = "Code for the Haskell course taught at the Odessa National University in 2012"; license = lib.licenses.mit; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "oo-prototypes" = callPackage @@ -197862,8 +190541,6 @@ self: { testHaskellDepends = [ base containers doctest ]; description = "Common operators encouraging large-scale easy reading"; license = lib.licenses.asl20; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "opaleye" = callPackage @@ -197911,8 +190588,6 @@ self: { ]; description = "Opaleye wrapped up in classy MTL attire"; license = lib.licenses.mit; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "opaleye-sqlite" = callPackage @@ -197937,8 +190612,6 @@ self: { ]; description = "An SQL-generating DSL targeting SQLite"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "opaleye-trans" = callPackage @@ -198007,8 +190680,6 @@ self: { ]; description = "Open algebraic data types"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "open-adt-tutorial" = callPackage @@ -198056,8 +190727,6 @@ self: { executableHaskellDepends = [ base basic-prelude text turtle ]; description = "Open haddock HTML documentation"; license = lib.licenses.gpl3Only; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "open-pandoc" = callPackage @@ -198080,8 +190749,6 @@ self: { ]; description = "Conversion between markup formats"; license = "GPL"; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "open-signals" = callPackage @@ -198094,8 +190761,6 @@ self: { testHaskellDepends = [ base ]; description = "A mechanism similar to checked exceptions that integrates with MTL and transformer stacks"; license = lib.licenses.mit; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "open-symbology" = callPackage @@ -198178,8 +190843,6 @@ self: { ]; description = "Unofficial OpenAI client"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "openai-servant" = callPackage @@ -198196,8 +190859,6 @@ self: { ]; description = "Unofficial OpenAI servant types"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "openal-ffi" = callPackage @@ -198238,8 +190899,6 @@ self: { ]; description = "Auto-generated openapi-petstore API Client"; license = lib.licenses.mit; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "openapi-typed" = callPackage @@ -198259,8 +190918,6 @@ self: { ]; description = "Types for OpenAPI"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "openapi3" = callPackage @@ -198335,8 +190992,6 @@ self: { ]; description = "OpenAPI3 Haskell Client Code Generator"; license = lib.licenses.mit; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "opencc" = callPackage @@ -198351,8 +191006,6 @@ self: { testHaskellDepends = [ base bytestring mtl text transformers ]; description = "OpenCC bindings"; license = lib.licenses.mit; - hydraPlatforms = lib.platforms.none; - broken = true; }) {inherit (pkgs) opencc;}; "opench-meteo" = callPackage @@ -198364,8 +191017,6 @@ self: { libraryHaskellDepends = [ aeson base data-default text time ]; description = "A Haskell implementation of the Swiss Meteo Net data API"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "opencog-atomspace" = callPackage @@ -198378,8 +191029,6 @@ self: { librarySystemDepends = [ atomspace-cwrapper ]; description = "Haskell Bindings for the AtomSpace"; license = "unknown"; - hydraPlatforms = lib.platforms.none; - broken = true; }) {atomspace-cwrapper = null;}; "opencv" = callPackage @@ -198447,8 +191096,6 @@ self: { libraryPkgconfigDepends = [ opencv ]; description = "Raw Haskell bindings to OpenCV >= 2.0"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {inherit (pkgs) opencv;}; "opendatatable" = callPackage @@ -198460,8 +191107,6 @@ self: { libraryHaskellDepends = [ base hxt template-haskell th-lift ]; description = "A library for working with Open Data Tables"; license = lib.licenses.bsd2; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "openexchangerates" = callPackage @@ -198477,8 +191122,6 @@ self: { ]; description = "Fetch exchange rates from OpenExchangeRates.org"; license = "unknown"; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "openexr-write" = callPackage @@ -198512,8 +191155,6 @@ self: { ]; description = "OpenFlow"; license = "unknown"; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "opengl-dlp-stereo" = callPackage @@ -198570,8 +191211,6 @@ self: { testHaskellDepends = [ base ]; description = "Functional interface for OpenGL 4.1+ and OpenGL ES 2.0+"; license = lib.licenses.lgpl3Only; - hydraPlatforms = lib.platforms.none; - broken = true; }) {EGL = null; GLESv2 = null;}; "openid" = callPackage @@ -198615,8 +191254,6 @@ self: { ]; description = "An OpenID Connect library that does all the heavy lifting for you"; license = lib.licenses.bsd2; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "openpgp" = callPackage @@ -198640,8 +191277,6 @@ self: { ]; description = "Implementation of the OpenPGP message format"; license = "unknown"; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "openpgp-Crypto" = callPackage @@ -198727,8 +191362,6 @@ self: { ]; description = "Haskell OpenSoundControl utilities"; license = "GPL"; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "opensource" = callPackage @@ -198787,8 +191420,6 @@ self: { testHaskellDepends = [ base cereal hedgehog time ]; description = "Haskell implementation of openssh protocol primitives"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "openssl-createkey" = callPackage @@ -198884,8 +191515,6 @@ self: { base http-client http-types opentelemetry text ]; license = lib.licenses.asl20; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "opentelemetry-lightstep" = callPackage @@ -198992,8 +191621,6 @@ self: { ]; description = "Unicode characters"; license = lib.licenses.mit; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "opentheory-divides" = callPackage @@ -199159,8 +191786,6 @@ self: { ]; description = "An OpenTok SDK for Haskell"; license = lib.licenses.mit; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "opentracing" = callPackage @@ -199213,8 +191838,6 @@ self: { ]; description = "Jaeger backend for OpenTracing"; license = lib.licenses.asl20; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "opentracing-wai" = callPackage @@ -199256,8 +191879,6 @@ self: { ]; description = "Zipkin V1 backend for OpenTracing"; license = lib.licenses.asl20; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "opentracing-zipkin-v2" = callPackage @@ -199292,8 +191913,6 @@ self: { ]; description = "Opentype loading and writing"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "openweathermap" = callPackage @@ -199332,8 +191951,6 @@ self: { testHaskellDepends = [ base doctest filemanip hspec QuickCheck ]; description = "Simple project template from stack"; license = lib.licenses.mit; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "operational" = callPackage @@ -199386,8 +192003,6 @@ self: { ]; description = "Interpretation functions and simple instruction sets for operational"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "oplang" = callPackage @@ -199407,8 +192022,6 @@ self: { ]; description = "Compiler for OpLang, an esoteric programming language"; license = lib.licenses.gpl3Only; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "opml" = callPackage @@ -199466,8 +192079,6 @@ self: { ]; description = "Open files or URLs using associated programs"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "optics" = callPackage @@ -199670,8 +192281,6 @@ self: { testHaskellDepends = [ attoparsec-data rerebase ]; description = "Simple command line interface arguments parser"; license = lib.licenses.mit; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "optima-for-hasql" = callPackage @@ -199728,8 +192337,6 @@ self: { ]; description = "Numerical optimization"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "optimusprime" = callPackage @@ -199774,8 +192381,6 @@ self: { ]; description = "Using type-classes for optional function arguments"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "optional-args" = callPackage @@ -199818,8 +192423,6 @@ self: { testHaskellDepends = [ base chell options time ]; description = "Command-line option types for dates and times"; license = lib.licenses.mit; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "optparse-applicative_0_15_1_0" = callPackage @@ -199890,8 +192493,6 @@ self: { testHaskellDepends = [ attoparsec-data rerebase ]; description = "Simple command line interface arguments parser"; license = lib.licenses.mit; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "optparse-declarative" = callPackage @@ -199950,8 +192551,6 @@ self: { libraryHaskellDepends = [ base optparse-applicative ]; description = "Helper functions for optparse-applicative"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "optparse-simple" = callPackage @@ -200062,8 +192661,6 @@ self: { ]; description = "Orchestration-style co-ordination EDSL"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "orchestrate" = callPackage @@ -200087,8 +192684,6 @@ self: { ]; description = "An API client for http://orchestrate.io/."; license = lib.licenses.asl20; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "orchid" = callPackage @@ -200190,8 +192785,6 @@ self: { ]; description = "L-Estimators for robust statistics"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "ordered" = callPackage @@ -200203,8 +192796,6 @@ self: { libraryHaskellDepends = [ base ]; description = "A definition of Posets"; license = "unknown"; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "ordered-containers" = callPackage @@ -200259,8 +192850,6 @@ self: { testToolDepends = [ hspec-discover ]; description = "Convert numbers to words in different languages"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "ordrea" = callPackage @@ -200275,8 +192864,6 @@ self: { testHaskellDepends = [ base directory process split ]; description = "Push-pull implementation of discrete-time FRP"; license = lib.licenses.publicDomain; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "oref" = callPackage @@ -200291,8 +192878,6 @@ self: { testHaskellDepends = [ base containers either mtl transformers ]; description = "Owned references in the Ownership Monad"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "org-mode" = callPackage @@ -200312,8 +192897,6 @@ self: { ]; description = "Parser for Emacs org-mode files"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "org-mode-lucid" = callPackage @@ -200355,8 +192938,6 @@ self: { executableHaskellDepends = [ attoparsec base text ]; description = "Organize scala imports"; license = lib.licenses.gpl3Only; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "orgmode" = callPackage @@ -200376,8 +192957,6 @@ self: { ]; description = "Org Mode library for haskell"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "orgmode-parse" = callPackage @@ -200452,8 +193031,6 @@ self: { ]; description = "An un-SYB framework for transforming heterogenous data through folds"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "orion-hs" = callPackage @@ -200494,8 +193071,6 @@ self: { testHaskellDepends = [ base hspec jwt mtl time ]; description = "Token-based authentication and authorization"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "ormolu_0_2_0_0" = callPackage @@ -200704,8 +193279,6 @@ self: { ]; description = "A library to handle messages in the OSC protocol"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "oscpacking" = callPackage @@ -200717,8 +193290,6 @@ self: { libraryHaskellDepends = [ base colour gloss random ]; description = "Implements an osculatory packing (kissing circles) algorithm and display"; license = lib.licenses.gpl3Only; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "osdkeys" = callPackage @@ -200754,8 +193325,6 @@ self: { testToolDepends = [ hspec-discover ]; description = "An insertion-order-preserving set"; license = lib.licenses.mit; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "osm-conduit" = callPackage @@ -200775,8 +193344,6 @@ self: { ]; description = "Parse and operate on OSM data in efficient way"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "osm-download" = callPackage @@ -200817,8 +193384,6 @@ self: { ]; description = "Better conversion of Oxford Scholarship Online material to PDF"; license = lib.licenses.gpl3Only; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "osx-ar" = callPackage @@ -200831,8 +193396,6 @@ self: { libraryHaskellDepends = [ base binary bytestring containers ]; description = "Parser for OS X static archive format"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "ot" = callPackage @@ -200853,8 +193416,6 @@ self: { ]; description = "Real-time collaborative editing with Operational Transformation"; license = lib.licenses.mit; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "otp-authenticator" = callPackage @@ -200898,8 +193459,6 @@ self: { ]; description = "Pretty-printer for Ott parse trees"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "outsort" = callPackage @@ -200978,8 +193537,6 @@ self: { doHaddock = false; description = "Overloaded pragmas as a plugin"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "overloaded-records" = callPackage @@ -201001,8 +193558,6 @@ self: { ]; description = "Overloaded Records based on current GHC proposal"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "overture" = callPackage @@ -201016,8 +193571,6 @@ self: { benchmarkHaskellDepends = [ base criterion ]; description = "An alternative to some of the Prelude"; license = lib.licenses.mit; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "owoify-hs" = callPackage @@ -201033,8 +193586,6 @@ self: { ]; description = "Turn any English text into nonsensical babyspeaks"; license = lib.licenses.mit; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "pack" = callPackage @@ -201050,8 +193601,6 @@ self: { ]; description = "Bidirectional fast ByteString packer/unpacker"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "package-description-remote" = callPackage @@ -201068,8 +193617,6 @@ self: { testHaskellDepends = [ base ]; description = "Fetches a 'GenericPackageDescription' from Hackage"; license = lib.licenses.mit; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "package-o-tron" = callPackage @@ -201088,8 +193635,6 @@ self: { ]; description = "Utilities for working with cabal packages and your package database"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "package-version" = callPackage @@ -201127,8 +193672,6 @@ self: { ]; description = "Haskell Package Versioning Tool"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "packcheck" = callPackage @@ -201182,8 +193725,6 @@ self: { ]; benchmarkHaskellDepends = [ base gauge ]; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "packed-dawg" = callPackage @@ -201211,8 +193752,6 @@ self: { ]; description = "Generation and traversal of highly compressed directed acyclic word graphs"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "packed-multikey-map" = callPackage @@ -201231,8 +193770,6 @@ self: { testHaskellDepends = [ base tasty tasty-hunit tasty-quickcheck ]; description = "Efficient “spreadsheet table” like maps with multiple marginals"; license = lib.licenses.gpl3Only; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "packedstring" = callPackage @@ -201246,8 +193783,6 @@ self: { libraryHaskellDepends = [ array base ]; description = "(Deprecated) Packed Strings"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "packer" = callPackage @@ -201282,8 +193817,6 @@ self: { ]; description = "MessagePack Serialization an Deserialization for Packer"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "packman" = callPackage @@ -201303,8 +193836,6 @@ self: { ]; description = "Serialization library for GHC"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "packstream" = callPackage @@ -201344,8 +193875,6 @@ self: { ]; description = "Tool for detecting redundant Cabal package dependencies"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "pacman-memcache" = callPackage @@ -201359,8 +193888,6 @@ self: { executableHaskellDepends = [ base deepseq directory-tree ]; description = "Read whole Pacman database which pushes it into the memory cache"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "pact-time" = callPackage @@ -201461,8 +193988,6 @@ self: { ]; description = "PADS data description language for Haskell"; license = lib.licenses.mit; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "pagarme" = callPackage @@ -201481,8 +194006,6 @@ self: { executableHaskellDepends = [ base text wreq ]; description = "Pagarme API wrapper"; license = lib.licenses.mit; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "pager" = callPackage @@ -201527,8 +194050,6 @@ self: { ]; description = "Client library for PagerDuty Integration and REST APIs"; license = "unknown"; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "pagerduty-hs" = callPackage @@ -201603,8 +194124,6 @@ self: { ]; description = "Receive hooks from pagure and do things with them"; license = lib.licenses.bsd2; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "paint" = callPackage @@ -201661,8 +194180,6 @@ self: { ]; description = "Utilities for choosing and creating color schemes"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "palindromes" = callPackage @@ -201711,8 +194228,6 @@ self: { benchmarkHaskellDepends = [ base byteslice gauge primitive ]; description = "Parse syslog traffic from PAN-OS"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "panda" = callPackage @@ -201828,8 +194343,6 @@ self: { doCheck = false; description = "Supports using pandoc with citeproc"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "pandoc-citeproc-preamble" = callPackage @@ -201952,8 +194465,6 @@ self: { ]; description = "A Pandoc filter to use graphviz"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "pandoc-filter-indent" = callPackage @@ -201984,8 +194495,6 @@ self: { ]; description = "Pandoc filter formatting Haskell code fragments using GHC lexer"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "pandoc-highlighting-extensions" = callPackage @@ -202022,8 +194531,6 @@ self: { doHaddock = false; description = "Include other Markdown files"; license = lib.licenses.mit; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "pandoc-include-code" = callPackage @@ -202079,8 +194586,6 @@ self: { libraryHaskellDepends = [ base containers lens pandoc-types text ]; description = "Lenses for Pandoc documents"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "pandoc-link-context" = callPackage @@ -202141,8 +194646,6 @@ self: { ]; description = "Pandoc-filter to evaluate `code` section in markdown and auto-embed output"; license = lib.licenses.mit; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "pandoc-placetable" = callPackage @@ -202164,8 +194667,6 @@ self: { ]; description = "Pandoc filter to include CSV files"; license = "GPL"; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "pandoc-plantuml-diagrams" = callPackage @@ -202288,8 +194789,6 @@ self: { ]; description = "A Pandoc filter to include figures generated from Python code blocks"; license = lib.licenses.gpl2Only; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "pandoc-sidenote" = callPackage @@ -202368,8 +194867,6 @@ self: { executableHaskellDepends = [ base pandoc ]; description = "Literate Haskell support for GitHub's Markdown flavor"; license = lib.licenses.mit; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "pandoc-utils" = callPackage @@ -202387,8 +194884,6 @@ self: { ]; description = "Utility functions to work with Pandoc in Haskell applications"; license = lib.licenses.mit; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "pandoc-vimhl" = callPackage @@ -202428,8 +194923,6 @@ self: { libraryHaskellDepends = [ ghc-prim pandora ]; description = "..."; license = lib.licenses.mit; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "pang-a-lambda" = callPackage @@ -202449,8 +194942,6 @@ self: { ]; description = "A super-pang clone"; license = lib.licenses.gpl3Only; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "pango" = callPackage @@ -202487,8 +194978,6 @@ self: { testHaskellDepends = [ base bytestring containers HUnit ]; description = "A set of parsers for graph languages and conversions to graph libaries"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "panhandle" = callPackage @@ -202544,8 +195033,6 @@ self: { ]; description = "Pandoc filter to execute code blocks"; license = lib.licenses.publicDomain; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "pansite" = callPackage @@ -202574,8 +195061,6 @@ self: { testHaskellDepends = [ base doctest Glob hspec QuickCheck ]; description = "Pansite: a simple web site management tool"; license = lib.licenses.mit; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "pantry_0_5_2_1" = callPackage @@ -202715,8 +195200,6 @@ self: { ]; description = "Content addressable Haskell package management"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "papa" = callPackage @@ -202766,8 +195249,6 @@ self: { libraryHaskellDepends = [ base semigroups ]; description = "Prelude with only useful functions"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "papa-base-implement" = callPackage @@ -202878,8 +195359,6 @@ self: { ]; description = "Third party libraries"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "papa-lens" = callPackage @@ -202931,8 +195410,6 @@ self: { ]; description = "Prelude with only useful functions"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "papa-prelude-core" = callPackage @@ -202949,8 +195426,6 @@ self: { ]; description = "Prelude with only useful functions"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "papa-prelude-lens" = callPackage @@ -202967,8 +195442,6 @@ self: { ]; description = "Prelude with only useful functions"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "papa-prelude-semigroupoids" = callPackage @@ -202985,8 +195458,6 @@ self: { ]; description = "Prelude with only useful functions"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "papa-prelude-semigroups" = callPackage @@ -203003,8 +195474,6 @@ self: { ]; description = "Prelude with only useful functions"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "papa-semigroupoids" = callPackage @@ -203043,8 +195512,6 @@ self: { libraryHaskellDepends = [ base semigroupoids semigroups ]; description = "useful `semigroupoids` functions reimplemented"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "papa-x" = callPackage @@ -203091,8 +195558,6 @@ self: { executableHaskellDepends = [ base bytestring containers ]; description = "A passphrase generator"; license = lib.licenses.gpl3Only; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "papillon" = callPackage @@ -203113,8 +195578,6 @@ self: { ]; description = "packrat parser"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "pappy" = callPackage @@ -203128,8 +195591,6 @@ self: { executableHaskellDepends = [ base ]; description = "Packrat parsing; linear-time parsers for grammars in TDPL"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "paprika" = callPackage @@ -203169,8 +195630,6 @@ self: { ]; description = "ParDual class for Parallel <-> Sequential"; license = lib.licenses.asl20; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "par-traverse" = callPackage @@ -203220,8 +195679,6 @@ self: { executableToolDepends = [ alex ]; description = "Paragon"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "parallel" = callPackage @@ -203265,8 +195722,6 @@ self: { transformers vector vector-algorithms ]; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "parallel-tree-search" = callPackage @@ -203371,8 +195826,6 @@ self: { testHaskellDepends = [ base ]; description = "http proxy server"; license = lib.licenses.mit; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "parco" = callPackage @@ -203384,8 +195837,6 @@ self: { libraryHaskellDepends = [ base mtl ]; description = "Generalised parser combinators"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "parco-attoparsec" = callPackage @@ -203425,8 +195876,6 @@ self: { ]; description = "A simple parser-combinator library, a bit like Parsec but without the frills"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "parconc-examples" = callPackage @@ -203467,8 +195916,6 @@ self: { libraryHaskellDepends = [ base ]; description = "A library for cause-effect relationships"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "pareto-front" = callPackage @@ -203540,8 +195987,6 @@ self: { ]; description = "Help Manage project specific documentation"; license = lib.licenses.agpl3Only; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "parport" = callPackage @@ -203595,8 +196040,6 @@ self: { testHaskellDepends = [ base tasty tasty-hunit ]; description = "Simple way to parse strings with Python-like format strings"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "parse-dimacs" = callPackage @@ -203660,8 +196103,6 @@ self: { testHaskellDepends = [ base process ]; description = "Parse command-line arguments"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "parsec_3_1_15_0" = callPackage @@ -203712,8 +196153,6 @@ self: { ]; description = "Parsec API encoded as a deeply-embedded DSL, for debugging and analysis"; license = lib.licenses.mit; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "parsec-numbers" = callPackage @@ -203756,8 +196195,6 @@ self: { testHaskellDepends = [ base directory doctest filepath ]; description = "Parsing instances for Parsec"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "parsec-permutation" = callPackage @@ -203784,8 +196221,6 @@ self: { executableHaskellDepends = [ base containers mtl parsec pretty ]; description = "Pratt Parser combinator for Parsec"; license = lib.licenses.mit; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "parsec-tagsoup" = callPackage @@ -203841,8 +196276,6 @@ self: { libraryHaskellDepends = [ base ]; description = "Monadic parser combinators"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "parsec3" = callPackage @@ -203854,8 +196287,6 @@ self: { libraryHaskellDepends = [ base bytestring mtl text ]; description = "Monadic parser combinators"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "parsec3-numbers" = callPackage @@ -203890,8 +196321,6 @@ self: { testHaskellDepends = [ base hspec parsec ]; description = "Adds and Eq instance for Parsec's ParseError if needed"; license = lib.licenses.mit; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "parsek" = callPackage @@ -203913,8 +196342,6 @@ self: { sha256 = "16sg32qs1kq184wk6d83z20b9firh1kjmysqwd2aqaiyq37zjyyb"; libraryHaskellDepends = [ base mtl parsec ]; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "parser-combinators" = callPackage @@ -203946,8 +196373,6 @@ self: { testToolDepends = [ hspec-discover ]; description = "Test suite of parser-combinators"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "parser-helper" = callPackage @@ -203963,8 +196388,6 @@ self: { ]; description = "Prints Haskell parse trees in JSON"; license = lib.licenses.asl20; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "parser-unbiased-choice-monad-embedding" = callPackage @@ -203981,8 +196404,6 @@ self: { ]; description = "Parsing library with unbiased choice and support for embedding arbitrary monad"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "parser241" = callPackage @@ -203997,8 +196418,6 @@ self: { testHaskellDepends = [ base containers hspec mtl ]; description = "An interface to create production rules using augmented grammars"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "parsergen" = callPackage @@ -204020,8 +196439,6 @@ self: { ]; description = "TH parser generator for splitting bytestring into fixed-width fields"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "parsers" = callPackage @@ -204062,8 +196479,6 @@ self: { ]; description = "`parsers` instances for Megaparsec"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "parsestar" = callPackage @@ -204099,8 +196514,6 @@ self: { libraryHaskellDepends = [ base bytestring text ]; description = "Monadic parser combinators derived from Parsec"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "parsix" = callPackage @@ -204147,8 +196560,6 @@ self: { benchmarkToolDepends = [ happy ]; description = "A fast parser combinator library backed by Typed Template Haskell"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "parsley-core" = callPackage @@ -204177,8 +196588,6 @@ self: { ]; description = "A fast parser combinator library backed by Typed Template Haskell"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "parsley-garnish" = callPackage @@ -204213,8 +196622,6 @@ self: { ]; description = "A fast, minimal parser"; license = "(BSD-2-Clause OR Apache-2.0)"; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "partage" = callPackage @@ -204233,8 +196640,6 @@ self: { testHaskellDepends = [ base containers HUnit tasty tasty-hunit ]; description = "Parsing factorized"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "partial" = callPackage @@ -204312,8 +196717,6 @@ self: { libraryHaskellDepends = [ base template-haskell transformers ]; description = "Template haskell utilities for constructing records with default values"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "partial-semigroup" = callPackage @@ -204395,8 +196798,6 @@ self: { ]; description = "Inspect, create, and alter MBRs"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "passage" = callPackage @@ -204415,8 +196816,6 @@ self: { ]; description = "Parallel code generation for hierarchical Bayesian modeling"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "passman" = callPackage @@ -204444,8 +196843,6 @@ self: { ]; description = "a simple password manager"; license = lib.licenses.lgpl3Only; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "passman-cli" = callPackage @@ -204492,8 +196889,6 @@ self: { doHaddock = false; description = "Deterministic password generator core"; license = lib.licenses.gpl3Only; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "password" = callPackage @@ -204583,8 +196978,6 @@ self: { libraryHaskellDepends = [ base containers MonadRandom random ]; description = "Password generation/validation library"; license = lib.licenses.mit; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "pasta" = callPackage @@ -204601,8 +196994,6 @@ self: { testHaskellDepends = [ base hspec microlens protolude ]; description = "PostgreSQL Abstract Syntax Tree Assember"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "pastis" = callPackage @@ -204614,8 +197005,6 @@ self: { libraryHaskellDepends = [ base HTTP network ]; description = "Interface to the past.is URL shortening service"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "pasty" = callPackage @@ -204629,8 +197018,6 @@ self: { executableHaskellDepends = [ base bytestring mtl ]; description = "A simple command line pasting utility"; license = "GPL"; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "patat" = callPackage @@ -204660,8 +197047,6 @@ self: { ]; description = "Terminal-based presentations using Pandoc"; license = lib.licenses.gpl2Only; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "patch" = callPackage @@ -204742,8 +197127,6 @@ self: { ]; description = "Patches (diffs) on vectors: composable, mergeable, and invertible"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "path_0_9_0" = callPackage @@ -204951,8 +197334,6 @@ self: { ]; description = "A toy pathfinding library"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "pathological-bytestrings" = callPackage @@ -205055,8 +197436,6 @@ self: { executableHaskellDepends = [ base HandsomeSoup hxt ]; description = "A webpage scraper for Patreon which dumps a list of patrons to a text file"; license = lib.licenses.mit; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "pattern-arrows" = callPackage @@ -205171,8 +197550,6 @@ self: { ]; description = "Client for a limited part of PayPal's Adaptive Payments API"; license = lib.licenses.mit; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "paypal-api" = callPackage @@ -205189,8 +197566,6 @@ self: { ]; description = "PayPal API, currently supporting \"ButtonManager\""; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "paypal-rest-client" = callPackage @@ -205207,8 +197582,6 @@ self: { ]; description = "A client to connect to PayPal's REST API (v1)"; license = lib.licenses.mit; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "pb" = callPackage @@ -205224,8 +197597,6 @@ self: { ]; description = "pastebin command line application"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "pb-next" = callPackage @@ -205245,8 +197616,6 @@ self: { testHaskellDepends = [ base parsec tasty tasty-hunit ]; description = "Utility CLI for working with protobuf files"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "pbc4hs" = callPackage @@ -205258,8 +197627,6 @@ self: { libraryHaskellDepends = [ base hslua string-qq ]; description = "pbc for HsLua"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "pbkdf" = callPackage @@ -205371,8 +197738,6 @@ self: { ]; description = "PCD file loader"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "pcf" = callPackage @@ -205405,8 +197770,6 @@ self: { ]; description = "PCF font parsing and rendering library"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "pcf-font-embed" = callPackage @@ -205455,8 +197818,6 @@ self: { benchmarkHaskellDepends = [ base criterion deepseq random ]; description = "A fast, pseudorandom number generator"; license = lib.licenses.asl20; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "pcre-heavy" = callPackage @@ -205511,8 +197872,6 @@ self: { libraryHaskellDepends = [ base bytestring pcre-light ]; description = "pcre-light extra functionality"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "pcre-utils" = callPackage @@ -205640,8 +197999,6 @@ self: { ]; description = "Template format definition for pdf-slave tool"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "pdf-toolbox-content" = callPackage @@ -205729,8 +198086,6 @@ self: { ]; description = "Simple pdf viewer"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "pdf2line" = callPackage @@ -205780,8 +198135,6 @@ self: { ]; description = "Name a PDF file using information from the pdfinfo command"; license = lib.licenses.mit; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "pdfsplit" = callPackage @@ -205797,8 +198150,6 @@ self: { ]; description = "split two-column PDFs, so there is one column per page"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "pdftotext" = callPackage @@ -205820,8 +198171,6 @@ self: { testToolDepends = [ hspec-discover ]; description = "Extracts text from PDF using poppler"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {poppler-cpp = null;}; "pdynload" = callPackage @@ -205838,8 +198187,6 @@ self: { ]; description = "pdynload is polymorphic dynamic linking library"; license = lib.licenses.gpl3Only; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "peakachu" = callPackage @@ -205917,8 +198264,6 @@ self: { libraryHaskellDepends = [ base binary bytestring containers ]; description = "Parser for PE/COFF format"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "pedersen-commitment" = callPackage @@ -205939,8 +198284,6 @@ self: { ]; description = "An implementation of Pedersen commitment schemes"; license = lib.licenses.mit; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "pedestrian-dag" = callPackage @@ -205954,8 +198297,6 @@ self: { libraryHaskellDepends = [ array base binary containers ]; description = "A pedestrian implementation of directed acyclic graphs"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "peg" = callPackage @@ -205973,8 +198314,6 @@ self: { ]; description = "a lazy non-deterministic concatenative programming language"; license = lib.licenses.gpl3Only; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "peggy" = callPackage @@ -205993,8 +198332,6 @@ self: { ]; description = "The Parser Generator for Haskell"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "pell" = callPackage @@ -206054,8 +198391,6 @@ self: { ]; description = "Static site generator"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "penn-treebank" = callPackage @@ -206087,8 +198422,6 @@ self: { testToolDepends = [ hspec-discover ]; description = "Parser combinators for trees in the Penn Treebank format"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "penny" = callPackage @@ -206226,8 +198559,6 @@ self: { ]; description = "Percent encode/decode ByteStrings"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "percent-format" = callPackage @@ -206251,8 +198582,6 @@ self: { libraryHaskellDepends = [ base ]; description = "The perceptron learning algorithm"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "perceptual-hash" = callPackage @@ -206328,8 +198657,6 @@ self: { ]; description = "Database migration support for use in other libraries"; license = lib.licenses.mit; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "perf" = callPackage @@ -206345,8 +198672,6 @@ self: { ]; description = "Low-level run time measurement"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "perf-analysis" = callPackage @@ -206466,8 +198791,6 @@ self: { testHaskellDepends = [ base doctest ]; description = "Perhaps, a monad"; license = lib.licenses.bsd2; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "period" = callPackage @@ -206504,8 +198827,6 @@ self: { testHaskellDepends = [ base cereal hedis hspec text time ]; description = "A reliable at-least-once periodic job scheduler backed by redis"; license = lib.licenses.isc; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "periodic-client" = callPackage @@ -206565,8 +198886,6 @@ self: { ]; description = "Periodic task system common"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "periodic-polynomials" = callPackage @@ -206639,8 +198958,6 @@ self: { libraryHaskellDepends = [ base ghc-prim QuickCheck ]; description = "A library for permutations and combinations"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "permutations" = callPackage @@ -206664,8 +198981,6 @@ self: { ]; description = "Permutations of finite sets"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "permute" = callPackage @@ -206677,8 +198992,6 @@ self: { libraryHaskellDepends = [ base mtl ]; description = "Generalised permutation parser combinator"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "persist" = callPackage @@ -206733,8 +199046,6 @@ self: { ]; description = "Transforms persist's quasi-quoted syntax into ER format"; license = lib.licenses.gpl3Only; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "persistable-record" = callPackage @@ -206852,8 +199163,6 @@ self: { libraryHaskellDepends = [ base cereal persistent text ]; description = "Helper functions for writing Persistent instances"; license = lib.licenses.publicDomain; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "persistent-database-url" = callPackage @@ -206873,8 +199182,6 @@ self: { ]; description = "Parse DATABASE_URL into configuration types for Persistent"; license = lib.licenses.mit; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "persistent-discover" = callPackage @@ -206903,8 +199210,6 @@ self: { testToolDepends = [ hspec-discover ]; description = "Persistent module discover utilities"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "persistent-documentation" = callPackage @@ -206925,8 +199230,6 @@ self: { testToolDepends = [ hspec-discover ]; description = "Documentation DSL for persistent entities"; license = lib.licenses.asl20; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "persistent-equivalence" = callPackage @@ -206938,8 +199241,6 @@ self: { libraryHaskellDepends = [ array base diffarray ]; description = "Persistent equivalence relations (aka union-find)"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "persistent-generic" = callPackage @@ -207072,8 +199373,6 @@ self: { ]; description = "Backend for the persistent library using mongoDB"; license = lib.licenses.mit; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "persistent-mtl" = callPackage @@ -207185,8 +199484,6 @@ self: { ]; description = "A pure haskell backend for the persistent library using MySQL database server"; license = lib.licenses.mit; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "persistent-odbc" = callPackage @@ -207207,8 +199504,6 @@ self: { ]; description = "Backend for the persistent library using ODBC"; license = lib.licenses.mit; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "persistent-pagination" = callPackage @@ -207292,8 +199587,6 @@ self: { ]; description = "Memory-constant streaming of Persistent entities from PostgreSQL"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "persistent-protobuf" = callPackage @@ -207310,8 +199603,6 @@ self: { ]; description = "Template-Haskell helpers for integrating protobufs with persistent"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "persistent-qq" = callPackage @@ -207344,8 +199635,6 @@ self: { libraryHaskellDepends = [ base time yesod ]; description = "A library for rate limiting activities with a persistent backend"; license = lib.licenses.mit; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "persistent-redis" = callPackage @@ -207368,8 +199657,6 @@ self: { ]; description = "Backend for persistent library using Redis"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "persistent-refs" = callPackage @@ -207406,8 +199693,6 @@ self: { ]; description = "relational-record on persisten backends"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "persistent-spatial" = callPackage @@ -207493,8 +199778,6 @@ self: { ]; description = "Generate classy lens field accessors for persistent models"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "persistent-test" = callPackage @@ -207589,8 +199872,6 @@ self: { ]; description = "Backend for persistent library using Zookeeper"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "persona" = callPackage @@ -207607,8 +199888,6 @@ self: { ]; description = "Persona (BrowserID) library"; license = lib.licenses.agpl3Only; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "persona-idp" = callPackage @@ -207645,8 +199924,6 @@ self: { executableHaskellDepends = [ base process ]; description = "Proof Editor for Sequent Calculus"; license = "GPL"; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "peyotls" = callPackage @@ -207708,8 +199985,6 @@ self: { ]; description = "A Pretty Extraordinary Zipper library"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "pg-entity" = callPackage @@ -207751,8 +200026,6 @@ self: { testHaskellDepends = [ base HUnit text ]; description = "PostgreSQL database performance insights"; license = lib.licenses.mit; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "pg-harness" = callPackage @@ -207772,8 +200045,6 @@ self: { ]; description = "REST service and library for creating/consuming temporary PostgreSQL databases"; license = lib.licenses.agpl3Only; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "pg-harness-client" = callPackage @@ -207804,8 +200075,6 @@ self: { ]; description = "REST service for creating temporary PostgreSQL databases"; license = lib.licenses.agpl3Only; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "pg-recorder" = callPackage @@ -207831,8 +200100,6 @@ self: { ]; description = "Initial project template from stack"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "pg-store" = callPackage @@ -207856,8 +200123,6 @@ self: { ]; description = "Simple storage interface to PostgreSQL"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "pg-transact" = callPackage @@ -207882,8 +200147,6 @@ self: { ]; description = "A postgresql-simple transaction monad"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "pgdl" = callPackage @@ -207909,8 +200172,6 @@ self: { ]; description = "browse directory listing webpages and download files from them"; license = lib.licenses.publicDomain; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "pgf2" = callPackage @@ -207923,8 +200184,6 @@ self: { librarySystemDepends = [ gu pgf ]; description = "Bindings to the C version of the PGF runtime"; license = lib.licenses.lgpl3Only; - hydraPlatforms = lib.platforms.none; - broken = true; }) {gu = null; inherit (pkgs) pgf;}; "pgm" = callPackage @@ -207997,8 +200256,6 @@ self: { ]; description = "Streaming Postgres bindings"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "phantom-state" = callPackage @@ -208025,8 +200282,6 @@ self: { ]; description = "Freezing, thawing, and copy elision"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "phaser" = callPackage @@ -208041,8 +200296,6 @@ self: { ]; description = "Incremental multiple pass parser library"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "phash" = callPackage @@ -208125,8 +200378,6 @@ self: { testHaskellDepends = [ base hspec ]; description = "Deprecated - ghci debug viewer with simple editor"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "phoityne-vscode" = callPackage @@ -208162,8 +200413,6 @@ self: { testHaskellDepends = [ base hspec ]; description = "Phonenumber Metadata - NOTE: this is now deprecated!"; license = "unknown"; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "phone-numbers" = callPackage @@ -208178,8 +200427,6 @@ self: { testHaskellDepends = [ base bytestring ]; description = "Haskell bindings to the libphonenumber library"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {phonenumber = null; inherit (pkgs) protobuf;}; "phone-push" = callPackage @@ -208197,8 +200444,6 @@ self: { ]; description = "Push notifications for Android and iOS"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "phonetic-code" = callPackage @@ -208380,8 +200625,6 @@ self: { ]; description = "Some common shared between different packages functions"; license = lib.licenses.mit; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "phonetic-languages-properties" = callPackage @@ -208399,8 +200642,6 @@ self: { ]; description = "A generalization of the uniqueness-periods-vector-properties package"; license = lib.licenses.mit; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "phonetic-languages-rhythmicity" = callPackage @@ -208636,8 +200877,6 @@ self: { ]; description = "A generalization of the uniqueness-periods-vector-properties package"; license = lib.licenses.mit; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "phonetic-languages-simplified-properties-lists-double" = callPackage @@ -208656,8 +200895,6 @@ self: { ]; description = "A generalization of the uniqueness-periods-vector-properties package"; license = lib.licenses.mit; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "phonetic-languages-ukrainian" = callPackage @@ -208683,8 +200920,6 @@ self: { executableHaskellDepends = [ base mmsyn2-array mmsyn5 ]; description = "Prepares Ukrainian text to be used as a phonetic language text"; license = lib.licenses.mit; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "phonetic-languages-vector" = callPackage @@ -208753,8 +200988,6 @@ self: { executableHaskellDepends = [ base mtl SDL transformers ]; description = "A fractal viewer"; license = lib.licenses.gpl3Only; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "phybin" = callPackage @@ -208787,8 +201020,6 @@ self: { ]; description = "Utility for clustering phylogenetic trees in Newick format based on Robinson-Foulds distance"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "physics" = callPackage @@ -208820,8 +201051,6 @@ self: { ]; description = "Applied pi-calculus interpreter"; license = lib.licenses.gpl3Only; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "pi-forall" = callPackage @@ -208845,8 +201074,6 @@ self: { ]; description = "Demo implementation of typechecker for dependently-typed language"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "pi-hoole" = callPackage @@ -208872,8 +201099,6 @@ self: { testHaskellDepends = [ base ]; description = "Lightweight access control solution for the pijul vcs"; license = lib.licenses.agpl3Only; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "pi-lcd" = callPackage @@ -208915,8 +201140,6 @@ self: { ]; description = "Set up port forwarding with the Private Internet Access VPN service"; license = lib.licenses.gpl3Only; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "pianola" = callPackage @@ -208954,8 +201177,6 @@ self: { executableHaskellDepends = [ base cli hmatrix ]; description = "simple image manipulation functions"; license = lib.licenses.gpl3Only; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "pickle" = callPackage @@ -208967,8 +201188,6 @@ self: { libraryHaskellDepends = [ base containers network stm text ]; description = "Instant StatsD in Haskell"; license = lib.licenses.mit; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "picologic" = callPackage @@ -208991,8 +201210,6 @@ self: { ]; description = "Utilities for symbolic predicate logic expressions"; license = lib.licenses.mit; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "picoparsec" = callPackage @@ -209025,8 +201242,6 @@ self: { ]; description = "Fast combinator parsing for bytestrings and text"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "picosat" = callPackage @@ -209052,8 +201267,6 @@ self: { executableHaskellDepends = [ base matrix transformers xml ]; description = "Converts a svg image to tikz code"; license = lib.licenses.gpl3Only; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "pid" = callPackage @@ -209132,8 +201345,6 @@ self: { ]; description = "A library for writing forwards-declared build systems in haskell"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "piet" = callPackage @@ -209147,8 +201358,6 @@ self: { libraryHaskellDepends = [ array base containers Imlib mtl ]; description = "A Piet interpreter"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "pig" = callPackage @@ -209165,8 +201374,6 @@ self: { ]; description = "dice game"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "piki" = callPackage @@ -209286,8 +201493,6 @@ self: { ]; description = "Write grammars, not parsers"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "pine" = callPackage @@ -209547,8 +201752,6 @@ self: { ]; description = "A higher-level interface to using concurrency with pipes"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "pipes-attoparsec" = callPackage @@ -209604,8 +201807,6 @@ self: { ]; description = "Blocked GZip"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "pipes-binary" = callPackage @@ -209792,8 +201993,6 @@ self: { ]; description = "Encode and decode binary streams using the pipes and cereal libraries"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "pipes-cereal-plus" = callPackage @@ -209869,8 +202068,6 @@ self: { ]; description = "Compositional pipelines"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "pipes-courier" = callPackage @@ -209916,8 +202113,6 @@ self: { libraryHaskellDepends = [ base errors pipes ]; description = "Integration between pipes and errors"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "pipes-extra" = callPackage @@ -210096,8 +202291,6 @@ self: { libraryHaskellDepends = [ base containers heaps pipes ]; description = "Interleave and merge streams of elements"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "pipes-io" = callPackage @@ -210112,8 +202305,6 @@ self: { testHaskellDepends = [ base hspec pipes ]; description = "Stateful IO streams based on pipes"; license = lib.licenses.asl20; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "pipes-kafka" = callPackage @@ -210370,8 +202561,6 @@ self: { testHaskellDepends = [ base ]; description = "Alternate Prelude for the pipes ecosystem"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "pipes-pulse-simple" = callPackage @@ -210411,8 +202600,6 @@ self: { executableHaskellDepends = [ base pipes time ]; description = "A few pipes to control the timing of yields"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "pipes-s3" = callPackage @@ -210435,8 +202622,6 @@ self: { ]; description = "A simple interface for streaming data to and from Amazon S3"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "pipes-safe" = callPackage @@ -210474,8 +202659,6 @@ self: { ]; description = "Create proper Pipes from System.Process"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "pipes-sqlite-simple" = callPackage @@ -210489,8 +202672,6 @@ self: { ]; description = "Functions that smash Pipes and sqlite-simple together"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "pipes-text" = callPackage @@ -210531,8 +202712,6 @@ self: { ]; description = "Interfacing pipes with foldl folds"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "pipes-vector" = callPackage @@ -210548,8 +202727,6 @@ self: { ]; description = "Various proxies for streaming data into vectors"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "pipes-wai" = callPackage @@ -210600,8 +202777,6 @@ self: { ]; description = "Pipes integration for ZeroMQ messaging"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "pipes-zlib" = callPackage @@ -210664,8 +202839,6 @@ self: { ]; description = "Account management tool"; license = lib.licenses.mit; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "pitchtrack" = callPackage @@ -210710,8 +202883,6 @@ self: { testHaskellDepends = [ base hspec ]; description = "A library and a CLI tool for accessing Pivotal Tracker API"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "pixel-printer" = callPackage @@ -210729,8 +202900,6 @@ self: { testHaskellDepends = [ base ]; description = "A program for turning pixel art into 3D prints"; license = lib.licenses.gpl3Only; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "pixela" = callPackage @@ -210775,8 +202944,6 @@ self: { ]; description = "A library and application for generating pixelated avatars"; license = lib.licenses.mit; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "pixiv" = callPackage @@ -210863,8 +203030,6 @@ self: { ]; description = "PKCS#10 library"; license = lib.licenses.asl20; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "pkcs7" = callPackage @@ -210877,8 +203042,6 @@ self: { testHaskellDepends = [ base bytestring Cabal HUnit QuickCheck ]; description = "PKCS #7 padding in Haskell"; license = lib.licenses.mit; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "pkggraph" = callPackage @@ -210892,8 +203055,6 @@ self: { executableHaskellDepends = [ base Cabal split ]; description = "Package dependency graph for installed packages"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "pkgtreediff" = callPackage @@ -210994,8 +203155,6 @@ self: { libraryHaskellDepends = [ base bytestring mtl time unix ]; description = "plaimi's prelude"; license = lib.licenses.gpl3Only; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "plan-applicative" = callPackage @@ -211016,8 +203175,6 @@ self: { ]; description = "Applicative/Arrow for resource estimation and progress tracking"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "plan-b" = callPackage @@ -211036,8 +203193,6 @@ self: { testHaskellDepends = [ base hspec path path-io ]; description = "Failure-tolerant file and directory editing"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "planar-graph" = callPackage @@ -211054,8 +203209,6 @@ self: { ]; description = "A representation of planar graphs"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "planb-token-introspection" = callPackage @@ -211079,8 +203232,6 @@ self: { ]; description = "Token Introspection for PlanB"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "planet-mitchell" = callPackage @@ -211152,8 +203303,6 @@ self: { ]; description = "Planet Mitchell"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "plankton" = callPackage @@ -211165,8 +203314,6 @@ self: { libraryHaskellDepends = [ adjunctions base protolude ]; description = "The core of a numeric prelude, taken from numhask"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "plat" = callPackage @@ -211180,8 +203327,6 @@ self: { ]; description = "Simple templating library"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "platinum-parsing" = callPackage @@ -211205,8 +203350,6 @@ self: { testHaskellDepends = [ base containers fgl hspec vector ]; description = "General Framework for compiler development"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "playlists" = callPackage @@ -211266,8 +203409,6 @@ self: { ]; description = "run a subprocess, combining stdout and stderr"; license = lib.licenses.mit; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "plist" = callPackage @@ -211280,8 +203421,6 @@ self: { libraryHaskellDepends = [ base base64-bytestring bytestring hxt ]; description = "Generate and parse Mac OS X property list format"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "plist-buddy" = callPackage @@ -211305,8 +203444,6 @@ self: { ]; description = "Remote monad for editing plists"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "plivo" = callPackage @@ -211326,8 +203463,6 @@ self: { ]; description = "Plivo API wrapper for Haskell"; license = "unknown"; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "plocketed" = callPackage @@ -211368,8 +203503,6 @@ self: { libraryHaskellDepends = [ base glib gtk hmatrix mtl plot process ]; description = "GTK plots and interaction with GHCi"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "plot-gtk-ui" = callPackage @@ -211386,8 +203519,6 @@ self: { ]; description = "A quick way to use Mathematica like Manipulation abilities"; license = lib.licenses.gpl2Only; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "plot-gtk3" = callPackage @@ -211401,8 +203532,6 @@ self: { ]; description = "GTK3 plots and interaction with GHCi"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "plot-lab" = callPackage @@ -211419,8 +203548,6 @@ self: { ]; description = "A plotting tool with Mathematica like Manipulation abilities"; license = lib.licenses.gpl2Only; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "plot-light" = callPackage @@ -211605,8 +203732,6 @@ self: { testHaskellDepends = [ base directory process ]; description = "Automatic recompilation and reloading of haskell modules"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "plugins-multistage" = callPackage @@ -211625,8 +203750,6 @@ self: { ]; description = "Dynamic linking for embedded DSLs with staged compilation"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "plumbers" = callPackage @@ -211638,8 +203761,6 @@ self: { libraryHaskellDepends = [ base template-haskell ]; description = "Pointless plumbing combinators"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "plur" = callPackage @@ -211652,8 +203773,6 @@ self: { testHaskellDepends = [ base hedgehog hedgehog-classes ]; description = "Plurality monad: Zero, one, or at least two"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "plural" = callPackage @@ -211666,8 +203785,6 @@ self: { testHaskellDepends = [ base hspec ]; description = "Pluralize"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "ply-loader" = callPackage @@ -211706,8 +203823,6 @@ self: { testHaskellDepends = [ base hspec mtl text unordered-containers ]; description = "A front-end framework"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "png-file" = callPackage @@ -211753,8 +203868,6 @@ self: { libraryHaskellDepends = [ array base bytestring mtl parsec zlib ]; description = "Pure Haskell loader for PNG images"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "pnm" = callPackage @@ -211781,8 +203894,6 @@ self: { ]; description = "Bindings for the Pocket API"; license = lib.licenses.mit; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "pocket-dns" = callPackage @@ -211868,8 +203979,6 @@ self: { libraryHaskellDepends = [ base mtl semigroups transformers ]; description = "Alternative done right"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "pointedlist" = callPackage @@ -211927,8 +204036,6 @@ self: { doHaddock = false; description = "Tool for refactoring expressions into pointfree form"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "pointful" = callPackage @@ -211947,8 +204054,6 @@ self: { executableHaskellDepends = [ base ]; description = "Pointful refactoring tool"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "pointless-fun" = callPackage @@ -211971,8 +204076,6 @@ self: { libraryHaskellDepends = [ base GHood process syb ]; description = "Pointless Haskell library"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "pointless-lenses" = callPackage @@ -212053,8 +204156,6 @@ self: { ]; description = "Haskell types for the Pokemon Go protobuf protocol"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "poker" = callPackage @@ -212099,8 +204200,6 @@ self: { testToolDepends = [ tasty-discover ]; description = "A library for core poker types"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "poker-eval" = callPackage @@ -212113,8 +204212,6 @@ self: { librarySystemDepends = [ poker-eval ]; description = "Binding to libpoker-eval"; license = lib.licenses.publicDomain; - hydraPlatforms = lib.platforms.none; - broken = true; }) {poker-eval = null;}; "pokitdok" = callPackage @@ -212132,8 +204229,6 @@ self: { ]; description = "PokitDok Platform API Client for Haskell"; license = lib.licenses.mit; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "polar" = callPackage @@ -212157,8 +204252,6 @@ self: { testHaskellDepends = [ base containers HUnit MissingH mtl parsec ]; description = "Fork of ConfigFile for Polar Game Engine"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "polar-shader" = callPackage @@ -212171,8 +204264,6 @@ self: { testHaskellDepends = [ base containers hspec ]; description = "High-level shader compiler framework"; license = lib.licenses.asl20; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "polh-lexicon" = callPackage @@ -212307,8 +204398,6 @@ self: { libraryHaskellDepends = [ base mtl transformers ]; description = "Poly-kinded continuations"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "poly-control" = callPackage @@ -212320,8 +204409,6 @@ self: { libraryHaskellDepends = [ base lens ]; description = "This package provides abstraction for polymorphic controls, like PolyMonads or PolyApplicatives"; license = lib.licenses.asl20; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "poly-rec" = callPackage @@ -212374,8 +204461,6 @@ self: { libraryHaskellDepends = [ base ]; description = "Core data definitions for the \"polydata\" package"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "polymap" = callPackage @@ -212410,8 +204495,6 @@ self: { ]; description = "Polynomial types and operations"; license = "unknown"; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "polynomial" = callPackage @@ -212434,8 +204517,6 @@ self: { ]; description = "Polynomials"; license = lib.licenses.publicDomain; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "polynomial-algebra" = callPackage @@ -212579,8 +204660,6 @@ self: { testToolDepends = [ hspec-discover ]; description = "QuickCheck for Polysemy"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "polysemy-chronos" = callPackage @@ -212693,8 +204772,6 @@ self: { ]; description = "Polysemy Effects for HTTP clients"; license = "BSD-2-Clause-Patent"; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "polysemy-keyed-state" = callPackage @@ -212968,8 +205045,6 @@ self: { ]; description = "Polysemy Effects for System Processes"; license = "BSD-2-Clause-Patent"; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "polysemy-readline" = callPackage @@ -213183,8 +205258,6 @@ self: { testToolDepends = [ hspec-discover ]; description = "Experimental, user-contributed effects and interpreters for polysemy"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "polyseq" = callPackage @@ -213230,8 +205303,6 @@ self: { libraryHaskellDepends = [ base ]; description = "Typeable for polymorphic types"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "polytypeable-utils" = callPackage @@ -213281,8 +205352,6 @@ self: { ]; description = "Maps and sets of partial orders"; license = lib.licenses.mit; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "pomodoro" = callPackage @@ -213325,8 +205394,6 @@ self: { testHaskellDepends = [ base hspec protolude ]; description = "Initial project template from stack"; license = lib.licenses.isc; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "ponder" = callPackage @@ -213338,8 +205405,6 @@ self: { libraryHaskellDepends = [ base mtl ]; description = "PEG parser combinator"; license = lib.licenses.mit; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "pong-server" = callPackage @@ -213357,8 +205422,6 @@ self: { testHaskellDepends = [ base hspec network QuickCheck ]; description = "A simple embedded pingable server that runs in the background"; license = lib.licenses.publicDomain; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "pontarius-mediaserver" = callPackage @@ -213457,8 +205520,6 @@ self: { ]; description = "Extended Personal Media Network (XPMN) library"; license = "unknown"; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "pony" = callPackage @@ -213485,8 +205546,6 @@ self: { libraryHaskellDepends = [ base monad-control transformers ]; description = "Thread-safe resource pools. (deprecated)"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "pool-conduit" = callPackage @@ -213504,8 +205563,6 @@ self: { ]; description = "Resource pool allocations via ResourceT. (deprecated)"; license = lib.licenses.mit; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "pooled-io" = callPackage @@ -213536,8 +205593,6 @@ self: { libraryHaskellDepends = [ base mtl network ]; description = "POP3 Client Library"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "popenhs" = callPackage @@ -213572,8 +205627,6 @@ self: { testToolDepends = [ hspec-discover ]; description = "Static key-value storage backed by poppy"; license = lib.licenses.mit; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "poppler" = callPackage @@ -213594,8 +205647,6 @@ self: { libraryToolDepends = [ gtk2hs-buildtools ]; description = "Binding to the Poppler"; license = lib.licenses.gpl2Only; - hydraPlatforms = lib.platforms.none; - broken = true; }) {inherit (pkgs) gdk-pixbuf; inherit (pkgs) gtk2; inherit (pkgs) pango; inherit (pkgs) poppler_gi;}; @@ -213782,8 +205833,6 @@ self: { testHaskellDepends = [ base containers hspec mtl QuickCheck text ]; description = "DSL for configuring Gentoo portage"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "portaudio" = callPackage @@ -213813,8 +205862,6 @@ self: { ]; description = "FreeBSD ports index search and analysis tool"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "porter" = callPackage @@ -214029,8 +206076,6 @@ self: { testHaskellDepends = [ base ]; description = "Experiment"; license = lib.licenses.asl20; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "posix-acl" = callPackage @@ -214048,8 +206093,6 @@ self: { librarySystemDepends = [ acl ]; description = "Support for Posix ACL"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {inherit (pkgs) acl;}; "posix-api" = callPackage @@ -214074,8 +206117,6 @@ self: { platforms = [ "aarch64-linux" "armv7l-linux" "i686-linux" "x86_64-linux" ]; - hydraPlatforms = lib.platforms.none; - broken = true; }) {inherit (pkgs) systemd;}; "posix-error-codes" = callPackage @@ -214152,8 +206193,6 @@ self: { libraryHaskellDepends = [ base bytestring unix ]; description = "POSIX Realtime functionality"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "posix-socket" = callPackage @@ -214194,8 +206233,6 @@ self: { libraryHaskellDepends = [ base unix ]; description = "Low-level wrapping of POSIX waitpid(2)"; license = lib.licenses.mit; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "posplyu" = callPackage @@ -214213,8 +206250,6 @@ self: { ]; description = "Sleep tracker for X11, using XScreenSaver extension and manual input"; license = lib.licenses.mit; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "possible" = callPackage @@ -214259,8 +206294,6 @@ self: { libraryHaskellDepends = [ aeson base bytestring HTTP ]; description = "A library that gets postcode information from the uk-postcodes.com"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "postgres-embedded" = callPackage @@ -214279,8 +206312,6 @@ self: { ]; description = "Library for easily running embedded PostgreSQL server for tests"; license = lib.licenses.mit; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "postgres-options" = callPackage @@ -214308,8 +206339,6 @@ self: { libraryHaskellDepends = [ base bytestring postgresql-simple text ]; description = "Create a temporary database that is deleted after performing some operation"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "postgres-websockets" = callPackage @@ -214342,8 +206371,6 @@ self: { ]; description = "Middleware to map LISTEN/NOTIFY messages to Websockets"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "postgresql-binary" = callPackage @@ -214520,8 +206547,6 @@ self: { ]; description = "Utilities for streaming PostgreSQL LargeObjects"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "postgresql-migration" = callPackage @@ -214547,8 +206572,6 @@ self: { testHaskellDepends = [ base bytestring hspec postgresql-simple ]; description = "PostgreSQL Schema Migrations"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "postgresql-named" = callPackage @@ -214566,8 +206589,6 @@ self: { testHaskellDepends = [ base generics-sop hspec postgresql-simple ]; description = "Generic deserialization of PostgreSQL rows based on column names"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "postgresql-orm" = callPackage @@ -214721,8 +206742,6 @@ self: { libraryHaskellDepends = [ base exceptions postgresql-simple ]; description = "Automatic re-connection support for PostgreSQL"; license = lib.licenses.asl20; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "postgresql-schema" = callPackage @@ -214795,8 +206814,6 @@ self: { ]; description = "FFI-like bindings for PostgreSQL stored functions"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "postgresql-simple-interpolate" = callPackage @@ -214856,8 +206873,6 @@ self: { ]; description = "Implementation of named parameters for `postgresql-simple` library"; license = lib.licenses.mpl20; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "postgresql-simple-opts" = callPackage @@ -214918,8 +206933,6 @@ self: { libraryHaskellDepends = [ base generics-sop postgresql-simple ]; description = "Generic functions for postgresql-simple"; license = lib.licenses.mit; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "postgresql-simple-typed" = callPackage @@ -214957,8 +206970,6 @@ self: { ]; description = "Parse postgres:// url into ConnectInfo"; license = lib.licenses.mit; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "postgresql-syntax" = callPackage @@ -214982,8 +206993,6 @@ self: { ]; description = "PostgreSQL AST parsing and rendering"; license = lib.licenses.mit; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "postgresql-syntax_0_4_0_2" = callPackage @@ -215008,7 +207017,6 @@ self: { description = "PostgreSQL AST parsing and rendering"; license = lib.licenses.mit; hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "postgresql-transactional" = callPackage @@ -215183,8 +207191,6 @@ self: { ]; description = "postgresql-typed operations lifted to any instance of MonadBase or MonadBaseControl"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "postgrest" = callPackage @@ -215266,8 +207272,6 @@ self: { ]; description = "PostgREST extension to map LISTEN/NOTIFY messages to Websockets"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "postie" = callPackage @@ -215286,8 +207290,6 @@ self: { ]; description = "SMTP server library to receive emails from within Haskell programs"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "postmark" = callPackage @@ -215323,8 +207325,6 @@ self: { ]; description = "Send email via Postmark using io-streams"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "postmaster" = callPackage @@ -215345,8 +207345,6 @@ self: { ]; description = "Postmaster ESMTP Server"; license = "GPL"; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "potato-tool" = callPackage @@ -215360,8 +207358,6 @@ self: { executableHaskellDepends = [ base binary bytestring split ]; description = "Command line Dreamcast VMU filesystem toolset"; license = lib.licenses.gpl2Only; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "potoki" = callPackage @@ -215447,8 +207443,6 @@ self: { benchmarkHaskellDepends = [ criterion rerebase ]; description = "Low-level components of \"potoki\""; license = lib.licenses.mit; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "potoki-hasql" = callPackage @@ -215533,8 +207527,6 @@ self: { ]; description = "PowerDNS API bindings for api/v1"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "powermate" = callPackage @@ -215549,8 +207541,6 @@ self: { executableHaskellDepends = [ base ]; description = "bindings for Griffin PowerMate USB"; license = lib.licenses.mit; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "powerpc" = callPackage @@ -215562,8 +207552,6 @@ self: { libraryHaskellDepends = [ base ]; description = "Tools for PowerPC programs"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "powerqueue" = callPackage @@ -215595,8 +207583,6 @@ self: { testHaskellDepends = [ async base hspec powerqueue stm timespan ]; description = "A distributed worker backend for powerqueu"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "powerqueue-levelmem" = callPackage @@ -215623,8 +207609,6 @@ self: { benchmarkSystemDepends = [ leveldb snappy ]; description = "A high performance in memory and LevelDB backend for powerqueue"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {inherit (pkgs) leveldb; inherit (pkgs) snappy;}; "powerqueue-sqs" = callPackage @@ -215661,8 +207645,6 @@ self: { libraryHaskellDepends = [ base boxes ]; description = "A library for pretty printing Records"; license = lib.licenses.mit; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "pptable" = callPackage @@ -215697,8 +207679,6 @@ self: { libraryHaskellDepends = [ base QuickCheck random stm ]; description = "Parallel batch driver for QuickCheck"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "pqueue" = callPackage @@ -215766,8 +207746,6 @@ self: { ]; description = "A pragmatic Prelude"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "pragmatic-show" = callPackage @@ -215802,8 +207780,6 @@ self: { testHaskellDepends = [ aeson base ]; description = "A first class record field library"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "preamble" = callPackage @@ -215825,8 +207801,6 @@ self: { ]; description = "Yet another prelude"; license = lib.licenses.mit; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "precis" = callPackage @@ -215845,8 +207819,6 @@ self: { ]; description = "Diff Cabal packages"; license = "unknown"; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "precursor" = callPackage @@ -215863,8 +207835,6 @@ self: { testHaskellDepends = [ base doctest QuickCheck ]; description = "Prelude replacement"; license = lib.licenses.mit; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "pred-set" = callPackage @@ -215917,8 +207887,6 @@ self: { libraryHaskellDepends = [ base ]; description = "Helper class for passing context along a predicate value"; license = lib.licenses.mit; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "predicate-transformers" = callPackage @@ -215956,8 +207924,6 @@ self: { ]; description = "Predicates, Refinement types and Dsl"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "predicates" = callPackage @@ -216001,8 +207967,6 @@ self: { ]; description = "Evaluate and display trees of predicates"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "prednote-test" = callPackage @@ -216089,8 +208053,6 @@ self: { ]; description = "A library for building a prefork-style server quickly"; license = lib.licenses.mit; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "pregame" = callPackage @@ -216110,8 +208072,6 @@ self: { ]; description = "Prelude for applications"; license = lib.licenses.mit; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "preliminaries" = callPackage @@ -216133,8 +208093,6 @@ self: { ]; description = "A larger alternative to the Prelude"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "prelude-compat" = callPackage @@ -216179,8 +208137,6 @@ self: { libraryHaskellDepends = [ base comonad logict transformers ]; description = "Another kind of alternate Prelude file"; license = lib.licenses.publicDomain; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "prelude-plus" = callPackage @@ -216194,8 +208150,6 @@ self: { libraryHaskellDepends = [ base utf8-string ]; description = "Prelude for rest of us"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "prelude-prime" = callPackage @@ -216259,8 +208213,6 @@ self: { ]; description = "Preprocess Haskell Repositories"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "preprocessor" = callPackage @@ -216281,8 +208233,6 @@ self: { ]; description = "Remove cpp annotations to get the source ready for static analysis"; license = lib.licenses.mit; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "preprocessor-tools" = callPackage @@ -216334,8 +208284,6 @@ self: { benchmarkToolDepends = [ alex happy ]; description = "safe PostgreSQL queries using Quasiquoters"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "presburger" = callPackage @@ -216350,8 +208298,6 @@ self: { testHaskellDepends = [ base QuickCheck ]; description = "A decision procedure for quantifier-free linear arithmetic"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "present" = callPackage @@ -216363,8 +208309,6 @@ self: { libraryHaskellDepends = [ base template-haskell ]; description = "Make presentations for data types"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "press" = callPackage @@ -216376,8 +208320,6 @@ self: { libraryHaskellDepends = [ base containers json mtl parsec ]; description = "Text template library targeted at the web / HTML generation"; license = "GPL"; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "presto-hdbc" = callPackage @@ -216521,8 +208463,6 @@ self: { ]; description = "Functionality for beautifying GHCi"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "pretty-hex" = callPackage @@ -216572,8 +208512,6 @@ self: { libraryHaskellDepends = [ base pretty ]; description = "A implementation of multi-column layout w/ Text.PrettyPrint"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "pretty-relative-time" = callPackage @@ -216865,8 +208803,6 @@ self: { libraryHaskellDepends = [ base prettyprinter vty ]; description = "prettyprinter backend for vty"; license = lib.licenses.isc; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "preview" = callPackage @@ -216907,8 +208843,6 @@ self: { libraryHaskellDepends = [ base ghc-prim primitive semigroups ]; description = "Primitive byte array with type variable"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "prim-instances" = callPackage @@ -216921,8 +208855,6 @@ self: { testHaskellDepends = [ base QuickCheck quickcheck-classes ]; description = "Prim typeclass instances"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "prim-ref" = callPackage @@ -216934,8 +208866,6 @@ self: { libraryHaskellDepends = [ base ghc-prim primitive semigroups ]; description = "Primitive byte array with type variable"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "prim-spoon" = callPackage @@ -217030,8 +208960,6 @@ self: { benchmarkHaskellDepends = [ base tasty-bench ]; description = "Bindings to the primecount library"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {inherit (pkgs) primecount;}; "primes" = callPackage @@ -217056,8 +208984,6 @@ self: { benchmarkHaskellDepends = [ base criterion primes ]; description = "Type-safe prime numbers"; license = lib.licenses.isc; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "primesieve" = callPackage @@ -217117,8 +209043,6 @@ self: { testHaskellDepends = [ base primitive primitive-unlifted ]; description = "Wrappers for primops around atomic operations"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "primitive-checked" = callPackage @@ -217130,8 +209054,6 @@ self: { libraryHaskellDepends = [ base primitive ]; description = "primitive functions with bounds-checking"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "primitive-containers" = callPackage @@ -217157,8 +209079,6 @@ self: { ]; description = "containers backed by arrays"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "primitive-convenience" = callPackage @@ -217170,8 +209090,6 @@ self: { libraryHaskellDepends = [ primitive ]; description = "convenience class for PrimMonad m/PrimState m"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "primitive-extras" = callPackage @@ -217206,8 +209124,6 @@ self: { testHaskellDepends = [ base primitive QuickCheck ]; description = "using the `Prim` interface for the FFI"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "primitive-indexed" = callPackage @@ -217219,8 +209135,6 @@ self: { libraryHaskellDepends = [ base primitive ]; testHaskellDepends = [ base doctest QuickCheck ]; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "primitive-maybe" = callPackage @@ -217238,8 +209152,6 @@ self: { ]; description = "Arrays of Maybes"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "primitive-offset" = callPackage @@ -217265,8 +209177,6 @@ self: { benchmarkHaskellDepends = [ base criterion deepseq random vector ]; description = "SIMD data types and functions"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "primitive-sort" = callPackage @@ -217297,8 +209207,6 @@ self: { libraryHaskellDepends = [ base primitive ]; description = "primitive operations on StableNames"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "primitive-unaligned" = callPackage @@ -217401,8 +209309,6 @@ self: { ]; description = "Classes and data structures complementing the singletons library"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "print-console-colors" = callPackage @@ -217428,8 +209334,6 @@ self: { libraryHaskellDepends = [ base split ]; description = "Debug print formatting library"; license = lib.licenses.publicDomain; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "print-info" = callPackage @@ -217457,8 +209361,6 @@ self: { ]; description = "Pretty printing with indentation, mixfix operators, and automatic line breaks"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "printf-mauke" = callPackage @@ -217500,8 +209402,6 @@ self: { ]; description = "The Artist Formerly Known as Prints"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "printxosd" = callPackage @@ -217526,8 +209426,6 @@ self: { libraryHaskellDepends = [ base containers queue reord stateref ]; description = "Simple implementation of a priority queue"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "priority-sync" = callPackage @@ -217616,8 +209514,6 @@ self: { doHaddock = false; description = "Abstract syntax for writing documents"; license = lib.licenses.mpl20; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "pro-source" = callPackage @@ -217673,8 +209569,6 @@ self: { ]; description = "Easy and reasonably efficient probabilistic programming and random generation"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "proc" = callPackage @@ -217744,8 +209638,6 @@ self: { ]; description = "Conduits for processes (deprecated)"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "process-extras" = callPackage @@ -217793,8 +209685,6 @@ self: { libraryHaskellDepends = [ base directory filepath unix ]; description = "Process libraries"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "process-listlike" = callPackage @@ -217811,8 +209701,6 @@ self: { ]; description = "Process extras"; license = lib.licenses.mit; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "process-progress" = callPackage @@ -217908,8 +209796,6 @@ self: { ]; description = "Web graphic applications with processing.js."; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "processing-for-haskell" = callPackage @@ -217937,8 +209823,6 @@ self: { libraryHaskellDepends = [ base binary bytestring process ]; description = "C bindings for the gnu-extension functions process_vm_readv and process_vm_writev"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "processor-creative-kit" = callPackage @@ -217993,8 +209877,6 @@ self: { libraryHaskellDepends = [ base ]; description = "Haskell values that cannot be evaluated immediately"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "procstat" = callPackage @@ -218006,8 +209888,6 @@ self: { libraryHaskellDepends = [ attoparsec base bytestring ]; description = "get information on processes in Linux"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "proctest" = callPackage @@ -218100,8 +209980,6 @@ self: { executableHaskellDepends = [ base optparse-applicative ]; description = "Generate flamegraphs from ghc RTS .prof files"; license = lib.licenses.mit; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "prof2dot" = callPackage @@ -218136,8 +210014,6 @@ self: { ]; description = "generate pretty source from time/allocation profiles"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "profiterole" = callPackage @@ -218226,8 +210102,6 @@ self: { ]; description = "Monadic bidirectional programming"; license = lib.licenses.mit; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "profunctor-optics" = callPackage @@ -218293,8 +210167,6 @@ self: { libraryHaskellDepends = [ base time ]; description = "Simple progress tracking & projection library"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "progress-meter" = callPackage @@ -218306,8 +210178,6 @@ self: { libraryHaskellDepends = [ ansi-terminal async base stm ]; description = "Live diagnostics for concurrent activity"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "progress-reporting" = callPackage @@ -218321,8 +210191,6 @@ self: { libraryHaskellDepends = [ base deepseq mtl time ]; description = "Functionality for reporting function progress"; license = lib.licenses.lgpl3Only; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "progressbar" = callPackage @@ -218353,8 +210221,6 @@ self: { ]; description = "Automates the recording and graphing of criterion benchmarks"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "progressive" = callPackage @@ -218373,8 +210239,6 @@ self: { ]; description = "Multilabel classification model which learns sequentially (online)"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "proj4-hs-bindings" = callPackage @@ -218387,8 +210251,6 @@ self: { librarySystemDepends = [ proj ]; description = "Haskell bindings for the Proj4 C dynamic library"; license = "GPL"; - hydraPlatforms = lib.platforms.none; - broken = true; }) {inherit (pkgs) proj;}; "project-m36" = callPackage @@ -218505,8 +210367,6 @@ self: { ]; description = "Go to README.md"; license = lib.licenses.mit; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "projection" = callPackage @@ -218581,8 +210441,6 @@ self: { ]; description = "A command line tool to visualize query resolution in Prolog"; license = lib.licenses.publicDomain; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "prolog-graph-lib" = callPackage @@ -218779,8 +210637,6 @@ self: { libraryHaskellDepends = [ async base ]; description = "A monadic interface for async"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "promises" = callPackage @@ -218823,8 +210679,6 @@ self: { ]; description = "A library for interfacing with the CMU Pronouncing Dictionary"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "proof-combinators" = callPackage @@ -218836,8 +210690,6 @@ self: { libraryHaskellDepends = [ base ]; description = "Proof Combinators used in Liquid Haskell for Theorem Proving"; license = lib.licenses.mit; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "propane" = callPackage @@ -218898,8 +210750,6 @@ self: { libraryHaskellDepends = [ base ]; description = "check quickCheck properties in real time"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "property" = callPackage @@ -218930,8 +210780,6 @@ self: { ]; description = "Apple property list parser"; license = lib.licenses.publicDomain; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "proplang" = callPackage @@ -218983,8 +210831,6 @@ self: { ]; description = "A simple language for writing documents"; license = lib.licenses.mpl20; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "prosidyc" = callPackage @@ -219037,8 +210883,6 @@ self: { ]; description = "Bindings to the Prosper marketplace API"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "proteaaudio" = callPackage @@ -219057,8 +210901,6 @@ self: { libraryToolDepends = [ c2hs ]; description = "Simple audio library for Windows, Linux, OSX"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {libpulse = null; libpulse-simple = null; inherit (pkgs) libpulseaudio;}; @@ -219076,8 +210918,6 @@ self: { libraryToolDepends = [ c2hs ]; description = "Simple audio library for SDL"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {inherit (pkgs) SDL2;}; "proteome" = callPackage @@ -219154,8 +210994,6 @@ self: { ]; description = "Arbitrary instances for proto-lens"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "proto-lens-combinators" = callPackage @@ -219177,8 +211015,6 @@ self: { ]; description = "Utilities functions to proto-lens"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "proto-lens-descriptors" = callPackage @@ -219225,8 +211061,6 @@ self: { ]; description = "Adapting proto-lens to optparse-applicative ReadMs"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "proto-lens-protobuf-types" = callPackage @@ -219446,8 +211280,6 @@ self: { libraryHaskellDepends = [ base freer-indexed singletons ]; description = "Model distributed system as type-level multi-party protocol"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "protocol-buffers" = callPackage @@ -219514,8 +211346,6 @@ self: { ]; description = "Parse Google Protocol Buffer specifications"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "protocol-radius" = callPackage @@ -219582,8 +211412,6 @@ self: { ]; description = "Protolude with lifted-base and lifted-async"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "proton" = callPackage @@ -219619,8 +211447,6 @@ self: { ]; description = "Simple XML templating library"; license = lib.licenses.asl20; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "prototype" = callPackage @@ -219632,8 +211458,6 @@ self: { libraryHaskellDepends = [ base monads-tf ]; description = "prototype-based programming on Haskell"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "prove-everywhere-server" = callPackage @@ -219654,8 +211478,6 @@ self: { ]; description = "The server for ProveEverywhere"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "provenience" = callPackage @@ -219674,8 +211496,6 @@ self: { ]; description = "Computations that automatically track data dependencies"; license = lib.licenses.gpl3Only; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "proxied" = callPackage @@ -219709,8 +211529,6 @@ self: { libraryHaskellDepends = [ base tagged ]; description = "A library for kind-polymorphic manipulation and inspection of Proxy values"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "proxy-mapping" = callPackage @@ -219722,8 +211540,6 @@ self: { libraryHaskellDepends = [ base ]; description = "Mapping of Proxy Types"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "prune-juice" = callPackage @@ -219756,8 +211572,6 @@ self: { ]; description = "Prune unused Haskell dependencies"; license = lib.licenses.mit; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "psc-ide" = callPackage @@ -219787,8 +211601,6 @@ self: { ]; description = "Language support for the PureScript programming language"; license = lib.licenses.mit; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "pseudo-boolean" = callPackage @@ -219826,8 +211638,6 @@ self: { libraryHaskellDepends = [ base semigroups ]; description = "A tagged rose-tree with short circuited unique leaves"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "pseudomacros" = callPackage @@ -220140,8 +211950,6 @@ self: { testHaskellDepends = [ base cereal HUnit publicsuffixlist ]; description = "Create the publicsuffixlist package"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "publish" = callPackage @@ -220168,8 +211976,6 @@ self: { ]; description = "Publishing tools for papers, books, and presentations"; license = lib.licenses.mit; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "pubnub" = callPackage @@ -220202,8 +212008,6 @@ self: { ]; description = "PubNub Haskell SDK"; license = lib.licenses.mit; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "pubsub" = callPackage @@ -220222,8 +212026,6 @@ self: { executableHaskellDepends = [ fastcgi ]; description = "A library for Google/SixApart pubsub hub interaction"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "puffytools" = callPackage @@ -220270,8 +212072,6 @@ self: { testHaskellDepends = [ base bytestring tasty tasty-hunit ]; description = "pugixml binding"; license = lib.licenses.mit; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "pugs-DrIFT" = callPackage @@ -220295,8 +212095,6 @@ self: { ]; description = "DrIFT with pugs-specific rules"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "pugs-HsSyck" = callPackage @@ -220309,8 +212107,6 @@ self: { libraryHaskellDepends = [ base bytestring ]; description = "Fast, lightweight YAML loader and dumper"; license = "unknown"; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "pugs-compat" = callPackage @@ -220478,8 +212274,6 @@ self: { libraryHaskellDepends = [ base containers mtl safe ]; description = "Pure IO monad"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "pure-priority-queue" = callPackage @@ -220491,8 +212285,6 @@ self: { libraryHaskellDepends = [ base containers ]; description = "A pure priority queue"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "pure-priority-queue-tests" = callPackage @@ -220557,8 +212349,6 @@ self: { ]; description = "A Haskell-only implementation of zlib / DEFLATE"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "pureMD5" = callPackage @@ -220846,8 +212636,6 @@ self: { ]; description = "TypeScript Declaration File (.d.ts) generator for PureScript"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "pursuit-client" = callPackage @@ -220883,8 +212671,6 @@ self: { ]; description = "Push notifications for Android and iOS"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "push-notify" = callPackage @@ -221022,8 +212808,6 @@ self: { testHaskellDepends = [ base hspec ]; description = "A Pusher.com client written in Haskell"; license = lib.licenses.mit; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "pusher-http-haskell" = callPackage @@ -221064,8 +212848,6 @@ self: { ]; description = "Implementation of the Pusher WebSocket protocol"; license = lib.licenses.mit; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "pushme" = callPackage @@ -221091,8 +212873,6 @@ self: { ]; description = "Tool to synchronize directories with rsync, zfs or git-annex"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "pushover" = callPackage @@ -221129,8 +212909,6 @@ self: { ]; description = "Put-based lens library"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "puzzle-draw" = callPackage @@ -221162,8 +212940,6 @@ self: { ]; description = "Creating graphics for pencil puzzles"; license = lib.licenses.mit; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "puzzle-draw-cmdline" = callPackage @@ -221325,8 +213101,6 @@ self: { libraryPkgconfigDepends = [ python ]; description = "Call python inline from haskell"; license = lib.licenses.mit; - hydraPlatforms = lib.platforms.none; - broken = true; }) {python = null;}; "pyfi" = callPackage @@ -221343,8 +213117,6 @@ self: { libraryPkgconfigDepends = [ python ]; description = "Call python inline from haskell"; license = lib.licenses.mit; - hydraPlatforms = lib.platforms.none; - broken = true; }) {python = null;}; "python-pickle" = callPackage @@ -221368,8 +213140,6 @@ self: { ]; description = "Serialization/deserialization using Python Pickle format"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "q4c12-twofinger" = callPackage @@ -221388,8 +213158,6 @@ self: { ]; description = "Efficient alternating finger trees"; license = lib.licenses.bsd2; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "qc-oi-testgenerator" = callPackage @@ -221403,8 +213171,6 @@ self: { ]; description = "Compile time generation of operation invariance tests for QuickCheck"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "qchas" = callPackage @@ -221433,8 +213199,6 @@ self: { librarySystemDepends = [ qd ]; description = "double-double and quad-double number type via libqd"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {qd = null;}; "qd-vec" = callPackage @@ -221465,8 +213229,6 @@ self: { testHaskellDepends = [ base transformers ]; description = "Simple prover"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "qhs" = callPackage @@ -221503,8 +213265,6 @@ self: { librarySystemDepends = [ qhull ]; description = "Simple bindings to Qhull, a library for computing convex hulls"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {inherit (pkgs) qhull;}; "qif" = callPackage @@ -221524,8 +213284,6 @@ self: { ]; description = "A simple QIF file format parser / printer"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "qlinear" = callPackage @@ -221546,8 +213304,6 @@ self: { ]; description = "Typesafe library for linear algebra"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "qm-interpolated-string" = callPackage @@ -221595,8 +213351,6 @@ self: { ]; description = "Decrypt files encrypted by QNAP's Hybrid Backup Sync"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "qq-literals" = callPackage @@ -221646,8 +213400,6 @@ self: { testHaskellDepends = [ base hspec ]; description = "Library to generate images"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {inherit (pkgs) qrencode;}; "qr-repa" = callPackage @@ -221723,8 +213475,6 @@ self: { libraryHaskellDepends = [ base ghc-prim ]; description = "quantity semaphores"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "qt" = callPackage @@ -221741,8 +213491,6 @@ self: { ]; description = "Qt bindings"; license = "unknown"; - hydraPlatforms = lib.platforms.none; - broken = true; }) {qtc_core = null; qtc_gui = null; qtc_network = null; qtc_opengl = null; qtc_script = null; qtc_tools = null;}; @@ -221900,8 +213648,6 @@ self: { executableHaskellDepends = [ base ]; description = "Quant finance library in pure Haskell"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "quantification" = callPackage @@ -221918,8 +213664,6 @@ self: { ]; description = "Rage against the quantification"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "quantities" = callPackage @@ -221951,8 +213695,6 @@ self: { libraryHaskellDepends = [ base MonadRandom mtl QuickCheck random ]; description = "An embedding of quantum computation as a Haskell arrow"; license = "LGPL"; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "quantum-random" = callPackage @@ -221997,8 +213739,6 @@ self: { ]; description = "Coronavirus quarantine timer web app for your things"; license = lib.licenses.bsd2; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "qudb" = callPackage @@ -222017,8 +213757,6 @@ self: { executableToolDepends = [ alex happy ]; description = "Quite Useless DB"; license = lib.licenses.lgpl3Only; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "quenya-verb" = callPackage @@ -222041,8 +213779,6 @@ self: { executableHaskellDepends = [ base ]; description = "Quenya verb conjugator"; license = lib.licenses.agpl3Only; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "queryparser" = callPackage @@ -222157,8 +213893,6 @@ self: { ]; description = "Picklers for de/serialising Generic data types to and from query strings"; license = "unknown"; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "questioner" = callPackage @@ -222174,8 +213908,6 @@ self: { ]; description = "A package for prompting values from the command-line"; license = lib.licenses.mit; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "queue" = callPackage @@ -222282,8 +214014,6 @@ self: { ]; description = "Slimmed down json schema language and validator"; license = lib.licenses.mit; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "quickbench" = callPackage @@ -222323,8 +214053,6 @@ self: { ]; description = "QuickBooks API binding"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "quickcheck-arbitrary-adt" = callPackage @@ -222518,8 +214246,6 @@ self: { libraryHaskellDepends = [ base mtl QuickCheck ]; description = "Combinators for Quickcheck Property construction and diagnostics"; license = lib.licenses.publicDomain; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "quickcheck-property-monad" = callPackage @@ -222531,8 +214257,6 @@ self: { libraryHaskellDepends = [ base either QuickCheck transformers ]; description = "A monad for generating QuickCheck properties without Arbitrary instances"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "quickcheck-regex" = callPackage @@ -222577,8 +214301,6 @@ self: { testHaskellDepends = [ base hspec HUnit QuickCheck rematch ]; description = "QuickCheck support for rematch"; license = lib.licenses.mit; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "quickcheck-report" = callPackage @@ -222594,8 +214316,6 @@ self: { ]; description = "Customizable reports for quickcheck properties"; license = lib.licenses.mit; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "quickcheck-script" = callPackage @@ -222756,8 +214476,6 @@ self: { libraryHaskellDepends = [ base QuickCheck transformers webdriver ]; description = "Utilities for using WebDriver with QuickCheck"; license = lib.licenses.mit; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "quickcheck-with-counterexamples" = callPackage @@ -222792,8 +214510,6 @@ self: { ]; description = "Wrapper for the QuickJS Javascript Engine"; license = lib.licenses.mit; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "quicklz" = callPackage @@ -222826,8 +214542,6 @@ self: { testHaskellDepends = [ base directory filepath QuickCheck ]; description = "Generate Main module with QuickCheck tests"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "quickselect" = callPackage @@ -222853,8 +214567,6 @@ self: { libraryHaskellDepends = [ base vector vector-algorithms ]; description = "Very fast and memory-compact query-only set and map structures"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "quickson" = callPackage @@ -222884,8 +214596,6 @@ self: { ]; description = "Equational laws for free!"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "quickterm" = callPackage @@ -222938,8 +214648,6 @@ self: { ]; description = "A quick webapp generator for any file processing tool"; license = lib.licenses.gpl3Only; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "quiet" = callPackage @@ -223036,8 +214744,6 @@ self: { ]; description = "An embedded, scalable functional programming language for quantum computing"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "quipper-demos" = callPackage @@ -223158,8 +214864,6 @@ self: { ]; description = "Utility libraries for Quipper"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "quiver" = callPackage @@ -223171,8 +214875,6 @@ self: { libraryHaskellDepends = [ base mmorph transformers ]; description = "Quiver finite stream processing library"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "quiver-binary" = callPackage @@ -223344,8 +215046,6 @@ self: { ]; description = "Test helpers which help generate data for projects that use postgresql"; license = lib.licenses.mit; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "quoridor-hs" = callPackage @@ -223370,8 +215070,6 @@ self: { testHaskellDepends = [ base HUnit mtl ]; description = "A Quoridor implementation in Haskell"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "quote-quot" = callPackage @@ -223531,8 +215229,6 @@ self: { libraryHaskellDepends = [ array base containers data-reify ]; description = "Reverse Automatic Differentiation"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "radian" = callPackage @@ -223545,8 +215241,6 @@ self: { testHaskellDepends = [ base HUnit lens ]; description = "Isomorphisms for measurements that use radians"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "radium" = callPackage @@ -223563,8 +215257,6 @@ self: { ]; description = "Chemistry"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "radium-formula-parser" = callPackage @@ -223580,8 +215272,6 @@ self: { ]; description = "Chemistry"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "radius" = callPackage @@ -223610,8 +215300,6 @@ self: { executableHaskellDepends = [ base filepath ]; description = "Command-line tool for emitting numbers in various bases"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "radix-tree" = callPackage @@ -223680,8 +215368,6 @@ self: { ]; description = "librados haskell bindings"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {rados = null;}; "raft" = callPackage @@ -223700,8 +215386,6 @@ self: { ]; description = "Miscellaneous Haskell utilities for data structures and data manipulation"; license = lib.licenses.mit; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "rail-compiler-editor" = callPackage @@ -223857,8 +215541,6 @@ self: { ]; description = "Stream based PDF library"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "rakuten" = callPackage @@ -223883,8 +215565,6 @@ self: { ]; description = "The Rakuten API in Haskell"; license = lib.licenses.mit; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "ral" = callPackage @@ -223974,8 +215654,6 @@ self: { ]; description = "RESTful API Modeling Language (RAML) library for Haskell"; license = lib.licenses.mit; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "rampart" = callPackage @@ -224014,8 +215692,6 @@ self: { libraryHaskellDepends = [ array base IntervalMap mtl random ]; description = "Random variable library, with Functor, Applicative and Monad instances"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "randfile" = callPackage @@ -224034,8 +215710,6 @@ self: { ]; description = "Program for picking a random file"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "rando" = callPackage @@ -224050,8 +215724,6 @@ self: { ]; description = "Easy-to-use randomness for livecoding"; license = lib.licenses.gpl3Only; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "random" = callPackage @@ -224107,8 +215779,6 @@ self: { libraryHaskellDepends = [ array base containers ]; description = "Random-access lists in Haskell"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "random-bytestring" = callPackage @@ -224150,8 +215820,6 @@ self: { libraryHaskellDepends = [ base random template-haskell ]; description = "A Template Haskell helper for deriving Random instances"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "random-eff" = callPackage @@ -224163,8 +215831,6 @@ self: { libraryHaskellDepends = [ base extensible-effects random ]; description = "A simple random generator library for extensible-effects"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "random-effin" = callPackage @@ -224290,8 +215956,6 @@ self: { libraryHaskellDepends = [ base binary bytestring random ]; description = "An infinite stream of random data"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "random-string" = callPackage @@ -224436,8 +216100,6 @@ self: { ]; description = "Memory efficient sets with ranges of elements"; license = lib.licenses.mit; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "range-space" = callPackage @@ -224483,8 +216145,6 @@ self: { libraryHaskellDepends = [ base containers primitive vector ]; description = "Linear range-min algorithms"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "ranges" = callPackage @@ -224566,8 +216226,6 @@ self: { ]; description = "Rapid prototyping with GHCi: hot reloading of running components and reload-surviving values"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "rapid-term" = callPackage @@ -224583,8 +216241,6 @@ self: { ]; description = "External terminal support for rapid"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "rasa" = callPackage @@ -224810,8 +216466,6 @@ self: { ]; description = "A command-line client for Reddit"; license = lib.licenses.mit; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "rasterific-svg" = callPackage @@ -224971,8 +216625,6 @@ self: { ]; description = "finite or repeating lists"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "rattle" = callPackage @@ -225006,8 +216658,6 @@ self: { ]; description = "Forward build system, with caching and speculation"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "rattletrap" = callPackage @@ -225028,8 +216678,6 @@ self: { testHaskellDepends = [ base bytestring filepath ]; description = "Parse and generate Rocket League replays"; license = lib.licenses.mit; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "raven-haskell" = callPackage @@ -225065,8 +216713,6 @@ self: { ]; description = "Sentry http interface for Scotty web server"; license = lib.licenses.mit; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "raw-feldspar" = callPackage @@ -225174,8 +216820,6 @@ self: { ]; description = "Random Access Zippers"; license = lib.licenses.mit; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "razom-text-util" = callPackage @@ -225253,8 +216897,6 @@ self: { benchmarkHaskellDepends = [ base gauge mwc-random ]; description = "Randomized Binary Search Trees"; license = lib.licenses.mit; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "rc" = callPackage @@ -225294,8 +216936,6 @@ self: { ]; description = "Haskell client for Rserve"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "rcu" = callPackage @@ -225443,8 +217083,6 @@ self: { ]; description = "A binding to React based on the Flux application architecture for GHCJS"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "react-flux-servant" = callPackage @@ -225474,8 +217112,6 @@ self: { ]; description = "Haskell React bindings"; license = lib.licenses.mit; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "react-tutorial-haskell-server" = callPackage @@ -225493,8 +217129,6 @@ self: { ]; description = "react-tutorial web server"; license = lib.licenses.agpl3Only; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "reaction-logic" = callPackage @@ -225509,8 +217143,6 @@ self: { executableHaskellDepends = [ base mtl QuickCheck ]; description = "pluggable pure logic serializable reactor"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "reactive" = callPackage @@ -225540,8 +217172,6 @@ self: { testHaskellDepends = [ base containers HUnit old-time stm ]; description = "FRP (functional reactive programming) framework"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "reactive-balsa" = callPackage @@ -225635,8 +217265,6 @@ self: { testHaskellDepends = [ base ]; description = "Simple reactive programming with GTK GObject Introspection"; license = lib.licenses.publicDomain; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "reactive-banana-sdl" = callPackage @@ -225666,8 +217294,6 @@ self: { testHaskellDepends = [ base ]; description = "Reactive Banana integration with SDL2"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "reactive-banana-threepenny" = callPackage @@ -225682,8 +217308,6 @@ self: { libraryHaskellDepends = [ base reactive-banana threepenny-gui ]; description = "Examples for the reactive-banana library, using threepenny-gui"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "reactive-banana-wx" = callPackage @@ -225812,8 +217436,6 @@ self: { ]; description = "Reactive programming via imperative threads"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "reactivity" = callPackage @@ -225860,8 +217482,6 @@ self: { libraryHaskellDepends = [ base ]; description = "Class for reading bounded values"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "read-ctags" = callPackage @@ -225884,8 +217504,6 @@ self: { base bytestring containers directory hspec text ]; license = lib.licenses.mit; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "read-editor" = callPackage @@ -225923,8 +217541,6 @@ self: { testHaskellDepends = [ base containers directory filepath hspec ]; description = "Read IO library"; license = lib.licenses.mit; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "readability" = callPackage @@ -225945,8 +217561,6 @@ self: { ]; description = "Extracts text of main article from HTML document"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "readable" = callPackage @@ -226022,8 +217636,6 @@ self: { ]; description = "Readline effect for in-other-words"; license = lib.licenses.bsd2; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "readline-statevar" = callPackage @@ -226035,8 +217647,6 @@ self: { libraryHaskellDepends = [ base readline StateVar ]; description = "Readline with variables (setX/getY) wrapped in state vars"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "readme-lhs" = callPackage @@ -226058,8 +217668,6 @@ self: { testHaskellDepends = [ base doctest numhask ]; description = "Literate programming support"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "readpyc" = callPackage @@ -226091,8 +217699,6 @@ self: { ]; description = "Code for reading ESRI Shapefiles"; license = lib.licenses.mit; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "real-day-end" = callPackage @@ -226120,8 +217726,6 @@ self: { libraryHaskellDepends = [ base parsec ]; description = "A really simple XML parser"; license = lib.licenses.publicDomain; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "realworldhaskell" = callPackage @@ -226198,8 +217802,6 @@ self: { ]; description = "SVG file loader and serializer"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "reason-export" = callPackage @@ -226232,8 +217834,6 @@ self: { libraryHaskellDepends = [ base mtl split template-haskell ]; description = "Lens implementation. It is more small but adequately."; license = lib.licenses.mit; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "reasonable-operational" = callPackage @@ -226334,8 +217934,6 @@ self: { ]; description = "Anonymous records"; license = lib.licenses.mit; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "record-aeson" = callPackage @@ -226386,8 +217984,6 @@ self: { ]; description = "Generic encoding of records"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "record-gl" = callPackage @@ -226504,8 +218100,6 @@ self: { libraryHaskellDepends = [ base kinds type-functions ]; description = "A flexible record system"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "records-sop" = callPackage @@ -226669,8 +218263,6 @@ self: { testHaskellDepends = [ base hspec QuickCheck template-haskell ]; description = "Auto-generate final encodings and their isomorphisms using Template Haskell"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "red-black-record" = callPackage @@ -226689,8 +218281,6 @@ self: { doHaddock = false; description = "Extensible records and variants indexed by a type-level Red-Black tree"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "red-black-tree" = callPackage @@ -226823,8 +218413,6 @@ self: { libraryHaskellDepends = [ base bytestring network utf8-string ]; description = "A simple Redis library for Haskell"; license = lib.licenses.mit; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "redis-io" = callPackage @@ -226892,8 +218480,6 @@ self: { libraryHaskellDepends = [ base binary bytestring redis ]; description = "Simple redis bindings for Haskell"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "rediscaching-haxl" = callPackage @@ -226921,8 +218507,6 @@ self: { libraryPkgconfigDepends = [ raptor2 redland ]; description = "Redland RDF library bindings"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {raptor2 = null; inherit (pkgs) redland;}; "redo" = callPackage @@ -227011,8 +218595,6 @@ self: { ]; description = "Reed-Solomon Erasure Coding in Haskell"; license = lib.licenses.mit; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "reenact" = callPackage @@ -227026,8 +218608,6 @@ self: { ]; description = "A reimplementation of the Reactive library"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "reexport-crypto-random" = callPackage @@ -227049,8 +218629,6 @@ self: { libraryHaskellDepends = [ base ghc-prim ]; description = "Generic Mutable Ref Abstraction Layer"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "ref-extras" = callPackage @@ -227089,8 +218667,6 @@ self: { libraryHaskellDepends = [ base mtl stm transformers ]; description = "A type class for monads with references compatible with the mtl2 library"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "ref-tf" = callPackage @@ -227134,8 +218710,6 @@ self: { ]; description = "Container with element counts"; license = lib.licenses.mit; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "reference" = callPackage @@ -227169,8 +218743,6 @@ self: { ]; description = "Selectors for reading and updating data"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "refh" = callPackage @@ -227217,8 +218789,6 @@ self: { libraryHaskellDepends = [ base http-api-data refined text ]; description = "http-api-data instances for refined types"; license = lib.licenses.mit; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "refinery" = callPackage @@ -227266,8 +218836,6 @@ self: { ]; description = "Utilities for the reflection package"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "reflection-without-remorse" = callPackage @@ -227402,8 +218970,6 @@ self: { executableHaskellDepends = [ base lens reflex witherable ]; description = "A basic Reflex host for backend work"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "reflex-dom" = callPackage @@ -227441,8 +219007,6 @@ self: { ]; description = "Basic support for using the Ace editor with Reflex"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "reflex-dom-colonnade" = callPackage @@ -227478,8 +219042,6 @@ self: { ]; description = "A playground for experimenting with infrastructure and common code for reflex applications"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "reflex-dom-core" = callPackage @@ -227556,8 +219118,6 @@ self: { testHaskellDepends = [ base ]; description = "Html tag helpers for reflex-dom"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "reflex-dom-ionic" = callPackage @@ -227626,8 +219186,6 @@ self: { ]; description = "Routing and retractable back button for reflex-dom"; license = lib.licenses.mit; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "reflex-dom-svg" = callPackage @@ -227643,8 +219201,6 @@ self: { ]; description = "Reflex functions for SVG elements"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "reflex-dom-th" = callPackage @@ -227688,8 +219244,6 @@ self: { ]; description = "various dynamic containers for Reflex"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "reflex-external-ref" = callPackage @@ -227718,8 +219272,6 @@ self: { ]; description = "Reflex FRP interface for watching files"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "reflex-gadt-api" = callPackage @@ -227744,8 +219296,6 @@ self: { ]; description = "Interact with a GADT API in your reflex-dom application"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "reflex-ghci" = callPackage @@ -227801,8 +219351,6 @@ self: { ]; description = "Helper functions to use reflex with gi-gtk"; license = lib.licenses.mpl20; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "reflex-gloss" = callPackage @@ -227818,8 +219366,6 @@ self: { ]; description = "An reflex interface for gloss"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "reflex-gloss-scene" = callPackage @@ -227864,8 +219410,6 @@ self: { ]; description = "Use jsx-like syntax in Reflex"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "reflex-libtelnet" = callPackage @@ -227882,8 +219426,6 @@ self: { ]; description = "Reflex bindings for libtelnet"; license = lib.licenses.gpl3Plus; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "reflex-localize" = callPackage @@ -227948,8 +219490,6 @@ self: { ]; description = "Useful missing instances for Reflex"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "reflex-process" = callPackage @@ -227995,8 +219535,6 @@ self: { executableHaskellDepends = [ base mtl reflex ]; description = "SDL2 and reflex FRP"; license = lib.licenses.mit; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "reflex-test-host" = callPackage @@ -228032,8 +219570,6 @@ self: { ]; description = "Collections and switchable Monad transformers for Reflex"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "reflex-vty" = callPackage @@ -228059,8 +219595,6 @@ self: { testHaskellDepends = [ base containers extra hspec reflex text ]; description = "Reflex FRP host and widgets for VTY applications"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "reform" = callPackage @@ -228146,8 +219680,6 @@ self: { libraryHaskellDepends = [ base parsec ]; description = "The parser and render to parsec and render the string"; license = lib.licenses.gpl3Only; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "refractor" = callPackage @@ -228171,8 +219703,6 @@ self: { ]; description = "See README for more info"; license = lib.licenses.mpl20; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "refresht" = callPackage @@ -228188,8 +219718,6 @@ self: { libraryHaskellDepends = [ base data-default exceptions lens mtl ]; description = "Environment Monad with automatic resource refreshment"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "refty" = callPackage @@ -228246,8 +219774,6 @@ self: { libraryHaskellDepends = [ base ]; description = "Register allocation API"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "reg-alloc-graph-color" = callPackage @@ -228404,8 +219930,6 @@ self: { libraryHaskellDepends = [ base mtl parsec regex-base ]; description = "Replaces/Enhances Text.Regex"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "regex-do" = callPackage @@ -228494,8 +220018,6 @@ self: { ]; description = "Generate a random string from a PCRE"; license = lib.licenses.mit; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "regex-genex" = callPackage @@ -228528,8 +220050,6 @@ self: { libraryHaskellDepends = [ base parsec regex-base ]; description = "Replaces/Enhances Text.Regex"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "regex-pcre" = callPackage @@ -228641,8 +220161,6 @@ self: { ]; description = "Unit tests for the plaform's Posix regex library"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "regex-rure" = callPackage @@ -228658,9 +220176,7 @@ self: { testHaskellDepends = [ base bytestring tasty tasty-hunit ]; description = "Bindings to Rust's regex library"; license = lib.licenses.agpl3Only; - hydraPlatforms = lib.platforms.none; maintainers = with lib.maintainers; [ sternenseemann ]; - broken = true; }) {inherit (pkgs) rure;}; "regex-tdfa" = callPackage @@ -228695,8 +220211,6 @@ self: { ]; description = "Parse with regular expressions on Producers"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "regex-tdfa-quasiquoter" = callPackage @@ -228708,8 +220222,6 @@ self: { libraryHaskellDepends = [ base regex-tdfa template-haskell ]; description = "Quasi-quoter for TDFA (extended POSIX) regular expressions"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "regex-tdfa-rc" = callPackage @@ -228727,8 +220239,6 @@ self: { ]; description = "Replaces/Enhances Text.Regex"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "regex-tdfa-text" = callPackage @@ -228742,8 +220252,6 @@ self: { libraryHaskellDepends = [ array base regex-base regex-tdfa text ]; description = "Text interface for regex-tdfa"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "regex-tdfa-unittest" = callPackage @@ -228762,8 +220270,6 @@ self: { ]; description = "Unit tests for the regex-tdfa"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "regex-tdfa-utf8" = callPackage @@ -228781,8 +220287,6 @@ self: { ]; description = "This combines regex-tdfa with utf8-string to allow searching over UTF8 encoded lazy bytestrings"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "regex-tre" = callPackage @@ -228797,8 +220301,6 @@ self: { librarySystemDepends = [ tre ]; description = "Replaces/Enhances Text.Regex"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {inherit (pkgs) tre;}; "regex-type" = callPackage @@ -228810,8 +220312,6 @@ self: { libraryHaskellDepends = [ base ]; description = "Type-level regular expressions"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "regex-with-pcre" = callPackage @@ -228939,8 +220439,6 @@ self: { libraryHaskellDepends = [ base ]; description = "Regular expressions via symbolic manipulation"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "regexqq" = callPackage @@ -228954,8 +220452,6 @@ self: { ]; description = "A quasiquoter for PCRE regexes"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "regional-pointers" = callPackage @@ -228986,8 +220482,6 @@ self: { ]; description = "Provides the region monad for safely opening and working with scarce resources"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "regions-monadsfd" = callPackage @@ -229043,8 +220537,6 @@ self: { libraryHaskellDepends = [ base ]; description = "A computationally universal register machine implementation at the type-level"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "registry" = callPackage @@ -229072,8 +220564,6 @@ self: { testToolDepends = [ tasty-discover ]; description = "data structure for assembling components"; license = lib.licenses.mit; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "registry-hedgehog" = callPackage @@ -229111,8 +220601,6 @@ self: { libraryHaskellDepends = [ ad base vector ]; description = "Linear and logistic regression through automatic differentiation"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "regression-simple" = callPackage @@ -229124,8 +220612,6 @@ self: { libraryHaskellDepends = [ base vector ]; description = "Simple linear and quadratic regression"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "regular" = callPackage @@ -229139,8 +220625,6 @@ self: { libraryHaskellDepends = [ base template-haskell ]; description = "Generic programming library for regular datatypes"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "regular-extras" = callPackage @@ -229213,8 +220697,6 @@ self: { ]; description = "Rebuild default.hoo from many .hoo files in the current directory"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "rei" = callPackage @@ -229232,8 +220714,6 @@ self: { ]; description = "Process lists easily"; license = lib.licenses.mit; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "reified-records" = callPackage @@ -229245,8 +220725,6 @@ self: { libraryHaskellDepends = [ base containers mtl ]; description = "Reify records to Maps and back again"; license = lib.licenses.mit; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "reify" = callPackage @@ -229262,8 +220740,6 @@ self: { executableHaskellDepends = [ base ghc ]; description = "Serialize data"; license = "GPL"; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "reinterpret-cast" = callPackage @@ -229317,8 +220793,6 @@ self: { libraryHaskellDepends = [ array base containers ]; description = "A relation data structure"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "relapse" = callPackage @@ -229337,8 +220811,6 @@ self: { ]; description = "Sensible RLP encoding"; license = lib.licenses.mit; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "relation" = callPackage @@ -229376,8 +220848,6 @@ self: { ]; description = "PostgreSQL v8.x driver for haskell-relational-record"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "relational-query" = callPackage @@ -229453,8 +220923,6 @@ self: { ]; description = "The connector of relational-record and postgresql-pure"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "relational-record" = callPackage @@ -229556,8 +221024,6 @@ self: { libraryHaskellDepends = [ aeson base chronos text torsor ]; description = "humanised relevant time"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "reliable-io" = callPackage @@ -229617,8 +221083,6 @@ self: { ]; description = "A web based Haskell IDE"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "reloto" = callPackage @@ -229697,8 +221161,6 @@ self: { ]; description = "A DSL for marking student work"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "remarks" = callPackage @@ -229720,8 +221182,6 @@ self: { ]; description = "A DSL for marking student work"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "rematch" = callPackage @@ -229763,8 +221223,6 @@ self: { ]; description = "Cloud Haskell"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "remote-debugger" = callPackage @@ -229780,8 +221238,6 @@ self: { ]; description = "Interface to ghci debugger"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "remote-json" = callPackage @@ -229865,8 +221321,6 @@ self: { ]; description = "An parametrizable Remote Monad, and parametrizable Applicative Functor"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "remotion" = callPackage @@ -229950,8 +221404,6 @@ self: { testToolDepends = [ hspec-discover ]; description = "Reorder expressions in a syntax tree according to operator fixities"; license = lib.licenses.mit; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "reorderable" = callPackage @@ -229967,8 +221419,6 @@ self: { ]; description = "Define compound types that do not depend on member order"; license = "unknown"; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "repa" = callPackage @@ -229995,8 +221445,6 @@ self: { libraryHaskellDepends = [ base repa vector ]; description = "Algorithms using the Repa array library"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "repa-array" = callPackage @@ -230027,8 +221475,6 @@ self: { doHaddock = false; description = "(deprecated)"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "repa-convert" = callPackage @@ -230057,8 +221503,6 @@ self: { librarySystemDepends = [ libdevil ]; description = "Support for image reading and writing of Repa arrays using in-place FFI calls"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {inherit (pkgs) libdevil;}; "repa-eval" = callPackage @@ -230070,8 +221514,6 @@ self: { libraryHaskellDepends = [ base ghc-prim ]; description = "Low-level parallel operators on bulk random-accessble arrays"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "repa-examples" = callPackage @@ -230176,8 +221618,6 @@ self: { libraryHaskellDepends = [ base hmatrix repa vector ]; description = "HMatrix operations for Repa"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "repa-plugin" = callPackage @@ -230212,8 +221652,6 @@ self: { ]; description = "Scalar data types and conversions"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "repa-series" = callPackage @@ -230225,8 +221663,6 @@ self: { libraryHaskellDepends = [ base ghc ghc-prim vector ]; description = "Series Expressionss API"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "repa-sndfile" = callPackage @@ -230290,8 +221726,6 @@ self: { ]; description = "IRC friendly REPL library"; license = lib.licenses.mit; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "repl-toolkit" = callPackage @@ -230363,8 +221797,6 @@ self: { wai-websockets websockets ]; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "replicant" = callPackage @@ -230436,8 +221868,6 @@ self: { testToolDepends = [ hspec-discover ]; description = "Blogging module using blaze html for markup"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "repr" = callPackage @@ -230483,8 +221913,6 @@ self: { ]; description = "Representable functors"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "representable-profunctors" = callPackage @@ -230545,8 +221973,6 @@ self: { testHaskellDepends = [ base hspec ]; description = "Define and combine \"materialized\" projections"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "req" = callPackage @@ -230605,8 +222031,6 @@ self: { ]; description = "Conduit helpers for the req HTTP client library"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "req-oauth2" = callPackage @@ -230643,8 +222067,6 @@ self: { testHaskellDepends = [ base hspec modern-uri req ]; description = "Provides URI/URL helper functions for use with Req"; license = lib.licenses.mit; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "reqcatcher" = callPackage @@ -230661,8 +222083,6 @@ self: { ]; description = "A local http server to catch the HTTP redirect"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "request" = callPackage @@ -230689,8 +222109,6 @@ self: { libraryHaskellDepends = [ base free mtl transformers ]; description = "A transformer for generic requests"; license = lib.licenses.mit; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "require" = callPackage @@ -230849,8 +222267,6 @@ self: { ]; description = "Reserve reloads web applications"; license = lib.licenses.mit; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "reservoir" = callPackage @@ -230862,8 +222278,6 @@ self: { libraryHaskellDepends = [ base containers random ]; description = "Unweighted reservoir sampling"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "resin" = callPackage @@ -230875,8 +222289,6 @@ self: { libraryHaskellDepends = [ base ghc-prim ralist semigroupoids ]; description = "High performance variable binders"; license = lib.licenses.bsd2; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "resistor-cube" = callPackage @@ -230946,8 +222358,6 @@ self: { ]; description = "A name resolusion library"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "resolve-trivial-conflicts" = callPackage @@ -230966,8 +222376,6 @@ self: { ]; description = "Remove trivial conflict markers in a git repository"; license = lib.licenses.gpl2Only; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "resource-effect" = callPackage @@ -230986,8 +222394,6 @@ self: { ]; description = "A port of the package 'resourcet' for extensible effects"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "resource-embed" = callPackage @@ -231001,8 +222407,6 @@ self: { executableHaskellDepends = [ base bytestring directory ]; description = "Embed data files via C and FFI"; license = lib.licenses.mit; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "resource-pool" = callPackage @@ -231282,8 +222686,6 @@ self: { doHaddock = false; description = "Rewriting library with online termination checking"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "rest-snap" = callPackage @@ -231370,8 +222772,6 @@ self: { libraryHaskellDepends = [ aeson base bytestring unix ]; description = "Minimal live coding library for model-view-event-update applications"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "restful-snap" = callPackage @@ -231443,8 +222843,6 @@ self: { executableHaskellDepends = [ base directory filepath utf8-string ]; description = "Convert between camel case and separated words style"; license = lib.licenses.mit; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "result" = callPackage @@ -231468,8 +222866,6 @@ self: { libraryHaskellDepends = [ base mtl ]; description = "A monad transformer for resumable exceptions"; license = "unknown"; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "rethinkdb" = callPackage @@ -231493,8 +222889,6 @@ self: { benchmarkHaskellDepends = [ aeson async base criterion text ]; description = "A driver for RethinkDB 2.2"; license = lib.licenses.asl20; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "rethinkdb-client-driver" = callPackage @@ -231523,8 +222917,6 @@ self: { ]; description = "Client driver for RethinkDB"; license = lib.licenses.mit; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "rethinkdb-model" = callPackage @@ -231560,8 +222952,6 @@ self: { ]; description = "RethinkDB driver for Haskell"; license = lib.licenses.asl20; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "retrie" = callPackage @@ -231700,8 +223090,6 @@ self: { executableHaskellDepends = [ base optparse-applicative process ]; description = "Retry failed commands"; license = lib.licenses.mpl20; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "rev-state" = callPackage @@ -231766,8 +223154,6 @@ self: { ]; description = "Simple reverse geocoding using OpenStreeMap"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "reverse-list" = callPackage @@ -231792,8 +223178,6 @@ self: { executableHaskellDepends = [ array base process ]; description = "Text-only reversi (aka othelo) game"; license = lib.licenses.lgpl3Only; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "rewrite" = callPackage @@ -231829,8 +223213,6 @@ self: { executableHaskellDepends = [ base prettyprinter ]; description = "Inspection of rewriting steps"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "rewriting" = callPackage @@ -231912,8 +223294,6 @@ self: { ]; description = "Robert Fischer's Common library"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "rfc-env" = callPackage @@ -231967,8 +223347,6 @@ self: { ]; description = "The Prelude from the Robert Fischer Commons"; license = lib.licenses.mit; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "rfc-psql" = callPackage @@ -232134,8 +223512,6 @@ self: { testHaskellDepends = [ base simple-cmd ]; description = "Bugzilla query tool"; license = lib.licenses.gpl2Only; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "rhine" = callPackage @@ -232220,8 +223596,6 @@ self: { benchmarkHaskellDepends = [ base bytestring criterion semigroups ]; description = "A Haskell client for the Riak decentralized data store"; license = "unknown"; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "riak-protobuf" = callPackage @@ -232254,8 +223628,6 @@ self: { ]; description = "Lenses for riak-protobuf"; license = "unknown"; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "rib" = callPackage @@ -232319,8 +223691,6 @@ self: { libraryHaskellDepends = [ base Only postgresql-simple text time ]; description = "Type-level Relational DB combinators"; license = lib.licenses.mit; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "ribosome" = callPackage @@ -232354,8 +223724,6 @@ self: { ]; description = "api extensions for nvim-hs"; license = "BSD-2-Clause-Patent"; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "ribosome-root" = callPackage @@ -232466,8 +223834,6 @@ self: { ]; description = "Quick metrics to grow your app strong"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "ridley-extras" = callPackage @@ -232515,8 +223881,6 @@ self: { ]; description = "A Riemann client for Haskell"; license = lib.licenses.mit; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "riff" = callPackage @@ -232535,8 +223899,6 @@ self: { executableHaskellDepends = [ base bytestring filepath ]; description = "RIFF parser for Haskell"; license = lib.licenses.mit; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "rigel-viz" = callPackage @@ -232567,8 +223929,6 @@ self: { testHaskellDepends = [ base HUnit QuickCheck vector ]; description = "A concurrent, mutable ring-buffer"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "ring-buffers" = callPackage @@ -232585,8 +223945,6 @@ self: { testHaskellDepends = [ base HUnit primitive QuickCheck ]; description = "mutable ring buffers with atomic updates in GHC Haskell"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "rings" = callPackage @@ -232823,8 +224181,6 @@ self: { testHaskellDepends = [ base hspec QuickCheck ]; description = "Haskell representation of the RISC-V instruction set architecture"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "rison" = callPackage @@ -232856,8 +224212,6 @@ self: { libraryHaskellDepends = [ base lazysmallcheck oeis QuickCheck ]; description = "Rivers are like Streams, but different"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "rivet" = callPackage @@ -232919,8 +224273,6 @@ self: { libraryHaskellDepends = [ base postgresql-simple text ]; description = "Postgresql migration support for project management tool"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "rivet-simple-deploy" = callPackage @@ -232932,8 +224284,6 @@ self: { libraryHaskellDepends = [ base configurator mtl rivet-core text ]; description = "Basic deployment support for project management tool"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "rl-satton" = callPackage @@ -232959,8 +224309,6 @@ self: { ]; description = "Collection of Reinforcement Learning algorithms"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "rle" = callPackage @@ -233004,8 +224352,6 @@ self: { ]; description = "A Haskell codec for RL-Glue"; license = lib.licenses.asl20; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "rlist" = callPackage @@ -233146,8 +224492,6 @@ self: { ]; description = "A build daemon for Haskell development"; license = lib.licenses.gpl3Only; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "roboservant" = callPackage @@ -233202,8 +224546,6 @@ self: { ]; description = "Parser for robots.txt"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "roc-cluster" = callPackage @@ -233218,8 +224560,6 @@ self: { testHaskellDepends = [ base hspec HUnit ]; description = "ROC online clustering algorithm"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "roc-cluster-demo" = callPackage @@ -233305,8 +224645,6 @@ self: { ]; description = "Haskell bindings to RocksDB"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {inherit (pkgs) rocksdb;}; "rocksdb-haskell-jprupp" = callPackage @@ -233431,8 +224769,6 @@ self: { ]; description = "Bindings to Roku's External Control API"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "roles" = callPackage @@ -233461,8 +224797,6 @@ self: { ]; description = "error tracking through rollbar.com"; license = lib.licenses.mit; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "rollbar-cli" = callPackage @@ -233504,8 +224838,6 @@ self: { testToolDepends = [ hspec-discover ]; description = "Core library to communicate with Rollbar API"; license = lib.licenses.mit; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "rollbar-hs" = callPackage @@ -233528,8 +224860,6 @@ self: { ]; description = "Core Rollbar data types and APIs"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "rollbar-wai" = callPackage @@ -233597,8 +224927,6 @@ self: { ]; description = "Playing with applicatives and dice!"; license = lib.licenses.gpl2Only; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "rolling-queue" = callPackage @@ -233676,8 +225004,6 @@ self: { ]; description = "Replicated Data Types (RON-RDT)"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "ron-schema" = callPackage @@ -233738,8 +225064,6 @@ self: { ]; description = "Tools for manipulating fingertrees of bytestrings with optional annotations"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "rope-utf16-splay" = callPackage @@ -233835,8 +225159,6 @@ self: { ]; description = "Various trie implementations in Haskell"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "rose-trie" = callPackage @@ -233868,8 +225190,6 @@ self: { testToolDepends = [ hspec-discover ]; description = "Common rose tree/forest functions"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "rosezipper" = callPackage @@ -233931,8 +225251,6 @@ self: { ]; description = "ROS message parser, render, TH"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "rosmsg-bin" = callPackage @@ -233982,8 +225300,6 @@ self: { libraryHaskellDepends = [ base containers deepseq ]; description = "General purpose utility library"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "rot13" = callPackage @@ -234015,8 +225331,6 @@ self: { ]; description = "Size-limited, concurrent, automatically-rotating log writer"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "roundRobin" = callPackage @@ -234090,8 +225404,6 @@ self: { libraryHaskellDepends = [ array base numeric-extras ]; description = "Explicit floating point rounding mode wrappers"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "roundtrip" = callPackage @@ -234127,8 +225439,6 @@ self: { ]; description = "Un-/parse JSON with roundtrip invertible syntax definitions"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "roundtrip-string" = callPackage @@ -234288,8 +225598,6 @@ self: { libraryHaskellDepends = [ base containers template-haskell ]; description = "Build records from lists of strings, as from CSV files"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "rp-tree" = callPackage @@ -234357,8 +225665,6 @@ self: { executableHaskellDepends = [ base ]; description = "a remote procedure call framework"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "rpf" = callPackage @@ -234392,8 +225698,6 @@ self: { libraryHaskellDepends = [ base directory filepath HaXml process ]; description = "Cozy little project to question unruly rpm packages"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "rpm-nvr" = callPackage @@ -234431,8 +225735,6 @@ self: { testHaskellDepends = [ base extra hspec simple-cmd unix ]; description = "Sort RPM packages in dependency order"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "rrb-vector" = callPackage @@ -234468,8 +225770,6 @@ self: { testHaskellDepends = [ base hspec text ]; description = "Recurrence rule parser and formatter"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "rsagl" = callPackage @@ -234546,8 +225846,6 @@ self: { libraryHaskellDepends = [ base ]; description = "A Rational Street Performer Protocol solver"; license = lib.licenses.mit; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "rss" = callPackage @@ -234561,8 +225859,6 @@ self: { libraryHaskellDepends = [ base HaXml network network-uri time ]; description = "A library for generating RSS 2.0 feeds."; license = lib.licenses.publicDomain; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "rss-conduit" = callPackage @@ -234616,8 +225912,6 @@ self: { ]; description = "watches an RSS/Atom feed and writes it to an IRC channel"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "rstream" = callPackage @@ -234629,8 +225923,6 @@ self: { libraryHaskellDepends = [ base ghc-prim ]; description = "stream-fusion framework from vector"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "rtcm" = callPackage @@ -234709,8 +226001,6 @@ self: { ]; description = "Manipulate network devices, addresses, and routes on Linux"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "rtorrent-rpc" = callPackage @@ -234727,8 +226017,6 @@ self: { ]; description = "A library for communicating with RTorrent over its XML-RPC interface"; license = lib.licenses.mit; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "rtorrent-state" = callPackage @@ -234768,8 +226056,6 @@ self: { executableHaskellDepends = [ base Cabal process ]; description = "Dynamically load Haskell libraries"; license = lib.licenses.gpl3Only; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "rubberband" = callPackage @@ -234808,8 +226094,6 @@ self: { ]; description = "Parse a subset of Ruby objects serialised with Marshal.dump."; license = lib.licenses.mit; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "ruby-qq" = callPackage @@ -234826,8 +226110,6 @@ self: { ]; description = "rubyish quasiquoters"; license = lib.licenses.mit; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "ruff" = callPackage @@ -234839,8 +226121,6 @@ self: { libraryHaskellDepends = [ array base mtl parsec safe strict Vec ]; description = "relatively useful fractal functions"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "ruin" = callPackage @@ -234862,8 +226142,6 @@ self: { ]; description = "Pliable records"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "ruler" = callPackage @@ -234934,8 +226212,6 @@ self: { libraryHaskellDepends = [ base ]; description = "A collection of explicit Runge-Kutta methods of various orders"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "rungekutta2" = callPackage @@ -234986,8 +226262,6 @@ self: { testHaskellDepends = [ base directory hspec process ]; description = "Stack wrapper for single-file Haskell programs"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "runmany" = callPackage @@ -235005,8 +226279,6 @@ self: { ]; description = "Run multiple commands, interleaving output and errors"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "runmemo" = callPackage @@ -235093,8 +226365,6 @@ self: { ]; description = "Packet Generation"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "rz-pipe" = callPackage @@ -235214,8 +226484,6 @@ self: { ]; description = "A monadic buffer resilient to exceptions"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "safe-coerce" = callPackage @@ -235227,8 +226495,6 @@ self: { libraryHaskellDepends = [ base ]; description = "A friendly shorthand for an old friend"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "safe-coloured-text" = callPackage @@ -235407,8 +226673,6 @@ self: { libraryHaskellDepends = [ base indexed mtl vector ]; description = "Support for safely freezing multiple arrays in the ST monad"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "safe-globals" = callPackage @@ -235420,8 +226684,6 @@ self: { libraryHaskellDepends = [ base stm template-haskell ]; description = "Safe top-level mutable variables which scope like ordinary values"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "safe-json" = callPackage @@ -235485,8 +226747,6 @@ self: { ]; description = "A library providing safe lazy IO features"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "safe-length" = callPackage @@ -235504,8 +226764,6 @@ self: { ]; description = "Tired of accidentally calling length on tuples? Relief at last!"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "safe-money" = callPackage @@ -235639,8 +226897,6 @@ self: { ]; description = "A small wrapper over hs-plugins to allow loading safe plugins"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "safe-printf" = callPackage @@ -235660,8 +226916,6 @@ self: { ]; description = "Well-typed, flexible and variadic printf for Haskell"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "safe-tensor" = callPackage @@ -235731,8 +226985,6 @@ self: { ]; description = "Making SafeCopy migrations easier"; license = lib.licenses.publicDomain; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "safecopy-store" = callPackage @@ -235756,8 +227008,6 @@ self: { ]; description = "Binary serialization with version control"; license = lib.licenses.publicDomain; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "safeint" = callPackage @@ -235775,8 +227025,6 @@ self: { ]; description = "overflow-checked Int type"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "safeio" = callPackage @@ -235811,8 +227059,6 @@ self: { testHaskellDepends = [ base doctest ]; description = "Safe Paths in Haskell"; license = lib.licenses.mit; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "safer-file-handles" = callPackage @@ -235874,8 +227120,6 @@ self: { libraryHaskellDepends = [ base blaze-html containers text ]; description = "A simple type-safe routing library"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "sai-shape-syb" = callPackage @@ -235914,8 +227158,6 @@ self: { ]; description = "Fast JSON parsing powered by Chad Austin's sajson library"; license = lib.licenses.mit; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "sak" = callPackage @@ -236009,8 +227251,6 @@ self: { ]; description = "Configuration Loader for toml"; license = lib.licenses.mit; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "salak-yaml" = callPackage @@ -236190,8 +227430,6 @@ self: { ]; description = "Salvia webserver protocol suite supporting URI, HTTP, Cookie and MIME"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "salvia-sessions" = callPackage @@ -236368,8 +227606,6 @@ self: { libraryHaskellDepends = [ base ]; description = "SAND data serialization and manipulation library"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "sandman" = callPackage @@ -236388,8 +227624,6 @@ self: { ]; description = "Manages Cabal sandboxes to avoid rebuilding packages"; license = lib.licenses.mit; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "sandwich" = callPackage @@ -236537,8 +227771,6 @@ self: { libraryHaskellDepends = [ base deepseq portaudio ]; description = "audio library"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "sarsi" = callPackage @@ -236598,8 +227830,6 @@ self: { executableHaskellDepends = [ base ]; description = "CNF SATisfier"; license = "GPL"; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "sat-micro-hs" = callPackage @@ -236636,8 +227866,6 @@ self: { testHaskellDepends = [ array base ]; description = "SAT encoding monad"; license = "GPL"; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "satchmo-backends" = callPackage @@ -236752,8 +227980,6 @@ self: { ]; description = "re-export of the random generators from Hedgehog"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "sax" = callPackage @@ -236772,8 +227998,6 @@ self: { testHaskellDepends = [ base bytestring hspec ]; description = "Monadic streaming XML parser"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "say" = callPackage @@ -236931,8 +228155,6 @@ self: { ]; description = "Formally prove properties of Haskell programs using SBV/SMT"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "sc2-lowlevel" = callPackage @@ -236972,8 +228194,6 @@ self: { libraryToolDepends = [ proto-lens-protoc protoc ]; description = "A protocol buffer model for the Starcraft II bot API"; license = lib.licenses.mit; - hydraPlatforms = lib.platforms.none; - broken = true; }) {protoc = null;}; "sc2-support" = callPackage @@ -237086,8 +228306,6 @@ self: { executableHaskellDepends = [ base filepath gd ]; description = "Scale an image to a new geometry"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "scalendar" = callPackage @@ -237104,8 +228322,6 @@ self: { ]; description = "This is a library for handling calendars and resource availability based on the \"top-nodes algorithm\" and set operations"; license = lib.licenses.mit; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "scalp-webhooks" = callPackage @@ -237271,8 +228487,6 @@ self: { testHaskellDepends = [ attoparsec base bytestring hspec scanner ]; description = "Inject attoparsec parser with backtracking into non-backtracking scanner"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "scat" = callPackage @@ -237331,8 +228545,6 @@ self: { ]; description = "Streaming component combinators"; license = "GPL"; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "scenegraph" = callPackage @@ -237350,8 +228562,6 @@ self: { testToolDepends = [ hspec-discover ]; description = "Scene Graph"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "scgi" = callPackage @@ -237367,8 +228577,6 @@ self: { ]; description = "A Haskell library for writing SCGI programs"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "schedevr" = callPackage @@ -237386,8 +228594,6 @@ self: { ]; description = "Marge schedules and show EVR"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "schedule" = callPackage @@ -237428,8 +228634,6 @@ self: { ]; description = "Find the ideal lesson layout"; license = lib.licenses.lgpl3Only; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "scheduler" = callPackage @@ -237484,8 +228688,6 @@ self: { libraryHaskellDepends = [ base ]; description = "Exposes standard POSIX function sched_yield"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "schema" = callPackage @@ -237529,8 +228731,6 @@ self: { ]; description = "schema guided serialization"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "schematic" = callPackage @@ -237677,8 +228877,6 @@ self: { ]; description = "Scholdoc fork of pandoc-types"; license = "GPL"; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "schonfinkeling" = callPackage @@ -237702,8 +228900,6 @@ self: { testHaskellDepends = [ base ]; description = "Rational numbers in scientific notation"; license = lib.licenses.mit; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "scidb-hquery" = callPackage @@ -237737,8 +228933,6 @@ self: { ]; description = "Haskell query for SciDB via shim"; license = lib.licenses.gpl3Only; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "science-constants" = callPackage @@ -237889,8 +229083,6 @@ self: { executableHaskellDepends = [ base bytestring containers process ]; description = "Generates graphviz file of scons dependency information"; license = "GPL"; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "scope" = callPackage @@ -237950,8 +229142,6 @@ self: { ]; description = "scotty with batteries included"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "scotty" = callPackage @@ -238003,8 +229193,6 @@ self: { ]; description = "The Play Framework style data binding in Scotty"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "scotty-blaze" = callPackage @@ -238019,8 +229207,6 @@ self: { ]; description = "blaze-html integration for Scotty"; license = lib.licenses.mit; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "scotty-cookie" = callPackage @@ -238061,8 +229247,6 @@ self: { ]; description = "Fay integration for Scotty"; license = lib.licenses.mit; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "scotty-form" = callPackage @@ -238076,8 +229260,6 @@ self: { ]; description = "Html form validation using `ditto`"; license = lib.licenses.gpl2Only; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "scotty-format" = callPackage @@ -238094,8 +229276,6 @@ self: { testHaskellDepends = [ base ]; description = "Response format helper for the Scotty web framework"; license = lib.licenses.asl20; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "scotty-hastache" = callPackage @@ -238140,8 +229320,6 @@ self: { ]; description = "HTTP-request's query parameters parser abstraction for \"scotty\""; license = lib.licenses.mit; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "scotty-path-normalizer" = callPackage @@ -238169,8 +229347,6 @@ self: { ]; description = "A Better way of modeling web resources"; license = lib.licenses.asl20; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "scotty-rest" = callPackage @@ -238196,8 +229372,6 @@ self: { ]; description = "Webmachine-style REST library for scotty"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "scotty-session" = callPackage @@ -238216,8 +229390,6 @@ self: { ]; description = "Adding session functionality to scotty"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "scotty-tls" = callPackage @@ -238231,8 +229403,6 @@ self: { ]; description = "TLS for Scotty"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "scotty-utils" = callPackage @@ -238264,8 +229434,6 @@ self: { libraryHaskellDepends = [ base scotty text transformers ]; executableHaskellDepends = [ base scotty text transformers ]; license = lib.licenses.mit; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "scp-streams" = callPackage @@ -238353,8 +229521,6 @@ self: { ]; description = "Core Package for scrapbook"; license = lib.licenses.mit; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "scrape-changes" = callPackage @@ -238381,8 +229547,6 @@ self: { ]; description = "Scrape websites for changes"; license = lib.licenses.gpl3Only; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "script-monad" = callPackage @@ -238409,8 +229573,6 @@ self: { ]; description = "Stack of error, reader, writer, state, and prompt monad transformers"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "scrobble" = callPackage @@ -238433,8 +229595,6 @@ self: { ]; description = "Scrobbling server"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "scroll" = callPackage @@ -238514,8 +229674,6 @@ self: { ]; description = "Process management and supervision daemon"; license = "unknown"; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "scuttlebutt-types" = callPackage @@ -238548,8 +229706,6 @@ self: { executableHaskellDepends = [ base bytestring ]; description = "Fast CSV lexing on ByteString"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "scyther-proof" = callPackage @@ -238571,8 +229727,6 @@ self: { executableToolDepends = [ alex ]; description = "Automatic generation of Isabelle/HOL correctness proofs for security protocols"; license = "GPL"; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "sde-solver" = callPackage @@ -238691,8 +229845,6 @@ self: { ]; description = "An image loading and rendering library for sdl2 / sdl2-cairo"; license = lib.licenses.mit; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "sdl2-compositor" = callPackage @@ -238716,8 +229868,6 @@ self: { ]; description = "image compositing with sdl2 - declarative style"; license = lib.licenses.gpl3Only; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "sdl2-fps" = callPackage @@ -238731,8 +229881,6 @@ self: { libraryHaskellDepends = [ base sdl2 ]; description = "Run of the mill, frames per second timer implementation"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "sdl2-gfx" = callPackage @@ -239034,8 +230182,6 @@ self: { description = "A software defined radio library"; license = lib.licenses.bsd3; platforms = [ "x86_64-darwin" "x86_64-linux" ]; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "seacat" = callPackage @@ -239059,8 +230205,6 @@ self: { ]; description = "Small web framework using Warp and WAI"; license = "unknown"; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "seakale" = callPackage @@ -239072,8 +230216,6 @@ self: { libraryHaskellDepends = [ base bytestring free mtl text ]; description = "Pure SQL layer on top of other libraries"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "seakale-postgresql" = callPackage @@ -239159,8 +230301,6 @@ self: { libraryHaskellDepends = [ base template-haskell ]; description = "Semantic Editor Combinators"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "secd" = callPackage @@ -239191,8 +230331,6 @@ self: { executableHaskellDepends = [ base containers ]; description = "SECDH Machine Simulator"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "seclib" = callPackage @@ -239204,8 +230342,6 @@ self: { libraryHaskellDepends = [ base ]; description = "A simple library for static information-flow security in Haskell"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "second-transfer" = callPackage @@ -239233,8 +230369,6 @@ self: { testToolDepends = [ cpphs ]; description = "Second Transfer HTTP/2 web server"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "secp256k1" = callPackage @@ -239258,8 +230392,6 @@ self: { testToolDepends = [ hspec-discover ]; description = "Bindings for secp256k1 library from Bitcoin Core"; license = lib.licenses.publicDomain; - hydraPlatforms = lib.platforms.none; - broken = true; }) {inherit (pkgs) secp256k1;}; "secp256k1-haskell" = callPackage @@ -239283,8 +230415,6 @@ self: { testToolDepends = [ hspec-discover ]; description = "Bindings for secp256k1"; license = lib.licenses.mit; - hydraPlatforms = lib.platforms.none; - broken = true; }) {inherit (pkgs) secp256k1;}; "secp256k1-legacy" = callPackage @@ -239310,8 +230440,6 @@ self: { ]; description = "fork of secp256k1"; license = lib.licenses.publicDomain; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "secret-santa" = callPackage @@ -239329,8 +230457,6 @@ self: { ]; description = "Secret Santa game assigner using QR-Codes"; license = lib.licenses.gpl3Only; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "secret-sharing" = callPackage @@ -239407,8 +230533,6 @@ self: { ]; description = "Secure point-to-point connectivity library"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "secureUDP" = callPackage @@ -239420,8 +230544,6 @@ self: { libraryHaskellDepends = [ base bytestring containers network ]; description = "Setups secure (unsorted) UDP packet transfer"; license = lib.licenses.mit; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "securemem" = callPackage @@ -239589,8 +230711,6 @@ self: { libraryToolDepends = [ alex happy ]; description = "CSS Selectors for DOM traversal"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "selenium" = callPackage @@ -239602,8 +230722,6 @@ self: { libraryHaskellDepends = [ base HTTP HUnit mtl network pretty ]; description = "Test web applications through a browser"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "selenium-server" = callPackage @@ -239667,8 +230785,6 @@ self: { librarySystemDepends = [ selinux ]; description = "SELinux bindings"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {selinux = null;}; "semantic" = callPackage @@ -239700,8 +230816,6 @@ self: { ]; description = "Types and functionality for working with source code"; license = lib.licenses.mit; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "semaphore-plus" = callPackage @@ -239733,8 +230847,6 @@ self: { executableHaskellDepends = [ base ]; description = "Evaluate code snippets in Literate Haskell"; license = lib.licenses.agpl3Only; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "semi-iso" = callPackage @@ -239789,8 +230901,6 @@ self: { testHaskellDepends = [ base doctest QuickCheck ]; description = "Extra functions for working with Semialigns"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "semialign-indexed" = callPackage @@ -239829,8 +230939,6 @@ self: { testHaskellDepends = [ base ]; description = "A Haskell implementation of semibounded lattices"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "semigroupoid-extras" = callPackage @@ -239872,8 +230980,6 @@ self: { libraryHaskellDepends = [ base semigroupoids ]; description = "Support for QualifiedDo with semigroupoids classes"; license = lib.licenses.asl20; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "semigroupoids-syntax" = callPackage @@ -239894,8 +231000,6 @@ self: { ]; description = "RebindableSyntax using the semigroupoids package"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "semigroups" = callPackage @@ -239932,8 +231036,6 @@ self: { libraryHaskellDepends = [ base containers semigroups ]; description = "Semigroups actions"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "semilattices" = callPackage @@ -240083,8 +231185,6 @@ self: { ]; description = "Sengrid API"; license = lib.licenses.mit; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "sendgrid-v3" = callPackage @@ -240103,8 +231203,6 @@ self: { ]; description = "Sendgrid v3 API library"; license = lib.licenses.mit; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "sensei" = callPackage @@ -240131,8 +231229,6 @@ self: { testToolDepends = [ hspec-discover ]; description = "Automatically run Hspec tests on file modifications"; license = lib.licenses.mit; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "sensenet" = callPackage @@ -240172,8 +231268,6 @@ self: { ]; description = "A tool to send command execution results to Sensu"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "sentence-jp" = callPackage @@ -240224,8 +231318,6 @@ self: { executableHaskellDepends = [ base directory filepath unix ]; description = "Process monitoring tool written and configured in Haskell"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "senza" = callPackage @@ -240493,8 +231585,6 @@ self: { ]; description = "Alternative Core language for GHC plugins"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "sequential-index" = callPackage @@ -240644,8 +231734,6 @@ self: { ]; description = "Instances for Serialize of cereal"; license = lib.licenses.mit; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "serialport" = callPackage @@ -240658,8 +231746,6 @@ self: { testHaskellDepends = [ base bytestring HUnit ]; description = "Cross platform serial port library"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "serokell-util" = callPackage @@ -240690,8 +231776,6 @@ self: { testToolDepends = [ hspec-discover ]; description = "General-purpose functions by Serokell"; license = lib.licenses.mit; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "serpentine" = callPackage @@ -240799,8 +231883,6 @@ self: { ]; description = "Servant support for JuicyPixels"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "servant-aeson-specs" = callPackage @@ -240826,8 +231908,6 @@ self: { ]; description = "generic tests for aeson serialization in servant"; license = lib.licenses.mit; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "servant-auth" = callPackage @@ -240901,8 +231981,6 @@ self: { ]; description = "Authentication via encrypted cookies"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "servant-auth-docs" = callPackage @@ -240927,8 +232005,6 @@ self: { testToolDepends = [ hspec-discover ]; description = "servant-docs/servant-auth compatibility"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "servant-auth-hmac" = callPackage @@ -240964,8 +232040,6 @@ self: { ]; description = "Authentication via HMAC"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "servant-auth-server" = callPackage @@ -241076,8 +232150,6 @@ self: { ]; description = "Servant based API for token based authorisation"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "servant-auth-token-leveldb" = callPackage @@ -241178,8 +232250,6 @@ self: { ]; description = "Avro content type for Servant"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "servant-benchmark" = callPackage @@ -241203,8 +232273,6 @@ self: { ]; description = "Generate benchmark files from a Servant API"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "servant-blaze" = callPackage @@ -241387,8 +232455,6 @@ self: { ]; description = "A servant client for frontend JavaScript"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "servant-client-namedargs" = callPackage @@ -241464,8 +232530,6 @@ self: { libraryHaskellDepends = [ base servant ]; description = "Servant types for defining API with relational DBs"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "servant-db-postgresql" = callPackage @@ -241513,8 +232577,6 @@ self: { ]; description = "Servant Dhall content-type"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "servant-docs" = callPackage @@ -241563,8 +232625,6 @@ self: { ]; description = "Generate endpoints overview for Servant API"; license = lib.licenses.mit; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "servant-ede" = callPackage @@ -241615,8 +232675,6 @@ self: { ]; description = "Helpers for using ekg with servant"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "servant-elm" = callPackage @@ -241639,8 +232697,6 @@ self: { ]; description = "Automatically derive Elm functions to query servant webservices"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "servant-errors" = callPackage @@ -241751,8 +232807,6 @@ self: { ]; description = "Fiat content types"; license = lib.licenses.mit; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "servant-flatten" = callPackage @@ -241807,8 +232861,6 @@ self: { libraryHaskellDepends = [ base servant servant-server ]; description = "Utilities for generating mock server implementations"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "servant-generic" = callPackage @@ -241825,8 +232877,6 @@ self: { ]; description = "Specify Servant APIs with records"; license = lib.licenses.mit; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "servant-github" = callPackage @@ -241850,8 +232900,6 @@ self: { testHaskellDepends = [ base hspec QuickCheck ]; description = "Bindings to GitHub API using servant"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "servant-github-webhook" = callPackage @@ -241901,8 +232949,6 @@ self: { ]; description = "automatical derivation of querying functions for servant webservices"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "servant-hmac-auth" = callPackage @@ -241927,8 +232973,6 @@ self: { testToolDepends = [ hspec-discover ]; description = "Servant authentication with HMAC"; license = lib.licenses.mit; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "servant-htmx" = callPackage @@ -241979,8 +233023,6 @@ self: { testToolDepends = [ hspec-discover markdown-unlit ]; description = "Automatic derivation of querying functions for servant"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "servant-http2-client" = callPackage @@ -242040,8 +233082,6 @@ self: { ]; description = "Automatically derive (jquery) javascript functions to query servant webservices"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "servant-js" = callPackage @@ -242067,8 +233107,6 @@ self: { testToolDepends = [ hspec-discover ]; description = "Automatically derive javascript functions to query servant webservices"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "servant-jsonrpc" = callPackage @@ -242135,8 +233173,6 @@ self: { ]; description = "Automatically derive Kotlin class to query servant webservices"; license = lib.licenses.mit; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "servant-lucid" = callPackage @@ -242236,8 +233272,6 @@ self: { testToolDepends = [ hspec-discover ]; description = "Derive a mock server for free from your servant API types"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "servant-multipart" = callPackage @@ -242335,8 +233369,6 @@ self: { testHaskellDepends = [ base hspec named QuickCheck servant ]; description = "Combinators for servant providing named parameters"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "servant-nix" = callPackage @@ -242358,8 +233390,6 @@ self: { ]; description = "Servant Nix content-type"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "servant-openapi3" = callPackage @@ -242423,8 +233453,6 @@ self: { testHaskellDepends = [ base hspec QuickCheck servant-server text ]; description = "Type-safe pagination for Servant APIs"; license = lib.licenses.lgpl3Only; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "servant-pandoc" = callPackage @@ -242442,8 +233470,6 @@ self: { ]; description = "Use Pandoc to render servant API documentation"; license = lib.licenses.mit; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "servant-pipes" = callPackage @@ -242506,8 +233532,6 @@ self: { libraryHaskellDepends = [ base resource-pool servant time ]; description = "Utility functions for creating servant 'Context's with \"context/connection pooling\" support"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "servant-postgresql" = callPackage @@ -242547,8 +233571,6 @@ self: { ]; description = "Servant Content-Type for proto-lens protobuf modules"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "servant-purescript" = callPackage @@ -242572,8 +233594,6 @@ self: { ]; description = "Generate PureScript accessor functions for you servant API"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "servant-pushbullet-client" = callPackage @@ -242593,8 +233613,6 @@ self: { ]; description = "Bindings to the Pushbullet API using servant-client"; license = lib.licenses.mit; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "servant-py" = callPackage @@ -242616,8 +233634,6 @@ self: { ]; description = "Automatically derive python functions to query servant webservices"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "servant-quickcheck" = callPackage @@ -242646,8 +233662,6 @@ self: { testToolDepends = [ hspec-discover ]; description = "QuickCheck entire APIs"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "servant-rate-limit" = callPackage @@ -242743,8 +233757,6 @@ self: { ]; description = "Derive Reason types to interact with a Haskell backend"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "servant-reflex" = callPackage @@ -242767,8 +233779,6 @@ self: { ]; description = "servant API generator for reflex apps"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "servant-response" = callPackage @@ -242801,8 +233811,6 @@ self: { ]; description = "Servant router for non-server applications"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "servant-ruby" = callPackage @@ -242835,8 +233843,6 @@ self: { ]; description = "Generate a web service for servant 'Resource's using scotty and JSON"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "servant-seo" = callPackage @@ -242859,8 +233865,6 @@ self: { ]; description = "Generate Robots.txt and Sitemap.xml specification for your servant API."; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "servant-serf" = callPackage @@ -242996,8 +234000,6 @@ self: { ]; description = "Servant client for smsc.ru service for sending SMS to cell phones"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "servant-snap" = callPackage @@ -243084,8 +234086,6 @@ self: { ]; description = "Embed a directory of static files in your Servant server"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "servant-streaming" = callPackage @@ -243100,8 +234100,6 @@ self: { testHaskellDepends = [ base hspec http-types QuickCheck servant ]; description = "Servant combinators for the 'streaming' package"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "servant-streaming-client" = callPackage @@ -243368,8 +234366,6 @@ self: { ]; description = "Automatically generate Elm clients for Servant APIs"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "servant-tracing" = callPackage @@ -243394,8 +234390,6 @@ self: { transformers ]; license = lib.licenses.mit; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "servant-typescript" = callPackage @@ -243499,8 +234493,6 @@ self: { testToolDepends = [ hspec-discover ]; description = "Implementation of servant-util primitives for beam-postgres"; license = lib.licenses.mpl20; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "servant-validate" = callPackage @@ -243618,8 +234610,6 @@ self: { ]; description = "Servant support for yaml"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "servant-zeppelin" = callPackage @@ -243631,8 +234621,6 @@ self: { libraryHaskellDepends = [ base singletons ]; description = "Types and definitions of servant-zeppelin combinators"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "servant-zeppelin-client" = callPackage @@ -243718,9 +234706,7 @@ self: { ]; description = "Auto-generate a server for your datatype"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; maintainers = with lib.maintainers; [ Gabriel439 ]; - broken = true; }) {}; "serverless-haskell" = callPackage @@ -243818,8 +234804,6 @@ self: { ]; description = "Storage backend for serversession using persistent and an RDBMS"; license = lib.licenses.mit; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "serversession-backend-redis" = callPackage @@ -243841,8 +234825,6 @@ self: { ]; description = "Storage backend for serversession using Redis"; license = lib.licenses.mit; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "serversession-frontend-snap" = callPackage @@ -243895,8 +234877,6 @@ self: { ]; description = "Yesod bindings for serversession"; license = lib.licenses.mit; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "services" = callPackage @@ -243914,8 +234894,6 @@ self: { testHaskellDepends = [ base tasty tasty-hunit ]; description = "Tools for building services"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "serviette" = callPackage @@ -243981,8 +234959,6 @@ self: { ]; description = "Snaplet for the ses-html package"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "sessions" = callPackage @@ -243997,8 +234973,6 @@ self: { ]; description = "Session Types for Haskell"; license = "GPL"; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "sessiontypes" = callPackage @@ -244020,8 +234994,6 @@ self: { testHaskellDepends = [ base directory exceptions hspec ]; description = "Session types library"; license = lib.licenses.gpl3Only; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "sessiontypes-distributed" = callPackage @@ -244108,8 +235080,6 @@ self: { libraryHaskellDepends = [ base containers ]; description = "Sets of fixed size, with typelits"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "set-with" = callPackage @@ -244127,8 +235097,6 @@ self: { ]; description = "Set of elements sorted by a different data type"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "setdown" = callPackage @@ -244177,8 +235145,6 @@ self: { executableHaskellDepends = [ base ]; description = "A console interface to the game of Set"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "setlocale" = callPackage @@ -244210,8 +235176,6 @@ self: { testToolDepends = [ tasty-discover ]; description = "A Haskell implementation of setoid"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "setop" = callPackage @@ -244289,8 +235253,6 @@ self: { libraryHaskellDepends = [ base mtl template-haskell ]; description = "Small (TH) library to declare setters for typical `record' data type fields"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "settings" = callPackage @@ -244326,8 +235288,6 @@ self: { ]; description = "S-Expression parsing/printing made fun and easy"; license = lib.licenses.gpl3Only; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "sexp-grammar" = callPackage @@ -244406,8 +235366,6 @@ self: { testHaskellDepends = [ base data-default hspec megaparsec ]; description = "Simple s-expression parser"; license = lib.licenses.mit; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "sexpresso" = callPackage @@ -244428,8 +235386,6 @@ self: { ]; description = "A flexible library for parsing and printing S-expression"; license = "unknown"; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "sext" = callPackage @@ -244448,8 +235404,6 @@ self: { ]; description = "Lists, Texts, ByteStrings and Vectors with type-encoded length"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "sfml-audio" = callPackage @@ -244473,8 +235427,6 @@ self: { libraryHaskellDepends = [ base bytestring entropy primitive ]; description = "SIMD-oriented Fast Mersenne Twister(SFMT) binding"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "sfnt2woff" = callPackage @@ -244495,8 +235447,6 @@ self: { testHaskellDepends = [ base ]; description = "A command line tool to convert TrueType/OpenType fonts to WOFF format"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {inherit (pkgs) zlib;}; "sgd" = callPackage @@ -244521,8 +235471,6 @@ self: { ]; description = "Stochastic gradient descent library"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "sgf" = callPackage @@ -244580,8 +235528,6 @@ self: { ]; description = "Record your shell session and print in the markdown format"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "sha-streams" = callPackage @@ -244596,8 +235542,6 @@ self: { executableHaskellDepends = [ base io-streams SHA ]; description = "SHA hashes for io-streams"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "sha1" = callPackage @@ -244628,8 +235572,6 @@ self: { libraryHaskellDepends = [ base mtl transformers ]; description = "A control structure used to combine heterogenous types with delayed effects"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "shadower" = callPackage @@ -244652,8 +235594,6 @@ self: { ]; description = "An automated way to run doctests in files that are changing"; license = lib.licenses.publicDomain; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "shadowsocks" = callPackage @@ -244700,8 +235640,6 @@ self: { ]; description = "Functional GPU programming - DSEL & compiler"; license = "unknown"; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "shady-graphics" = callPackage @@ -244805,8 +235743,6 @@ self: { ]; description = "Rules for binary distributions"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "shake-c" = callPackage @@ -244834,8 +235770,6 @@ self: { ]; description = "Shake library for use with cabal"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "shake-cabal-build" = callPackage @@ -244851,8 +235785,6 @@ self: { ]; description = "Utility for building Shake build systems using Cabal sandboxes"; license = lib.licenses.asl20; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "shake-ccjs" = callPackage @@ -244880,8 +235812,6 @@ self: { testHaskellDepends = [ base tasty tasty-hunit ]; description = "Dhall dependencies"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "shake-elm" = callPackage @@ -244919,8 +235849,6 @@ self: { ]; description = "Extra utilities for shake build systems"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "shake-futhark" = callPackage @@ -244989,8 +235917,6 @@ self: { ]; description = "Shake Minify Rules"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "shake-minify-css" = callPackage @@ -245016,8 +235942,6 @@ self: { libraryHaskellDepends = [ base bytestring bzlib shake tar ]; description = "Shake File Pack Rule"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "shake-path" = callPackage @@ -245029,8 +235953,6 @@ self: { libraryHaskellDepends = [ base path path-io shake ]; description = "path alternatives to shake functions"; license = lib.licenses.mit; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "shake-persist" = callPackage @@ -245048,8 +235970,6 @@ self: { executableHaskellDepends = [ base shake ]; description = "Shake build system on-disk caching"; license = lib.licenses.gpl3Only; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "shake-plus" = callPackage @@ -245127,8 +236047,6 @@ self: { ]; description = "Shake-based technical documentation generator; HTML & PDF"; license = lib.licenses.mit; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "shaker" = callPackage @@ -245213,8 +236131,6 @@ self: { ]; description = "compile es2015"; license = lib.licenses.publicDomain; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "shakespeare-css" = callPackage @@ -245266,8 +236182,6 @@ self: { ]; description = "SASS support for Shakespeare and Yesod"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "shakespeare-text" = callPackage @@ -245441,8 +236355,6 @@ self: { ]; description = "A circular buffer built on shared memory"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "shared-fields" = callPackage @@ -245456,8 +236368,6 @@ self: { testHaskellDepends = [ base Cabal hspec lens text ]; description = "a tiny library for using shared lens fields"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "shared-memory" = callPackage @@ -245497,8 +236407,6 @@ self: { executableHaskellDepends = [ base filepath mtl ]; description = "A Haskell preprocessor adding miscellaneous features"; license = lib.licenses.publicDomain; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "shelduck" = callPackage @@ -245592,8 +236500,6 @@ self: { executableHaskellDepends = [ base ]; description = "Pipe streams through external shell commands"; license = "GPL"; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "shell-utility" = callPackage @@ -245621,8 +236527,6 @@ self: { ]; description = "shell-/perl- like (systems) programming in Haskell"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "shellmate" = callPackage @@ -245639,8 +236543,6 @@ self: { ]; description = "Simple interface for shell scripting in Haskell"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "shellmate-extras" = callPackage @@ -245882,8 +236784,6 @@ self: { ]; description = "The Reflective Lambda Machine"; license = lib.licenses.mit; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "shine" = callPackage @@ -245913,8 +236813,6 @@ self: { isExecutable = true; description = "Examples for the shine package"; license = lib.licenses.mit; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "shine-varying" = callPackage @@ -245945,8 +236843,6 @@ self: { ]; description = "Implementation of Shivers' Control-Flow Analysis"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "shoap" = callPackage @@ -245958,8 +236854,6 @@ self: { libraryHaskellDepends = [ base curl ]; description = "A very basic SOAP package"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "shopify" = callPackage @@ -245980,8 +236874,6 @@ self: { ]; description = "A haskell API binding for shopify.com"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "short-vec" = callPackage @@ -246015,8 +236907,6 @@ self: { ]; description = "Length-indexed vectors using SmallArray#"; license = lib.licenses.asl20; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "short-vec-lens" = callPackage @@ -246094,8 +236984,6 @@ self: { testHaskellDepends = [ base doctest ]; description = "Link shortcuts for use in text markup"; license = lib.licenses.mpl20; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "shorten-strings" = callPackage @@ -246107,8 +236995,6 @@ self: { libraryHaskellDepends = [ base text ]; description = "Shorten a variety of string-like types adding ellipsis"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "should-not-typecheck" = callPackage @@ -246183,8 +237069,6 @@ self: { ]; description = "Robust prettyprinter for output of auto-generated Show instances"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "show-type" = callPackage @@ -246343,8 +237227,6 @@ self: { ]; description = "Generate swift types from haskell types"; license = lib.licenses.mit; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "si-clock" = callPackage @@ -246419,8 +237301,6 @@ self: { ]; description = "Simple, visual, functional language for learning about recursion"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "sifflet-lib" = callPackage @@ -246439,8 +237319,6 @@ self: { librarySystemDepends = [ gdk_x11 gtk_x11 ]; description = "Library of modules shared by sifflet and its tests and its exporters"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {gdk_x11 = null; gtk_x11 = null;}; "siggy-chardust" = callPackage @@ -246612,8 +237490,6 @@ self: { libraryHaskellDepends = [ base containers ]; description = "Multisets with negative membership"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "signify-hs" = callPackage @@ -246690,8 +237566,6 @@ self: { libraryHaskellDepends = [ base ghc-prim primitive vector ]; description = "simple interface to GHC's SIMD instructions"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "simgi" = callPackage @@ -246758,8 +237632,6 @@ self: { ]; description = "A library for more structured concurrent programming, based on the Actor Model"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "simple-affine-space" = callPackage @@ -246810,8 +237682,6 @@ self: { libraryHaskellDepends = [ base containers deepseq ]; description = "Atom (or symbol) datatype for fast comparision and sorting"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "simple-bluetooth" = callPackage @@ -246824,8 +237694,6 @@ self: { librarySystemDepends = [ bluetooth ]; description = "Simple Bluetooth API for Windows and Linux (bluez)"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {bluetooth = null;}; "simple-c-value" = callPackage @@ -246917,8 +237785,6 @@ self: { ]; description = "A simple streaming I/O library based on monadic folds"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "simple-config" = callPackage @@ -246936,8 +237802,6 @@ self: { testHaskellDepends = [ base hspec ]; description = "Simple config file parser generator"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "simple-css" = callPackage @@ -246953,8 +237817,6 @@ self: { ]; description = "simple binding of css and html"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "simple-download" = callPackage @@ -246970,8 +237832,6 @@ self: { ]; description = "A simple wrapper of http-conduit for file download"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "simple-effects" = callPackage @@ -247019,8 +237879,6 @@ self: { executableHaskellDepends = [ base text ]; description = "Evaluate a Text to an Integer: \"1 + 1\" -> 2"; license = lib.licenses.gpl2Only; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "simple-firewire" = callPackage @@ -247049,8 +237907,6 @@ self: { ]; description = "Forms that configure themselves based on type"; license = "unknown"; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "simple-genetic-algorithm" = callPackage @@ -247065,8 +237921,6 @@ self: { executableHaskellDepends = [ base deepseq parallel random ]; description = "Simple parallel genetic algorithm implementation"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "simple-genetic-algorithm-mr" = callPackage @@ -247113,8 +237967,6 @@ self: { ]; description = "Allows simple indexation on any data type"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "simple-log" = callPackage @@ -247146,8 +237998,6 @@ self: { libraryHaskellDepends = [ base hsyslog simple-log text ]; description = "Syslog backend for simple-log"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "simple-logger" = callPackage @@ -247181,8 +238031,6 @@ self: { ]; description = "Logging effect to plug into the simple-effects framework"; license = lib.licenses.mit; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "simple-ltl" = callPackage @@ -247240,8 +238088,6 @@ self: { libraryHaskellDepends = [ base containers ]; description = "Simple library to handle and interexchange money"; license = lib.licenses.publicDomain; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "simple-neural-networks" = callPackage @@ -247261,8 +238107,6 @@ self: { ]; description = "Simple parallel neural networks implementation"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "simple-nix" = callPackage @@ -247354,8 +238198,6 @@ self: { ]; description = "simple pipeline library like conduit"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "simple-postgresql-orm" = callPackage @@ -247395,8 +238237,6 @@ self: { libraryHaskellDepends = [ base bytestring QuickCheck ]; description = "Memory-efficient strings with concatenation and splitting"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "simple-sendfile" = callPackage @@ -247430,8 +238270,6 @@ self: { ]; description = "Simple Server interface"; license = "GPL"; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "simple-session" = callPackage @@ -247485,8 +238323,6 @@ self: { testHaskellDepends = [ base mtl parsec pretty tasty tasty-hunit ]; description = "A parser for SQL"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "simple-src-utils" = callPackage @@ -247519,8 +238355,6 @@ self: { ]; description = "Simple stacked virtual machine: assembler, disassembler, bytecode interpreter"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "simple-tabular" = callPackage @@ -247532,8 +238366,6 @@ self: { libraryHaskellDepends = [ base ]; description = "Simple tabular-text formatter"; license = lib.licenses.mit; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "simple-tar" = callPackage @@ -247549,8 +238381,6 @@ self: { ]; description = "Simple, pure, file-system-free reading of tar files"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "simple-templates" = callPackage @@ -247602,8 +238432,6 @@ self: { ]; description = "UI library for terminal"; license = lib.licenses.gpl2Only; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "simple-units" = callPackage @@ -247616,8 +238444,6 @@ self: { testHaskellDepends = [ base doctest ]; description = "Simple arithmetic with SI units using type-checked dimensional analysis"; license = lib.licenses.mit; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "simple-vec3" = callPackage @@ -247635,8 +238461,6 @@ self: { benchmarkHaskellDepends = [ base criterion vector ]; description = "Three-dimensional vectors of doubles with basic operations"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "simple-zipper" = callPackage @@ -247649,8 +238473,6 @@ self: { testHaskellDepends = [ base hspec lens ]; description = "Zippers made slightly easier"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "simpleargs" = callPackage @@ -247665,8 +238487,6 @@ self: { libraryHaskellDepends = [ base ]; description = "Provides a more flexible getArgs function with better error reporting"; license = "LGPL"; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "simpleconfig" = callPackage @@ -247683,8 +238503,6 @@ self: { ]; description = "Short description of your package"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "simpleirc" = callPackage @@ -247701,8 +238519,6 @@ self: { testHaskellDepends = [ base bytestring hspec HUnit knob ]; description = "Simple IRC Library"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "simpleirc-lens" = callPackage @@ -247756,8 +238572,6 @@ self: { ]; description = "Haskell interface for the simplenote API"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "simpleprelude" = callPackage @@ -247776,8 +238590,6 @@ self: { ]; description = "A simplified Haskell prelude for teaching"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "simplesmtpclient" = callPackage @@ -247791,8 +238603,6 @@ self: { libraryHaskellDepends = [ array base directory network old-time ]; description = "Very simple SMTP Client"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "simplessh" = callPackage @@ -247821,8 +238631,6 @@ self: { librarySystemDepends = [ sqlite ]; description = "Simplest SQLite3 binding"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {inherit (pkgs) sqlite;}; "simplex" = callPackage @@ -247911,8 +238719,6 @@ self: { ]; description = "SimpleXMQ message broker"; license = lib.licenses.agpl3Only; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "simplistic-generics" = callPackage @@ -248059,8 +238865,6 @@ self: { libraryHaskellDepends = [ base singletons ]; description = "Typelevel balanced search trees via a singletonized Data.Map"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "singleton-nats" = callPackage @@ -248085,8 +238889,6 @@ self: { libraryHaskellDepends = [ base ]; description = "Singletons and induction over GHC TypeLits"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "singletons" = callPackage @@ -248207,8 +239009,6 @@ self: { libraryHaskellDepends = [ base ]; description = "Singnal"; license = lib.licenses.agpl3Only; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "singular-factory" = callPackage @@ -248229,8 +239029,6 @@ self: { ]; description = "Multivariate polynomial factorization via bindings to Singular-factory"; license = "GPL"; - hydraPlatforms = lib.platforms.none; - broken = true; }) {singular-factory = null;}; "sink" = callPackage @@ -248242,8 +239040,6 @@ self: { libraryHaskellDepends = [ base ]; description = "An alternative to lazy I/O that doesn't conflate execution with evaluation"; license = lib.licenses.mit; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "sint" = callPackage @@ -248397,8 +239193,6 @@ self: { ]; description = "A simple to understand static site generator"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "sixel" = callPackage @@ -248434,8 +239228,6 @@ self: { ]; description = "A six figure group of time"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "sixty-five-oh-two" = callPackage @@ -248515,8 +239307,6 @@ self: { testToolDepends = [ markdown-unlit ]; description = "Multidimensional grids with sized specified at compile time"; license = lib.licenses.mit; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "sized-types" = callPackage @@ -248535,8 +239325,6 @@ self: { ]; description = "Sized types in Haskell using the GHC Nat kind"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "sized-vector" = callPackage @@ -248553,8 +239341,6 @@ self: { ]; description = "Size-parameterized vector types and functions"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "sizes" = callPackage @@ -248574,8 +239360,6 @@ self: { ]; description = "Recursively show space (size and i-nodes) used in subdirectories"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "sjsp" = callPackage @@ -248597,8 +239381,6 @@ self: { executableToolDepends = [ alex happy ]; description = "Simple JavaScript Profiler"; license = lib.licenses.mit; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "skein" = callPackage @@ -248635,8 +239417,6 @@ self: { testToolDepends = [ tasty-discover ]; description = "Skeletal set - a set with equivalence relation different from equality"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "skeleton" = callPackage @@ -248690,8 +239470,6 @@ self: { ]; description = "An overly complex Haskell web framework"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "skemmtun" = callPackage @@ -248710,8 +239488,6 @@ self: { ]; description = "A MyAnimeList.net client."; license = lib.licenses.mit; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "sketch-frp-copilot" = callPackage @@ -248744,8 +239520,6 @@ self: { ]; description = "A very quick-and-dirty WebSocket server"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "skip-list" = callPackage @@ -248784,8 +239558,6 @@ self: { testHaskellDepends = [ base hspec QuickCheck ]; description = "Eclectic collection of utility functions"; license = lib.licenses.mit; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "skylark-client" = callPackage @@ -248889,8 +239661,6 @@ self: { ]; description = "Lucid support for Skylighting"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "skylighting-modding" = callPackage @@ -248919,8 +239689,6 @@ self: { ]; description = "Skype Desktop API binding for Haskell"; license = lib.licenses.mit; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "skypelogexport" = callPackage @@ -248958,8 +239726,6 @@ self: { ]; description = "Haskell API for interacting with Slack"; license = lib.licenses.mit; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "slack-api" = callPackage @@ -249002,8 +239768,6 @@ self: { executableHaskellDepends = [ base ]; description = "Slack notifier for Haskell project"; license = lib.licenses.mit; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "slack-progressbar" = callPackage @@ -249047,8 +239811,6 @@ self: { ]; description = "Slack API Request Verification HMAC"; license = lib.licenses.mit; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "slack-web" = callPackage @@ -249122,8 +239884,6 @@ self: { ]; description = "A fundamental solution to ghost threads and silent exceptions"; license = lib.licenses.mit; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "sleep" = callPackage @@ -249180,8 +239940,6 @@ self: { ]; description = "Python-ish slicing traversals for Haskell"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "slick" = callPackage @@ -249232,8 +239990,6 @@ self: { testHaskellDepends = [ base hspec ]; description = "Functional reactive user interface programming"; license = lib.licenses.mit; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "slip32" = callPackage @@ -249292,8 +240048,6 @@ self: { ]; description = "A command line interface to Sloane's OEIS"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "slope-field" = callPackage @@ -249328,8 +240082,6 @@ self: { ]; description = "Write lambdas without naming the parameters"; license = lib.licenses.mit; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "sloth" = callPackage @@ -249341,8 +240093,6 @@ self: { libraryHaskellDepends = [ base mtl process ]; description = "Testing for minimal strictness"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "slotmap" = callPackage @@ -249376,8 +240126,6 @@ self: { ]; description = "Type-safe slugs for Yesod ecosystem"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "slugger" = callPackage @@ -249408,8 +240156,6 @@ self: { testToolDepends = [ hspec-discover ]; description = "Convert text into slugs"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "slynx" = callPackage @@ -249445,8 +240191,6 @@ self: { doHaddock = false; description = "Serialize to bytes"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "smallarray" = callPackage @@ -249458,8 +240202,6 @@ self: { libraryHaskellDepends = [ base bytestring deepseq hashable ]; description = "low-level unboxed arrays, with minimal features"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "smallcaps" = callPackage @@ -249512,8 +240254,6 @@ self: { benchmarkHaskellDepends = [ base gauge ]; description = "See README for more info"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "smallcheck-laws" = callPackage @@ -249525,8 +240265,6 @@ self: { libraryHaskellDepends = [ base smallcheck smallcheck-series ]; description = "SmallCheck properties for common laws"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "smallcheck-lens" = callPackage @@ -249542,8 +240280,6 @@ self: { ]; description = "SmallCheck properties for lens"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "smallcheck-series" = callPackage @@ -249576,8 +240312,6 @@ self: { executableHaskellDepends = [ base vector ]; description = "A Haskell port of the smallpt path tracer"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "smallstring" = callPackage @@ -249640,8 +240374,6 @@ self: { ]; description = "A command line tool for working with sets and maps"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "smartGroup" = callPackage @@ -249655,8 +240387,6 @@ self: { ]; description = "group strings or bytestrings by words in common"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "smartcheck" = callPackage @@ -249677,8 +240407,6 @@ self: { ]; description = "A smarter QuickCheck"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "smartconstructor" = callPackage @@ -249690,8 +240418,6 @@ self: { libraryHaskellDepends = [ base template-haskell ]; description = "A package exposing a helper function for generating smart constructors"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "smarties" = callPackage @@ -249864,8 +240590,6 @@ self: { libraryHaskellDepends = [ base ]; description = "A library for Secure Multi-Execution in Haskell"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "smerdyakov" = callPackage @@ -249884,8 +240608,6 @@ self: { transformers yaml ]; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "smiles" = callPackage @@ -249897,8 +240619,6 @@ self: { libraryHaskellDepends = [ base megaparsec text ]; testHaskellDepends = [ base hspec megaparsec QuickCheck text ]; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "smith" = callPackage @@ -249986,8 +240706,6 @@ self: { ]; description = "SMSAero API and HTTP client based on servant library"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "smt" = callPackage @@ -250014,8 +240732,6 @@ self: { libraryHaskellDepends = [ array base directory polyparse ]; description = "Parsing and printing SMT-LIB"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "smt2-parser" = callPackage @@ -250028,8 +240744,6 @@ self: { testHaskellDepends = [ base HUnit parsec text ]; description = "A Haskell parser for SMT-LIB version 2.6"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "smtLib" = callPackage @@ -250059,8 +240773,6 @@ self: { ]; description = "A type-safe interface to communicate with an SMT solver"; license = lib.licenses.gpl3Only; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "smtlib2-debug" = callPackage @@ -250166,8 +240878,6 @@ self: { ]; description = "An SMTP client EDSL"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "smtp2mta" = callPackage @@ -250200,8 +240910,6 @@ self: { ]; description = "Gmail SMTP Client"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "smuggler" = callPackage @@ -250224,8 +240932,6 @@ self: { testHaskellDepends = [ base directory filepath ]; description = "GHC Source Plugin that helps to manage imports"; license = lib.licenses.mpl20; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "smuggler2" = callPackage @@ -250247,8 +240953,6 @@ self: { ]; description = "GHC Source Plugin that helps to minimise imports and generate explicit exports"; license = lib.licenses.mpl20; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "snake" = callPackage @@ -250262,8 +240966,6 @@ self: { executableHaskellDepends = [ base random split terminal-size ]; description = "A basic console snake game"; license = lib.licenses.mit; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "snake-game" = callPackage @@ -250275,8 +240977,6 @@ self: { libraryHaskellDepends = [ base GLUT OpenGL random ]; description = "Snake Game Using OpenGL"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "snap" = callPackage @@ -250328,8 +241028,6 @@ self: { ]; description = "Accept header branching for the Snap web framework"; license = lib.licenses.mit; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "snap-app" = callPackage @@ -250384,8 +241082,6 @@ self: { libraryHaskellDepends = [ base blaze-html clay snap-core ]; description = "blaze-html-clay integration for Snap"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "snap-configuration-utilities" = callPackage @@ -250399,8 +241095,6 @@ self: { ]; description = "Methods to manipulate Configurator objects for Snap & Snaplets"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "snap-core" = callPackage @@ -250480,8 +241174,6 @@ self: { ]; description = "Collect errors in batches and dispatch them"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "snap-extras" = callPackage @@ -250581,8 +241273,6 @@ self: { ]; description = "Declarative routing for Snap"; license = "unknown"; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "snap-routes" = callPackage @@ -250600,8 +241290,6 @@ self: { ]; description = "Typesafe URLs for Snap applications"; license = lib.licenses.mit; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "snap-server" = callPackage @@ -250659,8 +241347,6 @@ self: { ]; description = "Streaming Snap handlers"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "snap-templates" = callPackage @@ -250705,8 +241391,6 @@ self: { ]; description = "A library for BDD-style testing with the Snap Web Framework"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "snap-utils" = callPackage @@ -250740,8 +241424,6 @@ self: { ]; description = "Type safe URLs for Snap"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "snaplet-acid-state" = callPackage @@ -250755,8 +241437,6 @@ self: { ]; description = "acid-state snaplet for Snap Framework"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "snaplet-actionlog" = callPackage @@ -250799,8 +241479,6 @@ self: { ]; description = "Snap framework snaplet for the AMQP library"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "snaplet-auth-acid" = callPackage @@ -250856,8 +241534,6 @@ self: { ]; description = "A Snaplet for CSS minification"; license = lib.licenses.mit; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "snaplet-customauth" = callPackage @@ -250880,8 +241556,6 @@ self: { ]; description = "Alternate authentication snaplet"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "snaplet-environments" = callPackage @@ -250898,8 +241572,6 @@ self: { ]; description = "DEPRECATED! You should use standard Snap >= 0.9 \"environments\" functionality. It provided ability to easly read configuration based on given app environment given at command line, envs are defined in app configuration file"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "snaplet-fay" = callPackage @@ -250919,8 +241591,6 @@ self: { ]; description = "Fay integration for Snap with request- and pre-compilation"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "snaplet-ghcjs" = callPackage @@ -251008,8 +241678,6 @@ self: { ]; description = "Snap framework snaplet for the Logger API library"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "snaplet-i18n" = callPackage @@ -251051,8 +241719,6 @@ self: { ]; description = "Snap framework snaplet for the InfluxDB library"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "snaplet-lss" = callPackage @@ -251121,8 +241787,6 @@ self: { ]; description = "Minimalistic MongoDB Snaplet"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "snaplet-mysql-simple" = callPackage @@ -251192,8 +241856,6 @@ self: { ]; description = "persistent snaplet for the Snap Framework"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "snaplet-postgresql-simple" = callPackage @@ -251218,8 +241880,6 @@ self: { ]; description = "postgresql-simple snaplet for the Snap Framework"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "snaplet-postmark" = callPackage @@ -251363,8 +242023,6 @@ self: { ]; description = "Sass integration for Snap with request- and pre-compilation"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "snaplet-scoped-session" = callPackage @@ -251381,8 +242039,6 @@ self: { ]; description = "Modularised session state for Snaplets, in a Snaplet"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "snaplet-sedna" = callPackage @@ -251416,8 +242072,6 @@ self: { ]; description = "Snaplet for the ses-html package"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "snaplet-sqlite-simple" = callPackage @@ -251448,8 +242102,6 @@ self: { ]; description = "sqlite-simple snaplet for the Snap Framework"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "snaplet-sqlite-simple-jwt-auth" = callPackage @@ -251523,8 +242175,6 @@ self: { ]; description = "Typed session snaplets and continuation-based programming for the Snap web framework"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "snaplet-wordpress" = callPackage @@ -251581,8 +242231,6 @@ self: { libraryHaskellDepends = [ base bytestring conduit snappy ]; description = "Conduit bindings for Snappy (see snappy package)"; license = lib.licenses.mit; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "snappy-framing" = callPackage @@ -251654,8 +242302,6 @@ self: { ]; description = "Tiny, declarative wrapper around ncurses"; license = lib.licenses.gpl3Only; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "sneathlane-haste" = callPackage @@ -251679,8 +242325,6 @@ self: { libraryHaskellDepends = [ base containers pandoc process text ]; description = "Markdown tester"; license = lib.licenses.mit; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "snippet-extractor" = callPackage @@ -251757,8 +242401,6 @@ self: { ]; description = "Strategic board game of medium complexity"; license = lib.licenses.gpl3Only; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "snow-white" = callPackage @@ -251892,8 +242534,6 @@ self: { ]; description = "snowtify send your result of `stack build` (`stack test`) to notify-daemon :dog2:"; license = lib.licenses.mit; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "snumber" = callPackage @@ -252026,8 +242666,6 @@ self: { libraryHaskellDepends = [ base network transformers unix ]; description = "systemd socket activation library"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "socket-icmp" = callPackage @@ -252067,8 +242705,6 @@ self: { testHaskellDepends = [ base bytestring socket ]; description = "STCP socket extensions library"; license = lib.licenses.mit; - hydraPlatforms = lib.platforms.none; - broken = true; }) {inherit (pkgs) lksctp-tools;}; "socket-unix" = callPackage @@ -252085,8 +242721,6 @@ self: { ]; description = "Unix domain sockets"; license = lib.licenses.mit; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "socketed" = callPackage @@ -252113,8 +242747,6 @@ self: { ]; description = "simpe tool to serve piped data over http and websocket"; license = lib.licenses.mit; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "socketio" = callPackage @@ -252143,8 +242775,6 @@ self: { ]; description = "Socket.IO server"; license = lib.licenses.mit; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "sockets" = callPackage @@ -252192,8 +242822,6 @@ self: { ]; description = "Support for the Sockets and Pipes book"; license = lib.licenses.asl20; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "socketson" = callPackage @@ -252219,8 +242847,6 @@ self: { ]; description = "A small websocket backend provider"; license = lib.licenses.mit; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "socks" = callPackage @@ -252245,8 +242871,6 @@ self: { libraryHaskellDepends = [ base containers mtl ]; description = "Sodium Reactive Programming (FRP) System"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "soegtk" = callPackage @@ -252259,8 +242883,6 @@ self: { libraryHaskellDepends = [ base cairo gtk old-time stm ]; description = "GUI functions as used in the book \"The Haskell School of Expression\""; license = lib.licenses.lgpl21Only; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "softfloat-hs" = callPackage @@ -252273,8 +242895,6 @@ self: { librarySystemDepends = [ softfloat ]; description = "Haskell bindings for SoftFloat"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {softfloat = null;}; "solana-staking-csvs" = callPackage @@ -252334,8 +242954,6 @@ self: { ]; description = "Simple typesafe web routing"; license = lib.licenses.mit; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "solga-swagger" = callPackage @@ -252457,8 +243075,6 @@ self: { ]; description = "Sonic Visualiser"; license = "GPL"; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "sop-core" = callPackage @@ -252527,8 +243143,6 @@ self: { libraryHaskellDepends = [ base ]; description = "Efficient, type-safe sorted sequences"; license = lib.licenses.mit; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "sorted-list" = callPackage @@ -252564,8 +243178,6 @@ self: { libraryHaskellDepends = [ base ]; description = "Utils for sorting"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "sorty" = callPackage @@ -252579,8 +243191,6 @@ self: { executableHaskellDepends = [ base bytestring ]; description = "Sort lines per file size"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "souffle-dsl" = callPackage @@ -252635,8 +243245,6 @@ self: { ]; description = "Souffle Datalog bindings for Haskell"; license = lib.licenses.mit; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "sound-collage" = callPackage @@ -252660,8 +243268,6 @@ self: { ]; description = "Approximate a song from other pieces of sound"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "sounddelay" = callPackage @@ -252772,8 +243378,6 @@ self: { ]; description = "Source/Sink/Transform: An alternative to lazy IO and iteratees"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "sox" = callPackage @@ -252829,8 +243433,6 @@ self: { ]; description = "DCPU-16 architecture utilities for Notch's 0x10c game"; license = lib.licenses.mit; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "space" = callPackage @@ -252915,8 +243517,6 @@ self: { libraryHaskellDepends = [ base vector-space ]; description = "Space partition data structures. Currently only a QuadTree."; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "spaceprobe" = callPackage @@ -253004,8 +243604,6 @@ self: { ]; description = "Implementation of the SPAKE2 Password-Authenticated Key Exchange algorithm"; license = lib.licenses.asl20; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "spanout" = callPackage @@ -253023,8 +243621,6 @@ self: { ]; description = "A breakout clone written in netwire and gloss"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "sparkle" = callPackage @@ -253110,8 +243706,6 @@ self: { libraryHaskellDepends = [ base containers ]; description = "A sparse set-based parsing library for Haskell"; license = lib.licenses.mit; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "sparse" = callPackage @@ -253139,8 +243733,6 @@ self: { benchmarkHaskellDepends = [ array base criterion deepseq vector ]; description = "A playground of sparse linear algebra primitives using Morton ordering"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "sparse-lin-alg" = callPackage @@ -253158,8 +243750,6 @@ self: { ]; description = "Effective linear algebra on sparse matrices"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "sparse-linear-algebra" = callPackage @@ -253227,8 +243817,6 @@ self: { libraryHaskellDepends = [ base containers ]; description = "A Logic Programming Library for Test-Data Generation"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "sparser" = callPackage @@ -253263,8 +243851,6 @@ self: { ]; description = "A unix-style (read from stdin, write to stdout) global hotkey daemon"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "spata" = callPackage @@ -253388,8 +243974,6 @@ self: { libraryHaskellDepends = [ base mtl ]; description = "Control.Applicative, Data.Foldable, Data.Traversable (compatibility package)"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "special-keys" = callPackage @@ -253407,8 +243991,6 @@ self: { ]; description = "Simple data types that help me here and there"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "special-values" = callPackage @@ -253526,8 +244108,6 @@ self: { benchmarkHaskellDepends = [ base express leancheck ]; description = "discovery of properties about Haskell functions"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "speculation" = callPackage @@ -253539,8 +244119,6 @@ self: { libraryHaskellDepends = [ base ghc-prim stm transformers ]; description = "A framework for safe, programmable, speculative parallelism"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "speculation-transformers" = callPackage @@ -253667,8 +244245,6 @@ self: { ]; description = "Haskell bindings to the Sphinx full-text searching daemon"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "sphinx-cli" = callPackage @@ -253701,8 +244277,6 @@ self: { executableHaskellDepends = [ base optparse-applicative ]; description = "Transform queries for sphinx input"; license = lib.licenses.mit; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "spice" = callPackage @@ -253763,8 +244337,6 @@ self: { libraryHaskellDepends = [ base ]; description = "Some utilities for reading and writing SPIR-V files"; license = lib.licenses.mit; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "spiros" = callPackage @@ -253791,8 +244363,6 @@ self: { testHaskellDepends = [ base doctest ]; description = "Spiros Boosalis's Custom Prelude"; license = lib.licenses.asl20; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "splay" = callPackage @@ -253804,8 +244374,6 @@ self: { libraryHaskellDepends = [ base ]; description = "Generic splay-based sequence representation"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "splaytree" = callPackage @@ -253825,8 +244393,6 @@ self: { ]; description = "Provides an annotated splay tree"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "splice" = callPackage @@ -253895,8 +244461,6 @@ self: { libraryHaskellDepends = [ base containers ghc hlint stm ]; description = "HLint as a GHC source plugin"; license = lib.licenses.isc; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "split" = callPackage @@ -253934,8 +244498,6 @@ self: { testHaskellDepends = [ base invariant lens QuickCheck ]; description = "Split Epimorphisms and Monomorphisms"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "split-record" = callPackage @@ -254020,8 +244582,6 @@ self: { ]; description = "Use numerical ranges to split out certain lines from a file"; license = lib.licenses.mit; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "splot" = callPackage @@ -254095,8 +244655,6 @@ self: { ]; description = "Spoon's utilities. Simple testing and nice looking error reporting."; license = lib.licenses.gpl3Only; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "spork" = callPackage @@ -254124,8 +244682,6 @@ self: { ]; description = "Spotify web API wrapper"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "spreadsheet" = callPackage @@ -254197,8 +244753,6 @@ self: { libraryHaskellDepends = [ base lens mtl vector ]; description = "An implementation of the Spritz RC4-like stream cipher in Haskell"; license = lib.licenses.bsd2; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "sproxy" = callPackage @@ -254295,8 +244849,6 @@ self: { benchmarkHaskellDepends = [ base criterion hmatrix random ]; description = "Simultaneous Perturbation Stochastic Approximation Optimization Algorithm"; license = lib.licenses.mit; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "spy" = callPackage @@ -254322,8 +244874,6 @@ self: { ]; description = "A compact file system watcher for Mac OS X, Linux and Windows"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "sql-simple" = callPackage @@ -254340,8 +244890,6 @@ self: { ]; description = "common middle-level sql client"; license = lib.licenses.mit; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "sql-simple-mysql" = callPackage @@ -254433,8 +244981,6 @@ self: { testHaskellDepends = [ base filepath hspec temporary ]; description = "Haskell binding to sqlcipher"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {inherit (pkgs) openssl;}; "sqlcli" = callPackage @@ -254475,8 +245021,6 @@ self: { testHaskellDepends = [ base ]; description = "Haskell binding to sqlite3"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {inherit (pkgs) sqlite;}; "sqlite-simple" = callPackage @@ -254510,8 +245054,6 @@ self: { testHaskellDepends = [ base mtl sqlite-simple text ]; description = "Wrapper around errors from sqlite-simple"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "sqlite-simple-typed" = callPackage @@ -254540,8 +245082,6 @@ self: { libraryHaskellDepends = [ base convertible HDBC template-haskell ]; description = "Class and instances for conversion to list of SqlValue"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "sqsd-local" = callPackage @@ -254563,8 +245103,6 @@ self: { testHaskellDepends = [ base ]; description = "Initial project template from stack"; license = lib.licenses.mpl20; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "squares" = callPackage @@ -254619,8 +245157,6 @@ self: { ]; description = "Squeal PostgreSQL Library"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "squeal-postgresql-ltree" = callPackage @@ -254737,8 +245273,6 @@ self: { ]; description = "Build and install Debian packages completely from source"; license = "GPL"; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "srcloc" = callPackage @@ -254854,8 +245388,6 @@ self: { ]; description = "text UI for scanning with SANE"; license = lib.licenses.gpl3Only; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "sscgi" = callPackage @@ -254917,8 +245449,6 @@ self: { doCheck = false; description = "A pure-Haskell SSH server library"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "ssh-known-hosts" = callPackage @@ -254958,8 +245488,6 @@ self: { ]; description = "Proxy http-client via ssh tunnel"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "sshd-lint" = callPackage @@ -255073,8 +245601,6 @@ self: { libraryHaskellDepends = [ base gdp primitive ]; description = "shared heap regions between local mutable state threads"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "stable-heap" = callPackage @@ -255091,8 +245617,6 @@ self: { ]; description = "Purely functional stable heaps (fair priority queues)"; license = lib.licenses.mit; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "stable-maps" = callPackage @@ -255104,8 +245628,6 @@ self: { libraryHaskellDepends = [ base containers ghc-prim ]; description = "Heterogeneous maps keyed by StableNames"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "stable-marriage" = callPackage @@ -255118,8 +245640,6 @@ self: { testHaskellDepends = [ base ghc-prim ]; description = "algorithms around stable marriage"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "stable-memo" = callPackage @@ -255133,8 +245653,6 @@ self: { libraryHaskellDepends = [ base ghc-prim hashtables ]; description = "Memoization based on argument identity"; license = lib.licenses.mit; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "stable-tree" = callPackage @@ -255334,8 +245852,6 @@ self: { ]; description = "Dead simple version bumping for hpack packages"; license = lib.licenses.mit; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "stack-clean-old" = callPackage @@ -255366,8 +245882,6 @@ self: { executableHaskellDepends = [ base options text turtle ]; description = "Console program used to fix Stack build errors automatically"; license = lib.licenses.agpl3Only; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "stack-hpc-coveralls" = callPackage @@ -255410,8 +245924,6 @@ self: { ]; description = "Wrapper to use stack as a library"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "stack-network" = callPackage @@ -255472,8 +245984,6 @@ self: { testHaskellDepends = [ base template-haskell ]; description = "Stack prisms"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "stack-run" = callPackage @@ -255493,8 +246003,6 @@ self: { ]; description = "An equivalent to cabal run for stack"; license = lib.licenses.mit; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "stack-run-auto" = callPackage @@ -255568,8 +246076,6 @@ self: { libraryHaskellDepends = [ base transformers ]; description = "The basic stack type"; license = lib.licenses.mit; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "stack-wrapper" = callPackage @@ -255586,8 +246092,6 @@ self: { executableHaskellDepends = [ base filepath process ]; description = "Call ghc within stack by calling ghc"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "stack-yaml" = callPackage @@ -255630,8 +246134,6 @@ self: { ]; description = "Convert stack projects to cabal.project + cabal.project.freeze"; license = lib.licenses.gpl3Only; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "stack2nix" = callPackage @@ -255658,8 +246160,6 @@ self: { testHaskellDepends = [ base hspec ]; description = "Convert stack.yaml files into Nix build instructions."; license = lib.licenses.mit; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "stackage" = callPackage @@ -255746,8 +246246,6 @@ self: { executableHaskellDepends = [ base text ]; description = "A CLI library for stackage commands"; license = lib.licenses.mit; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "stackage-curator" = callPackage @@ -255792,8 +246290,6 @@ self: { ]; description = "Tools for curating Stackage bundles"; license = lib.licenses.mit; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "stackage-install" = callPackage @@ -255842,8 +246338,6 @@ self: { ]; description = "DEPRECATED Grab current metadata for all packages"; license = lib.licenses.mit; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "stackage-query" = callPackage @@ -255938,8 +246432,6 @@ self: { ]; description = "Convert stack.yaml to cabal.project + cabal.project.freeze"; license = lib.licenses.gpl3Plus; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "stackage-types" = callPackage @@ -255959,8 +246451,6 @@ self: { ]; description = "Shared data types between various Stackage packages"; license = lib.licenses.mit; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "stackage-update" = callPackage @@ -256054,8 +246544,6 @@ self: { ]; description = "Program to fold GHC prof files into flamegraph input"; license = lib.licenses.gpl3Only; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "stacked-dag" = callPackage @@ -256102,8 +246590,6 @@ self: { ]; description = "GHC.Generics style staged generics"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "stagen" = callPackage @@ -256169,8 +246655,6 @@ self: { libraryHaskellDepends = [ base mtl template-haskell ]; description = "This package will derive class instance along the data type declaration tree. (Deprecated)"; license = lib.licenses.mit; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "standalone-haddock" = callPackage @@ -256188,8 +246672,6 @@ self: { ]; description = "Generate standalone haddock documentation for a set of packages"; license = lib.licenses.mit; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "star" = callPackage @@ -256236,8 +246718,6 @@ self: { ]; description = "A memcached client"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "starrover2" = callPackage @@ -256284,8 +246764,6 @@ self: { ]; description = "To be written"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "state" = callPackage @@ -256297,8 +246775,6 @@ self: { libraryHaskellDepends = [ arrows base mtl ]; description = "Data.State"; license = "LGPL"; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "state-bag" = callPackage @@ -256315,8 +246791,6 @@ self: { testHaskellDepends = [ base hspec transformers ]; description = "Monad transformers for holding bags of state"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "state-codes" = callPackage @@ -256342,8 +246816,6 @@ self: { testHaskellDepends = [ base checkers mtl QuickCheck ]; description = "MonadPlus for StateT"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "state-record" = callPackage @@ -256355,8 +246827,6 @@ self: { libraryHaskellDepends = [ base mtl template-haskell ]; description = "Better records for State monad states"; license = "GPL"; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "stateWriter" = callPackage @@ -256488,8 +246958,6 @@ self: { libraryHaskellDepends = [ base double-conversion free mtl text ]; description = "DSL to generate HTML5 Canvas javascript"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "static-closure" = callPackage @@ -256562,8 +247030,6 @@ self: { ]; description = "Tensors of statically known size"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "static-text" = callPackage @@ -256664,8 +247130,6 @@ self: { ]; description = "Functions for working with Dirichlet densities and mixtures on vectors"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "statistics-fusion" = callPackage @@ -256677,8 +247141,6 @@ self: { libraryHaskellDepends = [ base vector ]; description = "An implementation of high performance, minimal statistics functions"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "statistics-hypergeometric-genvar" = callPackage @@ -256694,8 +247156,6 @@ self: { ]; description = "Random variate generation from hypergeometric distributions"; license = lib.licenses.mit; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "statistics-linreg" = callPackage @@ -256749,8 +247209,6 @@ self: { executableHaskellDepends = [ base statistics text vector ]; description = "command line statistics"; license = lib.licenses.gpl3Only; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "statsd" = callPackage @@ -256766,8 +247224,6 @@ self: { ]; description = "StatsD API"; license = lib.licenses.lgpl3Only; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "statsd-client" = callPackage @@ -256859,8 +247315,6 @@ self: { libraryHaskellDepends = [ base ]; description = "Get unix filesystem statistics with statfs, statvfs"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "staversion" = callPackage @@ -256914,8 +247368,6 @@ self: { testHaskellDepends = [ base hspec vector ]; description = "Image loading and writing microlibrary"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "stb-truetype" = callPackage @@ -256960,8 +247412,6 @@ self: { ]; description = "A library for implicit, monadic dataflow parallelism"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "std" = callPackage @@ -256984,8 +247434,6 @@ self: { libraryHaskellDepends = [ base parsec syb template-haskell ]; description = "Structure Data Library"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "stdf" = callPackage @@ -257008,8 +247456,6 @@ self: { ]; description = "Parse Structured Test Data Format (STDF)"; license = lib.licenses.gpl2Only; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "stdio" = callPackage @@ -257035,8 +247481,6 @@ self: { ]; description = "A simple and high performance IO toolkit for Haskell"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {inherit (pkgs) libuv;}; "steambrowser" = callPackage @@ -257050,8 +247494,6 @@ self: { executableHaskellDepends = [ base directory parsec transformers ]; description = "List and launch steam games from the cli"; license = lib.licenses.mit; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "steeloverseer" = callPackage @@ -257095,8 +247537,6 @@ self: { testHaskellDepends = [ base random uuid ]; description = "Generator and verifier for steganographic numbers"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "stemmer" = callPackage @@ -257108,8 +247548,6 @@ self: { libraryHaskellDepends = [ base ]; description = "Haskell bindings to the Snowball stemming library"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "stemmer-german" = callPackage @@ -257123,8 +247561,6 @@ self: { libraryHaskellDepends = [ base text ]; description = "Extract the stem of a German inflected word form"; license = lib.licenses.mit; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "step-function" = callPackage @@ -257153,8 +247589,6 @@ self: { sha256 = "059k8g3wb4hkxk42vm83vv6kh3igrpf7fc97xvn3qai5rx3jmgqf"; libraryHaskellDepends = [ base containers mtl ]; license = "LGPL"; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "stern-brocot" = callPackage @@ -257172,8 +247606,6 @@ self: { benchmarkHaskellDepends = [ base criterion ]; description = "Positive rational numbers represented as paths in the Stern-Brocot tree"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "stgi" = callPackage @@ -257202,8 +247634,6 @@ self: { ]; description = "Educational implementation of the STG (Spineless Tagless G-machine)"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "stickyKeysHotKey" = callPackage @@ -257296,8 +247726,6 @@ self: { testHaskellDepends = [ async base HUnit stm tasty tasty-hunit ]; description = "Chunked Communication Queues"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "stm-conduit" = callPackage @@ -257385,8 +247813,6 @@ self: { testHaskellDepends = [ base hspec HUnit stm ]; description = "Conduits and STM operations for fire hoses"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "stm-hamt" = callPackage @@ -257481,8 +247907,6 @@ self: { testHaskellDepends = [ base QuickCheck stm ]; description = "Simple STM Promises for IO computations and external processes"; license = lib.licenses.lgpl3Only; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "stm-queue" = callPackage @@ -257545,8 +247969,6 @@ self: { ]; description = "retry statistics for STM transactions"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "stm-supply" = callPackage @@ -257600,8 +248022,6 @@ self: { ]; description = "Monadic composition of probabilistic functions and sampling"; license = lib.licenses.gpl3Only; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "stocks" = callPackage @@ -257704,8 +248124,6 @@ self: { libraryHaskellDepends = [ base mtl ]; description = "Storable type class for variable-sized data"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "storable-complex" = callPackage @@ -257767,8 +248185,6 @@ self: { libraryHaskellDepends = [ array base tagged vector ]; description = "Statically-sized array wrappers with Storable instances for FFI marshaling"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "storable-tuple" = callPackage @@ -257932,8 +248348,6 @@ self: { executableHaskellDepends = [ base regex-compat ]; description = "Simple Theorem Prover"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "str" = callPackage @@ -257950,8 +248364,6 @@ self: { ]; description = "A type class to abstract between many different string types"; license = lib.licenses.mit; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "stratosphere" = callPackage @@ -257996,8 +248408,6 @@ self: { ]; description = "Client for Stratum protocol"; license = lib.licenses.agpl3Only; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "stratux" = callPackage @@ -258068,8 +248478,6 @@ self: { ]; description = "A library for reading JSON output from stratux"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "stratux-websockets" = callPackage @@ -258106,8 +248514,6 @@ self: { ]; description = "Initial project template from stack"; license = lib.licenses.mit; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "stream-fusion" = callPackage @@ -258121,8 +248527,6 @@ self: { libraryHaskellDepends = [ base ]; description = "Faster Haskell lists using stream fusion"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "stream-monad" = callPackage @@ -258136,8 +248540,6 @@ self: { libraryHaskellDepends = [ base logict ]; description = "Simple, Fair and Terminating Backtracking Monad"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "streamdeck" = callPackage @@ -258149,8 +248551,6 @@ self: { libraryHaskellDepends = [ base bytestring hidapi mtl split ]; description = "Control library for the Elgato Stream Deck"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "streamed" = callPackage @@ -258169,8 +248569,6 @@ self: { ]; description = "Programmatically edit MIDI event streams via ALSA"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "streaming" = callPackage @@ -258248,8 +248646,6 @@ self: { ]; description = "Measures and compares the performance of streaming libraries"; license = lib.licenses.mit; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "streaming-binary" = callPackage @@ -258411,8 +248807,6 @@ self: { testHaskellDepends = [ base conduit hspec streaming ]; description = "Bidirectional support between the streaming and conduit libraries"; license = lib.licenses.mit; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "streaming-events" = callPackage @@ -258429,8 +248823,6 @@ self: { ]; description = "Client-side consumption of a ServerEvent"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "streaming-eversion" = callPackage @@ -258503,8 +248895,6 @@ self: { ]; description = "Streaming interface for LZMA/XZ compression"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "streaming-nonempty" = callPackage @@ -258539,8 +248929,6 @@ self: { ]; description = "A hand-written streaming byte parser for OpenStreetMap Protobuf data"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "streaming-pcap" = callPackage @@ -258562,8 +248950,6 @@ self: { ]; description = "Stream packets via libpcap"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "streaming-png" = callPackage @@ -258584,8 +248970,6 @@ self: { ]; description = "Perfectly streaming PNG image decoding"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "streaming-postgresql-simple" = callPackage @@ -258670,8 +249054,6 @@ self: { libraryPkgconfigDepends = [ zlib ]; description = "http, attoparsec, pipes and other utilities for the streaming libraries"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {inherit (pkgs) zlib;}; "streaming-wai" = callPackage @@ -258703,8 +249085,6 @@ self: { ]; description = "with/bracket-style idioms for use with streaming"; license = lib.licenses.mit; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "streamly" = callPackage @@ -258856,8 +249236,6 @@ self: { ]; description = "Examples for Streamly"; license = lib.licenses.asl20; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "streamly-fsnotify" = callPackage @@ -258911,8 +249289,6 @@ self: { benchmarkHaskellDepends = [ base directory gauge streamly ]; description = "Streamly combinators for LZ4 compression"; license = lib.licenses.asl20; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "streamly-posix" = callPackage @@ -258953,8 +249329,6 @@ self: { ]; description = "Use OS processes as stream transformation functions"; license = lib.licenses.asl20; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "streamproc" = callPackage @@ -258968,8 +249342,6 @@ self: { libraryHaskellDepends = [ base ]; description = "Stream Processer Arrow"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "streams" = callPackage @@ -259204,8 +249576,6 @@ self: { libraryHaskellDepends = [ base ghc syb ]; description = "Compiler plugin for making Haskell strict"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "strict-identity" = callPackage @@ -259297,8 +249667,6 @@ self: { libraryHaskellDepends = [ base lens strict-tuple ]; description = "Optics for the `strict-tuple` library"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "strict-types" = callPackage @@ -259365,8 +249733,6 @@ self: { libraryHaskellDepends = [ base deepseq ]; description = "Combinators for strictifying functions"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "string" = callPackage @@ -259536,8 +249902,6 @@ self: { ]; description = "Tools for working with isomorphisms of strings"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "string-like" = callPackage @@ -259573,8 +249937,6 @@ self: { libraryHaskellDepends = [ base template-haskell ]; description = "QuasiQuoter for non-interpolated strings, texts and bytestrings"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "string-random" = callPackage @@ -259685,8 +250047,6 @@ self: { ]; description = "Transformations to several string-like types"; license = lib.licenses.mit; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "stringprep" = callPackage @@ -259739,8 +250099,6 @@ self: { libraryHaskellDepends = [ base binary bytestring containers syb ]; description = "Memoize Strings as Atoms for fast comparison and sorting, with maps and sets"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "strio" = callPackage @@ -259786,8 +250144,6 @@ self: { ]; description = "A Haskell implementation of the Stripe API"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "stripe-concepts" = callPackage @@ -259852,8 +250208,6 @@ self: { ]; description = "Unofficial Stripe client"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "stripe-http-client" = callPackage @@ -259894,8 +250248,6 @@ self: { doCheck = false; description = "Stripe API for Haskell - http-streams backend"; license = lib.licenses.mit; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "stripe-scotty" = callPackage @@ -259948,8 +250300,6 @@ self: { ]; description = "Verification of Stripe webhook signatures"; license = lib.licenses.mit; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "stripe-tests" = callPackage @@ -259967,8 +250317,6 @@ self: { ]; description = "Tests for Stripe API bindings for Haskell"; license = lib.licenses.mit; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "stripe-wreq" = callPackage @@ -259984,8 +250332,6 @@ self: { ]; description = "Use the Stripe API via Wreq"; license = lib.licenses.mit; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "stripeapi" = callPackage @@ -260003,8 +250349,6 @@ self: { ]; description = "Stripe-Library"; license = lib.licenses.mit; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "strips" = callPackage @@ -260075,8 +250419,6 @@ self: { testToolDepends = [ tasty-discover ]; description = "Strongly typed paths in Haskell"; license = lib.licenses.mit; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "strong-path_1_1_4_0" = callPackage @@ -260099,7 +250441,6 @@ self: { description = "Strongly typed paths in Haskell"; license = lib.licenses.mit; hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "strongswan-sql" = callPackage @@ -260131,8 +250472,6 @@ self: { ]; description = "Interface library for strongSwan SQL backend"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "strptime" = callPackage @@ -260196,8 +250535,6 @@ self: { testHaskellDepends = [ base HUnit mtl ]; description = "Initial project template from stack"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "structured" = callPackage @@ -260307,8 +250644,6 @@ self: { ]; description = "\"Advanced\" Data Structures"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "stt" = callPackage @@ -260325,8 +250660,6 @@ self: { ]; description = "A monad transformer version of the ST monad"; license = lib.licenses.mit; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "stunclient" = callPackage @@ -260350,8 +250683,6 @@ self: { ]; description = "RFC 5389: Session Traversal Utilities for NAT (STUN) client"; license = lib.licenses.mit; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "stunts" = callPackage @@ -260427,8 +250758,6 @@ self: { doHaddock = false; description = "Format Cabal files"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "stylish-haskell" = callPackage @@ -260494,8 +250823,6 @@ self: { libraryHaskellDepends = [ ansi-terminal base ]; description = "Ways to output stylized text on ANSI consoles"; license = "GPL"; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "styx" = callPackage @@ -260552,8 +250879,6 @@ self: { ]; description = "Get the total, put a single element"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "subG" = callPackage @@ -260653,8 +250978,6 @@ self: { ]; description = "Toolchain of subleq computer"; license = lib.licenses.gpl3Only; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "sublists" = callPackage @@ -260687,8 +251010,6 @@ self: { ]; description = "Extract a part from CommonMark/Markdown docs"; license = lib.licenses.gpl3Only; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "subnet" = callPackage @@ -260718,8 +251039,6 @@ self: { ]; description = "Subsample data"; license = lib.licenses.gpl3Only; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "substring-parser" = callPackage @@ -260775,8 +251094,6 @@ self: { testHaskellDepends = [ base QuickCheck ]; description = "Subword graph implementation"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "subzero" = callPackage @@ -260835,8 +251152,6 @@ self: { benchmarkHaskellDepends = [ base criterion random ]; description = "Simple and moderately efficient suffix array implementation"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "suffixarray" = callPackage @@ -260851,8 +251166,6 @@ self: { executableHaskellDepends = [ base HUnit ]; description = "n log n implementation of suffix array"; license = lib.licenses.gpl2Only; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "suffixtree" = callPackage @@ -260931,8 +251244,6 @@ self: { executableHaskellDepends = [ base process ]; description = "Library-based syntactic extensibility for Haskell"; license = "GPL"; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "suitable" = callPackage @@ -260946,8 +251257,6 @@ self: { libraryHaskellDepends = [ base containers ]; description = "Abstract over the constraints on the parameters to type constructors"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "sum-type-boilerplate" = callPackage @@ -260999,8 +251308,6 @@ self: { ]; description = "Tool for scaffolding fully configured batteries-included production-level Haskell projects"; license = lib.licenses.mpl20; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "summoner-tui" = callPackage @@ -261066,8 +251373,6 @@ self: { ]; description = "Test Cabalized package against multiple dependency versions"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "sunroof-compiler" = callPackage @@ -261085,8 +251390,6 @@ self: { ]; description = "Monadic Javascript Compiler"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "sunroof-examples" = callPackage @@ -261160,8 +251463,6 @@ self: { ]; description = "Configure your dotfile deployment with a DSL"; license = lib.licenses.mit; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "superbubbles" = callPackage @@ -261176,8 +251477,6 @@ self: { testHaskellDepends = [ base containers hspec ]; description = "Find \"superbubbles\", as described in https://arxiv.org/abs/1307.7925"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "superbuffer" = callPackage @@ -261292,8 +251591,6 @@ self: { ]; description = "A simple opinionated event store implementation"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "supermonad" = callPackage @@ -261310,8 +251607,6 @@ self: { testHaskellDepends = [ base containers ghc QuickCheck ]; description = "Plugin and base library to support supermonads in Haskell"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "supernova" = callPackage @@ -261332,8 +251627,6 @@ self: { testHaskellDepends = [ aeson async base bytestring streamly text ]; description = "Apache Pulsar client for Haskell"; license = lib.licenses.asl20; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "supero" = callPackage @@ -261352,8 +251645,6 @@ self: { ]; description = "A Supercompiler"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "superrecord" = callPackage @@ -261386,8 +251677,6 @@ self: { ]; description = "Control an internal monad execution for trace generation, backtrakcking, testing and other purposes"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "supervisors" = callPackage @@ -261422,8 +251711,6 @@ self: { ]; description = "Early termination for monads"; license = lib.licenses.mit; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "surjective" = callPackage @@ -261435,8 +251722,6 @@ self: { libraryHaskellDepends = [ base lens mtl template-haskell ]; description = "An output coverage checker"; license = lib.licenses.publicDomain; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "suspend" = callPackage @@ -261526,8 +251811,6 @@ self: { ]; description = "Encode and decode separated values (CSV, PSV, ...)"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "sv-svfactor" = callPackage @@ -261590,8 +251873,6 @@ self: { ]; description = "Syntax-preserving CSV manipulation"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "svg-builder" = callPackage @@ -261624,8 +251905,6 @@ self: { ]; description = "DSL for building SVG"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "svg-tree" = callPackage @@ -261718,8 +251997,6 @@ self: { executableHaskellDepends = [ base filepath xml ]; description = "Helper functions for dealing with SVG files"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "svm" = callPackage @@ -261744,8 +252021,6 @@ self: { libraryHaskellDepends = [ attoparsec base bytestring containers ]; description = "Parsers and formatters for the SVMlight input file format"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "svm-simple" = callPackage @@ -261762,8 +252037,6 @@ self: { ]; description = "Medium level, simplified, bindings to libsvm"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "svndump" = callPackage @@ -261782,8 +252055,6 @@ self: { ]; description = "Library for reading Subversion dump files"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "swagger" = callPackage @@ -261827,8 +252098,6 @@ self: { ]; description = "Auto-generated openapi-petstore API Client"; license = lib.licenses.mit; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "swagger-test" = callPackage @@ -261858,8 +252127,6 @@ self: { ]; description = "Testing of Swagger APIs"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "swagger2" = callPackage @@ -261929,8 +252196,6 @@ self: { ]; description = "Clojure without alphanumerics"; license = lib.licenses.lgpl3Only; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "sweet-egison" = callPackage @@ -261965,8 +252230,6 @@ self: { libraryHaskellDepends = [ base mtl pretty ]; description = "A library for creating Shockwave Flash (SWF) files"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "swift-lda" = callPackage @@ -261982,8 +252245,6 @@ self: { ]; description = "Online sampler for Latent Dirichlet Allocation"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "swish" = callPackage @@ -262026,8 +252287,6 @@ self: { testToolDepends = [ hspec-discover ]; description = "Haskell bindings for the Swiss Ephemeris C library"; license = lib.licenses.agpl3Only; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "swisstable" = callPackage @@ -262051,8 +252310,6 @@ self: { ]; description = "SwissTable hash map"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "switch" = callPackage @@ -262093,8 +252350,6 @@ self: { ]; description = "A simple web server for serving directories"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "sxml" = callPackage @@ -262133,8 +252388,6 @@ self: { libraryHaskellDepends = [ base eq prelude-extras ]; description = "Higher order versions of the Scrap Your Boilerplate classes"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "syb-with-class" = callPackage @@ -262162,8 +252415,6 @@ self: { libraryHaskellDepends = [ base syb-with-class text ]; description = "Scrap Your Boilerplate With Class Text instance"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "sydtest" = callPackage @@ -262208,8 +252459,6 @@ self: { testToolDepends = [ sydtest-discover ]; description = "An aeson companion library for sydtest"; license = "unknown"; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "sydtest-amqp" = callPackage @@ -262265,8 +252514,6 @@ self: { testToolDepends = [ sydtest-discover ]; description = "A Hedgehog companion library for sydtest"; license = "unknown"; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "sydtest-hedis" = callPackage @@ -262286,8 +252533,6 @@ self: { testToolDepends = [ sydtest-discover ]; description = "An hedis companion library for sydtest"; license = "unknown"; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "sydtest-hspec" = callPackage @@ -262303,8 +252548,6 @@ self: { testToolDepends = [ sydtest-discover ]; description = "An Hspec companion library for sydtest"; license = "unknown"; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "sydtest-mongo" = callPackage @@ -262324,8 +252567,6 @@ self: { testToolDepends = [ sydtest-discover ]; description = "An mongoDB companion library for sydtest"; license = "unknown"; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "sydtest-persistent" = callPackage @@ -262367,8 +252608,6 @@ self: { testToolDepends = [ sydtest-discover ]; description = "An persistent-postgresql companion library for sydtest"; license = "unknown"; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "sydtest-persistent-sqlite" = callPackage @@ -262424,8 +252663,6 @@ self: { testToolDepends = [ sydtest-discover ]; description = "An rabbitmq companion library for sydtest"; license = "unknown"; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "sydtest-servant" = callPackage @@ -262512,8 +252749,6 @@ self: { testToolDepends = [ sydtest-discover ]; description = "A yesod companion library for sydtest"; license = "unknown"; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "syfco" = callPackage @@ -262534,8 +252769,6 @@ self: { ]; description = "Synthesis Format Conversion Tool / Library"; license = lib.licenses.mit; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "sylvia" = callPackage @@ -262574,8 +252807,6 @@ self: { testHaskellDepends = [ base hashable QuickCheck ]; description = "Permutations, patterns, and statistics"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "sym-plot" = callPackage @@ -262604,8 +252835,6 @@ self: { ]; description = "Library for Typed Tagless-Final Higher-Order Composable DSL"; license = lib.licenses.gpl3Only; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "symantic-atom" = callPackage @@ -262660,8 +252889,6 @@ self: { ]; description = "Symantics for parsing and documenting a CLI"; license = lib.licenses.gpl3Only; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "symantic-document" = callPackage @@ -262820,8 +253047,6 @@ self: { ]; description = "Test symantic-http and its companion libraries"; license = lib.licenses.gpl3Only; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "symantic-lib" = callPackage @@ -262877,8 +253102,6 @@ self: { doHaddock = false; description = "Parser combinators statically optimized and staged via typed meta-programming"; license = lib.licenses.agpl3Plus; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "symantic-xml" = callPackage @@ -262902,8 +253125,6 @@ self: { ]; description = "Library for reading, validating and writing XML"; license = lib.licenses.gpl3Only; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "symbiote" = callPackage @@ -262961,8 +253182,6 @@ self: { testHaskellDepends = [ base tasty tasty-hunit unix ]; description = "Symlink functions"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "symbols" = callPackage @@ -262989,8 +253208,6 @@ self: { testSystemDepends = [ gmp gmpxx symengine ]; description = "SymEngine symbolic mathematics engine for Haskell"; license = lib.licenses.mit; - hydraPlatforms = lib.platforms.none; - broken = true; }) {inherit (pkgs) gmp; inherit (pkgs) gmpxx; inherit (pkgs) symengine;}; @@ -263009,8 +253226,6 @@ self: { testSystemDepends = [ gmp gmpxx symengine ]; description = "SymEngine symbolic mathematics engine for Haskell"; license = lib.licenses.mit; - hydraPlatforms = lib.platforms.none; - broken = true; }) {inherit (pkgs) gmp; inherit (pkgs) gmpxx; inherit (pkgs) symengine;}; @@ -263067,8 +253282,6 @@ self: { libraryHaskellDepends = [ base stm ]; description = "A fast implementation of synchronous channels with a CML-like API"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "sync-mht" = callPackage @@ -263106,8 +253319,6 @@ self: { ]; description = "Fast incremental file transfer using Merkle-Hash-Trees"; license = lib.licenses.mit; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "synchronous-channels" = callPackage @@ -263325,8 +253536,6 @@ self: { ]; description = "Convert between different Haskell syntax trees"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "syntax-trees-fork-bairyn" = callPackage @@ -263342,8 +253551,6 @@ self: { ]; description = "Convert between different Haskell syntax trees. Bairyn's fork."; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "syntaxnet-haskell" = callPackage @@ -263384,8 +253591,6 @@ self: { ]; description = "Audio signal processing coded in Haskell"; license = "GPL"; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "synthesizer-alsa" = callPackage @@ -263591,8 +253796,6 @@ self: { ]; description = "A replacement for System.Exit and System.Process."; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "sysinfo" = callPackage @@ -263632,8 +253835,6 @@ self: { testHaskellDepends = [ base basic-prelude chell system-filepath ]; description = "Abstract data type for canonical paths with some utilities"; license = lib.licenses.mit; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "system-command" = callPackage @@ -263652,8 +253853,6 @@ self: { ]; description = "A replacement for System.Exit and System.Process"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "system-error" = callPackage @@ -263679,8 +253878,6 @@ self: { testHaskellDepends = [ base hspec QuickCheck ]; description = "A bunch of system utilities used by other projects"; license = lib.licenses.mit; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "system-fileio" = callPackage @@ -263752,8 +253949,6 @@ self: { libraryHaskellDepends = [ base bytestring ]; description = "Binding to Linux's inotify interface"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "system-lifted" = callPackage @@ -263776,8 +253971,6 @@ self: { ]; description = "Lifted versions of System functions"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "system-linux-proc" = callPackage @@ -263794,8 +253987,6 @@ self: { testHaskellDepends = [ base directory hedgehog pretty-show ]; description = "A library for accessing the /proc filesystem in Linux"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "system-locale" = callPackage @@ -263812,8 +254003,6 @@ self: { testHaskellDepends = [ base hspec ]; description = "Get system locales"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "system-posix-redirect" = callPackage @@ -263851,8 +254040,6 @@ self: { ]; description = "Random number generation for extensible effects"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "system-test" = callPackage @@ -264002,8 +254189,6 @@ self: { ]; description = "Matchers and grammars using tree regular expressions"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "t3-client" = callPackage @@ -264051,8 +254236,6 @@ self: { ]; description = "tic-tac-toe server"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "ta" = callPackage @@ -264097,8 +254280,6 @@ self: { ]; description = "Simple tool to generate tables from DSV input"; license = lib.licenses.mit; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "table-layout" = callPackage @@ -264134,8 +254315,6 @@ self: { libraryHaskellDepends = [ base ]; description = "A table tennis game tracking engine"; license = lib.licenses.mit; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "tableaux" = callPackage @@ -264153,8 +254332,6 @@ self: { ]; description = "An interactive theorem prover based on semantic tableaux"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "tables" = callPackage @@ -264178,8 +254355,6 @@ self: { ]; description = "In-memory storage with multiple keys using lenses and traversals"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "tablestorage" = callPackage @@ -264200,8 +254375,6 @@ self: { ]; description = "Azure Table Storage REST API Wrapper"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "tablize" = callPackage @@ -264237,8 +254410,6 @@ self: { ]; description = "View the output of shell commands in a table"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "tabs" = callPackage @@ -264253,8 +254424,6 @@ self: { executableHaskellDepends = [ base filepath monadlist mtl tagged ]; description = "Indents source files"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "tabular" = callPackage @@ -264325,8 +254494,6 @@ self: { libraryHaskellDepends = [ base ghc-prim ]; description = "Provides access to the dynamic pointer tagging bits used by GHC"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "tag-stream" = callPackage @@ -264409,8 +254576,6 @@ self: { ]; description = "Reflect exceptions using phantom types"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "tagged-identity" = callPackage @@ -264469,8 +254634,6 @@ self: { ]; description = "Simple wrappers for timing IO actions (single-threaded)"; license = lib.licenses.mit; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "tagged-transformer" = callPackage @@ -264573,8 +254736,6 @@ self: { libraryPkgconfigDepends = [ taglib ]; description = "An FFI layer over TagLib's C bindings"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {inherit (pkgs) taglib;}; "tagset-positional" = callPackage @@ -264640,8 +254801,6 @@ self: { ]; description = "alternative parser for the tagsoup package"; license = "GPL"; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "tagsoup-megaparsec" = callPackage @@ -264658,8 +254817,6 @@ self: { ]; description = "A Tag token parser and Tag specific parsing combinators"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "tagsoup-navigate" = callPackage @@ -264689,8 +254846,6 @@ self: { libraryHaskellDepends = [ base parsec tagsoup ]; description = "Tokenizes Tag, so [ Tag ] can be used as parser input"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "tagsoup-selection" = callPackage @@ -264702,8 +254857,6 @@ self: { libraryHaskellDepends = [ base containers parsec tagsoup ]; description = "Selecting subtrees from TagSoup's TagTrees using CSS selectors"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "tagstew" = callPackage @@ -264778,8 +254931,6 @@ self: { ]; description = "Support library to enable TAI usage on systems with time kept in UTC"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "tai64" = callPackage @@ -264798,8 +254949,6 @@ self: { testHaskellDepends = [ base doctest ]; description = "Tai64 Labels for Haskell"; license = lib.licenses.mpl20; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "tailfile-hinotify" = callPackage @@ -264850,8 +254999,6 @@ self: { ]; description = "Tailwind wrapped in Haskell"; license = lib.licenses.mit; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "tak" = callPackage @@ -264901,8 +255048,6 @@ self: { libraryHaskellDepends = [ base lens monad-skeleton mtl ]; description = "create slide for presentation"; license = lib.licenses.mit; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "takusen-oracle" = callPackage @@ -264917,8 +255062,6 @@ self: { librarySystemDepends = [ clntsh ]; description = "Database library with left-fold interface for Oracle"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {clntsh = null;}; "tal" = callPackage @@ -265045,8 +255188,6 @@ self: { ]; description = "Utility library for the tamarin prover"; license = "GPL"; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "tamper" = callPackage @@ -265113,8 +255254,6 @@ self: { testHaskellDepends = [ base hspec vector ]; description = "A tasty enhancement to cassava for easy csv exporting"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "tar" = callPackage @@ -265450,8 +255589,6 @@ self: { ]; description = "Auto discovery for Tasty with support for ingredients and test tree generation"; license = lib.licenses.mit; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "tasty-bdd" = callPackage @@ -265579,8 +255716,6 @@ self: { ]; description = "Adds the ability to fail a tasty test suite on first test failure"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "tasty-focus" = callPackage @@ -265638,8 +255773,6 @@ self: { testHaskellDepends = [ aeson base tasty tasty-hunit ]; description = "Grade your tasty-testsuite"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "tasty-groundhog-converters" = callPackage @@ -265716,8 +255849,6 @@ self: { ]; description = "Coverage tracking for Hedgehog Property-Based Testing via Tasty"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "tasty-hslua" = callPackage @@ -265993,8 +256124,6 @@ self: { ]; description = "Golden testing provider for tasty with muti-line diff output"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "tasty-prelude" = callPackage @@ -266127,8 +256256,6 @@ self: { ]; description = "Collect statistics of your Tasty testsuite"; license = lib.licenses.mit; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "tasty-sugar" = callPackage @@ -266199,8 +256326,6 @@ self: { libraryHaskellDepends = [ base tasty ]; description = "Test vector support for tasty"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "tasty-th" = callPackage @@ -266338,8 +256463,6 @@ self: { ]; description = "tcache using Amazon Web Services as default persistence mechanism"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "tccli" = callPackage @@ -266391,8 +256514,6 @@ self: { libraryPkgconfigDepends = [ libtcod ]; description = "Bindings to libtcod roguelike engine"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {inherit (pkgs) libtcod;}; "tconfig" = callPackage @@ -266415,8 +256536,6 @@ self: { libraryHaskellDepends = [ base containers old-time ]; description = "A purely functional TCP implementation"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "tcp-streams" = callPackage @@ -266460,8 +256579,6 @@ self: { ]; description = "Tcp streams using openssl for tls support"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "tdd-util" = callPackage @@ -266534,8 +256651,6 @@ self: { ]; description = "Chart generation from tdigest"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "tdlib" = callPackage @@ -266650,8 +256765,6 @@ self: { executableHaskellDepends = [ base ]; description = "Pure Haskell TDS protocol implementation. Mainly for beam-mssql and beam-sybase"; license = lib.licenses.mit; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "teams" = callPackage @@ -266663,8 +256776,6 @@ self: { libraryHaskellDepends = [ base containers fgl graphviz ]; description = "Graphical modeling tools for sequential teams"; license = "GPL"; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "teardown" = callPackage @@ -266752,8 +256863,6 @@ self: { libraryHaskellDepends = [ base ]; description = "Dental data types"; license = lib.licenses.mit; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "tehepero" = callPackage @@ -266785,8 +256894,6 @@ self: { ]; description = "Telegram Bot API binding"; license = lib.licenses.mit; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "telegram" = callPackage @@ -266802,8 +256909,6 @@ self: { ]; description = "Telegram API client"; license = lib.licenses.gpl2Only; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "telegram-api" = callPackage @@ -266833,8 +256938,6 @@ self: { ]; description = "Telegram Bot API bindings"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "telegram-bot" = callPackage @@ -266893,8 +256996,6 @@ self: { ]; description = "Easy to use library for building Telegram bots"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "telegram-raw-api" = callPackage @@ -266984,8 +257085,6 @@ self: { testHaskellDepends = [ base ]; description = "A tool to quickly switch between directories"; license = lib.licenses.mit; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "teleshell" = callPackage @@ -267008,8 +257107,6 @@ self: { ]; description = "Telnet client and other things"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "tell" = callPackage @@ -267040,8 +257137,6 @@ self: { ]; description = "IRC tellbot"; license = lib.licenses.gpl3Only; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "tempered" = callPackage @@ -267074,8 +257169,6 @@ self: { libraryHaskellDepends = [ base time ]; description = "For representing musical tempi"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "template" = callPackage @@ -267098,8 +257191,6 @@ self: { libraryHaskellDepends = [ base data-default template-haskell ]; description = "declaring Default instances just got even easier"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "template-haskell_2_18_0_0" = callPackage @@ -267151,8 +257242,6 @@ self: { ]; description = "Some utilities for template Haskell"; license = lib.licenses.mit; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "template-hsml" = callPackage @@ -267173,8 +257262,6 @@ self: { ]; description = "Haskell's Simple Markup Language"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "template-toolkit" = callPackage @@ -267205,8 +257292,6 @@ self: { libraryHaskellDepends = [ base bytestring text ]; description = "Process template file"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "templateify" = callPackage @@ -267220,8 +257305,6 @@ self: { executableHaskellDepends = [ base mtl tagsoup uniplate ]; description = "Make template from website"; license = lib.licenses.gpl3Only; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "templatepg" = callPackage @@ -267239,8 +257322,6 @@ self: { ]; description = "A PostgreSQL access library with compile-time SQL type inference"; license = lib.licenses.mit; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "templater" = callPackage @@ -267295,8 +257376,6 @@ self: { ]; description = "A small Haskell wrapper around the TempoDB api"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "temporal-csound" = callPackage @@ -267314,8 +257393,6 @@ self: { ]; description = "library to make electronic music, brings together temporal-music-notation and csound-expression packages"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "temporal-media" = callPackage @@ -267437,8 +257514,6 @@ self: { executableToolDepends = [ happy ]; description = "Interpreter for the FRP language Tempus"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "tempus-fugit" = callPackage @@ -267526,8 +257601,6 @@ self: { testHaskellDepends = [ base QuickCheck random ]; description = "A completely type-safe library for linear algebra"; license = lib.licenses.gpl3Only; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "tensor-safe" = callPackage @@ -267551,8 +257624,6 @@ self: { ]; description = "Create valid deep neural network architectures"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "tensorflow" = callPackage @@ -267581,8 +257652,6 @@ self: { ]; description = "TensorFlow bindings"; license = lib.licenses.asl20; - hydraPlatforms = lib.platforms.none; - broken = true; }) {inherit (pkgs) libtensorflow;}; "tensorflow-core-ops" = callPackage @@ -267685,8 +257754,6 @@ self: { ]; description = "Code generation for TensorFlow operations"; license = lib.licenses.asl20; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "tensorflow-ops" = callPackage @@ -267811,8 +257878,6 @@ self: { testHaskellDepends = [ base containers HUnit QuickCheck ]; description = "Term Rewriting Library"; license = lib.licenses.mit; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "termbox" = callPackage @@ -267858,8 +257923,6 @@ self: { executableHaskellDepends = [ base ]; description = "Bindings to the Termbox library"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "termcolor" = callPackage @@ -267979,8 +258042,6 @@ self: { libraryHaskellDepends = [ base containers contravariant ]; description = "Termination combinators for forcing non-terminating algorithms to terminate"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "terminfo_0_4_1_5" = callPackage @@ -268070,8 +258131,6 @@ self: { ]; description = "Plot time series in your terminal using commands stdout"; license = lib.licenses.mit; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "terntup" = callPackage @@ -268089,8 +258148,6 @@ self: { ]; description = "a ternary library"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "terraform-http-backend-pass" = callPackage @@ -268111,8 +258168,6 @@ self: { executableHaskellDepends = [ base ]; description = "HTTP backend to store terraform state using pass and git"; license = "AGPL"; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "terrahs" = callPackage @@ -268146,8 +258201,6 @@ self: { ]; description = "A semantic parser for lojban"; license = lib.licenses.gpl3Only; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "tesla" = callPackage @@ -268177,8 +258230,6 @@ self: { ]; description = "Tesla API client"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "test-fixture" = callPackage @@ -268200,8 +258251,6 @@ self: { testToolDepends = [ hspec-discover ]; description = "Test monadic side-effects"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "test-framework" = callPackage @@ -268242,8 +258291,6 @@ self: { testHaskellDepends = [ base test-framework ]; description = "Test.Framework wrapper for DocTest"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "test-framework-golden" = callPackage @@ -268313,8 +258360,6 @@ self: { ]; description = "QuickCheck support for the test-framework package"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "test-framework-quickcheck2" = callPackage @@ -268372,8 +258417,6 @@ self: { ]; description = "Functions for conveniently marking some of the tests in a suite as being skipped"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "test-framework-smallcheck" = callPackage @@ -268399,8 +258442,6 @@ self: { testHaskellDepends = [ base test-framework testing-feat ]; description = "A test framework provider for testing-feat"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "test-framework-th" = callPackage @@ -268432,8 +258473,6 @@ self: { ]; description = "Template Haskell for test framework"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "test-fun" = callPackage @@ -268535,8 +258574,6 @@ self: { libraryHaskellDepends = [ base ]; description = "Just tests Hackage"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "test-sandbox" = callPackage @@ -268566,8 +258603,6 @@ self: { ]; description = "Sandbox for system tests"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "test-sandbox-compose" = callPackage @@ -268641,8 +258676,6 @@ self: { testToolDepends = [ hspec-discover ]; description = "Catchy combinators for HUnit"; license = lib.licenses.mit; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "test-simple" = callPackage @@ -268679,8 +258712,6 @@ self: { ]; description = "Write your tests in comments"; license = "GPL"; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "testPkg" = callPackage @@ -268694,8 +258725,6 @@ self: { executableHaskellDepends = [ base ]; description = "Small test package"; license = "unknown"; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "testbench" = callPackage @@ -268740,8 +258769,6 @@ self: { testToolDepends = [ hspec-discover tasty-discover ]; description = "Docker containers for your integration tests"; license = lib.licenses.mit; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "testing-feat" = callPackage @@ -268786,8 +258813,6 @@ self: { ]; description = "Quick feedback loop for test suites"; license = lib.licenses.mit; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "testpack" = callPackage @@ -268804,8 +258829,6 @@ self: { ]; description = "Test Utililty Pack for HUnit and QuickCheck (unmaintained)"; license = "LGPL"; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "testpattern" = callPackage @@ -268820,8 +258843,6 @@ self: { executableHaskellDepends = [ base filepath gtk ]; description = "Display a monitor test pattern"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "testrunner" = callPackage @@ -268836,8 +258857,6 @@ self: { ]; description = "Easy unit test driver framework"; license = "GPL"; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "tetris" = callPackage @@ -268886,8 +258905,6 @@ self: { executableHaskellDepends = [ base containers deepseq parsec ]; description = "LaTeX to plain-text conversion"; license = lib.licenses.gpl3Only; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "texbuilder" = callPackage @@ -268908,8 +258925,6 @@ self: { ]; description = "View your latex output while editing"; license = lib.licenses.gpl3Only; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "texmath" = callPackage @@ -268954,8 +258969,6 @@ self: { ]; description = "Functions for running Tex from Haskell"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "text_2_0" = callPackage @@ -268998,8 +259011,6 @@ self: { ]; description = "Everything Data.Text related in one package"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "text-and-plots" = callPackage @@ -269016,8 +259027,6 @@ self: { ]; description = "EDSL to create HTML documents with plots based on the C3.js library."; license = lib.licenses.mit; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "text-ansi" = callPackage @@ -269048,8 +259057,6 @@ self: { ]; description = "ASCII string and character processing"; license = lib.licenses.asl20; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "text-binary" = callPackage @@ -269127,8 +259134,6 @@ self: { ]; description = "Memory-efficient string-indexed container types"; license = lib.licenses.gpl3Only; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "text-conversions" = callPackage @@ -269178,8 +259183,6 @@ self: { ]; description = "A typeclass for user-facing output"; license = lib.licenses.mit; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "text-format" = callPackage @@ -269216,8 +259219,6 @@ self: { testHaskellDepends = [ base hspec time ]; description = "Full-weight string formatting library, analog of Python's string.format"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "text-format-simple" = callPackage @@ -269253,8 +259254,6 @@ self: { ]; description = "A generic, derivable, haskell pretty printer"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "text-icu" = callPackage @@ -269325,8 +259324,6 @@ self: { ]; description = "Dealing with Strict Text in NFC normalization"; license = lib.licenses.gpl3Only; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "text-icu-translit" = callPackage @@ -269410,8 +259407,6 @@ self: { testHaskellDepends = [ base hspec lens ]; description = "Lenses for operating over text"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "text-lips" = callPackage @@ -269427,8 +259422,6 @@ self: { ]; description = "Monadic parsing combinator library with attention to locations"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "text-loc" = callPackage @@ -269497,8 +259490,6 @@ self: { ]; description = "A data structure for mapping metadata to text subsequences"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "text-metrics" = callPackage @@ -269530,8 +259521,6 @@ self: { ]; description = "Unicode-normalized text"; license = lib.licenses.mit; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "text-offset" = callPackage @@ -269550,8 +259539,6 @@ self: { ]; description = "Library for converting between line/column and byte offset"; license = lib.licenses.asl20; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "text-plus" = callPackage @@ -269583,8 +259570,6 @@ self: { testHaskellDepends = [ base QuickCheck regex-applicative ]; description = "Handling positions in text and position-tagging it"; license = lib.licenses.publicDomain; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "text-postgresql" = callPackage @@ -269664,8 +259649,6 @@ self: { libraryHaskellDepends = [ base containers mtl vector ]; description = "A Haskell implementation of the 1# Text Register Machine"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "text-render" = callPackage @@ -269696,8 +259679,6 @@ self: { testHaskellDepends = [ base hedgehog neat-interpolation text ]; description = "Simple text replacements from a list of search/replace pairs"; license = lib.licenses.asl20; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "text-rope" = callPackage @@ -269832,8 +259813,6 @@ self: { ]; description = "Library for Time parsing from Text into UTCTime"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "text-trie" = callPackage @@ -269851,8 +259830,6 @@ self: { ]; description = "An efficient finite map from Text to values, based on bytestring-trie"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "text-utf7" = callPackage @@ -269894,8 +259871,6 @@ self: { ]; description = "An efficient packed UTF-8 backed Unicode text type"; license = lib.licenses.bsd2; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "text-utils" = callPackage @@ -269936,8 +259911,6 @@ self: { libraryHaskellDepends = [ base parsec template-haskell xml ]; description = "Quasiquoter for xml. XML DSL in Haskell."; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "text-zipper" = callPackage @@ -269963,8 +259936,6 @@ self: { testHaskellDepends = [ base hspec text-zipper ]; description = "Monadic interface to the text-zipper package"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "text1" = callPackage @@ -269983,8 +259954,6 @@ self: { ]; description = "Non-empty values of `Data.Text`."; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "textPlot" = callPackage @@ -270046,8 +260015,6 @@ self: { ]; description = "Unofficial Haskell SDK for Textocat API -- http://textocat.com"; license = lib.licenses.asl20; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "texts" = callPackage @@ -270070,8 +260037,6 @@ self: { libraryHaskellDepends = [ base bytestring text utf8-string ]; description = "Textual type class for data that represent text"; license = lib.licenses.mit; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "tf-random" = callPackage @@ -270106,8 +260071,6 @@ self: { libraryHaskellDepends = [ base template-haskell tfp ]; description = "Template-Haskell code for tfp"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "tftp" = callPackage @@ -270132,8 +260095,6 @@ self: { ]; description = "A library for building tftp servers"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "tga" = callPackage @@ -270145,8 +260106,6 @@ self: { libraryHaskellDepends = [ base bytestring ]; description = "Reading and writing of tga image files"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "th-abstraction" = callPackage @@ -270203,8 +260162,6 @@ self: { libraryHaskellDepends = [ base template-haskell ]; description = "More convenient construction of TH ASTs"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "th-cas" = callPackage @@ -270336,8 +260293,6 @@ self: { libraryHaskellDepends = [ base constraints template-haskell ]; description = "Automatically discover available dictionaries at compile time"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "th-env" = callPackage @@ -270394,8 +260349,6 @@ self: { libraryHaskellDepends = [ base template-haskell ]; description = "TH fold generator"; license = lib.licenses.publicDomain; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "th-format" = callPackage @@ -270412,8 +260365,6 @@ self: { testHaskellDepends = [ base tasty tasty-hunit text ]; description = "Template Haskell based support for format strings"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "th-inline-io-action" = callPackage @@ -270445,8 +260396,6 @@ self: { ]; description = "Fixed versions of instances reification functions"; license = lib.licenses.mit; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "th-instances" = callPackage @@ -270486,8 +260435,6 @@ self: { ]; description = "Automated kind inference in Template Haskell"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "th-kinds-fork" = callPackage @@ -270503,8 +260450,6 @@ self: { ]; description = "Automated kind inference in Template Haskell"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "th-lego" = callPackage @@ -270629,8 +260574,6 @@ self: { libraryHaskellDepends = [ base lens pretty template-haskell ]; description = "Simplify and render Template Haskell"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "th-printf" = callPackage @@ -270689,8 +260632,6 @@ self: { libraryHaskellDepends = [ base containers template-haskell ]; description = "Binding group analysis in Template Haskell"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "th-strict-compat" = callPackage @@ -270717,8 +260658,6 @@ self: { ]; description = "Typechecking in Template Haskell"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "th-test-utils" = callPackage @@ -270750,8 +260689,6 @@ self: { testHaskellDepends = [ base hspec template-haskell ]; description = "Provides a way to persist data from compile-time to runtime"; license = lib.licenses.isc; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "th-traced" = callPackage @@ -270763,8 +260700,6 @@ self: { libraryHaskellDepends = [ base containers mtl template-haskell ]; description = "Tracing Q monad computation"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "th-typegraph" = callPackage @@ -270838,8 +260773,6 @@ self: { testToolDepends = [ hspec-discover ]; description = "Give your dependencies stars on GitHub!"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "theatre" = callPackage @@ -270882,8 +260815,6 @@ self: { ]; description = "Haskell API bindings for http://themoviedb.org"; license = lib.licenses.mit; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "themplate" = callPackage @@ -270930,8 +260861,6 @@ self: { ]; description = "All-in-one session handling for servant-based frontends"; license = "AGPL"; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "theoremquest" = callPackage @@ -270943,8 +260872,6 @@ self: { libraryHaskellDepends = [ base HTTP json utf8-string ]; description = "A common library for TheoremQuest, a theorem proving game"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "theoremquest-client" = callPackage @@ -271043,8 +260970,6 @@ self: { libraryHaskellDepends = [ base pretty ]; description = "Typing Haskell In Haskell"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "thimk" = callPackage @@ -271091,8 +261016,6 @@ self: { ]; description = "A modern TUI typing game featuring online racing against friends"; license = lib.licenses.mit; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "thorn" = callPackage @@ -271111,8 +261034,6 @@ self: { ]; description = "Datatype Manipulation with Template Haskell"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "thread-hierarchy" = callPackage @@ -271235,8 +261156,6 @@ self: { libraryHaskellDepends = [ base containers ]; description = "(deprecated in favor of 'threads') Simple thread management"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "threads" = callPackage @@ -271355,8 +261274,6 @@ self: { ]; description = "Composable algebraic editors"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "threepenny-gui" = callPackage @@ -271397,8 +261314,6 @@ self: { executableHaskellDepends = [ base threepenny-gui ]; description = "Write simple nested context menus for threepenny-gui"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "threepenny-gui-flexbox" = callPackage @@ -271413,8 +261328,6 @@ self: { executableHaskellDepends = [ base threepenny-gui ]; description = "Flexbox layouts for Threepenny-gui"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "thrift" = callPackage @@ -271437,8 +261350,6 @@ self: { ]; description = "Haskell bindings for the Apache Thrift RPC system"; license = lib.licenses.asl20; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "thrist" = callPackage @@ -271501,8 +261412,6 @@ self: { testHaskellDepends = [ base hspec QuickCheck ]; description = "Loop over an action but throttle it to a certain rate"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "through-text" = callPackage @@ -271534,8 +261443,6 @@ self: { testToolDepends = [ tasty-discover ]; description = "throwable-exceptions gives the easy way to throw exceptions"; license = lib.licenses.mit; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "thumbnail" = callPackage @@ -271570,8 +261477,6 @@ self: { ]; description = "Generate thumbnails easily and safely"; license = lib.licenses.mit; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "thumbnail-polish" = callPackage @@ -271656,8 +261561,6 @@ self: { ]; description = "A desktop bar based on WebKit"; license = lib.licenses.mit; - hydraPlatforms = lib.platforms.none; - broken = true; }) {inherit (pkgs) gtk3; inherit (pkgs) webkitgtk;}; "tibetan-utils" = callPackage @@ -271727,8 +261630,6 @@ self: { testHaskellDepends = [ base QuickCheck text ]; description = "A basic implementation of a personal ticket management system"; license = lib.licenses.mit; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "tickle" = callPackage @@ -271761,8 +261662,6 @@ self: { libraryHaskellDepends = [ base tuples-homogenous-h98 vector ]; description = "3D Tic-Tac-Toe game"; license = lib.licenses.gpl3Only; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "tidal" = callPackage @@ -271807,8 +261706,6 @@ self: { ]; description = "MIDI support for tidal"; license = lib.licenses.gpl3Only; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "tidal-serial" = callPackage @@ -271843,8 +261740,6 @@ self: { executableHaskellDepends = [ base ]; description = "Visual rendering for Tidal patterns and osc messages"; license = lib.licenses.gpl3Only; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "tie-knot" = callPackage @@ -271856,8 +261751,6 @@ self: { libraryHaskellDepends = [ base containers mtl recursion-schemes ]; description = "\"Ties the knot\" on a given set of structures that reference each other by keys"; license = "LGPL"; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "tiempo" = callPackage @@ -271869,8 +261762,6 @@ self: { libraryHaskellDepends = [ base deepseq time ]; description = "Specify time intervals in different units (secs, mins, hours, etc.)"; license = lib.licenses.mit; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "tiger" = callPackage @@ -271887,8 +261778,6 @@ self: { ]; description = "Tiger Compiler of Universiteit Utrecht"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "tight-apply" = callPackage @@ -271916,8 +261805,6 @@ self: { ]; description = "Nice API for a Slackbot"; license = lib.licenses.mit; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "tighttp" = callPackage @@ -272066,8 +261953,6 @@ self: { libraryHaskellDepends = [ base time ]; description = "Data instances for the time package"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "time-exts" = callPackage @@ -272182,8 +262067,6 @@ self: { testHaskellDepends = [ base hspec HUnit mtl time tz ]; description = "A library to mock the current time"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "time-manager" = callPackage @@ -272258,8 +262141,6 @@ self: { testHaskellDepends = [ base hspec ]; description = "Quasi-quoter for UTCTime times"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "time-quote" = callPackage @@ -272276,8 +262157,6 @@ self: { ]; description = "Quasi-quoters for dates and times"; license = lib.licenses.gpl3Only; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "time-recurrence" = callPackage @@ -272295,8 +262174,6 @@ self: { ]; description = "Generate recurring dates"; license = lib.licenses.lgpl3Only; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "time-series" = callPackage @@ -272311,8 +262188,6 @@ self: { executableHaskellDepends = [ base ]; description = "Time series analysis"; license = lib.licenses.gpl2Only; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "time-series-lib" = callPackage @@ -272326,8 +262201,6 @@ self: { doHaddock = false; description = "Library for Time Series processing"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "time-units" = callPackage @@ -272352,8 +262225,6 @@ self: { libraryHaskellDepends = [ base convertible parsec time ]; description = "Parse, format and convert W3C Date and Time"; license = lib.licenses.publicDomain; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "time-warp" = callPackage @@ -272404,8 +262275,6 @@ self: { isExecutable = true; executableHaskellDepends = [ base haskeline uu-parsinglib ]; license = lib.licenses.mit; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "timeconsole" = callPackage @@ -272528,8 +262397,6 @@ self: { time unordered-containers ]; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "timeout" = callPackage @@ -272546,8 +262413,6 @@ self: { ]; description = "Generalized sleep and timeout functions"; license = lib.licenses.mit; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "timeout-control" = callPackage @@ -272574,8 +262439,6 @@ self: { libraryHaskellDepends = [ base deepseq mtl parallel ]; description = "Runs a time-limited computation alowing it to return intermediate results"; license = "LGPL"; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "timeparsers" = callPackage @@ -272591,8 +262454,6 @@ self: { ]; description = "Attoparsec parsers for various Date/Time formats"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "timeplot" = callPackage @@ -272714,8 +262575,6 @@ self: { ]; description = "Library for Time Series processing"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "timespan" = callPackage @@ -272787,8 +262646,6 @@ self: { testHaskellDepends = [ base hspec microlens time ]; description = "Time utilities"; license = lib.licenses.gpl3Only; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "timezone-detect" = callPackage @@ -272808,8 +262665,6 @@ self: { testToolDepends = [ hspec-discover ]; description = "Haskell bindings for the zone-detect C library; plus tz-aware utils"; license = lib.licenses.gpl2Only; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "timezone-olson" = callPackage @@ -272840,8 +262695,6 @@ self: { ]; description = "Load TimeZoneSeries from an Olson file at compile time"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "timezone-series" = callPackage @@ -272899,8 +262752,6 @@ self: { testHaskellDepends = [ base QuickCheck ]; description = "Tiny INI file and configuration library with a minimal dependency footprint"; license = lib.licenses.mit; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "tintin" = callPackage @@ -272926,8 +262777,6 @@ self: { testHaskellDepends = [ base require ]; description = "A softer alternative to Haddock"; license = lib.licenses.asl20; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "tiny-scheduler" = callPackage @@ -272939,8 +262788,6 @@ self: { libraryHaskellDepends = [ async base time ]; description = "tiny no-brainer job scheduler"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "tinyMesh" = callPackage @@ -272981,8 +262828,6 @@ self: { ]; description = "A fast DOM parser for a subset of XML"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "tinyfiledialogs" = callPackage @@ -273024,8 +262869,6 @@ self: { testHaskellDepends = [ base QuickCheck text ]; description = "A tiny text templating library"; license = lib.licenses.mit; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "tip-haskell-frontend" = callPackage @@ -273137,8 +262980,6 @@ self: { ]; description = "Testing Infrastructure for Temporal AbstractioNs - Interactive Yampa debugging layer"; license = lib.licenses.gpl3Only; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "titan-record-yampa" = callPackage @@ -273150,8 +262991,6 @@ self: { libraryHaskellDepends = [ base Yampa ]; description = "Testing Infrastructure for Temporal AbstractioNs - Yampa record-and-replay layer"; license = lib.licenses.gpl3Only; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "titlecase" = callPackage @@ -273186,8 +263025,6 @@ self: { testHaskellDepends = [ HUnit test-framework test-framework-hunit ]; description = "Simple Presentation Utility"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "tkyprof" = callPackage @@ -273214,8 +263051,6 @@ self: { ]; description = "A web-based visualizer for GHC Profiling Reports"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "tld" = callPackage @@ -273584,8 +263419,6 @@ self: { testHaskellDepends = [ base hspec ]; description = "Shows how to test a simple service using tmp-proc"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "tmp-proc-postgres" = callPackage @@ -273737,8 +263570,6 @@ self: { ]; description = "A type class and some utilities for generating Haskell code"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "to-string-class" = callPackage @@ -273752,8 +263583,6 @@ self: { libraryHaskellDepends = [ base ]; description = "Converting string-like types to Strings"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "to-string-instances" = callPackage @@ -273796,8 +263625,6 @@ self: { libraryHaskellDepends = [ base ]; description = "A todo bottom"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "todos" = callPackage @@ -273823,8 +263650,6 @@ self: { ]; description = "Easy-to-use TODOs manager"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "tofromxml" = callPackage @@ -273843,8 +263668,6 @@ self: { ]; description = "Reading and writing Haskell data from and to XML"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "toilet" = callPackage @@ -273862,8 +263685,6 @@ self: { ]; description = "Manage the toilet queue at the IMO"; license = "GPL"; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "token-bucket" = callPackage @@ -273899,8 +263720,6 @@ self: { ]; description = "Fast rate limiting using the token bucket algorithm (BSD)"; license = lib.licenses.bsd2; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "token-limiter-concurrent" = callPackage @@ -273943,8 +263762,6 @@ self: { text unordered-containers ]; license = lib.licenses.mit; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "tokenify" = callPackage @@ -273956,8 +263773,6 @@ self: { libraryHaskellDepends = [ base containers text ]; description = "A regex lexer"; license = lib.licenses.mit; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "tokenize" = callPackage @@ -274001,8 +263816,6 @@ self: { ]; description = "A variant of tokenizer-monad that supports streaming"; license = lib.licenses.gpl3Only; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "tokstyle" = callPackage @@ -274028,8 +263841,6 @@ self: { testToolDepends = [ hspec-discover ]; description = "TokTok C code style checker"; license = lib.licenses.gpl3Only; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "toktok" = callPackage @@ -274063,8 +263874,6 @@ self: { testSystemDepends = [ tokyocabinet ]; description = "Haskell binding of Tokyo Cabinet"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {inherit (pkgs) tokyocabinet;}; "tokyotyrant-haskell" = callPackage @@ -274081,8 +263890,6 @@ self: { platforms = [ "aarch64-linux" "armv7l-linux" "i686-linux" "x86_64-linux" ]; - hydraPlatforms = lib.platforms.none; - broken = true; }) {inherit (pkgs) tokyocabinet; inherit (pkgs) tokyotyrant;}; "tomato-rubato-openal" = callPackage @@ -274094,8 +263901,6 @@ self: { libraryHaskellDepends = [ base OpenAL stm vector ]; description = "Easy to use library for audio programming"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "toml" = callPackage @@ -274112,8 +263917,6 @@ self: { attoparsec base bytestring containers old-locale time ]; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "toml-parser" = callPackage @@ -274263,8 +264066,6 @@ self: { ]; description = "tonatona plugin for accessing PostgreSQL database"; license = lib.licenses.mit; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "tonatona-persistent-sqlite" = callPackage @@ -274285,8 +264086,6 @@ self: { ]; description = "tonatona plugin for accessing Sqlite database"; license = lib.licenses.mit; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "tonatona-servant" = callPackage @@ -274310,8 +264109,6 @@ self: { ]; description = "tonatona plugin for servant"; license = lib.licenses.mit; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "too-many-cells" = callPackage @@ -274391,8 +264188,6 @@ self: { ]; description = "Manage the TODO entries in your code"; license = lib.licenses.mit; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "toolshed" = callPackage @@ -274513,8 +264308,6 @@ self: { libraryHaskellDepends = [ base mtl parallel QuickCheck ]; description = "Simple unit test library (or framework)"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "torrent" = callPackage @@ -274617,8 +264410,6 @@ self: { executableHaskellDepends = [ base cmdargs ]; description = "Library (and cli) to execute a procedure on file change"; license = lib.licenses.mit; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "tower" = callPackage @@ -274711,8 +264502,6 @@ self: { ]; description = "Client library for Toxiproxy: a TCP failure testing proxy"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "toysolver" = callPackage @@ -274873,8 +264662,6 @@ self: { ]; description = "Parser and pretty printer for the TPTP language"; license = lib.licenses.gpl3Only; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "trace" = callPackage @@ -274891,8 +264678,6 @@ self: { ]; description = "A monad transformer for tracing provenience of errors"; license = lib.licenses.mit; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "trace-call" = callPackage @@ -274904,8 +264689,6 @@ self: { libraryHaskellDepends = [ base containers mtl ]; description = "functions for logging the arguments and results of function calls"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "trace-function-call" = callPackage @@ -274917,8 +264700,6 @@ self: { libraryHaskellDepends = [ base ]; description = "Easy lightweight tracing of function arguments and results for ad hoc debugging"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "traced" = callPackage @@ -274930,8 +264711,6 @@ self: { libraryHaskellDepends = [ base containers mtl pretty ]; description = "Simple evaluation trace"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "tracer" = callPackage @@ -274963,8 +264742,6 @@ self: { ]; description = "Visualize Haskell data structures as edge-labeled trees"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "tracing" = callPackage @@ -275008,8 +264785,6 @@ self: { ]; description = "Distributed tracing"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "tracing-control_0_0_7_3" = callPackage @@ -275034,7 +264809,6 @@ self: { description = "Distributed tracing"; license = lib.licenses.bsd3; hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "tracked-files" = callPackage @@ -275050,8 +264824,6 @@ self: { testHaskellDepends = [ base directory hspec process ]; description = "Package to list all tracked and untracked existing files via Git"; license = lib.licenses.mit; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "tracker" = callPackage @@ -275063,8 +264835,6 @@ self: { libraryHaskellDepends = [ base containers glib ]; description = "Client library for Tracker metadata database, indexer and search tool"; license = "LGPL"; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "trackit" = callPackage @@ -275085,8 +264855,6 @@ self: { ]; description = "A command-line tool for live monitoring"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "traction" = callPackage @@ -275108,8 +264876,6 @@ self: { ]; description = "Tools for postgresql-simple"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "tracy" = callPackage @@ -275121,8 +264887,6 @@ self: { libraryHaskellDepends = [ base ]; description = "Convenience wrappers for non-intrusive debug tracing"; license = lib.licenses.mit; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "trade-journal" = callPackage @@ -275178,8 +264942,6 @@ self: { ]; description = "TrailDB bindings for Haskell"; license = lib.licenses.mit; - hydraPlatforms = lib.platforms.none; - broken = true; }) {Judy = null; traildb = null;}; "trajectory" = callPackage @@ -275266,8 +265028,6 @@ self: { libraryHaskellDepends = [ base ListZipper MonadPrompt stm ]; description = "Transactional events, based on Concurrent ML semantics"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "transf" = callPackage @@ -275429,8 +265189,6 @@ self: { libraryHaskellDepends = [ base transformers ]; description = "Arrow-like / category-like composition for transformers"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "transformers-continue" = callPackage @@ -275542,8 +265300,6 @@ self: { ]; description = "Ad-hoc type classes for lifting"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "transformers-runnable" = callPackage @@ -275555,8 +265311,6 @@ self: { libraryHaskellDepends = [ base transformers ]; description = "A unified interface for the run operation of monad transformers"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "transformers-supply" = callPackage @@ -275588,8 +265342,6 @@ self: { ]; description = "composing programs with multithreading, events and distributed computing"; license = lib.licenses.mit; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "transient-universe" = callPackage @@ -275625,8 +265377,6 @@ self: { ]; description = "fully composable remote execution for the creation of distributed systems"; license = lib.licenses.mit; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "transient-universe-tls" = callPackage @@ -275657,8 +265407,6 @@ self: { libraryHaskellDepends = [ base fingertree ]; description = "Integer sets with a constant time translate operation"; license = lib.licenses.mit; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "translate" = callPackage @@ -275671,8 +265419,6 @@ self: { libraryHaskellDepends = [ base curl json network utf8-string ]; description = "Haskell binding to Google's AJAX Language API for Translation and Detection"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "translate-cli" = callPackage @@ -275690,8 +265436,6 @@ self: { testHaskellDepends = [ base HUnit ]; description = "Translation cli tool"; license = lib.licenses.mit; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "trasa" = callPackage @@ -275831,8 +265575,6 @@ self: { benchmarkHaskellDepends = [ base gauge template-haskell util ]; description = "See README for more info"; license = lib.licenses.mpl20; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "traverse-code" = callPackage @@ -275885,8 +265627,6 @@ self: { ]; description = "A simple client implementation using Travis CI API"; license = lib.licenses.mit; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "travis-meta-yaml" = callPackage @@ -275916,8 +265656,6 @@ self: { ]; description = ".travis.yml preprocessor"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "travis-pogodi" = callPackage @@ -275950,8 +265688,6 @@ self: { ]; description = "A tool for finding haddocks"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "traypoweroff" = callPackage @@ -275966,8 +265702,6 @@ self: { executableHaskellDepends = [ base gtk process ]; description = "Tray Icon application to PowerOff / Reboot computer"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "treap" = callPackage @@ -275984,8 +265718,6 @@ self: { testHaskellDepends = [ base doctest Glob hspec hspec-core ]; description = "Efficient implementation of the implicit treap data structure"; license = lib.licenses.mpl20; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "tree-diff" = callPackage @@ -276048,8 +265780,6 @@ self: { libraryHaskellDepends = [ base boxes containers mtl ]; description = "Configurable text rendering of trees"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "tree-sitter" = callPackage @@ -276212,8 +265942,6 @@ self: { testHaskellDepends = [ base containers doctest mtl ]; description = "Functions and newtype wrappers for traversing Trees"; license = lib.licenses.cc0; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "tree-view" = callPackage @@ -276260,8 +265988,6 @@ self: { ]; description = "A tree of Data.Map."; license = lib.licenses.gpl3Only; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "treemap-html" = callPackage @@ -276277,8 +266003,6 @@ self: { ]; description = "Generates HTML for Data.Tree as TreeMap"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "treemap-html-tools" = callPackage @@ -276430,8 +266154,6 @@ self: { ]; description = "Library for polling Tremulous servers"; license = lib.licenses.gpl3Only; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "trhsx" = callPackage @@ -276442,8 +266164,6 @@ self: { sha256 = "11jx2jf6vi7368ys39mz0ziy6xknbi0z87926n2y16am6k2h25k3"; description = "Deprecated"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "trial" = callPackage @@ -276596,8 +266316,6 @@ self: { testHaskellDepends = [ base hspec protolude ]; description = "Trigger is a cross platform file system watcher for super fast build-and-restart workflows"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "trim" = callPackage @@ -276613,8 +266331,6 @@ self: { testHaskellDepends = [ base hspec ]; description = "A command-line tool for trimming whitespace"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "trimdent" = callPackage @@ -276661,8 +266377,6 @@ self: { ]; description = "A very simple triple store"; license = lib.licenses.mit; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "triplesec" = callPackage @@ -276693,8 +266407,6 @@ self: { libraryHaskellDepends = [ base comonad distributive ]; description = "The trivial monad and comonad"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "trivial-constraint" = callPackage @@ -276717,8 +266429,6 @@ self: { libraryHaskellDepends = [ base semiring-simple ]; description = "A library for tropical mathematics"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "tropical-geometry" = callPackage @@ -276743,8 +266453,6 @@ self: { benchmarkHaskellDepends = [ base criterion ]; description = "A Tropical Geometry package for Haskell"; license = lib.licenses.gpl3Only; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "true-name" = callPackage @@ -276759,8 +266467,6 @@ self: { testHaskellDepends = [ base containers template-haskell time ]; description = "Template Haskell hack to violate module abstractions"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "truelevel" = callPackage @@ -276814,8 +266520,6 @@ self: { testHaskellDepends = [ base binary containers cropty merge text ]; description = "An implementation of a trust chain"; license = lib.licenses.mit; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "truthful" = callPackage @@ -276840,8 +266544,6 @@ self: { libraryHaskellDepends = [ base containers mtl time transformers ]; description = "A Transaction Framework for Web Applications"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "tsession-happstack" = callPackage @@ -276899,8 +266601,6 @@ self: { ]; description = "-"; license = "unknown"; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "tslogger" = callPackage @@ -276947,8 +266647,6 @@ self: { executableHaskellDepends = [ base gloss stm vector ]; description = "Real time TSP tour visualization"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "tsparse" = callPackage @@ -276966,8 +266664,6 @@ self: { ]; description = "Parses U.S. federal Thrift Savings Plan PDF quarterly statements"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "tst" = callPackage @@ -276999,8 +266695,6 @@ self: { ]; description = "Interacts with tesseract to ease reading of RAW Japanese manga"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "tsv2csv" = callPackage @@ -277033,8 +266727,6 @@ self: { ]; description = "Template tsv into SQL"; license = lib.licenses.mit; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "tsweb" = callPackage @@ -277086,8 +266778,6 @@ self: { testHaskellDepends = [ base ]; description = "This is task management tool for yourself, that inspired by scrum"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "ttc" = callPackage @@ -277235,8 +266925,6 @@ self: { ]; description = "Working with files for the Tiptoi® pen"; license = lib.licenses.mit; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "tubes" = callPackage @@ -277253,8 +266941,6 @@ self: { ]; description = "Write stream processing computations with side effects in a series of tubes"; license = lib.licenses.gpl3Only; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "tuntap" = callPackage @@ -277266,8 +266952,6 @@ self: { libraryHaskellDepends = [ base bytestring unix ]; description = "Interface to TUN/TAP drivers"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "tuntap-simple" = callPackage @@ -277319,8 +267003,6 @@ self: { libraryHaskellDepends = [ base combinat ]; description = "Enum instances for tuples where the digits increase with the same speed"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "tuple-generic" = callPackage @@ -277355,8 +267037,6 @@ self: { libraryHaskellDepends = [ base lens template-haskell ]; description = "Stock FieldN combos and generators"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "tuple-morph" = callPackage @@ -277417,8 +267097,6 @@ self: { libraryHaskellDepends = [ base template-haskell ]; description = "Functor, Applicative and Monad for n-ary tuples"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "tuples" = callPackage @@ -277469,8 +267147,6 @@ self: { libraryHaskellDepends = [ base ]; description = "A simple simulator for Turing machines"; license = lib.licenses.mit; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "turing-music" = callPackage @@ -277484,8 +267160,6 @@ self: { executableHaskellDepends = [ ALUT base ]; description = "Plays music generated by Turing machines with 5 states and 2 symbols"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "turingMachine" = callPackage @@ -277582,8 +267256,6 @@ self: { testHaskellDepends = [ base HUnit parsec ]; description = "Collection of command line options and parsers for these options"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "tw" = callPackage @@ -277625,8 +267297,6 @@ self: { libraryHaskellDepends = [ base containers lens stm transformers ]; description = "A library for incremental computing"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "twee" = callPackage @@ -277644,8 +267314,6 @@ self: { ]; description = "An equational theorem prover"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "twee-lib" = callPackage @@ -277798,8 +267466,6 @@ self: { ]; description = "A fork of the popular websockets package. It is used for the practical assignments of the University of Twente. A sensible and clean way to write WebSocket-capable servers in Haskell."; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "twentyseven" = callPackage @@ -277855,8 +267521,6 @@ self: { testHaskellDepends = [ base ]; description = "They Work For You API Client Library"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "twhs" = callPackage @@ -277887,8 +267551,6 @@ self: { testHaskellDepends = [ base hspec QuickCheck ]; description = "CLI twitter client"; license = lib.licenses.mit; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "twidge" = callPackage @@ -277948,8 +267610,6 @@ self: { doCheck = false; description = "Twilio REST API library for Haskell"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "twill" = callPackage @@ -278001,8 +267661,6 @@ self: { ]; description = "very simple template language"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "twirp" = callPackage @@ -278024,8 +267682,6 @@ self: { ]; description = "Haskell twirp foundations"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "twisty" = callPackage @@ -278041,8 +267697,6 @@ self: { ]; description = "Simulator of twisty puzzles à la Rubik's Cube"; license = "unknown"; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "twitch" = callPackage @@ -278080,8 +267734,6 @@ self: { ]; description = "A Haskell-based CLI Twitter client"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "twitter-conduit" = callPackage @@ -278152,8 +267804,6 @@ self: { ]; description = "Client for fetching Twitter timeline via Oauth"; license = lib.licenses.mit; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "twitter-types" = callPackage @@ -278205,8 +267855,6 @@ self: { ]; description = "Persistent transactions on top of STM"; license = lib.licenses.mit; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "txt" = callPackage @@ -278266,8 +267914,6 @@ self: { libraryHaskellDepends = [ base ]; description = "Deprecated in favor of eros"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "ty" = callPackage @@ -278292,8 +267938,6 @@ self: { libraryHaskellDepends = [ base containers template-haskell ]; description = "Provide proof witnesses for closed type family evaluation"; license = lib.licenses.mit; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "typalyze" = callPackage @@ -278312,8 +267956,6 @@ self: { ]; description = "Analyzes Haskell source files for easy reference"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "type-aligned" = callPackage @@ -278396,8 +268038,6 @@ self: { libraryHaskellDepends = [ base ]; description = "A collection of data types for type-level programming"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "type-combinators-quote" = callPackage @@ -278463,8 +268103,6 @@ self: { libraryToolDepends = [ cpphs ]; description = "Type equality evidence you can carry around"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "type-equality" = callPackage @@ -278534,8 +268172,6 @@ self: { testHaskellDepends = [ base ]; description = "Collection of widely reimplemented type families"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "type-functions" = callPackage @@ -278580,8 +268216,6 @@ self: { ]; description = "Queues with verified and unverified versions"; license = lib.licenses.mit; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "type-int" = callPackage @@ -278593,8 +268227,6 @@ self: { libraryHaskellDepends = [ base template-haskell ]; description = "Type Level 2s- and 16s- Complement Integers"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "type-interpreter" = callPackage @@ -278607,8 +268239,6 @@ self: { testHaskellDepends = [ base template-haskell ]; description = "Interpreter for Template Haskell types"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "type-iso" = callPackage @@ -278647,8 +268277,6 @@ self: { libraryHaskellDepends = [ base ]; description = "type-level binary search trees in haskell"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "type-level-integers" = callPackage @@ -278697,8 +268325,6 @@ self: { ]; description = "High-level combinators for performing inductive operations"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "type-level-natural-number-operations" = callPackage @@ -278710,8 +268336,6 @@ self: { libraryHaskellDepends = [ base type-level-natural-number ]; description = "Basic operations on type-level natural numbers"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "type-level-numbers" = callPackage @@ -278759,8 +268383,6 @@ self: { libraryHaskellDepends = [ base singletons ]; description = "Operations on type-level lists and tuples"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "type-map" = callPackage @@ -278836,8 +268458,6 @@ self: { testHaskellDepends = [ base type-of-html ]; description = "Optimize static parts of type-of-html"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "type-operators" = callPackage @@ -278890,8 +268510,6 @@ self: { libraryHaskellDepends = [ base ghc-prim ]; description = "Partial port of prelude to the type level. Requires GHC 7.6.1."; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "type-sets" = callPackage @@ -278920,8 +268538,6 @@ self: { ]; description = "Sets and functions-as-relations in the type system"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "type-spec" = callPackage @@ -278945,8 +268561,6 @@ self: { libraryHaskellDepends = [ base template-haskell ]; description = "A spine-view on types"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "type-structure" = callPackage @@ -279016,8 +268630,6 @@ self: { testHaskellDepends = [ base doctest ]; description = "Tree representations of datatypes"; license = lib.licenses.mit; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "type-unary" = callPackage @@ -279037,8 +268649,6 @@ self: { ]; description = "Type-level and typed unary natural numbers, inequality proofs, vectors"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "typeable-mock" = callPackage @@ -279069,8 +268679,6 @@ self: { testHaskellDepends = [ base ]; description = "Automatic deriving of TypeableN instances with Template Haskell"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "typecheck-plugin-nat-simple" = callPackage @@ -279163,8 +268771,6 @@ self: { ]; description = "Type safe string transformations"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "typed-encoding-encoding" = callPackage @@ -279259,8 +268865,6 @@ self: { testHaskellDepends = [ base hspec hspec-core time ]; description = "A strongly typed way to handle time and date formats"; license = lib.licenses.isc; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "typed-uuid" = callPackage @@ -279302,8 +268906,6 @@ self: { ]; description = "Language-independent type-safe communication"; license = lib.licenses.mit; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "typed-wire-utils" = callPackage @@ -279333,8 +268935,6 @@ self: { ]; description = "Typed frontend to TensorFlow and higher-order deep learning"; license = lib.licenses.lgpl3Only; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "typedquery" = callPackage @@ -279351,8 +268951,6 @@ self: { ]; description = "Parser for SQL augmented with types"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "typehash" = callPackage @@ -279364,8 +268962,6 @@ self: { libraryHaskellDepends = [ base binary bytestring mtl pureMD5 syb ]; description = "Create a unique hash value for a type"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "typelet" = callPackage @@ -279435,8 +269031,6 @@ self: { ]; description = "Tensors whose ranks and dimensions type-inferred and type-checked"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "typelits-printf" = callPackage @@ -279501,8 +269095,6 @@ self: { ]; description = "Lens-like interface for type level parameters; allows unboxed unboxed vectors and supercompilation"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "typerep-map" = callPackage @@ -279540,8 +269132,6 @@ self: { libraryHaskellDepends = [ base ]; description = "ghc-7.6/7.8 compatible GHC.TypeLits, Data.Typeable and Data.Proxy."; license = lib.licenses.mit; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "typesafe-endian" = callPackage @@ -279573,8 +269163,6 @@ self: { testHaskellDepends = [ base hspec ]; description = "Type-safe transformations and purifications of PreCures (Japanese Battle Heroine)"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "typescript-docs" = callPackage @@ -279632,8 +269220,6 @@ self: { ]; description = "Just let me draw nice text already"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "typography-geometry" = callPackage @@ -279755,8 +269341,6 @@ self: { ]; description = "Type derived JSON parsing using Aeson"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "tz" = callPackage @@ -279841,8 +269425,6 @@ self: { ]; description = "A simplistic dependently-typed language with parametricity"; license = "unknown"; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "ua-parser" = callPackage @@ -279940,8 +269522,6 @@ self: { libraryHaskellDepends = [ base lens tagged template-haskell ]; description = "Generate overloaded lenses from plain data declaration"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "ucam-webauth" = callPackage @@ -279993,8 +269573,6 @@ self: { testToolDepends = [ hspec-discover ]; description = "Types for the Ucam-Webauth protocol, as used by Raven"; license = "(BSD-3-Clause OR Apache-2.0)"; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "ucd" = callPackage @@ -280013,8 +269591,6 @@ self: { benchmarkHaskellDepends = [ base gauge ]; description = "Unicode Character Database — Predicates on characters specified by Unicode"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "ucl" = callPackage @@ -280041,8 +269617,6 @@ self: { librarySystemDepends = [ icu ]; description = "String encoding conversion with ICU"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {inherit (pkgs) icu;}; "udbus" = callPackage @@ -280120,8 +269694,6 @@ self: { ]; description = "Simple fire-and-forget conduit UDP wrappers"; license = lib.licenses.isc; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "udp-streaming" = callPackage @@ -280135,8 +269707,6 @@ self: { ]; description = "Streaming to and from UDP socket"; license = lib.licenses.mit; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "ueberzug" = callPackage @@ -280221,8 +269791,6 @@ self: { executableHaskellDepends = [ base bytestring split ]; description = "hex dumper for UTF-8 text"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "uhttpc" = callPackage @@ -280247,8 +269815,6 @@ self: { ]; description = "Minimal HTTP client library optimized for benchmarking"; license = lib.licenses.gpl3Only; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "ui-command" = callPackage @@ -280262,8 +269828,6 @@ self: { libraryHaskellDepends = [ base data-default mtl old-locale time ]; description = "A framework for friendly commandline programs"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "uid" = callPackage @@ -280355,8 +269919,6 @@ self: { ]; description = "Implementation of ULID - Universally Unique Lexicographically Sortable Identifier"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "una" = callPackage @@ -280446,8 +270008,6 @@ self: { libraryHaskellDepends = [ base containers mtl ]; description = "Functional concurrency with unamb using a custom scheduler"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "unbeliever" = callPackage @@ -280553,8 +270113,6 @@ self: { libraryHaskellDepends = [ base unbounded-delays units units-defs ]; description = "Thread delays and timeouts using proper time units"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "unboxed" = callPackage @@ -280579,8 +270137,6 @@ self: { libraryHaskellDepends = [ base containers ]; description = "Self-optimizing unboxed sets using view patterns and data families"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "unboxed-ref" = callPackage @@ -280607,8 +270163,6 @@ self: { executableHaskellDepends = [ base vector ]; description = "A library for reference cells backed by unboxed-vectors"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "unboxing-vector" = callPackage @@ -280651,8 +270205,6 @@ self: { executableHaskellDepends = [ base bytestring cmdargs ]; description = "Secure and resilient remote file storage utility"; license = lib.licenses.agpl3Only; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "uncaught-exception" = callPackage @@ -280747,8 +270299,6 @@ self: { libraryHaskellDepends = [ base ]; description = "Unfixing and recursion schemes for data types with binders"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "unfoldable" = callPackage @@ -280764,8 +270314,6 @@ self: { ]; description = "Class of data structures that can be unfolded"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "unfoldable-restricted" = callPackage @@ -280903,8 +270451,6 @@ self: { ]; description = "Utilities for the uniform workbench"; license = "LGPL"; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "unicode" = callPackage @@ -281021,8 +270567,6 @@ self: { libraryHaskellDepends = [ base ]; description = "Unicode notation for some definitions in Prelude"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "unicode-properties" = callPackage @@ -281057,8 +270601,6 @@ self: { libraryHaskellDepends = [ base containers ]; description = "Unicode alternatives for common functions and operators"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "unicode-transforms" = callPackage @@ -281127,8 +270669,6 @@ self: { testToolDepends = [ hspec-discover ]; description = "Functions to work with unicode blocks more convenient"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "unicoder" = callPackage @@ -281215,8 +270755,6 @@ self: { ]; description = "Uniform file handling operations"; license = lib.licenses.gpl2Only; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "uniform-io" = callPackage @@ -281367,8 +270905,6 @@ self: { libraryHaskellDepends = [ base containers extensible ]; description = "Heterogeneous map by open unions"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "unionmount" = callPackage @@ -281433,8 +270969,6 @@ self: { ]; description = "UniProt-KB format parser"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "uniq-deep" = callPackage @@ -281510,8 +271044,6 @@ self: { libraryHaskellDepends = [ base ]; description = "Splittable Unique Identifier Supply"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "uniquely-represented-sets" = callPackage @@ -281528,8 +271060,6 @@ self: { ]; benchmarkHaskellDepends = [ base criterion random ]; license = lib.licenses.mit; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "uniqueness-periods" = callPackage @@ -281651,8 +271181,6 @@ self: { ]; description = "Metrices for the maximum element for the uniqueness-periods-vector packages family"; license = lib.licenses.mit; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "uniqueness-periods-vector-stats" = callPackage @@ -281720,8 +271248,6 @@ self: { ]; description = "Attoparsec parsers for the units package"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "units-defs" = callPackage @@ -281762,8 +271288,6 @@ self: { testHaskellDepends = [ base ]; description = "An extendable library for type-safe computations including units"; license = lib.licenses.lgpl21Only; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "unity-testresult-parser" = callPackage @@ -281823,8 +271347,6 @@ self: { libraryHaskellDepends = [ base unitym yesod ]; description = "Implementation of the unity monad for the Yesod framework"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "universal" = callPackage @@ -281856,8 +271378,6 @@ self: { libraryHaskellDepends = [ base binary bytestring ]; description = "Parser for OS X Universal Binary format"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "universe" = callPackage @@ -282089,8 +271609,6 @@ self: { libraryHaskellDepends = [ base unix ]; description = "POSIX operations on Handles"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "unix-io-extra" = callPackage @@ -282140,8 +271658,6 @@ self: { ]; description = "Run processes on Unix systems, with a conduit interface (deprecated)"; license = lib.licenses.mit; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "unix-pty-light" = callPackage @@ -282170,8 +271686,6 @@ self: { benchmarkHaskellDepends = [ base criterion dir-traverse ]; description = "Fast and flexible primitives for recursive file system IO on Posix systems"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "unix-simple" = callPackage @@ -282277,8 +271791,6 @@ self: { libraryHaskellDepends = [ base ghc-prim semigroups ]; description = "GHC Haskell lists of non-thunks (things of kind TYPE 'UnliftedRep)"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "unliftio" = callPackage @@ -282349,8 +271861,6 @@ self: { ]; description = "Fast and robust message queues for concurrent processes"; license = lib.licenses.bsd2; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "unliftio-path" = callPackage @@ -282420,8 +271930,6 @@ self: { ]; description = "A Library for the manipulation of images"; license = "GPL"; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "unmed2" = callPackage @@ -282475,8 +271983,6 @@ self: { ]; description = "Rematch support for unordered containers"; license = lib.licenses.mit; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "unordered-graphs" = callPackage @@ -282492,8 +271998,6 @@ self: { ]; description = "Graph library using unordered-containers"; license = lib.licenses.mit; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "unordered-intmap" = callPackage @@ -282510,8 +272014,6 @@ self: { ]; description = "A specialization of `HashMap Int v`"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "unpack-funcs" = callPackage @@ -282527,8 +272029,6 @@ self: { ]; description = "Monad transformers that mirror worker-wrapper transformations"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "unpacked-containers" = callPackage @@ -282558,8 +272058,6 @@ self: { testHaskellDepends = [ base QuickCheck quickcheck-classes ]; description = "An unpacked either data type"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "unpacked-maybe" = callPackage @@ -282572,8 +272070,6 @@ self: { testHaskellDepends = [ base QuickCheck quickcheck-classes ]; description = "An unpacked maybe data type"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "unpacked-maybe-numeric" = callPackage @@ -282588,8 +272084,6 @@ self: { testHaskellDepends = [ base QuickCheck quickcheck-classes ]; description = "maybes of numeric values with fewer indirections"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "unpacked-maybe-text" = callPackage @@ -282667,8 +272161,6 @@ self: { libraryHaskellDepends = [ base ghc ]; description = "Compiler plugin for loop unrolling"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "unsafe" = callPackage @@ -282705,8 +272197,6 @@ self: { libraryHaskellDepends = [ base ]; description = "Flexible access control for unsafe operations and instances"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "unsafeperformst" = callPackage @@ -282730,8 +272220,6 @@ self: { libraryHaskellDepends = [ base ghc ]; description = "Unsatisfiable type class"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "unscramble" = callPackage @@ -282769,8 +272257,6 @@ self: { ]; description = "An extension removing the sequentiality from monads"; license = lib.licenses.mit; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "unusable-pkg" = callPackage @@ -282812,8 +272298,6 @@ self: { testHaskellDepends = [ base containers hspec text ]; description = "A command line tool to identify unused code"; license = lib.licenses.mit; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "unwrapped-functors" = callPackage @@ -282843,8 +272327,6 @@ self: { testHaskellDepends = [ base hlint tasty tasty-hunit ]; description = "Units of measure as a GHC typechecker plugin"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "up" = callPackage @@ -282955,8 +272437,6 @@ self: { ]; description = "Haskell client for Uploadcare"; license = lib.licenses.mit; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "uploadtest" = callPackage @@ -282979,8 +272459,6 @@ self: { libraryHaskellDepends = [ base bytestring ]; description = "Binding to upskirt"; license = lib.licenses.publicDomain; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "urbit-airlock" = callPackage @@ -283087,8 +272565,6 @@ self: { libraryHaskellDepends = [ base parsec safe utf8-string ]; description = "Library for working with URIs"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "uri-bytestring" = callPackage @@ -283145,8 +272621,6 @@ self: { ]; description = "Read and write URIs (deprecated)"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "uri-encode" = callPackage @@ -283184,8 +272658,6 @@ self: { ]; description = "A uri encoder to make your strings less readable"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "uri-enumerator" = callPackage @@ -283238,8 +272710,6 @@ self: { testHaskellDepends = [ base data-default hspec lens ]; description = "A simple library for parsing and generating URIs"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "uri-template" = callPackage @@ -283254,8 +272724,6 @@ self: { executableHaskellDepends = [ base ]; description = "URI template library for Haskell"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "uri-templater" = callPackage @@ -283279,8 +272747,6 @@ self: { ]; description = "Parsing & Quasiquoting for RFC 6570 URI Templates"; license = lib.licenses.mit; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "url" = callPackage @@ -283337,8 +272803,6 @@ self: { benchmarkHaskellDepends = [ criterion http-types rerebase ]; description = "Decoders for URL-encoding (aka Percent-encoding)"; license = lib.licenses.mit; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "url-generic" = callPackage @@ -283352,8 +272816,6 @@ self: { libraryHaskellDepends = [ base mtl syb ]; description = "Parse/format generic key/value URLs from record data types"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "url-slug" = callPackage @@ -283386,8 +272848,6 @@ self: { ]; description = "Parallel link checker"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "urldecode" = callPackage @@ -283401,8 +272861,6 @@ self: { executableHaskellDepends = [ base network ]; description = "Decode percent-encoded strings"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "urldisp-happstack" = callPackage @@ -283414,8 +272872,6 @@ self: { libraryHaskellDepends = [ base bytestring happstack-server mtl ]; description = "Simple, declarative, expressive URL routing -- on happstack"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "urlencoded" = callPackage @@ -283462,8 +272918,6 @@ self: { testHaskellDepends = [ base hspec ]; description = "Universal Resource Names"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "urn-random" = callPackage @@ -283480,8 +272934,6 @@ self: { ]; description = "A package for updatable discrete distributions"; license = lib.licenses.mit; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "urxml" = callPackage @@ -283499,8 +272951,6 @@ self: { ]; description = "XML parser-printer supporting Ur/Web syntax extensions"; license = lib.licenses.publicDomain; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "usa-holidays" = callPackage @@ -283676,8 +273126,6 @@ self: { ]; description = "A mysql-haskell backend for the users library"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "users-persistent" = callPackage @@ -283698,8 +273146,6 @@ self: { ]; description = "A persistent backend for the users package"; license = lib.licenses.mit; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "users-postgresql-simple" = callPackage @@ -283747,9 +273193,7 @@ self: { ]; description = "A pragmatic time and date library"; license = lib.licenses.mit; - hydraPlatforms = lib.platforms.none; maintainers = with lib.maintainers; [ sternenseemann ]; - broken = true; }) {}; "utf" = callPackage @@ -283763,8 +273207,6 @@ self: { benchmarkHaskellDepends = [ base gauge ]; description = "UTF-8"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "utf8-conversions" = callPackage @@ -283821,8 +273263,6 @@ self: { libraryHaskellDepends = [ base utf8-string ]; description = "Variants of Prelude and System.IO with UTF8 text I/O operations"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "utf8-string" = callPackage @@ -283852,8 +273292,6 @@ self: { benchmarkHaskellDepends = [ base criterion ]; description = "Constant-space UTF8 validator for ByteStrings"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "util" = callPackage @@ -283894,8 +273332,6 @@ self: { benchmarkHaskellDepends = [ base gauge logict ]; description = "See README for more info"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "util-plus" = callPackage @@ -283912,8 +273348,6 @@ self: { testHaskellDepends = [ base containers HTF QuickCheck ]; description = "A collection of commonly used utils"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "util-primitive" = callPackage @@ -283927,8 +273361,6 @@ self: { libraryHaskellDepends = [ base primitive ]; description = "Primitive memory-related utilities"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "util-primitive-control" = callPackage @@ -283964,8 +273396,6 @@ self: { testHaskellDepends = [ base smallcheck tasty tasty-smallcheck ]; description = "Utilities for universal types"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "utility-ht" = callPackage @@ -283993,8 +273423,6 @@ self: { libraryHaskellDepends = [ ansi-terminal base ]; description = "Utilities for compiler construction: core functionality"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "uu-cco-examples" = callPackage @@ -284130,8 +273558,6 @@ self: { ]; description = "Attribute Grammar System of Universiteit Utrecht"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "uuagc-cabal" = callPackage @@ -284209,8 +273635,6 @@ self: { libraryHaskellDepends = [ aeson base text uuid ]; description = "Aeson types for UUID instances"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "uuid-bytes" = callPackage @@ -284278,8 +273702,6 @@ self: { ]; description = "Orphan instances for the UUID datatype"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "uuid-quasi" = callPackage @@ -284354,8 +273776,6 @@ self: { libraryHaskellDepends = [ base ghc-prim ]; description = "Fast unboxed arrays with a flexible interface"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "uvector-algorithms" = callPackage @@ -284379,8 +273799,6 @@ self: { libraryHaskellDepends = [ base json MissingH mtl ]; description = "Cross-language extensible representation for algebraic data type instances"; license = lib.licenses.gpl3Only; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "uzbl-with-source" = callPackage @@ -284462,8 +273880,6 @@ self: { testHaskellDepends = [ base Cabal containers ]; description = "Core algorithms and datatypes used by vabal"; license = lib.licenses.mit; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "vacuum" = callPackage @@ -284475,8 +273891,6 @@ self: { libraryHaskellDepends = [ array base containers ghc-prim ]; description = "Graph representation of the GHC heap"; license = lib.licenses.lgpl3Only; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "vacuum-cairo" = callPackage @@ -284583,8 +273997,6 @@ self: { libraryHaskellDepends = [ base containers MonadRandom ]; description = "Valid operator/module characters"; license = lib.licenses.mit; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "valida" = callPackage @@ -284675,8 +274087,6 @@ self: { testHaskellDepends = [ base ]; description = "Type-level constraints on strings and other input"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "validation" = callPackage @@ -284730,8 +274140,6 @@ self: { ]; description = "A nice way to define field validations in Haskell"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "validationt" = callPackage @@ -284945,8 +274353,6 @@ self: { libraryHaskellDepends = [ base ]; description = "A library for generating values without having to thread state"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "vampire" = callPackage @@ -284969,8 +274375,6 @@ self: { ]; description = "Analyze and visualize expression trees"; license = lib.licenses.gpl3Only; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "var" = callPackage @@ -284988,8 +274392,6 @@ self: { benchmarkHaskellDepends = [ array base criterion deepseq ]; description = "Mutable variables and tuples"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "var-monad" = callPackage @@ -285019,8 +274421,6 @@ self: { ]; description = "Process mpileup output to identify significant differences"; license = "GPL"; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "variable-media-field" = callPackage @@ -285083,8 +274483,6 @@ self: { testHaskellDepends = [ base hspec mtl QuickCheck stm ]; description = "Monads with variables, without deep magic"; license = lib.licenses.mit; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "variadic" = callPackage @@ -285102,8 +274500,6 @@ self: { benchmarkHaskellDepends = [ base criterion mmorph mtl ]; description = "Abstractions for working with variadic functions"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "variadic-function" = callPackage @@ -285130,8 +274526,6 @@ self: { ]; description = "nominal value with possible variations"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "varying" = callPackage @@ -285207,8 +274601,6 @@ self: { ]; description = "Utility library for spawning a HashiCorp Vault process"; license = lib.licenses.mit; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "vault-trans" = callPackage @@ -285225,8 +274617,6 @@ self: { ]; description = "A monad transformer for vault-tool"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "vaultaire-common" = callPackage @@ -285250,8 +274640,6 @@ self: { ]; description = "Common types and instances for Vaultaire"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "vcache" = callPackage @@ -285268,8 +274656,6 @@ self: { ]; description = "semi-transparent persistence for Haskell using LMDB, STM"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "vcache-trie" = callPackage @@ -285314,8 +274700,6 @@ self: { executableHaskellDepends = [ base shelly text ]; description = "Recursively check that a directory is under version control"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "vcd" = callPackage @@ -285343,8 +274727,6 @@ self: { ]; description = "A package to parse VCF files inspired in similar python libraries"; license = lib.licenses.mit; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "vcs-ignore" = callPackage @@ -285439,8 +274821,6 @@ self: { ]; description = "Wrapper for source code management systems"; license = "GPL"; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "vec" = callPackage @@ -285511,8 +274891,6 @@ self: { libraryHaskellDepends = [ base random ]; description = "A low-dimensional linear algebra library, operating on the Floating typeclass"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "vect-floating-accelerate" = callPackage @@ -285538,8 +274916,6 @@ self: { libraryHaskellDepends = [ base OpenGL vect ]; description = "OpenGL support for the `vect' low-dimensional linear algebra library"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "vector" = callPackage @@ -285669,8 +275045,6 @@ self: { testHaskellDepends = [ base directory QuickCheck random ]; description = "ByteStrings as type synonyms of Storable Vectors of Word8s"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "vector-circular" = callPackage @@ -285708,8 +275082,6 @@ self: { ]; description = "Vector clocks for versioning message flows"; license = lib.licenses.gpl3Only; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "vector-conduit" = callPackage @@ -285728,8 +275100,6 @@ self: { ]; description = "Conduit utilities for vectors"; license = lib.licenses.mit; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "vector-doublezip" = callPackage @@ -285801,8 +275171,6 @@ self: { ]; description = "A binding to the fftw library for one-dimensional vectors"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {inherit (pkgs) fftw;}; "vector-functorlazy" = callPackage @@ -285817,8 +275185,6 @@ self: { ]; description = "vectors that perform the fmap operation in constant time"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "vector-hashtables" = callPackage @@ -285852,8 +275218,6 @@ self: { libraryHaskellDepends = [ base vector ]; description = "A type-safe library for vectors whose elements can be of any type, or any type satisfying some constraints"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "vector-instances" = callPackage @@ -285910,8 +275274,6 @@ self: { libraryHaskellDepends = [ base mersenne-random-pure64 vector ]; description = "Generate vectors filled with high quality pseudorandom numbers"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "vector-read-instances" = callPackage @@ -285923,8 +275285,6 @@ self: { libraryHaskellDepends = [ base vector ]; description = "(deprecated) Read instances for 'Data.Vector'"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "vector-rotcev" = callPackage @@ -285989,8 +275349,6 @@ self: { testHaskellDepends = [ base doctest ]; description = "vector-space operations for finite maps using Data.Map"; license = lib.licenses.mit; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "vector-space-opengl" = callPackage @@ -286008,8 +275366,6 @@ self: { ]; description = "Instances of vector-space classes for OpenGL types"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "vector-space-points" = callPackage @@ -286023,8 +275379,6 @@ self: { libraryHaskellDepends = [ base vector-space ]; description = "A type for points, as distinct from vectors"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "vector-split" = callPackage @@ -286052,8 +275406,6 @@ self: { libraryHaskellDepends = [ base primitive vector ]; description = "Statically checked sizes on Data.Vector"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "vector-strategies" = callPackage @@ -286160,8 +275512,6 @@ self: { testHaskellDepends = [ base Cabal filepath hspec text ]; description = "Automatically add files to exposed-modules and other-modules"; license = lib.licenses.mit; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "venzone" = callPackage @@ -286200,8 +275550,6 @@ self: { libraryHaskellDepends = [ base regex-pcre ]; description = "Regular expressions made easy"; license = lib.licenses.mit; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "verbosity" = callPackage @@ -286234,8 +275582,6 @@ self: { testHaskellDepends = [ base hspec ]; description = "Validation framework"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "verdict-json" = callPackage @@ -286298,8 +275644,6 @@ self: { ]; description = "A new Haskeleton package"; license = lib.licenses.isc; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "verilog" = callPackage @@ -286312,8 +275656,6 @@ self: { libraryToolDepends = [ alex happy ]; description = "Verilog preprocessor, parser, and AST"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "verismith" = callPackage @@ -286350,8 +275692,6 @@ self: { benchmarkHaskellDepends = [ base criterion lens ]; description = "Random verilog generation and simulator testing"; license = lib.licenses.gpl3Only; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "verset" = callPackage @@ -286379,8 +275719,6 @@ self: { testHaskellDepends = [ aeson base bytestring hspec ]; description = "Type-safe data versioning"; license = lib.licenses.asl20; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "versioning-servant" = callPackage @@ -286489,8 +275827,6 @@ self: { ]; description = "A Python str.format() like formatter"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "vformat-aeson" = callPackage @@ -286609,8 +275945,6 @@ self: { ]; description = "Provides functions to inspect and manipulate virtual hard disk (VHD) files"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "vhdl" = callPackage @@ -286622,8 +275956,6 @@ self: { libraryHaskellDepends = [ base mtl pretty regex-posix ]; description = "VHDL AST and pretty printer"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "vicinity" = callPackage @@ -286639,8 +275971,6 @@ self: { base containers doctest QuickCheck quickcheck-classes ]; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "viewprof" = callPackage @@ -286659,8 +275989,6 @@ self: { ]; description = "Text-based interactive GHC .prof viewer"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "views" = callPackage @@ -286672,8 +276000,6 @@ self: { libraryHaskellDepends = [ base mtl ]; description = "Views allow you to run a State monad on part of a state"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "vigilance" = callPackage @@ -286771,8 +276097,6 @@ self: { ]; description = "An MPD client with vim-like key bindings"; license = lib.licenses.mit; - hydraPlatforms = lib.platforms.none; - broken = true; }) {inherit (pkgs) ncurses;}; "vintage-basic" = callPackage @@ -286793,8 +276117,6 @@ self: { testHaskellDepends = [ base ]; description = "Interpreter for microcomputer-era BASIC"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "vinyl" = callPackage @@ -286894,8 +276216,6 @@ self: { testHaskellDepends = [ base hlint ]; description = "Provide json instances automagically to vinyl types"; license = lib.licenses.mit; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "vinyl-loeb" = callPackage @@ -286918,8 +276238,6 @@ self: { libraryHaskellDepends = [ base vinyl ]; description = "Syntax sugar for vinyl records using overloaded labels"; license = lib.licenses.mit; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "vinyl-operational" = callPackage @@ -286954,8 +276272,6 @@ self: { testHaskellDepends = [ base doctest vinyl ]; description = "Vinyl records utilities"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "vinyl-utils" = callPackage @@ -286967,8 +276283,6 @@ self: { libraryHaskellDepends = [ base contravariant transformers vinyl ]; description = "Utilities for vinyl"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "vinyl-vectors" = callPackage @@ -286987,8 +276301,6 @@ self: { ]; description = "Vectors for vinyl vectors"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "virthualenv" = callPackage @@ -287008,8 +276320,6 @@ self: { ]; description = "Virtual Haskell Environment builder"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "visibility" = callPackage @@ -287021,8 +276331,6 @@ self: { libraryHaskellDepends = [ base containers ]; description = "Simple computation of visibility polygons"; license = lib.licenses.mit; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "vision" = callPackage @@ -287091,8 +276399,6 @@ self: { ]; description = "Create a visual profile of a program's source code"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "visualize-cbn" = callPackage @@ -287114,8 +276420,6 @@ self: { ]; description = "Visualize CBN reduction"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "vitrea" = callPackage @@ -287127,8 +276431,6 @@ self: { libraryHaskellDepends = [ base mtl profunctors ]; description = "Profunctor optics via the profunctor representation theorem"; license = lib.licenses.gpl3Plus; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "vivid" = callPackage @@ -287197,8 +276499,6 @@ self: { ]; description = "Amazon Route53 DNS service plugin for the aws package"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "vk-posix-pty" = callPackage @@ -287362,8 +276662,6 @@ self: { libraryHaskellDepends = [ base bytestring ]; description = "Vowpal Wabbit utilities"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "voyeur" = callPackage @@ -287375,8 +276673,6 @@ self: { libraryHaskellDepends = [ base bytestring process utf8-string ]; description = "Haskell bindings for libvoyeur"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "vp-tree" = callPackage @@ -287417,8 +276713,6 @@ self: { testHaskellDepends = [ base smallcheck tasty tasty-smallcheck ]; description = "Priority queue based on vector"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "vrpn" = callPackage @@ -287479,8 +276773,6 @@ self: { libraryToolDepends = [ gtk2hs-buildtools ]; description = "Binding to the VTE library"; license = lib.licenses.lgpl21Only; - hydraPlatforms = lib.platforms.none; - broken = true; }) {inherit (pkgs) vte;}; "vtegtk3" = callPackage @@ -287498,8 +276790,6 @@ self: { libraryToolDepends = [ gtk2hs-buildtools ]; description = "Binding to the VTE library"; license = lib.licenses.lgpl21Only; - hydraPlatforms = lib.platforms.none; - broken = true; }) {inherit (pkgs) vte;}; "vty" = callPackage @@ -287593,8 +276883,6 @@ self: { ]; description = "Examples programs using the vty library"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "vty-menu" = callPackage @@ -287608,8 +276896,6 @@ self: { libraryHaskellDepends = [ base vty ]; description = "A lib for displaying a menu and getting a selection using VTY"; license = lib.licenses.gpl3Only; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "vty-ui" = callPackage @@ -287631,8 +276917,6 @@ self: { executableHaskellDepends = [ base QuickCheck random text vty ]; description = "An interactive terminal user interface library for Vty"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "vty-ui-extras" = callPackage @@ -287764,8 +277048,6 @@ self: { ]; description = "Manage Wacom tablet settings profiles, including Intuos Pro ring modes"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "waddle" = callPackage @@ -287788,8 +277070,6 @@ self: { ]; description = "DOOM WAD file utilities"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "wahsp" = callPackage @@ -288203,8 +277483,6 @@ self: { ]; description = "Git http-backend CGI App of WAI"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "wai-graceful" = callPackage @@ -288216,8 +277494,6 @@ self: { libraryHaskellDepends = [ base http-types mtl resourcet unix wai ]; description = "Graceful shutdown for WAI applications"; license = lib.licenses.mit; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "wai-handler-devel" = callPackage @@ -288238,8 +277514,6 @@ self: { executableHaskellDepends = [ cmdargs ]; description = "WAI server that automatically reloads code after modification. (deprecated)"; license = lib.licenses.mit; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "wai-handler-fastcgi" = callPackage @@ -288252,8 +277526,6 @@ self: { librarySystemDepends = [ fcgi ]; description = "Wai handler to fastcgi"; license = lib.licenses.mit; - hydraPlatforms = lib.platforms.none; - broken = true; }) {inherit (pkgs) fcgi;}; "wai-handler-hal" = callPackage @@ -288298,8 +277570,6 @@ self: { libraryHaskellDepends = [ base bytestring wai wai-extra ]; description = "Wai handler to SCGI (deprecated)"; license = lib.licenses.mit; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "wai-handler-snap" = callPackage @@ -288329,8 +277599,6 @@ self: { libraryPkgconfigDepends = [ QtWebKit ]; description = "Turn WAI applications into standalone GUIs using QtWebkit"; license = lib.licenses.mit; - hydraPlatforms = lib.platforms.none; - broken = true; }) {QtWebKit = null;}; "wai-hastache" = callPackage @@ -288369,8 +277637,6 @@ self: { ]; description = "hmac authentication tools for WAI apps"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "wai-http2-extra" = callPackage @@ -288427,8 +277693,6 @@ self: { ]; description = "Lenses for WAI"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "wai-lite" = callPackage @@ -288444,8 +277708,6 @@ self: { ]; description = "DEPCRECATED (use package \"simple\" instead) A minimalist web framework for WAI web applications"; license = lib.licenses.gpl3Only; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "wai-log" = callPackage @@ -288503,8 +277765,6 @@ self: { ]; description = "Buffer requets before logging them"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "wai-logger-prefork" = callPackage @@ -288521,8 +277781,6 @@ self: { ]; description = "A logging system for preforked WAI apps"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "wai-make-assets" = callPackage @@ -288552,8 +277810,6 @@ self: { ]; description = "Compiling and serving assets"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "wai-middleware-auth" = callPackage @@ -288721,8 +277977,6 @@ self: { ]; description = "Wai error catching middleware"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "wai-middleware-clacks" = callPackage @@ -288828,8 +278082,6 @@ self: { ]; description = "Middleware and utilities for using Atlassian Crowd authentication"; license = lib.licenses.mit; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "wai-middleware-delegate" = callPackage @@ -288857,8 +278109,6 @@ self: { ]; description = "WAI middleware that delegates handling of requests"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "wai-middleware-etag" = callPackage @@ -288876,8 +278126,6 @@ self: { ]; description = "WAI ETag middleware for static files"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "wai-middleware-gunzip" = callPackage @@ -288904,8 +278152,6 @@ self: { libraryHaskellDepends = [ base bytestring http-types wai ]; description = "cors and addHeaders for WAI"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "wai-middleware-hmac" = callPackage @@ -288948,8 +278194,6 @@ self: { ]; description = "WAI HMAC Authentication Middleware Client"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "wai-middleware-json-errors" = callPackage @@ -289008,8 +278252,6 @@ self: { ]; description = "WAI middleware for preprocessing static files"; license = lib.licenses.gpl3Only; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "wai-middleware-prometheus" = callPackage @@ -289129,8 +278371,6 @@ self: { ]; description = "WAI middleware that serves requests to static files"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "wai-middleware-static-embedded" = callPackage @@ -289190,8 +278430,6 @@ self: { ]; description = "WAI middleware for authenticating webhook payloads from Travis CI"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "wai-middleware-validation" = callPackage @@ -289302,8 +278540,6 @@ self: { ]; description = "Redis backend for rate limiting as WAI middleware"; license = lib.licenses.mit; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "wai-rate-limit-redis_0_2_0_1" = callPackage @@ -289322,7 +278558,6 @@ self: { description = "Redis backend for rate limiting as WAI middleware"; license = lib.licenses.mit; hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "wai-request-spec" = callPackage @@ -289341,8 +278576,6 @@ self: { ]; description = "Declarative request parsing"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "wai-responsible" = callPackage @@ -289354,8 +278587,6 @@ self: { libraryHaskellDepends = [ base bytestring http-types wai ]; description = "Response interface for WAI"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "wai-route" = callPackage @@ -289389,8 +278620,6 @@ self: { libraryHaskellDepends = [ base text wai ]; description = "Provides basic routing on URL paths for WAI"; license = lib.licenses.mit; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "wai-routes" = callPackage @@ -289415,8 +278644,6 @@ self: { ]; description = "Typesafe URLs for Wai applications"; license = lib.licenses.mit; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "wai-routing" = callPackage @@ -289443,8 +278670,6 @@ self: { ]; description = "Declarative routing for WAI"; license = lib.licenses.mpl20; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "wai-saml2" = callPackage @@ -289504,8 +278729,6 @@ self: { wai-extra ]; license = lib.licenses.mit; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "wai-session" = callPackage @@ -289539,8 +278762,6 @@ self: { ]; description = "An alternative session middleware for WAI"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "wai-session-clientsession" = callPackage @@ -289577,8 +278798,6 @@ self: { ]; description = "MySQL backed Wai session store"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "wai-session-postgresql" = callPackage @@ -289601,8 +278820,6 @@ self: { ]; description = "PostgreSQL backed Wai session store"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "wai-session-redis" = callPackage @@ -289628,8 +278845,6 @@ self: { ]; description = "Simple Redis backed wai-session backend"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "wai-session-redis_0_1_0_5" = callPackage @@ -289656,7 +278871,6 @@ self: { description = "Simple Redis backed wai-session backend"; license = lib.licenses.bsd3; hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "wai-session-tokyocabinet" = callPackage @@ -289705,8 +278919,6 @@ self: { ]; description = "A simple cache for serving static files in a WAI middleware"; license = lib.licenses.agpl3Only; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "wai-static-pages" = callPackage @@ -289766,8 +278978,6 @@ self: { ]; description = "Wai middleware for request throttling"; license = lib.licenses.mit; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "wai-transformers" = callPackage @@ -289846,8 +279056,6 @@ self: { libraryHaskellDepends = [ base containers ]; description = "A wrapping library for waitfree computation"; license = lib.licenses.mit; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "waitra" = callPackage @@ -289872,8 +279080,6 @@ self: { ]; description = "A very simple Wai router"; license = lib.licenses.mit; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "wakame" = callPackage @@ -289946,8 +279152,6 @@ self: { testHaskellDepends = [ base ]; description = "A library and executable for creating wallpaper, frieze, and rosette patterns"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "warc" = callPackage @@ -289974,8 +279178,6 @@ self: { ]; description = "A parser for the Web Archive (WARC) format"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "warp" = callPackage @@ -290025,8 +279227,6 @@ self: { executableHaskellDepends = [ base ]; description = "Dynamic configurable warp HTTP server"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "warp-grpc" = callPackage @@ -290044,8 +279244,6 @@ self: { ]; description = "A minimal gRPC server on top of Warp"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "warp-quic" = callPackage @@ -290059,8 +279257,6 @@ self: { ]; description = "Warp based on QUIC"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "warp-static" = callPackage @@ -290081,8 +279277,6 @@ self: { ]; description = "Static file server based on Warp and wai-app-static (deprecated)"; license = lib.licenses.mit; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "warp-systemd" = callPackage @@ -290094,8 +279288,6 @@ self: { libraryHaskellDepends = [ base network systemd unix wai warp ]; description = "Socket activation and other systemd integration for the Warp web server (WAI)"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "warp-tls" = callPackage @@ -290172,8 +279364,6 @@ self: { ]; description = "WebAssembly Language Toolkit and Interpreter"; license = lib.licenses.mit; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "watchdog" = callPackage @@ -290185,8 +279375,6 @@ self: { libraryHaskellDepends = [ base mtl time ]; description = "Simple control structure to re-try an action with exponential backoff"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "watcher" = callPackage @@ -290203,8 +279391,6 @@ self: { ]; description = "Opinionated filesystem watcher"; license = lib.licenses.mit; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "watchit" = callPackage @@ -290233,8 +279419,6 @@ self: { ]; description = "File change watching utility"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "wavconvert" = callPackage @@ -290285,8 +279469,6 @@ self: { ]; description = "Wavefront OBJ loader"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "wavefront-obj" = callPackage @@ -290305,8 +279487,6 @@ self: { testHaskellDepends = [ base hspec linear ]; description = "Wavefront .obj file loader"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "wavesurfer" = callPackage @@ -290380,8 +279560,6 @@ self: { libraryHaskellDepends = [ base containers ]; description = "Mutable bag backed by weak pointers to each item"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "weather-api" = callPackage @@ -290398,8 +279576,6 @@ self: { ]; description = "Weather API implemented in Haskell"; license = lib.licenses.mit; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "web-browser-in-haskell" = callPackage @@ -290423,8 +279599,6 @@ self: { libraryHaskellDepends = [ base text ]; description = "Simple functions for CSS"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "web-encodings" = callPackage @@ -290442,8 +279616,6 @@ self: { ]; description = "Encapsulate multiple web encoding in a single package. (deprecated)"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "web-fpco" = callPackage @@ -290517,8 +279689,6 @@ self: { ]; description = "Library to present content to an user via their browser"; license = lib.licenses.publicDomain; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "web-page" = callPackage @@ -290591,8 +279761,6 @@ self: { ]; description = "Send messages using Web Push protocol"; license = lib.licenses.mit; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "web-rep" = callPackage @@ -290710,8 +279878,6 @@ self: { libraryHaskellDepends = [ base path-pieces template-haskell text ]; description = "Define data types and parse/build functions for web-routes via a quasi-quoted DSL (deprecated)"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "web-routes-regular" = callPackage @@ -290751,8 +279917,6 @@ self: { libraryHaskellDepends = [ base transformers web-routes ]; description = "Extends web-routes with some transformers instances for RouteT"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "web-routes-wai" = callPackage @@ -290924,8 +280088,6 @@ self: { testToolDepends = [ hspec-discover ]; description = "Polkadot support for Haskell Web3 library"; license = lib.licenses.asl20; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "web3-provider" = callPackage @@ -290994,8 +280156,6 @@ self: { ]; description = "WAI based library for web api"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "webapp" = callPackage @@ -291018,8 +280178,6 @@ self: { ]; description = "Haskell web app framework based on WAI & Warp"; license = lib.licenses.mit; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "webauthn" = callPackage @@ -291050,8 +280208,6 @@ self: { ]; description = "Relying party (server) implementation of the WebAuthn 2 specification"; license = lib.licenses.asl20; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "webby" = callPackage @@ -291076,8 +280232,6 @@ self: { ]; description = "A super-simple web server framework"; license = lib.licenses.asl20; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "webcloud" = callPackage @@ -291094,8 +280248,6 @@ self: { executableHaskellDepends = [ base optparse-applicative ]; description = "Turn an optparse-applicative program into a CGI program!"; license = lib.licenses.bsd2; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "webcrank" = callPackage @@ -291123,8 +280275,6 @@ self: { ]; description = "Webmachine inspired toolkit for building http applications and services"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "webcrank-dispatch" = callPackage @@ -291140,8 +280290,6 @@ self: { ]; description = "A simple request dispatcher"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "webcrank-wai" = callPackage @@ -291206,8 +280354,6 @@ self: { ]; description = "Webdriver actions to assist with testing a webpage which uses Angular.Js"; license = lib.licenses.mit; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "webdriver-snoy" = callPackage @@ -291234,8 +280380,6 @@ self: { testHaskellDepends = [ base parallel text ]; description = "a Haskell client for the Selenium WebDriver protocol (deprecated)"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "webdriver-w3c" = callPackage @@ -291371,8 +280515,6 @@ self: { ]; description = "WebFinger client library"; license = lib.licenses.publicDomain; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "webgear-core" = callPackage @@ -291508,8 +280650,6 @@ self: { libraryPkgconfigDepends = [ webkit ]; description = "JavaScriptCore FFI from webkitgtk"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {webkit = null;}; "webkit2gtk3-javascriptcore" = callPackage @@ -291547,7 +280687,6 @@ self: { description = "Binding to the Webkit library"; license = lib.licenses.lgpl21Only; hydraPlatforms = lib.platforms.none; - broken = true; }) {inherit (pkgs) webkitgtk;}; "webkitgtk3-javascriptcore" = callPackage @@ -291583,8 +280722,6 @@ self: { ]; description = "Types and functions for working with Webmentions"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "webp" = callPackage @@ -291664,8 +280801,6 @@ self: { ]; description = "Show programming language printed values in a web UI"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "websnap" = callPackage @@ -291741,8 +280876,6 @@ self: { ]; description = "Simple streaming RPC mechanism using WebSockets"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "websockets-simple" = callPackage @@ -291813,8 +280946,6 @@ self: { ]; description = "Functional reactive web framework"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "wedding-announcement" = callPackage @@ -291846,8 +280977,6 @@ self: { ]; description = "Wedged postcard generator"; license = "unknown"; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "weeder_2_2_0" = callPackage @@ -291928,8 +281057,6 @@ self: { ]; description = "A school-timetable problem-solver"; license = "GPL"; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "weigh" = callPackage @@ -291971,8 +281098,6 @@ self: { libraryToolDepends = [ happy ]; description = "Weighted Regular Expression Matcher"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "weighted-search" = callPackage @@ -292003,8 +281128,6 @@ self: { ]; description = "Haskell web framework (because Scotty had trouble yodeling)"; license = lib.licenses.mit; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "wembley" = callPackage @@ -292046,8 +281169,6 @@ self: { ]; description = "A game engine for playing werewolf within an arbitrary chat client"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "werewolf-slack" = callPackage @@ -292094,8 +281215,6 @@ self: { doHaddock = false; description = "WGPU"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "wgpu-raw-hs" = callPackage @@ -292207,8 +281326,6 @@ self: { libraryHaskellDepends = [ base indents parsec ]; description = "Parser for the While language"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "whim" = callPackage @@ -292227,8 +281344,6 @@ self: { ]; description = "A Haskell window manager"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "whiskers" = callPackage @@ -292240,8 +281355,6 @@ self: { libraryHaskellDepends = [ base parsec template-haskell ]; description = "Mustache templates with Template Haskell"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "whitespace" = callPackage @@ -292270,8 +281383,6 @@ self: { libraryHaskellDepends = [ base network network-uri split ]; description = "WHOIS client library"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "wholepixels" = callPackage @@ -292306,8 +281417,6 @@ self: { libraryToolDepends = [ alex happy ]; description = "Haskell support for the Why3 input format"; license = lib.licenses.mit; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "wide-word" = callPackage @@ -292542,8 +281651,6 @@ self: { librarySystemDepends = [ dnsapi ]; description = "Domain Name Service (DNS) lookup via the /dnsapi.dll standard library"; license = lib.licenses.gpl2Only; - hydraPlatforms = lib.platforms.none; - broken = true; }) {dnsapi = null;}; "windowslive" = callPackage @@ -292561,8 +281668,6 @@ self: { ]; description = "Implements Windows Live Web Authentication and Delegated Authentication"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "winerror" = callPackage @@ -292574,8 +281679,6 @@ self: { doHaddock = false; description = "Error handling for foreign calls to the Windows API"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "winery" = callPackage @@ -292673,8 +281776,6 @@ self: { ]; description = "API for Linux Kernel Wireguard device management"; license = "LGPL"; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "wires" = callPackage @@ -292692,8 +281793,6 @@ self: { ]; description = "Functional reactive programming library"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "wiring" = callPackage @@ -292710,8 +281809,6 @@ self: { ]; description = "Wiring, promotion and demotion of types"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "wiringPi" = callPackage @@ -292907,8 +282004,6 @@ self: { executableHaskellDepends = [ base bytestring network unix ]; description = "A network server to show bottlenecks of GHC"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "wizard" = callPackage @@ -292955,8 +282050,6 @@ self: { ]; description = "Parsec parsers and types for geographic data in well-known text (WKT) format"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "wkt-geom" = callPackage @@ -292980,8 +282073,6 @@ self: { ]; description = "A parser of WKT, WKB and eWKB"; license = lib.licenses.asl20; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "wl-pprint" = callPackage @@ -293062,8 +282153,6 @@ self: { ]; description = "A free monad based on the Wadler/Leijen pretty printer"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "wl-pprint-terminfo" = callPackage @@ -293159,8 +282248,6 @@ self: { libraryHaskellDepends = [ base ]; description = "Convenient typeclass for defining arbitrary-index enums"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "woffex" = callPackage @@ -293176,8 +282263,6 @@ self: { ]; description = "Web Open Font Format (WOFF) unpacker"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "wol" = callPackage @@ -293192,8 +282277,6 @@ self: { executableHaskellDepends = [ base ]; description = "Send a Wake on LAN Magic Packet"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "wolf" = callPackage @@ -293358,8 +282441,6 @@ self: { ]; description = "Reading word2vec binary models"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "word8" = callPackage @@ -293451,8 +282532,6 @@ self: { unordered-containers ]; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "wordlist" = callPackage @@ -293471,8 +282550,6 @@ self: { ]; description = "Command-line tool to get random words"; license = lib.licenses.asl20; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "wordn" = callPackage @@ -293515,8 +282592,6 @@ self: { ]; description = "Dictionary-based password generator"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "wordpress-auth" = callPackage @@ -293535,8 +282610,6 @@ self: { ]; description = "Validate Wordpress Cookies & Nonces; Build Wordpress Hashes & Salts"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "words" = callPackage @@ -293563,8 +282636,6 @@ self: { executableHaskellDepends = [ base containers fclabels ]; description = "A word search solver library and executable"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "wordsetdiff" = callPackage @@ -293597,8 +282668,6 @@ self: { executableHaskellDepends = [ base text ]; description = "A library for parsing a chat-based work hour reporting scheme"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "workdays" = callPackage @@ -293611,8 +282680,6 @@ self: { testHaskellDepends = [ base containers doctest hspec ]; description = "Workday calculations"; license = lib.licenses.mit; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "workflow-extra" = callPackage @@ -293655,8 +282722,6 @@ self: { executableHaskellDepends = [ base ]; description = "a \"Desktop Workflow\" monad with Objective-C bindings"; license = lib.licenses.gpl3Only; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "workflow-pure" = callPackage @@ -293713,8 +282778,6 @@ self: { testHaskellDepends = [ base doctest hspec QuickCheck ]; description = "Automate keyboard/mouse/clipboard/application interaction"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "world-peace" = callPackage @@ -293762,8 +282825,6 @@ self: { ]; description = "Subscribe to a wiki's RSS feed and archive external links"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "wrap" = callPackage @@ -293996,8 +283057,6 @@ self: { ]; description = "An easy-to-use HTTP client library"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "wreq-sb" = callPackage @@ -294035,8 +283094,6 @@ self: { ]; description = "An easy-to-use HTTP client library"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "wreq-stringless" = callPackage @@ -294143,8 +283200,6 @@ self: { ]; description = "Lens instances for the stricter CPS WriterT and RWST"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "writer-cps-monads-tf" = callPackage @@ -294160,8 +283215,6 @@ self: { ]; description = "MonadWriter orphan instances for writer-cps-transformers"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "writer-cps-morph" = callPackage @@ -294175,8 +283228,6 @@ self: { libraryHaskellDepends = [ base mmorph writer-cps-transformers ]; description = "MFunctor instance for CPS style WriterT and RWST"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "writer-cps-mtl" = callPackage @@ -294280,8 +283331,6 @@ self: { ]; description = "WSDL parsing in Haskell"; license = lib.licenses.gpl3Only; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "wsedit" = callPackage @@ -294299,8 +283348,6 @@ self: { ]; description = "A small tool to list, add and remove webseeds from a torrent file"; license = lib.licenses.gpl3Only; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "wshterm" = callPackage @@ -294340,8 +283387,6 @@ self: { executableHaskellDepends = [ base ]; description = "WSJT-X UDP protocol"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "wss-client" = callPackage @@ -294402,8 +283447,6 @@ self: { libraryHaskellDepends = [ base old-locale time transformers ]; description = "Wojcik Tool Kit"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "wtk-gtk" = callPackage @@ -294482,8 +283525,6 @@ self: { libraryHaskellDepends = [ base containers time vector-space ]; description = "Pure Haskell PostScript and SVG generation"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "wumpus-drawing" = callPackage @@ -294679,8 +283720,6 @@ self: { ]; description = "helper tool for building wxHaskell"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "wxhnotepad" = callPackage @@ -294768,8 +283807,6 @@ self: { ]; description = "A embedded DSL for manipulating DSP languages in Haskell"; license = lib.licenses.gpl3Only; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "x11-xim" = callPackage @@ -294998,8 +284035,6 @@ self: { ]; description = "XChat"; license = lib.licenses.gpl2Only; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "xcp" = callPackage @@ -295015,8 +284050,6 @@ self: { ]; description = "Partial implementation of the XCP protocol with ethernet as transport layer"; license = lib.licenses.gpl3Only; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "xdcc" = callPackage @@ -295139,8 +284172,6 @@ self: { libraryHaskellDepends = [ base bytestring cereal mtl network ]; description = "Xenstore client access"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "xfconf" = callPackage @@ -295161,8 +284192,6 @@ self: { libraryToolDepends = [ gtk2hs-buildtools ]; description = "FFI bindings to xfconf"; license = lib.licenses.gpl3Only; - hydraPlatforms = lib.platforms.none; - broken = true; }) {libxfconf = null;}; "xformat" = callPackage @@ -295175,8 +284204,6 @@ self: { testHaskellDepends = [ base ]; description = "Extensible, type-safe formatting with scanf- and printf-like functions"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "xgboost-haskell" = callPackage @@ -295210,8 +284237,6 @@ self: { ]; description = "Replaces/Enhances Text.Regex"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "xhb" = callPackage @@ -295230,8 +284255,6 @@ self: { ]; description = "X Haskell Bindings"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "xhb-atom-cache" = callPackage @@ -295307,8 +284330,6 @@ self: { executableHaskellDepends = [ base directory process ]; description = "The Lava system for Xilinx FPGA design with layout combinators"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "xine" = callPackage @@ -295323,8 +284344,6 @@ self: { libraryToolDepends = [ c2hs ]; description = "Bindings to xine-lib"; license = "LGPL"; - hydraPlatforms = lib.platforms.none; - broken = true; }) {libxine = null; xine = null;}; "xing-api" = callPackage @@ -295348,8 +284367,6 @@ self: { ]; description = "Wrapper for the XING API, v1"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "xinput-conduit" = callPackage @@ -295389,8 +284406,6 @@ self: { benchmarkHaskellDepends = [ base random time vector ]; description = "Haskell bindings for libxkbcommon"; license = lib.licenses.mit; - hydraPlatforms = lib.platforms.none; - broken = true; }) {inherit (pkgs) libxkbcommon;}; "xkcd" = callPackage @@ -295410,8 +284425,6 @@ self: { ]; description = "Downloads the most recent xkcd comic"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "xleb" = callPackage @@ -295427,8 +284440,6 @@ self: { libraryHaskellDepends = [ base containers mtl xml ]; description = "A simple monadic language for parsing XML structures"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "xls" = callPackage @@ -295450,8 +284461,6 @@ self: { testHaskellDepends = [ base hspec ]; description = "Parse Microsoft Excel xls files (BIFF/Excel 97-2004)"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "xlsior" = callPackage @@ -295475,8 +284484,6 @@ self: { ]; description = "Streaming Excel file generation and parsing"; license = lib.licenses.mit; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "xlsx" = callPackage @@ -295539,8 +284546,6 @@ self: { ]; description = "Simple and incomplete Excel file templater"; license = lib.licenses.mit; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "xml" = callPackage @@ -295630,8 +284635,6 @@ self: { ]; description = "Historical cursors & decoding on top of xml-conduit"; license = lib.licenses.mit; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "xml-conduit-parse" = callPackage @@ -295655,8 +284658,6 @@ self: { ]; description = "Streaming XML parser based on conduits"; license = "unknown"; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "xml-conduit-selectors" = callPackage @@ -295676,8 +284677,6 @@ self: { ]; description = "jQuery-style CSS selectors for xml-conduit"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "xml-conduit-stylist" = callPackage @@ -295696,8 +284695,6 @@ self: { ]; description = "Bridge between xml-conduit/html-conduit and stylist"; license = lib.licenses.mit; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "xml-conduit-writer" = callPackage @@ -295816,8 +284813,6 @@ self: { ]; description = "Optics for xml-conduit and html-conduit"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "xml-html-qq" = callPackage @@ -295939,8 +284934,6 @@ self: { libraryHaskellDepends = [ base HaXml parsec ]; description = "Parsing XML with Parsec"; license = "GPL"; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "xml-parser" = callPackage @@ -296006,8 +284999,6 @@ self: { executableHaskellDepends = [ base cmdargs unix ]; description = "Pretty print XML"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "xml-prettify-text" = callPackage @@ -296063,8 +285054,6 @@ self: { libraryHaskellDepends = [ base free text ]; description = "A parser-agnostic declarative API for querying XML-documents"; license = lib.licenses.mit; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "xml-query-xml-conduit" = callPackage @@ -296194,8 +285183,6 @@ self: { libraryHaskellDepends = [ base containers mtl QuickCheck text ]; description = "Typed XML encoding (core library)"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "xml-types" = callPackage @@ -296223,8 +285210,6 @@ self: { libraryPkgconfigDepends = [ xmlsec1 ]; description = "Verifying XML signatures"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {xmlsec1 = null;}; "xml2html" = callPackage @@ -296265,8 +285250,6 @@ self: { ]; description = "translate xml to json"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "xml2x" = callPackage @@ -296543,8 +285526,6 @@ self: { ]; description = "A tiling window manager"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "xmonad-contrib" = callPackage @@ -296597,8 +285578,6 @@ self: { libraryHaskellDepends = [ base mtl xmonad xmonad-contrib ]; description = "Third party extensions for xmonad"; license = lib.licenses.gpl3Only; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "xmonad-dbus" = callPackage @@ -296645,8 +285624,6 @@ self: { ]; description = "Module for evaluation Haskell expressions in the running xmonad instance"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "xmonad-extras" = callPackage @@ -296729,8 +285706,6 @@ self: { testHaskellDepends = [ base hspec xmonad ]; description = "Custom xmonad, which builds with stack or cabal"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "xmonad-volume" = callPackage @@ -296777,8 +285752,6 @@ self: { ]; description = "A library to automatically put named windows into the DynamicLog"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "xmpipe" = callPackage @@ -296816,8 +285789,6 @@ self: { ]; description = "Efficient XOR masking"; license = lib.licenses.gpl2Plus; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "xorshift" = callPackage @@ -296847,8 +285818,6 @@ self: { ]; description = "Simple implementation of xorshift+ PRNG"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "xosd" = callPackage @@ -296956,8 +285925,6 @@ self: { ]; description = "Data types for programs for xournal file format"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "xpathdsv" = callPackage @@ -297019,8 +285986,6 @@ self: { ]; testToolDepends = [ hspec-discover ]; license = lib.licenses.mpl20; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "xsact" = callPackage @@ -297038,8 +286003,6 @@ self: { ]; description = "Cluster EST sequences"; license = "GPL"; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "xsd" = callPackage @@ -297055,8 +286018,6 @@ self: { ]; description = "XML Schema data structures"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "xsha1" = callPackage @@ -297080,8 +286041,6 @@ self: { librarySystemDepends = [ xslt ]; description = "Binding to libxslt"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {xslt = null;}; "xss-sanitize" = callPackage @@ -297159,8 +286118,6 @@ self: { ]; description = "A Haskell implementation of the xxHash algorithm"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "xxhash-ffi" = callPackage @@ -297197,8 +286154,6 @@ self: { ]; description = "#plaimi's all-encompassing bot"; license = lib.licenses.agpl3Only; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "yabi" = callPackage @@ -297232,8 +286187,6 @@ self: { executableHaskellDepends = [ base containers mtl parsec ]; description = "Yet Another Brainfuck Interpreter"; license = lib.licenses.mit; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "yackage" = callPackage @@ -297257,8 +286210,6 @@ self: { ]; description = "Personal Hackage replacement for testing new packages"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "yahoo-finance-api" = callPackage @@ -297280,8 +286231,6 @@ self: { ]; description = "Read quotes from Yahoo Finance API"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "yahoo-finance-conduit" = callPackage @@ -297297,8 +286246,6 @@ self: { ]; description = "Streaming aproach to the yahoo finance api"; license = lib.licenses.mit; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "yahoo-prices" = callPackage @@ -297316,8 +286263,6 @@ self: { doHaddock = false; description = "A wrapper around Yahoo API for downloading market data"; license = lib.licenses.mit; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "yahoo-web-search" = callPackage @@ -297329,8 +286274,6 @@ self: { libraryHaskellDepends = [ base HTTP network xml ]; description = "Yahoo Web Search Services"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "yajl" = callPackage @@ -297344,8 +286287,6 @@ self: { libraryToolDepends = [ c2hs ]; description = "Bindings for YAJL, an event-based JSON implementation"; license = lib.licenses.gpl3Only; - hydraPlatforms = lib.platforms.none; - broken = true; }) {inherit (pkgs) yajl;}; "yajl-enumerator" = callPackage @@ -297389,8 +286330,6 @@ self: { libraryHaskellDepends = [ base categories transformers ]; description = "Lenses with a southern twang"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "yam" = callPackage @@ -297448,8 +286387,6 @@ self: { ]; description = "Yam App"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "yam-config" = callPackage @@ -297466,8 +286403,6 @@ self: { ]; description = "Yam Configuation"; license = lib.licenses.mit; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "yam-datasource" = callPackage @@ -297546,8 +286481,6 @@ self: { servant-swagger-ui swagger2 text wai wai-extra warp yam-app yam-job ]; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "yam-transaction" = callPackage @@ -297709,8 +286642,6 @@ self: { ]; description = "Configuration management"; license = lib.licenses.mit; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "yaml-light" = callPackage @@ -297750,8 +286681,6 @@ self: { testHaskellDepends = [ base hspec microlens-platform rio ]; description = "Extra functionality for pretty printing Yaml documents"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "yaml-rpc" = callPackage @@ -297770,8 +286699,6 @@ self: { ]; description = "Simple library for network (HTTP REST-like) YAML RPC"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "yaml-rpc-scotty" = callPackage @@ -297958,8 +286885,6 @@ self: { ]; description = "Compares the keys from two yaml files"; license = "unknown"; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "yamlparse-applicative" = callPackage @@ -298011,8 +286936,6 @@ self: { ]; description = "Connects GLFW-b (GLFW 3+) with the Yampa FRP library"; license = lib.licenses.gpl3Only; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "yampa-gloss" = callPackage @@ -298026,8 +286949,6 @@ self: { libraryHaskellDepends = [ base gloss Yampa ]; description = "A GLOSS backend for Yampa"; license = lib.licenses.mit; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "yampa-glut" = callPackage @@ -298045,8 +286966,6 @@ self: { ]; description = "Connects Yampa and GLUT"; license = lib.licenses.gpl3Only; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "yampa-sdl2" = callPackage @@ -298065,8 +286984,6 @@ self: { ]; description = "Yampa and SDL2 made easy"; license = lib.licenses.mit; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "yampa-test" = callPackage @@ -298085,8 +287002,6 @@ self: { ]; description = "Testing library for Yampa"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "yampa2048" = callPackage @@ -298100,8 +287015,6 @@ self: { executableHaskellDepends = [ base gloss random Yampa ]; description = "2048 game clone using Yampa/Gloss"; license = lib.licenses.mit; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "yandex-translate" = callPackage @@ -298119,8 +287032,6 @@ self: { ]; description = "Bindings to Yandex translate API"; license = lib.licenses.mit; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "yaop" = callPackage @@ -298134,8 +287045,6 @@ self: { libraryHaskellDepends = [ base mtl template-haskell ]; description = "Yet another option parser"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "yap" = callPackage @@ -298149,8 +287058,6 @@ self: { libraryHaskellDepends = [ base ]; description = "yet another prelude - a simplistic refactoring with algebraic classes"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "yapb" = callPackage @@ -298170,8 +287077,6 @@ self: { testHaskellDepends = [ base hspec process ]; description = "Yet Another Parser Builder (YAPB)"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "yarn-lock" = callPackage @@ -298246,8 +287151,6 @@ self: { ]; description = "Yet another array library"; license = lib.licenses.mit; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "yarr-image-io" = callPackage @@ -298365,8 +287268,6 @@ self: { ]; description = "Test suites for `yaya`"; license = lib.licenses.agpl3Only; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "yaya-unsafe" = callPackage @@ -298398,8 +287299,6 @@ self: { ]; description = "Test suites for `yaya-unsafe`"; license = lib.licenses.agpl3Only; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "ycextra" = callPackage @@ -298494,8 +287393,6 @@ self: { ]; description = "A Yeller Client For Haskell"; license = lib.licenses.mit; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "yes-precure5-command" = callPackage @@ -298568,8 +287465,6 @@ self: { ]; description = "YesQL-style SQL database abstraction (HDBC backend)"; license = lib.licenses.mit; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "yeshql-postgresql-simple" = callPackage @@ -298591,8 +287486,6 @@ self: { ]; description = "YesQL-style SQL database abstraction (postgresql-simple backend)"; license = lib.licenses.mit; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "yesod" = callPackage @@ -298645,8 +287538,6 @@ self: { ]; description = "Angular JS integratoin"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "yesod-angular-ui" = callPackage @@ -298666,8 +287557,6 @@ self: { ]; description = "Angular Helpers"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "yesod-articles" = callPackage @@ -298690,8 +287579,6 @@ self: { ]; description = "Automatically generate article previews for a yesod site"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "yesod-auth" = callPackage @@ -298742,8 +287629,6 @@ self: { ]; description = "An account authentication plugin for Yesod"; license = lib.licenses.mit; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "yesod-auth-account-fork" = callPackage @@ -298768,8 +287653,6 @@ self: { ]; description = "An account authentication plugin for Yesod"; license = lib.licenses.mit; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "yesod-auth-basic" = callPackage @@ -298803,8 +287686,6 @@ self: { ]; description = "BCrypt salted and hashed passwords in a database as auth for yesod"; license = lib.licenses.mit; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "yesod-auth-bcryptdb" = callPackage @@ -298821,8 +287702,6 @@ self: { ]; description = "Authentication plugin for Yesod"; license = lib.licenses.mit; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "yesod-auth-deskcom" = callPackage @@ -298844,8 +287723,6 @@ self: { ]; description = "Desk.com remote authentication support for Yesod apps."; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "yesod-auth-fb" = callPackage @@ -298906,8 +287783,6 @@ self: { ]; description = "An account authentication plugin for yesod with encrypted token transfer"; license = lib.licenses.mit; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "yesod-auth-kerberos" = callPackage @@ -298925,8 +287800,6 @@ self: { ]; description = "Kerberos Authentication for Yesod"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "yesod-auth-ldap" = callPackage @@ -298959,8 +287832,6 @@ self: { ]; description = "Very simlple LDAP auth for yesod"; license = lib.licenses.mit; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "yesod-auth-ldap-native" = callPackage @@ -298978,8 +287849,6 @@ self: { testHaskellDepends = [ base ]; description = "Yesod LDAP authentication plugin"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "yesod-auth-lti13" = callPackage @@ -299018,8 +287887,6 @@ self: { ]; description = "A plugin for Yesod to provide email-only authentication"; license = lib.licenses.mit; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "yesod-auth-oauth" = callPackage @@ -299122,8 +287989,6 @@ self: { ]; description = "Provides PAM authentication module"; license = lib.licenses.mit; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "yesod-auth-smbclient" = callPackage @@ -299140,8 +288005,6 @@ self: { ]; description = "Authentication plugin for Yesod using smbclient"; license = lib.licenses.mit; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "yesod-auth-zendesk" = callPackage @@ -299160,8 +288023,6 @@ self: { ]; description = "Zendesk remote authentication support for Yesod apps"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "yesod-autoreload" = callPackage @@ -299224,8 +288085,6 @@ self: { ]; description = "Bootstrap widgets for yesod"; license = lib.licenses.mit; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "yesod-colonnade" = callPackage @@ -299265,8 +288124,6 @@ self: { ]; description = "A generic comments interface for a Yesod application"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "yesod-content-pdf" = callPackage @@ -299288,8 +288145,6 @@ self: { ]; description = "PDF Content Type for Yesod"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "yesod-continuations" = callPackage @@ -299363,8 +288218,6 @@ self: { ]; description = "Generic administrative CRUD operations as a Yesod subsite"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "yesod-crud-persist" = callPackage @@ -299383,8 +288236,6 @@ self: { ]; description = "Flexible CRUD subsite usable with Yesod and Persistent"; license = lib.licenses.mit; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "yesod-csp" = callPackage @@ -299432,8 +288283,6 @@ self: { ]; description = "Yesod plugin for DataTables (jQuery grid plugin)"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "yesod-default" = callPackage @@ -299471,8 +288320,6 @@ self: { ]; description = "DSL for generating Yesod subsite to manage an RDBMS;"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "yesod-elements" = callPackage @@ -299546,8 +288393,6 @@ self: { ]; description = "Fast live-reloading for yesod applications"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "yesod-fay" = callPackage @@ -299604,8 +288449,6 @@ self: { ]; description = "Automatic filter generator for Yesod"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "yesod-form" = callPackage @@ -299714,8 +288557,6 @@ self: { ]; description = "Various rich-text WYSIWYG editors for Yesod forms"; license = lib.licenses.mit; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "yesod-gitrepo" = callPackage @@ -299748,8 +288589,6 @@ self: { testHaskellDepends = [ base process template-haskell yesod-core ]; description = "A subsite for displaying git information"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "yesod-goodies" = callPackage @@ -299768,8 +288607,6 @@ self: { ]; description = "A collection of various small helpers useful in any yesod application"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "yesod-ip" = callPackage @@ -299788,8 +288625,6 @@ self: { ]; description = "Code for using the ip package with yesod"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "yesod-job-queue" = callPackage @@ -299811,8 +288646,6 @@ self: { testHaskellDepends = [ base ]; description = "Background jobs library for Yesod"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "yesod-json" = callPackage @@ -299854,8 +288687,6 @@ self: { libraryHaskellDepends = [ base text yesod-core ]; description = "A typeclass which simplifies creating link widgets throughout your site"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "yesod-lucid" = callPackage @@ -299867,8 +288698,6 @@ self: { libraryHaskellDepends = [ base lucid monads-tf text yesod-core ]; description = "Lucid support for Yesod"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "yesod-mangopay" = callPackage @@ -299974,8 +288803,6 @@ self: { libraryHaskellDepends = [ base template-haskell yesod ]; description = "Pagination for Yesod sites"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "yesod-pagination" = callPackage @@ -299994,8 +288821,6 @@ self: { ]; description = "Pagination in Yesod"; license = lib.licenses.mit; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "yesod-paginator" = callPackage @@ -300144,8 +288969,6 @@ self: { ]; description = "Yet another getMessage/setMessage using pnotify jquery plugins"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "yesod-pure" = callPackage @@ -300157,8 +288980,6 @@ self: { libraryHaskellDepends = [ base fast-logger text yesod yesod-core ]; description = "Yesod in pure Haskell: no Template Haskell or QuasiQuotes (deprecated)"; license = lib.licenses.mit; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "yesod-purescript" = callPackage @@ -300202,8 +289023,6 @@ self: { ]; description = "RAML style route definitions for Yesod"; license = lib.licenses.mit; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "yesod-raml-bin" = callPackage @@ -300286,8 +289105,6 @@ self: { ]; description = "Dead simple support for reCAPTCHA on Yesod applications"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "yesod-recaptcha2" = callPackage @@ -300324,8 +289141,6 @@ self: { ]; description = "Efficient routing for Yesod. (deprecated)"; license = lib.licenses.mit; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "yesod-routes-flow" = callPackage @@ -300348,8 +289163,6 @@ self: { ]; description = "Generate Flow routes for Yesod"; license = lib.licenses.mit; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "yesod-routes-typescript" = callPackage @@ -300383,8 +289196,6 @@ self: { ]; description = "Tools for using reStructuredText (RST) in a yesod application"; license = "GPL"; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "yesod-s3" = callPackage @@ -300401,8 +289212,6 @@ self: { ]; description = "Simple Helper Library for using Amazon's Simple Storage Service (S3) with Yesod"; license = lib.licenses.mit; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "yesod-sass" = callPackage @@ -300419,8 +289228,6 @@ self: { ]; description = "A simple quasiquoter to include sass code in yesod"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "yesod-session-redis" = callPackage @@ -300513,8 +289320,6 @@ self: { ]; description = "Yesod generators for embedding AngularJs code into yesod-static at compile time"; license = lib.licenses.mit; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "yesod-static-remote" = callPackage @@ -300531,8 +289336,6 @@ self: { ]; testHaskellDepends = [ base yesod-static ]; license = lib.licenses.mit; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "yesod-table" = callPackage @@ -300602,8 +289405,6 @@ self: { ]; description = "Utility functions for testing JSON web services written in Yesod"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "yesod-text-markdown" = callPackage @@ -300636,8 +289437,6 @@ self: { ]; description = "Provides main functions using warp-tls for yesod projects"; license = lib.licenses.mit; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "yesod-transloadit" = callPackage @@ -300682,8 +289481,6 @@ self: { ]; description = "Simple CRUD classes for easy view creation for Yesod"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "yesod-websockets" = callPackage @@ -300731,8 +289528,6 @@ self: { testHaskellDepends = [ base ]; description = "Initial project template from stack"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "yet-another-logger" = callPackage @@ -300779,8 +289574,6 @@ self: { testHaskellDepends = [ base cryptonite hspec QuickCheck ]; description = "Executable specifications of composable cryptographic protocols"; license = lib.licenses.agpl3Only; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "yhccore" = callPackage @@ -300792,8 +289585,6 @@ self: { libraryHaskellDepends = [ base containers mtl pretty uniplate ]; description = "Yhc's Internal Core language"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "yhseq" = callPackage @@ -300812,8 +289603,6 @@ self: { testToolDepends = [ hspec-discover ]; description = "Calculation of YH sequence system"; license = lib.licenses.asl20; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "yi" = callPackage @@ -300854,8 +289643,6 @@ self: { ]; description = "Add-ons to Yi, the Haskell-Scriptable Editor"; license = lib.licenses.gpl2Only; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "yi-core" = callPackage @@ -301150,8 +289937,6 @@ self: { libraryHaskellDepends = [ base yi ]; description = "Monokai colour theme for the Yi text editor"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "yi-rope" = callPackage @@ -301202,8 +289987,6 @@ self: { libraryHaskellDepends = [ base yi ]; description = "Solarized colour theme for the Yi text editor"; license = lib.licenses.mit; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "yi-spolsky" = callPackage @@ -301215,8 +289998,6 @@ self: { libraryHaskellDepends = [ base yi ]; description = "Spolsky colour theme for the Yi text editor"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "yi-vty" = callPackage @@ -301240,8 +290021,6 @@ self: { libraryHaskellDepends = [ base parsec process ]; description = "Haskell programming interface to Yices SMT solver"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "yices-easy" = callPackage @@ -301391,8 +290170,6 @@ self: { libraryHaskellDepends = [ base ]; description = "Parser combinators for young padawans"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "yoga" = callPackage @@ -301501,8 +290278,6 @@ self: { ]; description = "Builds a static website from templates and data in YAML or CSV files"; license = lib.licenses.gpl2Plus; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "ytl" = callPackage @@ -301543,8 +290318,6 @@ self: { testHaskellDepends = [ base blaze-markup hspec yu-utils ]; description = "The core of Yu"; license = lib.licenses.gpl3Only; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "yu-launch" = callPackage @@ -301578,8 +290351,6 @@ self: { ]; description = "Tool for Yu"; license = lib.licenses.gpl3Only; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "yu-utils" = callPackage @@ -301614,8 +290385,6 @@ self: { libraryHaskellDepends = [ base ]; description = "Grids defined by layout hints and implemented on top of Yahoo grids"; license = "unknown"; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "yuuko" = callPackage @@ -301690,8 +290459,6 @@ self: { ]; description = "Utilities for reading and writing Alteryx .yxdb files"; license = lib.licenses.gpl3Only; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "z3" = callPackage @@ -301721,8 +290488,6 @@ self: { testHaskellDepends = [ base containers hspec z3 ]; description = "High-level assertion encoding to Z3 solver"; license = lib.licenses.mit; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "z85" = callPackage @@ -301746,8 +290511,6 @@ self: { ]; description = "Implementation of the z85 binary codec"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "zabt" = callPackage @@ -301760,8 +290523,6 @@ self: { testHaskellDepends = [ base tasty tasty-hspec ]; description = "Simple-minded abstract binding trees"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "zalgo" = callPackage @@ -301791,8 +290552,6 @@ self: { ]; description = "A tool for checking how much work is done on group projects"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "zasni-gerna" = callPackage @@ -301913,8 +290672,6 @@ self: { ]; description = "Zendesk API for Haskell programming language"; license = lib.licenses.mit; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "zenhack-prelude" = callPackage @@ -301928,8 +290685,6 @@ self: { libraryHaskellDepends = [ base ]; description = "@zenhack's personal custom prelude"; license = lib.licenses.mit; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "zeno" = callPackage @@ -301949,8 +290704,6 @@ self: { ]; description = "An automated proof system for Haskell programs"; license = lib.licenses.mit; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "zeolite-lang" = callPackage @@ -302009,8 +290762,6 @@ self: { testToolDepends = [ purescript ]; description = "Zephyr, tree-shaking for the PureScript language"; license = lib.licenses.mpl20; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "zephyr-copilot" = callPackage @@ -302080,8 +290831,6 @@ self: { ]; description = "Bindings to ZeroMQ 2.1.x"; license = lib.licenses.mit; - hydraPlatforms = lib.platforms.none; - broken = true; }) {inherit (pkgs) zeromq;}; "zeromq3-conduit" = callPackage @@ -302148,8 +290897,6 @@ self: { ]; description = "Haskell implementation of the ZeroMQ clone pattern"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "zeromq4-conduit" = callPackage @@ -302168,8 +290915,6 @@ self: { testHaskellDepends = [ base ]; description = "Conduit wrapper around zeromq4-haskell"; license = lib.licenses.lgpl21Only; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "zeromq4-haskell" = callPackage @@ -302214,8 +290959,6 @@ self: { ]; description = "Haskell implementation of several ZeroMQ patterns"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "zeromq4-simple" = callPackage @@ -302279,8 +291022,6 @@ self: { testHaskellDepends = [ base ]; description = "Command-line utility for working with zettelkast files"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "zifter" = callPackage @@ -302304,8 +291045,6 @@ self: { ]; description = "zifter"; license = lib.licenses.mit; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "zifter-cabal" = callPackage @@ -302417,8 +291156,6 @@ self: { testHaskellDepends = [ base bytestring mtl QuickCheck random ]; description = "XBee ZNet 2.5 (ZigBee) wireless modem communications"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "zigzag" = callPackage @@ -302572,8 +291309,6 @@ self: { ]; description = "Working with zip archives via conduits"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "zip-stream" = callPackage @@ -302610,8 +291345,6 @@ self: { libraryHaskellDepends = [ base directory mtl process ]; description = "Create simple list editor interfaces"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "zipkin" = callPackage @@ -302627,8 +291360,6 @@ self: { ]; description = "Zipkin-style request tracing monad"; license = lib.licenses.mit; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "zipper" = callPackage @@ -302725,8 +291456,6 @@ self: { ]; description = "Core Servant specification for the Ziptastic API for doing forward and reverse geocoding"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "zlib" = callPackage @@ -302839,8 +291568,6 @@ self: { ]; description = "Language independent, reproducible, absolute types"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "zmcat" = callPackage @@ -302884,8 +291611,6 @@ self: { ]; description = "Representing MIDI a simple score"; license = lib.licenses.lgpl3Only; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "zmqat" = callPackage @@ -302903,8 +291628,6 @@ self: { ]; description = "A socat-like tool for zeromq library"; license = "unknown"; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "zoneinfo" = callPackage @@ -302916,8 +291639,6 @@ self: { libraryHaskellDepends = [ base time ]; description = "ZoneInfo library"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "zoom" = callPackage @@ -302936,8 +291657,6 @@ self: { ]; description = "A rake/thor-like task runner written in Haskell"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "zoom-cache" = callPackage @@ -303018,8 +291737,6 @@ self: { libraryHaskellDepends = [ base lens stm ]; description = "Zoom (~ Functor) and pairing (~ Applicative) for mutable references"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "zoovisitor" = callPackage @@ -303101,8 +291818,6 @@ self: { ]; description = "Zero-Suppressed and Reduced Decision Diagrams"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "zsh-battery" = callPackage @@ -303116,8 +291831,6 @@ self: { executableHaskellDepends = [ base directory filepath mtl ]; description = "Ascii bars representing battery status"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "zstd" = callPackage @@ -303152,8 +291865,6 @@ self: { testHaskellDepends = [ base containers mtl multiset ]; description = "Automated theorem prover for the Zsyntax biochemical calculus"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "ztail" = callPackage @@ -303214,8 +291925,6 @@ self: { ]; description = "Creating and extracting arbitrary archives"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "zuramaru" = callPackage @@ -303307,8 +292016,6 @@ self: { ]; description = "Password strength estimation based on zxcvbn"; license = lib.licenses.mit; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "zxcvbn-hs" = callPackage @@ -303345,8 +292052,6 @@ self: { ]; description = "Password strength estimation based on zxcvbn"; license = lib.licenses.mit; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "zydiskell" = callPackage From fa552e76e681b3b84b9917a09c40201799ded4f0 Mon Sep 17 00:00:00 2001 From: Malte Brandy Date: Wed, 23 Mar 2022 13:03:31 +0100 Subject: [PATCH 205/238] maintainers/scripts/haskell: add script to find broken maintained packages --- .../haskell/maintained-broken-pkgs.nix | 22 +++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 maintainers/scripts/haskell/maintained-broken-pkgs.nix diff --git a/maintainers/scripts/haskell/maintained-broken-pkgs.nix b/maintainers/scripts/haskell/maintained-broken-pkgs.nix new file mode 100644 index 000000000000..7416bfa46ee0 --- /dev/null +++ b/maintainers/scripts/haskell/maintained-broken-pkgs.nix @@ -0,0 +1,22 @@ +let + nixpkgs = import ../../..; + inherit (nixpkgs {}) haskellPackages lib; + maintainedPkgs = lib.filterAttrs ( + _: v: builtins.length (v.meta.maintainers or []) > 0 + ) haskellPackages; + brokenPkgs = lib.filterAttrs (_: v: v.meta.broken) maintainedPkgs; + transitiveBrokenPkgs = lib.filterAttrs + (_: v: !(builtins.tryEval (v.outPath or null)).success && !v.meta.broken) + maintainedPkgs; + infoList = pkgs: lib.concatStringsSep "\n" (lib.mapAttrsToList (name: drv: "${name} ${(builtins.elemAt drv.meta.maintainers 0).github}") pkgs); +in { + report = '' + BROKEN: + ${infoList brokenPkgs} + + TRANSITIVE BROKEN: + ${infoList transitiveBrokenPkgs} + ''; + transitiveErrors = + builtins.attrValues transitiveBrokenPkgs; +} From 213a808539ffd79c21f5cd5625fc1ff98545461c Mon Sep 17 00:00:00 2001 From: Malte Brandy Date: Wed, 23 Mar 2022 13:03:52 +0100 Subject: [PATCH 206/238] haskellPackages: mark packages failing on hydra as broken --- .../configuration-hackage2nix/broken.yaml | 5662 +++++++ .../transitive-broken.yaml | 1357 +- .../haskell-modules/hackage-packages.nix | 12680 +++++++++++++++- 3 files changed, 19188 insertions(+), 511 deletions(-) diff --git a/pkgs/development/haskell-modules/configuration-hackage2nix/broken.yaml b/pkgs/development/haskell-modules/configuration-hackage2nix/broken.yaml index 21593ab7ece2..df6cd3f7a951 100644 --- a/pkgs/development/haskell-modules/configuration-hackage2nix/broken.yaml +++ b/pkgs/development/haskell-modules/configuration-hackage2nix/broken.yaml @@ -1,2 +1,5664 @@ broken-packages: # These packages don't compile. + - 2captcha + - 3d-graphics-examples + - 3dmodels + - AAI + - abacate + - abcnotation + - abeson + - abides + - abnf + - AbortT-transformers + - abt + - AC-BuildPlatform + - accelerate + - accentuateus + - access-time + - accuerr + - AC-EasyRaster-GTK + - AC-HalfInteger + - achille + - acid-state-dist + - acid-state-tls + - ac-machine + - ACME + - acme-all-monad + - acme-comonad + - acme-dont + - acme-flipping-tables + - acme-hq9plus + - acme-http + - acme-inator + - acme-io + - acme-kitchen-sink + - acme-left-pad + - acme-memorandom + - acme-miscorder + - acme-mutable-package + - acme-now + - acme-numbersystem + - acme-operators + - acme-schoenfinkel + - acme-strfry + - acme-stringly-typed + - acme-this + - acme-zalgo + - acme-zero + - AC-MiniTest + - AC-Terminal + - ActionKid + - activehs-base + - activitypub + - activitystreams-aeson + - AC-VanillaArray + - AC-Vector + - Adaptive + - Adaptive-Blaisorblade + - adaptive-containers + - adaptive-tuple + - adb + - adobe-swatch-exchange + - ADPfusion + - adp-multi + - adtrees + - advent-of-code-ocr + - AERN-Basics + - aeson-applicative + - aeson-bson + - AesonBson + - aeson-decode + - aeson-default + - aeson-deriving + - aeson-diff-generic + - aeson-filthy + - aeson-flat + - aeson-flatten + - aeson-flowtyped + - aeson-helper + - aeson-injector + - aeson-iproute + - aeson-json-ast + - aeson-lens + - aeson-match-qq + - aeson-modern-tojson + - aeson-options + - aeson-parsec-picky + - aeson-picker + - aeson-prefix + - aeson-quick + - aeson-schema + - aeson-schemas + - aeson-smart + - aeson-streams + - aeson-t + - aeson-toolkit + - aeson-typescript + - aeson-utils + - aeson-via + - aeson-with + - affection + - affine-invariant-ensemble-mcmc + - Agata + - Agda-executable + - agda-language-server + - agda-snippets + - agda-unused + - AGI + - ag-pictgen + - AhoCorasick + - aig + - airbrake + - airship + - airtable-api + - air-th + - ajhc + - AlanDeniseEricLauren + - alerta + - alex-prelude + - alfred + - alga + - algebra-dag + - algebraic-classes + - algebraic-prelude + - AlgorithmW + - algo-s + - align-text + - ally-invest + - alphachar + - alpino-tools + - alsa + - alsa-midi + - altcomposition + - alternative-extra + - alternative-io + - altfloat + - alure + - amazon-emailer + - amazonka-core + - amazonka-iam-policy + - amazon-products + - AMI + - amqp-conduit + - analyze + - anansi-pandoc + - android + - android-activity + - android-lint-summary + - angel + - angle + - Animas + - animascii + - animate + - anki-tools + - annotated-fix + - anonymous-sums + - ansigraph + - ansi-pretty + - antfarm + - antigate + - antimirov + - antiquoter + - antisplice + - antlr-haskell + - anydbm + - Aoide + - aosd + - aos-signature + - apart + - api-builder + - api-tools + - apns-http2 + - appc + - app-lens + - AppleScript + - applicative-fail + - applicative-parsec + - applicative-quoters + - applicative-splice + - apply-unordered + - approveapi + - approx + - ApproxFun-hs + - arbb-vm + - arb-fft + - arbor-lru-cache + - arbor-monad-counter + - arbor-monad-logger + - arbor-monad-metric + - arbor-postgres + - archiver + - archlinux + - archnews + - arena + - argon2 + - argparser + - arguedit + - arion + - armada + - armor + - arpa + - arpack + - arrayfire + - array-list + - array-primops + - ArrayRef + - arrowapply-utils + - arrow-improve + - arrow-list + - arrowp + - arrowp-qq + - ArrowVHDL + - artery + - artifact + - asap + - ascii85-conduit + - ascii-flatten + - ascii-string + - ascii-vector-avc + - asil + - asn1-codec + - asn1-data + - assert + - assert4hs + - assert4hs-core + - assertions + - asset-map + - assumpta + - ast-monad + - astrds + - async-combinators + - async-dejafu + - asynchronous-exceptions + - async-manager + - async-timer + - aterm + - atndapi + - atomic-primops-vector + - atom-msp430 + - atomo + - atp-haskell + - ats-setup + - ats-storable + - attempt + - attic-schedule + - AttoBencode + - atto-lisp + - attomail + - attoparsec-csv + - attoparsec-text + - attoparsec-trans + - attoparsec-varword + - attosplit + - Attrac + - augeas + - augur + - aur + - aur-api + - Aurochs + - authenticate-ldap + - authinfo-hs + - auto + - autodocodec + - autom + - autonix-deps + - autopack + - avatar-generator + - aviation-units + - avl-static + - avr-shake + - avwx + - awesome-prelude + - awesomium-raw + - aws-cloudfront-signer + - aws-ec2 + - aws-general + - aws-lambda-haskell-runtime + - aws-lambda-runtime + - aws-larpi + - aws-performance-tests + - aws-route53 + - aws-sdk-text-converter + - aws-xray-client + - axel + - azubi + - azure-acs + - azure-email + - azurify + - b9 + - backprop + - backstop + - backtracking-exceptions + - backward-state + - bag + - Baggins + - bake + - Bang + - ban-instance + - banwords + - barchart + - barcodes-code128 + - barecheck + - barrie + - barrier + - barrier-monad + - base58address + - base62 + - base64-conduit + - base-compat-migrate + - base-encoding + - base-feature-macros + - base-generics + - base-io-access + - basen + - basex-client + - basic + - basic-sop + - baskell + - battlenet + - battleplace + - bazel-coverage-report-renderer + - BCMtools + - bdd + - bdelta + - bdo + - beam + - beamable + - beam-mysql + - beam-newtype-field + - bech32 + - bed-and-breakfast + - Befunge93 + - BenchmarkHistory + - bencodex + - bencoding-lens + - berkeleydb + - BerkeleyDBXML + - bert + - besout + - bet + - betacode + - betris + - bgmax + - bgzf + - bhoogle + - bibdb + - bidi-icu + - bidirectional + - bidirectionalization-combined + - bidispec + - bidispec-extras + - BiGUL + - billeksah-services + - binary-bits + - binary-communicator + - binary-derive + - binary-ext + - binary-indexed-tree + - binary-protocol + - binary-tree + - binary-typed + - BinderAnn + - binding-core + - bindings-apr + - bindings-bfd + - bindings-cctools + - bindings-dc1394 + - bindings-eskit + - bindings-EsounD + - bindings-fann + - bindings-fluidsynth + - bindings-friso + - bindings-gsl + - bindings-hamlib + - bindings-hdf5 + - bindings-K8055 + - bindings-libftdi + - bindings-libg15 + - bindings-libpci + - bindings-librrd + - bindings-libstemmer + - bindings-libusb + - bindings-libv4l2 + - bindings-monetdb-mapi + - bindings-mpdecimal + - bindings-sc3 + - bindings-sipc + - bindings-wlc + - bind-marshal + - binembed + - bins + - binsm + - bio + - BiobaseNewick + - biocore + - biohazard + - bio-sequence + - biscuit-haskell + - bisect-binary + - bishbosh + - bitcoin-hs + - bitcoin-script + - bits-atomic + - bits-conduit + - bitset + - bits-extras + - bitspeak + - bit-stream + - BitStringRandomMonad + - BitSyntax + - bitx-bitcoin + - bizzlelude-js + - bkr + - blakesum + - blas + - blaze-html-contrib + - blaze-html-hexpat + - blaze-html-truncate + - blaze-json + - blaze-shields + - blazeT + - blaze-textual-native + - blindpass + - bliplib + - blizzard-html + - blockchain + - blockfrost-api + - blockhash + - Blogdown + - bloodhound + - bloomfilter-redis + - blubber-server + - bludigon + - Blueprint + - bluetileutils + - blunk-hask-tests + - bogocopy + - bolt + - boltzmann-brain + - bookkeeper + - boolean-normal-forms + - boolexpr + - boombox + - boots-app + - boring-window-switcher + - bot + - botpp + - bottom + - boundingboxes + - bpath + - braid + - brain-bleep + - Bravo + - brians-brain + - brick-dropdownmenu + - bricks-internal + - brillig + - broccoli + - brok + - broker-haskell + - bronyradiogermany-common + - browscap + - bsd-sysctl + - bson-generic + - bson-generics + - bson-mapping + - bsparse + - btree-concurrent + - btrfs + - buffer + - buffer-builder-aeson + - BufferedSocket + - buffet + - buffon + - buffon-machines + - bugzilla + - build + - buildable + - buildbox + - builder + - bullet + - bumper + - bunz + - burst-detection + - buster + - Buster + - butter + - bv-little + - byline + - bytearray-parsing + - bytestring-aeson-orphans + - bytestring-arbitrary + - bytestring-class + - bytestring-csv + - bytestring-delta + - bytestring-handle + - bytestringparser + - bytestringparser-temporary + - bytestring-plain + - bytestringreadp + - bytestring-rematch + - bytestring-show + - bytestring-substring + - bytestring-time + - bytestring-typenats + - c10k + - c2ats + - cab + - cabal2doap + - cabal2ebuild + - cabal2ghci + - cabal-audit + - cabal-auto-expose + - cabal-bundle-clib + - cabal-constraints + - cabal-db + - cabal-dependency-licenses + - cabal-dev + - cabal-dir + - cabal-edit + - cabal-file-th + - cabal-ghc-dynflags + - cabal-ghci + - cabalgraph + - cabal-graphdeps + - cabal-helper + - Cabal-ide-backend + - cabal-info + - cabal-install-bundle + - cabal-install-ghc72 + - cabal-install-ghc74 + - cabalish + - cabal-lenses + - cabal-meta + - cabal-mon + - cabal-nirvana + - cabal-progdeps + - cabalQuery + - CabalSearch + - cabal-setup + - cabal-sort + - cabal-src + - cabal-test-quickcheck + - cabal-toolkit + - cabal-upload + - cabalvchk + - cabin + - cached + - cache-polysemy + - caching + - cacophony + - cafeteria-prelude + - caffegraph + - cairo-core + - cal3d + - calamity + - caledon + - calenderweek + - call-alloy + - cal-layout + - call-haskell-from-anything + - canon + - canonical-filepath + - canonical-json + - canteven-listen-http + - canteven-log + - canteven-parsedate + - cantor + - cantor-pairing + - capped-list + - capri + - caps + - captcha-core + - caramia + - carbonara + - carettah + - CarneadesDSL + - carte + - Cartesian + - casadi-bindings-internal + - Cascade + - cascading + - caseof + - cases + - cas-hashable + - casr-logbook + - casr-logbook-types + - Cassava + - cassava-conduit + - cassava-records + - cassette + - castle + - catamorphism + - Catana + - catch-fd + - category-traced + - catnplus + - cautious-file + - cayene-lpp + - cayley-client + - cblrepo + - CCA + - ccast + - CC-delcont-cxe + - CC-delcont-exc + - CC-delcont-ref + - CC-delcont-ref-tf + - cci + - ccnx + - c-dsl + - cedict + - cef + - cef3-raw + - cellrenderer-cairo + - cereal-derive + - cereal-ieee754 + - cereal-plus + - cf + - cfenv + - cfn-flip + - cg + - cgen + - cgi-utils + - cgroup-rts-threads + - chalkboard + - chalmers-lava2000 + - character-cases + - charter + - chart-histogram + - Chart-simple + - chaselev-deque + - chatty-text + - chatwork + - checked + - Checked + - checkmate + - chiasma + - Chitra + - choose + - chorale + - chp + - chp-spec + - chr-data + - ChristmasTree + - chr-parse + - chunky + - church + - church-maybe + - church-pair + - churros + - cielo + - cil + - cinvoke + - c-io + - cio + - cipher-blowfish + - circlehs + - citeproc-hs + - cjk + - cj-token + - clang-compilation-database + - clang-pure + - clanki + - clarifai + - CLASE + - Clash-Royale-Hack-Cheats + - ClassLaws + - classy-influxdb-simple + - classy-parallel + - classyplate + - ClassyPrelude + - cld2 + - Clean + - clean-unions + - clevercss + - clexer + - CLI + - cli-builder + - cli-extras + - clif + - clifm + - clingo + - clippard + - clipper + - clisparkline + - clit + - clock-extras + - clogparse + - clone-all + - closure + - cloudfront-signer + - clr-inline + - cluss + - cmark-highlight + - cmark-patterns + - cmark-sections + - cmath + - cmd-item + - cmdlib + - cmdtheline + - cmf + - cmonad + - c-mosquitto + - cmph + - cmt + - coalpit + - cobot-tools + - code-builder + - codec-beam + - codec-libevent + - codecov-haskell + - codeforces-cli + - codepad + - codeworld-api + - codex + - codo-notation + - coin + - coinbase-pro + - collada-output + - collapse-util + - collections + - collections-api + - co-log-concurrent + - co-log-json + - co-log-sys + - colonnade + - colorless + - colors + - coltrane + - com + - comark-syntax + - combinat-compat + - combinat-diagrams + - combinatorial-problems + - combinator-interactive + - combobuffer + - Command + - commander + - Commando + - commsec + - Compactable + - compact-list + - compact-map + - compact-mutable-vector + - compact-sequences + - compact-socket + - compact-string + - compact-string-fix + - comparse + - compdata + - compendium-client + - competition + - compilation + - complex-generic + - composable-associations-aeson + - compose-trans + - composite-aeson + - composite-opaleye + - composition-tree + - comprehensions-ghc + - compressed + - compression + - computational-geometry + - computations + - concrete-relaxng-parser + - concrete-typerep + - concur-core + - concurrent-buffer + - Concurrent-Cache + - Concurrential + - concurrent-st + - concurrent-state + - concurrent-utilities + - condorcet + - conductive-base + - conduit-audio-lame + - conduit-audio-samplerate + - conduit-find + - conduit-iconv + - conduit-network-stream + - conduit-resumablesink + - conduit-tokenize-attoparsec + - conduit-vfs + - conf + - conferer-hspec + - conferer-provider-json + - conferer-snap + - conferer-source-json + - confide + - ConfigFileTH + - config-parser + - Configurable + - configuration + - configurator-pg + - config-value-getopt + - confsolve + - congruence-relation + - conjure + - conkin + - conlogger + - connections + - connection-string + - Conscript + - consistent + - console-program + - const-math-ghc-plugin + - constrained-categories + - constrained-category + - constrained-dynamic + - constrained-monads + - ConstraintKinds + - constraints-emerge + - constr-eq + - construct + - constructive-algebra + - consul-haskell + - Consumer + - containers-benchmark + - containers-verified + - ContArrow + - ContextAlgebra + - context-stack + - contiguous-checked + - contiguous-fft + - continue + - Contract + - contra-tracers + - control-dsl + - control-iso + - control-monad-failure + - control-monad-failure-mtl + - Control-Monad-ST2 + - contstuff + - copilot-core + - copr + - coquina + - COrdering + - core + - corebot-bliki + - CoreDump + - CoreErlang + - core-haskell + - Coroutine + - coroutine-object + - CouchDB + - couchdb-conduit + - couch-hs + - counter + - country + - courier + - court + - coverage + - cparsing + - cpio-conduit + - cplusplus-th + - cpuid + - cpuperf + - cpython + - cql + - cqrs-core + - cr + - crack + - Craft3e + - craftwerk + - crawlchain + - crc16 + - crdt + - crdt-event-fold + - credential-store + - critbit + - criterion-cmp + - criterion-compare + - criterion-plus + - criterion-to-html + - criu-rpc-types + - crjdt-haskell + - crocodile + - cronus + - cruncher-types + - crunghc + - crypto-cipher-benchmarks + - cryptocompare + - cryptoids-types + - crypto-keys-ssh + - crypto-multihash + - crypto-numbers + - crypto-pubkey-openssh + - crypto-random-effect + - crypto-simple + - cryptsy-api + - csa + - cse-ghc-plugin + - CSPM-FiringRules + - CSPM-Frontend + - cspretty + - css + - css-easings + - css-selectors + - css-syntax + - C-structs + - csv-nptools + - ctemplate + - ctkl + - cuboid + - cuckoo-filter + - curl-aeson + - curl-runnings + - currency-convert + - curry-base + - currycarbon + - CurryDB + - curry-frontend + - curryrs + - curves + - custom-prelude + - cut-the-crap + - CV + - d3js + - dag + - DAG-Tournament + - damnpacket + - danibot + - dao + - Dao + - darcs2dot + - darcs-buildpackage + - darcs-cabalized + - darcs-graph + - darcs-monitor + - darkplaces-rcon + - darkplaces-text + - data-accessor-monadLib + - data-accessor-monads-tf + - data-accessor-template + - data-aviary + - data-base + - database-id-groundhog + - database-migrate + - database-study + - data-check + - data-combinator-gen + - data-compat + - data-concurrent-queue + - data-construction + - data-constructors + - data-dispersal + - data-diverse + - datadog + - data-easy + - data-embed + - data-emoticons + - data-filepath + - data-fin + - data-fin-simple + - data-flagset + - data-index + - DataIndex + - data-ivar + - data-kiln + - data-lens + - datalog + - data-map-multikey + - data-named + - data-nat + - data-object + - datapacker + - data-pdf-fieldreader + - data-quotientref + - data-reify-cse + - data-repr + - data-rev + - datarobot + - data-rope + - Data-Rope + - data-r-tree + - data-size + - data-spacepart + - data-standards + - data-store + - data-stringmap + - data-sword + - DataTreeView + - data-type + - data-util + - data-validation + - data-variant + - DataVersion + - dates + - datetime + - datetime-sb + - dawdle + - dawg + - dbcleaner + - dbf + - DBlimited + - dbm + - dbmigrations-mysql + - dbmigrations-postgresql + - dbmigrations-sqlite + - d-bus + - DBus + - dbus-core + - dbus-qq + - dclabel + - dclabel-eci11 + - dcpu16 + - ddc-base + - ddc-code + - dead-code-detection + - Deadpan-DDP + - dead-simple-json + - debian + - debug-me + - debug-tracy + - decepticons + - decimal-literals + - DecisionTree + - decoder-conduit + - deepcontrol + - DeepDarkFantasy + - deepseq-bounded + - deepseq-instances + - deepseq-magic + - deepseq-th + - deep-transformations + - definitive-base + - deka + - Delta-Lambda + - delude + - demarcate + - denominate + - dense + - dense-int-set + - dependent-hashmap + - dependent-monoidal-map + - deptrack-core + - derangement + - derivation-trees + - derive + - derive-enumerable + - derive-gadt + - deriveJsonNoPrefix + - derive-monoid + - derive-trie + - derp-lib + - describe + - deterministic-game-engine + - detrospector + - deunicode + - devil + - Dflow + - dfsbuild + - dgim + - dgs + - dhall-check + - dhall-csv + - dhall-fly + - dhall-to-cabal + - dhrun + - dia-base + - diagrams-boolean + - diagrams-builder + - diagrams-pdf + - diagrams-qrcode + - diagrams-rubiks-cube + - diagrams-tikz + - dialogflow-fulfillment + - dib + - dice2tex + - dicom + - dictionaries + - dictparser + - diet + - diff + - diffcabal + - DifferentialEvolution + - diff-gestalt + - diffmap + - difftodo + - digestive-bootstrap + - digestive-foundation-lucid + - digestive-functors-aeson + - digestive-functors-happstack + - digest-pure + - DigitalOcean + - digitalocean-kzs + - digits + - dijkstra-simple + - DimensionalHash + - dimensional-tf + - dino + - diophantine + - direct-binary-files + - directed-cubical + - direct-fastcgi + - direct-http + - direct-plugins + - direm + - discordian-calendar + - discord-types + - discrete + - DiscussionSupportSystem + - Dish + - disjoint-containers + - disjoint-set + - disjoint-set-stateful + - Dist + - distance + - distributed-closure + - distribution + - dist-upload + - djembe + - djinn-ghc + - djinn-th + - dmcc + - dmenu + - dnsrbl + - dnssd + - dobutok + - dobutokO + - dobutokO-frequency + - doccheck + - docidx + - docker + - docker-build-cacher + - dockercook + - dockerfile-creator + - docrecords + - doctest-discover-configurator + - doctest-parallel + - doctest-prop + - docusign-example + - docvim + - DOH + - doi + - domplate + - dom-selector + - do-notation + - do-notation-dsl + - dormouse-uri + - do-spaces + - dotfs + - dot-linker + - doublify-toolkit + - downhill + - downloader + - dozenal + - dozens + - dph-base + - dpkg + - DPM + - dpor + - dragen + - drawille + - drClickOn + - dresdner-verkehrsbetriebe + - DrIFT + - DrIFT-cabalized + - drifter-postgresql + - drinkery + - drmaa + - drone + - dropbox + - DSA + - dsc + - ds-kanren + - dsmc + - dson + - dson-parsec + - dstring + - DTC + - dtd-text + - dual-game + - dualizer + - duckling + - duet + - dump-core + - dunai-core + - Dung + - dura + - dvault + - dvdread + - dvi-processing + - dwarf + - dwarfadt + - dyckword + - dynamic-graphs + - dynamic-mvector + - dynamic-object + - DynamicTimeWarp + - dynloader + - DysFRP + - dywapitchtrack + - dzen-dhall + - dzen-utils + - each + - eager-sockets + - earclipper + - earcut + - early + - easy-api + - easy-args + - easy-bitcoin + - easyjson + - easyplot + - easytest + - ebeats + - ebnf-bff + - eccrypto + - ecma262 + - ecu + - eddie + - ede + - edenmodules + - edis + - EdisonCore + - edit + - edit-lenses + - editline + - effect-handlers + - effective-aspects + - effect-monad + - effect-stack + - effet + - effin + - egison-pattern-src + - ehaskell + - ehs + - eibd-client-simple + - eigen + - Eight-Ball-Pool-Hack-Cheats + - EitherT + - either-unwrap + - ejdb2-binding + - ekg-bosun + - ekg-elastic + - ekg-elasticsearch + - ekg-json + - ekg-log + - ekg-push + - ekg-rrd + - ekg-statsd + - elevator + - elision + - elminator + - elm-street + - elm-websocket + - elocrypt + - emacs-module + - emailaddress + - email-header + - email-postmark + - embla + - emgm + - Emping + - Empty + - empty-monad + - enchant + - encoding + - encoding-io + - encryptable + - engine-io + - entwine + - EnumContainers + - enumerator + - EnumMap + - enummapmap + - enummaps + - enummapset-th + - enum-subset-generate + - enum-text + - enum-utf8 + - envelope + - env-parser + - envstatus + - epanet-haskell + - epass + - epic + - epi-sim + - epoll + - eprocess + - epubname + - Eq + - EqualitySolver + - equational-reasoning-induction + - equeue + - erd + - erlang + - erlang-ffi + - eros + - error-context + - error-continuations + - error-list + - error-loc + - error-util + - ersaconcat + - ersatz + - ert + - escape-artist + - escoger + - esqueleto-pgcrypto + - ess + - essence-of-live-coding-gloss-example + - essence-of-live-coding-pulse-example + - EstProgress + - Etage + - etc + - etcd + - ethereum-rlp + - eurofxref + - evdev + - eve + - eved + - event + - event-driven + - eventful-sql-common + - eventsource-api + - eventstore + - evoke + - ewe + - exact-cover + - exact-real-positional + - except-exceptions + - exceptional + - exceptionfree-readfile + - execs + - executor + - exh + - exhaustive + - exherbo-cabal + - exif + - exigo-schema + - exinst + - exists + - exitcode + - exp-cache + - explain + - explicit-constraint-lens + - explicit-determinant + - explicit-iomodes + - exploring-interpreters + - exposed-containers + - expression-parser + - expressions + - expresso + - extcore + - extended-categories + - extended-containers + - extensible-effects-concurrent + - extensible-skeleton + - extensions + - Extra + - extractelf + - ez3 + - ez-couch + - Facebook-Password-Hacker-Online-Latest-Version + - faceted + - factor + - facts + - fadno-braids + - fadno-xml + - failable-list + - failure-detector + - fake + - fake-type + - faktory + - f-algebra-gen + - fastbayes + - fast-combinatorics + - fastedit + - fast-nats + - fastpbkdf2 + - FastPush + - FastxPipe + - fathead-util + - fb + - fbmessenger-api + - fca + - fcache + - fcf-containers + - fcg + - fckeditor + - fclabels-monadlib + - fcm-client + - fdo-trash + - feature-flipper + - fedora-packages + - feed-cli + - feed-collect + - feed-crawl + - fernet + - FerryCore + - Feval + - fez-conf + - ffeed + - fficxx + - ffunctor + - fgl-extras-decompositions + - fib + - fibon + - fieldwise + - fig + - file-collection + - file-command-qq + - filediff + - file-embed-poly + - file-location + - FileManip + - FileManipCompat + - fileneglect + - Files + - FileSystem + - filesystem-conduit + - filesystem-trees + - file-templates + - fillit + - Fin + - final-pretty-printer + - Finance-Quote-Yahoo + - find-conduit + - find-source-files + - fingertree-psqueue + - fingertree-tf + - finitary + - finite + - finite-fields + - firefly-example + - first-and-last + - first-class-instances + - fit + - fitsio + - fits-parse + - fixed-point + - fixedprec + - fixed-storable-array + - fixed-timestep + - fixed-width + - fixfile + - fixie + - fix-symbols-gitit + - fizzbuzz + - fizzbuzz-as-a-service + - flac + - flaccuraterip + - flamethrower + - flamingra + - flat-maybe + - flat-tex + - flay + - flexible-time + - flickr + - flink-statefulfun + - float128 + - float-binstring + - floating-bits + - flowdock + - flowdock-rest + - flow-er + - flowlocks-framework + - flp + - fltkhs + - fluffy-parser + - fluid-idl + - fluidsynth + - flux-monoid + - fmark + - FModExRaw + - fn-extra + - foldable-ix + - foldl-incremental + - foldl-statistics + - folds-common + - follow + - font-opengl-basic4x6 + - forbidden-fruit + - fordo + - forecast-io + - foreign-var + - forest + - forest-fire + - forex2ledger + - for-free + - forger + - ForkableT + - formattable + - formura + - Fortnite-Hack-Cheats-Free-V-Bucks-Generator + - foscam-filename + - FPretty + - fptest + - fquery + - Fractaler + - fractals + - fraction + - frag + - franchise + - fraxl + - freddy + - free-concurrent + - f-ree-hack-cheats-free-v-bucks-generator + - free-http + - free-operational + - freer-effects + - freer-simple-catching + - freer-simple-http + - freer-simple-profiling + - freer-simple-random + - freer-simple-time + - freesect + - freesound + - free-theorems + - FreeTypeGL + - free-v-bucks-generator-no-survey + - free-v-bucks-generator-ps4-no-survey + - freq + - fresh + - friday-devil + - friday-scale-dct + - friendly + - frown + - frp-arduino + - frpnow + - fs-events + - fsh-csv + - fsmActions + - fst + - fsutils + - fswait + - fswatch + - ft-generator + - FTGL-bytestring + - ftp-client + - ftp-conduit + - ftphs + - full-sessions + - funbot-client + - function-instances-algebra + - functor + - functor-combinators + - functor-friends + - functor-infix + - functorm + - functor-products + - functor-utils + - Fungi + - funpat + - funspection + - fused-effects-exceptions + - fused-effects-mwc-random + - fused-effects-resumable + - fusion + - futhask + - futun + - future + - fuzzyfind + - fuzzy-timings + - fwgl + - g4ip + - galois-field + - gameclock + - game-probability + - gamgee + - gamma + - Ganymede + - garepinoh + - gargoyle + - gas + - gather + - gc-monitoring-wai + - gconf + - gdiff-th + - gegl + - gelatin + - gemcap + - gemstone + - gencheck + - gender + - genders + - general-prelude + - GeneralTicTacToe + - generator + - generators + - generic-accessors + - generic-binary + - generic-church + - generic-enum + - generic-enumeration + - generic-labels + - generic-lens-labels + - generic-lucid-scaffold + - generic-maybe + - generic-override + - generic-pretty + - genericserialize + - generic-server + - generics-mrsop + - generic-storable + - generic-tree + - generic-trie + - generic-xmlpickler + - genetics + - genifunctors + - gen-imports + - geniplate + - gen-passwd + - genprog + - gentlemark + - geocode-google + - GeocoderOpenCage + - geodetic-types + - GeoIp + - geojson-types + - geom2d + - GeomPredicates-SSE + - geo-resolver + - geos + - Get + - getflag + - gf + - GGg + - ggtsTC + - ghc-clippy-plugin + - ghc-core-smallstep + - ghc-datasize + - ghc-debug-convention + - ghc-dump-core + - ghc-dump-tree + - ghc-dup + - ghc-events-analyze + - ghc-events-parallel + - ghcflags + - ghc-generic-instances + - ghc-hotswap + - ghci-diagrams + - ghci-haskeline + - ghci-history-parser + - ghci-lib + - ghci-ng + - ghcjs-base-stub + - ghcjs-dom-jsffi + - ghcjs-promise + - ghcjs-xhr + - ghc-justdoit + - ghclive + - ghc-man-completion + - ghc-mtl + - ghc-parmake + - ghc-pkg-autofix + - ghc-pkg-lib + - ghc-plugs-out + - ghc-prof + - ghc-proofs + - ghc-simple + - ghc-srcspan-plugin + - ghc-syb + - ghc-syb-utils + - ghc-tags + - ghc-tags-core + - ghc-time-alloc-prof + - ghcup + - ghc-usage + - gh-labeler + - giak + - gi-cogl + - Gifcurry + - gi-gio-hs-list-model + - gi-graphene + - gi-gsttag + - gi-gtk-layer-shell + - gi-gtksheet + - gi-handy + - ginger + - gingersnap + - ginsu + - giphy-api + - gist + - GiST + - git + - git-all + - git-checklist + - git-cuk + - git-date + - github-backup + - github-data + - github-post-receive + - github-tools + - github-utils + - github-webhook-handler + - githud + - gitignore + - git-jump + - gitlab-api + - gitlab-haskell + - gitlib-cmdline + - gitlib-libgit2 + - gitlib-utils + - git-repair + - gitson + - gitter + - git-vogue + - glapp + - glaze + - Gleam + - GLFW + - GLFW-b-demo + - gli + - glicko + - glider-nlp + - GLMatrix + - global-variables + - glob-posix + - GlomeTrace + - gloss-banana + - gloss-export + - gloss-game + - glpk-headers + - gltf-codec + - glue + - gluturtle + - g-npm + - goa + - goal-core + - goatee + - gochan + - godot-haskell + - gofer-prelude + - gogol-core + - gooey + - google-cloud + - GoogleCodeJam + - google-html5-slide + - google-oauth2 + - google-oauth2-easy + - google-oauth2-jwt + - googlepolyline + - google-search + - google-server-api + - google-translate + - gopherbot + - gopro-plus + - gore-and-ash + - GotoT-transformers + - gpah + - GPipe + - gpx-conduit + - graceful + - grafana + - Grafos + - grakn + - grammatical-parsers + - grapefruit-frp + - Graph500 + - Graphalyze + - graphbuilder + - graphene + - graphics-drawingcombinators + - graphics-formats-collada + - graph-matchings + - graphmod-plugin + - graphql-api + - graphql-parser + - graphql-w-persistent + - graph-rewriting + - graph-serialize + - graphted + - graphula-core + - graph-utils + - graql + - grasp + - gray-code + - graylog + - greencard + - greg-client + - gremlin-haskell + - Grempa + - grenade + - greplicate + - gridfs + - grids + - grm + - GroteTrap + - groundhog-mysql + - groundhog-th + - group-theory + - group-with + - growler + - grow-vector + - grpc-api-etcd + - gsl-random + - gstreamer + - GTALib + - gtfs-realtime + - gtk2hs-cast-th + - gtk2hs-hello + - gtk2hs-rpn + - gtk3-helpers + - gtkglext + - gtk-helpers + - gtksourceview2 + - gtksourceview3 + - gtk-toy + - gulcii + - gw + - gyah-bin + - gym-http-api + - h2048 + - h2c + - haar + - hack2-handler-warp + - hackage2hwn + - hackage-api + - hackage-diff + - hackage-processing + - hackage-proxy + - hackager + - hackage-repo-tool + - hackage-whatsnew + - hackernews + - hack-frontend-happstack + - hack-handler-cgi + - hack-handler-happstack + - hack-handler-kibro + - HackMail + - hactor + - hactors + - haddock-api + - haddock-cheatsheet + - haddock-leksah + - haddock-test + - hadoop-formats + - hadoop-rpc + - hafar + - hahp + - haiji + - hail + - hailgun + - hairy + - hakaru + - hakismet + - hakka + - hako + - hakyll-agda + - hakyll-blaze-templates + - hakyll-contrib + - hakyll-contrib-csv + - hakyll-contrib-elm + - hakyll-contrib-i18n + - hakyll-contrib-links + - hakyll-dhall + - hakyll-dir-list + - hakyll-R + - hakyll-series + - hakyll-shortcode + - HaLeX + - halfs + - halipeto + - halive + - halma + - hampp + - hamsql + - hamtmap + - hanabi-dealer + - handa-gdata + - handle-like + - HandlerSocketClient + - handsy + - Hangman + - hannahci + - hans + - hanspell + - haphviz + - hapistrano + - happindicator + - happindicator3 + - happlets + - happraise + - happstack + - happstack-hamlet + - happstack-heist + - happstack-hstringtemplate + - happstack-lite + - happstack-monad-peel + - happstack-server-tls-cryptonite + - happstack-util + - HAppS-Util + - happybara + - happybara-webkit-server + - HappyTree + - hapstone + - HaPy + - haquery + - harchive + - HARM + - haroonga + - harp + - harpy + - harvest-api + - has + - HasCacBDD + - hascar + - hascard + - hascas + - hash + - hashable-extras + - hashable-generics + - hashable-orphans + - hashabler + - hashed-storage + - hashring + - hashtables-plus + - hasim + - hask + - haskanoid + - haskbot-core + - haskeline-class + - haskelisp + - haskell2010 + - haskell2020 + - haskell98 + - haskell98libraries + - HaskellAnalysisProgram + - haskell-awk + - haskell-bitmex-rest + - haskell-brainfuck + - haskell-cnc + - haskell-coffee + - haskell-compression + - haskell-conll + - haskell-course-preludes + - haskelldb + - haskelldb-wx + - haskell-disque + - HaskellForMaths + - haskell-formatter + - haskell-generate + - haskell-go-checkers + - haskell-holes-th + - haskell-igraph + - haskell-import-graph + - haskell-in-space + - haskellish + - haskell-kubernetes + - HaskellLM + - haskell-lsp + - haskell-ml + - haskell-mpfr + - haskell-names + - haskell-neo4j-client + - HaskellNet + - HaskellNN + - Haskelloids + - haskell-openflow + - haskell-overridez + - haskell-packages + - haskell-player + - haskell-plot + - haskell-postal + - haskell-postgis + - haskell-read-editor + - haskell-rules + - haskellscrabble + - haskellscript + - haskell-snake + - haskell-spacegoo + - haskell-src-exts-prisms + - haskell-src-exts-qq + - haskell-src-exts-sc + - haskell-src-match + - haskell-src-meta-mwotton + - haskell-stack-trace-plugin + - haskell-to-elm + - HaskellTorrent + - HaskellTutorials + - haskell-type-exts + - haskell-typescript + - haskell-tyrant + - haskell-xmpp + - haskelzinc + - haskeme + - haskey + - haskheap + - haskhol-core + - haskmon + - haskoin-util + - haskore + - haskore-vintage + - hasktorch-codegen + - hasktorch-ffi-th + - hasktorch-signatures-partial + - hasktorch-signatures-support + - haskus-binary + - haskyapi + - hasmin + - haspara + - hasql-backend + - hasql-class + - hasql-cursor-transaction + - hasql-explain-tests + - hasql-generic + - hasql-implicits + - hasql-simple + - hasql-url + - hastache + - haste + - haste-prim + - hasura-ekg-json + - hat + - hatex-guide + - hats + - hatt + - haveibeenpwned + - haven + - haverer + - hax + - haxl + - haxparse + - haxr-th + - hayland + - hayoo-cli + - hBDD-CMUBDD + - hBDD-CUDD + - hbeanstalk + - hbeat + - hblas + - hblock + - h-booru + - hburg + - hcad + - HCard + - hcc + - hcg-minus + - hchesslib + - hcltest + - hcoap + - hcom + - hcron + - hCsound + - hdaemonize-buildfix + - hdbc-aeson + - HDBC-mysql + - hdbc-postgresql-hstore + - HDBC-postgresql-hstore + - hdevtools + - hDFA + - hdigest + - hdis86 + - hdiscount + - hdm + - hdo + - hdph-closure + - hdr-histogram + - headergen + - heap-console + - heapsort + - heart-core + - hebrew-time + - heckle + - heddit + - hedgehog-checkers + - hedgehog-generic + - hedgehog-golden + - hedgehog-servant + - hedis-config + - hedis-namespace + - hedis-simple + - hedis-tags + - hedra + - heidi + - hein + - heist-async + - helisp + - hell + - helm + - help-esb + - hemkay + - HERA + - herbalizer + - HerbiePlugin + - heredocs + - Hermes + - herms + - hetero-dict + - heterogeneous-list-literals + - hetris + - heukarya + - HExcel + - hexchat + - hexif + - hexmino + - hexml-lens + - hexpat-lens + - hexpat-pickle-generic + - hexpat-streamparser + - hexpr + - hexpress + - hexquote + - hexstring + - hext + - hextra + - heyefi + - hF2 + - hfann + - HFitUI + - hfmt + - hfoil + - hfov + - HFrequencyQueue + - hfusion + - HGamer3D + - HGamer3D-Data + - hg-buildpackage + - hgdbmi + - HGE2D + - hgearman + - hGelf + - hgeometric + - hgeometry-ipe + - hgettext + - hgis + - hgmp + - hgom + - hgopher + - h-gpgme + - HGraphStorage + - hgrep + - hgrev + - hgrib + - hharp + - HHDL + - hhp + - hhwloc + - hi + - hi3status + - hichi + - hidden-char + - hid-examples + - hieraclus + - hierarchical-exceptions + - hierarchy + - hiernotify + - higgledy + - higherorder + - highjson + - highlight + - highlight-versions + - highWaterMark + - himg + - hindley-milner + - hindley-milner-type-check + - hinquire + - hinstaller + - hinter + - hinterface + - hipchat-hs + - Hipmunk + - hipsql-api + - hircules + - Hish + - hissmetrics + - historian + - hist-pl-types + - hit-on + - HJavaScript + - hjcase + - hjs + - hjsonpointer + - hjson-query + - hjugement-protocol + - HJVM + - hkd-delta + - hkd-lens + - hkt + - hlbfgsb + - hleap + - hledger-chart + - hledger-diff + - hledger-irr + - hledger-vty + - hlibBladeRF + - hlibev + - hlibfam + - hlivy + - hlogger + - HLogger + - hlongurl + - hlrdb-core + - hls-exactprint-utils + - hlwm + - hmarkup + - hmatrix-banded + - hmatrix-mmap + - hmatrix-nipals + - hmatrix-sparse + - hmatrix-static + - hmatrix-sundials + - hmatrix-svdlibc + - hmatrix-syntax + - hmatrix-tests + - hmenu + - hmk + - hmm + - HMM + - hmm-hmatrix + - hMollom + - hmp3 + - Hmpf + - hmpfr + - hmumps + - hnetcdf + - hnn + - hnop + - hoauth + - hobbes + - hobbits + - hocilib + - hocker + - hocon + - hodatime + - HODE + - hoe + - hofix-mtl + - hog + - hogg + - hoggl + - hois + - hol + - hold-em + - hole + - holmes + - homeomorphic + - homoiconic + - homplexity + - honeycomb + - honi + - hoobuddy + - hood2 + - hoodle-types + - hood-off + - hoogle-index + - hooks-dir + - hoop + - hoopl + - hopencc + - hopencl + - HOpenCV + - hopfield + - hoppy-runtime + - hops + - hoq + - horizon + - horname + - hosc-json + - hosts-server + - hothasktags + - hourglass-fuzzy-parsing + - houseman + - hp2any-core + - hpack-convert + - hpasteit + - HPath + - hpc-coveralls + - hpc-lcov + - hpg + - HPi + - hpio + - hplaylist + - hpodder + - hpqtypes + - hprotoc + - hps-kmeans + - hPushover + - hpygments + - hpylos + - hpyrg + - hq + - HQu + - hquantlib-time + - hquery + - hR + - hreq-core + - h-reversi + - hricket + - Hricket + - hruby + - hs2bf + - hs2ps + - hsaml2 + - hsay + - hsbc + - hsbencher + - hsc3-rw + - hsc3-sf + - hscaffold + - hscamwire + - hs-carbon-examples + - hscd + - hs-cdb + - hscdio + - hschema + - hscim + - hsclock + - hScraper + - hscuid + - hs-di + - hsdif + - hsdip + - hsdns-cache + - hs-dotnet + - hsebaysdk + - hsenv + - HSet + - hs-excelx + - hsfcsh + - HSFFIG + - hsfilt + - hs-fltk + - hsforce + - hs-functors + - hs-gizapp + - hsgnutls + - hsgnutls-yj + - hsgsom + - HsHaruPDF + - HsHyperEstraier + - hsI2C + - hSimpleDB + - hsimport + - hsini + - hsinspect + - hs-java + - hs-json-rpc + - HsJudy + - hskeleton + - hslackbuilder + - hslibsvm + - hslinks + - hslogger-reader + - hslogger-template + - hs-logo + - hsluv-haskell + - hsmagick + - HSmarty + - hsmodetweaks + - Hsmtlib + - hsmtpclient + - hsnock + - hs-nombre-generator + - hsns + - hsntp + - hs-openmoji-data + - hs-opentelemetry-api + - hsoptions + - hsoz + - hsparql + - hs-pattrans + - hspear + - hspec2 + - hspec-expectations-match + - hspec-experimental + - hspec-jenkins + - hspec-junit-formatter + - hspec-monad-control + - hspec-slow + - hspec-snap + - hspec-structured-formatter + - hspec-tables + - hspec-wai-json + - HsPerl5 + - hs-pgms + - hspkcs11 + - hs-pkg-config + - hspread + - hspresent + - hspretty + - hsql + - hs-re + - hsrelp + - hs-rqlite + - hs-rs-notify + - hs-scrape + - hsseccomp + - hs-snowtify + - hsSqlite3 + - hssqlppp + - HsSVN + - hs-tags + - hstats + - hstatsd + - hs-term-emulator + - hstest + - hstidy + - HsTools + - hs-twitter + - hs-twitterarchiver + - hstyle + - hsudoku + - hs-vcard + - hs-watchman + - hsx + - hsx2hs + - hsXenCtrl + - hsyscall + - hsyslog-tcp + - hszephyr + - hTalos + - htar + - htdp-image + - hTensor + - htestu + - HTicTacToe + - htiled + - htlset + - html-charset + - html-parse + - html-rules + - html-tokenizer + - htoml + - htoml-megaparsec + - htsn + - htssets + - http2-client + - http2-grpc-proto-lens + - http-attoparsec + - http-client-lens + - http-client-request-modifiers + - http-client-session + - http-client-streams + - http-client-websockets + - http-conduit-browser + - http-conduit-downloader + - http-directory + - http-dispatch + - http-grammar + - http-kinder + - http-listen + - http-monad + - http-pony-serve-wai + - http-proxy + - http-querystring + - http-response-decoder + - http-rfc7807 + - http-server + - http-shed + - http-wget + - htune + - htvm + - htzaar + - huck + - HueAPI + - huff + - huffman + - HulkImport + - hum + - human-parse + - human-text + - humble-prelude + - hums + - hunch + - HUnit-Diff + - HUnit-Plus + - hunit-rematch + - hunspell-hs + - hup + - hurriyet + - husky + - hutton + - huttons-razor + - hVOIDP + - hw-aeson + - hwall-auth-iitk + - hw-ci-assist + - hw-conduit + - hweblib + - hw-fingertree-strict + - hwhile + - hw-mquery + - hworker + - hw-playground-linear + - hwsl2 + - hw-streams + - hx + - HXQ + - hxt-cache + - hxt-pickle-utils + - hyakko + - hydra-hs + - hydrogen + - hydrogen-multimap + - hylide + - hylolib + - hyperdrive + - hyperfunctions + - hyper-haskell-server + - hyperion + - hyperloglogplus + - hyperscript + - hypher + - hyraxAbif + - hzulip + - i18n + - I1M + - i3blocks-hs-contrib + - i3ipc + - iap-verifier + - iban + - ib-api + - ical + - icfpc2020-galaxy + - IcoGrid + - iconv-typed + - ideas + - ide-backend-common + - idempotent + - identifiers + - idiii + - idna2008 + - IDynamic + - ieee-utils + - iexcloud + - ifcxt + - IFS + - ig + - ige + - ignore + - igraph + - ihaskell-parsec + - ihaskell-widgets + - ihp-hsx + - illuminate + - imagemagick + - imagepaste + - imj-prelude + - immortal-worker + - imperative-edsl + - ImperativeHaskell + - impl + - implicit-logging + - implicit-params + - imports + - impossible + - imprint + - indentation-core + - indexed-containers + - indexed-do-notation + - indextype + - indices + - infer-upstream + - inf-interval + - infix + - inflist + - informative + - inilist + - ini-qq + - initialize + - inject-function + - inline-asm + - inline-r + - in-other-words-plugin + - inserts + - instana-haskell-trace-sdk + - instance-map + - instant-generics + - instinct + - intcode + - integer-pure + - intel-aes + - intensional-datatys + - interact + - interleavableGen + - interleavableIO + - interlude-l + - internetmarke + - intero + - interp + - interpol + - interpolatedstring-qq2 + - interpolator + - interruptible + - interval + - interval-algebra + - IntFormats + - int-multimap + - intricacy + - intrinsic-superclasses + - introduction + - intro-prelude + - invertible-syntax + - involutive-semigroups + - io-capture + - io-choice + - ioctl + - IOR + - io-reactive + - iostring + - iothread + - iotransaction + - ip + - ip2location + - ip2proxy + - ipa + - ipfs + - ipopt-hs + - ip-quoter + - iptables-helpers + - IPv6DB + - Irc + - irc-dcc + - irc-fun-types + - ireal + - iridium + - iron-mq + - irt + - isdicom + - IsNull + - iso8601-duration + - isobmff + - isotope + - itcli + - itemfield + - iteratee + - iterative-forward-search + - iterIO + - it-has + - ivory + - ixdopp + - ixmonad + - ixset-typed + - ixshader + - j + - jack-bindings + - jackminimix + - JackMiniMix + - jacobi-roots + - jaeger-flamegraph + - jalla + - jarfind + - jarify + - jason + - java-bridge + - javascript-bridge + - javav + - Javav + - jbi + - jcdecaux-vls + - Jdh + - jdi + - jenga + - jenkinsPlugins2nix + - jet-stream + - Jikka + - jinquantities + - jml-web-service + - jni + - join-api + - joinlist + - joint + - jonathanscard + - jordan + - jort + - jose-jwt + - joy-rewrite + - jpeg + - jsaddle-clib + - jsaddle-warp + - jsaddle-wkwebview + - js-good-parts + - json2 + - json-alt + - json-api + - json-api-lib + - json-assertions + - json-ast-quickcheck + - JSONb + - json-builder + - json-directory + - json-encoder + - jsonextfilter + - json-extra + - json-fu + - json-litobj + - jsonnet + - json-pointer + - json-pointy + - json-python + - json-qq + - jsonresume + - json-rpc + - json-rpc-generic + - json-rpc-server + - jsonrpc-tinyclient + - json-schema + - jsonschema-gen + - jsonsql + - json-stream + - json-syntax + - json-tools + - json-tracer + - jsontsv + - jsonxlsx + - jsop + - judge + - judy + - juicy-gcode + - JuicyPixels-blp + - JuicyPixels-canvas + - JuicyPixels-util + - JunkDB + - jupyter + - justified-containers + - JustParse + - jvm-binary + - jvm-parser + - JYU-Utils + - kademlia + - kafka-client + - kafka-client-sync + - kalman + - Kalman + - kangaroo + - karabiner-config + - katip-datadog + - katip-kafka + - katip-logzio + - katip-scalyr-scribe + - katip-syslog + - katt + - katydid + - kawaii + - Kawaii-Parser + - kawhi + - kdesrc-build-extra + - kdt + - kd-tree + - keccak + - keera-hails-reactivevalues + - keiretsu + - kempe + - kerry + - kesha + - Ketchup + - kewar + - keycloak-hs + - keyed + - khph + - kickass-torrents-dump-parser + - kickchan + - kleene-list + - kmonad + - kmp-dfa + - koellner-phonetic + - koneko + - Konf + - kontra-config + - koofr-client + - korea-holidays + - kraken + - krank + - Kriens + - krpc + - KSP + - ktx + - kubernetes-client-core + - kubernetes-webhook-haskell + - kuifje + - kure + - KyotoCabinet + - labeled-graph + - lackey + - lagrangian + - lambda2js + - lambdaBase + - lambdabot-utils + - lambdabot-xmpp + - lambda-bridge + - lambda-canvas + - lambdacms-core + - lambda-cube + - lambdacube-core + - lambdacube-engine + - lambdacube-ir + - LambdaDesigner + - Lambdajudge + - LambdaNet + - lambda-sampler + - lambdatex + - lambda-toolbox + - lame + - language-asn + - language-c-comments + - language-c-inline + - language-conf + - language-csharp + - language-dart + - language-dockerfile + - language-ecmascript + - language-elm + - language-gcl + - language-gemini + - language-go + - language-guess + - language-hcl + - language-java-classfile + - language-lua2 + - language-lua-qq + - language-mixal + - language-objc + - language-ocaml + - language-openscad + - language-pig + - language-rust + - language-sh + - language-sqlite + - language-sygus + - language-tl + - language-typescript + - language-webidl + - LargeCardinalHierarchy + - Lastik + - latex-formulae-image + - latex-svg-image + - LATS + - launchdarkly-server-sdk + - launchpad-control + - lawless-concurrent-machines + - layers + - layout + - layout-bootstrap + - lazify + - lazyarray + - lazyboy + - lazy-priority-queue + - lazyset + - LazyVault + - l-bfgs-b + - LC3 + - lcs + - lda + - ldif + - ld-intervals + - leaf + - leapseconds + - learn + - Learning + - learning-hmm + - learn-physics-examples + - leetify + - lendingclub + - lens-datetime + - lenses + - lens-filesystem + - lens-labels + - lens-prelude + - lens-process + - lensref + - lens-simple + - lens-text-encoding + - lens-th-rewrite + - lens-time + - lens-typelevel + - lens-xml + - less-arbitrary + - Level0 + - leveldb-haskell + - level-monad + - levenshtein + - lfst + - lhc + - lhs2TeX-hl + - lhslatex + - LibClang + - libexpect + - libfuse3 + - libGenI + - libhbb + - libinfluxdb + - libjenkins + - libjwt-typed + - libltdl + - liboath-hs + - liboleg + - libpafe + - libpq + - librandomorg + - libsystemd-daemon + - libsystemd-journal + - libtagc + - libxls + - libxlsxwriter-hs + - libxslt + - libzfs + - licensor + - lie + - life-sync + - lifted-protolude + - lifter + - ligature + - light + - lilypond + - Limit + - limp-cbc + - linda + - linden + - linear-algebra-cblas + - linear-maps + - linear-opengl + - linearscan + - linear-socket + - linear-vect + - line-bot-sdk + - line-drawing + - lines-of-action + - lingo + - linkedhashmap + - linked-list-with-iterator + - linklater + - linode + - linode-v4 + - linux-blkid + - linux-cgroup + - linux-kmod + - linux-perf + - linx-gateway + - lipsum-gen + - liquidhaskell-cabal + - Liquorice + - list-fusion-probe + - listlike-instances + - list-mux + - list-prompt + - list-remote-forwards + - lists-flines + - ListT + - list-t-http-client + - list-tries + - list-t-text + - list-zip-def + - list-zipper + - lit + - literals + - LiterateMarkdown + - little-logger + - ll-picosat + - llsd + - llvm-base + - llvm-ffi + - llvm-general-pure + - llvm-hs + - llvm-ht + - llvm-pretty + - lmdb-high-level + - lmonad + - load-font + - local-address + - located + - located-monad-logger + - loch + - log2json + - log-base + - logentries + - logger + - logging-effect-extra-file + - logging-effect-extra-handler + - Logic + - logicst + - logict-state + - logplex-parse + - log-warper + - lojbanParser + - lojbanXiragan + - lol + - longboi + - lookup-tables + - loopbreaker + - loop-dsl + - looper + - loops + - loop-while + - loopy + - lord + - lorem + - loris + - loshadka + - lowgl + - lp-diagrams + - LRU + - lrucaching + - lscabal + - L-seed + - lsfrom + - ltiv1p1 + - ltk + - LTS + - lua-bc + - luautils + - lucid-htmx + - lucid-hyperscript + - luis-client + - luka + - luminance + - lushtags + - luthor + - lvmlib + - lxd-client + - lye + - lz4-frame-conduit + - lzip + - lzlib + - lzma-streams + - lzo + - maam + - mac + - macaroon-shop + - machinecell + - machines-attoparsec + - machines-binary + - machines-bytestring + - machines-encoding + - machines-io + - machines-zlib + - macho + - maclight + - macos-corelibs + - macrm + - madlang + - mad-props + - mage + - MagicHaskeller + - magic-tyfams + - mailchimp + - mailchimp-subscribe + - makedo + - makefile + - make-hard-links + - make-monofoldable-foldable + - mallard + - mandulia + - mangopay + - Map + - mapalgebra + - map-classes + - map-exts + - Mapping + - mappy + - MapWith + - markdown-kate + - marked-pretty + - markov-realization + - mars + - marvin-interpolate + - MASMGen + - massiv-persist + - massiv-scheduler + - massiv-serialise + - master-plan + - mathflow + - math-grads + - math-interpolate + - math-metric + - math-programming + - matrix-as-xyz + - matrix-lens + - matrix-market + - matrix-sized + - matroid + - maude + - maxent-learner-hw + - maybench + - MaybeT + - MaybeT-monads-tf + - MazesOfMonad + - MBot + - mbox-tools + - mbug + - mcl + - mcm + - mcmaster-gloss-examples + - mcmc-synthesis + - mcpi + - mdapi + - mdcat + - mdp + - mealstrom + - MeanShift + - Measure + - mecab + - mech + - Mecha + - mechs + - Mechs + - medea + - mediabus + - mediawiki + - medium-sdk-haskell + - meep + - megalisp + - melf + - mellon-core + - melody + - membrain + - memcached + - memcached-binary + - memcache-haskell + - meminfo + - memoization-utils + - memo-ptr + - memorypool + - memo-sqlite + - menoh + - menshen + - mergeful + - merkle-tree + - messagepack-rpc + - messente + - metadata + - MetaHDBC + - metaheuristics + - meta-misc + - meta-par + - method + - metric + - metricsd-client + - mezzo + - mezzolens + - mgeneric + - MHask + - mi + - miconix-test + - microaeson + - microgroove + - microlens-each + - micro-recursion-schemes + - microsoft-translator + - mida + - midi-simple + - midisurface + - midi-utils + - migrant-core + - mikmod + - mikrokosmos + - miku + - milena + - mime-directory + - MiniAgda + - miniforth + - minilens + - minilight + - minio-hs + - minions + - miniplex + - ministg + - minizinc-process + - minst-idx + - mios + - MIP + - mismi-s3-core + - miso + - miso-examples + - mit-3qvpPyAi6mH + - mix-arrows + - mixpanel-client + - mkcabal + - mltool + - ml-w + - mm2 + - mmsyn2 + - mmsyn3 + - mmtf + - mmtl + - Mobile-Legends-Hack-Cheats + - mockazo + - mock-httpd + - mock-time + - modelicaparser + - modular-prelude + - module-management + - modulespection + - moe + - Moe + - MoeDict + - moesocks + - mohws + - mollie-api-haskell + - monadacme + - monad-atom + - monad-atom-simple + - monad-bayes + - monad-branch + - MonadCatchIO-transformers + - monad-choice + - MonadCompose + - monad-control-identity + - monad-fork + - monad-http + - monadiccp + - monad-interleave + - monad-introspect + - Monadius + - monad-levels + - monad-lgbt + - monadLib-compose + - monadloc-pp + - monad-log + - monadlog + - monad-lrs + - monad-mersenne-random + - monad-mock + - monad-open + - monad-parallel-progressbar + - monad-param + - monad-persist + - monadplus + - monad-ran + - monad-recorder + - monads-fd + - MonadStack + - monad-statevar + - monad-ste + - monad-stlike-io + - monad-task + - monad-throw-exit + - monad-timing + - monad-tx + - monad-unify + - monad-unlift + - monad-wrap + - Monatron + - mondo + - money + - mongodb-queue + - monitor + - mono-foldable + - monoid + - monoid-absorbing + - monoid-owns + - monoidplus + - monoids + - monopati + - monus + - monzo + - morfette + - morfeusz + - morpheus-graphql-core + - morphisms-functors + - morphisms-objects + - motor + - mount + - movie-monad + - mpeff + - mpppc + - mpris + - mpvguihs + - mqtt + - mqtt-hs + - mr-env + - mrifk + - mrm + - ms + - msgpack + - msgpack-binary + - msgpack-persist + - msh + - msi-kb-backlit + - MTGBuilder + - mtl-c + - mtl-evil-instances + - mtl-extras + - mtl-tf + - mtlx + - mtp + - mtsl + - MuCheck + - mud + - mudbath + - muesli + - mulang + - multext-east-msd + - multiaddr + - multiarg + - multihash + - multilinear + - multipass + - multipath + - multiplate-simplified + - multipool-persistent-postgresql + - multirec + - multivariant + - Munkres-simple + - muon + - mu-schema + - musicScroll + - music-util + - musicxml + - mustache2hs + - mustache-haskell + - mutable-lens + - mxnet + - mxnet-nnvm + - myanimelist-export + - myo + - my-package-testing + - MyPrimes + - mysnapsession + - mysql-effect + - mysql-simple-quasi + - mystem + - my-test-docs + - myxine-client + - mzv + - n2o-protocols + - nagios-plugin-ekg + - namecoin-update + - named-lock + - named-servant + - named-sop + - namelist + - nanoAgda + - nanocurses + - nano-hmac + - nano-md5 + - nanomsg + - nanomsg-haskell + - nanoparsec + - nanopass + - NanoProlog + - nanovg-simple + - nanq + - naperian + - Naperian + - naqsha + - narc + - nationstates + - nats-client + - nat-sized-numbers + - natural + - NaturalLanguageAlphabets + - NaturalSort + - naver-translate + - nbt + - ncurses + - neat + - needle + - neet + - nehe-tuts + - neil + - neither + - neither-data + - neko-lib + - Neks + - neptune-backend + - nero + - nest + - NestedFunctor + - nestedmap + - nested-sequence + - netclock + - netease-fm + - netrium + - NetSNMP + - netspec + - net-spider + - netwire-input-javascript + - netwire-vinylglfw-examples + - network-address + - network-api-support + - network-arbitrary + - network-attoparsec + - network-bitcoin + - network-builder + - network-bytestring + - network-carbon + - network-dbus + - network-dns + - networked-game + - network-house + - network-metrics + - network-msg + - network-msgpack-rpc + - network-packet-linux + - network-server + - network-service + - network-simple-sockaddr + - network-simple-wss + - network-socket-options + - network-transport-amqp + - network-transport-inmemory + - network-voicetext + - network-wai-router + - neural-network-blashs + - neural-network-hmatrix + - newbase60 + - newhope + - newports + - newsletter + - newt + - newtype-deriving + - newtype-th + - next-ref + - nextstep-plist + - nfc + - NGrams + - niagra + - nibblestring + - nice-html + - nitro + - nix-delegate + - nix-deploy + - nix-eval + - nix-freeze-tree + - nixfromnpm + - nix-graph + - nix-linter + - nixpkgs-update + - nix-tools + - nlp-scores + - nm + - NMap + - nme + - nn + - nntp + - noether + - nofib-analyse + - nofib-analyze + - noise + - nom + - NonEmpty + - non-empty-containers + - nonempty-lift + - non-empty-zipper + - noodle + - no-role-annots + - notcpp + - not-gloss-examples + - NoTrace + - notzero + - np-extras + - np-linear + - nptools + - nri-prelude + - ntp-control + - ntrip-client + - n-tuple + - nullary + - null-canvas + - nullpipe + - numbered-semigroups + - NumberSieves + - NumberTheory + - numerals-base + - numeric-qq + - numeric-ranges + - numhask-free + - numhask-prelude + - Nutri + - nvim-hs-contrib + - NXTDSL + - nyan-interpolation-core + - nylas + - nyx-game + - oasis-xrd + - oauth2-jwt-bearer + - oauthenticated + - Object + - ObjectIO + - oblivious-transfer + - ocaml-export + - Octree + - OddWord + - oden-go-packages + - oeis2 + - OGL + - ogmarkup + - oi + - old-version + - om-actor + - omaketex + - ombra + - om-doh + - omega + - Omega + - om-elm + - om-fail + - om-http-logging + - omnifmt + - on-a-horse + - onama + - ONC-RPC + - on-demand-ssh-tunnel + - oneormore + - onpartitions + - onu-course + - op + - opaleye-classy + - opaleye-sqlite + - opaleye-trans + - open-adt + - OpenAFP + - openai-servant + - openapi-petstore + - openapi-typed + - opench-meteo + - OpenCL + - OpenCLRaw + - OpenCLWrappers + - opencog-atomspace + - opencv + - opencv-raw + - opendatatable + - openexchangerates + - openflow + - opengles + - OpenGLRaw21 + - open-haddock + - openid-connect + - open-pandoc + - openpgp + - open-signals + - opensoundcontrol-ht + - openssh-protocol + - opentelemetry-http-client + - opentheory-char + - opentok + - opentype + - open-typerep + - OpenVGRaw + - openweathermap + - open-witness + - Operads + - operate-do + - operational-extra + - opn + - optima + - optimization + - optional + - options-time + - optparse-applicative-simple + - optparse-helper + - orc + - orchestrate + - OrchestrateDB + - ordered + - order-statistics + - ordinal + - Ordinary + - ordrea + - oref + - organize-imports + - org-mode + - orgmode + - origami + - orion-hs + - orizentic + - OrPatterns + - ory-hydra-client + - ory-kratos + - osc + - oscpacking + - oset + - Oslo-Vectize + - osm-conduit + - oso2pdf + - osx-ar + - ot + - OTP + - ottparse-pretty + - overloaded + - overloaded-records + - overture + - owoify-hs + - pack + - package-description-remote + - package-vt + - packdeps + - packed + - packed-dawg + - packed-multikey-map + - packedstring + - packer-messagepack + - packman + - packunused + - pacman-memcache + - padic + - pads-haskell + - pagarme + - pagerduty + - pagerduty-hs + - pagure-hook-receiver + - PandocAgda + - pandoc-citeproc + - pandoc-emphasize-code + - pandoc-filter-graphviz + - pandoc-filter-indent + - pandoc-include + - pandoc-lens + - pandoc-link-context + - pandoc-markdown-ghci-filter + - pandoc-placetable + - pandoc-plantuml-diagrams + - pandoc-pyplot + - pandoc-unlit + - pandoc-utils + - pandora + - pang-a-lambda + - pangraph + - panpipe + - pansite + - pantry-tmp + - papa-base-export + - papa-include + - papa-lens-export + - papa-lens-implement + - papa-prelude + - papa-prelude-core + - papa-prelude-lens + - papa-prelude-semigroupoids + - papa-prelude-semigroups + - papa-semigroupoids-implement + - paphragen + - papillon + - pappy + - paragon + - parallel-tasks + - parameterized-data + - paranoia + - parco + - parcom-lib + - par-dual + - pareto + - paripari + - parochial + - PArrows + - Parry + - parse + - parseargs + - parsec2 + - parsec3 + - parsec-free + - parsec-parsers + - parsec-pratt + - parseerror-eq + - parsely + - parser241 + - parser-combinators-tests + - parsergen + - parser-helper + - parsers-megaparsec + - parser-unbiased-choice-monad-embedding + - parsimony + - parsley-core + - partial-records + - partial-semigroup-hedgehog + - partly + - passage + - passman + - passman-core + - PasswordGenerator + - passwords + - pasta + - pastis + - pasty + - patat + - patches-vector + - Pathfinder + - pathfindingcore + - PathTree + - patrol + - patronscraper + - paypal-adaptive-hoops + - paypal-api + - paypal-rest-client + - pb + - pbc4hs + - PBKDF2 + - pb-next + - pcd-loader + - pcf-font + - pcgen + - PCLT + - pcre-light-extra + - pdfname + - pdf-slave-template + - pdfsplit + - pdf-toolbox-viewer + - pdftotext + - pdynload + - PeanoWitnesses + - pecoff + - pedersen-commitment + - pedestrian-dag + - peg + - peggy + - pencil + - penntreebank-megaparsec + - percent-encoder + - perceptron + - peregrin + - PerfectHash + - perfect-vector-shuffle + - perhaps + - periodic + - periodic-common + - periodic-polynomials + - permutation + - permute + - persist2er + - Persistence + - persistent-cereal + - persistent-database-url + - persistent-equivalence + - persistent-generic + - persistent-mongoDB + - persistent-odbc + - persistent-protobuf + - persistent-ratelimit + - persistent-template-classy + - persistent-typed-db + - persistent-zookeeper + - persona + - pesca + - pez + - pgdl + - pg-extras + - pgf2 + - pg-harness + - pg-harness-server + - pg-recorder + - pg-store + - pgstream + - pg-transact + - phasechange + - phaser + - phoityne + - phone-metadata + - phone-numbers + - phone-push + - phonetic-languages-constaints + - phonetic-languages-rhythmicity + - phonetic-languages-vector + - phraskell + - Phsu + - phybin + - pi-calculus + - picedit + - pickle + - picologic + - picoparsec + - pictikz + - pier-core + - piet + - pi-forall + - pig + - pi-hoole + - pinboard + - pinch-gen + - pinchot + - pine + - Pipe + - pipes-async + - pipes-bgzf + - pipes-break + - pipes-bzip + - pipes-category + - pipes-cborg + - pipes-cereal + - pipes-core + - pipes-errors + - pipes-interleave + - pipes-io + - pipes-network + - pipes-rt + - pipes-s3 + - pipes-shell + - pipes-sqlite-simple + - pipes-text + - pipes-vector + - pipes-zeromq4 + - pipes-zlib + - Piso + - pit + - pivotal-tracker + - pixela + - pixelated-avatar-generator + - pixel-printer + - pixiv + - pkcs10 + - pkcs7 + - pkggraph + - plailude + - plan-applicative + - planar-graph + - plan-b + - planb-token-introspection + - planet-mitchell-test + - plankton + - plat + - platinum-parsing + - PlayingCards + - playlists + - plex + - plist + - plist-buddy + - plivo + - plot-gtk + - plot-gtk3 + - plot-gtk-ui + - plot-lab + - plugins + - plugins-multistage + - plumbers + - plur + - plural + - plzwrk + - pngload-fixed + - pocket + - pointedalternative + - pointfree-fancy + - pointful + - pointless-haskell + - pokemon-go-protobuf-types + - poker + - poker-eval + - pokitdok + - polar-configfile + - polar-shader + - policeman + - polling-cache + - Pollutocracy + - poly-cont + - poly-control + - polydata-core + - polynom + - polynomial + - polynomial-algebra + - polysemy-check + - polysemy-keyed-state + - polysemy-kvstore-jsonfile + - polysemy-mocks + - polysemy-readline + - polysemy-req + - polysemy-zoo + - polytypeable + - polyvariadic + - pomaps + - pomohoro + - ponder + - pong-server + - pontarius-xpmn + - pool + - pool-conduit + - pop3-client + - popkey + - poppler + - portager + - porte + - PortFusion + - positron + - posix-acl + - posix-api + - posix-realtime + - posix-waitpid + - posplyu + - postcodes + - postgres-embedded + - PostgreSQL + - postgresql-lo-stream + - postgresql-named + - postgresql-resilient + - postgresql-simple-bind + - postgresql-simple-named + - postgresql-simple-sop + - postgresql-transactional + - postgresql-tx-simple + - postgresql-typed-lifted + - postgres-tmp + - postgrest-ws + - postgres-websockets + - postie + - postmark-streams + - postmaster + - potato-tool + - potoki-core + - powerdns + - powermate + - powerpc + - pprecord + - PPrinter + - pqc + - praglude + - prairie + - preamble + - precis + - precursor + - predicate-class + - predicate-transformers + - predicate-typed + - prednote + - pregame + - preliminaries + - Prelude + - prelude-generalize + - prelude-plus + - preprocess-haskell + - preprocessor + - preql + - presburger + - present + - press + - pretty-ghci + - pretty-ncols + - prettyprinter-vty + - prim + - primal + - prim-array + - prime + - primes-type + - prim-instances + - PrimitiveArray-Pretty + - primitive-atomic + - primitive-checked + - primitive-containers + - primitive-convenience + - primitive-foreign + - primitive-indexed + - primitive-maybe + - primitive-simd + - primitive-stablename + - prim-ref + - prim-spoon + - pringletons + - printcess + - print-debugger + - print-info + - prints + - PriorityChansConverger + - priority-queue + - probable + - Probnet + - process-conduit + - processing + - process-leksah + - process-listlike + - processmemory + - procrastinating-variable + - procstat + - prof2pretty + - prof-flamegraph + - profunctor-monad + - progression + - progressive + - progress-meter + - progress-reporting + - proj4-hs-bindings + - projectile + - prolens + - prolog + - promise + - pronounce + - proof-combinators + - Proper + - properties + - property-list + - prosidy + - prosper + - protocol + - protocol-buffers-fork + - proto-lens-combinators + - proto-lens-jsonpb + - protolude-lifted + - proton-haskell + - prototype + - prove-everywhere-server + - provenience + - proxy-kindness + - proxy-mapping + - pseudo-trie + - PSQueue + - PTQ + - publicsuffix + - publicsuffixlistcreate + - publish + - pubnub + - pubsub + - pugixml + - pugs-DrIFT + - pugs-HsSyck + - PUH-Project + - Pup-Events-Server + - purebred-email + - pure-io + - pure-priority-queue + - purescript-ast + - pure-zlib + - pushbullet + - pushbullet-types + - pusher-haskell + - pusher-ws + - push-notifications + - putlenses + - puzzle-draw + - pyffi + - pyfi + - python-pickle + - q4c12-twofinger + - qc-oi-testgenerator + - qd + - qed + - qhull-simple + - qif + - QIO + - QLearn + - qlinear + - qnap-decrypt + - qsem + - qt + - QuadEdge + - QuadTree + - quandl-api + - quantfin + - quantification + - quantum-arrow + - quarantimer + - qudb + - quenya-verb + - querystring-pickle + - questioner + - QuickAnnotate + - quickcheck-arbitrary-template + - quickcheck-property-comb + - quickcheck-property-monad + - quickcheck-rematch + - quickcheck-report + - quickjs-hs + - QuickPlot + - quickpull + - quick-schema + - quickset + - quickson + - Quickson + - quickspec + - quickwebapp + - quipper-core + - quiver + - quokka + - quoridor-hs + - RabbitMQ + - rad + - radian + - radium + - radium-formula-parser + - radix + - radixtree + - rados-haskell + - raft + - rakhana + - rakuten + - ralist + - raml + - randfile + - rando + - random-access-list + - random-derive + - RandomDotOrg + - random-eff + - Randometer + - random-extras + - random-stream + - rand-vars + - Range + - rangemin + - rank1dynamic + - rank-product + - rapid + - rapid-term + - Rasenschach + - rational-list + - rattle + - rattletrap + - raven-haskell + - raz + - rbst + - rclient + - rdf + - react-flux + - react-haskell + - reaction-logic + - reactive-bacon + - reactive-banana-gi-gtk + - reactive-banana-sdl2 + - reactive-banana-threepenny + - reactive-thread + - react-tutorial-haskell-server + - readability + - read-bounded + - read-ctags + - read-io + - readline-statevar + - readme-lhs + - readshp + - really-simple-xml-parser + - reanimate-svg + - reasonable-lens + - reason-export + - record + - record-encode + - records + - records-sop + - record-wrangler + - recursion-schemes-ext + - recursion-schemes-ix + - recursors + - red-black-record + - redis-hs + - redis-simple + - Redmine + - reedsolomon + - reenact + - ref + - Ref + - refcount + - Referees + - references + - refined-http-api-data + - reflection-extras + - reflex-basic-host + - reflex-dom-ace + - reflex-dom-contrib + - reflex-dom-fragment-shader-canvas + - reflex-dom-helpers + - reflex-dom-retractable + - reflex-dom-svg + - reflex-dom-th + - reflex-external-ref + - reflex-fsnotify + - reflex-gadt-api + - reflex-gi-gtk + - reflex-gloss + - reflex-jsx + - reflex-libtelnet + - reflex-orphans + - reflex-sdl2 + - reflex-test-host + - reflex-transformers + - reflex-vty + - ref-mtl + - reformat + - refresht + - refty + - reg-alloc + - regex-dfa + - regexdot + - regex-generator + - regex-parsec + - regex-posix-unittest + - regexpr-symbolic + - regexqq + - regex-tdfa-pipes + - regex-tdfa-quasiquoter + - regex-tdfa-rc + - regex-tdfa-text + - regex-tdfa-unittest + - regex-tdfa-utf8 + - regex-tre + - regex-type + - regions + - register-machine-typelevel + - registry + - regress + - regular + - rehoo + - rei + - reified-records + - reify + - relacion + - relapse + - relevant-time + - remark + - remarks + - remote + - remote-debugger + - remote-monad + - reorderable + - repa-bytestring + - repa-devil + - repa-eval + - repa-linear-algebra + - repa-scalar + - repa-series + - repl + - RepLib + - replica + - ReplicateEffects + - repl-toolkit + - representable-functors + - reproject + - req-conduit + - request + - request-monad + - requirements + - req-url-extra + - reservoir + - resolve + - resolve-trivial-conflicts + - resource-effect + - resource-embed + - restartable + - rest-rewrite + - restyle + - resumable-exceptions + - rethinkdb + - rethinkdb-client-driver + - rethinkdb-wereHamster + - retryer + - reverse-geocoding + - reversi + - ReviewBoard + - rewrite-inspector + - rfc-prelude + - rhbzquery + - riak + - riak-protobuf-lens + - ribbit + - RichConditional + - ridley + - riemann + - riff + - rigel-viz + - ring-buffer + - ring-buffers + - riscv-isa + - rison + - Ritt-Wu + - rivers + - rivet-migration + - rivet-simple-deploy + - rlglue + - RLP + - rl-satton + - robin + - robots-txt + - roc-cluster + - roku-api + - rollbar-client + - rollbar-hs + - roller + - ron + - rope + - rosebud + - rose-trees + - rosmsg + - rosso + - rotating-log + - rounding + - roundtrip-aeson + - rowrecord + - row-types-aeson + - R-pandoc + - rpc-framework + - rpm + - rpmbuild-order + - rrule + - rspp + - rss2irc + - rstream + - RtMidi + - rtnetlink + - rtorrent-rpc + - rts-loader + - ruby-marshal + - ruby-qq + - ruff + - ruin + - runhs + - runmany + - rws + - RxHaskell + - rz-pipe + - SableCC2Hs + - safe-buffer-monad + - safe-coerce + - safecopy-migrate + - safecopy-store + - safe-freeze + - safe-globals + - safeint + - safe-lazy-io + - safe-length + - safepath + - safe-printf + - saferoute + - safe-tensor + - sajson + - sakuraio-platform + - salak-toml + - Salsa + - salvia-protocol + - sandlib + - sandman + - sarasvati + - sat + - satchmo + - Saturnin + - satyros + - savage + - sax + - sbv + - sc2-proto + - scale + - scaleimage + - scalendar + - scc + - scgi + - schedule + - schedule-planner + - schedyield + - schemas + - scholdoc-types + - scidb-hquery + - sci-ratio + - scons2dot + - scottish + - scotty-binding-play + - scotty-blaze + - scotty-form + - scotty-format + - scotty-params-parser + - scotty-resource + - scotty-rest + - scotty-session + - scotty-tls + - scotty-view + - scrapbook-core + - ScratchFs + - script-monad + - scrobble + - scrz + - scythe + - scyther-proof + - sdl2-cairo-image + - sdl2-compositor + - sdl2-fps + - sdr + - seacat + - seakale + - search + - sec + - secdh + - seclib + - second-transfer + - secp256k1 + - secp256k1-legacy + - secret-santa + - secure-sockets + - secureUDP + - SegmentTree + - selda-json + - selectors + - selenium + - selinux + - Semantique + - semdoc + - semialign-extras + - semibounded-lattices + - Semigroup + - semigroupoids-syntax + - semigroups-actions + - sendgrid-haskell + - sendgrid-v3 + - sensei + - sensu-run + - sentry + - separated + - SeqAlign + - sequent-core + - serialize-instances + - serialport + - serokell-util + - servant-aeson-specs + - servant-auth-cookie + - servant-auth-hmac + - servant-avro + - servant-benchmark + - servant-cassava + - servant-client-js + - servant-db + - servant-dhall + - servant-docs-simple + - servant-elm + - servant-errors + - servant-gdp + - servant-generate + - servant-generic + - servant-github + - servant-github-webhook + - servant-hmac-auth + - servant-htmx + - servant-iCalendar + - servant-jsonrpc + - servant-kotlin + - servant-mock + - servant-namedargs + - servant-nix + - servant-pandoc + - servant-pool + - servant-proto-lens + - servant-purescript + - servant-py + - servant-quickcheck + - servant-reflex + - servant-router + - servant-scotty + - servant-seo + - servant-smsc-ru + - servant-stache + - servant-static-th + - servant-streaming + - servant-streamly + - servant-wasm + - servant-yaml + - servant-zeppelin + - serversession-backend-persistent + - serversession-backend-redis + - serversession-frontend-yesod + - services + - ses-html-snaplet + - SessionLogger + - sessions + - sessiontypes + - Set + - setgame + - set-of + - setoid + - setters + - set-with + - sexp + - sext + - SFML + - sfmt + - sfnt2woff + - SG + - sgd + - SGplus + - sh2md + - shade + - shadower + - shady-gen + - shake-cabal + - shake-cabal-build + - shake-dhall + - shake-extras + - shake-minify + - shake-pack + - shake-path + - shake-persist + - shakespeare-babel + - shakespeare-sass + - shapes + - shared-buffer + - shared-fields + - sha-streams + - she + - Shellac + - shellish + - shellmate + - shell-pipe + - shimmer + - shine-examples + - shivers-cfg + - shoap + - shopify + - shortcut-links + - shorten-strings + - short-vec + - show-prettyprint + - Shpadoinkle-console + - Shpadoinkle-isreal + - shwifty + - sifflet + - sifflet-lib + - signable-haskell-protoc + - signed-multiset + - simd + - simple-actors + - simpleargs + - simple-atom + - simple-bluetooth + - simple-conduit + - simple-config + - simpleconfig + - simple-css + - simple-download + - simple-effects + - simple-eval + - simple-form + - simple-genetic-algorithm + - SimpleH + - simple-index + - simpleirc + - simple-log + - simple-money + - simple-neural-networks + - simplenote + - simple-pipe + - simpleprelude + - simple-rope + - simple-server + - simplesmtpclient + - simple-sql-parser + - simple-stacked-vm + - simplest-sqlite + - simple-tabular + - simple-tar + - simple-templates + - simple-ui + - simple-units + - simplexmq + - simple-zipper + - simplistic-generics + - singleton-dict + - singleton-typelits + - single-tuple + - singnal + - sink + - sitepipe + - sixfiguregroup + - sized + - sized-grid + - sized-types + - sized-vector + - sizes + - sjsp + - SJW + - skeletal-set + - skell + - skemmtun + - skulk + - skylighting-extensions + - skylighting-lucid + - skype4hs + - slack + - slack-api + - slack-notify-haskell + - slack-verify + - slack-web + - slave-thread + - sliceofpy + - slick + - Slides + - slim + - sloane + - sloth + - slot-lambda + - slug + - smallarray + - small-bytearray-builder + - smallcaps + - smallcheck-kind-generics + - smallcheck-series + - smallpt-hs + - smap + - smartcheck + - smartconstructor + - smartGroup + - smash-aeson + - smash-lens + - smash-optics + - sme + - smerdyakov + - smiles + - smoothie + - smsaero + - smt2-parser + - smt-lib + - SmtLib + - smtlib2 + - SMTPClient + - smtp-mail-ng + - smtps-gmail + - smuggler + - smuggler2 + - snake + - snake-game + - snap-accept + - snap-blaze-clay + - snap-configuration-utilities + - snap-error-collector + - snap-language + - snaplet-acid-state + - snaplet-amqp + - snaplet-css-min + - snaplet-environments + - snaplet-hslogger + - snaplet-influxdb + - snaplet-mongodb-minimalistic + - snaplet-persistent + - snaplet-postgresql-simple + - snaplet-purescript + - snaplet-redis + - snaplet-sass + - snaplet-scoped-session + - snaplet-ses-html + - snaplet-sqlite-simple + - snap-predicates + - snappy-conduit + - snap-routes + - snap-stream + - snap-testing + - snap-web-routes + - SNet + - snipcheck + - snorkels + - snowchecked + - snowtify + - socket-activation + - socketed + - socketio + - sockets-and-pipes + - socket-sctp + - socket-unix + - sodium + - soegtk + - softfloat-hs + - sonic-visualiser + - Sonnex + - SoOSiM + - sorted + - sorting + - sorty + - souffle-haskell + - source-constraints + - sousit + - soyuz + - spacepart + - spake2 + - spanout + - spars + - sparse + - sparsecheck + - sparse-lin-alg + - sparse-tensor + - spartacon + - special-functors + - special-keys + - spectacle + - speculation + - sphinx + - sphinxesc + - spiros + - spir-v + - splay + - splaytree + - split-morphism + - splitter + - Spock-api-ghcjs + - spoonutil + - spoty + - Sprig + - spritz + - spsa + - spy + - sqlcipher + - sqlite + - sqlite-simple-errors + - sql-simple + - sqlvalue-list + - srcinst + - sscan + - ssh + - ssh-tunnel + - SSTG + - stable-heap + - stable-maps + - stable-marriage + - stable-memo + - stack2cabal + - stack2nix + - stackage-cli + - stackage-metadata + - stackage-to-hackage + - stackage-types + - stack-bump + - stack-fix + - stack-lib + - stack-prism + - stack-run + - stack-type + - stack-wrapper + - standalone-derive-topdown + - standalone-haddock + - starling + - stash + - Stasis + - state + - state-bag + - state-plus + - state-record + - static + - static-canvas + - static-tensor + - statistics-dirichlet + - statistics-fusion + - statistics-hypergeometric-genvar + - stats + - statsd + - statvfs + - staversion + - stb-image-redux + - stc-lang + - stdata + - stdf + - stdio + - steambrowser + - steeloverseer + - stego-uuid + - stemmer + - stemmer-german + - stepwise + - stern-brocot + - stgi + - STL + - stm-chunked-queues + - stm-firehose + - stm-promise + - stm-stats + - stochastic + - Stomp + - storable + - storable-static-array + - stp + - str + - Strafunski-ATermLib + - Strafunski-StrategyLib + - StrappedTemplates + - StrategyLib + - stratosphere + - stratux-types + - stream + - streamdeck + - streamed + - stream-fusion + - streaming-benchmarks + - streaming-cassava + - streaming-conduit + - streaming-events + - streaming-lzma + - streaming-osm + - streaming-pcap + - streaming-png + - streaming-postgresql-simple + - streamly-binary + - streamly-cassava + - streamly-examples + - streamly-lz4 + - streamly-process + - stream-monad + - streamproc + - StrictBench + - StrictCheck + - strict-ghc-plugin + - strictly + - strict-tuple-lens + - string-conv-tests + - string-fromto + - string-isos + - stringlike + - string-quote + - stringtable-atom + - stripe + - stripeapi + - stripe-core + - stripe-servant + - structural-traversal + - structures + - stt + - stunclient + - stylish-cabal + - stylized + - subG + - subleq-toolchain + - sublists + - subsample + - sub-state + - subwordgraph + - suffix-array + - suffixarray + - SuffixStructures + - sugar + - sugarhaskell + - suitable + - summoner + - sunlight + - sunroof-compiler + - superbubbles + - superevent + - supermonad + - supernova + - supero + - superrecord + - supervisor + - supervisors + - supplemented + - surjective + - sv2v + - svfactor + - svg-builder-fork + - svgutils + - svm-light-utils + - svm-simple + - svndump + - swagger + - swagger-petstore + - swagger-test + - swearjure + - swf + - swift-lda + - swiss-ephemeris + - SWMMoutGetMB + - sws + - syb-extras + - syb-with-class + - syfco + - sym + - symantic + - symantic-cli + - symantic-http-client + - symantic-http-pipes + - symantic-parser + - symantic-xml + - symbolic-link + - symengine + - symengine-hs + - sync + - sync-mht + - syntax-trees + - syntax-trees-fork-bairyn + - synthesizer + - Sysmon + - system-canonicalpath + - system-command + - system-extra + - system-inotify + - system-lifted + - system-linux-proc + - system-locale + - system-random-effect + - system-test + - t3-server + - table + - tableaux + - tables + - Tables + - tablestorage + - table-tennis + - Tablify + - tabloid + - tabs + - tag-bits + - tagged-exception-core + - tagged-timers + - taggy-lens + - taglib-api + - tagsoup-ht + - tagsoup-megaparsec + - tagsoup-parsec + - tagsoup-selection + - tai + - tai64 + - tailwind + - tak + - takahashi + - Takusen + - takusen-oracle + - talash + - tamarin-prover-utils + - Tape + - tapioca + - TaskMonad + - tasty-auto + - tasty-fail-fast + - tasty-grading-system + - tasty-hedgehog-coverage + - tasty-mgolden + - tasty-stats + - tasty-test-vector + - TBC + - TBit + - tcache-AWS + - tcod-haskell + - tcp + - tcp-streams-openssl + - tdigest-Chart + - tdoc + - tds + - teams + - technique + - teeth + - tehepero + - telegram + - telegram-api + - telegraph + - teleport + - teleshell + - tellbot + - template-default + - template-haskell-util + - template-hsml + - templateify + - templatepg + - template-toolkit + - template-yj + - tempodb + - temporal-csound + - tempus + - tensor + - tensorflow + - tensorflow-opgen + - tensor-safe + - termbox-bindings + - termination-combinators + - termplot + - term-rewriting + - terntup + - tersmu + - tesla + - testCom + - testcontainers + - test-fixture + - test-framework-doctest + - test-framework-quickcheck + - test-framework-skip + - test-framework-testing-feat + - test-framework-th-prime + - testloop + - testpack + - testpattern + - test-pkg + - testPkg + - testrunner + - test-shouldbe + - tex2txt + - texbuilder + - text1 + - text-and-plots + - text-ascii + - text-containers + - text-format-heavy + - text-icu-normalized + - text-lens + - text-lips + - text-markup + - text-normal + - textocat-api + - text-offset + - text-position + - text-region + - text-register-machine + - text-time + - text-trie + - textual + - text-utf8 + - text-xml-qq + - text-zipper-monad + - tfp-th + - tftp + - tga + - thank-you-stars + - th-build + - th-data-compat + - th-dict-discovery + - THEff + - themoviedb + - thentos-cookie-session + - Theora + - theoremquest + - th-fold + - th-format + - thih + - Thingie + - th-inline-io-action + - th-instance-reification + - th-kinds + - th-kinds-fork + - thock + - thorn + - th-pprint + - threadmanager + - threadscope + - thread-supervisor + - threepenny-editors + - threepenny-gui-contextmenu + - threepenny-gui-flexbox + - thrift + - Thrift + - throttled-io-loop + - throttle-io-stream + - throwable-exceptions + - th-sccs + - th-tc + - th-to-exp + - th-traced + - thumbnail-plus + - thyme + - tianbar + - TicTacToe + - tictactoe3d + - tidal-midi + - tidal-vis + - tie-knot + - tiempo + - tiger + - tightrope + - timecalc + - time-extras + - time-machine + - timemap + - timeout + - timeout-with-results + - timeparsers + - TimePiece + - time-qq + - time-quote + - time-recurrence + - time-series + - time-series-lib + - timeutils + - time-w3c + - timezone-detect + - tintin + - TinyLaunchbury + - tiny-scheduler + - tinytemplate + - TinyURL + - tinyXml + - tiphys + - titan-debug-yampa + - titan-record-yampa + - Titim + - tkhs + - tkyprof + - tmp-proc-example + - todo + - tofromxml + - to-haskell + - token-bucket + - tokenify + - tokenizer-streaming + - token-limiter + - token-search + - tokstyle + - tokyocabinet-haskell + - tokyotyrant-haskell + - tomato-rubato-openal + - toml + - toml-parser + - tonalude + - tonaparser + - toodles + - Top + - torch + - TORCS + - to-string-class + - TotalMap + - touched + - Tournament + - toxiproxy-haskell + - tptp + - trace + - trace-call + - traced + - trace-function-call + - tracetree + - tracked-files + - tracker + - trackit + - traction + - tracy + - traildb + - transactional-events + - TransformeR + - transformers-compose + - transformers-lift + - transformers-runnable + - TransformersStepByStep + - trans-fx-core + - transient + - translatable-intset + - translate + - traversal-template + - travis + - travis-meta-yaml + - trawl + - traypoweroff + - treap + - treemap + - treemap-html + - tree-render-text + - TreeStructures + - tree-traversals + - t-regex + - tremulous-query + - TrendGraph + - trhsx + - trial-tomland + - trigger + - trim + - trivia + - tropical + - true-name + - trust-chain + - tsession + - tslib + - tsparse + - tsp-viz + - tsuntsun + - tsvsql + - ttask + - tttool + - tubes + - tuntap + - tuple-gen + - tupleinstances + - tuple-lenses + - turing-machines + - turing-music + - turtle-options + - twain + - tweak + - twentefp-websockets + - twfy-api-client + - twilio + - twiml + - twine + - twisty + - twitter + - twitter-feed + - twitter-types + - tx + - txtblk + - TYB + - tyfam-witnesses + - typalyze + - typeable-mock + - typeable-th + - type-combinators + - typed-digits + - typed-encoding + - typedflow + - typedquery + - typed-time + - typed-wire + - type-eq + - typehash + - type-indexed-queues + - type-int + - type-interpreter + - type-level-bst + - type-level-natural-number-induction + - type-level-natural-number-operations + - typelevel-tensor + - type-list + - TypeNat + - type-of-html-static + - typeparams + - type-prelude + - types-compat + - type-settheory + - type-spine + - type-tree + - type-unary + - typograffiti + - typson-core + - tyro + - uAgda + - uberlast + - ucam-webauth-types + - ucd + - uconv + - udbus + - udp-conduit + - udp-streaming + - ueberzug + - uhexdump + - uhttpc + - ui-command + - ukrainian-phonetics-basic-array + - ulid + - unamb-custom + - unbounded-delays-units + - unboxed-containers + - unboxed-references + - unbreak + - uncertain + - unescaping-print + - unfix-binders + - unfoldable + - unicode-prelude + - unicode-symbols + - unicode-tricks + - union-map + - uniprot-kb + - uniqueid + - uniquely-represented-sets + - uniqueness-periods-general + - uniqueness-periods-vector + - uniqueness-periods-vector-common + - uniqueness-periods-vector-stats + - units-attoparsec + - unittyped + - unitym-yesod + - uni-util + - universal-binary + - universe-instances-base + - universe-instances-trans + - universe-some + - unix-handle + - unix-process-conduit + - unix-recursive + - unlifted-list + - unliftio-messagebox + - unlift-stm + - unm-hip + - unordered-containers-rematch + - unordered-graphs + - unordered-intmap + - unpacked-either + - unpacked-maybe + - unpacked-maybe-numeric + - unpack-funcs + - unroll-ghc-plugin + - unsafely + - unsequential + - unused + - uom-plugin + - Updater + - uploadcare + - upskirt + - uri + - uri-conduit + - uri-encoder + - uri-parse + - uri-template + - uri-templater + - URLb + - url-bytes + - urlcheck + - urldecode + - url-decoders + - urldisp-happstack + - url-generic + - urn + - urn-random + - urxml + - useragents + - users-persistent + - utf + - utf8-conversions + - utf8-prelude + - utf8-validator + - UTFTConverter + - util-logict + - util-plus + - util-primitive + - uuagc-bootstrap + - uuagc-diagrams + - uu-cco + - uuid-aeson + - uuid-bytes + - uuid-orphans + - uvector + - uxadt + - vabal-lib + - vacuum + - vado + - validated-types + - Validation + - validations + - validity-aeson + - valid-names + - value-supply + - vampire + - var + - varan + - variables + - variadic + - variation + - vaultaire-common + - vaultenv + - vault-tool + - vcache + - vcatt + - vcf + - vcswrapper + - Vec-Boolean + - Vec-OpenGLRaw + - vect-floating + - vect-opengl + - vector-bytestring + - vector-clock + - vector-conduit + - vector-doublezip + - vector-fftw + - vector-functorlazy + - vector-hashtables + - vector-heterogenous + - vector-random + - vector-read-instances + - vector-space-map + - vector-space-opengl + - vector-space-points + - vector-static + - Vec-Transform + - velma + - Verba + - verbalexpressions + - verdict + - verify + - verilog + - verismith + - vhd + - vhdl + - vicinity + - views + - vimus + - vintage-basic + - vinyl-json + - vinyl-named-sugar + - vinyl-plus + - vinyl-utils + - vinyl-vectors + - virthualenv + - visibility + - visual-prof + - vitrea + - vk-aws-route53 + - VKHS + - vowpal-utils + - voyeur + - vpq + - VRML + - vte + - vtegtk3 + - vt-utils + - vty-examples + - vty-menu + - vty-ui + - wacom-daemon + - waddle + - wai-git-http + - wai-graceful + - wai-handler-devel + - wai-handler-fastcgi + - wai-handler-scgi + - wai-handler-webkit + - wai-hmac-auth + - wai-lambda + - wai-lens + - wai-lite + - wai-logger-buffered + - wai-logger-prefork + - wai-middleware-auth + - wai-middleware-catch + - wai-middleware-crowd + - wai-middleware-delegate + - wai-middleware-etag + - wai-middleware-headers + - wai-middleware-hmac-client + - wai-middleware-preprocessor + - wai-middleware-static-caching + - wai-middleware-travisci + - wai-middleware-validation + - wai-predicates + - wai-rate-limit-postgres + - wai-rate-limit-redis + - wai-request-spec + - wai-responsible + - wai-router + - wai-secure-cookies + - wai-session-alt + - wai-session-mysql + - wai-session-postgresql + - wai-session-redis + - wai-static-cache + - waitfree + - wai-throttler + - waitra + - wallpaper + - warp-dynamic + - warp-grpc + - warp-static + - warp-systemd + - wasm + - watcher + - watchit + - wavefront + - wavefront-obj + - weak-bag + - Weather + - weather-api + - web3-ipfs + - webapi + - webapp + - WebBits + - webby + - webcloud + - webcrank + - webcrank-dispatch + - web-css + - webdriver + - webdriver-snoy + - web-encodings + - WeberLogic + - webex-teams-pipes + - webfinger-client + - webkit-javascriptcore + - webmention + - web-output + - web-push + - Webrexp + - web-routes-quasi + - web-routes-th + - web-routes-transformers + - webshow + - websockets-rpc + - webwire + - wedged + - WEditor + - weekdaze + - weighted-regexp + - welshy + - werewolf + - wgpu-raw-hs + - Wheb + - while-lang-parser + - whim + - whiskers + - whois + - wholepixels + - why3 + - WikimediaParser + - willow + - windns + - windowslive + - winerror + - winery + - wires + - wiring + - witty + - wkt + - WL500gPLib + - wl-pprint-extras + - WMSigner + - woe + - woffex + - wol + - word24 + - word2vec-model + - wordify + - Wordlint + - wordn + - WordNet + - WordNet-ghc74 + - wordpass + - wordsearch + - workdays + - Workflow + - workflow-osx + - workflow-windows + - work-time + - wp-archivebot + - wreq-patchable + - wreq-sb + - writer-cps-lens + - writer-cps-monads-tf + - writer-cps-morph + - wsdl + - wsedit + - wsjtx-udp + - wstunnel + - wtk + - wumpus-core + - wxdirect + - X + - X11-extras + - X11-rm + - X11-xdamage + - X11-xfixes + - xchat-plugin + - xcp + - x-dsp + - Xec + - xenstore + - xfconf + - xformat + - xhaskell-library + - xhb + - xilinx-lava + - xine + - xing-api + - xkbcommon + - xkcd + - xleb + - xls + - xlsior + - xlsx-templater + - xml2json + - xml-conduit-decode + - xml-conduit-parse + - xml-conduit-selectors + - xml-html-conduit-lens + - XmlHtmlWriter + - xml-lens + - xml-parsec + - xml-prettify + - xml-to-json + - xml-tydom-core + - xml-verify + - XMMS + - xmonad-bluetilebranch + - xmonad-contrib-gpl + - xmonad-entryhelper + - xmonad-eval + - xmonad-screenshot + - xmonad-vanessa + - xmonad-wallpaper + - xmonad-windownames + - Xorshift128Plus + - xorshift-plus + - xournal-types + - xrefcheck + - xsact + - xsd + - xslt + - xturtle + - y0l0bot + - yabi-muno + - yackage + - yahoo-finance-api + - yahoo-finance-conduit + - yahoo-prices + - yahoo-web-search + - yajl + - yak + - yall + - yam-app + - yam-config + - yaml-combinators + - yaml-config + - yamlkeysdiff + - yaml-light-lens + - yaml-pretty-extras + - YamlReference + - yaml-rpc + - yaml-union + - yampa2048 + - yampa-glfw + - yampa-gloss + - yampa-glut + - yampa-sdl2 + - YampaSynth + - yampa-test + - yandex-translate + - yaop + - yapb + - yarr + - yasi + - yate + - yaya-test + - yaya-unsafe-test + - yeller + - yeshql-hdbc + - yeshql-postgresql-simple + - yesod-angular + - yesod-angular-ui + - yesod-auth-account + - yesod-auth-account-fork + - yesod-auth-bcrypt + - yesod-auth-bcryptdb + - yesod-auth-deskcom + - yesod-auth-hmac-keccak + - yesod-auth-kerberos + - yesod-auth-ldap-mediocre + - yesod-auth-ldap-native + - yesod-auth-nopassword + - yesod-auth-oauth + - yesod-auth-pam + - yesod-auth-smbclient + - yesod-auth-zendesk + - yesod-bootstrap + - yesod-content-pdf + - yesod-crud + - yesod-csp + - yesod-datatables + - yesod-dsl + - yesod-fast-devel + - yesod-filter + - yesod-form-json + - yesod-form-richtext + - yesod-gitrev + - yesod-goodies + - yesod-job-queue + - yesod-katip + - yesod-links + - yesod-lucid + - yesod-markdown + - yesod-paginate + - yesod-pagination + - yesod-pnotify + - yesod-pure + - yesod-raml + - yesod-recaptcha + - yesod-routes + - yesod-rst + - yesod-s3 + - yesod-sass + - yesod-static-angular + - yesod-static-remote + - yesod-test-json + - yesod-text-markdown + - yesod-tls + - yesod-transloadit + - yesod-vend + - YFrob + - yggdrasil + - yhccore + - yhseq + - yices + - yi-core + - yoda + - Yogurt + - yst + - yu-core + - yuiGrid + - yu-tool + - yxdb-utils + - z3-encoding + - zabt + - zampolit + - Z-Data + - ZEBEDDE + - zendesk-api + - zeno + - zeolite-lang + - zeromq4-conduit + - zeromq-haskell + - zettelkast + - ZFS + - zifter + - zigbee-znet25 + - zip-conduit + - zipedit + - zipkin + - ziptastic-core + - zm + - ZMachine + - zmidi-score + - zmqat + - zoneinfo + - zoom + - zoom-refs + - zsdd + - zsh-battery + - zsyntax + - ztar + - zuul + - Zwaluw + - zxcvbn-hs + - zydiskell diff --git a/pkgs/development/haskell-modules/configuration-hackage2nix/transitive-broken.yaml b/pkgs/development/haskell-modules/configuration-hackage2nix/transitive-broken.yaml index fc5ece3e0698..948ed8adcd9e 100644 --- a/pkgs/development/haskell-modules/configuration-hackage2nix/transitive-broken.yaml +++ b/pkgs/development/haskell-modules/configuration-hackage2nix/transitive-broken.yaml @@ -21,9 +21,11 @@ dont-distribute-packages: - Advise-me - AlgoRhythm - AlignmentAlgorithms + - Allure - AndroidViewHierarchyImporter - Annotations - ApplePush + - AspectAG - AttoJson - AutoForms - AvlTree @@ -32,21 +34,14 @@ dont-distribute-packages: - BerlekampAlgorithm - BioHMM - Biobase - - BiobaseBlast - BiobaseDotP - - BiobaseENA - BiobaseEnsembl - BiobaseFR3D - - BiobaseFasta - BiobaseHTTP - BiobaseHTTPTools - BiobaseInfernal - BiobaseMAF - BiobaseTrainingData - - BiobaseTurner - - BiobaseTypes - - BiobaseVienna - - BiobaseXNA - BirdPP - Bitly - BlastHTTP @@ -57,10 +52,12 @@ dont-distribute-packages: - CBOR - CC-delcont-alt - CMCompare + - CMQ - CPBrainfuck - CSPM-Interpreter - CSPM-ToProlog - CSPM-cspm + - Capabilities - CarneadesIntoDung - Chart-fltkhs - ClustalParser @@ -85,6 +82,7 @@ dont-distribute-packages: - DocTest - DrHylo - Dust + - Dust-crypto - Dust-tools - Dust-tools-pcap - DysFRP-Cairo @@ -109,10 +107,15 @@ dont-distribute-packages: - FiniteMap - FirstOrderTheory - Flippi + - ForSyDe - Forestry - FormalGrammars - Foster + - Frames + - Frames-beam - Frames-dsv + - Frames-map-reduce + - Frames-streamly - Frank - GLFW-OGL - GLFW-task @@ -120,7 +123,6 @@ dont-distribute-packages: - GPipe-Collada - GPipe-Examples - GPipe-GLFW - - GPipe-GLFW4 - GPipe-TextureLoad - Gamgine - GeBoP @@ -140,7 +142,6 @@ dont-distribute-packages: - GrowlNotify - Gtk2hsGenerics - GtkGLTV - - GuiHaskell - GuiTV - H - HAppS-Data @@ -172,7 +173,6 @@ dont-distribute-packages: - HLearn-distributions - HNM - HPhone - - HPlot - HPong - HROOT - HROOT-core @@ -194,10 +194,12 @@ dont-distribute-packages: - HaTeX-qq - HaVSA - Hach + - Haggressive - HarmTrace - HasGP + - Haschoo - Hashell - - HaskRel + - HaskellNet-SSL - Hate - Hawk - Hayoo @@ -233,9 +235,12 @@ dont-distribute-packages: - KiCS-debugger - KiCS-prophecy - LDAPv3 + - LambdaHack - LambdaINet - LambdaPrettyQuote - LambdaShell + - Lambdaya + - Lattices - LinearSplit - LinkChecker - LogicGrowsOnTrees @@ -249,6 +254,7 @@ dont-distribute-packages: - MFlow - MIP-glpk - MSQueue + - MailchimpSimple - MaybeT-transformers - MetaObject - Metrics @@ -288,6 +294,7 @@ dont-distribute-packages: - OpenVG - PCLT-DB - PageIO + - Paillier - Paraiso - Parallel-Arrows-Eden - PermuteEffects @@ -300,15 +307,14 @@ dont-distribute-packages: - Pup-Events-Demo - Quelea - RESTng + - RJson - RMP - RNAFold - RNAFoldProgs - RNAdesign - - RNAdraw - RNAlien - RNAwolf - Ranka - - Rlang-QQ - RollingDirectory - S3 - SBench @@ -319,6 +325,7 @@ dont-distribute-packages: - SGdemo - STLinkUSB - STM32-Zombie + - SVD2HS - SVG2Q - SciFlow - SciFlow-drmaa @@ -329,10 +336,19 @@ dont-distribute-packages: - Shellac-haskeline - Shellac-readline - ShortestPathProblems + - Shpadoinkle + - Shpadoinkle-backend-pardiff + - Shpadoinkle-backend-snabbdom + - Shpadoinkle-backend-static - Shpadoinkle-developer-tools - Shpadoinkle-disembodied - Shpadoinkle-examples + - Shpadoinkle-html + - Shpadoinkle-lens - Shpadoinkle-router + - Shpadoinkle-streaming + - Shpadoinkle-template + - Shpadoinkle-widgets - SimpleGL - SimpleLog - SimpleServer @@ -341,12 +357,11 @@ dont-distribute-packages: - SoccerFun - SoccerFunGL - SourceGraph + - SpacePrivateers - SpinCounter - - Spock-auth - - Spock-lucid - - Spock-worker - StockholmAlignment - Strafunski-Sdf2Haskell + - SybWidget - SyntaxMacros - Taxonomy - TaxonomyTools @@ -360,7 +375,7 @@ dont-distribute-packages: - UMM - URLT - UrlDisp - - ViennaRNA-extras + - Villefort - WAVE - WEditorBrick - WEditorHyphen @@ -372,6 +387,7 @@ dont-distribute-packages: - WebBits-Html - WebBits-multiplate - WebCont + - Wired - WordAlignment - WxGeneric - XML @@ -386,21 +402,39 @@ dont-distribute-packages: - Z-YAML - a50 - abcBridge + - abstract-par-accelerate - ac-machine-conduit - accelerate-arithmetic + - accelerate-fftw - accelerate-fourier + - accelerate-io + - accelerate-io-JuicyPixels + - accelerate-io-array + - accelerate-io-bmp + - accelerate-io-bytestring + - accelerate-io-cereal + - accelerate-io-repa + - accelerate-io-serialise + - accelerate-io-vector + - accelerate-llvm + - accelerate-llvm-native + - accelerate-random - accelerate-typelits + - accelerate-utility - access-token-provider - acme-php - acme-safe - acousticbrainz-client - activehs - actor + - acts + - addy - adhoc-network - adict + - adjunction - adp-multi-monadiccp - - aern2-real - aeson-native + - aeson-result - afv - agda-server - agda-snippets-hakyll @@ -410,14 +444,161 @@ dont-distribute-packages: - algebra-checkers - algebra-driven-design - algebra-sql + - algebraic - algolia - - align-audio + - algorithmic-composition-additional + - algorithmic-composition-basic + - algorithmic-composition-complex + - algorithmic-composition-frequency-shift + - algorithmic-composition-overtones - alms - alpha - alsa-gui - alsa-pcm-tests - alsa-seq-tests + - alto - amazon-emailer-client-snap + - amazonka + - amazonka-alexa-business + - amazonka-apigateway + - amazonka-application-autoscaling + - amazonka-appstream + - amazonka-appsync + - amazonka-athena + - amazonka-autoscaling + - amazonka-autoscaling-plans + - amazonka-batch + - amazonka-budgets + - amazonka-certificatemanager + - amazonka-certificatemanager-pca + - amazonka-cloud9 + - amazonka-clouddirectory + - amazonka-cloudformation + - amazonka-cloudfront + - amazonka-cloudhsm + - amazonka-cloudhsmv2 + - amazonka-cloudsearch + - amazonka-cloudsearch-domains + - amazonka-cloudtrail + - amazonka-cloudwatch + - amazonka-cloudwatch-events + - amazonka-cloudwatch-logs + - amazonka-codebuild + - amazonka-codecommit + - amazonka-codedeploy + - amazonka-codepipeline + - amazonka-codestar + - amazonka-cognito-identity + - amazonka-cognito-idp + - amazonka-cognito-sync + - amazonka-comprehend + - amazonka-config + - amazonka-connect + - amazonka-contrib-rds-utils + - amazonka-cost-explorer + - amazonka-cur + - amazonka-datapipeline + - amazonka-devicefarm + - amazonka-directconnect + - amazonka-discovery + - amazonka-dms + - amazonka-ds + - amazonka-dynamodb + - amazonka-dynamodb-dax + - amazonka-dynamodb-streams + - amazonka-ec2 + - amazonka-ecr + - amazonka-ecs + - amazonka-efs + - amazonka-elasticache + - amazonka-elasticbeanstalk + - amazonka-elasticsearch + - amazonka-elastictranscoder + - amazonka-elb + - amazonka-elbv2 + - amazonka-emr + - amazonka-fms + - amazonka-gamelift + - amazonka-glacier + - amazonka-glue + - amazonka-greengrass + - amazonka-guardduty + - amazonka-health + - amazonka-iam + - amazonka-importexport + - amazonka-inspector + - amazonka-iot + - amazonka-iot-analytics + - amazonka-iot-dataplane + - amazonka-iot-jobs-dataplane + - amazonka-kinesis + - amazonka-kinesis-analytics + - amazonka-kinesis-firehose + - amazonka-kinesis-video + - amazonka-kinesis-video-archived-media + - amazonka-kinesis-video-media + - amazonka-kms + - amazonka-lambda + - amazonka-lex-models + - amazonka-lex-runtime + - amazonka-lightsail + - amazonka-marketplace-analytics + - amazonka-marketplace-entitlement + - amazonka-marketplace-metering + - amazonka-mechanicalturk + - amazonka-mediaconvert + - amazonka-medialive + - amazonka-mediapackage + - amazonka-mediastore + - amazonka-mediastore-dataplane + - amazonka-migrationhub + - amazonka-ml + - amazonka-mobile + - amazonka-mq + - amazonka-opsworks + - amazonka-opsworks-cm + - amazonka-organizations + - amazonka-pinpoint + - amazonka-polly + - amazonka-pricing + - amazonka-rds + - amazonka-redshift + - amazonka-rekognition + - amazonka-resourcegroups + - amazonka-resourcegroupstagging + - amazonka-route53 + - amazonka-route53-autonaming + - amazonka-route53-domains + - amazonka-s3 + - amazonka-s3-streaming + - amazonka-sagemaker + - amazonka-sagemaker-runtime + - amazonka-sdb + - amazonka-secretsmanager + - amazonka-serverlessrepo + - amazonka-servicecatalog + - amazonka-ses + - amazonka-shield + - amazonka-sms + - amazonka-snowball + - amazonka-sns + - amazonka-sqs + - amazonka-ssm + - amazonka-stepfunctions + - amazonka-storagegateway + - amazonka-sts + - amazonka-support + - amazonka-swf + - amazonka-test + - amazonka-transcribe + - amazonka-translate + - amazonka-waf + - amazonka-waf-regional + - amazonka-workdocs + - amazonka-workmail + - amazonka-workspaces + - amazonka-xray + - amby - ampersand - amqp-streamly - analyze-client @@ -426,12 +607,25 @@ dont-distribute-packages: - animate-frames - animate-preview - animate-sdl2 - - annah - anonymous-sums-tests - antagonist - anticiv + - antiope-athena + - antiope-contract + - antiope-core + - antiope-dynamodb + - antiope-es + - antiope-messages + - antiope-optparse-applicative + - antiope-s3 + - antiope-shell + - antiope-sns + - antiope-sqs + - antiope-swf - antlrc - apelsin + - api-rpc-accumulate + - api-rpc-factom - api-rpc-pegnet - api-yoti - apiary @@ -453,56 +647,79 @@ dont-distribute-packages: - apotiki - approx-rand-test - arbor-monad-metric-datadog + - archive-tar-bytestring - archlinux-web - arduino-copilot - arff - arghwxhaskell - argon - ariadne + - arith-encode - arithmetic-circuits - array-forth - arraylist + - ascii-cows - ascii-table - asic + - asif - assert4hs-hspec - assert4hs-tasty - assimp - ast-monad-json - astview + - aterm-utils - atlassian-connect-core + - atlassian-connect-descriptor - atmos-dimensional-tf - atomic-primops-foreign - atp + - ats-format + - ats-pkg - attoparsec-enumerator + - attoparsec-ip - attoparsec-iteratee - attoparsec-text-enumerator + - attoparsec-uri - atuin - audiovisual - aura - - aura_3_2_7 - authoring + - autodocodec-openapi3 + - autodocodec-schema + - autodocodec-swagger2 + - autodocodec-yaml + - automata - autonix-deps-kf5 - avers - avers-api - avers-api-docs - avers-server + - aviation-cessna172-diagrams + - aviation-cessna172-weight-balance - aviation-navigation + - aviation-weight-balance - avro-piper - awesomium - awesomium-glut - aws-configuration-tools - aws-dynamodb-conduit - aws-dynamodb-streams + - aws-easy - aws-elastic-transcoder - aws-kinesis - aws-kinesis-client - aws-kinesis-reshard - aws-lambda + - aws-lambda-haskell-runtime-wai - aws-mfa-credentials - aws-sdk - aws-sdk-xml-unordered + - aws-ses-easy - aws-sign4 + - aws-simple - aws-sns + - aws-xray-client-persistent + - aws-xray-client-wai - axiom - azimuth-hs - azure-functions-worker @@ -521,6 +738,7 @@ dont-distribute-packages: - bamboo-theme-mini-html5 - bamse - bamstats + - barley - base32-bytestring - base64-bytes - baserock-schema @@ -530,16 +748,19 @@ dont-distribute-packages: - batchd-libvirt - batching - battlenet-yesod + - battleplace-api - battleships - bayes-stack - bbi + - bcp47 + - bcp47-orphans - bdcs - bdcs-api - beam-automigrate - beam-th - beautifHOL - bech32-th - - bech32-th_1_1_1 + - beeminder-api - bein - belka - berp @@ -552,10 +773,12 @@ dont-distribute-packages: - binary-file - binary-protocol-zmq - binary-streams + - binding-gtk - binding-wx - bindings-apr-util - bindings-linux-videodev2 - bindings-ppdev + - bindynamic - binembed-example - bioace - bioalign @@ -566,19 +789,15 @@ dont-distribute-packages: - biopsl - biosff - biostockholm - - bip32 - birch-beer - bird + - bisc - biscuit-servant - bit-array - bitcoin-address - bitcoin-api - bitcoin-api-extra - bitcoin-block - - bitcoin-compact-filters - - bitcoin-keys - - bitcoin-rpc - - bitcoin-scripting - bitcoin-tx - bitcoin-types - bitcoind-regtest @@ -589,18 +808,25 @@ dont-distribute-packages: - bla - blakesum-demo - blastxml + - blatex - blaze-builder-enumerator - blaze-colonnade + - ble - blink1 - blip + - blockfrost-client + - blockfrost-client-core + - blockfrost-pretty - blogination - bloodhound-amazonka-auth + - blosum - bloxorz - blubber - - bluetile - blunt - bno055-haskell - bogre-banana + - boilerplate + - bond - bond-haskell - bond-haskell-compiler - bookkeeper-permissions @@ -609,20 +835,13 @@ dont-distribute-packages: - boots-cloud - boots-web - borel - - bowntz - - box-csv - - box-socket - breakout - bricks - bricks-internal-test - bricks-parsec - bricks-rendering - bricks-syntax - - broadcast-chan-conduit - - broadcast-chan-pipes - bronyradiogermany-streaming - - brotli-conduit - - brotli-streams - btree - buchhaltung - buildbox-tools @@ -634,14 +853,15 @@ dont-distribute-packages: - buster-gtk - buster-network - butterflies - - bv-sized-lens + - bytable - bytehash - bytelog + - bytestring-builder-varword - bytestring-read - - c0check - cabal-bounds - cabal-cache - cabal-cargs + - cabal-debian - cabal-query - cabal-test - cabal2arch @@ -660,11 +880,14 @@ dont-distribute-packages: - canteven-http - cao - cap + - capnp - captcha-2captcha - captcha-capmonster - car-pool - carboncopy - cartel + - cas-hashable-s3 + - cas-store - casadi-bindings - casadi-bindings-control - casadi-bindings-core @@ -684,10 +907,12 @@ dont-distribute-packages: - casui - categorical-algebra - category-extras + - cautious-gen - cctools-workqueue - cef3-simple - ceilometer-common - celtchar + - cerberus - cereal-enumerator - cereal-io-streams - cereal-streams @@ -695,12 +920,10 @@ dont-distribute-packages: - cfipu - cflp - cfopu - - cgrep - chainweb-mining-client - chalkboard-viewer - charade - - chart-svg - - chart-svg-various + - chart-cli - chart-unit - cheapskate-terminal - check-pvp @@ -714,6 +937,7 @@ dont-distribute-packages: - chr-core - chr-lang - chromatin + - chronograph - chu2 - chuchu - chunks @@ -726,11 +950,10 @@ dont-distribute-packages: - claferwiki - clash - clash-ghc - - clash-ghc_1_6_1 - clash-lib - clash-lib-hedgehog - - clash-lib_1_6_1 - clash-multisignal + - clash-prelude - clash-prelude-hedgehog - clash-prelude-quickcheck - clash-shake @@ -754,7 +977,10 @@ dont-distribute-packages: - clckwrks-theme-geo-bootstrap - cless - cleveland + - cli-git + - cli-nix - click-clack + - clickhouse-haskell - clifford - clippings - clocked @@ -762,6 +988,7 @@ dont-distribute-packages: - cloud-seeder - cloudyfs - clua + - clustering - clustertools - clutterhs - cmathml3 @@ -769,29 +996,47 @@ dont-distribute-packages: - cmv - cnc-spec-compiler - co-feldspar - - co-log-polysemy-formatting - - code-conjure + - cobot-io - codec - codec-rpm - codemonitor + - coformat - cognimeta-utils - coinbase-exchange + - coincident-root-loci - colada + - colchis - collapse-duplication - collection-json - collections-base-instances - color-counter - colorless-http-client - colorless-scotty + - colour-accelerate - colour-space - columbia + - columnar - comark - comic + - commodities - commsec-keyexchange - comonad-random - - compaREST - compact-mutable + - compactable + - compdata-automata + - compdata-dags + - compdata-param + - compdoc + - compdoc-dhall-decoder - complexity + - composite-aeson-cofree-list + - composite-aeson-path + - composite-aeson-refined + - composite-aeson-throw + - composite-aeson-writeonly + - composite-swagger + - compstrat + - comptrans - computational-algebra - concraft - concraft-hr @@ -802,6 +1047,7 @@ dont-distribute-packages: - conductive-hsc3 - conductive-song - conduit-aeson + - conduit-throttle - conduit-vfs-zip - confcrypt - conferer-provider-dhall @@ -812,35 +1058,41 @@ dont-distribute-packages: - config-select - configifier - configurator-ng + - conic-graphs - constraint-manip - constructible - consumers - container - containers-accelerate + - content-store - continuum - continuum-client - control - control-monad-attempt - control-monad-exception-monadsfd + - contstuff-monads-tf + - contstuff-transformers - conversions - convert + - convert-annotation - convertible-ascii - convertible-text - coordinate - copilot - copilot-c99 - copilot-cbmc + - copilot-frp-sketch - copilot-language - copilot-libraries + - copilot-sbv - copilot-theorem - - core-webserver-servant - - core-webserver-warp - coroutine-enumerator - coroutine-iteratee - couch-simple - couchdb-enumerator - cpkg - cprng-aes-effect + - cql-io - cql-io-tinylog - cqrs-example - cqrs-memory @@ -848,10 +1100,12 @@ dont-distribute-packages: - cqrs-sqlite3 - cqrs-test - cqrs-testkit + - crackNum - craft - craftwerk-cairo - craftwerk-gtk - craze + - credentials - credentials-cli - crf-chain1 - crf-chain1-constrained @@ -860,19 +1114,22 @@ dont-distribute-packages: - criu-rpc - crockford - cron-compat + - crypto-classical - crypto-conduit + - crypto-pubkey - cryptocipher + - cryptoconditions - cryptoids - cryptoids-class - cryptol - crystalfontz - - csg - cspmchecker - csv-enumerator - ctpl - cube + - cuckoo + - curryer-rpc - cursedcsv - - cursor-fuzzy-time-gen - cv-combinators - cypher - dapi @@ -887,6 +1144,7 @@ dont-distribute-packages: - data-accessor-monads-fd - data-basic - data-cycle + - data-diverse-lens - data-elf - data-layer - data-lens-fd @@ -898,26 +1156,22 @@ dont-distribute-packages: - data-rtuple - data-structure-inferrer - datadog-tracing + - datafix - dataflow + - datasets + - date-conversions - dbjava - dbus-client + - ddate - ddc-build - - ddc-core - - ddc-core-babel - ddc-core-eval - ddc-core-flow - - ddc-core-llvm - - ddc-core-salt - - ddc-core-simpl - - ddc-core-tetra - ddc-driver - ddc-interface - - ddc-source-tetra - ddc-tools - ddc-war - ddci-core - debug - - debug-trace-var - decidable - decimal-arithmetic - dedukti @@ -936,43 +1190,48 @@ dont-distribute-packages: - delimiter-separated - delta - delta-h - - dep-t-advice - - dep-t-dynamic - dependent-literals-plugin - dependent-state + - depends - dephd - deptrack-devops - deptrack-dot - dequeue - derive-IG + - descript-lang - detour-via-uom - devtools - dewdrop - dfinity-radix-tree - - dhall-docs + - dhall-recursive-adt + - dhcp-lease-parser - dia-functions - diagrams-haddock - diagrams-html5 - diagrams-pandoc - - diagrams-pgf - diagrams-reflex - diagrams-wx - - dialog - difference-monoid + - differential - digestive-functors-hsp - dingo-core - dingo-example - dingo-widgets - diplomacy - diplomacy-server + - direct-rocksdb + - directory-contents - dirfiles - - dirtree - disco - discogs-haskell - discord-gateway - discord-hs - discord-register - discord-rest + - disposable + - distributed-fork + - distributed-fork-aws-lambda + - distributed-process - distributed-process-async - distributed-process-azure - distributed-process-client-server @@ -991,18 +1250,26 @@ dont-distribute-packages: - distributed-process-task - distributed-process-tests - distributed-process-zookeeper + - distributed-static - distribution-plot + - diversity - dixi - dl-fedora - dmenu-pkill - dmenu-pmount - dmenu-search + - dnscache + - dobutokO-effects + - dobutokO-poetry + - dobutokO-poetry-general + - dobutokO-poetry-general-languages + - dobutokO2 + - dobutokO3 + - dobutokO4 - doc-review - - domain - - domain-core - - domain-optics + - dom-parser - dormouse-client - - dovetail-aeson + - doublezip - dow - download-media-content - dph-examples @@ -1017,12 +1284,15 @@ dont-distribute-packages: - dsh-sql - dsmc-tools - dtd + - dtw - dumb-cas - dvda - dynamic-cabal - - dynamic-pipeline - dynamic-plot + - dynamic-pp + - dynamodb-simple - dynobud + - ec2-unikernel - eccrypto-ed25519-bindings - ecdsa - edenskel @@ -1037,24 +1307,29 @@ dont-distribute-packages: - egison-pattern-src-th-mode - egison-quote - egison-tutorial + - ekg + - ekg-carbon + - ekg-cloudwatch + - ekg-wai - elerea-examples - - eliminators_0_9 - elliptic-curve - elsa - emacs-keys - email - emailparse - - embeddock - - embeddock-example - embroidery - engine-io-growler + - engine-io-snap + - engine-io-wai + - engine-io-yesod - entangle + - enum-text-rio - enumerate - enumerate-function - enumeration - enumerator-fd - enumerator-tf - - envy-extensible + - enumfun - ephemeral - erf-native - eros-client @@ -1063,7 +1338,8 @@ dont-distribute-packages: - errors-ext - ersatz-toysat - esotericbot - - esqueleto-streaming + - espial + - estimators - estreps - eternity - eternity-timestamped @@ -1073,15 +1349,27 @@ dont-distribute-packages: - ethereum-analyzer-webui - ethereum-client-haskell - ethereum-merkle-patricia-db + - euphoria - evdev-streamly + - eve-cli - event-monad + - eventful-dynamodb - eventful-postgresql - eventful-sqlite + - eventloop - eventsource-geteventstore-store + - eventsource-store-specs + - eventsource-stub-store - every-bit-counts - exception-monads-fd + - exchangerates - exference - - exon + - exinst-aeson + - exinst-bytes + - exinst-cereal + - exinst-deepseq + - exinst-hashable + - exinst-serialise - expand - expat-enumerator - expiring-containers @@ -1091,18 +1379,38 @@ dont-distribute-packages: - explore - expressions-z3 - extemp + - extended-containers-lens - extensible-data + - external-sort - extract-dependencies - - extrapolate - factual-api - - falling-turnip + - fadno - fallingblocks - family-tree + - fast-arithmetic - fast-bech32 + - fasta - fastirc + - fastly + - fastparser - fault-tree + - fay + - fay-base + - fay-builder + - fay-dom + - fay-geoposition + - fay-hsx + - fay-jquery + - fay-ref + - fay-simplejson + - fay-text + - fay-uri + - fay-websockets + - fb-persistent - fbrnch - fcd + - fcf-composite + - fcf-graphs - feature-flipper-postgres - fedora-img-dl - feed-gipeda @@ -1110,7 +1418,6 @@ dont-distribute-packages: - feed2lj - feed2twitter - fei-base - - fei-cocoapi - fei-dataiter - fei-datasets - fei-examples @@ -1118,21 +1425,27 @@ dont-distribute-packages: - fei-nn - feldspar-compiler - feldspar-language + - fenfire - festung - ffmpeg-tutorials - ficketed - fields - filepath-crypto - filepath-io-access + - filesystem-abstractions - filesystem-enumerator - find-clumpiness - findhttp + - finitary-derive + - finitary-optics - finite-table + - firestore - firstify - - fishfood - fix-parser-simple - fixed-point-vector - fixed-point-vector-space + - fixed-precision + - fixer - fixhs - flac-picture - flashblast @@ -1150,7 +1463,7 @@ dont-distribute-packages: - fltkhs-themes - fluent-logger - fluent-logger-conduit - - foldl-transduce-attoparsec + - fmt-for-rio - follower - foo - formal @@ -1159,15 +1472,16 @@ dont-distribute-packages: - forml - formlets - formlets-hsp + - forsyde-deep - forth-hll - - fortran-src-extras - - fortran-vars - foscam-directory - foscam-sort + - fpco-api - fplll - fpnla-examples - frame-markdown - freckle-app + - free-game - free-theorems-counterexamples - free-theorems-seq - free-theorems-seq-webui @@ -1175,6 +1489,8 @@ dont-distribute-packages: - freekick2 - freelude - freer-converse + - freetype-simple + - front - frpnow-gloss - frpnow-gtk - frpnow-gtk3 @@ -1189,14 +1505,13 @@ dont-distribute-packages: - funcons-simple - funcons-tools - function-combine - - functional-arrow - functor-combo + - funflow - funflow-nix - funion - funnyprint - funsat - fused-effects-squeal - - futhark_0_21_6 - fwgl-glfw - fwgl-javascript - fxpak @@ -1204,11 +1519,12 @@ dont-distribute-packages: - g2q - gact - galois-fft + - gargoyle-postgresql - gargoyle-postgresql-connect + - gargoyle-postgresql-nix - gbu - gdax - gdiff-ig - - gedcom - geek - geek-server - gelatin-freetype2 @@ -1216,6 +1532,9 @@ dont-distribute-packages: - gelatin-gl - gelatin-sdl2 - gelatin-shaders + - gemini-textboard + - generic-override-aeson + - generic-xml - generics-mrsop-gdiff - genesis - genesis-test @@ -1223,6 +1542,16 @@ dont-distribute-packages: - geni-util - geniconvert - geniserver + - genvalidity-aeson + - genvalidity-hspec-aeson + - genvalidity-mergeful + - genvalidity-mergeless + - genvalidity-sydtest + - genvalidity-sydtest-aeson + - genvalidity-sydtest-hashable + - genvalidity-sydtest-lens + - genvalidity-sydtest-persistent + - genvalidity-typed-uuid - geodetic - geolite-csv - getemx @@ -1230,13 +1559,17 @@ dont-distribute-packages: - ghc-debug-client - ghc-debug-common - ghc-debug-stub + - ghc-dump-util - ghc-imported-from - ghc-instances - ghc-mod + - ghc-session - ghc-tags-plugin - ghci-pretty - - ghcjs-dom-webkit + - ghcjs-dom-hello + - ghcjs-fetch - ghcjs-hplay + - ghcprofview - ght - gi-cairo-again - gi-clutter @@ -1244,15 +1577,19 @@ dont-distribute-packages: - gi-gsk - gi-gstpbutils - gi-gtk_4_0_5 + - gipeda + - git-config - git-fmt - git-gpush + - git-monitor - git-object - git-remote-ipfs + - git-sanity + - gitdo - github-webhook-handler-snap - gitlib-cross - gitlib-s3 - givegif - - gladexml-accessor - glazier - glazier-pipes - glazier-react @@ -1263,7 +1600,6 @@ dont-distribute-packages: - glome-hs - gloss-accelerate - gloss-devil - - gloss-examples - gloss-raster-accelerate - gloss-sodium - gmap @@ -1271,16 +1607,196 @@ dont-distribute-packages: - gnome-desktop - gnomevfs - gnss-converters - - gnuidn - goal-geometry - goal-graphical - goal-probability - goal-simulation - goat + - goatee-gtk + - gogol + - gogol-abusiveexperiencereport + - gogol-acceleratedmobilepageurl + - gogol-accessapproval + - gogol-accesscontextmanager + - gogol-adexchange-buyer + - gogol-adexchange-seller + - gogol-adexchangebuyer2 + - gogol-adexperiencereport + - gogol-admin-datatransfer + - gogol-admin-directory + - gogol-admin-emailmigration + - gogol-admin-reports + - gogol-adsense + - gogol-adsense-host + - gogol-affiliates + - gogol-alertcenter + - gogol-analytics + - gogol-analyticsreporting + - gogol-android-enterprise + - gogol-android-publisher + - gogol-androiddeviceprovisioning + - gogol-androidmanagement + - gogol-appengine + - gogol-apps-activity + - gogol-apps-calendar + - gogol-apps-licensing + - gogol-apps-reseller + - gogol-apps-tasks + - gogol-appstate + - gogol-autoscaler + - gogol-bigquery + - gogol-bigquerydatatransfer + - gogol-bigtableadmin + - gogol-billing + - gogol-binaryauthorization + - gogol-blogger + - gogol-books + - gogol-chat + - gogol-civicinfo + - gogol-classroom + - gogol-cloudasset + - gogol-clouderrorreporting + - gogol-cloudfunctions + - gogol-cloudidentity + - gogol-cloudiot + - gogol-cloudkms + - gogol-cloudmonitoring + - gogol-cloudprivatecatalog + - gogol-cloudprivatecatalogproducer + - gogol-cloudprofiler + - gogol-cloudscheduler + - gogol-cloudsearch + - gogol-cloudshell + - gogol-cloudtasks + - gogol-cloudtrace + - gogol-commentanalyzer + - gogol-composer + - gogol-compute + - gogol-consumersurveys + - gogol-container + - gogol-containeranalysis + - gogol-containerbuilder + - gogol-customsearch + - gogol-dataflow + - gogol-datafusion + - gogol-dataproc + - gogol-datastore + - gogol-debugger + - gogol-deploymentmanager + - gogol-dfareporting + - gogol-dialogflow + - gogol-digitalassetlinks + - gogol-discovery + - gogol-dlp + - gogol-dns + - gogol-docs + - gogol-doubleclick-bids + - gogol-doubleclick-search + - gogol-drive + - gogol-driveactivity + - gogol-factchecktools + - gogol-file + - gogol-firebase-dynamiclinks + - gogol-firebase-rules + - gogol-firebasehosting + - gogol-firebaseremoteconfig + - gogol-firestore + - gogol-fitness + - gogol-fonts + - gogol-freebasesearch + - gogol-fusiontables + - gogol-games + - gogol-games-configuration + - gogol-games-management + - gogol-genomics + - gogol-gmail + - gogol-groups-migration + - gogol-groups-settings + - gogol-healthcare + - gogol-iam + - gogol-iamcredentials + - gogol-iap + - gogol-identity-toolkit + - gogol-indexing + - gogol-jobs + - gogol-kgsearch + - gogol-language + - gogol-latencytest + - gogol-libraryagent + - gogol-logging + - gogol-manufacturers + - gogol-maps-coordinate + - gogol-maps-engine + - gogol-mirror + - gogol-ml + - gogol-monitoring + - gogol-oauth2 + - gogol-oslogin + - gogol-pagespeed + - gogol-partners + - gogol-people + - gogol-photoslibrary + - gogol-play-moviespartner + - gogol-playcustomapp + - gogol-plus + - gogol-plus-domains + - gogol-poly + - gogol-prediction + - gogol-proximitybeacon + - gogol-pubsub + - gogol-qpxexpress + - gogol-redis + - gogol-remotebuildexecution + - gogol-replicapool + - gogol-replicapool-updater + - gogol-resourcemanager + - gogol-resourceviews + - gogol-run + - gogol-runtimeconfig + - gogol-safebrowsing + - gogol-script + - gogol-searchconsole + - gogol-securitycenter + - gogol-servicebroker + - gogol-serviceconsumermanagement + - gogol-servicecontrol + - gogol-servicemanagement + - gogol-servicenetworking + - gogol-serviceusage + - gogol-serviceuser + - gogol-sheets + - gogol-shopping-content + - gogol-siteverification + - gogol-slides + - gogol-sourcerepo + - gogol-spanner + - gogol-spectrum + - gogol-speech + - gogol-sqladmin + - gogol-storage + - gogol-storage-transfer + - gogol-streetviewpublish + - gogol-surveys + - gogol-tagmanager + - gogol-taskqueue + - gogol-testing + - gogol-texttospeech + - gogol-toolresults + - gogol-tpu + - gogol-tracing + - gogol-translate + - gogol-urlshortener + - gogol-useraccounts + - gogol-vault + - gogol-videointelligence + - gogol-vision + - gogol-webmaster-tools + - gogol-websecurityscanner + - gogol-youtube + - gogol-youtube-analytics + - gogol-youtube-reporting - google-drive - google-mail-filters - - google-maps-geocoding - - google-static-maps - googleplus - gore-and-ash-actor - gore-and-ash-async @@ -1293,7 +1809,6 @@ dont-distribute-packages: - gore-and-ash-sync - gps - gps2htmlReport - - grab-form - graflog - grammar-combinators - grapefruit-examples @@ -1308,16 +1823,20 @@ dont-distribute-packages: - graph-rewriting-strategies - graph-rewriting-trs - graph-rewriting-ww - - graph-trace-viz - graph-visit - graphicsFormats - graphicstools - graphql-client + - graphql-utils - graphtype - greencard-lib - grid-proto - gridbounds - gridland + - groot + - gross + - groundhog-converters + - groundhog-inspector - grpc-etcd-client - grpc-haskell - grpc-haskell-core @@ -1329,7 +1848,6 @@ dont-distribute-packages: - gstorable - gtfs - gtk-serialized-event - - gtk2hs-cast-glade - gtk2hs-cast-gnomevfs - gtk2hs-cast-gtk - gtk2hs-cast-gtkglext @@ -1337,9 +1855,9 @@ dont-distribute-packages: - gtkimageview - gtkrsync - guarded-rewriting - - guess-combinator - hArduino - hOff-display + - hOpenPGP - hPDB - hPDB-examples - habit @@ -1358,7 +1876,7 @@ dont-distribute-packages: - hack2-handler-happstack-server - hack2-handler-mongrel2-http - hack2-handler-snap-server - - hackage-server + - hackage-mirror - hackage2twitter - hackmanager - haddock @@ -1366,10 +1884,12 @@ dont-distribute-packages: - haddocset - hadoop-tools - haggis + - hailgun-send + - hailgun-simple - hails-bin - hakyll-elm - hakyll-ogmarkup - - hakyll-typescript + - hakyll-shortcut-links - halberd - hall-symbols - halma-gui @@ -1388,7 +1908,10 @@ dont-distribute-packages: - happstack-dlg - happstack-facebook - happstack-fay + - happstack-fay-ajax + - happstack-foundation - happstack-helpers + - happstack-hsp - happstack-ixset - happstack-jmacro - happstack-plugins @@ -1397,7 +1920,6 @@ dont-distribute-packages: - happstack-yui - happybara-webkit - haquil - - hardware-edsl - harg - hark - harmony @@ -1407,17 +1929,18 @@ dont-distribute-packages: - hascat-lib - hascat-setup - hascat-system + - hashable-accelerate + - hashes - hashflare - hask-home - - haskarrow - haskdeep - haskeem - - haskell-abci - haskell-aliyun - haskell-bitmex-client - haskell-docs - haskell-eigen-util - haskell-ftp + - haskell-lsp-client - haskell-pdf-presenter - haskell-platform-test - haskell-reflect @@ -1459,15 +1982,13 @@ dont-distribute-packages: - haskelm - haskey-mtl - haskgame + - hasklepias + - haskoin - haskoin-bitcoind - - haskoin-core - haskoin-crypto - - haskoin-node - haskoin-protocol - haskoin-script - haskoin-store - - haskoin-store-data - - haskoin-wallet - haskoon - haskoon-httpspec - haskoon-salvia @@ -1485,15 +2006,11 @@ dont-distribute-packages: - hasloGUI - hasparql-client - hasql-cursor-query + - hasql-dynamic-statements - hasql-postgres - hasql-postgres-options - - hasql-streams-conduit - - hasql-streams-core - - hasql-streams-example - - hasql-streams-pipes - - hasql-streams-streaming - - hasql-streams-streamly - - hasql-th + - hasqlator-mysql + - hasqly-mysql - hastache-aeson - haste-app - haste-gapi @@ -1502,29 +2019,31 @@ dont-distribute-packages: - haste-perch - hatexmpp3 - hawitter + - haxl-amazonka + - haxl-facebook - haxy - hback - hbayes - hbb - hbcd - hbf - - hbro - - hbro-contrib - hcg-minus-cairo - hcheat - hcheckers + - hcount + - hcube - hdbi - hdbi-conduit - hdbi-postgresql - hdbi-sqlite - hdbi-tests - - hdf - hdiff - hdirect - hdocs - hdph - heart-app - heatitup + - heatitup-complete - heavy-log-shortcuts - heavy-logger - heavy-logger-amazon @@ -1534,17 +2053,16 @@ dont-distribute-packages: - hedgehog-gen-json - hedis-pile - heist-aeson - - helic - helics - helics-wai - helium + - helix - hellage - hellnet - hemokit - hen - henet - hepevt - - her-lexer-parsec - hermit - hermit-syb - herringbone @@ -1553,17 +2071,23 @@ dont-distribute-packages: - hesh - hesql - heterolist + - hevm - hevolisa - hevolisa-dph + - hexpat-conduit - hexpat-iteratee - hfd - hfiar + - hfractal - hgalib - hgen - hgeometry-svg - hgithub - hiccup + - hie-core + - hierarchical-env - hierarchical-spectral-clustering + - higher-leveldb - highjson-swagger - highjson-th - himpy @@ -1587,23 +2111,24 @@ dont-distribute-packages: - hjsonschema - hjugement-cli - hlcm - - hledger-api - hlrdb - hls - hly - hmark + - hmatrix-backprop - hmeap - hmeap-utils - hmep - - hmm-lapack_0_5 - hmt - hmt-diagrams - hnormalise + - ho-rewriting - hob - hogre - hogre-examples - holy-project - hommage + - homotuple - hood - hoodie - hoodle @@ -1614,6 +2139,10 @@ dont-distribute-packages: - hoodle-publish - hoodle-render - hoovie + - hopenpgp-tools + - hoppy-docs + - hotswap + - hout - hp2any-graph - hp2any-manager - hpaco @@ -1629,53 +2158,53 @@ dont-distribute-packages: - hpython - hquantlib - hranker - - hreader - - hreader-lens - hreq-client - hreq-conduit - - hriemann + - hs - hs-blake2 - - hs-brotli - - hs-duktape - hs-ffmpeg - hs-gen-iface + - hs-ix + - hs-opentelemetry-exporter-in-memory + - hs-opentelemetry-exporter-otlp + - hs-opentelemetry-instrumentation-conduit + - hs-opentelemetry-instrumentation-http-client + - hs-opentelemetry-instrumentation-persistent + - hs-opentelemetry-instrumentation-postgresql-simple + - hs-opentelemetry-instrumentation-wai + - hs-opentelemetry-instrumentation-yesod + - hs-opentelemetry-propagator-w3c + - hs-opentelemetry-sdk - hs-pkpass + - hs-profunctors - hs-sdl-term-emulator - - hs-swisstable-hashtables-class - hs2dot - hsautogui - hsbackup - hsbencher-codespeed - hsbencher-fusion - hsc3-auditor - - hsc3-cairo - hsc3-data - - hsc3-db - - hsc3-dot - - hsc3-forth - hsc3-graphs - - hsc3-lang - - hsc3-lisp - - hsc3-plot - - hsc3-process - - hsc3-rec - hsc3-server - hsc3-sf-hsndfile - - hsc3-unsafe - hsc3-utils - hscassandra + - hschema-aeson + - hschema-prettyprinter + - hschema-quickcheck - hscope - hsdev - - hset - hsfacter + - hsinspect-lsp - hslogstash + - hsnsq + - hsp-cgi - hspec-expectations-pretty - - hspec-expectations-pretty-diff - hspec-pg-transact - hspec-setup - hspec-shouldbe - - hspec-test-sandbox - - hspecVariant + - hspec-webdriver - hsprocess - hsql-mysql - hsql-odbc @@ -1689,17 +2218,20 @@ dont-distribute-packages: - hstar - hstox - hstradeking - - hstzaar - hsubconvert - hswip - hsx-jmacro - hsx-xhtml + - html-kure + - html-presentation-text - hts + - htsn-import - http-client-auth - http-enumerator - - http-io-streams + - http-pony - http2-client-exe - http2-client-grpc + - http2-grpc-proto3-wire - https-everywhere-rules - https-everywhere-rules-raw - httpspec @@ -1713,26 +2245,23 @@ dont-distribute-packages: - hurdle - huzzy - hw-all - - hw-dsv + - hw-aws-sqs-conduit - hw-json - hw-json-lens - - hw-json-simple-cursor - - hw-json-standard-cursor - hw-kafka-avro - - hw-simd-cli - hw-uri - hworker-ses - hwormhole - hws - hwsl2-bytevector - hwsl2-reducers - - hxmppc - hxournal - hxt-binary - hxt-filter - hxthelper - hxweb - hybrid + - hydra-print - hydrogen-cli - hydrogen-cli-args - hydrogen-data @@ -1747,26 +2276,27 @@ dont-distribute-packages: - hyperpublic - iException - ice40-prim + - icepeak - ide-backend - ide-backend-server - ideas-math - ideas-math-types - ideas-statistics - - if-instance + - identicon-style-squares - ige-mac-integration - ihaskell-inline-r - ihaskell-rlangqq - ihttp - imap + - imapget - imbib + - imgur - imgurder - imj-animation - imj-base - imj-game-hamazed - imj-measure-stdout - - imm - imparse - - imperative-edsl-vhdl - importify - imprevu-happstack - improve @@ -1780,8 +2310,11 @@ dont-distribute-packages: - indexation - indieweb-algorithms - indigo + - infernal - infernu + - infinity - inline-java + - inspection-proxy - inspector-wrecker - instant-aeson - instant-bytes @@ -1789,12 +2322,11 @@ dont-distribute-packages: - instant-hashable - instant-zipper - instapaper-sender + - integreat - interpolatedstring-qq - interpolatedstring-qq-mwotton - introduction-test - intset - - invertible-hlist - - invertible-hxt - ion - ipatch - ipc @@ -1805,6 +2337,7 @@ dont-distribute-packages: - irc-fun-client - irc-fun-color - irc-fun-messages + - iri - ironforge - isevaluated - ismtp @@ -1828,24 +2361,29 @@ dont-distribute-packages: - ivory-serialize - ivory-stdlib - ivy-web + - ixset + - ixset-typed-binary-instance + - ixset-typed-cassava + - ixset-typed-conversions + - ixset-typed-hashable-instance - iyql - j2hs - - jacinda - jail - java-bridge-extras - java-character - java-reflect - javaclass + - javascript-extras - javasf + - jespresso - jmacro - jmacro-rpc - jmacro-rpc-happstack - jmacro-rpc-snap - jmonkey - - jobs-ui - join - jordan-openapi - - jot + - jsaddle-hello - jsc - jsmw - json-ast-json-encoder @@ -1853,7 +2391,10 @@ dont-distribute-packages: - json-b - json-enumerator - json-incremental-decoder + - json-pointer-aeson + - json-pointer-hasql - json-query + - json-rpc-client - json-togo - json-tokens - json2-hdbc @@ -1875,12 +2416,15 @@ dont-distribute-packages: - kansas-lava-shake - karakuri - katip-elasticsearch + - katip-raven - katip-rollbar + - keenser - keera-hails-i18n - keera-hails-mvc-environment-gtk - keera-hails-mvc-model-lightmodel - keera-hails-mvc-model-protectedmodel - keera-hails-mvc-solutions-gtk + - keera-hails-mvc-view-gtk - keera-hails-reactive-cbmvar - keera-hails-reactive-fs - keera-hails-reactive-gtk @@ -1891,30 +2435,29 @@ dont-distribute-packages: - keera-hails-reactive-yampa - keera-hails-reactivelenses - keera-posture - - keid-core - - keid-geometry - - keid-render-basic - keid-resource-gltf - - keid-sound-openal - - keid-ui-dearimgui - kevin + - keyring - keysafe + - keystore - keyvaluehash - keyword-args - kicad-data - kif-parser - kit - - kleene - kmeans-par - kmeans-vector - knead - knead-arithmetic - knit-haskell - - knots + - koji-install - koji-tool - korfu - ks-test + - kubernetes-client + - kure-your-boilerplate - kurita + - kvitable - laborantin-hs - labsat - labyrinth @@ -1926,7 +2469,6 @@ dont-distribute-packages: - lambdaFeed - lambdaLit - lambdabot-zulip - - lambdacat - lambdacms-media - lambdacube - lambdacube-bullet @@ -1935,19 +2477,22 @@ dont-distribute-packages: - lambdacube-examples - lambdacube-gl - lambdacube-samples + - lambdatwit - lambdaya-bus - lambdiff - lang - language-Modula2 - language-boogie + - language-ecmascript-analysis - language-eiffel - language-kort - language-ninja - language-oberon + - language-puppet - language-python-colour - language-qux - language-spelling - - lapack_0_5 + - large-records - lat - latex-formulae-hakyll - latex-formulae-pandoc @@ -1968,9 +2513,12 @@ dont-distribute-packages: - legion-extra - leksah - leksah-server + - lens-accelerate + - lens-toml-parser - lens-utils - - levmar - - levmar-chart + - lenz + - lenz-mtl + - lenz-template - lex-applicative - lgtk - lha @@ -1984,35 +2532,40 @@ dont-distribute-packages: - libmolude - libraft - librato - - libssh2-conduit - libxml-enumerator - - lifetimes - lifted-base-tf - lightning-haskell - lightstep-haskell - lighttpd-conf - lighttpd-conf-qq + - linear-accelerate + - linear-code + - linearEqSolver - linearmap-category - linearscan-hoopl - linkchk - linkcore - linux-ptrace - lio-eci11 + - lio-simple - lion - liquid-base - liquid-bytestring - liquid-containers - - liquid-fixpoint_8_10_7 + - liquid-fixpoint - liquid-ghc-prim - liquid-parallel - liquid-platform - liquid-prelude - liquid-vector + - liquidhaskell - liquidhaskell-cabal-demo - list-t-attoparsec - list-t-html-parser + - list-tuple - list-witnesses - listenbrainz-client + - liszt - live-sequencer - llvm - llvm-analysis @@ -2024,13 +2577,14 @@ dont-distribute-packages: - llvm-extra - llvm-general - llvm-general-quote + - llvm-hs-pretty - llvm-pretty-bc-parser - llvm-tf - llvm-tools - lmonad-yesod - lnd-client - - lnurl - lnurl-authenticator + - load-balancing - local-search - localize - locked-poll @@ -2038,7 +2592,9 @@ dont-distribute-packages: - log-elasticsearch - log-postgres - log-utils + - log4hs - logging-effect-extra + - logging-facade-journald - logic-classes - lojban - lojysamban @@ -2047,15 +2603,17 @@ dont-distribute-packages: - lol-cpp - lol-repa - lol-tests - - lol-typing - loli - - longshot - loop-effin - lorentz - lostcities - loup + - lp-diagrams-svg + - lrucaching-haxl - ls-usb - lsystem + - ltext + - lti13 - luachunk - lucid-colonnade - lucienne @@ -2068,6 +2626,9 @@ dont-distribute-packages: - mDNSResponder-client - macbeth-lib - machines-amazonka + - machines-directory + - machines-process + - mackerel-client - macosx-make-standalone - magic-wormhole - magicbane @@ -2077,6 +2638,7 @@ dont-distribute-packages: - mailgun - majordomo - majority + - make-package - manatee - manatee-all - manatee-anything @@ -2094,15 +2656,18 @@ dont-distribute-packages: - manatee-template - manatee-terminal - manatee-welcome + - mangrove - manifold-random - manifolds - marionetta - markdown-pap - markdown2svg - markov-processes + - markup - marmalade-upload - marquise - marvin + - marxup - masakazu-bot - matchers - math-programming-glpk @@ -2114,12 +2679,13 @@ dont-distribute-packages: - maxent-learner-hw-gui - maxsharing - mcmc-samplers - - mealy - mediabus-fdk-aac - mediabus-rtp - mellon-gpio - mellon-web - memcache-conduit + - memis + - memory-hexstring - mergeful-persistent - mergeless-persistent - merkle-patricia-db @@ -2129,23 +2695,35 @@ dont-distribute-packages: - metar-http - metronome - micro-gateway + - microformats2-parser - microformats2-types - midimory - mighttpd + - migrant-hdbc + - migrant-postgresql-simple + - migrant-sqlite-simple - minecraft-data - - minesweeper - mini-egison - minilight-lua - minimung - minioperational + - minirotate + - mirror-tweet + - miso-action-logger - miss - miss-porcelain - missing-py2 - mixed-strategies - mkbndl - mlist - - mmark-cli - - mmark-ext + - mmsyn4 + - mmsyn6ukr + - mmsyn6ukr-array + - mmsyn7h + - mmsyn7l + - mmsyn7s + - mmsyn7ukr + - mmsyn7ukr-common - mmtl-base - moan - modify-fasta @@ -2155,8 +2733,10 @@ dont-distribute-packages: - modulo - mole - monad-exception + - monad-metrics-extensible - monad-state - monad-stlike-stm + - monad-unlift-ref - monadiccp-gecode - monarch - monetdb-mapi @@ -2164,16 +2744,20 @@ dont-distribute-packages: - monky - monte-carlo - moo - - moo-nad + - moonshine - morley - morley-client - morley-upgradeable - - morloc - - morpheus-graphql-client_0_18_0 - - morpheus-graphql_0_18_0 + - morpheus-graphql + - morpheus-graphql-app + - morpheus-graphql-cli + - morpheus-graphql-client + - morpheus-graphql-code-gen + - morpheus-graphql-subscriptions - morphisms-functors-inventory - - mosaico-lib + - mortred - motor-diagrams + - motor-reflection - mp - mp3decoder - mpdmate @@ -2181,14 +2765,27 @@ dont-distribute-packages: - mpretty - mprover - mps + - mptcp + - mptcp-pm - mptcpanalyzer - msgpack-aeson - msgpack-idl - msgpack-rpc - msgpack-rpc-conduit - mtgoxapi + - mu-avro + - mu-graphql - mu-grpc-client + - mu-grpc-common - mu-grpc-server + - mu-kafka + - mu-lens + - mu-optics + - mu-persistent + - mu-prometheus + - mu-protobuf + - mu-rpc + - mu-servant-server - mu-tracing - multi-cabal - multibase @@ -2200,7 +2797,9 @@ dont-distribute-packages: - multirec-binary - multisetrewrite - murder + - murmur - murmurhash3 + - mushu - music-graphics - music-parts - music-pitch @@ -2212,20 +2811,24 @@ dont-distribute-packages: - musicxml2 - mutable-iter - mute-unmute - - mvc-updates - mvclient + - mwc-random-accelerate - mxnet-dataiter - mxnet-examples - mxnet-nn - myTestlll - mysnapsession-example + - mysql-haskell + - mysql-haskell-nem - mysql-haskell-openssl - mysql-simple-typed - - mywatch - n2o-web - nakadi-client + - named-servant-client + - named-servant-server - nats-queue - natural-number + - neko-obfs - nemesis-titan - nerf - nero-wai @@ -2235,49 +2838,57 @@ dont-distribute-packages: - net-spider-pangraph - net-spider-rpl - net-spider-rpl-cli - - netcore - netlines - netstring-enumerator - - nettle-frp - - nettle-netkit - - nettle-openflow - network-anonymous-i2p - network-anonymous-tor - network-connection - network-enumerator - network-hans - network-interfacerequest - - network-messagepack-rpc-websocket - network-minihttp - network-netpacket - network-pgi - - network-protocol-xmpp - network-rpca - network-stream - network-topic-models + - network-uri-json - network-websocket + - neural - newsletter-mailgun - newsynth - ngrams-loader - ngx-export-tools-extra - nikepub - nirum + - nix-thunk + - nkjp - nlp-scores-scripts - nomyx-api - nomyx-core - nomyx-language - nomyx-library - nomyx-server + - nonlinear-optimization-backprop - notmuch-haskell - notmuch-web - - numeric-ode + - now-haskell + - nri-env-parser + - nri-http + - nri-kafka + - nri-observability + - nri-postgresql + - nri-redis + - nri-test-encoding - numerical - numhask-hedgehog - - numhask-histogram - numhask-range - numhask-test + - nvim-hs-ghcid - nyan - - nymphaea + - nyan-interpolation + - nyan-interpolation-simple + - oanda-rest-api - oath - obd - obdd @@ -2292,46 +2903,59 @@ dont-distribute-packages: - odd-jobs - off-simple - ohloh-hs + - oidc-client - ois-input-manager - olwrapper - - one-liner_2_0 - online - online-csv - - opc-xml-da-client - open-adt-tutorial - - open-union + - openai-hs + - openapi3-code-generator + - opencv-extra - openpgp-Crypto - openpgp-crypto-api - openssh-github-keys - optima-for-hasql - optimal-blocks - optimusprime + - optparse-enum - orchid - orchid-demo - order-maintenance - org-mode-lucid + - orgmode-parse + - orgstat - osm-download - otp-authenticator + - overload + - package-o-tron - padKONTROL - pairing + - pan-os-syslog - panda + - pandoc-highlighting-extensions - pandoc-japanese-filters - - pandoc_2_17_1_1 + - pandora-io - papa - papa-base - papa-base-implement - papa-export - papa-implement + - papa-lens - papa-semigroupoids - paprika + - parameterized - parco-attoparsec - parco-parsec - parconc-examples - parquet-hs - parse-help - parsestar + - parsley - parsley-garnish + - partage - partial-lens + - partial-semigroup-test - passman-cli - patch-image - patterns @@ -2346,7 +2970,6 @@ dont-distribute-packages: - penny - penny-bin - penny-lib - - penrose - peparser - perdure - perf-analysis @@ -2355,20 +2978,42 @@ dont-distribute-packages: - periodic-client-exe - periodic-server - perm + - permutations + - persistable-record + - persistable-types-HDBC-pg - persistent-audit - persistent-hssqlppp + - persistent-iproute - persistent-map + - persistent-mysql-haskell + - persistent-relational-record - persona-idp - peyotls - peyotls-codec - pg-entity - pgsql-simple + - phonetic-languages-common + - phonetic-languages-constraints + - phonetic-languages-constraints-array - phonetic-languages-examples - phonetic-languages-general + - phonetic-languages-permutations + - phonetic-languages-permutations-array + - phonetic-languages-phonetics-basics + - phonetic-languages-plus + - phonetic-languages-properties + - phonetic-languages-simplified-base + - phonetic-languages-simplified-common - phonetic-languages-simplified-examples-array - phonetic-languages-simplified-examples-common - phonetic-languages-simplified-generalized-examples-array + - phonetic-languages-simplified-generalized-examples-common + - phonetic-languages-simplified-generalized-properties-array - phonetic-languages-simplified-lists-examples + - phonetic-languages-simplified-properties-array + - phonetic-languages-simplified-properties-lists + - phonetic-languages-simplified-properties-lists-double + - phonetic-languages-ukrainian - phooey - pianola - pier @@ -2376,24 +3021,28 @@ dont-distribute-packages: - pinpon - pipe-enumerator - pipes-attoparsec-streaming - - pipes-brotli - pipes-cacophony - pipes-cereal-plus - pipes-conduit - pipes-courier - pipes-extra - pipes-files + - pipes-fluid - pipes-illumina - pipes-key-value-csv + - pipes-misc + - pipes-network-tls - pipes-p2p - pipes-p2p-examples + - pipes-protolude + - pipes-transduce - pisigma - pitchtrack - pkgtreediff - - pkgtreediff_0_5_0 - planet-mitchell + - playlists-http - plocketed - - ploterific + - plugins-auto - png-file - pngload - pocket-dns @@ -2402,10 +3051,9 @@ dont-distribute-packages: - pointless-rewrite - poke - polh-lexicon + - poly-rec - polydata - polysemy-RandomFu - - polysemy-log-co - - polysemy-methodology-co-log - polysemy-optics - polyseq - polytypeable-utils @@ -2418,51 +3066,65 @@ dont-distribute-packages: - ports - poseidon - poseidon-postgis - - postgresql-query + - postgresql-pure - postgresql-simple-queue - postgresql-simple-typed - postgresql-tx-query - postgresql-tx-squeal - postgresql-tx-squeal-compat-simple - - postgrest_8_0_0 + - postgrest - postmark - potoki - potoki-cereal - potoki-conduit - potoki-hasql - potoki-zlib + - powerqueue-levelmem - powerqueue-sqs - pqueue-mtl - practice-room - pred-set - pred-trie - prednote-test + - prefork - presto-hdbc - preview + - primal-memory - primula-board - primula-bot + - priority-sync - proc - process-iterio - process-progress - process-qq + - process-sequential - process-streaming - procrastinating-structure - producer + - product-isomorphic - prof2dot + - profiterole + - profiteur - progressbar - project-m36 + - prolog-graph + - prolog-graph-lib - prologue - prolude - prometheus-effect - propane - - proplang - prosidyc - proteome - proto-lens-descriptors - proto3-suite + - proto3-wire - protobuf-native - protocol-buffers-descriptor-fork + - proton - psql + - ptera + - ptera-core + - ptera-th - puffytools - pugs-compat - pugs-hsregex @@ -2470,31 +3132,37 @@ dont-distribute-packages: - puppetresources - pure-cdb - pure-priority-queue-tests - - purescript-bridge - purescript-iso + - pursuit-client - push-notify - push-notify-apn - push-notify-ccs - push-notify-general + - pushme - puzzle-draw-cmdline - pvd - qd-vec - qhs + - qr-imager - qr-repa + - qtah-examples + - qtah-qt5 - quantum-random - queryparser - queryparser-demo - queryparser-hive - queryparser-presto - queryparser-vertica + - queue-sheet - queuelike - - quickbench + - quickbooks - quickcheck-combinators - quickcheck-poly - quickcheck-regex - quickcheck-relaxng - quickcheck-state-machine - quickcheck-state-machine-distributed + - quickcheck-webdriver - quicktest - quipper - quipper-algorithms @@ -2505,6 +3173,7 @@ dont-distribute-packages: - quipper-libraries - quipper-rendering - quipper-tools + - quipper-utils - quiver-binary - quiver-bytestring - quiver-cell @@ -2516,11 +3185,13 @@ dont-distribute-packages: - quiver-interleave - quiver-sort - qux + - r-glpk-phonetic-languages-ukrainian-durations - rail-compiler-editor - rails-session - rainbow-tests - raketka - rallod + - random-access-file - random-effin - random-hypergeometric - range-space @@ -2536,7 +3207,9 @@ dont-distribute-packages: - rasa-ext-style - rasa-ext-views - rasa-ext-vim + - rascal - rating-chgk-info + - raven-haskell-scotty - raw-feldspar - rawr - razom-text-util @@ -2550,6 +3223,7 @@ dont-distribute-packages: - reactive-fieldtrip - reactive-glut - reactor + - readline-in-other-words - readpyc - reanimate - record-aeson @@ -2559,15 +3233,22 @@ dont-distribute-packages: - records-th - redHandlers - reddit + - rediscaching-haxl - reduce-equations - refh - reflex-animation - reflex-backend-socket - reflex-backend-wai - reflex-dom-colonnade + - reflex-dynamic-containers - reflex-ghci - reflex-gloss-scene + - reflex-localize + - reflex-localize-dom + - reflex-monad-auth - reflex-process + - reform-hsp + - refractor - refurb - reg-alloc-graph-color - regex-deriv @@ -2575,6 +3256,7 @@ dont-distribute-packages: - regex-pcre-text - regex-pderiv - regex-xmlschema + - regexchar - regexp-tries - regional-pointers - regions-monadsfd @@ -2585,24 +3267,32 @@ dont-distribute-packages: - regular-web - regular-xmlpickler - reheat + - relational-postgresql8 + - relational-query + - relational-query-HDBC + - relational-query-postgresql-pure + - relational-record + - relational-record-examples + - relational-schemas - relative-date + - reload - remote-json - remote-json-client - remote-json-server - remotion - repa-array - repa-convert - - repa-examples - repa-flow - repa-plugin - repa-stream - repa-v4l2 - replicant + - repo-based-blog - repr - representable-tries + - resin - resource-pool-catchio - resource-simple - - respond - rest-client - rest-core - rest-example @@ -2620,13 +3310,14 @@ dont-distribute-packages: - rewrite - rewriting - rezoom + - rfc - rfc-env - rfc-http-client - rfc-psql - rfc-redis - rfc-servant - rhythm-game-tutorial - - rib + - ribosome - ribosome-root - ribosome-test - ridley-extras @@ -2649,11 +3340,14 @@ dont-distribute-packages: - rollbar-cli - rollbar-wai - rollbar-yesod + - ron-rdt - ron-schema - ron-storage + - rosa - rose-trie - roshask - rosmsg-bin + - rounded - roundtrip-xml - route-generator - route-planning @@ -2666,7 +3360,12 @@ dont-distribute-packages: - ruler - ruler-core - runtime-arbitrary + - rv - s-expression + - safe-coloured-text-gen + - safe-coloured-text-layout + - safe-coloured-text-layout-gen + - safe-plugins - safer-file-handles - safer-file-handles-bytestring - safer-file-handles-text @@ -2682,6 +3381,7 @@ dont-distribute-packages: - samtools-conduit - samtools-enumerator - samtools-iteratee + - sandwich-webdriver - sarsi - sasl - sat-micro-hs @@ -2690,15 +3390,17 @@ dont-distribute-packages: - satchmo-funsat - satchmo-minisat - satchmo-toysat + - sbvPlugin - sc2-lowlevel - sc2-support - sc2hs - - sc3-rdu - scalable-server - scalp-webhooks - scalpel-search + - scan-metadata - scan-vector-machine - - schema + - schedevr + - scheduling - schematic - scholdoc - scholdoc-citeproc @@ -2707,20 +3409,23 @@ dont-distribute-packages: - scion-browser - scope - scope-cairo + - scotty-fay - scotty-hastache + - scotty-haxl + - scotty-utils - scp-streams - scrabble-bot - scrapbook - scroll - - sde-solver - seakale-postgresql - seakale-tests - secrm - sednaDBXML - seitz-symbol + - selda-postgresql - selenium-server - self-extract - - semi-iso + - semantic-source - semiring - semiring-num - sensenet @@ -2735,73 +3440,95 @@ dont-distribute-packages: - serv-wai - servant-auth-token - servant-auth-token-acid + - servant-auth-token-api - servant-auth-token-leveldb - servant-auth-token-persistent - servant-auth-token-rocksdb - - servant-auth-wordpress + - servant-cli - servant-client-namedargs - servant-csharp - servant-db-postgresql - servant-ede + - servant-ekg - servant-event-stream - servant-examples + - servant-haxl-client - servant-http2-client + - servant-jquery + - servant-js + - servant-jsonrpc-client + - servant-jsonrpc-server - servant-matrix-param - servant-polysemy - servant-postgresql + - servant-pushbullet-client + - servant-rate-limit + - servant-reason - servant-server-namedargs - servant-snap - servant-streaming-client - servant-streaming-docs - servant-streaming-server - - servant-subscriber - servant-swagger-tags + - servant-to-elm + - servant-typescript - servant-waargonaut - servant-zeppelin-client - servant-zeppelin-server - servant-zeppelin-swagger + - serverless-haskell - sessiontypes-distributed - sgf - sgrep - sha1 - shady-graphics - shake-ats + - shake-bindist - shake-minify-css + - shake-plus-extended + - shakebook - shaker - shapefile - shapely-data + - shapes-demo - shelduck - shellmate-extras - shine-varying - short-vec-lens - - showdown - shpider - shuffle - si-clock - sibe - sigma-ij - - signable - - signals - signature - signify-hs - silvi - simgi + - simple - simple-c-value - simple-firewire + - simple-log-syslog + - simple-logging - simple-nix - simple-pascal + - simple-postgresql-orm + - simple-session - simpleirc-lens - simseq - - singleton-nats_0_4_6 - - singletons-base + - singular-factory - siphon - siren-json - sirkel + - sitemap - skeleton - skeletons + - sketch-frp-copilot - skylark-client + - slate - slidemews - slip32 + - smallcheck-laws + - smallcheck-lens - smallstring - smartword - smcdel @@ -2819,11 +3546,12 @@ dont-distribute-packages: - snaplet-actionlog - snaplet-auth-acid - snaplet-coffee + - snaplet-customauth + - snaplet-fay - snaplet-hasql - snaplet-haxl - snaplet-hdbc - snaplet-lss - - snaplet-mandrill - snaplet-mongoDB - snaplet-mysql-simple - snaplet-oauth @@ -2836,9 +3564,11 @@ dont-distribute-packages: - snaplet-sqlite-simple-jwt-auth - snaplet-stripe - snaplet-tasks + - snaplet-typed-sessions - snaplet-wordpress - snappy-iteratee - sndfile-enumerators + - sneakyterm - sneathlane-haste - snm - snmp @@ -2846,7 +3576,10 @@ dont-distribute-packages: - snowflake-core - snowflake-server - sock2stream + - socket-io - sockets + - socketson + - solga - solga-swagger - solr - souffle-dsl @@ -2869,37 +3602,35 @@ dont-distribute-packages: - sphinx-cli - spice - spike - - spline3 - splines - sprinkles - - sproxy - - sproxy-web - - sproxy2 - sql-simple-mysql - sql-simple-pool - sql-simple-postgresql - sql-simple-sqlite - sqlite-simple-typed + - sqsd-local + - squeal-postgresql - squeal-postgresql-ltree - squeal-postgresql-uuid-ossp - - squeeze - sr-extra - sscgi - sshd-lint - sssp - sstable - stable-tree - - stack-hpc-coveralls - stack-network - stack-run-auto - stackage - stackage-build-plan - stackage-cabal + - stackage-curator - stackage-query - stackage-sandbox - stackage-setup - stackage-upload - stackage2nix + - stan - starrover2 - stateful-mtl - static-closure @@ -2907,72 +3638,87 @@ dont-distribute-packages: - statsdi - stmcontrol - storablevector-streamfusion + - stratum-tool - stratux - stratux-demo - stratux-http - stratux-websockets - - streaming-base64 - - streaming-brotli - - streaming-concurrency - streaming-fft - - streaming-process - - streaming-sort + - streaming-utils - strelka - strict-data - string-typelits - stripe-haskell + - stripe-hs - stripe-http-client - - stripe-scotty + - stripe-http-streams + - stripe-tests + - strongswan-sql - structural-induction - structured-mongoDB - stunts - stutter - stylist + - subG-instances - subhask - substring-parser + - sugar-json + - sugar-scheme - summoner-tui - sump - sunroof-examples - sunroof-server + - super-user-spark - supercollider-ht - supercollider-midi - superconstraints - - sv - - sv-cassava - sv-svfactor - svg2q - svgone - swapper - sweet-egison - switch + - syb-with-class-instances-text + - sydtest + - sydtest-aeson - sydtest-amqp + - sydtest-hedgehog + - sydtest-hedis + - sydtest-hspec + - sydtest-mongo + - sydtest-persistent + - sydtest-persistent-postgresql + - sydtest-persistent-sqlite + - sydtest-process + - sydtest-rabbitmq + - sydtest-servant + - sydtest-typed-process + - sydtest-wai + - sydtest-yesod - sylvia - sym-plot - symantic-atom + - symantic-http-demo + - symantic-http-test - symantic-lib - symbiote - symmetry-operations-symbols - syncthing-hs - - syntax - - syntax-attoparsec - - syntax-example - - syntax-example-json - - syntax-pretty - - syntax-printer - syntaxnet-haskell - synthesizer-llvm - - systemstats + - sys-process - t3-client - ta - tag-stream - tagged-list - tagged-th - tagsoup-navigate - - tagstew + - tak-ai - tal - tamarin-prover - tamarin-prover-term - tamarin-prover-theory + - tar-bytestring - target - task - task-distribution @@ -2982,6 +3728,7 @@ dont-distribute-packages: - tasty-jenkins-xml - tasty-laws - tasty-lens + - tasty-sugar - tateti-tateti - tbox - tccli @@ -2990,21 +3737,19 @@ dont-distribute-packages: - tdlib-gen - tdlib-types - techlab + - telega - telegram-bot - - telegram-raw-api - - telegram-types - tensorflow-core-ops - tensorflow-logging - tensorflow-ops - terminal-text - terrahs - - test-framework-sandbox - test-sandbox-compose - - test-sandbox-hunit - - test-sandbox-quickcheck - test-simple - testbench + - text-generic-pretty - text-json-qq + - text-locale-encoding - text-plus - text-xml-generic - textmatetags @@ -3026,16 +3771,31 @@ dont-distribute-packages: - time-io-access - time-warp - timeprint + - timeseries - timezone-unix - tinyMesh - tip-haskell-frontend - tip-lib - titan + - tlex + - tlex-core + - tlex-debug + - tlex-encoding + - tlex-th - tls-extra - tn - to-string-instances - toboggan + - todos + - token-limiter-concurrent - toktok + - tomlcheck + - tonatona + - tonatona-google-server-api + - tonatona-logger + - tonatona-persistent-postgresql + - tonatona-persistent-sqlite + - tonatona-servant - too-many-cells - top - topaz @@ -3047,11 +3807,15 @@ dont-distribute-packages: - tpar - tpb - trajectory + - trans-fx-data + - trans-fx-io - transf - transfer-db - transformations - transformers-convert + - transient-universe - transient-universe-tls + - translate-cli - trasa - trasa-client - trasa-extra @@ -3059,35 +3823,37 @@ dont-distribute-packages: - trasa-reflex - trasa-server - trasa-th - - traverse-code - treemap-html-tools - treersec - trek-app - trek-db - triangulation - tries - - trimdent - trimpolya + - tripLL + - tropical-geometry - truelevel - trurl - tsession-happstack - tsweb - tuntap-simple - tup-functor - - tuple-hlist - - tuple-morph - tuple-ops - - turingMachine + - tweet-hs - twentefp-eventloop-graphics - twentefp-eventloop-trees - twentefp-graphs - twentefp-rosetree - twentefp-trees - twentyseven + - twhs - twidge - twilight-stm - twill + - twirp + - twitter-conduit - twitter-enumerator + - twitter-types-lens - type-assertions - type-cache - type-cereal @@ -3099,12 +3865,13 @@ dont-distribute-packages: - type-sets - type-structure - type-sub-th + - typed-admin - typed-encoding-encoding - - typed-spreadsheet - typed-streams - - typelet + - typed-uuid - typelevel - typelevel-rewrite-rules + - typesafe-precure - typescript-docs - typson-beam - typson-esqueleto @@ -3112,10 +3879,11 @@ dont-distribute-packages: - u2f - uber - ucam-webauth + - udbus-model - uhc-light - uhc-util + - ukrainian-phonetics-basic - unagi-bloomfilter - - unbeliever - unbound - unfoldable-restricted - uni-events @@ -3126,11 +3894,15 @@ dont-distribute-packages: - uni-uDrawGraph - unicode-normalization - uniform-io - - uniformBase + - uniqueness-periods - uniqueness-periods-vector-examples + - uniqueness-periods-vector-filters + - uniqueness-periods-vector-general + - uniqueness-periods-vector-properties + - universe + - universe-dependent-sum - universe-th - unix-fcntl - - unix-simple - unpacked-these - unpacked-validation - unparse-attoparsec @@ -3138,22 +3910,25 @@ dont-distribute-packages: - up - urbit-airlock - urbit-api - - urbit-hob - ureader - - urembed - uri-enumerator - uri-enumerator-file + - urlpath - usb - usb-enumerator - usb-hid - usb-id-database - usb-iteratee - usb-safe + - userid + - users-mysql-haskell - util-exception - util-primitive-control + - util-universe - uu-cco-examples - uu-cco-hut-parsing - uu-cco-uu-parsinglib + - uu-options - uuid-crypto - uvector-algorithms - v4l2 @@ -3164,23 +3939,24 @@ dont-distribute-packages: - vacuum-opengl - vacuum-ubigraph - variable-precision + - vault-tool-server + - vault-trans - vcache-trie - vcard - vcsgui - vect-floating-accelerate - - vector-endian - vector-instances-collections - vector-text - venzone - verdict-json - - versioning-servant + - verifiable-expressions - vessel - vflow-types - - vformat-aeson - - vformat-time - vfr-waypoints + - viewprof - vigilance - vimeta + - vinyl-generics - vinyl-operational - vision - visual-graphrewrite @@ -3192,36 +3968,45 @@ dont-distribute-packages: - vty-ui-extras - waargonaut - wahsp + - wai-control - wai-devel - wai-dispatch - wai-handler-snap - wai-hastache - wai-log - - wai-middleware-brotli - wai-middleware-cache - wai-middleware-cache-redis - wai-middleware-consul + - wai-middleware-content-type - wai-middleware-rollbar - wai-middleware-route + - wai-middleware-throttle + - wai-routes + - wai-routing - wai-session-tokyocabinet - wai-thrift - waldo - warped - wavesurfer - wavy - - web-inv-route - web-mongrel2 - web-page - - web-rep - web-routes-regular - web-routing - web3 + - web3-bignum + - web3-crypto - web3-ethereum + - web3-polkadot + - web3-provider + - web3-solidity - webcrank-wai + - webdriver-angular - webdriver-w3c - webserver - weighted - werewolf-slack + - wgpu-hs - what4 - wheb-mongo - wheb-redis @@ -3229,20 +4014,23 @@ dont-distribute-packages: - whitespace - wikipedia4epub - winio + - wireguard-hs - wl-pprint-ansiterm - wl-pprint-terminfo - wlc-hs - wobsurv - wolf + - word - workflow-extra - workflow-pure - workflow-types - wraxml - wrecker - wrecker-ui + - wreq-helper - wright - writer-cps-full - - wss-client + - ws - wtk-gtk - wu-wei - wumpus-basic @@ -3262,13 +4050,13 @@ dont-distribute-packages: - xhb-atom-cache - xhb-ewmh - xml-catalog + - xml-conduit-stylist - xml-enumerator - xml-enumerator-combinators + - xml-isogen - xml-monad - xml-pipe - xml-push - - xml-query-xml-conduit - - xml-query-xml-types - xml-tydom-conduit - xml2x - xmltv @@ -3287,23 +4075,30 @@ dont-distribute-packages: - yam-job - yam-logger - yam-redis + - yam-servant - yam-transaction - yam-transaction-odbc - yam-transaction-postgresql - yam-web - yaml-rpc-scotty - yaml-rpc-snap - - yaml-streamly - - yaml-unscrambler - yarr-image-io - yavie - ycextra - yeamer - yeshql + - yesod-articles + - yesod-auth-fb - yesod-auth-ldap + - yesod-auth-lti13 - yesod-colonnade + - yesod-comments - yesod-continuations + - yesod-crud-persist - yesod-examples + - yesod-fay + - yesod-fb + - yesod-ip - yesod-mangopay - yesod-paypal-rest - yesod-platform @@ -3313,6 +4108,24 @@ dont-distribute-packages: - yesod-raml-mock - yesod-routes-typescript - yesod-session-redis + - yesod-worker + - yi + - yi-contrib + - yi-dynamic-configuration + - yi-frontend-pango + - yi-frontend-vty + - yi-fuzzy-open + - yi-ireader + - yi-keymap-cua + - yi-keymap-emacs + - yi-keymap-vim + - yi-misc-modes + - yi-mode-haskell + - yi-mode-javascript + - yi-monokai + - yi-snippet + - yi-solarized + - yi-spolsky - yjftp - yjftp-libs - yoko @@ -3320,8 +4133,9 @@ dont-distribute-packages: - yql - yu-launch - yuuko + - z85 - zasni-gerna - - zerobin + - zephyr-copilot - zeromq3-conduit - zeromq3-haskell - zeroth @@ -3341,3 +4155,4 @@ dont-distribute-packages: - zoom-cache-sndfile - zoovisitor - zuramaru + - zxcvbn-dvorak diff --git a/pkgs/development/haskell-modules/hackage-packages.nix b/pkgs/development/haskell-modules/hackage-packages.nix index 9fd682039108..f21810ab7874 100644 --- a/pkgs/development/haskell-modules/hackage-packages.nix +++ b/pkgs/development/haskell-modules/hackage-packages.nix @@ -18,6 +18,8 @@ self: { ]; description = "Haskell package for easy integration with the 2captcha API"; license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "3d-graphics-examples" = callPackage @@ -31,6 +33,8 @@ self: { executableHaskellDepends = [ base GLUT OpenGL random ]; description = "Examples of 3D graphics programming with OpenGL"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "3dmodels" = callPackage @@ -44,6 +48,8 @@ self: { ]; description = "3D model parsers"; license = lib.licenses.lgpl3Only; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "4Blocks" = callPackage @@ -71,6 +77,8 @@ self: { libraryHaskellDepends = [ base ]; description = "Abstract Application Interface"; license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "ABList" = callPackage @@ -121,6 +129,8 @@ self: { libraryHaskellDepends = [ base ]; description = "Detect which OS you're running on"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "AC-Colour" = callPackage @@ -143,6 +153,8 @@ self: { libraryHaskellDepends = [ array base gtk ]; description = "GTK+ pixel plotting"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "AC-HalfInteger" = callPackage @@ -156,6 +168,8 @@ self: { libraryHaskellDepends = [ base ]; description = "Efficient half-integer type"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "AC-MiniTest" = callPackage @@ -169,6 +183,8 @@ self: { libraryHaskellDepends = [ base transformers ]; description = "A simple test framework"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "AC-PPM" = callPackage @@ -204,6 +220,8 @@ self: { libraryHaskellDepends = [ ansi-terminal base ]; description = "Trivial wrapper over ansi-terminal"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "AC-VanillaArray" = callPackage @@ -215,6 +233,8 @@ self: { libraryHaskellDepends = [ base ghc-prim ]; description = "Immutable arrays with plain integer indicies"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "AC-Vector" = callPackage @@ -228,6 +248,8 @@ self: { libraryHaskellDepends = [ base ]; description = "Efficient geometric vectors and transformations"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "AC-Vector-Fancy" = callPackage @@ -257,6 +279,8 @@ self: { ]; description = "Essential features"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "ADPfusion" = callPackage @@ -284,6 +308,8 @@ self: { ]; description = "Efficient, high-level dynamic programming"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "ADPfusionForest" = callPackage @@ -355,6 +381,8 @@ self: { executableHaskellDepends = [ base containers directory ]; description = "foundational type classes for approximating exact real numbers"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "AERN-Net" = callPackage @@ -505,6 +533,8 @@ self: { ]; description = "A library for writing AGI scripts for Asterisk"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "ALUT" = callPackage @@ -534,6 +564,8 @@ self: { ]; description = "Low-level bindings for Asterisk Manager Interface (AMI)"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "ANum" = callPackage @@ -626,6 +658,8 @@ self: { ]; description = "A monad and monadic transformer providing \"abort\" functionality"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "ActionKid" = callPackage @@ -649,6 +683,8 @@ self: { testHaskellDepends = [ base hspec ]; description = "An easy-to-use video game framework for Haskell"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "Adaptive" = callPackage @@ -664,6 +700,8 @@ self: { libraryHaskellDepends = [ base ]; description = "Library for incremental computing"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "Adaptive-Blaisorblade" = callPackage @@ -678,6 +716,8 @@ self: { libraryHaskellDepends = [ base ]; description = "Library for incremental computing"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "Advgame" = callPackage @@ -742,6 +782,8 @@ self: { ]; description = "Mapping between Aeson's JSON and Bson objects"; license = "unknown"; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "Agata" = callPackage @@ -757,6 +799,8 @@ self: { ]; description = "Generator-generator for QuickCheck"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "Agda" = callPackage @@ -807,6 +851,8 @@ self: { executableHaskellDepends = [ Agda base ]; description = "Command-line program for type-checking and compiling Agda programs"; license = "unknown"; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "AhoCorasick" = callPackage @@ -821,6 +867,8 @@ self: { ]; description = "Aho-Corasick string matching algorithm"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "AlanDeniseEricLauren" = callPackage @@ -842,6 +890,8 @@ self: { benchmarkHaskellDepends = [ base containers criterion ]; description = "Find the minimal subset/submap satisfying some property"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "AlgoRhythm" = callPackage @@ -884,6 +934,8 @@ self: { executableHaskellDepends = [ base containers mtl pretty ]; description = "Example implementation of Algorithm W for Hindley-Milner type inference"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "AlignmentAlgorithms" = callPackage @@ -931,6 +983,7 @@ self: { platforms = [ "aarch64-linux" "armv7l-linux" "i686-linux" "x86_64-linux" ]; + hydraPlatforms = lib.platforms.none; }) {}; "AndroidViewHierarchyImporter" = callPackage @@ -962,6 +1015,8 @@ self: { libraryHaskellDepends = [ base random ]; description = "Updated version of Yampa: a library for programming hybrid systems"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "Annotations" = callPackage @@ -1002,6 +1057,8 @@ self: { ]; description = "A simple music library with the capability of generating .ly and .mid files."; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "ApplePush" = callPackage @@ -1032,6 +1089,8 @@ self: { doHaddock = false; description = "Call AppleScript from Haskell, and then call back into Haskell"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "ApproxFun-hs" = callPackage @@ -1043,6 +1102,8 @@ self: { libraryHaskellDepends = [ base vector ]; description = "Function approximation"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "ArrayRef" = callPackage @@ -1054,6 +1115,8 @@ self: { libraryHaskellDepends = [ base ]; description = "Unboxed references, dynamic arrays and more"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "ArrowVHDL" = callPackage @@ -1065,6 +1128,8 @@ self: { libraryHaskellDepends = [ base process ]; description = "A library to generate Netlist code from Arrow descriptions"; license = lib.licenses.publicDomain; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "AspectAG" = callPackage @@ -1080,6 +1145,7 @@ self: { ]; description = "Strongly typed Attribute Grammars implemented using type-level programming"; license = lib.licenses.gpl3Only; + hydraPlatforms = lib.platforms.none; }) {}; "AttoBencode" = callPackage @@ -1100,6 +1166,8 @@ self: { ]; description = "Fast Bencode encoding and parsing library"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "AttoJson" = callPackage @@ -1132,6 +1200,8 @@ self: { ]; description = "Visualisation of Strange Attractors in 3-Dimensions"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "Aurochs" = callPackage @@ -1145,6 +1215,8 @@ self: { executableHaskellDepends = [ base containers parsec pretty ]; description = "Yet another parser generator for C/C++"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "AutoForms" = callPackage @@ -1211,6 +1283,8 @@ self: { ]; description = "Big Contact Map Tools"; license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "BNFC" = callPackage @@ -1270,6 +1344,8 @@ self: { libraryHaskellDepends = [ base cairo containers mtl ]; description = "Tools for self-assembly"; license = lib.licenses.gpl3Only; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "Bang" = callPackage @@ -1285,6 +1361,8 @@ self: { ]; description = "A Drum Machine DSL for Haskell"; license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "Barracuda" = callPackage @@ -1327,6 +1405,8 @@ self: { executableHaskellDepends = [ array base mtl random ]; description = "An interpreter for the Befunge-93 Programming Language"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "BenchmarkHistory" = callPackage @@ -1344,6 +1424,8 @@ self: { ]; description = "Benchmark functions with history"; license = lib.licenses.gpl3Only; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "BerkeleyDB" = callPackage @@ -1370,6 +1452,8 @@ self: { librarySystemDepends = [ db dbxml xercesc xqilla ]; description = "Berkeley DB XML binding"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {inherit (pkgs) db; inherit (pkgs) dbxml; inherit (pkgs) xercesc; inherit (pkgs) xqilla;}; @@ -1397,6 +1481,8 @@ self: { ]; description = "The Bidirectional Generic Update Language"; license = lib.licenses.publicDomain; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "BigPixel" = callPackage @@ -1428,6 +1514,8 @@ self: { ]; description = "Source-to-source plugin for enhancing EDSLs with static annotations"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "Binpack" = callPackage @@ -1505,7 +1593,6 @@ self: { ]; description = "BLAST-related tools"; license = lib.licenses.gpl3Only; - hydraPlatforms = lib.platforms.none; }) {}; "BiobaseDotP" = callPackage @@ -1540,7 +1627,6 @@ self: { ]; description = "European Nucleotide Archive data"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; }) {}; "BiobaseEnsembl" = callPackage @@ -1605,7 +1691,6 @@ self: { ]; description = "streaming FASTA parser"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; }) {}; "BiobaseHTTP" = callPackage @@ -1723,6 +1808,8 @@ self: { ]; description = "Newick file format parser"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "BiobaseTrainingData" = callPackage @@ -1760,7 +1847,6 @@ self: { ]; description = "Import Turner RNA parameters"; license = lib.licenses.gpl3Only; - hydraPlatforms = lib.platforms.none; }) {}; "BiobaseTypes" = callPackage @@ -1794,7 +1880,6 @@ self: { ]; description = "Collection of types for bioinformatics"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; }) {}; "BiobaseVienna" = callPackage @@ -1810,7 +1895,6 @@ self: { ]; description = "Import Vienna energy parameters"; license = lib.licenses.gpl3Only; - hydraPlatforms = lib.platforms.none; }) {}; "BiobaseXNA" = callPackage @@ -1852,7 +1936,6 @@ self: { ]; description = "Efficient RNA/DNA/Protein Primary/Secondary Structure"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; }) {}; "BirdPP" = callPackage @@ -1886,6 +1969,8 @@ self: { transformers vector ]; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "BitSyntax" = callPackage @@ -1899,6 +1984,8 @@ self: { ]; description = "A module to aid in the (de)serialisation of binary data"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "Bitly" = callPackage @@ -2026,6 +2113,8 @@ self: { ]; description = "A markdown-like markup language designed for blog posts"; license = lib.licenses.agpl3Only; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "BluePrintCSS" = callPackage @@ -2048,6 +2137,8 @@ self: { doHaddock = false; description = "Preview of a new build system"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "Bookshelf" = callPackage @@ -2107,6 +2198,8 @@ self: { ]; description = "Static text template generation library"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "BufferedSocket" = callPackage @@ -2118,6 +2211,8 @@ self: { libraryHaskellDepends = [ base bytestring network text ]; description = "A socker wrapper that makes the IO of sockets much cleaner"; license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "Buster" = callPackage @@ -2142,6 +2237,8 @@ self: { ]; description = "Hits a set of urls periodically to bust caches"; license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "C-structs" = callPackage @@ -2160,6 +2257,8 @@ self: { ]; description = "C-Structs implementation for Haskell"; license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "CBOR" = callPackage @@ -2221,6 +2320,8 @@ self: { libraryHaskellDepends = [ base mtl ]; description = "A monad transformers for multi-prompt delimited control"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "CC-delcont-exc" = callPackage @@ -2232,6 +2333,8 @@ self: { libraryHaskellDepends = [ base mtl ]; description = "A monad transformers for multi-prompt delimited control"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "CC-delcont-ref" = callPackage @@ -2243,6 +2346,8 @@ self: { libraryHaskellDepends = [ base mtl ]; description = "A monad transformers for multi-prompt delimited control using refercence cells"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "CC-delcont-ref-tf" = callPackage @@ -2254,6 +2359,8 @@ self: { libraryHaskellDepends = [ base ref-tf transformers ]; description = "A monad transformers for multi-prompt delimited control using refercence cells"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "CCA" = callPackage @@ -2271,6 +2378,8 @@ self: { executableToolDepends = [ happy ]; description = "preprocessor and library for Causal Commutative Arrows (CCA)"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "CHXHtml" = callPackage @@ -2300,6 +2409,8 @@ self: { ]; description = "Cursor Library for A Structured Editor"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "CLI" = callPackage @@ -2312,6 +2423,8 @@ self: { testHaskellDepends = [ base doctest ]; description = "CLI tools"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "CMCompare" = callPackage @@ -2347,6 +2460,7 @@ self: { ]; description = "cwmwl udp message queue"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; }) {}; "COrdering" = callPackage @@ -2358,6 +2472,8 @@ self: { libraryHaskellDepends = [ base ]; description = "An algebraic data type similar to Prelude Ordering"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "CPBrainfuck" = callPackage @@ -2415,6 +2531,8 @@ self: { ]; description = "Firing rules semantic of CSPM"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "CSPM-Frontend" = callPackage @@ -2432,6 +2550,8 @@ self: { libraryToolDepends = [ alex ]; description = "A CSP-M parser compatible with FDR-2.91"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "CSPM-Interpreter" = callPackage @@ -2533,6 +2653,8 @@ self: { libraryToolDepends = [ c2hs ]; description = "OpenCV based machine vision library"; license = "GPL"; + hydraPlatforms = lib.platforms.none; + broken = true; }) {opencv_calib3d = null; opencv_contrib = null; opencv_core = null; opencv_features2d = null; opencv_flann = null; opencv_gpu = null; opencv_highgui = null; opencv_imgproc = null; @@ -2704,6 +2826,8 @@ self: { ]; description = "A framework for packaging Haskell software"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "Cabal-syntax" = callPackage @@ -2733,6 +2857,8 @@ self: { ]; description = "Search cabal packages by name"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "Capabilities" = callPackage @@ -2744,6 +2870,7 @@ self: { libraryHaskellDepends = [ base compdata directory free unix ]; description = "Separate and contain effects of IO monad"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; }) {}; "Cardinality" = callPackage @@ -2766,6 +2893,8 @@ self: { libraryHaskellDepends = [ base containers fgl parsec ]; description = "An implementation and DSL for the Carneades argumentation model"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "CarneadesIntoDung" = callPackage @@ -2794,6 +2923,8 @@ self: { libraryHaskellDepends = [ base lens linear template-haskell ]; description = "Coordinate systems"; license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "Cascade" = callPackage @@ -2805,6 +2936,8 @@ self: { libraryHaskellDepends = [ base comonad ghc-prim mtl void ]; description = "Playing with reified categorical composition"; license = lib.licenses.publicDomain; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "Cassava" = callPackage @@ -2831,6 +2964,8 @@ self: { ]; description = "A CSV parsing and encoding library"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "Catana" = callPackage @@ -2842,6 +2977,8 @@ self: { libraryHaskellDepends = [ base mtl ]; description = "A monad for complex manipulation of a stream"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "ChannelT" = callPackage @@ -2979,6 +3116,8 @@ self: { ]; description = "A wrapper for the chart library to assist with basic plots (Deprecated - use the Easy module instead)"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "Chart-tests" = callPackage @@ -3048,6 +3187,8 @@ self: { libraryHaskellDepends = [ base text ]; description = "Inbuilt checking for ultra reliable computing"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "Chitra" = callPackage @@ -3061,6 +3202,8 @@ self: { executableHaskellDepends = [ base binary bytestring mtl network ]; description = "A platform independent mechanism to render graphics using vnc"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "ChristmasTree" = callPackage @@ -3076,6 +3219,8 @@ self: { ]; description = "Alternative approach of 'read' that composes grammars instead of parsers"; license = "LGPL"; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "CirruParser" = callPackage @@ -3109,6 +3254,8 @@ self: { testToolDepends = [ hspec-discover ]; description = "spam"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "ClassLaws" = callPackage @@ -3120,6 +3267,8 @@ self: { libraryHaskellDepends = [ base ChasingBottoms mtl QuickCheck ]; description = "Stating and checking laws for type class methods"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "ClassyPrelude" = callPackage @@ -3131,6 +3280,8 @@ self: { libraryHaskellDepends = [ base strict ]; description = "Prelude replacement using classes instead of concrete types where reasonable"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "Clean" = callPackage @@ -3142,6 +3293,8 @@ self: { libraryHaskellDepends = [ base containers ]; description = "A light, clean and powerful utility library"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "Clipboard" = callPackage @@ -3272,6 +3425,8 @@ self: { libraryHaskellDepends = [ base directory process ]; description = "A replacement for System.Exit and System.Process"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "Commando" = callPackage @@ -3294,6 +3449,8 @@ self: { ]; description = "Watch some files; Rerun a command"; license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "ComonadSheet" = callPackage @@ -3323,6 +3480,8 @@ self: { libraryHaskellDepends = [ base containers transformers vector ]; description = "A generalization for containers that can be stripped of Nothing"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "ConClusion" = callPackage @@ -3356,6 +3515,8 @@ self: { libraryHaskellDepends = [ base ]; description = "A Cached variable for IO functions"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "Concurrential" = callPackage @@ -3367,6 +3528,8 @@ self: { libraryHaskellDepends = [ async base ]; description = "Mix concurrent and sequential computation"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "Condor" = callPackage @@ -3415,6 +3578,8 @@ self: { ]; description = "Template haskell for reading ConfigFiles"; license = "LGPL"; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "Configger" = callPackage @@ -3438,6 +3603,8 @@ self: { libraryHaskellDepends = [ base ]; description = "Declare types as Configurable then specialize them all in one place"; license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "ConsStream" = callPackage @@ -3462,6 +3629,8 @@ self: { executableHaskellDepends = [ base process ]; description = "Restart a command on STDIN activity"; license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "ConstraintKinds" = callPackage @@ -3473,6 +3642,8 @@ self: { libraryHaskellDepends = [ base dlist ghc-prim vector ]; description = "Repackages standard type classes with the ConstraintKinds extension"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "Consumer" = callPackage @@ -3484,6 +3655,8 @@ self: { libraryHaskellDepends = [ base mtl ]; description = "A monad and monad transformer for consuming streams"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "ContArrow" = callPackage @@ -3495,6 +3668,8 @@ self: { libraryHaskellDepends = [ arrows base ]; description = "Control.Arrow.Transformer.Cont"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "ContextAlgebra" = callPackage @@ -3512,6 +3687,8 @@ self: { ]; description = "Implementation of the context algebra"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "Contract" = callPackage @@ -3523,6 +3700,8 @@ self: { libraryHaskellDepends = [ base template-haskell ]; description = "Practical typed lazy contracts"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "Control-Engine" = callPackage @@ -3572,6 +3751,8 @@ self: { ]; description = "A variation on the ST monad with two type parameters"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "CoreDump" = callPackage @@ -3583,6 +3764,8 @@ self: { libraryHaskellDepends = [ base ghc pretty pretty-show ]; description = "A GHC plugin for printing GHC's internal Core data structures"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "CoreErlang" = callPackage @@ -3594,6 +3777,8 @@ self: { libraryHaskellDepends = [ base parsec pretty ]; description = "Manipulating Core Erlang source code"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "CoreFoundation" = callPackage @@ -3624,6 +3809,8 @@ self: { libraryHaskellDepends = [ base ]; description = "Type-safe coroutines using lightweight session types"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "CouchDB" = callPackage @@ -3644,6 +3831,8 @@ self: { ]; description = "CouchDB interface"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "Craft3e" = callPackage @@ -3660,6 +3849,8 @@ self: { doHaddock = false; description = "Code for Haskell: the Craft of Functional Programming, 3rd ed"; license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "Crypto" = callPackage @@ -3713,6 +3904,8 @@ self: { ]; description = "CurryDB: In-memory Key/Value Database"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "DAG-Tournament" = callPackage @@ -3730,6 +3923,8 @@ self: { ]; description = "Real-Time Game Tournament Evaluator"; license = "GPL"; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "DAV" = callPackage @@ -3799,6 +3994,8 @@ self: { executableHaskellDepends = [ base containers parsec ]; description = "A command-line SQL interface for flat files (tdf,csv,etc.)"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "DBus" = callPackage @@ -3810,6 +4007,8 @@ self: { libraryHaskellDepends = [ base bytestring ]; description = "D-Bus bindings"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "DCFL" = callPackage @@ -3860,6 +4059,8 @@ self: { ]; description = "Complete API bindings for DigitalOcean API V2"; license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "DOM" = callPackage @@ -3911,6 +4112,8 @@ self: { executableHaskellDepends = [ base ]; description = "Darcs Patch Manager"; license = "GPL"; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "DPutils" = callPackage @@ -3992,6 +4195,8 @@ self: { ]; description = "Implementation of DSA, based on the description of FIPS 186-4"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "DSH" = callPackage @@ -4054,6 +4259,8 @@ self: { libraryHaskellDepends = [ base haskell-src-exts ]; description = "Data To Class transformation"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "Dangerous" = callPackage @@ -4096,6 +4303,8 @@ self: { ]; description = "Dao is meta programming language with its own built-in interpreted language, designed with artificial intelligence applications in mind"; license = lib.licenses.gpl3Only; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "DarcsHelpers" = callPackage @@ -4145,6 +4354,8 @@ self: { libraryHaskellDepends = [ base bytestring unix ]; description = "Ropes, an alternative to (Byte)Strings"; license = "GPL"; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "DataIndex" = callPackage @@ -4161,6 +4372,8 @@ self: { benchmarkHaskellDepends = [ base criterion ]; description = "A package for adding index column to data files"; license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "DataTreeView" = callPackage @@ -4178,6 +4391,8 @@ self: { ]; description = "A GTK widget for displaying arbitrary Data.Data.Data instances"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "DataVersion" = callPackage @@ -4191,6 +4406,8 @@ self: { testHaskellDepends = [ base hspec QuickCheck ]; description = "Type safe data migrations"; license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "Deadpan-DDP" = callPackage @@ -4219,6 +4436,8 @@ self: { testHaskellDepends = [ base doctest filemanip QuickCheck ]; description = "Write clients for Meteor's DDP Protocol"; license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "DebugTraceHelpers" = callPackage @@ -4258,6 +4477,8 @@ self: { libraryHaskellDepends = [ base containers ]; description = "A very simple implementation of decision trees for discrete attributes"; license = "LGPL"; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "DeepArrow" = callPackage @@ -4286,6 +4507,8 @@ self: { testHaskellDepends = [ base constraints mtl QuickCheck random ]; description = "A DSL for creating neural network"; license = lib.licenses.asl20; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "DefendTheKing" = callPackage @@ -4328,6 +4551,8 @@ self: { ]; description = "A demonstration interpreter for type system delta-lambda (of N.G. De-bruijn)"; license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "DescriptiveKeys" = callPackage @@ -4356,6 +4581,8 @@ self: { ]; description = "Processing Real-time event streams"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "Diff_0_3_4" = callPackage @@ -4420,6 +4647,8 @@ self: { ]; description = "Global optimization using Differential Evolution"; license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "Digit" = callPackage @@ -4465,6 +4694,8 @@ self: { testHaskellDepends = [ base hspec lens mtl text ]; description = "A client library for the DigitalOcean API"; license = lib.licenses.agpl3Only; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "DimensionalHash" = callPackage @@ -4476,6 +4707,8 @@ self: { libraryHaskellDepends = [ base ]; description = "An n-dimensional hash using Morton numbers"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "DirectSound" = callPackage @@ -4526,6 +4759,8 @@ self: { testHaskellDepends = [ base doctest ]; description = "Discussion support system"; license = lib.licenses.gpl3Only; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "Dish" = callPackage @@ -4540,6 +4775,8 @@ self: { executableHaskellDepends = [ base bytestring ]; description = "Hash modules (currently Murmur3)"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "Dist" = callPackage @@ -4552,6 +4789,8 @@ self: { testHaskellDepends = [ base containers MonadRandom ]; description = "A Haskell library for probability distributions"; license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "DistanceTransform" = callPackage @@ -4671,6 +4910,8 @@ self: { ]; description = "Program to derive type class instances"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "DrIFT-cabalized" = callPackage @@ -4685,6 +4926,8 @@ self: { executableHaskellDepends = [ base old-time process random ]; description = "Program to derive type class instances"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "Dung" = callPackage @@ -4698,6 +4941,8 @@ self: { libraryHaskellDepends = [ base cmdargs containers parsec ]; description = "An implementation of the Dung argumentation frameworks"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "Dust" = callPackage @@ -4750,6 +4995,7 @@ self: { ]; description = "Cryptographic operations"; license = "GPL"; + hydraPlatforms = lib.platforms.none; }) {inherit (pkgs) openssl;}; "Dust-tools" = callPackage @@ -4814,6 +5060,8 @@ self: { ]; description = "Dynamic time warping of sequences"; license = lib.licenses.lgpl3Only; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "DysFRP" = callPackage @@ -4827,6 +5075,8 @@ self: { ]; description = "dysFunctional Reactive Programming"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "DysFRP-Cairo" = callPackage @@ -4951,6 +5201,8 @@ self: { ]; description = "A library of efficient, purely-functional data structures (Core Implementations)"; license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "EditTimeReport" = callPackage @@ -4992,6 +5244,8 @@ self: { testToolDepends = [ hspec-discover ]; description = "spam"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "EitherT" = callPackage @@ -5009,6 +5263,8 @@ self: { ]; description = "EitherT monad transformer"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "Elm" = callPackage @@ -5064,6 +5320,8 @@ self: { ]; description = "derives heuristic rules from nominal data"; license = "GPL"; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "Empty" = callPackage @@ -5075,6 +5333,8 @@ self: { libraryHaskellDepends = [ base containers ]; description = "A type class for empty containers"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "Encode" = callPackage @@ -5129,6 +5389,8 @@ self: { libraryHaskellDepends = [ base containers deepseq ]; description = "Simple Enum-class-based int containers"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "EnumMap" = callPackage @@ -5140,6 +5402,8 @@ self: { libraryHaskellDepends = [ base containers ]; description = "More general IntMap replacement"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "Eq" = callPackage @@ -5158,6 +5422,8 @@ self: { ]; description = "Render math formula in ASCII, and perform some simplifications"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "EqualitySolver" = callPackage @@ -5171,6 +5437,8 @@ self: { ]; description = "A theory solver for conjunctions of literals in the theory of uninterpreted functions with equality"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "EsounD" = callPackage @@ -5202,6 +5470,8 @@ self: { libraryHaskellDepends = [ ansi-terminal base mtl ]; description = "Methods for estimating the progress of functions"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "EtaMOO" = callPackage @@ -5242,6 +5512,8 @@ self: { ]; description = "A general data-flow framework"; license = lib.licenses.lgpl3Only; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "Etage-Graph" = callPackage @@ -5363,6 +5635,8 @@ self: { ]; description = "A grab bag of modules"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "FAI" = callPackage @@ -5427,6 +5701,8 @@ self: { librarySystemDepends = [ fmodex64 ]; description = "The Haskell FModEx raw API"; license = lib.licenses.gpl3Only; + hydraPlatforms = lib.platforms.none; + broken = true; }) {fmodex64 = null;}; "FPretty" = callPackage @@ -5440,6 +5716,8 @@ self: { libraryHaskellDepends = [ base containers ]; description = "Efficient simple pretty printing combinators"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "FSM" = callPackage @@ -5482,6 +5760,8 @@ self: { librarySystemDepends = [ ftgl ]; description = "Portable TrueType font rendering for OpenGL using the Freetype2 library"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {inherit (pkgs) ftgl;}; "FTPLine" = callPackage @@ -5525,6 +5805,8 @@ self: { testToolDepends = [ hspec-discover ]; description = "spam"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "Facts" = callPackage @@ -5564,6 +5846,8 @@ self: { libraryHaskellDepends = [ base STMonadTrans vector ]; description = "A monad and monad transformer for pushing things onto a stack very fast"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "FastxPipe" = callPackage @@ -5580,6 +5864,8 @@ self: { ]; description = "Fasta and Fastq streaming"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "FenwickTree" = callPackage @@ -5629,6 +5915,8 @@ self: { ]; description = "Ferry Core Components"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "Feval" = callPackage @@ -5642,6 +5930,8 @@ self: { executableHaskellDepends = [ base containers mtl parsec ]; description = "Evaluation using F-Algebras"; license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "FieldTrip" = callPackage @@ -5674,6 +5964,8 @@ self: { ]; description = "Expressive file and directory manipulation for Haskell"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "FileManipCompat" = callPackage @@ -5689,6 +5981,8 @@ self: { ]; description = "Expressive file and directory manipulation for Haskell"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "FilePather" = callPackage @@ -5721,6 +6015,8 @@ self: { ]; description = "File system data structure and monad transformer"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "Files" = callPackage @@ -5737,6 +6033,8 @@ self: { testHaskellDepends = [ base hspec ]; description = "File content extraction/rearrangement"; license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "Fin" = callPackage @@ -5754,6 +6052,8 @@ self: { ]; description = "Finite totally-ordered sets"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "Finance-Quote-Yahoo" = callPackage @@ -5769,6 +6069,8 @@ self: { ]; description = "Obtain quote data from finance.yahoo.com"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "Finance-Treasury" = callPackage @@ -5924,6 +6226,7 @@ self: { ]; description = "ForSyDe's Haskell-embedded Domain Specific Language"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; }) {}; "ForestStructures" = callPackage @@ -5983,6 +6286,8 @@ self: { libraryHaskellDepends = [ base monad-control mtl resourcet ]; description = "Forkable monad transformers"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "FormalGrammars" = callPackage @@ -6030,6 +6335,8 @@ self: { testToolDepends = [ hspec-discover ]; description = "spam"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "Foster" = callPackage @@ -6097,6 +6404,8 @@ self: { base FTGL GLFW-b OpenGLRaw parallel random time ]; license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "Frames" = callPackage @@ -6128,6 +6437,7 @@ self: { benchmarkHaskellDepends = [ base criterion pipes transformers ]; description = "Data frames For working with tabular data files"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; }) {}; "Frames-beam" = callPackage @@ -6151,6 +6461,7 @@ self: { ]; description = "A library for accessing Postgres tables as in-memory data structures"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; }) {}; "Frames-dsv" = callPackage @@ -6189,6 +6500,7 @@ self: { ]; description = "Frames wrapper for map-reduce-folds and some extra folds helpers"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; }) {}; "Frames-streamly" = callPackage @@ -6206,6 +6518,7 @@ self: { testHaskellDepends = [ base Frames streamly text vinyl ]; description = "A streamly layer for Frames I/O"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; }) {}; "Frank" = callPackage @@ -6234,6 +6547,8 @@ self: { libraryHaskellDepends = [ base freetype2 OpenGL ]; description = "Loadable texture fonts for OpenGL"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "FunGEn" = callPackage @@ -6270,6 +6585,8 @@ self: { ]; description = "Funge-98 interpreter written in Haskell"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "GA" = callPackage @@ -6294,6 +6611,8 @@ self: { executableHaskellDepends = [ base bimap ]; description = "GGg cipher"; license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "GHood" = callPackage @@ -6320,6 +6639,8 @@ self: { librarySystemDepends = [ libGL libX11 libXext libXfixes ]; description = "A Haskell binding for GLFW"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {inherit (pkgs) libGL; inherit (pkgs.xorg) libX11; inherit (pkgs.xorg) libXext; inherit (pkgs.xorg) libXfixes;}; @@ -6369,6 +6690,8 @@ self: { ]; description = "GLFW-b demo"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "GLFW-task" = callPackage @@ -6434,6 +6757,8 @@ self: { libraryHaskellDepends = [ base OpenGLRaw ]; description = "Utilities for working with OpenGL matrices"; license = lib.licenses.gpl3Only; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "GLURaw" = callPackage @@ -6517,6 +6842,8 @@ self: { ]; description = "Typesafe functional GPU graphics programming"; license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "GPipe-Collada" = callPackage @@ -6612,7 +6939,6 @@ self: { ]; description = "GLFW OpenGL context creation for GPipe"; license = lib.licenses.mit; - hydraPlatforms = lib.platforms.none; }) {}; "GPipe-TextureLoad" = callPackage @@ -6643,6 +6969,8 @@ self: { ]; description = "A library for GTA programming"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "Gamgine" = callPackage @@ -6682,6 +7010,8 @@ self: { ]; description = "An Io interpreter in Haskell"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "GaussQuadIntegration" = callPackage @@ -6816,6 +7146,8 @@ self: { executableHaskellDepends = [ base ]; description = "A general TicTacToe game implementation"; license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "GenericPretty" = callPackage @@ -6866,6 +7198,8 @@ self: { libraryHaskellDepends = [ base bytestring bytestring-mmap syb ]; description = "Pure bindings for the MaxMind IP database"; license = "unknown"; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "GeocoderOpenCage" = callPackage @@ -6878,6 +7212,8 @@ self: { libraryHaskellDepends = [ aeson base bytestring HTTP text ]; description = "Geocoder and Reverse Geocoding Service Wrapper"; license = "GPL"; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "Geodetic" = callPackage @@ -6911,6 +7247,8 @@ self: { libraryHaskellDepends = [ base GeomPredicates ]; description = "Geometric predicates (Intel SSE)"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "Get" = callPackage @@ -6923,6 +7261,8 @@ self: { testHaskellDepends = [ base constraints singletons ]; description = "get stuff out of stuff"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "GiST" = callPackage @@ -6934,6 +7274,8 @@ self: { libraryHaskellDepends = [ base text ]; description = "A Haskell implementation of a Generalized Search Tree (GiST)"; license = "GPL"; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "Gifcurry" = callPackage @@ -6959,6 +7301,8 @@ self: { ]; description = "GIF creation utility"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "GiveYouAHead" = callPackage @@ -6981,6 +7325,8 @@ self: { libraryHaskellDepends = [ base mtl split threepenny-gui ]; description = "HTML Canvas graphics, animations and simulations"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "Glob" = callPackage @@ -7016,6 +7362,8 @@ self: { libraryHaskellDepends = [ array base GlomeVec ]; description = "Ray Tracing Library"; license = "GPL"; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "GlomeVec" = callPackage @@ -7072,6 +7420,8 @@ self: { ]; description = "A monad for flexible parsing of Google Code Jam input files with automatic parallelization"; license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "GoogleDirections" = callPackage @@ -7143,6 +7493,8 @@ self: { libraryHaskellDepends = [ base transformers ]; description = "A monad and monadic transformer providing \"goto\" functionality"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "Grafos" = callPackage @@ -7154,6 +7506,8 @@ self: { libraryHaskellDepends = [ base ]; description = "Grafos Haskell"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "GrammarProducts" = callPackage @@ -7195,6 +7549,8 @@ self: { executableHaskellDepends = [ array base mtl ]; description = "Graph500 benchmark-related definitions and data set generator"; license = lib.licenses.gpl2Only; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "GraphHammer" = callPackage @@ -7255,6 +7611,8 @@ self: { ]; description = "Graph-Theoretic Analysis library"; license = "unknown"; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "Grempa" = callPackage @@ -7270,6 +7628,8 @@ self: { ]; description = "Embedded grammar DSL and LALR parser generator"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "GroteTrap" = callPackage @@ -7287,6 +7647,8 @@ self: { ]; description = "Parser and selection library for expression languages"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "Grow" = callPackage @@ -7393,7 +7755,6 @@ self: { ]; description = "A graphical REPL and development environment for Haskell"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; }) {}; "GuiTV" = callPackage @@ -7451,6 +7812,7 @@ self: { ]; description = "Hierarchical adaptive Bayesian quantum tomography for quantum bits"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; }) {}; "HARM" = callPackage @@ -7465,6 +7827,8 @@ self: { executableHaskellDepends = [ array base ]; description = "A simple ARM emulator in haskell"; license = "unknown"; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "HAppS-Data" = callPackage @@ -7555,6 +7919,8 @@ self: { ]; description = "Web framework"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "HAppSHelpers" = callPackage @@ -7600,6 +7966,8 @@ self: { ]; description = "A library for implementing a Deck of Cards"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "HCodecs" = callPackage @@ -7651,6 +8019,8 @@ self: { librarySystemDepends = [ mysqlclient openssl zlib ]; description = "MySQL driver for HDBC"; license = "LGPL"; + hydraPlatforms = lib.platforms.none; + broken = true; }) {mysqlclient = null; inherit (pkgs) openssl; inherit (pkgs) zlib;}; @@ -7701,6 +8071,8 @@ self: { libraryHaskellDepends = [ attoparsec base containers HDBC text ]; description = "Manipulate data in PostgreSQL \"hstore\" columns"; license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "HDBC-session" = callPackage @@ -7752,6 +8124,8 @@ self: { libraryHaskellDepends = [ base ]; librarySystemDepends = [ mpfr ]; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {inherit (pkgs) mpfr;}; "HExcel" = callPackage @@ -7768,6 +8142,8 @@ self: { librarySystemDepends = [ xlsxwriter zlib ]; description = "Create Excel files with Haskell"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {xlsxwriter = null; inherit (pkgs) zlib;}; "HFitUI" = callPackage @@ -7789,6 +8165,8 @@ self: { testHaskellDepends = [ base ]; description = "The library for generating a graphical interface on the web"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "HFrequencyQueue" = callPackage @@ -7800,6 +8178,8 @@ self: { libraryHaskellDepends = [ base c-storable-deriving ]; description = "A Queue with a random (weighted) pick function"; license = lib.licenses.gpl3Only; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "HFuse" = callPackage @@ -7836,6 +8216,8 @@ self: { testHaskellDepends = [ base hspec QuickCheck ]; description = "2D game engine written in Haskell"; license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "HGL" = callPackage @@ -7864,6 +8246,8 @@ self: { ]; description = "Toolset for the Haskell Game Programmer"; license = "unknown"; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "HGamer3D-API" = callPackage @@ -7973,6 +8357,8 @@ self: { ]; description = "Toolset for the Haskell Game Programmer - Data Definitions"; license = "unknown"; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "HGamer3D-Enet-Binding" = callPackage @@ -8192,6 +8578,8 @@ self: { ]; description = "Graph database stored on disk"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "HHDL" = callPackage @@ -8203,6 +8591,8 @@ self: { libraryHaskellDepends = [ base containers mtl template-haskell ]; description = "Hardware Description Language embedded in Haskell"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "HJScript" = callPackage @@ -8237,6 +8627,8 @@ self: { ]; description = "A library to create a Java Virtual Machine and manipulate Java objects"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {inherit (pkgs) jdk;}; "HJavaScript" = callPackage @@ -8250,6 +8642,8 @@ self: { libraryHaskellDepends = [ base pretty ]; description = "HJavaScript is an abstract syntax for a typed subset of JavaScript"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "HLearn-algebra" = callPackage @@ -8402,6 +8796,8 @@ self: { executableHaskellDepends = [ base old-locale time ]; description = "Simple, concurrent and easy-to-use logging library"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "HMM" = callPackage @@ -8412,6 +8808,8 @@ self: { sha256 = "01y8l76c56gysynbilp32yq0wfc129hl24siw8s9fmpn98qa71s6"; description = "A hidden markov model library"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "HMap" = callPackage @@ -8524,6 +8922,8 @@ self: { librarySystemDepends = [ ode ]; description = "Binding to libODE"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {inherit (pkgs) ode;}; "HOpenCV" = callPackage @@ -8540,6 +8940,8 @@ self: { executablePkgconfigDepends = [ opencv ]; description = "A binding for the OpenCV computer vision library"; license = lib.licenses.gpl2Only; + hydraPlatforms = lib.platforms.none; + broken = true; }) {inherit (pkgs) opencv;}; "HPDF" = callPackage @@ -8586,6 +8988,8 @@ self: { ]; description = "Extract Haskell declarations by name"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "HPhone" = callPackage @@ -8615,6 +9019,8 @@ self: { librarySystemDepends = [ bcm2835 ]; description = "GPIO, I2C and SPI functions for the Raspberry Pi"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {bcm2835 = null;}; "HPlot" = callPackage @@ -8632,7 +9038,6 @@ self: { executablePkgconfigDepends = [ plplotd-gnome2 ]; description = "A minimal monadic PLplot interface for Haskell"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; }) {plplotd-gnome2 = null;}; "HPong" = callPackage @@ -8681,6 +9086,8 @@ self: { platforms = [ "aarch64-darwin" "i686-linux" "x86_64-darwin" "x86_64-linux" ]; + hydraPlatforms = lib.platforms.none; + broken = true; }) {inherit (pkgs) gsl;}; "HROOT" = callPackage @@ -8828,6 +9235,8 @@ self: { ]; description = "Generate FFI import declarations from C include files"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "HSGEP" = callPackage @@ -8895,6 +9304,8 @@ self: { libraryHaskellDepends = [ base containers hashable hashtables ]; description = "Faux heterogeneous sets"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "HSlippyMap" = callPackage @@ -8925,6 +9336,8 @@ self: { testHaskellDepends = [ aeson attoparsec base HTF text ]; description = "Small template engine"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "HSoM" = callPackage @@ -9137,6 +9550,8 @@ self: { ]; description = "An SDL tic-tac-toe game"; license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "HUnit" = callPackage @@ -9160,6 +9575,8 @@ self: { libraryHaskellDepends = [ ansi-terminal base Diff groom HUnit ]; description = "Assertions for HUnit with difference reporting"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "HUnit-Plus" = callPackage @@ -9181,6 +9598,8 @@ self: { ]; description = "A test framework building on HUnit"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "HUnit-approx" = callPackage @@ -9237,6 +9656,8 @@ self: { ]; description = "A Compiler from XQuery to Haskell"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "HaLeX" = callPackage @@ -9251,6 +9672,8 @@ self: { libraryHaskellDepends = [ base HUnit mtl QuickCheck ]; description = "HaLeX enables modelling, manipulation and visualization of regular languages"; license = lib.licenses.publicDomain; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "HaMinitel" = callPackage @@ -9274,6 +9697,8 @@ self: { libraryHaskellDepends = [ base template-haskell th-lift ]; description = "Haskell bindings for Python"; license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "HaRe" = callPackage @@ -9439,6 +9864,8 @@ self: { ]; description = "A Procmail Replacement as Haskell EDSL"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "Haggressive" = callPackage @@ -9456,6 +9883,7 @@ self: { testHaskellDepends = [ base Cabal containers HUnit tuple vector ]; description = "Aggression analysis for Tweets on Twitter"; license = lib.licenses.gpl2Only; + hydraPlatforms = lib.platforms.none; }) {}; "HandlerSocketClient" = callPackage @@ -9467,6 +9895,8 @@ self: { libraryHaskellDepends = [ base bytestring network ]; description = "Haskell implementation of a HandlerSocket client (API)"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "HandsomeSoup" = callPackage @@ -9501,6 +9931,8 @@ self: { testHaskellDepends = [ base hspec transformers ]; description = "The classic game of Hangman"; license = lib.licenses.gpl3Only; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "HappyTree" = callPackage @@ -9518,6 +9950,8 @@ self: { ]; description = "Type Safe and End to End Decision Tree"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "HarmTrace" = callPackage @@ -9591,6 +10025,8 @@ self: { testHaskellDepends = [ base hspec QuickCheck ]; description = "Haskell bindings for CacBDD"; license = lib.licenses.gpl2Only; + hydraPlatforms = lib.platforms.none; + broken = true; }) {CacBDD = null;}; "HasGP" = callPackage @@ -9626,6 +10062,7 @@ self: { ]; description = "Minimalist R5RS Scheme interpreter"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; }) {}; "Hashell" = callPackage @@ -9661,7 +10098,6 @@ self: { ]; description = "HaskRel, Haskell as a DBMS with support for the relational algebra"; license = lib.licenses.gpl2Only; - hydraPlatforms = lib.platforms.none; }) {}; "HaskellAnalysisProgram" = callPackage @@ -9685,6 +10121,8 @@ self: { ]; description = "Haskell source code analysis program"; license = lib.licenses.asl20; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "HaskellForMaths" = callPackage @@ -9696,6 +10134,8 @@ self: { libraryHaskellDepends = [ array base containers random ]; description = "Combinatorics, group theory, commutative algebra, non-commutative algebra"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "HaskellLM" = callPackage @@ -9707,6 +10147,8 @@ self: { libraryHaskellDepends = [ base hmatrix ]; description = "Pure Haskell implementation of the Levenberg-Marquardt algorithm"; license = "GPL"; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "HaskellNN" = callPackage @@ -9718,6 +10160,8 @@ self: { libraryHaskellDepends = [ base hmatrix random ]; description = "High Performance Neural Network in Haskell"; license = "GPL"; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "HaskellNet" = callPackage @@ -9734,6 +10178,8 @@ self: { ]; description = "Client support for POP3, SMTP, and IMAP"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "HaskellNet-SSL" = callPackage @@ -9751,6 +10197,7 @@ self: { ]; description = "Helpers to connect to SSL/TLS mail servers with HaskellNet"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; }) {}; "HaskellTorrent" = callPackage @@ -9774,6 +10221,8 @@ self: { ]; description = "A concurrent bittorrent client"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "HaskellTutorials" = callPackage @@ -9787,6 +10236,8 @@ self: { executableHaskellDepends = [ base cmdargs text ]; description = "Haskell Tutorials by Evgeny Ukhanov"; license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "Haskelloids" = callPackage @@ -9804,6 +10255,8 @@ self: { ]; description = "A reproduction of the Atari 1979 classic \"Asteroids\""; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "Hastodon" = callPackage @@ -9946,6 +10399,8 @@ self: { testHaskellDepends = [ base linear subhask ]; description = "automatically improve your code's numeric stability"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "Hermes" = callPackage @@ -9964,6 +10419,8 @@ self: { ]; description = "Message-based middleware layer"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "Hieroglyph" = callPackage @@ -10012,6 +10469,8 @@ self: { ]; description = "A Haskell binding for Chipmunk"; license = "unknown"; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "Hipmunk-Utils" = callPackage @@ -10062,6 +10521,8 @@ self: { base directory MissingH process regex-tdfa time ]; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "Histogram" = callPackage @@ -10089,6 +10550,8 @@ self: { ]; description = "An MPD client designed for a Home Theatre PC"; license = "GPL"; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "Hoed" = callPackage @@ -10265,6 +10728,8 @@ self: { executableHaskellDepends = [ base containers ]; description = "A Cricket scoring application"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "Hs2lib" = callPackage @@ -10335,6 +10800,8 @@ self: { libraryHaskellDepends = [ base ]; description = "Haskell binding to libharu (http://libharu.sourceforge.net/)"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "HsHyperEstraier" = callPackage @@ -10351,6 +10818,8 @@ self: { libraryPkgconfigDepends = [ hyperestraier qdbm ]; description = "HyperEstraier binding for Haskell"; license = lib.licenses.publicDomain; + hydraPlatforms = lib.platforms.none; + broken = true; }) {hyperestraier = null; qdbm = null;}; "HsJudy" = callPackage @@ -10364,6 +10833,8 @@ self: { librarySystemDepends = [ Judy ]; description = "Judy bindings, and some nice APIs"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {Judy = null;}; "HsOpenSSL" = callPackage @@ -10417,6 +10888,8 @@ self: { libraryHaskellDepends = [ base ]; description = "Haskell interface to embedded Perl 5 interpreter"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "HsSVN" = callPackage @@ -10428,6 +10901,8 @@ self: { libraryHaskellDepends = [ base bytestring mtl stm ]; description = "Partial Subversion (SVN) binding for Haskell"; license = lib.licenses.publicDomain; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "HsSyck" = callPackage @@ -10453,6 +10928,8 @@ self: { libraryHaskellDepends = [ base ghc-prim ]; description = "Haskell helper functions"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "HsWebots" = callPackage @@ -10561,6 +11038,8 @@ self: { ]; description = "Haskell library for easy interaction with SMT-LIB 2 compliant solvers"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "HueAPI" = callPackage @@ -10576,6 +11055,8 @@ self: { ]; description = "API for controlling Philips Hue lights"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "HulkImport" = callPackage @@ -10593,6 +11074,8 @@ self: { testHaskellDepends = [ base tasty tasty-golden ]; description = "Easily bulk import CSV data to SQL Server"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "Hungarian-Munkres" = callPackage @@ -10645,6 +11128,8 @@ self: { testHaskellDepends = [ base tasty tasty-hunit tasty-quickcheck ]; description = "Code for the Haskell course taught at the University of Seville"; license = lib.licenses.gpl2Only; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "IDynamic" = callPackage @@ -10656,6 +11141,8 @@ self: { libraryHaskellDepends = [ base containers directory ]; description = "Indexable, serializable form of Data.Dynamic"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "IFS" = callPackage @@ -10671,6 +11158,8 @@ self: { ]; description = "Iterated Function System generation for Haskell"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "INblobs" = callPackage @@ -10703,6 +11192,8 @@ self: { libraryHaskellDepends = [ base mtl ]; description = "Region based resource management for the IO monad"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "IORefCAS" = callPackage @@ -10779,6 +11270,8 @@ self: { ]; description = "A RESTful microService for IPv6-related data"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "IcoGrid" = callPackage @@ -10790,6 +11283,8 @@ self: { libraryHaskellDepends = [ array base GlomeVec ]; description = "Library for generating grids of hexagons and pentagons mapped to a sphere"; license = "GPL"; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "IfElse" = callPackage @@ -10823,6 +11318,8 @@ self: { libraryHaskellDepends = [ base mtl template-haskell ]; description = "A library for writing Imperative style haskell"; license = lib.licenses.gpl3Only; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "IndentParser" = callPackage @@ -10870,6 +11367,8 @@ self: { testHaskellDepends = [ base hspec QuickCheck ]; description = "Convert integers in various bases to and from strings"; license = lib.licenses.mpl20; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "IntGraph" = callPackage @@ -10966,6 +11465,8 @@ self: { testHaskellDepends = [ base doctest ]; description = "DSL for IRC bots"; license = lib.licenses.gpl2Only; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "IrrHaskell" = callPackage @@ -10997,6 +11498,8 @@ self: { ]; description = "A typeclass to determine if a given value is null"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "JSON-Combinator" = callPackage @@ -11060,6 +11563,8 @@ self: { ]; description = "JSON parser that uses byte strings"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "JYU-Utils" = callPackage @@ -11079,6 +11584,8 @@ self: { ]; description = "Some utility functions for JYU projects"; license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "JackMiniMix" = callPackage @@ -11090,6 +11597,8 @@ self: { libraryHaskellDepends = [ base hosc ]; description = "control JackMiniMix"; license = lib.licenses.gpl3Only; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "Javasf" = callPackage @@ -11120,6 +11629,8 @@ self: { executableHaskellDepends = [ base ]; description = "A utility to print the target version of Java class files"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "Jazzkell" = callPackage @@ -11145,6 +11656,8 @@ self: { libraryHaskellDepends = [ base ]; description = "A Json implementation for Haskell, with JavaScript Values and Encoding/Decoding"; license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "Jikka" = callPackage @@ -11175,6 +11688,8 @@ self: { testToolDepends = [ hspec-discover ]; description = "A transpiler from Python to C++ for competitive programming"; license = lib.licenses.asl20; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "JsContracts" = callPackage @@ -11276,6 +11791,8 @@ self: { ]; description = "BLP format decoder/encoder over JuicyPixels library"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "JuicyPixels-blurhash" = callPackage @@ -11316,6 +11833,8 @@ self: { libraryHaskellDepends = [ base containers JuicyPixels ]; description = "Functions for drawing lines, squares and so on pixel by pixel"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "JuicyPixels-extra" = callPackage @@ -11392,6 +11911,8 @@ self: { libraryHaskellDepends = [ base JuicyPixels vector ]; description = "Convert JuicyPixel images into RGBA format, flip, trim and so on"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "JunkDB" = callPackage @@ -11407,6 +11928,8 @@ self: { filepath mtl network resourcet ]; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "JunkDB-driver-gdbm" = callPackage @@ -11448,6 +11971,8 @@ self: { libraryHaskellDepends = [ base ]; description = "A simple and comprehensive Haskell parsing library"; license = lib.licenses.publicDomain; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "KMP" = callPackage @@ -11471,6 +11996,8 @@ self: { libraryHaskellDepends = [ base ]; description = "A library with the kerbal space program universe and demo code"; license = lib.licenses.publicDomain; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "Kalman" = callPackage @@ -11482,6 +12009,8 @@ self: { libraryHaskellDepends = [ base hmatrix ]; description = "A slightly extended Kalman filter"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "Kawaii-Parser" = callPackage @@ -11493,6 +12022,8 @@ self: { libraryHaskellDepends = [ base containers mtl ]; description = "A simple parsing library"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "KdTree" = callPackage @@ -11520,6 +12051,8 @@ self: { ]; description = "A super small web framework for those who don't like big and fancy codebases"; license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "KiCS" = callPackage @@ -11606,6 +12139,8 @@ self: { libraryHaskellDepends = [ base containers parsec ]; description = "A configuration language and a parser"; license = "unknown"; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "Kriens" = callPackage @@ -11617,6 +12152,8 @@ self: { libraryHaskellDepends = [ base ]; description = "Category for Continuation Passing Style"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "Kulitta" = callPackage @@ -11649,6 +12186,8 @@ self: { librarySystemDepends = [ kyotocabinet ]; description = "Kyoto Cabinet DB bindings"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {inherit (pkgs) kyotocabinet;}; "L-seed" = callPackage @@ -11666,6 +12205,8 @@ self: { ]; description = "Plant growing programming game"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "LATS" = callPackage @@ -11682,6 +12223,8 @@ self: { librarySystemDepends = [ openblasCompat ]; description = "Linear Algebra on Typed Spaces"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {inherit (pkgs) openblasCompat;}; "LC3" = callPackage @@ -11697,6 +12240,8 @@ self: { ]; description = "LC-3 virtual machine"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "LDAP" = callPackage @@ -11760,6 +12305,8 @@ self: { libraryHaskellDepends = [ base containers QuickCheck ]; description = "Implements an LRU data structure"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "LTS" = callPackage @@ -11780,6 +12327,8 @@ self: { benchmarkHaskellDepends = [ base criterion time ]; description = "LTS: Labelled Transition System"; license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "LTree" = callPackage @@ -11840,6 +12389,8 @@ self: { ]; description = "A type-safe EDSL for TouchDesigner written in Haskell"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "LambdaHack" = callPackage @@ -11879,6 +12430,7 @@ self: { platforms = [ "aarch64-linux" "armv7l-linux" "i686-linux" "x86_64-linux" ]; + hydraPlatforms = lib.platforms.none; }) {}; "LambdaINet" = callPackage @@ -11914,6 +12466,8 @@ self: { ]; description = "A configurable and extensible neural network library"; license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "LambdaPrettyQuote" = callPackage @@ -11969,6 +12523,8 @@ self: { testHaskellDepends = [ base filepath hspec mtl process text ]; description = "A library to easily host Haskell based programming competitions"; license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "Lambdaya" = callPackage @@ -11985,6 +12541,7 @@ self: { ]; description = "Library for RedPitaya"; license = lib.licenses.lgpl3Only; + hydraPlatforms = lib.platforms.none; }) {}; "LargeCardinalHierarchy" = callPackage @@ -11996,6 +12553,8 @@ self: { libraryHaskellDepends = [ base ]; description = "A transfinite cardinal arithmetic library including all known large cardinals"; license = "unknown"; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "Lastik" = callPackage @@ -12012,6 +12571,8 @@ self: { ]; description = "A library for compiling programs in a variety of languages"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "Lattices" = callPackage @@ -12029,6 +12590,7 @@ self: { ]; description = "A library for lattices"; license = "GPL"; + hydraPlatforms = lib.platforms.none; }) {}; "Lazy-Pbkdf2" = callPackage @@ -12061,6 +12623,8 @@ self: { executableHaskellDepends = [ base directory filepath unix ]; description = "A simple sandboxing tool for Haskell packages"; license = lib.licenses.gpl3Only; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "Learning" = callPackage @@ -12076,6 +12640,8 @@ self: { testHaskellDepends = [ base containers hmatrix vector ]; description = "The most frequently used machine learning tools"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "LetsBeRational" = callPackage @@ -12100,6 +12666,8 @@ self: { executableHaskellDepends = [ base directory random SDL SDL-ttf ]; description = "A Snake II clone written using SDL"; license = lib.licenses.gpl3Only; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "LibClang" = callPackage @@ -12120,6 +12688,8 @@ self: { libraryToolDepends = [ c2hs ]; description = "Haskell bindings for libclang (a C++ parsing library)"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {inherit (self.llvmPackages) clang; inherit (pkgs) ncurses;}; "LibZip" = callPackage @@ -12150,6 +12720,8 @@ self: { libraryHaskellDepends = [ base ]; description = "Wrapper for data that can be unbounded"; license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "LinearSplit" = callPackage @@ -12222,6 +12794,8 @@ self: { testHaskellDepends = [ base binary bytestring HTF mtl ]; description = "Algorithmic Doom map generation"; license = lib.licenses.gpl3Only; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "List" = callPackage @@ -12274,6 +12848,8 @@ self: { ]; description = "List transformer"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "ListTree" = callPackage @@ -12326,6 +12902,8 @@ self: { doHaddock = false; description = "Converter to convert from .lhs to .md and vice versa."; license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "Logic" = callPackage @@ -12337,6 +12915,8 @@ self: { libraryHaskellDepends = [ base ]; description = "Logic"; license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "LogicGrowsOnTrees" = callPackage @@ -12532,6 +13112,8 @@ self: { testHaskellDepends = [ base containers mtl ]; description = "Generate MASM code from haskell"; license = lib.licenses.lgpl3Only; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "MBot" = callPackage @@ -12543,6 +13125,8 @@ self: { libraryHaskellDepends = [ base bytestring hidapi mtl ]; description = "Haskell interface for controlling the mBot educational robot"; license = lib.licenses.gpl3Only; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "MC-Fold-DP" = callPackage @@ -12599,6 +13183,8 @@ self: { libraryHaskellDepends = [ base transformers ]; description = "The category of monads"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "MIP" = callPackage @@ -12626,6 +13212,8 @@ self: { ]; description = "Library for using Mixed Integer Programming (MIP)"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "MIP-glpk" = callPackage @@ -12676,6 +13264,8 @@ self: { executableHaskellDepends = [ base containers mtl parsec ]; description = "Builds decks out of a meta"; license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "MagicHaskeller" = callPackage @@ -12705,6 +13295,8 @@ self: { ]; description = "Automatic inductive functional programmer by systematic search"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "MailchimpSimple" = callPackage @@ -12723,6 +13315,7 @@ self: { ]; description = "Haskell library to interact with Mailchimp JSON API Version 3.0"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; }) {}; "Map" = callPackage @@ -12739,6 +13332,8 @@ self: { testHaskellDepends = [ base smallcheck tasty tasty-smallcheck ]; description = "Class of key-value maps"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "MapWith" = callPackage @@ -12752,6 +13347,8 @@ self: { benchmarkHaskellDepends = [ base ]; description = "mapWith: like fmap, but with additional parameters (isFirst, isLast, etc)"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "Mapping" = callPackage @@ -12763,6 +13360,8 @@ self: { libraryHaskellDepends = [ base ]; description = "Mapping"; license = lib.licenses.agpl3Only; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "MaybeT" = callPackage @@ -12776,6 +13375,8 @@ self: { libraryHaskellDepends = [ base mtl ]; description = "MaybeT monad transformer"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "MaybeT-monads-tf" = callPackage @@ -12787,6 +13388,8 @@ self: { libraryHaskellDepends = [ base monads-tf transformers ]; description = "MaybeT monad transformer compatible with monads-tf (deprecated)"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "MaybeT-transformers" = callPackage @@ -12818,6 +13421,8 @@ self: { ]; description = "Console-based Role Playing Game"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "MeanShift" = callPackage @@ -12829,6 +13434,8 @@ self: { libraryHaskellDepends = [ base vector ]; description = "Mean shift algorithm"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "Measure" = callPackage @@ -12840,6 +13447,8 @@ self: { libraryHaskellDepends = [ base ]; description = "A library for units of measurement"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "Mecha" = callPackage @@ -12851,6 +13460,8 @@ self: { libraryHaskellDepends = [ base machines ]; description = "mecha are the most complex composite machines known to humanity, lets build them well!"; license = lib.licenses.bsd2; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "Mechs" = callPackage @@ -12862,6 +13473,8 @@ self: { libraryHaskellDepends = [ base machines ]; description = "mecha are the most complex composite machines known to humanity, lets build them well!"; license = lib.licenses.bsd2; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "MemoTrie" = callPackage @@ -12890,6 +13503,8 @@ self: { ]; description = "Statically checked database access"; license = "LGPL"; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "MetaObject" = callPackage @@ -12988,6 +13603,8 @@ self: { testToolDepends = [ goldplate ]; description = "A toy dependently typed programming language with type-based termination"; license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "MissingH" = callPackage @@ -13072,6 +13689,8 @@ self: { testToolDepends = [ hspec-discover ]; description = "spam"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "Modulo" = callPackage @@ -13097,6 +13716,8 @@ self: { executableHaskellDepends = [ base GLUT random ]; description = "A FRP library based on signal functions"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "MoeDict" = callPackage @@ -13112,6 +13733,8 @@ self: { ]; description = "Utilities working with MoeDict.tw JSON dataset"; license = lib.licenses.publicDomain; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "MonadCatchIO-mtl" = callPackage @@ -13155,6 +13778,8 @@ self: { ]; description = "Monad-transformer compatible version of the Control.Exception module"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "MonadCatchIO-transformers-foreign" = callPackage @@ -13182,6 +13807,8 @@ self: { libraryHaskellDepends = [ base free mmorph mtl transformers ]; description = "Methods for composing monads"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "MonadLab" = callPackage @@ -13249,6 +13876,8 @@ self: { libraryHaskellDepends = [ base mtl ]; description = "Generalizing lift to monad stacks"; license = lib.licenses.bsd2; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "Monadius" = callPackage @@ -13263,6 +13892,8 @@ self: { executableHaskellDepends = [ array base directory GLUT OpenGL ]; description = "2-D arcade scroller"; license = "GPL"; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "Monadoro" = callPackage @@ -13308,6 +13939,8 @@ self: { libraryHaskellDepends = [ base ]; description = "Monad transformer library with uniform liftings"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "Monatron-IO" = callPackage @@ -13363,6 +13996,8 @@ self: { ]; description = "Automated Mutation Testing"; license = lib.licenses.gpl2Only; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "MuCheck-HUnit" = callPackage @@ -13445,6 +14080,8 @@ self: { libraryHaskellDepends = [ array base bimap containers Munkres ]; description = "Simple and typesafe layer over the Munkres package"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "MusicBrainz" = callPackage @@ -13527,6 +14164,8 @@ self: { benchmarkHaskellDepends = [ base time ]; description = "Generate all primes"; license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "NGrams" = callPackage @@ -13540,6 +14179,8 @@ self: { executableHaskellDepends = [ base HCL HTTP network regex-compat ]; description = "Simple application for calculating n-grams using Google"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "NMap" = callPackage @@ -13551,6 +14192,8 @@ self: { libraryHaskellDepends = [ base containers ]; description = "A transparent nested Map structure"; license = "LGPL"; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "NTRU" = callPackage @@ -13610,6 +14253,8 @@ self: { ]; description = "Generate NXC Code from DSL"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "NaCl" = callPackage @@ -13678,6 +14323,8 @@ self: { executableHaskellDepends = [ base uu-parsinglib ]; description = "Very small interpreter for a Prolog-like language"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "Naperian" = callPackage @@ -13689,6 +14336,8 @@ self: { libraryHaskellDepends = [ base containers ghc-prim vector ]; description = "Naperian Functors for APL-like programming"; license = "unknown"; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "NaperianNetCDF" = callPackage @@ -13733,6 +14382,8 @@ self: { ]; description = "Simple scoring schemes for word alignments"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "NaturalSort" = callPackage @@ -13746,6 +14397,8 @@ self: { libraryHaskellDepends = [ base bytestring strict ]; description = "Natural sorting for strings"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "NearContextAlgebra" = callPackage @@ -13786,6 +14439,8 @@ self: { ]; description = "Simple networked key/value store"; license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "NestedFunctor" = callPackage @@ -13797,6 +14452,8 @@ self: { libraryHaskellDepends = [ base comonad distributive ]; description = "Nested composition of functors with a type index tracking nesting"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "NestedSampling" = callPackage @@ -13821,6 +14478,8 @@ self: { testHaskellDepends = [ base bytestring HUnit process ]; description = "Bindings for net-snmp's C API for clients"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {net_snmp = null;}; "Network-NineP" = callPackage @@ -13927,6 +14586,8 @@ self: { testHaskellDepends = [ base ]; description = "Remove all the functions come from Debug.Trace after debugging"; license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "Noise" = callPackage @@ -14059,6 +14720,8 @@ self: { libraryHaskellDepends = [ base ]; description = "Library providing a non-empty list datatype, and total functions operating on it"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "NonEmptyList" = callPackage @@ -14109,6 +14772,8 @@ self: { libraryHaskellDepends = [ array base ]; description = "Number Theoretic Sieves: primes, factorization, and Euler's Totient"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "NumberTheory" = callPackage @@ -14121,6 +14786,8 @@ self: { testHaskellDepends = [ base containers HUnit primes ]; description = "A library for number theoretic computations, written in Haskell"; license = lib.licenses.gpl3Only; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "Numbers" = callPackage @@ -14161,6 +14828,8 @@ self: { libraryHaskellDepends = [ base ]; description = "A little library to calculate nutrition values of food items"; license = lib.licenses.publicDomain; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "OGL" = callPackage @@ -14172,6 +14841,8 @@ self: { libraryHaskellDepends = [ base mtl ]; description = "A context aware binding for the OpenGL graphics system"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "ONC-RPC" = callPackage @@ -14196,6 +14867,8 @@ self: { executableHaskellDepends = [ base filepath ]; description = "ONC RPC (aka Sun RPC) and XDR library"; license = lib.licenses.asl20; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "OSM" = callPackage @@ -14231,6 +14904,8 @@ self: { testHaskellDepends = [ base bytestring tasty tasty-hunit time ]; description = "HMAC-Based and Time-Based One-Time Passwords (HOTP & TOTP)"; license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "Object" = callPackage @@ -14242,6 +14917,8 @@ self: { libraryHaskellDepends = [ base containers ghc template-haskell ]; description = "Object oriented programming for haskell using multiparameter typeclasses"; license = lib.licenses.asl20; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "ObjectIO" = callPackage @@ -14257,6 +14934,8 @@ self: { winspool ]; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {comctl32 = null; comdlg32 = null; gdi32 = null; kernel32 = null; ole32 = null; shell32 = null; user32 = null; winmm = null; winspool = null;}; @@ -14305,6 +14984,8 @@ self: { ]; description = "Simple unbalanced Octree for storing data about 3D points"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "OddWord" = callPackage @@ -14320,6 +15001,8 @@ self: { benchmarkHaskellDepends = [ base criterion ]; description = "Provides a wrapper for deriving word types with fewer bits"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "Omega" = callPackage @@ -14332,6 +15015,8 @@ self: { testHaskellDepends = [ base containers HUnit ]; description = "Integer sets and relations using Presburger arithmetic"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "OnRmt" = callPackage @@ -14416,6 +15101,8 @@ self: { ]; description = "IBM AFP document format parser and generator"; license = lib.licenses.publicDomain; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "OpenAFP-Utils" = callPackage @@ -14469,6 +15156,8 @@ self: { testHaskellDepends = [ base QuickCheck ]; description = "Haskell high-level wrapper for OpenCL"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {OpenCL = null;}; "OpenCLRaw" = callPackage @@ -14480,6 +15169,8 @@ self: { libraryHaskellDepends = [ base bytestring mtl ]; description = "The OpenCL Standard for heterogenous data-parallel computing"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "OpenCLWrappers" = callPackage @@ -14491,6 +15182,8 @@ self: { libraryHaskellDepends = [ base bytestring mtl ]; description = "The OpenCL Standard for heterogenous data-parallel computing"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "OpenGL" = callPackage @@ -14550,6 +15243,8 @@ self: { libraryHaskellDepends = [ OpenGLRaw ]; description = "The intersection of OpenGL 2.1 and OpenGL 3.1 Core"; license = "unknown"; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "OpenSCAD" = callPackage @@ -14593,6 +15288,8 @@ self: { libraryHaskellDepends = [ base OpenGLRaw ]; description = "Raw binding to OpenVG (ShivaVG-0.2.1 implementation)."; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "Operads" = callPackage @@ -14604,6 +15301,8 @@ self: { libraryHaskellDepends = [ array base containers mtl ]; description = "Groebner basis computation for Operads"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "OptDir" = callPackage @@ -14631,6 +15330,8 @@ self: { ]; description = "A quasiquoter for or-patterns"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "OrchestrateDB" = callPackage @@ -14650,6 +15351,8 @@ self: { ]; description = "Unofficial Haskell Client Library for the Orchestrate.io API"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "OrderedBits" = callPackage @@ -14695,6 +15398,8 @@ self: { testHaskellDepends = [ base safe threepenny-gui ]; description = "A Programming Language in Construction"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "Oslo-Vectize" = callPackage @@ -14710,6 +15415,8 @@ self: { executableHaskellDepends = [ base ]; description = "spam"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "PArrows" = callPackage @@ -14721,6 +15428,8 @@ self: { libraryHaskellDepends = [ base containers ghc-prim mtl ]; description = "Arrow parser combinators similar to Parsec"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "PBKDF2" = callPackage @@ -14734,6 +15443,8 @@ self: { libraryHaskellDepends = [ base binary bytestring Crypto random ]; description = "Make password-based security schemes more secure"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "PCLT" = callPackage @@ -14747,6 +15458,8 @@ self: { ]; description = "Extension to Show: templating, catalogizing, languages, parameters, etc"; license = "LGPL"; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "PCLT-DB" = callPackage @@ -14788,6 +15501,8 @@ self: { libraryHaskellDepends = [ base containers ]; description = "A generic derivable Haskell pretty printer"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "PSQueue" = callPackage @@ -14801,6 +15516,8 @@ self: { libraryHaskellDepends = [ base ]; description = "Priority Search Queue"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "PTQ" = callPackage @@ -14818,6 +15535,8 @@ self: { ]; description = "An implementation of Montague's PTQ"; license = "LGPL"; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "PUH-Project" = callPackage @@ -14837,6 +15556,8 @@ self: { ]; description = "This is a package which includes Assignments, Email, User and Reviews modules for Programming in Haskell course"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "PageIO" = callPackage @@ -14882,6 +15603,7 @@ self: { ]; description = "a simple Paillier cryptosystem"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; }) {}; "PandocAgda" = callPackage @@ -14902,6 +15624,8 @@ self: { executableHaskellDepends = [ base ]; description = "Pandoc support for literate Agda"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "Paraiso" = callPackage @@ -15032,6 +15756,8 @@ self: { ]; description = "A proven synchronization server for high performance computing"; license = lib.licenses.gpl3Only; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "ParsecTools" = callPackage @@ -15076,6 +15802,8 @@ self: { libraryHaskellDepends = [ base QuickCheck ]; description = "Simple library for generating passwords"; license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "PastePipe" = callPackage @@ -15106,6 +15834,8 @@ self: { ]; description = "A tree used to merge and maintain paths"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "Pathfinder" = callPackage @@ -15118,6 +15848,8 @@ self: { librarySystemDepends = [ libxml2 ]; description = "Relational optimiser and code generator"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {inherit (pkgs) libxml2;}; "Peano" = callPackage @@ -15140,6 +15872,8 @@ self: { libraryHaskellDepends = [ base ]; description = "GADT type witnesses for Peano-style natural numbers"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "PerfectHash" = callPackage @@ -15156,6 +15890,8 @@ self: { librarySystemDepends = [ cmph ]; description = "A perfect hashing library for mapping bytestrings to values"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {cmph = null;}; "PermuteEffects" = callPackage @@ -15186,6 +15922,8 @@ self: { ]; description = "A versatile library for topological data analysis"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "Phsu" = callPackage @@ -15210,6 +15948,8 @@ self: { ]; description = "Personal Happstack Server Utils"; license = lib.licenses.gpl3Only; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "Pipe" = callPackage @@ -15221,6 +15961,8 @@ self: { libraryHaskellDepends = [ base filepath process unix ]; description = "Process piping library"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "Piso" = callPackage @@ -15232,6 +15974,8 @@ self: { libraryHaskellDepends = [ base template-haskell ]; description = "Partial isomorphisms"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "PlayHangmanGame" = callPackage @@ -15265,6 +16009,8 @@ self: { ]; description = "Playing cards api"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "Plot-ho-matic" = callPackage @@ -15331,6 +16077,8 @@ self: { executableHaskellDepends = [ array base clock GLUT random ]; description = "An imaginary world"; license = "GPL"; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "PortFusion" = callPackage @@ -15344,6 +16092,8 @@ self: { executableHaskellDepends = [ base bytestring network splice ]; description = "high-performance distributed reverse / forward proxy & tunneling for TCP"; license = lib.licenses.gpl3Only; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "PortMidi" = callPackage @@ -15388,6 +16138,8 @@ self: { libraryHaskellDepends = [ base mtl ]; description = "Thin wrapper over the C postgresql library"; license = "unknown"; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "Prelude" = callPackage @@ -15401,6 +16153,8 @@ self: { libraryHaskellDepends = [ base ]; description = "A Prelude module replacement"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "PrimitiveArray" = callPackage @@ -15458,6 +16212,8 @@ self: { ]; description = "Pretty-printing for primitive arrays"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "Printf-TH" = callPackage @@ -15480,6 +16236,8 @@ self: { libraryHaskellDepends = [ base containers stm ]; description = "Read single output from an array of inputs - channels with priorities"; license = "LGPL"; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "ProbabilityMonads" = callPackage @@ -15503,6 +16261,8 @@ self: { libraryHaskellDepends = [ base ]; description = "Geometric Extrapolation of Integer Sequences with error prediction"; license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "PropLogic" = callPackage @@ -15531,6 +16291,8 @@ self: { executableHaskellDepends = [ base containers HUnit parsec syb ]; description = "An implementation of propositional logic in Haskell"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "ProxN" = callPackage @@ -15647,6 +16409,8 @@ self: { ]; description = "A networked event handling framework for hooking into other programs"; license = lib.licenses.gpl3Only; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "PyF" = callPackage @@ -15678,6 +16442,8 @@ self: { libraryHaskellDepends = [ base containers mtl old-time random ]; description = "The Quantum IO Monad is a library for defining quantum computations in Haskell"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "QLearn" = callPackage @@ -15689,6 +16455,8 @@ self: { libraryHaskellDepends = [ base random vector ]; description = "A library for fast, easy-to-use Q-learning"; license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "QuadEdge" = callPackage @@ -15700,6 +16468,8 @@ self: { libraryHaskellDepends = [ base random vector ]; description = "QuadEdge structure for representing triangulations"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "QuadTree" = callPackage @@ -15712,6 +16482,8 @@ self: { testHaskellDepends = [ base composition lens QuickCheck ]; description = "QuadTree library for Haskell, with lens support"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "QuasiText" = callPackage @@ -15762,6 +16534,8 @@ self: { executableHaskellDepends = [ base haskell-src-exts ]; description = "Annotation Framework"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "QuickCheck" = callPackage @@ -15839,6 +16613,8 @@ self: { ]; description = "Quick and easy data visualization with Haskell"; license = lib.licenses.gpl3Only; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "Quickson" = callPackage @@ -15853,6 +16629,8 @@ self: { ]; description = "Quick JSON extractions with Aeson"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "R-pandoc" = callPackage @@ -15870,6 +16648,8 @@ self: { ]; executableHaskellDepends = [ base pandoc-types ]; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "RANSAC" = callPackage @@ -15945,6 +16725,7 @@ self: { ]; description = "A reflective JSON serializer/parser"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; }) {}; "RLP" = callPackage @@ -15957,6 +16738,8 @@ self: { testHaskellDepends = [ base binary bytestring hspec ]; description = "RLP serialization as defined in Ethereum Yellow Paper"; license = lib.licenses.lgpl3Only; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "RMP" = callPackage @@ -16066,7 +16849,6 @@ self: { executableHaskellDepends = [ cmdargs ]; description = "Draw RNA secondary structures"; license = lib.licenses.gpl3Only; - hydraPlatforms = lib.platforms.none; }) {}; "RNAlien" = callPackage @@ -16175,6 +16957,8 @@ self: { ]; description = "AMQP 0-9-1 client library for RabbitMQ servers"; license = "BSD-3-Clause AND GPL-3.0-or-later"; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "Raincat" = callPackage @@ -16227,6 +17011,8 @@ self: { libraryHaskellDepends = [ base HTTP-Simple network ]; description = "Interface to random.org"; license = lib.licenses.publicDomain; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "Randometer" = callPackage @@ -16240,6 +17026,8 @@ self: { executableHaskellDepends = [ base random-fu ]; description = "Randomness intuition trainer"; license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "Range" = callPackage @@ -16251,6 +17039,8 @@ self: { libraryHaskellDepends = [ base ]; description = "Data structure for managing ranges"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "Ranged-sets" = callPackage @@ -16302,6 +17092,8 @@ self: { ]; description = "Soccer simulation"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "Rasterific" = callPackage @@ -16374,6 +17166,8 @@ self: { ]; description = "Library to access Redmine's REST services"; license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "Ref" = callPackage @@ -16385,6 +17179,8 @@ self: { libraryHaskellDepends = [ base ghc-prim ]; description = "Generic Mutable Ref Abstraction Layer"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "RefSerialize" = callPackage @@ -16420,6 +17216,8 @@ self: { ]; description = "A utility for computing distributions of material to review among reviewers"; license = lib.licenses.gpl3Only; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "RepLib" = callPackage @@ -16435,6 +17233,8 @@ self: { ]; description = "Generic programming library with representation types"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "ReplicateEffects" = callPackage @@ -16446,6 +17246,8 @@ self: { libraryHaskellDepends = [ base ]; description = "Composable replication schemes of applicative functors"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "ReviewBoard" = callPackage @@ -16464,6 +17266,8 @@ self: { ]; description = "Haskell bindings to ReviewBoard"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "RichConditional" = callPackage @@ -16475,6 +17279,8 @@ self: { libraryHaskellDepends = [ base ]; description = "Tiny library to replace classic if/else"; license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "Ritt-Wu" = callPackage @@ -16503,6 +17309,8 @@ self: { ]; description = "Parallel implementation of Ritt-Wu's algorithm"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "Rlang-QQ" = callPackage @@ -16526,7 +17334,6 @@ self: { testHaskellDepends = [ base directory doctest hspec lens vector ]; description = "quasiquoter for inline-R code"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; }) {}; "RollingDirectory" = callPackage @@ -16581,6 +17388,8 @@ self: { testHaskellDepends = [ base tasty tasty-hunit vector ]; description = "Haskell wrapper for RtMidi, the lightweight, cross-platform MIDI I/O library"; license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; + broken = true; }) {inherit (pkgs) alsa-lib;}; "RxHaskell" = callPackage @@ -16592,6 +17401,8 @@ self: { libraryHaskellDepends = [ base containers stm transformers ]; description = "Reactive Extensions for Haskell"; license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "S3" = callPackage @@ -16783,6 +17594,8 @@ self: { ]; description = "SFML bindings"; license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; + broken = true; }) {csfml-audio = null; csfml-graphics = null; csfml-network = null; csfml-system = null; csfml-window = null; sfml-audio = null; sfml-graphics = null; sfml-network = null; @@ -16821,6 +17634,8 @@ self: { libraryHaskellDepends = [ base mtl ]; description = "Small geometry library for dealing with vectors and collision detection"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "SGdemo" = callPackage @@ -16846,6 +17661,8 @@ self: { libraryHaskellDepends = [ base mtl ]; description = "(updated) Small geometry library for dealing with vectors and collision detection"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "SHA" = callPackage @@ -16901,6 +17718,8 @@ self: { benchmarkHaskellDepends = [ base directory filepath random time ]; description = "The Simple Javascript Wrench"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "SMTPClient" = callPackage @@ -16917,6 +17736,8 @@ self: { ]; description = "A simple SMTP client library"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "SNet" = callPackage @@ -16933,6 +17754,8 @@ self: { libraryToolDepends = [ c2hsc ]; description = "Declarative coördination language for streaming networks"; license = lib.licenses.lgpl3Only; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "SQLDeps" = callPackage @@ -16963,6 +17786,8 @@ self: { testHaskellDepends = [ base containers ]; description = "STG Symbolic Execution"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "STL" = callPackage @@ -16974,6 +17799,8 @@ self: { libraryHaskellDepends = [ attoparsec base bytestring cereal text ]; description = "STL 3D geometry format parsing and pretty-printing"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "STLinkUSB" = callPackage @@ -17051,6 +17878,7 @@ self: { ]; description = "translate a SVD of a Microcontroller to Haskell tables"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; }) {}; "SVG2Q" = callPackage @@ -17139,6 +17967,8 @@ self: { ]; description = "A parser for SWMM 5 binary .OUT files"; license = lib.licenses.lgpl3Only; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "SableCC2Hs" = callPackage @@ -17158,6 +17988,8 @@ self: { ]; description = "Generate a parser (in Haskell) with the SableCC parser generator"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "Safe" = callPackage @@ -17195,6 +18027,8 @@ self: { librarySystemDepends = [ glib mono ]; description = "A .NET Bridge for Haskell"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {inherit (pkgs) glib; inherit (pkgs) mono;}; "Saturnin" = callPackage @@ -17218,6 +18052,8 @@ self: { testHaskellDepends = [ base data-default either hlint hspec mtl ]; description = "Saturnin CI / Job System"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "SciBaseTypes" = callPackage @@ -17304,6 +18140,8 @@ self: { ]; description = "Size limited temp filesystem based on fuse"; license = lib.licenses.gpl3Only; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "Scurry" = callPackage @@ -17349,6 +18187,8 @@ self: { libraryHaskellDepends = [ base ]; description = "Data structure for querying the set (or count) of intervals covering given point"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "SelectSequencesFromMSA" = callPackage @@ -17392,6 +18232,8 @@ self: { ]; description = "Command-line tool for maintaining the Semantique database"; license = lib.licenses.publicDomain; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "Semigroup" = callPackage @@ -17403,6 +18245,8 @@ self: { libraryHaskellDepends = [ base bytestring containers mtl ]; description = "A semigroup"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "SeqAlign" = callPackage @@ -17414,6 +18258,8 @@ self: { libraryHaskellDepends = [ base bytestring vector ]; description = "Sequence Alignment"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "SessionLogger" = callPackage @@ -17429,6 +18275,8 @@ self: { ]; description = "Easy Loggingframework"; license = lib.licenses.lgpl3Only; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "Set" = callPackage @@ -17442,6 +18290,8 @@ self: { benchmarkHaskellDepends = [ base containers gauge util ]; description = "See README for more info"; license = lib.licenses.mpl20; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "ShellCheck_0_7_2" = callPackage @@ -17510,6 +18360,8 @@ self: { libraryHaskellDepends = [ base directory mtl unix ]; description = "A framework for creating shell envinronments"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "Shellac-compatline" = callPackage @@ -17613,6 +18465,7 @@ self: { ]; description = "A programming model for declarative, high performance user interface"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; }) {}; "Shpadoinkle-backend-pardiff" = callPackage @@ -17631,6 +18484,7 @@ self: { ]; description = "A Virtual Dom in pure Haskell, based on Html as an Alignable Functor"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; }) {}; "Shpadoinkle-backend-snabbdom" = callPackage @@ -17648,6 +18502,7 @@ self: { ]; description = "Use the high-performance Snabbdom virtual dom library written in JavaScript"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; }) {}; "Shpadoinkle-backend-static" = callPackage @@ -17659,6 +18514,7 @@ self: { libraryHaskellDepends = [ base compactable Shpadoinkle text ]; description = "A backend for rendering Shpadoinkle as Text"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; }) {}; "Shpadoinkle-console" = callPackage @@ -17670,6 +18526,8 @@ self: { libraryHaskellDepends = [ aeson base jsaddle lens text unliftio ]; description = "Support for the native browser console"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "Shpadoinkle-debug" = callPackage @@ -17775,6 +18633,7 @@ self: { ]; description = "A typed, template generated Html DSL, and helpers"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; }) {}; "Shpadoinkle-isreal" = callPackage @@ -17798,6 +18657,8 @@ self: { ]; description = "Isreal Swan will make a snowman for you!"; license = lib.licenses.gpl3Plus; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "Shpadoinkle-lens" = callPackage @@ -17809,6 +18670,7 @@ self: { libraryHaskellDepends = [ base lens Shpadoinkle text ]; description = "Lens combinators for Shpadoinkle applications"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; }) {}; "Shpadoinkle-router" = callPackage @@ -17844,6 +18706,7 @@ self: { libraryHaskellDepends = [ base lens Shpadoinkle streaming text ]; description = "Integration of the streaming library with Shpadoinkle continuations"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; }) {}; "Shpadoinkle-template" = callPackage @@ -17865,6 +18728,7 @@ self: { ]; description = "Read standard file formats into Shpadoinkle with Template Haskell"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; }) {}; "Shpadoinkle-widgets" = callPackage @@ -17889,6 +18753,7 @@ self: { ]; description = "A collection of common reusable types and components"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; }) {}; "Shrub" = callPackage @@ -17968,6 +18833,8 @@ self: { ]; description = "A light, clean and powerful Haskell utility library"; license = "unknown"; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "SimpleLog" = callPackage @@ -18069,6 +18936,8 @@ self: { testHaskellDepends = [ base file-embed ]; description = "Generate slides from Haskell code"; license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "SmithNormalForm" = callPackage @@ -18107,6 +18976,8 @@ self: { libraryHaskellDepends = [ base parsec transformers ]; description = "Library for parsing SMTLIB2"; license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "Snusmumrik" = callPackage @@ -18146,6 +19017,8 @@ self: { ]; description = "Abstract full system simulator"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "SoccerFun" = callPackage @@ -18198,6 +19071,8 @@ self: { testHaskellDepends = [ base QuickCheck ]; description = "Sonnex is an alternative to Soundex for french language"; license = lib.licenses.gpl3Only; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "SourceGraph" = callPackage @@ -18272,6 +19147,7 @@ self: { ]; description = "Simple space pirate roguelike"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; }) {}; "SpinCounter" = callPackage @@ -18348,6 +19224,8 @@ self: { ]; description = "Another Haskell web framework for rapid development"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "Spock-api-server" = callPackage @@ -18370,7 +19248,6 @@ self: { libraryHaskellDepends = [ base http-types Spock text time ]; description = "Provides authentification helpers for Spock"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; }) {}; "Spock-core" = callPackage @@ -18426,7 +19303,6 @@ self: { libraryHaskellDepends = [ base lucid Spock transformers ]; description = "Lucid support for Spock"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; }) {}; "Spock-worker" = callPackage @@ -18444,7 +19320,6 @@ self: { testHaskellDepends = [ base containers HTF stm vector ]; description = "Background workers for Spock"; license = lib.licenses.mit; - hydraPlatforms = lib.platforms.none; }) {}; "SpreadsheetML" = callPackage @@ -18467,6 +19342,8 @@ self: { libraryHaskellDepends = [ base SDL ]; description = "Binding to Sprig"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "Stack" = callPackage @@ -18494,6 +19371,8 @@ self: { executableHaskellDepends = [ base ]; description = "A simple MVCC like library"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "StateVar" = callPackage @@ -18559,6 +19438,8 @@ self: { ]; description = "Client library for Stomp brokers"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "Strafunski-ATermLib" = callPackage @@ -18570,6 +19451,8 @@ self: { libraryHaskellDepends = [ base containers ]; description = "An abstract data type designed for the exchange of tree-like data structures"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "Strafunski-Sdf2Haskell" = callPackage @@ -18603,6 +19486,8 @@ self: { libraryHaskellDepends = [ base directory mtl syb transformers ]; description = "Library for strategic programming"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "StrappedTemplates" = callPackage @@ -18620,6 +19505,8 @@ self: { testHaskellDepends = [ base blaze-builder bytestring hspec text ]; description = "General purpose templates in haskell"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "StrategyLib" = callPackage @@ -18630,6 +19517,8 @@ self: { sha256 = "1sskndywpm1gi4bs4i1gah73jk49inlscg4jzcqhq0phb8f886xk"; libraryHaskellDepends = [ base mtl ]; license = "unknown"; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "Stream" = callPackage @@ -18653,6 +19542,8 @@ self: { libraryHaskellDepends = [ base benchpress parallel ]; description = "Benchmarking code through strict evaluation"; license = "GPL"; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "StrictCheck" = callPackage @@ -18671,6 +19562,8 @@ self: { ]; description = "StrictCheck: Keep Your Laziness In Check"; license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "StringUtils" = callPackage @@ -18708,6 +19601,8 @@ self: { ]; description = "Suffix array construction"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "SybWidget" = callPackage @@ -18723,6 +19618,7 @@ self: { ]; description = "Library which aids constructing generic (SYB3-based) widgets"; license = "LGPL"; + hydraPlatforms = lib.platforms.none; }) {}; "SyntaxMacros" = callPackage @@ -18760,6 +19656,8 @@ self: { ]; description = "Sybase 15 sysmon reports processor"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "TBC" = callPackage @@ -18780,6 +19678,8 @@ self: { ]; description = "Testing By Convention"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "TBit" = callPackage @@ -18796,6 +19696,8 @@ self: { ]; description = "Utilities for condensed matter physics tight binding calculations"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "TCache" = callPackage @@ -18823,6 +19725,8 @@ self: { libraryHaskellDepends = [ base template-haskell ]; description = "TH implementation of effects"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "TLT" = callPackage @@ -18870,6 +19774,8 @@ self: { executableHaskellDepends = [ base bytestring Yampa ]; description = "Bindings to the TORCS vehicle simulator"; license = "GPL"; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "TTTAS" = callPackage @@ -18907,6 +19813,8 @@ self: { ]; description = "Template Your Boilerplate - a Template Haskell version of SYB"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "TableAlgebra" = callPackage @@ -18935,6 +19843,8 @@ self: { executableHaskellDepends = [ base cookbook ]; description = "A client for Quill databases"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "Tablify" = callPackage @@ -18948,6 +19858,8 @@ self: { executableHaskellDepends = [ base parsec xhtml ]; description = "Tool to render CSV into tables of various formats"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "Tahin" = callPackage @@ -18991,6 +19903,8 @@ self: { libraryHaskellDepends = [ base mtl old-time time ]; description = "Database library with left-fold interface, for PostgreSQL, Oracle, SQLite, ODBC"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "Tape" = callPackage @@ -19002,6 +19916,8 @@ self: { libraryHaskellDepends = [ base comonad distributive Stream ]; description = "Bidirectionally infinite streams, akin to the tape of a Turing machine"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "TaskMonad" = callPackage @@ -19020,6 +19936,8 @@ self: { ]; description = "A collection of tools which can be used to access taskwarrior from xmonad"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "Taxonomy" = callPackage @@ -19153,6 +20071,8 @@ self: { libraryHaskellDepends = [ base ]; librarySystemDepends = [ ogg theora ]; license = "GPL"; + hydraPlatforms = lib.platforms.none; + broken = true; }) {ogg = null; theora = null;}; "Thingie" = callPackage @@ -19164,6 +20084,8 @@ self: { libraryHaskellDepends = [ base cairo gtk mtl ]; description = "Purely functional 2D drawing"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "ThreadObjects" = callPackage @@ -19191,6 +20113,8 @@ self: { ]; description = "Haskell bindings for the Apache Thrift RPC system"; license = "unknown"; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "Tic-Tac-Toe" = callPackage @@ -19220,6 +20144,8 @@ self: { ]; description = "A sub-project (exercise) for a functional programming course"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "TigerHash" = callPackage @@ -19254,6 +20180,8 @@ self: { ]; description = "A simple tile-based digital clock screen saver"; license = lib.licenses.publicDomain; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "TinyLaunchbury" = callPackage @@ -19265,6 +20193,8 @@ self: { libraryHaskellDepends = [ base mtl ]; description = "Simple implementation of call-by-need using Launchbury's semantics"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "TinyURL" = callPackage @@ -19276,6 +20206,8 @@ self: { libraryHaskellDepends = [ base HTTP network ]; description = "Use TinyURL to compress URLs"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "Titim" = callPackage @@ -19289,6 +20221,8 @@ self: { executableHaskellDepends = [ base containers matrix random ]; description = "Game for Lounge Marmelade"; license = lib.licenses.gpl3Only; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "Top" = callPackage @@ -19303,6 +20237,8 @@ self: { executableHaskellDepends = [ base containers mtl parsec ]; description = "Constraint solving framework employed by the Helium Compiler"; license = "GPL"; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "TotalMap" = callPackage @@ -19322,6 +20258,8 @@ self: { testToolDepends = [ markdown-unlit ]; description = "A total map datatype"; license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "Tournament" = callPackage @@ -19339,6 +20277,8 @@ self: { ]; description = "Tournament related algorithms"; license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "TraceUtils" = callPackage @@ -19367,6 +20307,8 @@ self: { testHaskellDepends = [ base QuickCheck ]; description = "eDSL in R for Safe Variable Transformarion"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "TransformersStepByStep" = callPackage @@ -19380,6 +20322,8 @@ self: { executableHaskellDepends = [ base containers mtl ]; description = "Tutorial on monad transformers"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "Transhare" = callPackage @@ -19414,6 +20358,8 @@ self: { libraryHaskellDepends = [ base ]; description = "A collection of heaps and search trees"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "TreeT" = callPackage @@ -19453,6 +20399,8 @@ self: { ]; description = "A simple trend Graph script"; license = lib.licenses.publicDomain; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "TrieMap" = callPackage @@ -19548,6 +20496,8 @@ self: { libraryHaskellDepends = [ base ]; description = "Some Nat-indexed types for GHC"; license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "TypingTester" = callPackage @@ -19623,6 +20573,8 @@ self: { libraryHaskellDepends = [ attoparsec base bytestring containers ]; description = "DEPRECATED A simple, liberal URL parser"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "UTFTConverter" = callPackage @@ -19646,6 +20598,8 @@ self: { ]; description = "Processing popular picture formats into .c or .raw format in RGB565"; license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "Unique" = callPackage @@ -19710,6 +20664,8 @@ self: { libraryHaskellDepends = [ base ]; description = "Monadic FRP library based on stm"; license = lib.licenses.asl20; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "UrlDisp" = callPackage @@ -19774,6 +20730,8 @@ self: { ]; description = "Provides access to Vkontakte social network via public API"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "VRML" = callPackage @@ -19797,6 +20755,8 @@ self: { ]; description = "VRML parser and generator for Haskell"; license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "Validation" = callPackage @@ -19810,6 +20770,8 @@ self: { ]; description = "A data-type like Either but with an accumulating Applicative"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "ValveValueKeyvalue" = callPackage @@ -19843,6 +20805,8 @@ self: { libraryHaskellDepends = [ base Boolean Vec ]; description = "Provides Boolean instances for the Vec package"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "Vec-OpenGLRaw" = callPackage @@ -19854,6 +20818,8 @@ self: { libraryHaskellDepends = [ base OpenGLRaw Vec ]; description = "Instances and functions to interoperate Vec and OpenGL"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "Vec-Transform" = callPackage @@ -19865,6 +20831,8 @@ self: { doHaddock = false; description = "This package is obsolete"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "VecN" = callPackage @@ -19890,6 +20858,8 @@ self: { executableHaskellDepends = [ base containers matrix ]; description = "A solver for the WordBrain game"; license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "ViennaRNA-bindings" = callPackage @@ -19932,7 +20902,6 @@ self: { ]; description = "ViennaRNA v2 extensions"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; }) {}; "ViennaRNAParser" = callPackage @@ -19979,6 +20948,7 @@ self: { ]; description = "Villefort is a task manager and time tracker"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; }) {}; "Vulkan" = callPackage @@ -20035,6 +21005,8 @@ self: { doHaddock = false; description = "Generic text-editor logic for use with fixed-width fonts"; license = lib.licenses.asl20; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "WEditorBrick" = callPackage @@ -20094,6 +21066,8 @@ self: { executableHaskellDepends = [ base ]; description = "A simple library to access to the WL 500gP router from the Haskell code"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "WMSigner" = callPackage @@ -20113,6 +21087,8 @@ self: { ]; description = "WebMoney authentication module"; license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "WURFL" = callPackage @@ -20189,6 +21165,8 @@ self: { ]; description = "Library for interacting with the Weather Underground JSON API"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "WebBits" = callPackage @@ -20200,6 +21178,8 @@ self: { libraryHaskellDepends = [ base containers mtl parsec pretty syb ]; description = "JavaScript analysis tools"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "WebBits-Html" = callPackage @@ -20266,6 +21246,8 @@ self: { executableHaskellDepends = [ base parsec ]; description = "Logic interpreter"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "Webrexp" = callPackage @@ -20292,6 +21274,8 @@ self: { ]; description = "Regexp-like engine to scrap web data"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "Wheb" = callPackage @@ -20316,6 +21300,8 @@ self: { ]; description = "The frictionless WAI Framework"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "WikimediaParser" = callPackage @@ -20327,6 +21313,8 @@ self: { libraryHaskellDepends = [ base parsec ]; description = "A parser for wikimedia style article markup"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "Win32" = callPackage @@ -20505,6 +21493,7 @@ self: { ]; description = "Wire-aware hardware description"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; }) {}; "WordAlignment" = callPackage @@ -20558,6 +21547,8 @@ self: { libraryHaskellDepends = [ array base containers filepath ]; description = "Haskell interface to the WordNet database"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "WordNet-ghc74" = callPackage @@ -20571,6 +21562,8 @@ self: { libraryHaskellDepends = [ array base containers filepath ]; description = "Haskell interface to the WordNet database"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "Wordlint" = callPackage @@ -20585,6 +21578,8 @@ self: { executableHaskellDepends = [ base boxes cmdargs ]; description = "Plaintext prose redundancy linter"; license = "unknown"; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "Workflow" = callPackage @@ -20604,6 +21599,8 @@ self: { ]; description = "Workflow patterns over a monad for thread state logging & recovery"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "WxGeneric" = callPackage @@ -20634,6 +21631,8 @@ self: { ]; description = "A light-weight XML library"; license = "BSD-3-Clause AND GPL-3.0-or-later"; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "X11" = callPackage @@ -20666,6 +21665,8 @@ self: { librarySystemDepends = [ libX11 ]; description = "Missing bindings to the X11 graphics library"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {inherit (pkgs.xorg) libX11;}; "X11-rm" = callPackage @@ -20677,6 +21678,8 @@ self: { libraryHaskellDepends = [ base X11 ]; description = "A binding to the resource management functions missing from X11"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "X11-xdamage" = callPackage @@ -20689,6 +21692,8 @@ self: { librarySystemDepends = [ Xdamage ]; description = "A binding to the Xdamage X11 extension library"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {Xdamage = null;}; "X11-xfixes" = callPackage @@ -20701,6 +21706,8 @@ self: { librarySystemDepends = [ Xfixes ]; description = "A binding to the Xfixes X11 extension library"; license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; + broken = true; }) {Xfixes = null;}; "X11-xft" = callPackage @@ -20792,6 +21799,8 @@ self: { librarySystemDepends = [ xmmsclient xmmsclient-glib ]; description = "XMMS2 client library"; license = "LGPL"; + hydraPlatforms = lib.platforms.none; + broken = true; }) {xmmsclient = null; xmmsclient-glib = null;}; "XMPP" = callPackage @@ -20866,6 +21875,8 @@ self: { ]; description = "Gtk command launcher with identicon"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "XmlHtmlWriter" = callPackage @@ -20877,6 +21888,8 @@ self: { libraryHaskellDepends = [ base mtl transformers ]; description = "A library for writing XML and HTML"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "Xorshift128Plus" = callPackage @@ -20888,6 +21901,8 @@ self: { libraryHaskellDepends = [ base ]; description = "Pure haskell implementation of xorshift128plus random number generator"; license = lib.licenses.publicDomain; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "YACPong" = callPackage @@ -20920,6 +21935,8 @@ self: { libraryHaskellDepends = [ array base HGL Yampa ]; description = "Yampa-based library for programming robots"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "Yablog" = callPackage @@ -20982,6 +21999,8 @@ self: { ]; description = "YAML reference implementation"; license = "LGPL"; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "Yampa" = callPackage @@ -21029,6 +22048,8 @@ self: { ]; description = "Software synthesizer"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "Yocto" = callPackage @@ -21056,6 +22077,8 @@ self: { ]; description = "A MUD client library"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "Yogurt-Standalone" = callPackage @@ -21127,6 +22150,8 @@ self: { testToolDepends = [ hspec-discover ]; description = "Array, vector and text"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "Z-IO" = callPackage @@ -21210,6 +22235,8 @@ self: { libraryHaskellDepends = [ base vect ]; description = "Polymer growth simulation method"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "ZFS" = callPackage @@ -21225,6 +22252,8 @@ self: { ]; description = "Oleg's Zipper FS"; license = lib.licenses.publicDomain; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "ZMachine" = callPackage @@ -21239,6 +22268,8 @@ self: { executableHaskellDepends = [ array base gtk mtl random ]; description = "A Z-machine interpreter"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "ZipFold" = callPackage @@ -21289,6 +22320,8 @@ self: { libraryHaskellDepends = [ base ]; description = "Combinators for bidirectional URL routing"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "a50" = callPackage @@ -21320,6 +22353,8 @@ self: { testHaskellDepends = [ base HUnit text ]; description = "Parser for a language similar to Cucumber's Gherkin"; license = "unknown"; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "abc-puzzle" = callPackage @@ -21374,6 +22409,8 @@ self: { ]; description = "Haskell representation and parser for ABC notation"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "abeson" = callPackage @@ -21393,6 +22430,8 @@ self: { ]; description = "interconversion between aeson and bson"; license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "abides" = callPackage @@ -21405,6 +22444,8 @@ self: { testHaskellDepends = [ base comonad tasty tasty-quickcheck ]; description = "Simple boolean tests to see if a value abides by certain properties"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "abnf" = callPackage @@ -21424,6 +22465,8 @@ self: { ]; description = "Parse ABNF and generate parsers for the specified document"; license = lib.licenses.bsd2; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "abstract-deque" = callPackage @@ -21479,6 +22522,7 @@ self: { ]; description = "Provides the class ParAccelerate, nothing more"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; }) {}; "abt" = callPackage @@ -21494,6 +22538,8 @@ self: { ]; description = "Abstract binding trees for Haskell"; license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "ac-machine" = callPackage @@ -21507,6 +22553,8 @@ self: { ]; description = "Aho-Corasick string matching algorithm in Haskell"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "ac-machine-conduit" = callPackage @@ -21565,6 +22613,8 @@ self: { testHaskellDepends = [ base doctest ]; description = "An embedded language for accelerated array processing"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "accelerate-arithmetic" = callPackage @@ -21795,6 +22845,7 @@ self: { ]; description = "Accelerate frontend to the FFTW library (Fourier transform)"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; }) {}; "accelerate-fourier" = callPackage @@ -21851,6 +22902,7 @@ self: { libraryHaskellDepends = [ accelerate base ]; description = "Convert between Accelerate arrays and raw pointers"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; }) {}; "accelerate-io-JuicyPixels" = callPackage @@ -21952,6 +23004,7 @@ self: { ]; description = "Binary serialisation of Accelerate arrays using serialise"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; }) {}; "accelerate-io-vector" = callPackage @@ -22016,6 +23069,7 @@ self: { ]; description = "Accelerate backend component generating LLVM IR"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; }) {}; "accelerate-llvm-native" = callPackage @@ -22038,6 +23092,7 @@ self: { testHaskellDepends = [ accelerate base ]; description = "Accelerate backend for multicore CPUs"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; }) {}; "accelerate-llvm-ptx" = callPackage @@ -22071,6 +23126,7 @@ self: { libraryHaskellDepends = [ accelerate base mwc-random ]; description = "Generate Accelerate arrays filled with high quality pseudorandom numbers"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; }) {}; "accelerate-typelits" = callPackage @@ -22105,6 +23161,7 @@ self: { libraryHaskellDepends = [ accelerate base utility-ht ]; description = "Utility functions for the Accelerate framework"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; }) {}; "accentuateus" = callPackage @@ -22116,6 +23173,8 @@ self: { libraryHaskellDepends = [ base bytestring HTTP json network text ]; description = "A Haskell implementation of the Accentuate.us API."; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "access-time" = callPackage @@ -22127,6 +23186,8 @@ self: { libraryHaskellDepends = [ base filepath old-time time unix ]; description = "Cross-platform support for retrieving file access times"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "access-token-provider" = callPackage @@ -22165,6 +23226,8 @@ self: { libraryHaskellDepends = [ base bifunctors lens semigroups ]; description = "Data type like Either but with accumulating error type"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "ace" = callPackage @@ -22206,6 +23269,8 @@ self: { ]; description = "A library for building static site generators"; license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "acid-state" = callPackage @@ -22262,6 +23327,8 @@ self: { ]; description = "A replication backend for acid-state"; license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "acid-state-tls" = callPackage @@ -22277,6 +23344,8 @@ self: { ]; description = "Add TLS support for Data.Acid.Remote"; license = lib.licenses.publicDomain; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "acl2" = callPackage @@ -22299,6 +23368,8 @@ self: { libraryHaskellDepends = [ base transformers ]; description = "A monad which is powerful enough to interpret any action"; license = lib.licenses.publicDomain; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "acme-box" = callPackage @@ -22376,6 +23447,8 @@ self: { libraryHaskellDepends = [ base comonad ]; description = "A more efficient dualization"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "acme-cuteboy" = callPackage @@ -22427,6 +23500,8 @@ self: { testHaskellDepends = [ base tasty tasty-hunit ]; description = "A \"don't\" construct"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "acme-flipping-tables" = callPackage @@ -22438,6 +23513,8 @@ self: { libraryHaskellDepends = [ base ]; description = "Stop execution with rage"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "acme-functors" = callPackage @@ -22471,6 +23548,8 @@ self: { libraryHaskellDepends = [ base ]; description = "An embedded DSL for the HQ9+ programming language"; license = lib.licenses.publicDomain; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "acme-http" = callPackage @@ -22488,6 +23567,8 @@ self: { ]; description = "fastest Haskell PONG server in the world"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "acme-inator" = callPackage @@ -22502,6 +23583,8 @@ self: { executableHaskellDepends = [ base ]; description = "Evil inventions in the Tri-State area"; license = lib.licenses.publicDomain; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "acme-io" = callPackage @@ -22513,6 +23596,8 @@ self: { libraryHaskellDepends = [ base ]; description = "The only true way to do IO in Haskell!"; license = "unknown"; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "acme-iot" = callPackage @@ -22535,6 +23620,8 @@ self: { libraryHaskellDepends = [ base ]; description = "A place for dumping that does-not-feel-right code while you improve it"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "acme-left-pad" = callPackage @@ -22546,6 +23633,8 @@ self: { libraryHaskellDepends = [ base text ]; description = "free your haskell from the tyranny of npm!"; license = lib.licenses.agpl3Only; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "acme-lolcat" = callPackage @@ -22579,6 +23668,8 @@ self: { libraryHaskellDepends = [ base MemoTrie random ]; description = "Memoized random number generation"; license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "acme-microwave" = callPackage @@ -22601,6 +23692,8 @@ self: { libraryHaskellDepends = [ base random ]; description = "Miscellaneous newtypes for orderings of discutable use"; license = lib.licenses.publicDomain; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "acme-missiles" = callPackage @@ -22626,6 +23719,8 @@ self: { libraryHaskellDepends = [ base ]; description = "A mutable package"; license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "acme-now" = callPackage @@ -22637,6 +23732,8 @@ self: { libraryHaskellDepends = [ base time ]; description = "An interface to the philosophical and metaphysical \"now\""; license = lib.licenses.publicDomain; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "acme-numbersystem" = callPackage @@ -22648,6 +23745,8 @@ self: { libraryHaskellDepends = [ base template-haskell ]; description = "Define the less than and add and subtract for nats"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "acme-omitted" = callPackage @@ -22682,6 +23781,8 @@ self: { libraryHaskellDepends = [ base ]; description = "Operators of base, all in one place!"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "acme-php" = callPackage @@ -22745,6 +23846,8 @@ self: { ]; description = "Proper names for curry and uncurry"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "acme-smuggler" = callPackage @@ -22768,6 +23871,8 @@ self: { libraryHaskellDepends = [ base bytestring ]; description = "A binding to the glibc strfry function"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "acme-stringly-typed" = callPackage @@ -22781,6 +23886,8 @@ self: { libraryHaskellDepends = [ base ]; description = "Stringly Typed Programming"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "acme-strtok" = callPackage @@ -22805,6 +23912,8 @@ self: { libraryHaskellDepends = [ base template-haskell ]; description = "import This"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "acme-timemachine" = callPackage @@ -22842,6 +23951,8 @@ self: { libraryHaskellDepends = [ array base random ]; description = "A somewhat flexible Zalgo̐ te̳͜x̥̖̉̓͞t̍̌̔ ̀̃t̴̢̞̜͓̝r̶̬̆̂̒͟á̧̡͎͔̯̰̕n̹̾̓ͬͦ̍͘ṡ̢͓͉ͮ͆l̠̖̹̗̳̖̽̌ͤ͞a͚̭͙̹̲ͭͩt͈͐o̢̭͇͍̟͐ͬ̾ͪ͜r͇.̸̅ͭ̐̀̊ͨ͛"; license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "acme-zero" = callPackage @@ -22853,6 +23964,8 @@ self: { doHaddock = false; description = "The absorbing element of package dependencies"; license = lib.licenses.publicDomain; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "acousticbrainz-client" = callPackage @@ -22961,6 +24074,8 @@ self: { libraryHaskellDepends = [ base QuickCheck ]; description = "Basic definitions for activehs"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "activitypub" = callPackage @@ -22972,6 +24087,8 @@ self: { libraryHaskellDepends = [ aeson base network-uri text time ]; description = "ActivityPub Haskell Library"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "activitystreams-aeson" = callPackage @@ -22985,6 +24102,8 @@ self: { ]; description = "An interface to the ActivityStreams specification"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "actor" = callPackage @@ -23015,6 +24134,7 @@ self: { doHaddock = false; description = "Semigroup actions and torsors"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; }) {}; "ad" = callPackage @@ -23055,6 +24175,8 @@ self: { libraryHaskellDepends = [ base ]; description = "Self optimizing container types"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "adaptive-tuple" = callPackage @@ -23066,6 +24188,8 @@ self: { libraryHaskellDepends = [ base template-haskell type-level ]; description = "Self-optimizing tuple types"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "adb" = callPackage @@ -23080,6 +24204,8 @@ self: { ]; description = "Android Debug Bridge (ADB) protocol"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "adblock2privoxy" = callPackage @@ -23135,6 +24261,7 @@ self: { ]; description = "A full-featured library for parsing, validating, and rendering email addresses"; license = lib.licenses.bsd2; + hydraPlatforms = lib.platforms.none; }) {}; "adhoc-network" = callPackage @@ -23190,6 +24317,7 @@ self: { benchmarkHaskellDepends = [ base gauge hs-functors ]; description = "See README for more info"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; }) {}; "adjunctions" = callPackage @@ -23246,6 +24374,8 @@ self: { ]; description = "parse Adobe Swatch Exchange files and (optionally) output .css files with the colors"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "adp-multi" = callPackage @@ -23266,6 +24396,8 @@ self: { ]; description = "ADP for multiple context-free languages"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "adp-multi-monadiccp" = callPackage @@ -23297,6 +24429,8 @@ self: { libraryHaskellDepends = [ base ]; description = "Modelling, rendering and quantitative analysis on attack defense trees"; license = lib.licenses.gpl3Only; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "advent-of-code-api" = callPackage @@ -23350,6 +24484,8 @@ self: { ]; description = "Parse Advent of Code ASCII art letters"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "aern2-mp" = callPackage @@ -23391,7 +24527,6 @@ self: { ]; description = "Real numbers as sequences of MPBalls"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; }) {}; "aeson_1_5_6_0" = callPackage @@ -23473,6 +24608,8 @@ self: { libraryHaskellDepends = [ aeson base text unordered-containers ]; description = "make To/From JSOn instances from an applicative description"; license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "aeson-attoparsec" = callPackage @@ -23518,6 +24655,8 @@ self: { ]; description = "Mapping between Aeson's JSON and Bson objects"; license = "unknown"; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "aeson-casing" = callPackage @@ -23626,6 +24765,8 @@ self: { ]; description = "Easy functions for converting from Aeson.Value"; license = lib.licenses.asl20; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "aeson-default" = callPackage @@ -23638,6 +24779,8 @@ self: { testHaskellDepends = [ aeson base containers ]; description = "Apply default value to FromJSON instacnes' Maybe fields"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "aeson-deriving" = callPackage @@ -23656,6 +24799,8 @@ self: { ]; description = "data types for compositional, type-directed serialization"; license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "aeson-diff" = callPackage @@ -23701,6 +24846,8 @@ self: { ]; description = "Apply a json-patch to any haskell datatype"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "aeson-extra" = callPackage @@ -23748,6 +24895,8 @@ self: { ]; description = "Several newtypes and combinators for dealing with less-than-cleanly JSON input"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "aeson-flat" = callPackage @@ -23762,6 +24911,8 @@ self: { testHaskellDepends = [ base ]; description = "Tools for creating flat JSON serializations"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "aeson-flatten" = callPackage @@ -23776,6 +24927,8 @@ self: { testHaskellDepends = [ aeson base bytestring hspec ]; description = "JSON flatten for Aeson"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "aeson-flowtyped" = callPackage @@ -23799,6 +24952,8 @@ self: { ]; description = "Create Flow or TypeScript type definitions from Haskell data types"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "aeson-gadt-th" = callPackage @@ -23848,6 +25003,8 @@ self: { ]; description = "Aeson helper func"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "aeson-injector" = callPackage @@ -23870,6 +25027,8 @@ self: { ]; description = "Injecting fields into aeson values"; license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "aeson-iproute" = callPackage @@ -23888,6 +25047,8 @@ self: { testHaskellDepends = [ base doctest ]; description = "Aeson instances for iproute types"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "aeson-json-ast" = callPackage @@ -23899,6 +25060,8 @@ self: { libraryHaskellDepends = [ aeson base json-ast ]; description = "Integration layer for \"json-ast\" and \"aeson\""; license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "aeson-lens" = callPackage @@ -23915,6 +25078,8 @@ self: { testHaskellDepends = [ base doctest ]; description = "Lens of Aeson"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "aeson-match-qq" = callPackage @@ -23935,6 +25100,8 @@ self: { ]; description = "Declarative JSON matchers"; license = lib.licenses.bsd2; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "aeson-modern-tojson" = callPackage @@ -23947,6 +25114,8 @@ self: { testHaskellDepends = [ aeson base inspection-testing ]; description = "Provide a handy way for derving ToJSON proprely"; license = lib.licenses.isc; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "aeson-native" = callPackage @@ -24000,6 +25169,8 @@ self: { libraryHaskellDepends = [ aeson base ]; description = "Options to derive FromJSON/ToJSON instances"; license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "aeson-parsec-picky" = callPackage @@ -24015,6 +25186,8 @@ self: { ]; description = "Alternative JSON parser based on Parsec and Aeson"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "aeson-picker" = callPackage @@ -24027,6 +25200,8 @@ self: { testHaskellDepends = [ base hspec text ]; description = "Tiny library to get fields from JSON format"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "aeson-prefix" = callPackage @@ -24043,6 +25218,8 @@ self: { testHaskellDepends = [ aeson base bytestring hspec mtl text ]; description = "Hiearchical prefixing for aeson"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "aeson-pretty" = callPackage @@ -24108,6 +25285,8 @@ self: { benchmarkHaskellDepends = [ aeson base bytestring criterion text ]; description = "Quick JSON extractions with Aeson"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "aeson-result" = callPackage @@ -24119,6 +25298,7 @@ self: { libraryHaskellDepends = [ aeson aeson-helper base text ]; description = "API Result for aeson"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; }) {}; "aeson-schema" = callPackage @@ -24148,6 +25328,8 @@ self: { ]; description = "Haskell JSON schema validator and parser generator"; license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "aeson-schemas" = callPackage @@ -24177,6 +25359,8 @@ self: { ]; description = "Easily consume JSON data on-demand with type-safety"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "aeson-serialize" = callPackage @@ -24205,6 +25389,8 @@ self: { ]; description = "Smart derivation of Aeson instances"; license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "aeson-streams" = callPackage @@ -24220,6 +25406,8 @@ self: { ]; description = "An HTTP client library for JSON-based APIs"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "aeson-t" = callPackage @@ -24239,6 +25427,8 @@ self: { ]; description = "Transform JSON"; license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "aeson-tiled" = callPackage @@ -24265,6 +25455,8 @@ self: { testHaskellDepends = [ base hspec ]; description = "A generalization of Aeson over Failure"; license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "aeson-typescript" = callPackage @@ -24288,6 +25480,8 @@ self: { ]; description = "Generate TypeScript definition files from your ADTs"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "aeson-typescript_0_4_0_0" = callPackage @@ -24312,6 +25506,7 @@ self: { description = "Generate TypeScript definition files from your ADTs"; license = lib.licenses.bsd3; hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "aeson-utils" = callPackage @@ -24329,6 +25524,8 @@ self: { ]; description = "Utilities for working with Aeson"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "aeson-value-parser" = callPackage @@ -24364,6 +25561,8 @@ self: { ]; description = "Wrappers to derive-via Aeson ToJSON/FromJSON typeclasses"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "aeson-with" = callPackage @@ -24382,6 +25581,8 @@ self: { ]; description = "withXField combinators for aeson"; license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "aeson-yak" = callPackage @@ -24437,6 +25638,8 @@ self: { ]; description = "A simple Game Engine using SDL"; license = lib.licenses.lgpl3Only; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "affine" = callPackage @@ -24465,6 +25668,8 @@ self: { ]; description = "General-purpose sampling"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "affinely-extended" = callPackage @@ -24528,6 +25733,8 @@ self: { executableHaskellDepends = [ base containers uuagc uulib ]; description = "Attribute Grammar picture generation"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "agda-language-server" = callPackage @@ -24556,6 +25763,8 @@ self: { ]; description = "An implementation of language server protocal (LSP) for Agda 2"; license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "agda-server" = callPackage @@ -24597,6 +25806,8 @@ self: { executableHaskellDepends = [ Agda base network-uri transformers ]; description = "Render just the Agda snippets of a literate Agda file to HTML"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "agda-snippets-hakyll" = callPackage @@ -24636,6 +25847,8 @@ self: { testHaskellDepends = [ base containers filepath hspec text ]; description = "Check for unused code in an Agda project"; license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "agda2lagda" = callPackage @@ -24709,6 +25922,8 @@ self: { ]; description = "And-inverter graphs in Haskell"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "aip" = callPackage @@ -24792,6 +26007,8 @@ self: { libraryHaskellDepends = [ air base template-haskell ]; description = "air"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "airbrake" = callPackage @@ -24811,6 +26028,8 @@ self: { ]; description = "An Airbrake notifier for Haskell"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "airship" = callPackage @@ -24840,6 +26059,8 @@ self: { ]; description = "A Webmachine-inspired HTTP library"; license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "airtable-api" = callPackage @@ -24857,6 +26078,8 @@ self: { testHaskellDepends = [ base ]; description = "Requesting and introspecting Tables within an Airtable project"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "aivika" = callPackage @@ -25062,6 +26285,8 @@ self: { ]; description = "Haskell compiler that produce binary through C language"; license = lib.licenses.gpl2Only; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "al" = callPackage @@ -25127,6 +26352,8 @@ self: { ]; description = "Bindings to the alerta REST API"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "alerts" = callPackage @@ -25184,6 +26411,8 @@ self: { libraryHaskellDepends = [ base time ]; description = "Collection of useful functions for writing console applications"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "alex-tools" = callPackage @@ -25216,6 +26445,8 @@ self: { ]; description = "utility library for Alfred version 2"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "alfred-margaret" = callPackage @@ -25282,6 +26513,8 @@ self: { ]; description = "Algorithmic automation for various DAWs"; license = lib.licenses.gpl3Only; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "algebra" = callPackage @@ -25333,6 +26566,8 @@ self: { ]; description = "Infrastructure for DAG-shaped relational algebra plans"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "algebra-driven-design" = callPackage @@ -25390,6 +26625,7 @@ self: { libraryHaskellDepends = [ accelerate base ]; description = "General linear algebra structures"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; }) {}; "algebraic-classes" = callPackage @@ -25403,6 +26639,8 @@ self: { libraryHaskellDepends = [ base syb template-haskell ]; description = "Conversions between algebraic classes and F-algebras"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "algebraic-graphs" = callPackage @@ -25465,6 +26703,8 @@ self: { ]; description = "Algebraically structured Prelude"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "algo-s" = callPackage @@ -25490,6 +26730,8 @@ self: { benchmarkHaskellDepends = [ base criterion ]; description = "An implementation of Knuth's algorithm S"; license = lib.licenses.asl20; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "algolia" = callPackage @@ -25544,6 +26786,7 @@ self: { ]; description = "Helps to create experimental music from a file (or its part) and a Ukrainian text"; license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; }) {}; "algorithmic-composition-basic" = callPackage @@ -25562,6 +26805,7 @@ self: { ]; description = "Helps to create experimental music from a file (or its part) and a Ukrainian text"; license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; }) {}; "algorithmic-composition-complex" = callPackage @@ -25582,6 +26826,7 @@ self: { ]; description = "Helps to create more complex experimental music from a file (especially timbre)"; license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; }) {}; "algorithmic-composition-frequency-shift" = callPackage @@ -25598,6 +26843,7 @@ self: { ]; description = "Helps to create experimental music. Uses SoX inside."; license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; }) {}; "algorithmic-composition-overtones" = callPackage @@ -25609,6 +26855,7 @@ self: { libraryHaskellDepends = [ algorithmic-composition-basic base ]; description = "Some variants of the overtones functions to generate a timbre"; license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; }) {}; "align" = callPackage @@ -25653,7 +26900,6 @@ self: { ]; description = "Find relative time displacement of two recordings of the same music"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; }) {}; "align-text" = callPackage @@ -25667,6 +26913,8 @@ self: { executableHaskellDepends = [ base optparse-applicative text ]; description = "A simple unix filter to align text on specified substrings"; license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "aligned-foreignptr" = callPackage @@ -25755,6 +27003,8 @@ self: { ]; description = "Ally Invest integration library"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "almost-fix" = callPackage @@ -25847,6 +27097,8 @@ self: { ]; description = "A character between a-z"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "alpino-tools" = callPackage @@ -25869,6 +27121,8 @@ self: { ]; description = "Alpino data manipulation tools"; license = "unknown"; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "alsa" = callPackage @@ -25885,6 +27139,8 @@ self: { librarySystemDepends = [ alsa-lib ]; description = "Binding to the ALSA Library API"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {inherit (pkgs) alsa-lib;}; "alsa-core" = callPackage @@ -25938,6 +27194,8 @@ self: { executableSystemDepends = [ alsa-lib ]; description = "Bindings for the ALSA sequencer API (MIDI stuff)"; license = "GPL"; + hydraPlatforms = lib.platforms.none; + broken = true; }) {inherit (pkgs) alsa-lib;}; "alsa-mixer" = callPackage @@ -26040,6 +27298,8 @@ self: { libraryHaskellDepends = [ base composition ]; description = "Alternative combinators for unorthodox function composition"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "alternative-extra" = callPackage @@ -26051,6 +27311,8 @@ self: { libraryHaskellDepends = [ base ]; description = "Extra utilities for alternatives"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "alternative-io" = callPackage @@ -26068,6 +27330,8 @@ self: { ]; description = "IO as Alternative instance (deprecated)"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "alternative-vector" = callPackage @@ -26105,6 +27369,8 @@ self: { libraryHaskellDepends = [ base ghc-prim integer-gmp ]; description = "Alternative floating point support for GHC"; license = "unknown"; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "alto" = callPackage @@ -26129,6 +27395,7 @@ self: { executableHaskellDepends = [ base warp ]; description = "Implement a menu experience fit for web users"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; }) {}; "altsvc" = callPackage @@ -26157,6 +27424,8 @@ self: { librarySystemDepends = [ alure ]; description = "A Haskell binding for ALURE"; license = "LGPL"; + hydraPlatforms = lib.platforms.none; + broken = true; }) {inherit (pkgs) alure;}; "always" = callPackage @@ -26186,6 +27455,8 @@ self: { ]; description = "A queue daemon for Amazon's SES with a PostgreSQL table as a queue"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "amazon-emailer-client-snap" = callPackage @@ -26226,6 +27497,8 @@ self: { ]; description = "Connector for Amazon Products API"; license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "amazonka" = callPackage @@ -26250,6 +27523,7 @@ self: { testHaskellDepends = [ base tasty tasty-hunit ]; description = "Comprehensive Amazon Web Services SDK"; license = lib.licenses.mpl20; + hydraPlatforms = lib.platforms.none; }) {}; "amazonka-alexa-business" = callPackage @@ -26267,6 +27541,7 @@ self: { ]; description = "Amazon Alexa For Business SDK"; license = lib.licenses.mpl20; + hydraPlatforms = lib.platforms.none; }) {}; "amazonka-apigateway" = callPackage @@ -26284,6 +27559,7 @@ self: { ]; description = "Amazon API Gateway SDK"; license = lib.licenses.mpl20; + hydraPlatforms = lib.platforms.none; }) {}; "amazonka-application-autoscaling" = callPackage @@ -26301,6 +27577,7 @@ self: { ]; description = "Amazon Application Auto Scaling SDK"; license = lib.licenses.mpl20; + hydraPlatforms = lib.platforms.none; }) {}; "amazonka-appstream" = callPackage @@ -26318,6 +27595,7 @@ self: { ]; description = "Amazon AppStream SDK"; license = lib.licenses.mpl20; + hydraPlatforms = lib.platforms.none; }) {}; "amazonka-appsync" = callPackage @@ -26335,6 +27613,7 @@ self: { ]; description = "Amazon AppSync SDK"; license = lib.licenses.mpl20; + hydraPlatforms = lib.platforms.none; }) {}; "amazonka-athena" = callPackage @@ -26352,6 +27631,7 @@ self: { ]; description = "Amazon Athena SDK"; license = lib.licenses.mpl20; + hydraPlatforms = lib.platforms.none; }) {}; "amazonka-autoscaling" = callPackage @@ -26369,6 +27649,7 @@ self: { ]; description = "Amazon Auto Scaling SDK"; license = lib.licenses.mpl20; + hydraPlatforms = lib.platforms.none; }) {}; "amazonka-autoscaling-plans" = callPackage @@ -26386,6 +27667,7 @@ self: { ]; description = "Amazon Auto Scaling Plans SDK"; license = lib.licenses.mpl20; + hydraPlatforms = lib.platforms.none; }) {}; "amazonka-batch" = callPackage @@ -26403,6 +27685,7 @@ self: { ]; description = "Amazon Batch SDK"; license = lib.licenses.mpl20; + hydraPlatforms = lib.platforms.none; }) {}; "amazonka-budgets" = callPackage @@ -26420,6 +27703,7 @@ self: { ]; description = "Amazon Budgets SDK"; license = lib.licenses.mpl20; + hydraPlatforms = lib.platforms.none; }) {}; "amazonka-certificatemanager" = callPackage @@ -26437,6 +27721,7 @@ self: { ]; description = "Amazon Certificate Manager SDK"; license = lib.licenses.mpl20; + hydraPlatforms = lib.platforms.none; }) {}; "amazonka-certificatemanager-pca" = callPackage @@ -26454,6 +27739,7 @@ self: { ]; description = "Amazon Certificate Manager Private Certificate Authority SDK"; license = lib.licenses.mpl20; + hydraPlatforms = lib.platforms.none; }) {}; "amazonka-cloud9" = callPackage @@ -26471,6 +27757,7 @@ self: { ]; description = "Amazon Cloud9 SDK"; license = lib.licenses.mpl20; + hydraPlatforms = lib.platforms.none; }) {}; "amazonka-clouddirectory" = callPackage @@ -26488,6 +27775,7 @@ self: { ]; description = "Amazon CloudDirectory SDK"; license = lib.licenses.mpl20; + hydraPlatforms = lib.platforms.none; }) {}; "amazonka-cloudformation" = callPackage @@ -26505,6 +27793,7 @@ self: { ]; description = "Amazon CloudFormation SDK"; license = lib.licenses.mpl20; + hydraPlatforms = lib.platforms.none; }) {}; "amazonka-cloudfront" = callPackage @@ -26522,6 +27811,7 @@ self: { ]; description = "Amazon CloudFront SDK"; license = lib.licenses.mpl20; + hydraPlatforms = lib.platforms.none; }) {}; "amazonka-cloudhsm" = callPackage @@ -26539,6 +27829,7 @@ self: { ]; description = "Amazon CloudHSM SDK"; license = lib.licenses.mpl20; + hydraPlatforms = lib.platforms.none; }) {}; "amazonka-cloudhsmv2" = callPackage @@ -26556,6 +27847,7 @@ self: { ]; description = "Amazon CloudHSM V2 SDK"; license = lib.licenses.mpl20; + hydraPlatforms = lib.platforms.none; }) {}; "amazonka-cloudsearch" = callPackage @@ -26573,6 +27865,7 @@ self: { ]; description = "Amazon CloudSearch SDK"; license = lib.licenses.mpl20; + hydraPlatforms = lib.platforms.none; }) {}; "amazonka-cloudsearch-domains" = callPackage @@ -26590,6 +27883,7 @@ self: { ]; description = "Amazon CloudSearch Domain SDK"; license = lib.licenses.mpl20; + hydraPlatforms = lib.platforms.none; }) {}; "amazonka-cloudtrail" = callPackage @@ -26607,6 +27901,7 @@ self: { ]; description = "Amazon CloudTrail SDK"; license = lib.licenses.mpl20; + hydraPlatforms = lib.platforms.none; }) {}; "amazonka-cloudwatch" = callPackage @@ -26624,6 +27919,7 @@ self: { ]; description = "Amazon CloudWatch SDK"; license = lib.licenses.mpl20; + hydraPlatforms = lib.platforms.none; }) {}; "amazonka-cloudwatch-events" = callPackage @@ -26641,6 +27937,7 @@ self: { ]; description = "Amazon CloudWatch Events SDK"; license = lib.licenses.mpl20; + hydraPlatforms = lib.platforms.none; }) {}; "amazonka-cloudwatch-logs" = callPackage @@ -26658,6 +27955,7 @@ self: { ]; description = "Amazon CloudWatch Logs SDK"; license = lib.licenses.mpl20; + hydraPlatforms = lib.platforms.none; }) {}; "amazonka-codebuild" = callPackage @@ -26675,6 +27973,7 @@ self: { ]; description = "Amazon CodeBuild SDK"; license = lib.licenses.mpl20; + hydraPlatforms = lib.platforms.none; }) {}; "amazonka-codecommit" = callPackage @@ -26692,6 +27991,7 @@ self: { ]; description = "Amazon CodeCommit SDK"; license = lib.licenses.mpl20; + hydraPlatforms = lib.platforms.none; }) {}; "amazonka-codedeploy" = callPackage @@ -26709,6 +28009,7 @@ self: { ]; description = "Amazon CodeDeploy SDK"; license = lib.licenses.mpl20; + hydraPlatforms = lib.platforms.none; }) {}; "amazonka-codepipeline" = callPackage @@ -26726,6 +28027,7 @@ self: { ]; description = "Amazon CodePipeline SDK"; license = lib.licenses.mpl20; + hydraPlatforms = lib.platforms.none; }) {}; "amazonka-codestar" = callPackage @@ -26743,6 +28045,7 @@ self: { ]; description = "Amazon CodeStar SDK"; license = lib.licenses.mpl20; + hydraPlatforms = lib.platforms.none; }) {}; "amazonka-cognito-identity" = callPackage @@ -26760,6 +28063,7 @@ self: { ]; description = "Amazon Cognito Identity SDK"; license = lib.licenses.mpl20; + hydraPlatforms = lib.platforms.none; }) {}; "amazonka-cognito-idp" = callPackage @@ -26777,6 +28081,7 @@ self: { ]; description = "Amazon Cognito Identity Provider SDK"; license = lib.licenses.mpl20; + hydraPlatforms = lib.platforms.none; }) {}; "amazonka-cognito-sync" = callPackage @@ -26794,6 +28099,7 @@ self: { ]; description = "Amazon Cognito Sync SDK"; license = lib.licenses.mpl20; + hydraPlatforms = lib.platforms.none; }) {}; "amazonka-comprehend" = callPackage @@ -26811,6 +28117,7 @@ self: { ]; description = "Amazon Comprehend SDK"; license = lib.licenses.mpl20; + hydraPlatforms = lib.platforms.none; }) {}; "amazonka-config" = callPackage @@ -26828,6 +28135,7 @@ self: { ]; description = "Amazon Config SDK"; license = lib.licenses.mpl20; + hydraPlatforms = lib.platforms.none; }) {}; "amazonka-connect" = callPackage @@ -26845,6 +28153,7 @@ self: { ]; description = "Amazon Connect Service SDK"; license = lib.licenses.mpl20; + hydraPlatforms = lib.platforms.none; }) {}; "amazonka-contrib-rds-utils" = callPackage @@ -26865,6 +28174,7 @@ self: { ]; description = "A Haskell equivalent of \"aws rds generate-db-auth-token\""; license = lib.licenses.mpl20; + hydraPlatforms = lib.platforms.none; }) {}; "amazonka-core" = callPackage @@ -26897,6 +28207,8 @@ self: { ]; description = "Core data types and functionality for Amazonka libraries"; license = lib.licenses.mpl20; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "amazonka-cost-explorer" = callPackage @@ -26914,6 +28226,7 @@ self: { ]; description = "Amazon Cost Explorer Service SDK"; license = lib.licenses.mpl20; + hydraPlatforms = lib.platforms.none; }) {}; "amazonka-cur" = callPackage @@ -26931,6 +28244,7 @@ self: { ]; description = "Amazon Cost and Usage Report Service SDK"; license = lib.licenses.mpl20; + hydraPlatforms = lib.platforms.none; }) {}; "amazonka-datapipeline" = callPackage @@ -26948,6 +28262,7 @@ self: { ]; description = "Amazon Data Pipeline SDK"; license = lib.licenses.mpl20; + hydraPlatforms = lib.platforms.none; }) {}; "amazonka-devicefarm" = callPackage @@ -26965,6 +28280,7 @@ self: { ]; description = "Amazon Device Farm SDK"; license = lib.licenses.mpl20; + hydraPlatforms = lib.platforms.none; }) {}; "amazonka-directconnect" = callPackage @@ -26982,6 +28298,7 @@ self: { ]; description = "Amazon Direct Connect SDK"; license = lib.licenses.mpl20; + hydraPlatforms = lib.platforms.none; }) {}; "amazonka-discovery" = callPackage @@ -26999,6 +28316,7 @@ self: { ]; description = "Amazon Application Discovery Service SDK"; license = lib.licenses.mpl20; + hydraPlatforms = lib.platforms.none; }) {}; "amazonka-dms" = callPackage @@ -27016,6 +28334,7 @@ self: { ]; description = "Amazon Database Migration Service SDK"; license = lib.licenses.mpl20; + hydraPlatforms = lib.platforms.none; }) {}; "amazonka-ds" = callPackage @@ -27033,6 +28352,7 @@ self: { ]; description = "Amazon Directory Service SDK"; license = lib.licenses.mpl20; + hydraPlatforms = lib.platforms.none; }) {}; "amazonka-dynamodb" = callPackage @@ -27050,6 +28370,7 @@ self: { ]; description = "Amazon DynamoDB SDK"; license = lib.licenses.mpl20; + hydraPlatforms = lib.platforms.none; }) {}; "amazonka-dynamodb-dax" = callPackage @@ -27067,6 +28388,7 @@ self: { ]; description = "Amazon DynamoDB Accelerator (DAX) SDK"; license = lib.licenses.mpl20; + hydraPlatforms = lib.platforms.none; }) {}; "amazonka-dynamodb-streams" = callPackage @@ -27084,6 +28406,7 @@ self: { ]; description = "Amazon DynamoDB Streams SDK"; license = lib.licenses.mpl20; + hydraPlatforms = lib.platforms.none; }) {}; "amazonka-ec2" = callPackage @@ -27101,6 +28424,7 @@ self: { ]; description = "Amazon Elastic Compute Cloud SDK"; license = lib.licenses.mpl20; + hydraPlatforms = lib.platforms.none; }) {}; "amazonka-ecr" = callPackage @@ -27118,6 +28442,7 @@ self: { ]; description = "Amazon EC2 Container Registry SDK"; license = lib.licenses.mpl20; + hydraPlatforms = lib.platforms.none; }) {}; "amazonka-ecs" = callPackage @@ -27135,6 +28460,7 @@ self: { ]; description = "Amazon EC2 Container Service SDK"; license = lib.licenses.mpl20; + hydraPlatforms = lib.platforms.none; }) {}; "amazonka-efs" = callPackage @@ -27152,6 +28478,7 @@ self: { ]; description = "Amazon Elastic File System SDK"; license = lib.licenses.mpl20; + hydraPlatforms = lib.platforms.none; }) {}; "amazonka-elasticache" = callPackage @@ -27169,6 +28496,7 @@ self: { ]; description = "Amazon ElastiCache SDK"; license = lib.licenses.mpl20; + hydraPlatforms = lib.platforms.none; }) {}; "amazonka-elasticbeanstalk" = callPackage @@ -27186,6 +28514,7 @@ self: { ]; description = "Amazon Elastic Beanstalk SDK"; license = lib.licenses.mpl20; + hydraPlatforms = lib.platforms.none; }) {}; "amazonka-elasticsearch" = callPackage @@ -27203,6 +28532,7 @@ self: { ]; description = "Amazon Elasticsearch Service SDK"; license = lib.licenses.mpl20; + hydraPlatforms = lib.platforms.none; }) {}; "amazonka-elastictranscoder" = callPackage @@ -27220,6 +28550,7 @@ self: { ]; description = "Amazon Elastic Transcoder SDK"; license = lib.licenses.mpl20; + hydraPlatforms = lib.platforms.none; }) {}; "amazonka-elb" = callPackage @@ -27237,6 +28568,7 @@ self: { ]; description = "Amazon Elastic Load Balancing SDK"; license = lib.licenses.mpl20; + hydraPlatforms = lib.platforms.none; }) {}; "amazonka-elbv2" = callPackage @@ -27254,6 +28586,7 @@ self: { ]; description = "Amazon Elastic Load Balancing SDK"; license = lib.licenses.mpl20; + hydraPlatforms = lib.platforms.none; }) {}; "amazonka-emr" = callPackage @@ -27271,6 +28604,7 @@ self: { ]; description = "Amazon Elastic MapReduce SDK"; license = lib.licenses.mpl20; + hydraPlatforms = lib.platforms.none; }) {}; "amazonka-fms" = callPackage @@ -27288,6 +28622,7 @@ self: { ]; description = "Amazon Firewall Management Service SDK"; license = lib.licenses.mpl20; + hydraPlatforms = lib.platforms.none; }) {}; "amazonka-gamelift" = callPackage @@ -27305,6 +28640,7 @@ self: { ]; description = "Amazon GameLift SDK"; license = lib.licenses.mpl20; + hydraPlatforms = lib.platforms.none; }) {}; "amazonka-glacier" = callPackage @@ -27322,6 +28658,7 @@ self: { ]; description = "Amazon Glacier SDK"; license = lib.licenses.mpl20; + hydraPlatforms = lib.platforms.none; }) {}; "amazonka-glue" = callPackage @@ -27339,6 +28676,7 @@ self: { ]; description = "Amazon Glue SDK"; license = lib.licenses.mpl20; + hydraPlatforms = lib.platforms.none; }) {}; "amazonka-greengrass" = callPackage @@ -27356,6 +28694,7 @@ self: { ]; description = "Amazon Greengrass SDK"; license = lib.licenses.mpl20; + hydraPlatforms = lib.platforms.none; }) {}; "amazonka-guardduty" = callPackage @@ -27373,6 +28712,7 @@ self: { ]; description = "Amazon GuardDuty SDK"; license = lib.licenses.mpl20; + hydraPlatforms = lib.platforms.none; }) {}; "amazonka-health" = callPackage @@ -27390,6 +28730,7 @@ self: { ]; description = "Amazon Health APIs and Notifications SDK"; license = lib.licenses.mpl20; + hydraPlatforms = lib.platforms.none; }) {}; "amazonka-iam" = callPackage @@ -27407,6 +28748,7 @@ self: { ]; description = "Amazon Identity and Access Management SDK"; license = lib.licenses.mpl20; + hydraPlatforms = lib.platforms.none; }) {}; "amazonka-iam-policy" = callPackage @@ -27428,6 +28770,8 @@ self: { ]; description = "Amazon IAM Policy Document DSL and Combinators"; license = lib.licenses.mpl20; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "amazonka-importexport" = callPackage @@ -27445,6 +28789,7 @@ self: { ]; description = "Amazon Import/Export SDK"; license = lib.licenses.mpl20; + hydraPlatforms = lib.platforms.none; }) {}; "amazonka-inspector" = callPackage @@ -27462,6 +28807,7 @@ self: { ]; description = "Amazon Inspector SDK"; license = lib.licenses.mpl20; + hydraPlatforms = lib.platforms.none; }) {}; "amazonka-iot" = callPackage @@ -27479,6 +28825,7 @@ self: { ]; description = "Amazon IoT SDK"; license = lib.licenses.mpl20; + hydraPlatforms = lib.platforms.none; }) {}; "amazonka-iot-analytics" = callPackage @@ -27496,6 +28843,7 @@ self: { ]; description = "Amazon IoT Analytics SDK"; license = lib.licenses.mpl20; + hydraPlatforms = lib.platforms.none; }) {}; "amazonka-iot-dataplane" = callPackage @@ -27513,6 +28861,7 @@ self: { ]; description = "Amazon IoT Data Plane SDK"; license = lib.licenses.mpl20; + hydraPlatforms = lib.platforms.none; }) {}; "amazonka-iot-jobs-dataplane" = callPackage @@ -27530,6 +28879,7 @@ self: { ]; description = "Amazon IoT Jobs Data Plane SDK"; license = lib.licenses.mpl20; + hydraPlatforms = lib.platforms.none; }) {}; "amazonka-kinesis" = callPackage @@ -27547,6 +28897,7 @@ self: { ]; description = "Amazon Kinesis SDK"; license = lib.licenses.mpl20; + hydraPlatforms = lib.platforms.none; }) {}; "amazonka-kinesis-analytics" = callPackage @@ -27564,6 +28915,7 @@ self: { ]; description = "Amazon Kinesis Analytics SDK"; license = lib.licenses.mpl20; + hydraPlatforms = lib.platforms.none; }) {}; "amazonka-kinesis-firehose" = callPackage @@ -27581,6 +28933,7 @@ self: { ]; description = "Amazon Kinesis Firehose SDK"; license = lib.licenses.mpl20; + hydraPlatforms = lib.platforms.none; }) {}; "amazonka-kinesis-video" = callPackage @@ -27598,6 +28951,7 @@ self: { ]; description = "Amazon Kinesis Video Streams SDK"; license = lib.licenses.mpl20; + hydraPlatforms = lib.platforms.none; }) {}; "amazonka-kinesis-video-archived-media" = callPackage @@ -27615,6 +28969,7 @@ self: { ]; description = "Amazon Kinesis Video Streams Archived Media SDK"; license = lib.licenses.mpl20; + hydraPlatforms = lib.platforms.none; }) {}; "amazonka-kinesis-video-media" = callPackage @@ -27632,6 +28987,7 @@ self: { ]; description = "Amazon Kinesis Video Streams Media SDK"; license = lib.licenses.mpl20; + hydraPlatforms = lib.platforms.none; }) {}; "amazonka-kms" = callPackage @@ -27649,6 +29005,7 @@ self: { ]; description = "Amazon Key Management Service SDK"; license = lib.licenses.mpl20; + hydraPlatforms = lib.platforms.none; }) {}; "amazonka-lambda" = callPackage @@ -27666,6 +29023,7 @@ self: { ]; description = "Amazon Lambda SDK"; license = lib.licenses.mpl20; + hydraPlatforms = lib.platforms.none; }) {}; "amazonka-lex-models" = callPackage @@ -27683,6 +29041,7 @@ self: { ]; description = "Amazon Lex Model Building Service SDK"; license = lib.licenses.mpl20; + hydraPlatforms = lib.platforms.none; }) {}; "amazonka-lex-runtime" = callPackage @@ -27700,6 +29059,7 @@ self: { ]; description = "Amazon Lex Runtime Service SDK"; license = lib.licenses.mpl20; + hydraPlatforms = lib.platforms.none; }) {}; "amazonka-lightsail" = callPackage @@ -27717,6 +29077,7 @@ self: { ]; description = "Amazon Lightsail SDK"; license = lib.licenses.mpl20; + hydraPlatforms = lib.platforms.none; }) {}; "amazonka-marketplace-analytics" = callPackage @@ -27734,6 +29095,7 @@ self: { ]; description = "Amazon Marketplace Commerce Analytics SDK"; license = lib.licenses.mpl20; + hydraPlatforms = lib.platforms.none; }) {}; "amazonka-marketplace-entitlement" = callPackage @@ -27751,6 +29113,7 @@ self: { ]; description = "Amazon Marketplace Entitlement Service SDK"; license = lib.licenses.mpl20; + hydraPlatforms = lib.platforms.none; }) {}; "amazonka-marketplace-metering" = callPackage @@ -27768,6 +29131,7 @@ self: { ]; description = "Amazon Marketplace Metering SDK"; license = lib.licenses.mpl20; + hydraPlatforms = lib.platforms.none; }) {}; "amazonka-mechanicalturk" = callPackage @@ -27785,6 +29149,7 @@ self: { ]; description = "Amazon Mechanical Turk SDK"; license = lib.licenses.mpl20; + hydraPlatforms = lib.platforms.none; }) {}; "amazonka-mediaconvert" = callPackage @@ -27802,6 +29167,7 @@ self: { ]; description = "Amazon Elemental MediaConvert SDK"; license = lib.licenses.mpl20; + hydraPlatforms = lib.platforms.none; }) {}; "amazonka-medialive" = callPackage @@ -27819,6 +29185,7 @@ self: { ]; description = "Amazon Elemental MediaLive SDK"; license = lib.licenses.mpl20; + hydraPlatforms = lib.platforms.none; }) {}; "amazonka-mediapackage" = callPackage @@ -27836,6 +29203,7 @@ self: { ]; description = "Amazon Elemental MediaPackage SDK"; license = lib.licenses.mpl20; + hydraPlatforms = lib.platforms.none; }) {}; "amazonka-mediastore" = callPackage @@ -27853,6 +29221,7 @@ self: { ]; description = "Amazon Elemental MediaStore SDK"; license = lib.licenses.mpl20; + hydraPlatforms = lib.platforms.none; }) {}; "amazonka-mediastore-dataplane" = callPackage @@ -27870,6 +29239,7 @@ self: { ]; description = "Amazon Elemental MediaStore Data Plane SDK"; license = lib.licenses.mpl20; + hydraPlatforms = lib.platforms.none; }) {}; "amazonka-migrationhub" = callPackage @@ -27887,6 +29257,7 @@ self: { ]; description = "Amazon Migration Hub SDK"; license = lib.licenses.mpl20; + hydraPlatforms = lib.platforms.none; }) {}; "amazonka-ml" = callPackage @@ -27904,6 +29275,7 @@ self: { ]; description = "Amazon Machine Learning SDK"; license = lib.licenses.mpl20; + hydraPlatforms = lib.platforms.none; }) {}; "amazonka-mobile" = callPackage @@ -27921,6 +29293,7 @@ self: { ]; description = "Amazon Mobile SDK"; license = lib.licenses.mpl20; + hydraPlatforms = lib.platforms.none; }) {}; "amazonka-mq" = callPackage @@ -27938,6 +29311,7 @@ self: { ]; description = "Amazon MQ SDK"; license = lib.licenses.mpl20; + hydraPlatforms = lib.platforms.none; }) {}; "amazonka-opsworks" = callPackage @@ -27955,6 +29329,7 @@ self: { ]; description = "Amazon OpsWorks SDK"; license = lib.licenses.mpl20; + hydraPlatforms = lib.platforms.none; }) {}; "amazonka-opsworks-cm" = callPackage @@ -27972,6 +29347,7 @@ self: { ]; description = "Amazon OpsWorks for Chef Automate SDK"; license = lib.licenses.mpl20; + hydraPlatforms = lib.platforms.none; }) {}; "amazonka-organizations" = callPackage @@ -27989,6 +29365,7 @@ self: { ]; description = "Amazon Organizations SDK"; license = lib.licenses.mpl20; + hydraPlatforms = lib.platforms.none; }) {}; "amazonka-pinpoint" = callPackage @@ -28006,6 +29383,7 @@ self: { ]; description = "Amazon Pinpoint SDK"; license = lib.licenses.mpl20; + hydraPlatforms = lib.platforms.none; }) {}; "amazonka-polly" = callPackage @@ -28023,6 +29401,7 @@ self: { ]; description = "Amazon Polly SDK"; license = lib.licenses.mpl20; + hydraPlatforms = lib.platforms.none; }) {}; "amazonka-pricing" = callPackage @@ -28040,6 +29419,7 @@ self: { ]; description = "Amazon Price List Service SDK"; license = lib.licenses.mpl20; + hydraPlatforms = lib.platforms.none; }) {}; "amazonka-rds" = callPackage @@ -28057,6 +29437,7 @@ self: { ]; description = "Amazon Relational Database Service SDK"; license = lib.licenses.mpl20; + hydraPlatforms = lib.platforms.none; }) {}; "amazonka-redshift" = callPackage @@ -28074,6 +29455,7 @@ self: { ]; description = "Amazon Redshift SDK"; license = lib.licenses.mpl20; + hydraPlatforms = lib.platforms.none; }) {}; "amazonka-rekognition" = callPackage @@ -28091,6 +29473,7 @@ self: { ]; description = "Amazon Rekognition SDK"; license = lib.licenses.mpl20; + hydraPlatforms = lib.platforms.none; }) {}; "amazonka-resourcegroups" = callPackage @@ -28108,6 +29491,7 @@ self: { ]; description = "Amazon Resource Groups SDK"; license = lib.licenses.mpl20; + hydraPlatforms = lib.platforms.none; }) {}; "amazonka-resourcegroupstagging" = callPackage @@ -28125,6 +29509,7 @@ self: { ]; description = "Amazon Resource Groups Tagging API SDK"; license = lib.licenses.mpl20; + hydraPlatforms = lib.platforms.none; }) {}; "amazonka-route53" = callPackage @@ -28142,6 +29527,7 @@ self: { ]; description = "Amazon Route 53 SDK"; license = lib.licenses.mpl20; + hydraPlatforms = lib.platforms.none; }) {}; "amazonka-route53-autonaming" = callPackage @@ -28159,6 +29545,7 @@ self: { ]; description = "Amazon Route 53 Auto Naming SDK"; license = lib.licenses.mpl20; + hydraPlatforms = lib.platforms.none; }) {}; "amazonka-route53-domains" = callPackage @@ -28176,6 +29563,7 @@ self: { ]; description = "Amazon Route 53 Domains SDK"; license = lib.licenses.mpl20; + hydraPlatforms = lib.platforms.none; }) {}; "amazonka-s3" = callPackage @@ -28193,6 +29581,7 @@ self: { ]; description = "Amazon Simple Storage Service SDK"; license = lib.licenses.mpl20; + hydraPlatforms = lib.platforms.none; }) {}; "amazonka-s3-streaming" = callPackage @@ -28212,6 +29601,7 @@ self: { ]; description = "Provides conduits to upload data to S3 using the Multipart API"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; }) {}; "amazonka-sagemaker" = callPackage @@ -28229,6 +29619,7 @@ self: { ]; description = "Amazon SageMaker Service SDK"; license = lib.licenses.mpl20; + hydraPlatforms = lib.platforms.none; }) {}; "amazonka-sagemaker-runtime" = callPackage @@ -28246,6 +29637,7 @@ self: { ]; description = "Amazon SageMaker Runtime SDK"; license = lib.licenses.mpl20; + hydraPlatforms = lib.platforms.none; }) {}; "amazonka-sdb" = callPackage @@ -28263,6 +29655,7 @@ self: { ]; description = "Amazon SimpleDB SDK"; license = lib.licenses.mpl20; + hydraPlatforms = lib.platforms.none; }) {}; "amazonka-secretsmanager" = callPackage @@ -28280,6 +29673,7 @@ self: { ]; description = "Amazon Secrets Manager SDK"; license = lib.licenses.mpl20; + hydraPlatforms = lib.platforms.none; }) {}; "amazonka-serverlessrepo" = callPackage @@ -28297,6 +29691,7 @@ self: { ]; description = "Amazon ServerlessApplicationRepository SDK"; license = lib.licenses.mpl20; + hydraPlatforms = lib.platforms.none; }) {}; "amazonka-servicecatalog" = callPackage @@ -28314,6 +29709,7 @@ self: { ]; description = "Amazon Service Catalog SDK"; license = lib.licenses.mpl20; + hydraPlatforms = lib.platforms.none; }) {}; "amazonka-ses" = callPackage @@ -28331,6 +29727,7 @@ self: { ]; description = "Amazon Simple Email Service SDK"; license = lib.licenses.mpl20; + hydraPlatforms = lib.platforms.none; }) {}; "amazonka-shield" = callPackage @@ -28348,6 +29745,7 @@ self: { ]; description = "Amazon Shield SDK"; license = lib.licenses.mpl20; + hydraPlatforms = lib.platforms.none; }) {}; "amazonka-sms" = callPackage @@ -28365,6 +29763,7 @@ self: { ]; description = "Amazon Server Migration Service SDK"; license = lib.licenses.mpl20; + hydraPlatforms = lib.platforms.none; }) {}; "amazonka-snowball" = callPackage @@ -28382,6 +29781,7 @@ self: { ]; description = "Amazon Import/Export Snowball SDK"; license = lib.licenses.mpl20; + hydraPlatforms = lib.platforms.none; }) {}; "amazonka-sns" = callPackage @@ -28399,6 +29799,7 @@ self: { ]; description = "Amazon Simple Notification Service SDK"; license = lib.licenses.mpl20; + hydraPlatforms = lib.platforms.none; }) {}; "amazonka-sqs" = callPackage @@ -28416,6 +29817,7 @@ self: { ]; description = "Amazon Simple Queue Service SDK"; license = lib.licenses.mpl20; + hydraPlatforms = lib.platforms.none; }) {}; "amazonka-ssm" = callPackage @@ -28433,6 +29835,7 @@ self: { ]; description = "Amazon Simple Systems Manager (SSM) SDK"; license = lib.licenses.mpl20; + hydraPlatforms = lib.platforms.none; }) {}; "amazonka-stepfunctions" = callPackage @@ -28450,6 +29853,7 @@ self: { ]; description = "Amazon Step Functions SDK"; license = lib.licenses.mpl20; + hydraPlatforms = lib.platforms.none; }) {}; "amazonka-storagegateway" = callPackage @@ -28467,6 +29871,7 @@ self: { ]; description = "Amazon Storage Gateway SDK"; license = lib.licenses.mpl20; + hydraPlatforms = lib.platforms.none; }) {}; "amazonka-sts" = callPackage @@ -28484,6 +29889,7 @@ self: { ]; description = "Amazon Security Token Service SDK"; license = lib.licenses.mpl20; + hydraPlatforms = lib.platforms.none; }) {}; "amazonka-support" = callPackage @@ -28501,6 +29907,7 @@ self: { ]; description = "Amazon Support SDK"; license = lib.licenses.mpl20; + hydraPlatforms = lib.platforms.none; }) {}; "amazonka-swf" = callPackage @@ -28518,6 +29925,7 @@ self: { ]; description = "Amazon Simple Workflow Service SDK"; license = lib.licenses.mpl20; + hydraPlatforms = lib.platforms.none; }) {}; "amazonka-test" = callPackage @@ -28539,6 +29947,7 @@ self: { ]; description = "Common functionality for Amazonka library test-suites"; license = lib.licenses.mpl20; + hydraPlatforms = lib.platforms.none; }) {}; "amazonka-transcribe" = callPackage @@ -28556,6 +29965,7 @@ self: { ]; description = "Amazon Transcribe Service SDK"; license = lib.licenses.mpl20; + hydraPlatforms = lib.platforms.none; }) {}; "amazonka-translate" = callPackage @@ -28573,6 +29983,7 @@ self: { ]; description = "Amazon Translate SDK"; license = lib.licenses.mpl20; + hydraPlatforms = lib.platforms.none; }) {}; "amazonka-waf" = callPackage @@ -28590,6 +30001,7 @@ self: { ]; description = "Amazon WAF SDK"; license = lib.licenses.mpl20; + hydraPlatforms = lib.platforms.none; }) {}; "amazonka-waf-regional" = callPackage @@ -28607,6 +30019,7 @@ self: { ]; description = "Amazon WAF Regional SDK"; license = lib.licenses.mpl20; + hydraPlatforms = lib.platforms.none; }) {}; "amazonka-workdocs" = callPackage @@ -28624,6 +30037,7 @@ self: { ]; description = "Amazon WorkDocs SDK"; license = lib.licenses.mpl20; + hydraPlatforms = lib.platforms.none; }) {}; "amazonka-workmail" = callPackage @@ -28641,6 +30055,7 @@ self: { ]; description = "Amazon WorkMail SDK"; license = lib.licenses.mpl20; + hydraPlatforms = lib.platforms.none; }) {}; "amazonka-workspaces" = callPackage @@ -28658,6 +30073,7 @@ self: { ]; description = "Amazon WorkSpaces SDK"; license = lib.licenses.mpl20; + hydraPlatforms = lib.platforms.none; }) {}; "amazonka-xray" = callPackage @@ -28675,6 +30091,7 @@ self: { ]; description = "Amazon X-Ray SDK"; license = lib.licenses.mpl20; + hydraPlatforms = lib.platforms.none; }) {}; "amby" = callPackage @@ -28700,6 +30117,7 @@ self: { benchmarkHaskellDepends = [ base statistics ]; description = "Statistical data visualization"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; }) {}; "ampersand" = callPackage @@ -28778,6 +30196,8 @@ self: { ]; description = "Conduit bindings for AMQP (see amqp package)"; license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "amqp-streamly" = callPackage @@ -28901,6 +30321,8 @@ self: { ]; description = "making data science easy and safe with data frames"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "analyze-client" = callPackage @@ -28970,6 +30392,8 @@ self: { ]; description = "Looms which use Pandoc to parse and produce a variety of formats"; license = lib.licenses.gpl3Only; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "anatomy" = callPackage @@ -29008,6 +30432,8 @@ self: { libraryHaskellDepends = [ base process ]; description = "Android methods exposed to Haskell"; license = lib.licenses.gpl3Only; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "android-activity" = callPackage @@ -29019,6 +30445,8 @@ self: { libraryHaskellDepends = [ base data-default ]; description = "Turn regular Haskell programs into Android Activities"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "android-lint-summary" = callPackage @@ -29045,6 +30473,8 @@ self: { ]; description = "A pretty printer for Android Lint errors"; license = lib.licenses.asl20; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "angel" = callPackage @@ -29072,6 +30502,8 @@ self: { ]; description = "Process management and supervision daemon"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "angle" = callPackage @@ -29100,6 +30532,8 @@ self: { benchmarkHaskellDepends = [ base criterion ]; description = "A small, general-purpose programming language"; license = lib.licenses.gpl3Only; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "animalcase" = callPackage @@ -29132,6 +30566,8 @@ self: { testHaskellDepends = [ ansi-terminal-game base hspec parsec ]; description = "text-file based ASCII animator"; license = lib.licenses.gpl3Only; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "animate" = callPackage @@ -29148,6 +30584,8 @@ self: { testHaskellDepends = [ aeson base containers hspec vector ]; description = "Animation for sprites"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "animate-example" = callPackage @@ -29247,6 +30685,8 @@ self: { executableHaskellDepends = [ base data-default ]; description = "Tools for interacting with Anki database"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "annah" = callPackage @@ -29313,6 +30753,8 @@ self: { libraryHaskellDepends = [ base recursion-schemes ]; description = "A fixpoint of a functor that can be annotated"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "annotated-wl-pprint" = callPackage @@ -29337,6 +30779,8 @@ self: { libraryHaskellDepends = [ base lens template-haskell ]; description = "Anonymous sum types"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "anonymous-sums-tests" = callPackage @@ -29380,6 +30824,8 @@ self: { ]; description = "AnsiPretty for ansi-wl-pprint"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "ansi-terminal" = callPackage @@ -29447,6 +30893,8 @@ self: { testHaskellDepends = [ base hspec QuickCheck ]; description = "Terminal-based graphing via ANSI and Unicode"; license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "antagonist" = callPackage @@ -29495,6 +30943,8 @@ self: { ]; description = "Referring expressions for definitions"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "anticiv" = callPackage @@ -29538,6 +30988,8 @@ self: { ]; description = "Interface for antigate.com captcha recognition API"; license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "antimirov" = callPackage @@ -29552,6 +31004,8 @@ self: { executableHaskellDepends = [ base containers QuickCheck ]; description = "Define the language containment (=subtyping) relation on regulare expressions"; license = "GPL"; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "antiope-athena" = callPackage @@ -29573,6 +31027,7 @@ self: { testToolDepends = [ hspec-discover ]; description = "Please see the README on Github at "; license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; }) {}; "antiope-contract" = callPackage @@ -29586,6 +31041,7 @@ self: { ]; description = "Please see the README on Github at "; license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; }) {}; "antiope-core" = callPackage @@ -29612,6 +31068,7 @@ self: { testToolDepends = [ hspec-discover ]; description = "Please see the README on Github at "; license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; }) {}; "antiope-dynamodb" = callPackage @@ -29634,6 +31091,7 @@ self: { testToolDepends = [ hspec-discover ]; description = "Please see the README on Github at "; license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; }) {}; "antiope-es" = callPackage @@ -29653,6 +31111,7 @@ self: { testToolDepends = [ hspec-discover ]; description = "Please see the README on Github at "; license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; }) {}; "antiope-messages" = callPackage @@ -29677,6 +31136,7 @@ self: { testToolDepends = [ hspec-discover ]; description = "Please see the README on Github at "; license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; }) {}; "antiope-optparse-applicative" = callPackage @@ -29698,6 +31158,7 @@ self: { testToolDepends = [ hspec-discover ]; description = "Please see the README on Github at "; license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; }) {}; "antiope-s3" = callPackage @@ -29726,6 +31187,7 @@ self: { testToolDepends = [ hspec-discover ]; description = "Please see the README on Github at "; license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; }) {}; "antiope-shell" = callPackage @@ -29755,6 +31217,7 @@ self: { testToolDepends = [ hspec-discover ]; description = "Please see the README on Github at "; license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; }) {}; "antiope-sns" = callPackage @@ -29778,6 +31241,7 @@ self: { testToolDepends = [ hspec-discover ]; description = "Please see the README on Github at "; license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; }) {}; "antiope-sqs" = callPackage @@ -29804,6 +31268,7 @@ self: { testToolDepends = [ hspec-discover ]; description = "Please see the README on Github at "; license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; }) {}; "antiope-swf" = callPackage @@ -29819,6 +31284,7 @@ self: { testToolDepends = [ hspec-discover ]; description = "Please see the README on Github at "; license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; }) {}; "antiprimes" = callPackage @@ -29842,6 +31308,8 @@ self: { libraryHaskellDepends = [ base syb template-haskell ]; description = "Combinator library for quasi- and anti-quoting"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "antisplice" = callPackage @@ -29858,6 +31326,8 @@ self: { ]; description = "An engine for text-based dungeons"; license = lib.licenses.agpl3Only; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "antlr-haskell" = callPackage @@ -29882,6 +31352,8 @@ self: { ]; description = "A Haskell implementation of the ANTLR top-down parser generator"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "antlrc" = callPackage @@ -29918,6 +31390,8 @@ self: { libraryHaskellDepends = [ base containers MissingH mtl ]; description = "Interface for DBM-like database systems"; license = "GPL"; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "aop-prelude" = callPackage @@ -29950,6 +31424,8 @@ self: { ]; description = "An implementation of the AOS signatures"; license = lib.licenses.asl20; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "aosd" = callPackage @@ -29970,6 +31446,8 @@ self: { ]; description = "Bindings to libaosd, a library for Cairo-based on-screen displays"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {inherit (pkgs) libaosd;}; "ap-normalize" = callPackage @@ -30042,6 +31520,8 @@ self: { ]; description = "Get all your structure and rip it apart"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "apecs" = callPackage @@ -30160,6 +31640,8 @@ self: { ]; description = "Library for easily building REST API wrappers in Haskell"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "api-field-json-th" = callPackage @@ -30263,6 +31745,7 @@ self: { testHaskellDepends = [ base bytestring ]; description = "JSON-RPC API client for Accumulate blockchain"; license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; }) {}; "api-rpc-factom" = callPackage @@ -30288,6 +31771,7 @@ self: { testHaskellDepends = [ base bytestring ]; description = "RPC API client for Factom"; license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; }) {}; "api-rpc-pegnet" = callPackage @@ -30346,6 +31830,8 @@ self: { benchmarkHaskellDepends = [ base criterion text time ]; description = "DSL for generating API boilerplate and docs"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "api-yoti" = callPackage @@ -30693,6 +32179,8 @@ self: { ]; description = "Apple Push Notification service HTTP/2 integration"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "apotiki" = callPackage @@ -30737,6 +32225,8 @@ self: { ]; description = "applicative (functional) bidirectional programming beyond composition chains"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "app-settings" = callPackage @@ -30791,6 +32281,8 @@ self: { ]; description = "app container types and tools"; license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "appendmap" = callPackage @@ -30832,6 +32324,8 @@ self: { ]; description = "Applicative functor and monad which collects all your fails"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "applicative-numbers" = callPackage @@ -30859,6 +32353,8 @@ self: { ]; description = "An applicative parser combinator library"; license = lib.licenses.gpl3Only; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "applicative-quoters" = callPackage @@ -30872,6 +32368,8 @@ self: { libraryHaskellDepends = [ base haskell-src-meta template-haskell ]; description = "Quasiquoters for idiom brackets and an applicative do-notation"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "applicative-splice" = callPackage @@ -30887,6 +32385,8 @@ self: { ]; description = "Write applicative programs in direct style (generalizes idiom brackets)"; license = lib.licenses.publicDomain; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "apply-refact" = callPackage @@ -30970,6 +32470,8 @@ self: { ]; description = "Apply a function to an argument specified by a type level Nat"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "apply-unordered-mono" = callPackage @@ -31025,6 +32527,8 @@ self: { ]; description = "ApproveAPI Haskell Client"; license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "approx" = callPackage @@ -31051,6 +32555,8 @@ self: { ]; description = "Easy-to-use emulation of approximate, ranges and tolerances in Haskell"; license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "approx-rand-test" = callPackage @@ -31147,6 +32653,8 @@ self: { ]; description = "Pure Haskell arbitrary length FFT library"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "arbb-vm" = callPackage @@ -31163,6 +32671,8 @@ self: { librarySystemDepends = [ arbb_dev ]; description = "FFI binding to the Intel Array Building Blocks (ArBB) virtual machine"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {arbb_dev = null;}; "arbor-datadog" = callPackage @@ -31204,6 +32714,8 @@ self: { testToolDepends = [ hspec-discover ]; description = "LRU cache based on STM"; license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "arbor-monad-counter" = callPackage @@ -31225,6 +32737,8 @@ self: { testToolDepends = [ hspec-discover ]; description = "Counter library for submitting metrics to a backend such as datadog"; license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "arbor-monad-logger" = callPackage @@ -31248,6 +32762,8 @@ self: { testToolDepends = [ hspec-discover ]; description = "Simple logging library"; license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "arbor-monad-metric" = callPackage @@ -31271,6 +32787,8 @@ self: { testToolDepends = [ hspec-discover ]; description = "Core metric library for publishing metrics"; license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "arbor-monad-metric-datadog" = callPackage @@ -31315,6 +32833,8 @@ self: { ]; description = "Convenience types and functions for postgresql-simple"; license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "arbtt" = callPackage @@ -31520,6 +33040,7 @@ self: { libraryToolDepends = [ cpphs ]; description = "Common interface using the tar-bytestring package"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; }) {}; "archiver" = callPackage @@ -31538,6 +33059,8 @@ self: { ]; description = "Archive supplied URLs in WebCite & Internet Archive"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "archlinux" = callPackage @@ -31553,6 +33076,8 @@ self: { ]; description = "Support for working with Arch Linux packages"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "archlinux-web" = callPackage @@ -31594,6 +33119,8 @@ self: { ]; description = "Convert Arch Linux package updates in RSS to pretty markdown"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "arduino-copilot" = callPackage @@ -31638,6 +33165,8 @@ self: { ]; description = "A journaled data store"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "arff" = callPackage @@ -31745,6 +33274,8 @@ self: { ]; description = "Memory-hard password hash and proof-of-work function"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "argparser" = callPackage @@ -31757,6 +33288,8 @@ self: { testHaskellDepends = [ base containers HTF HUnit ]; description = "Command line parsing framework for console applications"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "arguedit" = callPackage @@ -31774,6 +33307,8 @@ self: { ]; description = "A computer assisted argumentation transcription and editing software"; license = lib.licenses.gpl2Only; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "ariadne" = callPackage @@ -31825,6 +33360,8 @@ self: { ]; description = "Watcher and runner for Hspec"; license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "arion-compose" = callPackage @@ -31878,6 +33415,7 @@ self: { ]; description = "A practical arithmetic encoding (aka Godel numbering) library"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; }) {}; "arithmatic" = callPackage @@ -32010,6 +33548,8 @@ self: { executableHaskellDepends = [ base GLUT mtl OpenGL stm ]; description = "Space-based real time strategy game"; license = "GPL"; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "armor" = callPackage @@ -32028,6 +33568,8 @@ self: { ]; description = "Prevent serialization backwards compatibility problems using golden tests"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "arpa" = callPackage @@ -32042,6 +33584,8 @@ self: { executableHaskellDepends = [ base ]; description = "Library for reading ARPA n-gram models"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "arpack" = callPackage @@ -32065,6 +33609,8 @@ self: { ]; description = "Solve large scale eigenvalue problems"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {inherit (pkgs) arpack;}; "array_0_5_4_0" = callPackage @@ -32148,6 +33694,8 @@ self: { ]; description = "IsList instances of Array for OverloadedLists extension"; license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "array-memoize" = callPackage @@ -32176,6 +33724,8 @@ self: { benchmarkHaskellDepends = [ base criterion ghc-prim ]; description = "Extra foreign primops for primitive arrays"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "array-utils" = callPackage @@ -32211,6 +33761,8 @@ self: { testToolDepends = [ hspec-discover ]; description = "Haskell bindings to the ArrayFire general-purpose GPU library"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {af = null;}; "arraylist" = callPackage @@ -32254,6 +33806,8 @@ self: { ]; description = "Improved arrows"; license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "arrow-list" = callPackage @@ -32265,6 +33819,8 @@ self: { libraryHaskellDepends = [ base containers fail mtl ]; description = "List arrows for Haskell"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "arrow-utils" = callPackage @@ -32292,6 +33848,8 @@ self: { libraryHaskellDepends = [ base ]; description = "Utilities for working with ArrowApply instances more naturally"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "arrowp" = callPackage @@ -32305,6 +33863,8 @@ self: { executableHaskellDepends = [ array base containers haskell-src ]; description = "preprocessor translating arrow notation into Haskell 98"; license = "GPL"; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "arrowp-qq" = callPackage @@ -32325,6 +33885,8 @@ self: { executableHaskellDepends = [ base haskell-src-exts NoHoed ]; description = "A preprocessor and quasiquoter for translating arrow notation"; license = "GPL"; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "arrows" = callPackage @@ -32349,6 +33911,8 @@ self: { ]; description = "A simple, arrow-based reactive programming"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "artifact" = callPackage @@ -32362,6 +33926,8 @@ self: { libraryHaskellDepends = [ aeson base bytestring containers text ]; description = "Basic types and instances for Valve's Artifact Card-set API"; license = lib.licenses.agpl3Plus; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "arx" = callPackage @@ -32412,6 +33978,8 @@ self: { testHaskellDepends = [ base hedgehog jwt mtl text time ]; description = "Atlassian Service Authentication Protocol"; license = lib.licenses.asl20; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "ascetic" = callPackage @@ -32491,6 +34059,7 @@ self: { libraryHaskellDepends = [ base random-extras random-fu text ]; description = "A collection of ASCII cows. Moo."; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; }) {}; "ascii-flatten" = callPackage @@ -32505,6 +34074,8 @@ self: { executableHaskellDepends = [ base text ]; description = "Flattens European non-ASCII characaters into ASCII"; license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "ascii-group" = callPackage @@ -32586,6 +34157,8 @@ self: { ]; description = "Compact representation of ASCII strings"; license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "ascii-superset" = callPackage @@ -32657,6 +34230,8 @@ self: { ]; description = "Process Ascii Vectors for Advantest 93k"; license = lib.licenses.gpl2Only; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "ascii85-conduit" = callPackage @@ -32669,6 +34244,8 @@ self: { testHaskellDepends = [ base bytestring conduit hspec ]; description = "Conduit for encoding ByteString into Ascii85"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "asciichart" = callPackage @@ -32764,6 +34341,7 @@ self: { testToolDepends = [ doctest-discover hspec-discover ]; description = "Library for creating and querying segmented feeds"; license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; }) {}; "asil" = callPackage @@ -32782,6 +34360,8 @@ self: { ]; description = "Action Script Instrumentation Library"; license = "LGPL"; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "asn" = callPackage @@ -32820,6 +34400,8 @@ self: { ]; description = "Encode and decode ASN.1"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "asn1-data" = callPackage @@ -32836,6 +34418,8 @@ self: { libraryHaskellDepends = [ base bytestring cereal mtl text ]; description = "ASN1 data reader and writer in RAW, BER and DER forms"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "asn1-encoding" = callPackage @@ -32938,6 +34522,8 @@ self: { ]; description = "Helpers for Control.Exception.assert"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "assert-failure" = callPackage @@ -32962,6 +34548,8 @@ self: { testHaskellDepends = [ base data-default pretty-diff tasty text ]; description = "A set of assertion for writing more readable tests cases"; license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "assert4hs-core" = callPackage @@ -32979,6 +34567,8 @@ self: { testToolDepends = [ hspec-discover ]; description = "A set of assertion for writing more readable tests cases"; license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "assert4hs-hspec" = callPackage @@ -33020,6 +34610,8 @@ self: { testHaskellDepends = [ base interpolate process ]; description = "A simple testing framework"; license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "asset-bundle" = callPackage @@ -33048,6 +34640,8 @@ self: { testHaskellDepends = [ base hspec ]; description = "Asset map support for the JavaScript broccoli-asset-rev library"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "assimp" = callPackage @@ -33124,6 +34718,8 @@ self: { ]; description = "An SMTP client library"; license = lib.licenses.bsd2; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "assumpta-core" = callPackage @@ -33156,6 +34752,8 @@ self: { testHaskellDepends = [ base ]; description = "A library for constructing AST by using do-notation"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "ast-monad-json" = callPackage @@ -33226,6 +34824,8 @@ self: { ]; description = "an incomplete 2d space game"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "astro" = callPackage @@ -33327,6 +34927,8 @@ self: { testToolDepends = [ tasty-discover ]; description = "Async combinators"; license = lib.licenses.mpl20; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "async-dejafu" = callPackage @@ -33343,6 +34945,8 @@ self: { ]; description = "Run MonadConc operations asynchronously and wait for their results"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "async-extra" = callPackage @@ -33395,6 +34999,8 @@ self: { executableHaskellDepends = [ async base stm unordered-containers ]; description = "A thread manager for async"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "async-pool" = callPackage @@ -33477,6 +35083,8 @@ self: { ]; description = "Provides API for timer based execution of IO actions"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "asynchronous-exceptions" = callPackage @@ -33488,6 +35096,8 @@ self: { libraryHaskellDepends = [ base ]; description = "Distinguish between synchronous and asynchronous exceptions"; license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "aterm" = callPackage @@ -33501,6 +35111,8 @@ self: { libraryHaskellDepends = [ array base containers ghc-prim ]; description = "serialisation for Haskell values with sharing support"; license = lib.licenses.gpl2Only; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "aterm-utils" = callPackage @@ -33515,6 +35127,7 @@ self: { executableHaskellDepends = [ aterm base transformers wl-pprint ]; description = "Utility functions for working with aterms as generated by Minitermite"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; }) {}; "atl" = callPackage @@ -33591,6 +35204,7 @@ self: { ]; description = "Code that helps you create a valid Atlassian Connect Descriptor"; license = lib.licenses.asl20; + hydraPlatforms = lib.platforms.none; }) {}; "atmos" = callPackage @@ -33654,6 +35268,8 @@ self: { ]; description = "An interface of ATND API"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "atom" = callPackage @@ -33720,6 +35336,8 @@ self: { libraryHaskellDepends = [ atom base mtl ]; description = "Convenience functions for using Atom with the MSP430 microcontroller family"; license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "atomic-file-ops" = callPackage @@ -33788,6 +35406,8 @@ self: { testHaskellDepends = [ base vector ]; description = "Atomic operations on Data.Vector types"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "atomic-write" = callPackage @@ -33831,6 +35451,8 @@ self: { ]; description = "A highly dynamic, extremely simple, very fun programming language"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "atp" = callPackage @@ -33867,6 +35489,8 @@ self: { testHaskellDepends = [ base containers HUnit time ]; description = "Translation from Ocaml to Haskell of John Harrison's ATP code"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "atrans" = callPackage @@ -33898,6 +35522,7 @@ self: { ]; description = "A source-code formatter for ATS"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; }) {}; "ats-pkg" = callPackage @@ -33932,6 +35557,7 @@ self: { doHaddock = false; description = "A build tool for ATS"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; }) {}; "ats-setup" = callPackage @@ -33950,6 +35576,8 @@ self: { ]; description = "ATS scripts for Cabal builds"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "ats-storable" = callPackage @@ -33967,6 +35595,8 @@ self: { testSystemDepends = [ storable ]; description = "Marshal ATS types into Haskell"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {storable = null;}; "attempt" = callPackage @@ -33978,6 +35608,8 @@ self: { libraryHaskellDepends = [ base failure ]; description = "Concrete data type for handling extensible exceptions as failures. (deprecated)"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "attenuation" = callPackage @@ -34025,6 +35657,8 @@ self: { testHaskellDepends = [ base doctest ]; description = "A script I use to run \"attic\" for my backups"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "atto-lisp" = callPackage @@ -34048,6 +35682,8 @@ self: { ]; description = "Efficient parsing and serialisation of S-Expressions"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "attomail" = callPackage @@ -34070,6 +35706,8 @@ self: { testHaskellDepends = [ base doctest Glob QuickCheck ]; description = "Minimal mail delivery agent (MDA) for local mail with maildir support"; license = lib.licenses.bsd2; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "attoparsec_0_13_2_5" = callPackage @@ -34188,6 +35826,8 @@ self: { libraryHaskellDepends = [ attoparsec base text ]; description = "A parser for CSV files that uses Attoparsec"; license = "unknown"; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "attoparsec-data" = callPackage @@ -34247,6 +35887,7 @@ self: { ]; description = "Parse IP data types with attoparsec"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; }) {}; "attoparsec-iso8601" = callPackage @@ -34322,6 +35963,8 @@ self: { libraryHaskellDepends = [ array attoparsec base containers text ]; description = "(deprecated)"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "attoparsec-text-enumerator" = callPackage @@ -34356,6 +35999,8 @@ self: { libraryHaskellDepends = [ attoparsec base transformers ]; description = "Interleaved effects for attoparsec parsers"; license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "attoparsec-uri" = callPackage @@ -34377,6 +36022,7 @@ self: { ]; description = "URI parser / printer using attoparsec"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; }) {}; "attoparsec-varword" = callPackage @@ -34394,6 +36040,8 @@ self: { ]; description = "Variable-length integer decoding for Attoparsec"; license = lib.licenses.lgpl3Only; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "attosplit" = callPackage @@ -34405,6 +36053,8 @@ self: { libraryHaskellDepends = [ attoparsec base bytestring ]; description = "Split a lazy bytestring at boundaries defined by an attoparsec parser"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "atuin" = callPackage @@ -34483,6 +36133,8 @@ self: { executablePkgconfigDepends = [ augeas ]; description = "A Haskell FFI wrapper for the Augeas API"; license = "LGPL"; + hydraPlatforms = lib.platforms.none; + broken = true; }) {inherit (pkgs) augeas;}; "augur" = callPackage @@ -34501,6 +36153,8 @@ self: { ]; description = "Renaming media collections in a breeze"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "aur" = callPackage @@ -34519,6 +36173,8 @@ self: { ]; description = "Access metadata from the Arch Linux User Repository"; license = lib.licenses.gpl3Only; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "aur-api" = callPackage @@ -34535,6 +36191,8 @@ self: { ]; description = "ArchLinux AUR json v5 API"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "aura" = callPackage @@ -34613,6 +36271,8 @@ self: { libraryHaskellDepends = [ base LDAP text transformers ]; description = "LDAP authentication for Haskell web applications"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "authenticate-oauth" = callPackage @@ -34642,6 +36302,8 @@ self: { libraryHaskellDepends = [ attoparsec base network text ]; description = "Password querying for .authinfo"; license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "authoring" = callPackage @@ -34678,6 +36340,8 @@ self: { ]; description = "Denotative, locally stateful programming DSL & platform"; license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "auto-update" = callPackage @@ -34727,6 +36391,8 @@ self: { testHaskellDepends = [ base doctest ]; description = "Self-documenting encoder and decoder"; license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "autodocodec-openapi3" = callPackage @@ -34743,6 +36409,7 @@ self: { ]; description = "Autodocodec interpreters for openapi3"; license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; }) {}; "autodocodec-schema" = callPackage @@ -34760,6 +36427,7 @@ self: { ]; description = "Autodocodec interpreters for JSON Schema"; license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; }) {}; "autodocodec-swagger2" = callPackage @@ -34776,6 +36444,7 @@ self: { ]; description = "Autodocodec interpreters for swagger2"; license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; }) {}; "autodocodec-yaml" = callPackage @@ -34794,6 +36463,7 @@ self: { ]; description = "Autodocodec interpreters for yaml"; license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; }) {}; "autoexporter" = callPackage @@ -34823,6 +36493,8 @@ self: { ]; description = "Generates and displays patterns from next nearest neighbors cellular automata"; license = lib.licenses.gpl3Only; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "automata" = callPackage @@ -34847,6 +36519,7 @@ self: { ]; description = "automata"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; }) {}; "automitive-cse" = callPackage @@ -34905,6 +36578,8 @@ self: { ]; description = "Library for Nix expression dependency generation"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "autonix-deps-kf5" = callPackage @@ -34940,6 +36615,8 @@ self: { libraryHaskellDepends = [ base Cabal dir-traverse filepath ]; description = "Custom Setup to automate package modules discovery"; license = lib.licenses.mpl20; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "autoproc" = callPackage @@ -34981,6 +36658,8 @@ self: { executableHaskellDepends = [ base JuicyPixels random ]; description = "A simple random avatar icon generator"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "average" = callPackage @@ -35104,6 +36783,7 @@ self: { ]; description = "Diagrams for the Cessna 172 aircraft in aviation"; license = "unknown"; + hydraPlatforms = lib.platforms.none; }) {}; "aviation-cessna172-weight-balance" = callPackage @@ -35119,6 +36799,7 @@ self: { ]; description = "Weight and Balance for the Cessna 172 aircraft in aviation"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; }) {}; "aviation-navigation" = callPackage @@ -35149,6 +36830,8 @@ self: { libraryHaskellDepends = [ base lens ]; description = "Units of measurements used in aviation"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "aviation-weight-balance" = callPackage @@ -35160,6 +36843,7 @@ self: { libraryHaskellDepends = [ aviation-units base lens ]; description = "Weight and Balance structures used in aviation"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; }) {}; "avl-static" = callPackage @@ -35176,6 +36860,8 @@ self: { ]; description = "A compile-time balanced AVL tree"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "avr-shake" = callPackage @@ -35187,6 +36873,8 @@ self: { libraryHaskellDepends = [ base dependent-sum mtl process shake ]; description = "AVR Crosspack actions for shake build systems"; license = lib.licenses.publicDomain; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "avro" = callPackage @@ -35279,6 +36967,8 @@ self: { testHaskellDepends = [ attoparsec base lens pretty-show text ]; description = "Parse aviation weather reports"; license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "awesome-prelude" = callPackage @@ -35290,6 +36980,8 @@ self: { libraryHaskellDepends = [ base ]; description = "A prelude which I can be happy with. Based on base-prelude."; license = lib.licenses.gpl3Only; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "awesomium" = callPackage @@ -35331,6 +37023,8 @@ self: { libraryToolDepends = [ c2hs ]; description = "Low-level Awesomium bindings"; license = lib.licenses.lgpl3Only; + hydraPlatforms = lib.platforms.none; + broken = true; }) {awesomium = null;}; "aws" = callPackage @@ -35456,6 +37150,8 @@ self: { ]; description = "For signing AWS CloudFront HTTP URL requests"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "aws-configuration-tools" = callPackage @@ -35540,6 +37236,7 @@ self: { ]; description = "Helper function and types for working with amazonka"; license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; }) {}; "aws-ec2" = callPackage @@ -35569,6 +37266,8 @@ self: { ]; description = "AWS EC2/VPC, ELB and CloudWatch client library for Haskell"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "aws-ec2-knownhosts" = callPackage @@ -35591,6 +37290,7 @@ self: { ]; description = "Capture and manage AWS EC2 known_host pubkeys"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; }) {}; "aws-elastic-transcoder" = callPackage @@ -35639,6 +37339,8 @@ self: { ]; description = "Bindings for Amazon Web Services (AWS) General Reference"; license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "aws-kinesis" = callPackage @@ -35769,6 +37471,8 @@ self: { testHaskellDepends = [ base hspec ]; description = "Haskell runtime for AWS Lambda"; license = lib.licenses.asl20; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "aws-lambda-haskell-runtime-wai" = callPackage @@ -35792,6 +37496,7 @@ self: { ]; description = "Run wai applications on AWS Lambda"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; }) {}; "aws-lambda-runtime" = callPackage @@ -35816,6 +37521,8 @@ self: { executableHaskellDepends = [ aeson base lens lens-aeson text ]; description = "Haskell on AWS Lambda Runtime API"; license = lib.licenses.asl20; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "aws-larpi" = callPackage @@ -35831,6 +37538,8 @@ self: { ]; description = "Package Haskell functions for easy use on AWS Lambda"; license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "aws-mfa-credentials" = callPackage @@ -35878,6 +37587,8 @@ self: { ]; description = "Performance Tests for the Haskell bindings for Amazon Web Services (AWS)"; license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "aws-route53" = callPackage @@ -35895,6 +37606,8 @@ self: { ]; description = "Amazon Route53 DNS service plugin for the aws package"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "aws-sdk" = callPackage @@ -35945,6 +37658,8 @@ self: { ]; description = "The text converter for aws-sdk"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "aws-sdk-xml-unordered" = callPackage @@ -35985,6 +37700,7 @@ self: { benchmarkHaskellDepends = [ base criterion ]; description = "Wrapper over Amazonka's SES"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; }) {}; "aws-sign4" = callPackage @@ -36026,6 +37742,7 @@ self: { ]; description = "Dead simple bindings to commonly used AWS Services"; license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; }) {}; "aws-sns" = callPackage @@ -36097,6 +37814,8 @@ self: { benchmarkHaskellDepends = [ async base criterion random time ]; description = "A client for AWS X-Ray"; license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "aws-xray-client-persistent" = callPackage @@ -36113,6 +37832,7 @@ self: { ]; description = "A client for AWS X-Ray integration with Persistent"; license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; }) {}; "aws-xray-client-wai" = callPackage @@ -36130,6 +37850,7 @@ self: { ]; description = "A client for AWS X-Ray integration with WAI"; license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; }) {}; "axel" = callPackage @@ -36181,6 +37902,8 @@ self: { testToolDepends = [ hpack tasty-discover ]; description = "The Axel programming language"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "axiom" = callPackage @@ -36256,6 +37979,8 @@ self: { ]; description = "A simple DevOps tool which will never \"reach\" enterprice level"; license = lib.licenses.gpl3Only; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "azure-acs" = callPackage @@ -36273,6 +37998,8 @@ self: { ]; description = "Windows Azure ACS"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "azure-email" = callPackage @@ -36291,6 +38018,8 @@ self: { ]; description = "send email with microsoft azure"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "azure-functions-worker" = callPackage @@ -36385,6 +38114,8 @@ self: { ]; description = "A simple library for accessing Azure blob storage"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "b-tree" = callPackage @@ -36452,6 +38183,8 @@ self: { ]; description = "A tool and library for building virtual machine images"; license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "babl" = callPackage @@ -36554,6 +38287,8 @@ self: { ]; description = "Heterogeneous automatic differentation"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "backstop" = callPackage @@ -36577,6 +38312,8 @@ self: { ]; description = "Backstop a target directory by source directories"; license = lib.licenses.gpl3Only; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "backtracking" = callPackage @@ -36608,6 +38345,8 @@ self: { ]; description = "A monad transformer for backtracking exceptions"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "backward-state" = callPackage @@ -36619,6 +38358,8 @@ self: { libraryHaskellDepends = [ base transformers ]; description = "A state monad that runs the state in reverse through the computation"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "bacteria" = callPackage @@ -36643,6 +38384,8 @@ self: { libraryHaskellDepends = [ base ]; description = "A simple stable bag"; license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "bake" = callPackage @@ -36676,6 +38419,8 @@ self: { ]; description = "Continuous integration system"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "ballast" = callPackage @@ -36867,6 +38612,8 @@ self: { testHaskellDepends = [ base ]; description = "For when a type should never be an instance of a class"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "bank-holiday-usa" = callPackage @@ -36910,6 +38657,8 @@ self: { ]; description = "Generalized word blacklister"; license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "barbies" = callPackage @@ -36990,6 +38739,8 @@ self: { executableHaskellDepends = [ base cmdargs csv diagrams filepath ]; description = "Creating Bar Charts in Haskell"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "barcodes-code128" = callPackage @@ -37001,6 +38752,8 @@ self: { libraryHaskellDepends = [ base bytestring HPDF ]; description = "Generate Code 128 barcodes as PDFs"; license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "barecheck" = callPackage @@ -37012,6 +38765,8 @@ self: { libraryHaskellDepends = [ base containers QuickCheck text time ]; description = "QuickCheck implementations for common types"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "barley" = callPackage @@ -37032,6 +38787,7 @@ self: { ]; description = "A web based environment for learning and tinkering with Haskell"; license = "unknown"; + hydraPlatforms = lib.platforms.none; }) {}; "barrie" = callPackage @@ -37043,6 +38799,8 @@ self: { libraryHaskellDepends = [ base containers filepath glib gtk ]; description = "Declarative Gtk GUI library"; license = "GPL"; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "barrier" = callPackage @@ -37067,6 +38825,8 @@ self: { ]; description = "Shields.io style badge generator"; license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "barrier-monad" = callPackage @@ -37078,6 +38838,8 @@ self: { libraryHaskellDepends = [ base comonad mtl transformers ]; description = "Implementation of barrier monad, can use custom front/back type"; license = lib.licenses.publicDomain; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "base_4_16_0_0" = callPackage @@ -37162,6 +38924,8 @@ self: { doHaddock = false; description = "Helps migrating projects to base-compat(-batteries)"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "base-encoding" = callPackage @@ -37177,6 +38941,8 @@ self: { ]; description = "Binary-to-text encodings (e.g. base64)"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "base-feature-macros" = callPackage @@ -37189,6 +38955,8 @@ self: { doHaddock = false; description = "Semantic CPP feature macros for base"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "base-generics" = callPackage @@ -37200,6 +38968,8 @@ self: { libraryHaskellDepends = [ base ]; description = "This library provides some instances for extra GHC.Generic typeclass such as Int8, Word16 and some unboxed types as well."; license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "base-io-access" = callPackage @@ -37211,6 +38981,8 @@ self: { libraryHaskellDepends = [ base ]; description = "The IO functions included in base delimited into small, composable classes"; license = lib.licenses.gpl2Only; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "base-noprelude" = callPackage @@ -37470,6 +39242,8 @@ self: { ]; description = "Parsing and serialization for Base58 addresses (Bitcoin and Ripple)"; license = "unknown"; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "base58string" = callPackage @@ -37503,6 +39277,8 @@ self: { ]; description = "Base62 encoding and decoding"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "base64" = callPackage @@ -37615,6 +39391,8 @@ self: { ]; description = "Base64-encode and decode streams of bytes. (deprecated)"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "base64-lens" = callPackage @@ -37702,6 +39480,8 @@ self: { ]; testToolDepends = [ tasty-discover ]; license = "unknown"; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "basen-bytestring" = callPackage @@ -37752,6 +39532,8 @@ self: { libraryHaskellDepends = [ base network pureMD5 utf8-string ]; description = "A BaseX client for Haskell"; license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "bash" = callPackage @@ -37783,6 +39565,8 @@ self: { ]; description = "Lifting values from base types"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "basic-cpuid" = callPackage @@ -37834,6 +39618,8 @@ self: { ]; description = "Basic examples and functions for generics-sop"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "baskell" = callPackage @@ -37850,6 +39636,8 @@ self: { ]; description = "An interpreter for a small functional language"; license = "GPL"; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "batch" = callPackage @@ -38007,6 +39795,8 @@ self: { ]; description = "API client for Battle.Net"; license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "battlenet-yesod" = callPackage @@ -38038,6 +39828,8 @@ self: { ]; description = "Core definitions for BattlePlace.io service"; license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "battleplace-api" = callPackage @@ -38051,6 +39843,7 @@ self: { ]; description = "Public API definitions of BattlePlace.io service"; license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; }) {}; "battleship-combinatorics" = callPackage @@ -38144,6 +39937,8 @@ self: { ]; description = "HTML Coverage Reports for Rules_Haskell"; license = lib.licenses.asl20; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "bazel-runfiles" = callPackage @@ -38210,6 +40005,7 @@ self: { ]; description = "Language tags as specified by BCP 47"; license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; }) {}; "bcp47-orphans" = callPackage @@ -38229,6 +40025,7 @@ self: { ]; description = "BCP47 orphan instances"; license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; }) {}; "bcrypt" = callPackage @@ -38345,6 +40142,8 @@ self: { ]; description = "Behavior-Driven Development DSL"; license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "bdelta" = callPackage @@ -38356,6 +40155,8 @@ self: { libraryHaskellDepends = [ base bytestring ]; description = "Simple, fast binary diff/patch"; license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "bdo" = callPackage @@ -38371,6 +40172,8 @@ self: { executableHaskellDepends = [ aeson base network text url ]; description = "Update CSS in the browser without reloading the page"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "beam" = callPackage @@ -38390,6 +40193,8 @@ self: { ]; description = "A type-safe SQL mapper for Haskell that doesn't use Template Haskell"; license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "beam-automigrate" = callPackage @@ -38486,6 +40291,8 @@ self: { ]; description = "Connection layer between beam and MySQL/MariaDB"; license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "beam-newtype-field" = callPackage @@ -38501,6 +40308,8 @@ self: { ]; description = "A newtype for wrapping newtypes into beam schemas"; license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "beam-postgres" = callPackage @@ -38598,6 +40407,8 @@ self: { ]; description = "Generic serializer/deserializer with compact representation"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "bearriver" = callPackage @@ -38654,6 +40465,8 @@ self: { testToolDepends = [ hspec-discover ]; description = "Implementation of the Bech32 cryptocurrency address format (BIP 0173)"; license = lib.licenses.asl20; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "bech32-th" = callPackage @@ -38686,6 +40499,8 @@ self: { testHaskellDepends = [ base QuickCheck ]; description = "Efficient Matrix and Vector operations in 100% Haskell"; license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "beeminder-api" = callPackage @@ -38709,6 +40524,7 @@ self: { ]; description = "Bindings to the beeminder.com JSON API"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; }) {}; "bein" = callPackage @@ -38888,6 +40704,8 @@ self: { testToolDepends = [ hspec-discover ]; description = "Bencodex reader/writer for Haskell"; license = lib.licenses.gpl3Plus; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "bencoding" = callPackage @@ -38927,6 +40745,8 @@ self: { ]; description = "Lenses for bencoded data"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "bento" = callPackage @@ -38950,6 +40770,8 @@ self: { librarySystemDepends = [ db ]; description = "Pretty BerkeleyDB v4 binding"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {inherit (pkgs) db;}; "berp" = callPackage @@ -38998,6 +40820,8 @@ self: { ]; description = "BERT implementation"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "besout" = callPackage @@ -39009,6 +40833,8 @@ self: { libraryHaskellDepends = [ base ]; description = "Extended GCD of polynomials over F_p[x]"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "bet" = callPackage @@ -39035,6 +40861,8 @@ self: { ]; description = "Betfair API bindings. Bet on sports on betting exchanges."; license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "betacode" = callPackage @@ -39051,6 +40879,8 @@ self: { testHaskellDepends = [ base hspec QuickCheck smallcheck ]; description = "A codec for beta code (http://en.wikipedia.org/wiki/Beta_Code)."; license = lib.licenses.asl20; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "betris" = callPackage @@ -39073,6 +40903,8 @@ self: { ]; description = "A horizontal version of tetris for braille users"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "between" = callPackage @@ -39157,6 +40989,8 @@ self: { libraryHaskellDepends = [ attoparsec base bytestring time ]; description = "Parse BgMax-files"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "bgzf" = callPackage @@ -39172,6 +41006,8 @@ self: { ]; description = "Blocked GZip"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "bhoogle" = callPackage @@ -39193,6 +41029,8 @@ self: { ]; description = "Simple terminal GUI for local hoogle"; license = "(BSD-3-Clause OR Apache-2.0)"; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "bibdb" = callPackage @@ -39215,6 +41053,8 @@ self: { executableToolDepends = [ alex happy ]; description = "A database based bibliography manager for BibTeX"; license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "bibtex" = callPackage @@ -39250,6 +41090,8 @@ self: { ]; description = "The unicode bidirectional algorithm via ICU"; license = "(BSD-2-Clause OR Apache-2.0)"; + hydraPlatforms = lib.platforms.none; + broken = true; }) {icu-uc = null;}; "bidirectional" = callPackage @@ -39262,6 +41104,8 @@ self: { testHaskellDepends = [ base hedgehog mtl ]; description = "Simple bidirectional serialization and deserialization"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "bidirectionalization-combined" = callPackage @@ -39283,6 +41127,8 @@ self: { ]; description = "Prototype Implementation of Combining Syntactic and Semantic Bidirectionalization (ICFP'10)"; license = lib.licenses.publicDomain; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "bidispec" = callPackage @@ -39294,6 +41140,8 @@ self: { libraryHaskellDepends = [ base bytestring mtl ]; description = "Specification of generators and parsers"; license = "LGPL"; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "bidispec-extras" = callPackage @@ -39305,6 +41153,8 @@ self: { libraryHaskellDepends = [ base bytestring dataenc mtl ]; description = "Extra helper functions for bidirectional specifications"; license = "LGPL"; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "bifunctor" = callPackage @@ -39469,6 +41319,8 @@ self: { ]; description = "Leksah library"; license = "LGPL"; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "bimap" = callPackage @@ -39616,6 +41468,8 @@ self: { ]; description = "Bit parsing/writing on top of binary"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "binary-communicator" = callPackage @@ -39627,6 +41481,8 @@ self: { libraryHaskellDepends = [ base binary bytestring mtl ]; description = "Flexible way to ease transmission of binary data"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "binary-conduit" = callPackage @@ -39657,6 +41513,8 @@ self: { libraryHaskellDepends = [ base binary ghc-prim ]; description = "Automatic deriving of Binary using GHC.Generics"; license = lib.licenses.gpl3Only; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "binary-enum" = callPackage @@ -39693,6 +41551,8 @@ self: { ]; description = "An alternate with strong-typed errors for `Data.Binary.Get` monad from `binary` package."; license = lib.licenses.asl20; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "binary-file" = callPackage @@ -39762,6 +41622,8 @@ self: { libraryHaskellDepends = [ array base ]; description = "Binary Indexed Trees (a.k.a. Fenwick Trees)."; license = "LGPL"; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "binary-instances" = callPackage @@ -39915,6 +41777,8 @@ self: { libraryHaskellDepends = [ base binary bytestring mtl ]; description = "Monad to ease implementing a binary network protocol"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "binary-protocol-zmq" = callPackage @@ -40080,6 +41944,8 @@ self: { ]; benchmarkHaskellDepends = [ base criterion random ]; license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "binary-typed" = callPackage @@ -40101,6 +41967,8 @@ self: { ]; description = "Type-safe binary serialization"; license = lib.licenses.bsd2; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "binary-varint" = callPackage @@ -40153,6 +42021,8 @@ self: { ]; description = "Data marshaling library that uses type level equations to optimize buffering"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "binding-core" = callPackage @@ -40167,6 +42037,8 @@ self: { testHaskellDepends = [ base HTF HUnit QuickCheck random ]; description = "Data Binding"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "binding-gtk" = callPackage @@ -40181,6 +42053,7 @@ self: { testHaskellDepends = [ base binding-core directory gtk ]; description = "Data Binding in Gtk2Hs"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; }) {}; "binding-wx" = callPackage @@ -40230,6 +42103,8 @@ self: { libraryPkgconfigDepends = [ esound ]; description = "Low level bindings to EsounD (ESD; Enlightened Sound Daemon)"; license = lib.licenses.publicDomain; + hydraPlatforms = lib.platforms.none; + broken = true; }) {esound = null;}; "bindings-GLFW" = callPackage @@ -40268,6 +42143,8 @@ self: { librarySystemDepends = [ K8055D ]; description = "Bindings to Velleman K8055 dll"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {K8055D = null;}; "bindings-apr" = callPackage @@ -40280,6 +42157,8 @@ self: { libraryPkgconfigDepends = [ apr ]; description = "Low level bindings to Apache Portable Runtime (APR)"; license = lib.licenses.publicDomain; + hydraPlatforms = lib.platforms.none; + broken = true; }) {inherit (pkgs) apr;}; "bindings-apr-util" = callPackage @@ -40320,6 +42199,8 @@ self: { libraryToolDepends = [ alex happy ]; description = "Bindings for libbfd, a library of the GNU `binutils'"; license = lib.licenses.lgpl3Only; + hydraPlatforms = lib.platforms.none; + broken = true; }) {bfd = null; opcodes = null;}; "bindings-cctools" = callPackage @@ -40332,6 +42213,8 @@ self: { librarySystemDepends = [ dttools ]; description = "Bindings to the CCTools WorkQueue C library"; license = lib.licenses.gpl2Only; + hydraPlatforms = lib.platforms.none; + broken = true; }) {dttools = null;}; "bindings-codec2" = callPackage @@ -40375,6 +42258,8 @@ self: { libraryToolDepends = [ c2hs ]; description = "Library for using firewire (iidc-1394) cameras"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {dc1394 = null;}; "bindings-directfb" = callPackage @@ -40403,6 +42288,8 @@ self: { libraryPkgconfigDepends = [ eskit ]; description = "Bindings to ESKit"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {eskit = null;}; "bindings-fann" = callPackage @@ -40415,6 +42302,8 @@ self: { libraryPkgconfigDepends = [ fann ]; description = "Low level bindings to FANN neural network library"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {fann = null;}; "bindings-fluidsynth" = callPackage @@ -40427,6 +42316,8 @@ self: { libraryPkgconfigDepends = [ fluidsynth ]; description = "Haskell FFI bindings for fluidsynth software synthesizer"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {inherit (pkgs) fluidsynth;}; "bindings-friso" = callPackage @@ -40439,6 +42330,8 @@ self: { librarySystemDepends = [ friso ]; description = "Low level bindings for friso"; license = lib.licenses.asl20; + hydraPlatforms = lib.platforms.none; + broken = true; }) {friso = null;}; "bindings-glib" = callPackage @@ -40487,6 +42380,8 @@ self: { libraryPkgconfigDepends = [ gsl ]; description = "Low level bindings to GNU GSL"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {inherit (pkgs) gsl;}; "bindings-gts" = callPackage @@ -40516,6 +42411,8 @@ self: { executableHaskellDepends = [ base ]; description = "Hamlib bindings for Haskell"; license = lib.licenses.lgpl21Only; + hydraPlatforms = lib.platforms.none; + broken = true; }) {inherit (pkgs) hamlib;}; "bindings-hdf5" = callPackage @@ -40527,6 +42424,8 @@ self: { libraryHaskellDepends = [ base bindings-DSL ]; description = "Project bindings-* raw interface to HDF5 library"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "bindings-levmar" = callPackage @@ -40575,6 +42474,8 @@ self: { libraryPkgconfigDepends = [ libftdi libusb ]; description = "Low level bindings to libftdi"; license = "GPL"; + hydraPlatforms = lib.platforms.none; + broken = true; }) {inherit (pkgs) libftdi; libusb = null;}; "bindings-libg15" = callPackage @@ -40587,6 +42488,8 @@ self: { librarySystemDepends = [ g15 ]; description = "Bindings to libg15"; license = lib.licenses.bsd2; + hydraPlatforms = lib.platforms.none; + broken = true; }) {g15 = null;}; "bindings-libpci" = callPackage @@ -40598,6 +42501,8 @@ self: { libraryHaskellDepends = [ base bindings-DSL ]; description = "Low level bindings to libpci"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "bindings-librrd" = callPackage @@ -40610,6 +42515,8 @@ self: { libraryPkgconfigDepends = [ librrd ]; description = "Low level bindings to RRDtool"; license = lib.licenses.publicDomain; + hydraPlatforms = lib.platforms.none; + broken = true; }) {librrd = null;}; "bindings-libstemmer" = callPackage @@ -40626,6 +42533,8 @@ self: { librarySystemDepends = [ stemmer ]; description = "Binding for libstemmer with low level binding"; license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; + broken = true; }) {stemmer = null;}; "bindings-libusb" = callPackage @@ -40638,6 +42547,8 @@ self: { libraryPkgconfigDepends = [ libusb ]; description = "Low level bindings to libusb"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {libusb = null;}; "bindings-libv4l2" = callPackage @@ -40650,6 +42561,8 @@ self: { librarySystemDepends = [ v4l2 ]; description = "bindings to libv4l2 for Linux"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {v4l2 = null;}; "bindings-libzip" = callPackage @@ -40712,6 +42625,8 @@ self: { libraryPkgconfigDepends = [ monetdb-mapi ]; description = "Low-level bindings for the MonetDB API (mapi)"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {monetdb-mapi = null;}; "bindings-mpdecimal" = callPackage @@ -40723,6 +42638,8 @@ self: { libraryHaskellDepends = [ base bindings-DSL ]; description = "bindings to mpdecimal library"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "bindings-nettle" = callPackage @@ -40849,6 +42766,8 @@ self: { librarySystemDepends = [ scsynth ]; description = "Low-level bindings to the SuperCollider synthesis engine library"; license = "GPL"; + hydraPlatforms = lib.platforms.none; + broken = true; }) {scsynth = null;}; "bindings-sipc" = callPackage @@ -40864,6 +42783,8 @@ self: { executableHaskellDepends = [ base ]; description = "Low level bindings to SIPC"; license = "LGPL"; + hydraPlatforms = lib.platforms.none; + broken = true; }) {sipc = null;}; "bindings-sophia" = callPackage @@ -40922,6 +42843,8 @@ self: { testHaskellDepends = [ base ]; description = "Bindings against the wlc library"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {inherit (pkgs) wlc;}; "bindings-yices" = callPackage @@ -40948,6 +42871,7 @@ self: { libraryHaskellDepends = [ base binary bytestring rank1dynamic ]; description = "A variation of Data.Dynamic.Dynamic with a Binary instance"; license = lib.licenses.gpl3Only; + hydraPlatforms = lib.platforms.none; }) {}; "binembed" = callPackage @@ -40966,6 +42890,8 @@ self: { ]; description = "Embed data into object files"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "binembed-example" = callPackage @@ -41014,6 +42940,8 @@ self: { ]; description = "Aggregate continuous values into discrete bins"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "binsm" = callPackage @@ -41031,6 +42959,8 @@ self: { ]; description = "binary files splitter and merger"; license = "unknown"; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "bio" = callPackage @@ -41051,6 +42981,8 @@ self: { executableHaskellDepends = [ base bytestring random ]; description = "A bioinformatics library"; license = "LGPL"; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "bio-sequence" = callPackage @@ -41067,6 +42999,8 @@ self: { testHaskellDepends = [ base bytestring hspec QuickCheck ]; description = "Initial project template from stack"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "bioace" = callPackage @@ -41106,6 +43040,8 @@ self: { libraryHaskellDepends = [ base bytestring stringable ]; description = "A bioinformatics library"; license = "LGPL"; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "biofasta" = callPackage @@ -41152,6 +43088,8 @@ self: { ]; description = "bioinformatics support library"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "bioinformatics-toolkit" = callPackage @@ -41282,7 +43220,6 @@ self: { ]; description = "BIP-0032: Hierarchical Deterministic Wallets for Bitcoin and other cryptocurrencies"; license = lib.licenses.asl20; - hydraPlatforms = lib.platforms.none; }) {}; "birch-beer" = callPackage @@ -41371,6 +43308,7 @@ self: { ]; description = "A small tool that clears cookies (and more)"; license = lib.licenses.gpl3Only; + hydraPlatforms = lib.platforms.none; }) {}; "biscuit-haskell" = callPackage @@ -41399,6 +43337,8 @@ self: { benchmarkHaskellDepends = [ base criterion ]; description = "Library support for the Biscuit security token"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "biscuit-servant" = callPackage @@ -41440,6 +43380,8 @@ self: { ]; description = "Determine relevant parts of binary data"; license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "bishbosh" = callPackage @@ -41469,6 +43411,8 @@ self: { ]; description = "Plays chess"; license = lib.licenses.gpl3Plus; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "bit-array" = callPackage @@ -41521,6 +43465,8 @@ self: { benchmarkHaskellDepends = [ base criterion ]; description = "Lazy, infinite, compact stream of Bool with O(1) indexing"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "bit-vector" = callPackage @@ -41663,7 +43609,6 @@ self: { ]; description = "BIP 158 compact block filters"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; }) {}; "bitcoin-hash" = callPackage @@ -41701,6 +43646,8 @@ self: { ]; description = "Partial implementation of the Bitcoin protocol (as of 2013)"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "bitcoin-keys" = callPackage @@ -41718,7 +43665,6 @@ self: { ]; description = "Bitcoin keys"; license = lib.licenses.asl20; - hydraPlatforms = lib.platforms.none; }) {}; "bitcoin-payment-channel" = callPackage @@ -41784,7 +43730,6 @@ self: { ]; description = "Library to communicate with the Satoshi Bitcoin daemon"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; }) {}; "bitcoin-script" = callPackage @@ -41802,6 +43747,8 @@ self: { testHaskellDepends = [ base bytestring hspec ]; description = "Compilation, manipulation and decompilation of Bitcoin scripts"; license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "bitcoin-scripting" = callPackage @@ -41823,7 +43770,6 @@ self: { ]; description = "Resources for working with miniscript, and script descriptors"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; }) {}; "bitcoin-tx" = callPackage @@ -41996,6 +43942,8 @@ self: { libraryHaskellDepends = [ base ]; description = "Atomic bit operations on memory locations for low-level synchronization"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "bits-bytestring" = callPackage @@ -42045,6 +43993,8 @@ self: { ]; description = "Bitstream support for Conduit"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "bits-extra" = callPackage @@ -42102,6 +44052,8 @@ self: { librarySystemDepends = [ gcc_s ]; description = "Efficient high-level bit operations not found in Data.Bits"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {gcc_s = null;}; "bitset" = callPackage @@ -42124,6 +44076,8 @@ self: { benchmarkSystemDepends = [ gmp ]; description = "A space-efficient set data structure"; license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; + broken = true; }) {inherit (pkgs) gmp;}; "bitset-word8" = callPackage @@ -42166,6 +44120,8 @@ self: { executablePkgconfigDepends = [ gtk2 pango ]; description = "Proof-of-concept tool for writing using binary choices"; license = "GPL"; + hydraPlatforms = lib.platforms.none; + broken = true; }) {inherit (pkgs) gtk2; inherit (pkgs) pango;}; "bitstream" = callPackage @@ -42334,6 +44290,8 @@ self: { ]; description = "A Haskell library for working with the BitX bitcoin exchange"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "bizzlelude" = callPackage @@ -42360,6 +44318,8 @@ self: { libraryHaskellDepends = [ base containers text ]; description = "A lousy Prelude replacement by a lousy dude"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "bk-tree" = callPackage @@ -42394,6 +44354,8 @@ self: { ]; description = "Backup utility for backing up to cloud storage services (S3 only right now)"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "bktrees" = callPackage @@ -42527,6 +44489,8 @@ self: { libraryHaskellDepends = [ base bytestring text vector ]; description = "The BLAKE SHA-3 candidate hashes, in Haskell"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "blakesum-demo" = callPackage @@ -42599,6 +44563,8 @@ self: { libraryHaskellDepends = [ base ieee QuickCheck storable-complex ]; description = "Bindings to the BLAS library"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "blas-carray" = callPackage @@ -42689,6 +44655,7 @@ self: { ]; description = "Blog in LaTeX"; license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; }) {}; "blaze" = callPackage @@ -42834,6 +44801,8 @@ self: { ]; description = "Some contributions to add handy things to blaze html"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "blaze-html-hexpat" = callPackage @@ -42845,6 +44814,8 @@ self: { libraryHaskellDepends = [ base blaze-html bytestring hexpat text ]; description = "A hexpat backend for blaze-html"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "blaze-html-truncate" = callPackage @@ -42860,6 +44831,8 @@ self: { ]; description = "A truncator for blaze-html"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "blaze-json" = callPackage @@ -42881,6 +44854,8 @@ self: { ]; description = "tiny library for encoding json"; license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "blaze-markup" = callPackage @@ -42913,6 +44888,8 @@ self: { ]; description = "create svg by Haskell"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "blaze-svg" = callPackage @@ -42961,6 +44938,8 @@ self: { ]; description = "Fast rendering of common datatypes (deprecated)"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "blazeMarker" = callPackage @@ -42989,6 +44968,8 @@ self: { ]; description = "A true monad (transformer) version of the blaze-markup and blaze-html libraries"; license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "ble" = callPackage @@ -43020,6 +45001,7 @@ self: { ]; description = "Bluetooth Low Energy (BLE) peripherals"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; }) {}; "blindpass" = callPackage @@ -43035,6 +45017,8 @@ self: { testHaskellDepends = [ base hspec ]; description = "Password entry tool"; license = lib.licenses.gpl3Only; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "blink1" = callPackage @@ -43088,6 +45072,8 @@ self: { ]; description = "Support code for Blip"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "blizzard-html" = callPackage @@ -43099,6 +45085,8 @@ self: { libraryHaskellDepends = [ base blaze-html clay text ]; description = "An HTML and CSS renderer for Haskell"; license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "blockchain" = callPackage @@ -43122,6 +45110,8 @@ self: { ]; description = "Generic blockchain implementation"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "blockfrost-api" = callPackage @@ -43147,6 +45137,8 @@ self: { testToolDepends = [ tasty-discover ]; description = "API definitions for blockfrost.io"; license = lib.licenses.asl20; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "blockfrost-client" = callPackage @@ -43172,6 +45164,7 @@ self: { testToolDepends = [ tasty-discover ]; description = "blockfrost.io basic client"; license = lib.licenses.asl20; + hydraPlatforms = lib.platforms.none; }) {}; "blockfrost-client-core" = callPackage @@ -43193,6 +45186,7 @@ self: { ]; description = "blockfrost.io common client definitions / instances"; license = lib.licenses.asl20; + hydraPlatforms = lib.platforms.none; }) {}; "blockfrost-pretty" = callPackage @@ -43210,6 +45204,7 @@ self: { ]; description = "blockfrost.io pretty-printing utilities"; license = lib.licenses.asl20; + hydraPlatforms = lib.platforms.none; }) {}; "blockhash" = callPackage @@ -43231,6 +45226,8 @@ self: { testHaskellDepends = [ base ]; description = "Blockhash perceptual image hash algorithm"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "blocking-transactions" = callPackage @@ -43292,6 +45289,8 @@ self: { ]; description = "Elasticsearch client library for Haskell"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "bloodhound-amazonka-auth" = callPackage @@ -43355,6 +45354,8 @@ self: { benchmarkHaskellDepends = [ base criterion random ]; description = "Distributed bloom filters on Redis (using the Hedis client)"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "blosum" = callPackage @@ -43376,6 +45377,7 @@ self: { ]; description = "BLOSUM generator"; license = lib.licenses.gpl2Only; + hydraPlatforms = lib.platforms.none; }) {}; "bloxorz" = callPackage @@ -43430,6 +45432,8 @@ self: { ]; description = "The blubber server, serves blubber clients"; license = lib.licenses.agpl3Only; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "blucontrol" = callPackage @@ -43482,6 +45486,8 @@ self: { ]; description = "Configurable blue light filter"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {inherit (pkgs.xorg) libX11; inherit (pkgs.xorg) libXrandr;}; "bluemix-sdk" = callPackage @@ -43519,7 +45525,6 @@ self: { executablePkgconfigDepends = [ gtk2 ]; description = "full-featured tiling for the GNOME desktop environment"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; }) {inherit (pkgs) gtk2;}; "bluetileutils" = callPackage @@ -43533,6 +45538,8 @@ self: { executableHaskellDepends = [ base gtk ]; description = "Utilities for Bluetile"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "blunk-hask-tests" = callPackage @@ -43548,6 +45555,8 @@ self: { executableHaskellDepends = [ base ]; description = "spam"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "blunt" = callPackage @@ -43722,6 +45731,8 @@ self: { ]; description = "Copy a directory tree, making zero-size sparse copies of big files"; license = lib.licenses.bsd2; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "bogre-banana" = callPackage @@ -43768,6 +45779,7 @@ self: { testToolDepends = [ tasty-discover ]; description = "Generate Haskell boilerplate"; license = lib.licenses.gpl3Plus; + hydraPlatforms = lib.platforms.none; }) {}; "bolt" = callPackage @@ -43791,6 +45803,8 @@ self: { ]; description = "Bolt driver for Neo4j"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "boltzmann-brain" = callPackage @@ -43816,6 +45830,8 @@ self: { ]; description = "Analytic sampler compiler for combinatorial systems"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "boltzmann-samplers" = callPackage @@ -43866,6 +45882,7 @@ self: { ]; description = "Bond schema compiler and code generator"; license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; }) {}; "bond-haskell" = callPackage @@ -43955,6 +45972,8 @@ self: { ]; description = "Anonymous records and overloaded labels"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "bookkeeper-permissions" = callPackage @@ -44063,6 +46082,8 @@ self: { ]; description = "Boolean normal form: NNF, DNF & CNF"; license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "boolector" = callPackage @@ -44094,6 +46115,8 @@ self: { libraryHaskellDepends = [ base parsec ]; description = "Boolean expressions with various representations and search queries"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "bools" = callPackage @@ -44151,6 +46174,8 @@ self: { ]; description = "Chronokinetic stream sources and incremental consumers"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "boomerang" = callPackage @@ -44258,6 +46283,8 @@ self: { executableHaskellDepends = [ base time ]; description = "Factory for quickly building an application"; license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "boots-cloud" = callPackage @@ -44393,6 +46420,8 @@ self: { executableHaskellDepends = [ base ]; description = "A boring window switcher"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "bot" = callPackage @@ -44404,6 +46433,8 @@ self: { libraryHaskellDepends = [ arrows base Stream ]; description = "bots for functional reactive programming"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "both" = callPackage @@ -44428,6 +46459,8 @@ self: { libraryHaskellDepends = [ base bytestring ]; description = "Build tool for Lambdabot"; license = "GPL"; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "bottom" = callPackage @@ -44452,6 +46485,8 @@ self: { ]; description = "Encoding and decoding for the Bottom spec"; license = lib.licenses.asl20; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "bound" = callPackage @@ -44566,6 +46601,8 @@ self: { libraryHaskellDepends = [ base lens ]; description = "A generic boundingbox for an arbitrary vector"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "bower-json" = callPackage @@ -44601,7 +46638,6 @@ self: { ]; description = "audio-visual pseudo-physical simulation of colliding circles"; license = lib.licenses.gpl3Only; - hydraPlatforms = lib.platforms.none; }) {}; "box" = callPackage @@ -44630,7 +46666,6 @@ self: { libraryHaskellDepends = [ attoparsec base box text time ]; description = "CSV parsing in a box"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; }) {}; "box-socket" = callPackage @@ -44651,7 +46686,6 @@ self: { executableHaskellDepends = [ base optparse-generic ]; description = "Box websockets"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; }) {}; "box-tuples" = callPackage @@ -44703,6 +46737,8 @@ self: { testHaskellDepends = [ base ]; description = "A minimal typed unix path library"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "braid" = callPackage @@ -44725,6 +46761,8 @@ self: { ]; description = "Types and functions to work with braids and Khovanov homology"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "brain-bleep" = callPackage @@ -44738,6 +46776,8 @@ self: { executableHaskellDepends = [ array base containers parsec ]; description = "primitive imperative language"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "brainfuck" = callPackage @@ -44860,6 +46900,8 @@ self: { executableHaskellDepends = [ array base parallel random SDL ]; description = "A Haskell implementation of the Brian's Brain cellular automaton"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "brick_0_64_2" = callPackage @@ -44931,6 +46973,8 @@ self: { ]; description = "A drop-down menu widget for brick"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "brick-filetree" = callPackage @@ -45009,6 +47053,8 @@ self: { ]; description = "..."; license = lib.licenses.asl20; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "bricks-internal-test" = callPackage @@ -45108,6 +47154,8 @@ self: { ]; description = "Simple part of speech tagger"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "brittany" = callPackage @@ -45175,7 +47223,6 @@ self: { ]; description = "Conduit-based parallel streaming code for broadcast-chan"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; }) {}; "broadcast-chan-pipes" = callPackage @@ -45192,7 +47239,6 @@ self: { ]; description = "Pipes-based parallel streaming code for broadcast-chan"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; }) {}; "broadcast-chan-tests" = callPackage @@ -45228,6 +47274,8 @@ self: { libraryHaskellDepends = [ base containers stm time ]; description = "Small library for interactive functional programs"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "brok" = callPackage @@ -45255,6 +47303,8 @@ self: { testToolDepends = [ tasty-discover ]; description = "Finds broken links in text files"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "broker-haskell" = callPackage @@ -45268,6 +47318,8 @@ self: { testHaskellDepends = [ base bytestring hspec ]; description = "Haskell bindings to Broker, Bro's messaging library"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {broker = null;}; "bronyradiogermany-common" = callPackage @@ -45285,6 +47337,8 @@ self: { ]; description = "Common types and URIs for the BronyRadioGermany API bindings"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "bronyradiogermany-streaming" = callPackage @@ -45345,7 +47399,6 @@ self: { ]; description = "Conduit interface for Brotli (RFC7932) compression"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; }) {}; "brotli-streams" = callPackage @@ -45366,7 +47419,6 @@ self: { ]; description = "IO-Streams interface for Brotli (RFC7932) compression"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; }) {}; "browscap" = callPackage @@ -45383,6 +47435,8 @@ self: { ]; description = "A reader and interface for the Browser Capabilities Project data files"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "bsb-http-chunked" = callPackage @@ -45417,6 +47471,8 @@ self: { libraryHaskellDepends = [ base ]; description = "Access to the BSD sysctl(3) interface"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "bson" = callPackage @@ -45449,6 +47505,8 @@ self: { libraryHaskellDepends = [ base bson ghc-prim text ]; description = "Generic functionality for BSON"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "bson-generics" = callPackage @@ -45460,6 +47518,8 @@ self: { libraryHaskellDepends = [ base bson ghc-prim ]; description = "Generics functionality for BSON"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "bson-lens" = callPackage @@ -45484,6 +47544,8 @@ self: { ]; description = "Mapping between BSON and algebraic data types"; license = "unknown"; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "bspack" = callPackage @@ -45516,6 +47578,8 @@ self: { libraryHaskellDepends = [ base bytestring ]; description = "A simple unassuming parser for bytestring"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "btree" = callPackage @@ -45558,6 +47622,8 @@ self: { ]; description = "A backend agnostic, concurrent BTree"; license = "LGPL"; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "btrfs" = callPackage @@ -45574,6 +47640,8 @@ self: { platforms = [ "aarch64-linux" "armv7l-linux" "i686-linux" "x86_64-linux" ]; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "buchhaltung" = callPackage @@ -45634,6 +47702,8 @@ self: { benchmarkHaskellDepends = [ bug criterion rerebase ]; description = "Simple mutable low-level buffer for IO"; license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "buffer-builder" = callPackage @@ -45686,6 +47756,8 @@ self: { ]; description = "Serialize Aeson values with Data.BufferBuilder"; license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "buffer-pipe" = callPackage @@ -45728,6 +47800,8 @@ self: { doHaddock = false; description = "Assembles many Dockerfiles in one"; license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "buffon" = callPackage @@ -45744,6 +47818,8 @@ self: { ]; description = "An implementation of Buffon machines"; license = lib.licenses.bsd2; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "buffon-machines" = callPackage @@ -45757,6 +47833,8 @@ self: { ]; description = "Perfect simulation of discrete random variables"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "bug" = callPackage @@ -45830,6 +47908,8 @@ self: { ]; description = "A Haskell interface to the Bugzilla native REST API"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "bugzilla-redhat" = callPackage @@ -45870,6 +47950,8 @@ self: { testHaskellDepends = [ base containers extra mtl transformers ]; description = "Build systems a la carte"; license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "buildable" = callPackage @@ -45881,6 +47963,8 @@ self: { libraryHaskellDepends = [ base bytestring containers dlist text ]; description = "Typeclass for builders of linear data structures"; license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "buildbox" = callPackage @@ -45897,6 +47981,8 @@ self: { ]; description = "Rehackable components for writing buildbots and test harnesses"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "buildbox-tools" = callPackage @@ -45925,6 +48011,8 @@ self: { ]; description = "bounded ByteArray builder type"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "buildwrapper" = callPackage @@ -45976,6 +48064,8 @@ self: { libraryToolDepends = [ c2hs ]; description = "A wrapper for the Bullet physics engine"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {inherit (pkgs) bullet;}; "bulletproofs" = callPackage @@ -46058,6 +48148,8 @@ self: { ]; description = "Automatically bump package versions, also transitively"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "bunz" = callPackage @@ -46073,6 +48165,8 @@ self: { testHaskellDepends = [ base doctest hspec ]; description = "CLI tool to beautify JSON string"; license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "burnt-explorer" = callPackage @@ -46124,6 +48218,8 @@ self: { benchmarkHaskellDepends = [ base criterion ]; description = "Burst detection algorithms"; license = lib.licenses.gpl2Only; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "bus-pirate" = callPackage @@ -46157,6 +48253,8 @@ self: { ]; description = "Almost but not quite entirely unlike FRP"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "buster-gtk" = callPackage @@ -46271,6 +48369,8 @@ self: { ]; description = "Monad Transformer for Asyncronous Message Passing"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "butterflies" = callPackage @@ -46374,6 +48474,8 @@ self: { ]; description = "Efficient little-endian bit vector library"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "bv-sized" = callPackage @@ -46406,7 +48508,6 @@ self: { libraryHaskellDepends = [ base bv-sized lens parameterized-utils ]; description = "Well-typed lenses for bv-sized bitvectors"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; }) {}; "byline" = callPackage @@ -46430,6 +48531,8 @@ self: { ]; description = "Library for creating command-line interfaces (colors, menus, etc.)"; license = lib.licenses.bsd2; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "bytable" = callPackage @@ -46441,6 +48544,7 @@ self: { libraryHaskellDepends = [ base bytestring word24 ]; description = "data from/to ByteString"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; }) {}; "byte-count-reader" = callPackage @@ -46493,6 +48597,8 @@ self: { libraryHaskellDepends = [ base bytestring primitive text ]; description = "Parsing of bytearray-based data"; license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "bytebuild" = callPackage @@ -46731,6 +48837,8 @@ self: { ]; description = "Aeson instances for ByteString, using base 64 encoding"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "bytestring-arbitrary" = callPackage @@ -46748,6 +48856,8 @@ self: { ]; description = "Arbitrary instances for ByteStrings"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "bytestring-builder" = callPackage @@ -46776,6 +48886,7 @@ self: { ]; description = "Variable-length integer encoding"; license = lib.licenses.lgpl3Only; + hydraPlatforms = lib.platforms.none; }) {}; "bytestring-class" = callPackage @@ -46789,6 +48900,8 @@ self: { libraryHaskellDepends = [ base bytestring utf8-string ]; description = "Classes for automatic conversion to and from strict and lazy bytestrings. (deprecated)"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "bytestring-conversion" = callPackage @@ -46824,6 +48937,8 @@ self: { libraryHaskellDepends = [ array base bytestring dlist ]; description = "Parse CSV formatted data efficiently"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "bytestring-delta" = callPackage @@ -46835,6 +48950,8 @@ self: { libraryHaskellDepends = [ base bytestring ]; description = "Simple, fast binary diff/patch"; license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "bytestring-encoding" = callPackage @@ -46903,6 +49020,8 @@ self: { ]; description = "ByteString-backed Handles"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "bytestring-lexing" = callPackage @@ -46958,6 +49077,8 @@ self: { ]; description = "Plain byte strings ('ForeignPtr'-less 'ByteString's)"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "bytestring-progress" = callPackage @@ -47011,6 +49132,8 @@ self: { doHaddock = false; description = "Rematch support for ByteString"; license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "bytestring-short" = callPackage @@ -47040,6 +49163,8 @@ self: { ]; description = "Efficient conversion of values into readable byte strings"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "bytestring-strict-builder" = callPackage @@ -47070,6 +49195,8 @@ self: { libraryHaskellDepends = [ base bytestring pipes primitive ]; description = "break bytestrings up into substrings"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "bytestring-time" = callPackage @@ -47086,6 +49213,8 @@ self: { ]; description = "Library for Time parsing from ByteString"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "bytestring-to-vector" = callPackage @@ -47160,6 +49289,8 @@ self: { benchmarkHaskellDepends = [ base bytestring criterion QuickCheck ]; description = "Bytestrings with typenat lengths"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "bytestringparser" = callPackage @@ -47171,6 +49302,8 @@ self: { libraryHaskellDepends = [ base ]; description = "Combinator parsing with Data.ByteString.Lazy"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "bytestringparser-temporary" = callPackage @@ -47182,6 +49315,8 @@ self: { libraryHaskellDepends = [ base ]; description = "Combinator parsing with Data.ByteString.Lazy"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "bytestringreadp" = callPackage @@ -47193,6 +49328,8 @@ self: { libraryHaskellDepends = [ base bytestring ]; description = "A ReadP style parser library for ByteString"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "byteunits" = callPackage @@ -47293,6 +49430,8 @@ self: { libraryHaskellDepends = [ base language-c ]; description = "A higher level DSL on top of language-c"; license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "c-enum" = callPackage @@ -47316,6 +49455,8 @@ self: { libraryHaskellDepends = [ base ]; description = "C IO"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "c-mosquitto" = callPackage @@ -47336,6 +49477,8 @@ self: { testHaskellDepends = [ base ]; description = "Simpe mosquito MQTT binding able to work with the Amazons IoT"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {inherit (pkgs) mosquitto;}; "c-storable" = callPackage @@ -47384,7 +49527,6 @@ self: { executableHaskellDepends = [ base c0parser ]; description = "Simple C0 Syntax Check"; license = "GPL"; - hydraPlatforms = lib.platforms.none; }) {}; "c0parser" = callPackage @@ -47407,6 +49549,8 @@ self: { libraryHaskellDepends = [ base network unix ]; description = "C10k server library using prefork"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "c14n" = callPackage @@ -47456,6 +49600,8 @@ self: { ]; description = "Translate C code into ATS"; license = lib.licenses.gpl3Only; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "c2hs" = callPackage @@ -47580,6 +49726,8 @@ self: { ]; description = "A maintenance command of Haskell cabal packages"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "cabal" = callPackage @@ -47636,6 +49784,8 @@ self: { ]; description = "Check how up-to-date your .cabal dependencies are."; license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "cabal-auto-expose" = callPackage @@ -47647,6 +49797,8 @@ self: { libraryHaskellDepends = [ base Cabal directory extra filepath ]; description = "Build time library that autodetects exposed modules"; license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "cabal-bounds" = callPackage @@ -47699,6 +49851,8 @@ self: { ]; description = "Bundling C/C++ projects in Cabal package made easy"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "cabal-cache" = callPackage @@ -47794,6 +49948,8 @@ self: { executableHaskellDepends = [ base Cabal optparse-applicative ]; description = "Repeatable builds for cabalized Haskell projects"; license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "cabal-db" = callPackage @@ -47815,6 +49971,8 @@ self: { ]; description = "query tools for the local cabal database"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "cabal-debian" = callPackage @@ -47839,6 +49997,7 @@ self: { executableHaskellDepends = [ base Cabal debian lens mtl pretty ]; description = "Create a Debianization for a Cabal package"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; }) {}; "cabal-dependency-licenses" = callPackage @@ -47854,6 +50013,8 @@ self: { ]; description = "Compose a list of a project's transitive dependencies with their licenses"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "cabal-dev" = callPackage @@ -47876,6 +50037,8 @@ self: { executableToolDepends = [ cabal-install ]; description = "Manage sandboxed Haskell build environments"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "cabal-dir" = callPackage @@ -47889,6 +50052,8 @@ self: { executableHaskellDepends = [ base Cabal directory filepath ]; description = "show dist dir of 'cabal copy/install'"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "cabal-doctest" = callPackage @@ -47921,6 +50086,8 @@ self: { ]; description = "Cabal utility"; license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "cabal-file" = callPackage @@ -47959,6 +50126,8 @@ self: { testHaskellDepends = [ base Cabal ]; description = "Template Haskell expressions for reading fields from a project's cabal file"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "cabal-flatpak" = callPackage @@ -48022,6 +50191,8 @@ self: { libraryHaskellDepends = [ base Cabal ghc transformers ]; description = "Conveniently configure GHC's dynamic flags for use with Cabal projects"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "cabal-ghci" = callPackage @@ -48038,6 +50209,8 @@ self: { ]; description = "Set up ghci with options taken from a .cabal file"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "cabal-graphdeps" = callPackage @@ -48055,6 +50228,8 @@ self: { ]; description = "Generate graphs of install-time Cabal dependencies"; license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "cabal-helper" = callPackage @@ -48085,6 +50260,8 @@ self: { doCheck = false; description = "Give Haskell development tools access to Cabal project environment"; license = lib.licenses.asl20; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "cabal-info" = callPackage @@ -48105,6 +50282,8 @@ self: { ]; description = "Read information from cabal files"; license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "cabal-install" = callPackage @@ -48157,6 +50336,8 @@ self: { executableSystemDepends = [ zlib ]; description = "The (bundled) command-line interface for Cabal and Hackage"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {inherit (pkgs) zlib;}; "cabal-install-ghc72" = callPackage @@ -48176,6 +50357,8 @@ self: { ]; description = "Temporary version of cabal-install for ghc-7.2"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "cabal-install-ghc74" = callPackage @@ -48195,6 +50378,8 @@ self: { ]; description = "Temporary version of cabal-install for ghc-7.4"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "cabal-install-parsers" = callPackage @@ -48239,6 +50424,8 @@ self: { ]; description = "Lenses and traversals for the Cabal library"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "cabal-macosx" = callPackage @@ -48286,6 +50473,8 @@ self: { ]; description = "build multiple packages at once"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "cabal-mon" = callPackage @@ -48303,6 +50492,8 @@ self: { ]; description = "A monitor for cabal builds"; license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "cabal-nirvana" = callPackage @@ -48320,6 +50511,8 @@ self: { ]; description = "Avoid Cabal dependency hell by constraining to known good versions. (deprecated)"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "cabal-pkg-config-version-hook" = callPackage @@ -48373,6 +50566,8 @@ self: { executableHaskellDepends = [ base Cabal directory filepath ]; description = "Show dependencies of program being built in current directory"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "cabal-query" = callPackage @@ -48437,6 +50632,8 @@ self: { executableHaskellDepends = [ base Cabal ]; description = "The user interface for building and installing Cabal packages"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "cabal-sign" = callPackage @@ -48473,6 +50670,8 @@ self: { ]; description = "Topologically sort cabal packages"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "cabal-src" = callPackage @@ -48494,6 +50693,8 @@ self: { ]; description = "Alternative install procedure to avoid the diamond dependency issue"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "cabal-test" = callPackage @@ -48551,6 +50752,8 @@ self: { libraryHaskellDepends = [ base Cabal QuickCheck ]; description = "QuickCheck for Cabal"; license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "cabal-toolkit" = callPackage @@ -48566,6 +50769,8 @@ self: { ]; description = "Helper functions for writing custom Setup.hs scripts."; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "cabal-uninstall" = callPackage @@ -48592,6 +50797,8 @@ self: { executableHaskellDepends = [ base filepath HTTP network ]; description = "Command-line tool for uploading packages to Hackage"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "cabal2arch" = callPackage @@ -48627,6 +50834,8 @@ self: { ]; description = "Cabal to Description-of-a-Project (DOAP)"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "cabal2ebuild" = callPackage @@ -48641,6 +50850,8 @@ self: { executableHaskellDepends = [ base curl directory ]; description = "make gentoo's .ebuild file from .cabal file"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "cabal2ghci" = callPackage @@ -48659,6 +50870,8 @@ self: { ]; description = "A tool to generate .ghci file from .cabal"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "cabal2nix" = callPackage @@ -48759,6 +50972,8 @@ self: { ]; description = "A simple tool to query cabal files"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "cabalg" = callPackage @@ -48793,6 +51008,8 @@ self: { ]; description = "Generate pretty graphs of module trees from cabal files"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "cabalish" = callPackage @@ -48811,6 +51028,8 @@ self: { ]; description = "Provides access to the cabal file data for shell scripts"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "cabalmdvrpm" = callPackage @@ -48854,6 +51073,8 @@ self: { executableHaskellDepends = [ base Cabal ]; description = "Verify installed package version against user-specified constraints"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "cabin" = callPackage @@ -48872,6 +51093,8 @@ self: { ]; description = "Cabal binary sandboxes"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "cabocha" = callPackage @@ -48884,6 +51107,7 @@ self: { librarySystemDepends = [ cabocha ]; testHaskellDepends = [ base text-format ]; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; }) {cabocha = null;}; "cache" = callPackage @@ -48918,6 +51142,8 @@ self: { ]; description = "cached hashmaps"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "cached" = callPackage @@ -48935,6 +51161,8 @@ self: { ]; description = "Cache values to disk"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "cached-io" = callPackage @@ -48998,6 +51226,8 @@ self: { ]; description = "Cache combinators"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "caching-vault" = callPackage @@ -49117,6 +51347,8 @@ self: { ]; description = "A library implementing the Noise protocol"; license = lib.licenses.publicDomain; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "caerbannog" = callPackage @@ -49155,6 +51387,8 @@ self: { libraryHaskellDepends = [ base ]; description = "Prelude subsets—take only what you want!"; license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "caffegraph" = callPackage @@ -49173,6 +51407,8 @@ self: { protocol-buffers-descriptor template-haskell temporary text ]; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "cairo" = callPackage @@ -49238,6 +51474,8 @@ self: { libraryToolDepends = [ c2hs ]; description = "Cairo Haskell binding (partial)"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {inherit (pkgs) cairo;}; "cake" = callPackage @@ -49290,6 +51528,7 @@ self: { ]; description = "Third cake the Makefile EDSL"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; }) {}; "cakyrespa" = callPackage @@ -49322,6 +51561,8 @@ self: { executableHaskellDepends = [ base ]; description = "Calendar Layout Algorithm"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "cal3d" = callPackage @@ -49334,6 +51575,8 @@ self: { librarySystemDepends = [ cal3d ]; description = "Haskell binding to the Cal3D animation library"; license = "LGPL"; + hydraPlatforms = lib.platforms.none; + broken = true; }) {cal3d = null;}; "cal3d-examples" = callPackage @@ -49392,6 +51635,8 @@ self: { ]; description = "A library for writing discord bots in haskell"; license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "calamity-commands" = callPackage @@ -49482,6 +51727,8 @@ self: { ]; description = "a logic programming language based on the calculus of constructions"; license = lib.licenses.gpl3Only; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "calendar-recycling" = callPackage @@ -49512,6 +51759,8 @@ self: { ]; description = "Commandline tool to get week of the year"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "call" = callPackage @@ -49559,6 +51808,8 @@ self: { ]; description = "A simple library to call Alloy given a specification"; license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "call-haskell-from-anything" = callPackage @@ -49577,6 +51828,8 @@ self: { executableHaskellDepends = [ base bytestring data-msgpack mtl ]; description = "Call Haskell functions from other languages via serialization and dynamic libraries"; license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "call-stack" = callPackage @@ -49718,6 +51971,8 @@ self: { libraryHaskellDepends = [ arithmoi array base containers random ]; description = "Arithmetic for Psychedelically Large Numbers"; license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "canonical-filepath" = callPackage @@ -49729,6 +51984,8 @@ self: { libraryHaskellDepends = [ base deepseq directory filepath ]; description = "Abstract data type for canonical file paths"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "canonical-json" = callPackage @@ -49752,6 +52009,8 @@ self: { benchmarkHaskellDepends = [ base bytestring containers criterion ]; description = "Canonical JSON for signing and hashing JSON values"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "canteven-config" = callPackage @@ -49794,6 +52053,8 @@ self: { libraryHaskellDepends = [ aeson base ]; description = "data types to describe HTTP services"; license = lib.licenses.asl20; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "canteven-log" = callPackage @@ -49811,6 +52072,8 @@ self: { ]; description = "A canteven way of setting up logging for your program"; license = lib.licenses.asl20; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "canteven-parsedate" = callPackage @@ -49826,6 +52089,8 @@ self: { ]; description = "Date / time parsing utilities that try to guess the date / time format"; license = lib.licenses.asl20; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "canteven-template" = callPackage @@ -49864,6 +52129,8 @@ self: { ]; description = "Application for analysis of java source code"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "cantor-pairing" = callPackage @@ -49881,6 +52148,8 @@ self: { testToolDepends = [ hspec-discover ]; description = "Convert data to and from a natural number representation"; license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "cao" = callPackage @@ -50031,6 +52300,7 @@ self: { ]; description = "Cap'n Proto for Haskell"; license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; }) {}; "capped-list" = callPackage @@ -50042,6 +52312,8 @@ self: { libraryHaskellDepends = [ base ]; description = "A list-like type for lazy sequences, with a user-defined termination value"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "capri" = callPackage @@ -50057,6 +52329,8 @@ self: { ]; description = "A simple wrapper over cabal-install to operate in project-private mode"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "caps" = callPackage @@ -50073,6 +52347,8 @@ self: { testHaskellDepends = [ base mtl tasty tasty-hunit ]; description = "Monadic capabilities with late binding"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "captcha-2captcha" = callPackage @@ -50140,6 +52416,8 @@ self: { ]; description = "A package for integrating a variety of captcha solving services"; license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "car-pool" = callPackage @@ -50187,6 +52465,8 @@ self: { ]; description = "High-level OpenGL bindings"; license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "carbonara" = callPackage @@ -50201,6 +52481,8 @@ self: { ]; description = "some spaghetti code"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "carboncopy" = callPackage @@ -50296,6 +52578,8 @@ self: { ]; description = "A presentation tool written with Haskell"; license = lib.licenses.gpl3Only; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "carray" = callPackage @@ -50333,6 +52617,8 @@ self: { ]; description = "Carte: A commandline pastebin server"; license = lib.licenses.gpl3Only; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "cartel" = callPackage @@ -50381,6 +52667,8 @@ self: { ]; description = "A hashing class for content-addressed storage"; license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "cas-hashable-s3" = callPackage @@ -50397,6 +52685,7 @@ self: { ]; description = "ContentHashable instances for S3 objects"; license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; }) {}; "cas-store" = callPackage @@ -50421,6 +52710,7 @@ self: { ]; description = "A content-addressed storage"; license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; }) {}; "casa-abbreviations-and-acronyms" = callPackage @@ -50552,6 +52842,8 @@ self: { librarySystemDepends = [ casadi ]; description = "low level bindings to CasADi"; license = lib.licenses.lgpl3Only; + hydraPlatforms = lib.platforms.none; + broken = true; }) {casadi = null;}; "casadi-bindings-ipopt-interface" = callPackage @@ -50602,6 +52894,8 @@ self: { ]; description = "DSL for HTML CSS (Cascading Style Sheets)"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "case-conversion" = callPackage @@ -50678,6 +52972,8 @@ self: { libraryHaskellDepends = [ base template-haskell ]; description = "Combinators for casing on constructors"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "cases" = callPackage @@ -50693,6 +52989,8 @@ self: { benchmarkHaskellDepends = [ gauge mwc-random rerebase ]; description = "A converter for spinal, snake and camel cases"; license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "cash" = callPackage @@ -50738,6 +53036,8 @@ self: { ]; description = "CASR 61.345 Pilot Personal Logbook"; license = "unknown"; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "casr-logbook-html" = callPackage @@ -50896,6 +53196,8 @@ self: { ]; description = "CASR 61.345 Pilot Personal Logbook"; license = "unknown"; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "cassandra-cql" = callPackage @@ -50974,6 +53276,8 @@ self: { benchmarkHaskellDepends = [ base criterion ]; description = "Conduit interface for cassava package"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "cassava-embed" = callPackage @@ -51048,6 +53352,8 @@ self: { ]; description = "Auto-generation of records data type"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "cassava-streams" = callPackage @@ -51080,6 +53386,8 @@ self: { libraryHaskellDepends = [ base ]; description = "A combinator library for simultaneously defining parsers and pretty printers"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "cassy" = callPackage @@ -51179,6 +53487,8 @@ self: { ]; description = "A tool to manage shared cabal-install sandboxes"; license = lib.licenses.asl20; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "casui" = callPackage @@ -51217,6 +53527,8 @@ self: { testHaskellDepends = [ base hspec QuickCheck ]; description = "Exposes a Template Haskell function for generating catamorphisms"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "catch-fd" = callPackage @@ -51228,6 +53540,8 @@ self: { libraryHaskellDepends = [ base mtl transformers ]; description = "MonadThrow and MonadCatch, using functional dependencies"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "categorical-algebra" = callPackage @@ -51314,6 +53628,8 @@ self: { libraryHaskellDepends = [ base categories ]; description = "Traced monoidal categories"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "catnplus" = callPackage @@ -51333,6 +53649,8 @@ self: { ]; description = "Simple tool to display text files with line numbers and paging"; license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "cautious" = callPackage @@ -51362,6 +53680,8 @@ self: { ]; description = "Ways to write a file cautiously, to reduce the chances of problems such as data loss due to crashes or power failures"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "cautious-gen" = callPackage @@ -51378,6 +53698,7 @@ self: { hspec QuickCheck ]; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; }) {}; "cayene-lpp" = callPackage @@ -51394,6 +53715,8 @@ self: { testHaskellDepends = [ base base16-bytestring hspec ]; description = "Cayenne Low Power Payload"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "cayenne-lpp" = callPackage @@ -51431,6 +53754,8 @@ self: { testHaskellDepends = [ aeson base hspec unordered-containers ]; description = "A Haskell client for the Cayley graph database"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "cayley-client_0_4_18" = callPackage @@ -51451,6 +53776,7 @@ self: { description = "A Haskell client for the Cayley graph database"; license = lib.licenses.bsd3; hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "cayley-dickson" = callPackage @@ -51485,6 +53811,8 @@ self: { ]; description = "Tool to maintain a database of CABAL packages and their dependencies"; license = "unknown"; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "cbor-tool" = callPackage @@ -51564,6 +53892,8 @@ self: { libraryHaskellDepends = [ base template-haskell ]; description = "typesafe c-style casts; useful for FFI"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "cci" = callPackage @@ -51586,6 +53916,8 @@ self: { ]; description = "Bindings for the CCI networking library"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {cci = null;}; "ccnx" = callPackage @@ -51597,6 +53929,8 @@ self: { libraryHaskellDepends = [ base bytestring ]; description = "A Haskell implementation of the CCNx network protocol"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "cctools-workqueue" = callPackage @@ -51673,6 +54007,8 @@ self: { ]; description = "Convenient Chinese phrase & character lookup"; license = "GPL"; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "cef" = callPackage @@ -51687,6 +54023,8 @@ self: { testHaskellDepends = [ base directory doctest filepath ]; description = "CEF log format"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "cef3-raw" = callPackage @@ -51700,6 +54038,8 @@ self: { libraryPkgconfigDepends = [ gtk2 ]; description = "Raw CEF3 bindings"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {cef = null; inherit (pkgs) gtk2;}; "cef3-simple" = callPackage @@ -51749,6 +54089,8 @@ self: { libraryToolDepends = [ c2hs ]; description = "Cairo-based CellRenderer"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {inherit (pkgs) gtk2;}; "celtchar" = callPackage @@ -51801,6 +54143,7 @@ self: { testHaskellDepends = [ base ]; description = "Protect and control API access with cerberus"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; }) {}; "cereal" = callPackage @@ -51862,6 +54205,8 @@ self: { libraryHaskellDepends = [ base cereal ghc-prim ]; description = "Automatic deriving of Serialize using GHC.Generics"; license = lib.licenses.gpl3Only; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "cereal-enumerator" = callPackage @@ -51885,6 +54230,8 @@ self: { libraryHaskellDepends = [ array base cereal ]; description = "Floating point support for the 'cereal' serialization library"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "cereal-io-streams" = callPackage @@ -51931,6 +54278,8 @@ self: { ]; description = "An extended serialization library on top of \"cereal\""; license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "cereal-streams" = callPackage @@ -52052,6 +54401,8 @@ self: { ]; description = "Exact real arithmetic using continued fractions"; license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "cfenv" = callPackage @@ -52068,6 +54419,8 @@ self: { ]; description = "A library getting the environment when running on Cloud Foundry"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "cfipu" = callPackage @@ -52125,6 +54478,8 @@ self: { ]; description = "Haskell implementation of aws/cfn-flip"; license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "cfopu" = callPackage @@ -52163,6 +54518,8 @@ self: { ]; description = "Parser for categorial grammars"; license = lib.licenses.gpl3Only; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "cgen" = callPackage @@ -52182,6 +54539,8 @@ self: { doHaddock = false; description = "generates Haskell bindings and C wrappers for C++ libraries"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "cgi" = callPackage @@ -52224,6 +54583,8 @@ self: { libraryHaskellDepends = [ base cgi containers mtl random ]; description = "Simple modular utilities for CGI/FastCGI (sessions, etc.)"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "cgrep" = callPackage @@ -52249,7 +54610,6 @@ self: { ]; description = "Command line tool"; license = lib.licenses.gpl2Only; - hydraPlatforms = lib.platforms.none; }) {}; "cgroup-rts-threads" = callPackage @@ -52266,6 +54626,8 @@ self: { ]; description = "A container-/cgroup-aware substitute for the GHC RTS `-N` flag"; license = lib.licenses.mpl20; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "chain-codes" = callPackage @@ -52374,6 +54736,8 @@ self: { ]; description = "Combinators for building and processing 2D images"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "chalkboard-viewer" = callPackage @@ -52398,6 +54762,8 @@ self: { libraryHaskellDepends = [ array base process random ]; description = "Hardware description EDSL"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "chan" = callPackage @@ -52508,6 +54874,8 @@ self: { ]; description = "Exposes subspecies types of Char. And naming cases."; license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "charade" = callPackage @@ -52592,6 +54960,7 @@ self: { ]; description = "Command-line utility to draw charts from input data easily"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; }) {}; "chart-histogram" = callPackage @@ -52603,6 +54972,8 @@ self: { libraryHaskellDepends = [ base Chart ]; description = "Easily render histograms with Chart"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "chart-svg" = callPackage @@ -52623,7 +54994,6 @@ self: { ]; description = "Charting library targetting SVGs"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; }) {}; "chart-svg-various" = callPackage @@ -52647,7 +55017,6 @@ self: { testHaskellDepends = [ base doctest numhask ]; description = "See readme.md"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; }) {}; "chart-unit" = callPackage @@ -52700,6 +55069,8 @@ self: { process scientific text wai warp ]; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "chaselev-deque" = callPackage @@ -52722,6 +55093,8 @@ self: { ]; description = "Chase & Lev work-stealing lock-free double-ended queues (deques)"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "chassis" = callPackage @@ -52804,6 +55177,8 @@ self: { libraryHaskellDepends = [ base chatty transformers ]; description = "Provides some classes and types for dealing with text, using the fundaments of Chatty"; license = lib.licenses.agpl3Only; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "chatty-utils" = callPackage @@ -52843,6 +55218,8 @@ self: { ]; description = "The ChatWork API in Haskell"; license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "cheapskate" = callPackage @@ -52977,6 +55354,8 @@ self: { libraryHaskellDepends = [ base ]; description = "Bounds-checking integer types"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "checkers" = callPackage @@ -53020,6 +55399,8 @@ self: { ]; description = "Generate checklists relevant to a given patch"; license = lib.licenses.agpl3Only; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "checksum" = callPackage @@ -53206,6 +55587,8 @@ self: { ]; description = "tmux api"; license = "BSD-2-Clause-Patent"; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "chimera" = callPackage @@ -53287,6 +55670,8 @@ self: { libraryHaskellDepends = [ base MonadRandom ]; description = "Choose random elements from a stream"; license = lib.licenses.asl20; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "choose-exe" = callPackage @@ -53321,6 +55706,8 @@ self: { ]; description = "A module containing basic functions that the prelude does not offer"; license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "chorale-geo" = callPackage @@ -53354,6 +55741,8 @@ self: { ]; description = "An implementation of concurrency ideas from Communicating Sequential Processes"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "chp-mtl" = callPackage @@ -53398,6 +55787,8 @@ self: { ]; description = "A mirror implementation of chp that generates a specification of the program"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "chp-transformers" = callPackage @@ -53445,6 +55836,8 @@ self: { ]; description = "Datatypes required for chr library"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "chr-lang" = callPackage @@ -53478,6 +55871,8 @@ self: { libraryHaskellDepends = [ base containers uulib ]; description = "Parsing for chr library"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "chr-pretty" = callPackage @@ -53540,6 +55935,7 @@ self: { ]; description = "measure timings of data evaluation"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; }) {}; "chronologique" = callPackage @@ -53713,6 +56109,8 @@ self: { testHaskellDepends = [ base binary bytestring HUnit text ]; description = "Human-readable storage of text/binary objects"; license = lib.licenses.lgpl3Only; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "church" = callPackage @@ -53724,6 +56122,8 @@ self: { libraryHaskellDepends = [ base ]; description = "Automatically convert Generic instances to and from church representations"; license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "church-list" = callPackage @@ -53747,6 +56147,8 @@ self: { libraryHaskellDepends = [ base deepseq semigroupoids semigroups ]; description = "Church encoded Maybe"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "church-pair" = callPackage @@ -53760,6 +56162,8 @@ self: { ]; description = "Church encoded pair"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "churros" = callPackage @@ -53778,6 +56182,8 @@ self: { ]; description = "Channel/Arrow based streaming computation library"; license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "cielo" = callPackage @@ -53800,6 +56206,8 @@ self: { ]; description = "Cielo API v3 Bindings for Haskell"; license = lib.licenses.agpl3Only; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "cil" = callPackage @@ -53811,6 +56219,8 @@ self: { libraryHaskellDepends = [ base bytestring language-c ]; description = "An interface to CIL"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "cimple" = callPackage @@ -53850,6 +56260,8 @@ self: { librarySystemDepends = [ cinvoke ]; description = "A binding to cinvoke"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {cinvoke = null;}; "cio" = callPackage @@ -53861,6 +56273,8 @@ self: { libraryHaskellDepends = [ base monad-stm mtl parallel-io stm ]; description = "A monad for concurrent IO on a thread pool"; license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "cipher-aes" = callPackage @@ -53932,6 +56346,8 @@ self: { ]; description = "Blowfish cipher"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "cipher-camellia" = callPackage @@ -54074,6 +56490,8 @@ self: { ]; description = "The CircleCI REST API for Haskell"; license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "circuit-breaker" = callPackage @@ -54243,6 +56661,8 @@ self: { ]; description = "A Citation Style Language implementation in Haskell"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "citeproc-hs-pandoc-filter" = callPackage @@ -54302,6 +56722,8 @@ self: { ]; description = "A new Haskeleton package"; license = lib.licenses.isc; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "cjk" = callPackage @@ -54319,6 +56741,8 @@ self: { testHaskellDepends = [ base ]; description = "Data about Chinese, Japanese and Korean characters and languages"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "cl3" = callPackage @@ -54473,6 +56897,8 @@ self: { testHaskellDepends = [ aeson base bytestring ]; description = "JSON Compilation Database Format encoding and decoding"; license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "clang-pure" = callPackage @@ -54495,6 +56921,8 @@ self: { testHaskellDepends = [ base bytestring lens ]; description = "Pure C++ code analysis with libclang"; license = lib.licenses.asl20; + hydraPlatforms = lib.platforms.none; + broken = true; }) {inherit (self.llvmPackages) clang;}; "clanki" = callPackage @@ -54510,6 +56938,8 @@ self: { ]; description = "Command-line spaced-repetition software"; license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "clarifai" = callPackage @@ -54527,6 +56957,8 @@ self: { ]; description = "API Client for the Clarifai API"; license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "clash" = callPackage @@ -54699,6 +57131,7 @@ self: { ]; description = "Clash: a functional hardware description language - Prelude library"; license = lib.licenses.bsd2; + hydraPlatforms = lib.platforms.none; }) {}; "clash-prelude-hedgehog" = callPackage @@ -54884,6 +57317,8 @@ self: { ]; description = "Super simple InfluxDB package in Classy-MTL style"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "classy-miso" = callPackage @@ -54920,6 +57355,8 @@ self: { ]; description = "Fork of the monad-parallel package using monad-control"; license = lib.licenses.gpl3Only; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "classy-prelude" = callPackage @@ -54997,6 +57434,8 @@ self: { benchmarkHaskellDepends = [ base criterion parallel uniplate ]; description = "Fuseable type-class based generics"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "clay_0_13_3" = callPackage @@ -55313,6 +57752,8 @@ self: { libraryHaskellDepends = [ base bytestring hashable text ]; description = "Haskell bindings to Google's Compact Language Detector 2"; license = lib.licenses.asl20; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "clean-home" = callPackage @@ -55341,6 +57782,8 @@ self: { libraryHaskellDepends = [ base ]; description = "Open unions without need for Typeable"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "cleff" = callPackage @@ -55459,6 +57902,8 @@ self: { executableHaskellDepends = [ parsec ]; description = "A CSS preprocessor"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "clexer" = callPackage @@ -55470,6 +57915,8 @@ self: { libraryHaskellDepends = [ base containers mtl parsec ]; description = "Lexes C++ code into simple tokens"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "cli" = callPackage @@ -55524,6 +57971,8 @@ self: { testHaskellDepends = [ base doctest filemanip hspec QuickCheck ]; description = "Simple project template from stack"; license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "cli-extras" = callPackage @@ -55543,6 +57992,8 @@ self: { ]; description = "Miscellaneous utilities for building and working with command line interfaces"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "cli-git" = callPackage @@ -55559,6 +58010,7 @@ self: { ]; description = "Bindings to the git command-line interface"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; }) {}; "cli-nix" = callPackage @@ -55575,6 +58027,7 @@ self: { ]; description = "Bindings to the nix command-line interface"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; }) {}; "cli-setup" = callPackage @@ -55641,6 +58094,7 @@ self: { ]; description = "A Haskell library as database client for Clickhouse"; license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; }) {}; "clientsession" = callPackage @@ -55683,6 +58137,8 @@ self: { benchmarkHaskellDepends = [ base time ]; description = "A Clifford algebra number type for Haskell"; license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "clifford" = callPackage @@ -55735,6 +58191,8 @@ self: { ]; description = "Command Line Interface File Manager"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "climb" = callPackage @@ -55776,6 +58234,8 @@ self: { librarySystemDepends = [ clingo ]; description = "Haskell bindings to the Clingo ASP solver"; license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; + broken = true; }) {inherit (pkgs) clingo;}; "clippard" = callPackage @@ -55787,6 +58247,8 @@ self: { libraryHaskellDepends = [ base process ]; description = "A simple Haskell library for copying text to the clipboard in a cross-platform way"; license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "clipper" = callPackage @@ -55798,6 +58260,8 @@ self: { libraryHaskellDepends = [ base ]; description = "Haskell API to clipper (2d polygon union/intersection/xor/clipping API)"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "clippings" = callPackage @@ -55836,6 +58300,8 @@ self: { testHaskellDepends = [ base ]; description = "Tiny library to pretty print sparklines onto the CLI"; license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "clist" = callPackage @@ -55869,6 +58335,8 @@ self: { executableHaskellDepends = [ base ]; description = "Post tweets from stdin"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "cloben" = callPackage @@ -55911,6 +58379,8 @@ self: { testHaskellDepends = [ base hspec ]; description = "A couple functions that probably should be in the 'clock' package"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "clocked" = callPackage @@ -55944,6 +58414,8 @@ self: { ]; description = "Parse IRC logs such as the #haskell logs on tunes.org"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "clone-all" = callPackage @@ -55963,6 +58435,8 @@ self: { ]; description = "Clone all github repositories from a given user"; license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "closed" = callPackage @@ -56021,6 +58495,8 @@ self: { libraryHaskellDepends = [ base hashable unordered-containers ]; description = "Depth- and breadth-first set closures"; license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "cloud-haskell" = callPackage @@ -56090,6 +58566,8 @@ self: { ]; description = "CloudFront URL signer"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "cloudi" = callPackage @@ -56190,6 +58668,8 @@ self: { ]; description = "Quasiquoters for inline C# and F#"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "clr-marshal" = callPackage @@ -56281,6 +58761,8 @@ self: { libraryHaskellDepends = [ base template-haskell ]; description = "simple alternative to type classes"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "clustering" = callPackage @@ -56306,6 +58788,7 @@ self: { ]; description = "High performance clustering algorithms"; license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; }) {}; "clustertools" = callPackage @@ -56427,6 +58910,8 @@ self: { ]; description = "Code highlighting for cmark"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "cmark-lucid" = callPackage @@ -56451,6 +58936,8 @@ self: { libraryHaskellDepends = [ base cmark ]; description = "Pattern synonyms for cmark"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "cmark-sections" = callPackage @@ -56469,6 +58956,8 @@ self: { ]; description = "Represent cmark-parsed Markdown as a tree of sections"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "cmath" = callPackage @@ -56480,6 +58969,8 @@ self: { libraryHaskellDepends = [ base ]; description = "A binding to the standard C math library"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "cmathml3" = callPackage @@ -56516,6 +59007,8 @@ self: { ]; description = "Library to compose and reuse command line fragments"; license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "cmdargs" = callPackage @@ -56568,6 +59061,8 @@ self: { libraryHaskellDepends = [ base mtl split syb transformers ]; description = "a library for command line parsing & online help"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "cmdtheline" = callPackage @@ -56589,6 +59084,8 @@ self: { ]; description = "Declarative command-line option parsing and documentation library"; license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "cmf" = callPackage @@ -56601,6 +59098,8 @@ self: { testHaskellDepends = [ base containers hedgehog ]; description = "(C)oncurrent (M)onoidal (F)olds"; license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "cml" = callPackage @@ -56623,6 +59122,8 @@ self: { libraryHaskellDepends = [ array base ]; description = "A library for C-like programming"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "cmph" = callPackage @@ -56641,6 +59142,8 @@ self: { testSystemDepends = [ cmph ]; description = "low level interface to CMPH"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {cmph = null;}; "cmptype" = callPackage @@ -56682,6 +59185,8 @@ self: { testToolDepends = [ tasty-discover ]; description = "Write consistent git commit messages"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "cmu" = callPackage @@ -56817,6 +59322,8 @@ self: { libraryHaskellDepends = [ base co-log-core stm ]; description = "Asynchronous backend for co-log library"; license = lib.licenses.mpl20; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "co-log-core" = callPackage @@ -56844,6 +59351,8 @@ self: { ]; description = "Structured messages support in co-log ecosystem"; license = lib.licenses.mpl20; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "co-log-polysemy" = callPackage @@ -56881,7 +59390,6 @@ self: { ]; description = "A Polysemy logging effect for high quality (unstructured) logs"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; }) {}; "co-log-sys" = callPackage @@ -56902,6 +59410,8 @@ self: { ]; description = "Syslog implementation on top of 'co-log-core'"; license = lib.licenses.mpl20; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "coalpit" = callPackage @@ -56920,6 +59430,8 @@ self: { ]; description = "Command-line options and DSV parsing and printing"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "cobot" = callPackage @@ -56971,6 +59483,7 @@ self: { ]; description = "Biological data file formats and IO"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; }) {}; "cobot-tools" = callPackage @@ -56994,6 +59507,8 @@ self: { ]; description = "Biological data file formats and IO"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {RNA = null;}; "code-builder" = callPackage @@ -57005,6 +59520,8 @@ self: { libraryHaskellDepends = [ base containers ]; description = "Simple system for generating code"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "code-conjure" = callPackage @@ -57021,7 +59538,6 @@ self: { testHaskellDepends = [ base express leancheck speculate ]; description = "synthesize Haskell functions out of partial definitions"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; }) {}; "code-page" = callPackage @@ -57071,6 +59587,8 @@ self: { testHaskellDepends = [ base bytestring filepath process text ]; description = "Erlang VM byte code assembler"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "codec-libevent" = callPackage @@ -57093,6 +59611,8 @@ self: { ]; description = "Cross-platform structure serialisation"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "codec-mbox" = callPackage @@ -57151,6 +59671,8 @@ self: { testHaskellDepends = [ base HUnit ]; description = "Codecov.io support for Haskell."; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "codeforces-cli" = callPackage @@ -57179,6 +59701,8 @@ self: { ]; description = "Command line interface to interact with Codeforces"; license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "codemonitor" = callPackage @@ -57211,6 +59735,8 @@ self: { libraryHaskellDepends = [ base curl mtl network tagsoup ]; description = "Submit and retrieve paste output from CodePad.org."; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "codeworld-api" = callPackage @@ -57240,6 +59766,8 @@ self: { ]; description = "Graphics library for CodeWorld"; license = lib.licenses.asl20; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "codex" = callPackage @@ -57265,6 +59793,8 @@ self: { ]; description = "A ctags file generator for cabal project dependencies"; license = lib.licenses.asl20; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "codo-notation" = callPackage @@ -57280,6 +59810,8 @@ self: { ]; description = "A notation for comonads, analogous to the do-notation for monads"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "coerce-role" = callPackage @@ -57379,6 +59911,7 @@ self: { ]; description = "Generate clang-format config based on some existing code base"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; }) {}; "cofunctor" = callPackage @@ -57440,6 +59973,8 @@ self: { ]; description = "Simple account manager"; license = "GPL"; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "coinbase-exchange" = callPackage @@ -57522,6 +60057,8 @@ self: { ]; description = "Client for Coinbase Pro"; license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "coincident-root-loci" = callPackage @@ -57541,6 +60078,7 @@ self: { ]; description = "Equivariant CSM classes of coincident root loci"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; }) {}; "cointracking-imports" = callPackage @@ -57603,6 +60141,7 @@ self: { ]; description = "Rudimentary JSON-RPC 2.0 client over raw TCP."; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; }) {}; "cold-widow" = callPackage @@ -57635,6 +60174,8 @@ self: { ]; description = "Generate animated 3d objects in COLLADA"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "collada-types" = callPackage @@ -57682,6 +60223,8 @@ self: { executableHaskellDepends = [ base ]; description = "utility for collapsing adjacent writes"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "collate" = callPackage @@ -57750,6 +60293,8 @@ self: { ]; description = "Useful standard collections types and related functions"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "collections-api" = callPackage @@ -57763,6 +60308,8 @@ self: { libraryHaskellDepends = [ array base QuickCheck ]; description = "API for collection data structures"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "collections-base-instances" = callPackage @@ -57811,6 +60358,8 @@ self: { ]; description = "Generic types and functions for columnar encoding and decoding"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "color-counter" = callPackage @@ -57884,6 +60433,8 @@ self: { ]; description = "Colorless | The Programmatic IDL"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "colorless-http-client" = callPackage @@ -57928,6 +60479,8 @@ self: { libraryHaskellDepends = [ base lens linear profunctors ]; description = "A type for colors"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "colour" = callPackage @@ -57956,6 +60509,7 @@ self: { libraryHaskellDepends = [ accelerate base ]; description = "Working with colours in Accelerate"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; }) {}; "colour-space" = callPackage @@ -58006,6 +60560,8 @@ self: { ]; description = "A jazzy, minimal web framework for Haskell, inspired by Sinatra"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "columbia" = callPackage @@ -58044,6 +60600,7 @@ self: { ]; description = "A CSV toolkit based on cassava and enum-text"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; }) {}; "com" = callPackage @@ -58055,6 +60612,8 @@ self: { doHaddock = false; description = "Haskell COM support library"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "comark" = callPackage @@ -58133,6 +60692,8 @@ self: { libraryHaskellDepends = [ base containers deepseq ]; description = "Definitions of AST that represents a Commonmark (markdown) document"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "combinat" = callPackage @@ -58173,6 +60734,8 @@ self: { ]; description = "Generate and manipulate various combinatorial objects"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "combinat-diagrams" = callPackage @@ -58189,6 +60752,8 @@ self: { ]; description = "Graphical representations for various combinatorial objects"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "combinator-interactive" = callPackage @@ -58210,6 +60775,8 @@ self: { ]; description = "SKI Combinator interpreter"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "combinatorial" = callPackage @@ -58243,6 +60810,8 @@ self: { ]; description = "A number of data structures to represent and allow the manipulation of standard combinatorial problems, used as test problems in computer science"; license = "GPL"; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "combinatorics" = callPackage @@ -58269,6 +60838,8 @@ self: { ]; description = "Various buffer implementations"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "comfort-array" = callPackage @@ -58422,6 +60993,8 @@ self: { testHaskellDepends = [ base ]; description = "pattern matching against string based commands"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "commander-cli" = callPackage @@ -58478,6 +61051,7 @@ self: { ]; description = "Library for working with commoditized amounts and price histories"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; }) {}; "commonmark" = callPackage @@ -58589,6 +61163,8 @@ self: { ]; description = "Provide communications security using symmetric ephemeral keys"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "commsec-keyexchange" = callPackage @@ -58742,7 +61318,6 @@ self: { ]; description = "Compatibility checker for OpenAPI"; license = lib.licenses.mit; - hydraPlatforms = lib.platforms.none; }) {}; "compact" = callPackage @@ -58770,6 +61345,8 @@ self: { testHaskellDepends = [ base ]; description = "An append only list in a compact region"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "compact-map" = callPackage @@ -58783,6 +61360,8 @@ self: { ]; description = "Compact Data.Map implementation using Data.Binary"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "compact-mutable" = callPackage @@ -58816,6 +61395,8 @@ self: { testHaskellDepends = [ base compact hspec ]; description = "Mutable vector with different GC characteristics"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "compact-sequences" = callPackage @@ -58830,6 +61411,8 @@ self: { testHaskellDepends = [ base QuickCheck tasty tasty-quickcheck ]; description = "Stacks, queues, and deques with compact representations"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "compact-socket" = callPackage @@ -58846,6 +61429,8 @@ self: { ]; description = "Socket functions for compact normal form"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "compact-string" = callPackage @@ -58859,6 +61444,8 @@ self: { libraryHaskellDepends = [ base bytestring ]; description = "Fast, packed and strict strings with Unicode support, based on bytestrings"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "compact-string-fix" = callPackage @@ -58872,6 +61459,8 @@ self: { libraryHaskellDepends = [ base bytestring ]; description = "Same as compact-string except with a small fix so it builds on ghc-6.12"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "compact-word-vectors" = callPackage @@ -58914,6 +61503,7 @@ self: { ]; description = "A typeclass for structures which can be catMaybed, filtered, and partitioned"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; }) {}; "compactmap" = callPackage @@ -58953,6 +61543,8 @@ self: { ]; description = "A highly generic parser combinators library"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "compdata" = callPackage @@ -58980,6 +61572,8 @@ self: { ]; description = "Compositional Data Types"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "compdata-automata" = callPackage @@ -58995,6 +61589,7 @@ self: { ]; description = "Tree automata on Compositional Data Types"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; }) {}; "compdata-dags" = callPackage @@ -59016,6 +61611,7 @@ self: { ]; description = "Compositional Data Types on DAGs"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; }) {}; "compdata-fixplate" = callPackage @@ -59051,6 +61647,7 @@ self: { ]; description = "Parametric Compositional Data Types"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; }) {}; "compdoc" = callPackage @@ -59070,6 +61667,7 @@ self: { ]; description = "Parse a Pandoc to a composite value"; license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; }) {}; "compdoc-dhall-decoder" = callPackage @@ -59088,6 +61686,7 @@ self: { ]; description = "Allows you to write FromDhall instances for Compdoc"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; }) {}; "compendium-client" = callPackage @@ -59104,6 +61703,8 @@ self: { ]; description = "Client for the Compendium schema server"; license = lib.licenses.asl20; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "compensated" = callPackage @@ -59135,6 +61736,8 @@ self: { libraryHaskellDepends = [ base filepath parsec ]; description = "Helpers and runners for code competitions"; license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "compilation" = callPackage @@ -59146,6 +61749,8 @@ self: { libraryHaskellDepends = [ base MissingH ]; description = "Haskell functionality for quickly assembling simple compilers"; license = lib.licenses.gpl3Only; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "compiler-warnings" = callPackage @@ -59175,6 +61780,8 @@ self: { libraryHaskellDepends = [ base template-haskell ]; description = "complex numbers with non-mandatory RealFloat"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "complex-integrate" = callPackage @@ -59267,6 +61874,8 @@ self: { ]; description = "Aeson ToJSON/FromJSON implementation for the types of composable-associations"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "compose-ltr" = callPackage @@ -59290,6 +61899,8 @@ self: { libraryHaskellDepends = [ base mtl ]; description = "Composable monad transformers"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "composite-aeson" = callPackage @@ -59317,6 +61928,8 @@ self: { ]; description = "JSON for Vinyl records"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "composite-aeson-cofree-list" = callPackage @@ -59332,6 +61945,7 @@ self: { ]; description = "Print a Cofree [] as a JSON value"; license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; }) {}; "composite-aeson-path" = callPackage @@ -59343,6 +61957,7 @@ self: { libraryHaskellDepends = [ base composite-aeson path ]; description = "Formatting data for the path library"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; }) {}; "composite-aeson-refined" = callPackage @@ -59358,6 +61973,7 @@ self: { ]; description = "composite-aeson support for Refined from the refined package"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; }) {}; "composite-aeson-throw" = callPackage @@ -59373,6 +61989,7 @@ self: { ]; description = "MonadThrow behaviour for composite-aeson"; license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; }) {}; "composite-aeson-writeonly" = callPackage @@ -59387,6 +62004,7 @@ self: { ]; description = "WriteOnly indicators for composite-aeson"; license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; }) {}; "composite-base" = callPackage @@ -59514,6 +62132,8 @@ self: { ]; description = "Opaleye SQL for Vinyl records"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "composite-swagger" = callPackage @@ -59535,6 +62155,7 @@ self: { ]; description = "Swagger for Vinyl records"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; }) {}; "composite-tuple" = callPackage @@ -59603,6 +62224,8 @@ self: { testHaskellDepends = [ base doctest QuickCheck ]; description = "Composition trees for arbitrary monoids"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "compositional-data" = callPackage @@ -59650,6 +62273,8 @@ self: { testHaskellDepends = [ base ]; description = "Plugin to generalize comprehensions"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "compressed" = callPackage @@ -59669,6 +62294,8 @@ self: { ]; description = "Compressed containers and reducers"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "compression" = callPackage @@ -59680,6 +62307,8 @@ self: { libraryHaskellDepends = [ base mtl ]; description = "Common compression algorithms"; license = "unknown"; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "compstrat" = callPackage @@ -59695,6 +62324,7 @@ self: { ]; description = "Strategy combinators for compositional data types"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; }) {}; "comptrans" = callPackage @@ -59712,6 +62342,7 @@ self: { ]; description = "Automatically converting ASTs into compositional data types"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; }) {}; "computational-algebra" = callPackage @@ -59780,6 +62411,8 @@ self: { ]; description = "Collection of algorithms in Computational Geometry"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "computations" = callPackage @@ -59791,6 +62424,8 @@ self: { libraryHaskellDepends = [ base ]; description = "Advanced notions of computation"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "concatenative" = callPackage @@ -59997,6 +62632,8 @@ self: { ]; description = "A parser driven by a standard RELAX NG schema with concrete syntax extensions"; license = "GPL"; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "concrete-typerep" = callPackage @@ -60016,6 +62653,8 @@ self: { ]; description = "Binary and Hashable instances for TypeRep"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "concur-core" = callPackage @@ -60031,6 +62670,8 @@ self: { ]; description = "A client side web UI framework for Haskell. Core framework."; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "concurrency" = callPackage @@ -60110,6 +62751,8 @@ self: { benchmarkHaskellDepends = [ bug criterion rerebase ]; description = "Concurrent expanding buffer"; license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "concurrent-dns-cache" = callPackage @@ -60270,6 +62913,8 @@ self: { libraryHaskellDepends = [ base ghc-prim ]; description = "Concurrent Haskell in ST"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "concurrent-state" = callPackage @@ -60283,6 +62928,8 @@ self: { libraryHaskellDepends = [ base exceptions mtl stm transformers ]; description = "MTL-like library using TVars"; license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "concurrent-supply" = callPackage @@ -60310,6 +62957,8 @@ self: { libraryHaskellDepends = [ base ]; description = "More utilities and broad-used datastructures for concurrency"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "concurrentoutput" = callPackage @@ -60365,6 +63014,8 @@ self: { libraryHaskellDepends = [ array base ]; description = "Library for Condorcet voting"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "conductive-base" = callPackage @@ -60376,6 +63027,8 @@ self: { libraryHaskellDepends = [ array base containers random stm time ]; description = "a library for live coding and real-time musical applications"; license = lib.licenses.gpl3Only; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "conductive-clock" = callPackage @@ -60548,6 +63201,8 @@ self: { libraryToolDepends = [ c2hs ]; description = "conduit-audio interface to the LAME MP3 library"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {mp3lame = null;}; "conduit-audio-samplerate" = callPackage @@ -60567,6 +63222,8 @@ self: { libraryToolDepends = [ c2hs ]; description = "conduit-audio interface to the libsamplerate resampling library"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {samplerate = null;}; "conduit-audio-sndfile" = callPackage @@ -60693,6 +63350,8 @@ self: { ]; description = "A file-finding conduit that allows user control over traversals"; license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "conduit-iconv" = callPackage @@ -60713,6 +63372,8 @@ self: { ]; description = "Conduit for character encoding conversion"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "conduit-merge" = callPackage @@ -60739,6 +63400,8 @@ self: { ]; description = "A base layer for network protocols using Conduits"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "conduit-parse" = callPackage @@ -60777,6 +63440,8 @@ self: { ]; description = "Allows conduit to resume sinks to feed multiple sources into it"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "conduit-throttle" = callPackage @@ -60800,6 +63465,7 @@ self: { ]; description = "Throttle Conduit Producers"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; }) {}; "conduit-tokenize-attoparsec" = callPackage @@ -60819,6 +63485,8 @@ self: { testHaskellDepends = [ attoparsec base conduit hspec resourcet ]; description = "Conduits for tokenizing streams"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "conduit-vfs" = callPackage @@ -60843,6 +63511,8 @@ self: { ]; description = "Virtual file system for Conduit; disk, pure, and in-memory impls"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "conduit-vfs-zip" = callPackage @@ -60904,6 +63574,8 @@ self: { ]; description = "Parser for Haskell-based configuration files"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "conf-json" = callPackage @@ -61043,6 +63715,8 @@ self: { testHaskellDepends = [ base conferer hspec hspec-core text ]; description = "conferer's FromConfig instances for hspec Config"; license = lib.licenses.mpl20; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "conferer-provider-dhall" = callPackage @@ -61084,6 +63758,8 @@ self: { ]; description = "conferer's provider for reading json files"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "conferer-provider-yaml" = callPackage @@ -61123,6 +63799,8 @@ self: { ]; description = "conferer's FromConfig instances for snap Config"; license = lib.licenses.mpl20; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "conferer-source-dhall" = callPackage @@ -61164,6 +63842,8 @@ self: { ]; description = "conferer's source for reading json files"; license = lib.licenses.mpl20; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "conferer-source-yaml" = callPackage @@ -61264,6 +63944,8 @@ self: { testHaskellDepends = [ base deiko-config tasty tasty-hunit text ]; description = "derive typeclass instances for decoding types from HOCON conf"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "config-ini" = callPackage @@ -61317,6 +63999,8 @@ self: { testHaskellDepends = [ base extra hspec lens parsec text ]; description = "Parse config files using parsec and generate parse errors on unhandled keys"; license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "config-schema" = callPackage @@ -61381,6 +64065,8 @@ self: { libraryHaskellDepends = [ base config-value text ]; description = "Interface between config-value and System.GetOpt"; license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "configifier" = callPackage @@ -61421,6 +64107,8 @@ self: { libraryHaskellDepends = [ base containers ]; description = "Simple data type for application configuration"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "configuration-tools" = callPackage @@ -61537,6 +64225,8 @@ self: { ]; description = "Reduced parser for configurator-ng config files"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "confsolve" = callPackage @@ -61555,6 +64245,8 @@ self: { ]; description = "A command line tool for resolving conflicts of file synchronizers"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "congruence-relation" = callPackage @@ -61566,6 +64258,8 @@ self: { libraryHaskellDepends = [ array base containers ]; description = "Decidable congruence relations for Haskell: up to you whether this is a joke"; license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "conic-graphs" = callPackage @@ -61581,6 +64275,7 @@ self: { ]; description = "Vinyl-style extensible graphs"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; }) {}; "conjugateGradient" = callPackage @@ -61612,6 +64307,8 @@ self: { ]; description = "A BitTorrent client"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "conkin" = callPackage @@ -61629,6 +64326,8 @@ self: { testToolDepends = [ markdown-unlit ]; description = "Tools for functors from Hask^k to Hask"; license = lib.licenses.publicDomain; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "conlogger" = callPackage @@ -61643,6 +64342,8 @@ self: { executableHaskellDepends = [ base text ]; description = "A logger for a concurrent program"; license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "connection" = callPackage @@ -61695,6 +64396,8 @@ self: { testHaskellDepends = [ base doctest text ]; description = "A library for parsing connection strings"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "connections" = callPackage @@ -61712,6 +64415,8 @@ self: { testHaskellDepends = [ base hedgehog time ]; description = "Orders, Galois connections, and lattices"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "consistent" = callPackage @@ -61729,6 +64434,8 @@ self: { testHaskellDepends = [ base lifted-async transformers ]; description = "Eventually consistent STM transactions"; license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "console-program" = callPackage @@ -61746,6 +64453,8 @@ self: { ]; description = "Interpret the command line and a config file as commands and options"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "console-prompt" = callPackage @@ -61791,6 +64500,8 @@ self: { testHaskellDepends = [ base directory process ]; description = "Compiler plugin for constant math elimination"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "constaparser" = callPackage @@ -61813,6 +64524,8 @@ self: { libraryHaskellDepends = [ base ]; description = "Equality by only Constructor"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "constrained" = callPackage @@ -61839,6 +64552,8 @@ self: { ]; description = "Constrained clones of the category-theory type classes, using ConstraintKinds"; license = lib.licenses.gpl3Only; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "constrained-category" = callPackage @@ -61858,6 +64573,8 @@ self: { benchmarkHaskellDepends = [ base criterion ]; description = "Constrained Categories"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "constrained-dynamic" = callPackage @@ -61870,6 +64587,8 @@ self: { testHaskellDepends = [ base tasty tasty-hunit ]; description = "Dynamic typing with retained constraints"; license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "constrained-monads" = callPackage @@ -61893,6 +64612,8 @@ self: { ]; description = "Typeclasses and instances for monads with constraints"; license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "constrained-normal" = callPackage @@ -62031,6 +64752,8 @@ self: { testHaskellDepends = [ base constraints hspec transformers ]; description = "Defer instance lookups until runtime"; license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "constraints-extras" = callPackage @@ -62082,6 +64805,8 @@ self: { testToolDepends = [ markdown-unlit ]; description = "Haskell version of the Construct library for easy specification of file formats"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "constructible" = callPackage @@ -62109,6 +64834,8 @@ self: { libraryHaskellDepends = [ base QuickCheck type-level ]; description = "A library of constructive algebra"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "consul-haskell" = callPackage @@ -62133,6 +64860,8 @@ self: { ]; description = "A consul client for Haskell"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "consumers" = callPackage @@ -62242,6 +64971,8 @@ self: { ]; description = "Extensive benchmark suite for containers package"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "containers-deepseq" = callPackage @@ -62287,6 +65018,8 @@ self: { libraryHaskellDepends = [ containers ]; description = "Formally verified drop-in replacement of containers"; license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "content-store" = callPackage @@ -62311,6 +65044,7 @@ self: { ]; description = "Store and retrieve data from an on-disk store"; license = lib.licenses.lgpl21Only; + hydraPlatforms = lib.platforms.none; }) {}; "context" = callPackage @@ -62417,6 +65151,8 @@ self: { ]; description = "An abstraction of a stack and stack-based monadic context"; license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "context-wai-middleware" = callPackage @@ -62469,6 +65205,8 @@ self: { libraryHaskellDepends = [ base contiguous primitive ]; description = "contiguous with bounds checks"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "contiguous-fft" = callPackage @@ -62480,6 +65218,8 @@ self: { libraryHaskellDepends = [ base contiguous primitive semirings ]; description = "dft of contiguous memory structures"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "continue" = callPackage @@ -62496,6 +65236,8 @@ self: { ]; description = "Monads with suspension and arbitrary-spot reentry"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "continued-fraction" = callPackage @@ -62580,6 +65322,8 @@ self: { libraryHaskellDepends = [ aeson base contra-tracer ]; description = "A logging library built on top of contra-tracer to make configuring and declaring multiple tracers easy (via generics)"; license = lib.licenses.mpl20; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "contracheck-applicative" = callPackage @@ -62678,6 +65422,8 @@ self: { ]; description = "An alternative to monads in do-notation"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "control-event" = callPackage @@ -62705,6 +65451,8 @@ self: { ]; description = "A typeclass for type isomorphisms"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "control-monad-attempt" = callPackage @@ -62787,6 +65535,8 @@ self: { libraryHaskellDepends = [ base failure transformers ]; description = "A class for monads which can fail with an error. (deprecated)"; license = lib.licenses.publicDomain; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "control-monad-failure-mtl" = callPackage @@ -62798,6 +65548,8 @@ self: { libraryHaskellDepends = [ base failure mtl ]; description = "A class for monads which can fail with an error for mtl 1 (deprecated)"; license = lib.licenses.publicDomain; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "control-monad-free" = callPackage @@ -62864,6 +65616,8 @@ self: { libraryHaskellDepends = [ base transformers ]; description = "Fast, easy to use CPS-based monad transformers"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "contstuff-monads-tf" = callPackage @@ -62875,6 +65629,7 @@ self: { libraryHaskellDepends = [ base contstuff monads-tf ]; description = "ContStuff instances for monads-tf transformers (deprecated)"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; }) {}; "contstuff-transformers" = callPackage @@ -62886,6 +65641,7 @@ self: { libraryHaskellDepends = [ base contstuff transformers ]; description = "Deprecated interface between contstuff 0.7.0 and the transformers package"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; }) {}; "converge" = callPackage @@ -63010,6 +65766,7 @@ self: { ]; description = "Convert the annotation of a gene to another in a delimited file using a variety of different databases"; license = lib.licenses.gpl3Only; + hydraPlatforms = lib.platforms.none; }) {}; "convertible" = callPackage @@ -63194,6 +65951,8 @@ self: { ]; description = "An intermediate representation for Copilot"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "copilot-frp-sketch" = callPackage @@ -63211,6 +65970,7 @@ self: { ]; description = "FRP sketch programming with Copilot"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; }) {}; "copilot-language" = callPackage @@ -63263,6 +66023,7 @@ self: { ]; description = "A compiler for CoPilot targeting SBV"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; }) {}; "copilot-theorem" = callPackage @@ -63302,6 +66063,8 @@ self: { testHaskellDepends = [ base hlint ]; description = "Haskell interface to the Fedora Copr system"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "copr-api" = callPackage @@ -63344,6 +66107,8 @@ self: { ]; description = "Yet another shell monad"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "core" = callPackage @@ -63355,6 +66120,8 @@ self: { libraryHaskellDepends = [ base bytestring parsec pretty ]; description = "External core parser and pretty printer"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "core-compiler" = callPackage @@ -63406,6 +66173,8 @@ self: { ]; description = "A subset of Haskell using in UCC for teaching purpose"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "core-program" = callPackage @@ -63495,7 +66264,6 @@ self: { ]; description = "Interoperability with Servant"; license = lib.licenses.mit; - hydraPlatforms = lib.platforms.none; }) {}; "core-webserver-warp" = callPackage @@ -63513,7 +66281,6 @@ self: { ]; description = "Interoperability with Wai/Warp"; license = lib.licenses.mit; - hydraPlatforms = lib.platforms.none; }) {}; "corebot-bliki" = callPackage @@ -63540,6 +66307,8 @@ self: { ]; description = "A bliki written using yesod. Uses pandoc to process files stored in git."; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "corecursive-main" = callPackage @@ -63633,6 +66402,8 @@ self: { libraryHaskellDepends = [ base either free mtl transformers ]; description = "Object-oriented programming realization using coroutine"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "couch-hs" = callPackage @@ -63651,6 +66422,8 @@ self: { ]; description = "A CouchDB view server for Haskell"; license = lib.licenses.publicDomain; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "couch-simple" = callPackage @@ -63707,6 +66480,8 @@ self: { ]; description = "Couch DB client library using http-conduit and aeson"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "couchdb-enumerator" = callPackage @@ -63789,6 +66564,8 @@ self: { libraryHaskellDepends = [ base containers ]; description = "An object frequency counter"; license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "country" = callPackage @@ -63809,6 +66586,8 @@ self: { ]; description = "Country data type and functions"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "country-codes" = callPackage @@ -63849,6 +66628,8 @@ self: { ]; description = "A message-passing library for simplifying network applications"; license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "court" = callPackage @@ -63868,6 +66649,8 @@ self: { ]; description = "Simple and flexible CI system"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "covariance" = callPackage @@ -63911,6 +66694,8 @@ self: { testHaskellDepends = [ base hspec HUnit QuickCheck ]; description = "Exhaustivity Checking Library"; license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "coya" = callPackage @@ -63940,6 +66725,8 @@ self: { ]; description = "A simple C++ parser with preprocessor features. C++ refactorings included."; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "cpio-conduit" = callPackage @@ -63959,6 +66746,8 @@ self: { ]; description = "Conduit-based CPIO"; license = lib.licenses.asl20; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "cpkg" = callPackage @@ -64024,6 +66813,8 @@ self: { testHaskellDepends = [ base process QuickCheck ]; description = "C++ Foreign Import Generation"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "cppfilt" = callPackage @@ -64145,6 +66936,8 @@ self: { libraryHaskellDepends = [ base data-accessor enumset ]; description = "Binding for the cpuid machine instruction on x86 compatible processors"; license = "GPL"; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "cpuinfo" = callPackage @@ -64169,6 +66962,8 @@ self: { executableHaskellDepends = [ base mtl process ]; description = "Modify the cpu frequency on OpenBSD systems"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "cpython" = callPackage @@ -64184,6 +66979,8 @@ self: { testPkgconfigDepends = [ python3 ]; description = "Bindings for libpython"; license = lib.licenses.gpl3Only; + hydraPlatforms = lib.platforms.none; + broken = true; }) {inherit (pkgs) python3;}; "cql" = callPackage @@ -64205,6 +67002,8 @@ self: { ]; description = "Cassandra CQL binary protocol"; license = "unknown"; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "cql-io" = callPackage @@ -64232,6 +67031,7 @@ self: { doHaddock = false; description = "Cassandra CQL client"; license = lib.licenses.mpl20; + hydraPlatforms = lib.platforms.none; }) {}; "cql-io-tinylog" = callPackage @@ -64272,6 +67072,8 @@ self: { ]; description = "Command-Query Responsibility Segregation"; license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "cqrs-example" = callPackage @@ -64421,6 +67223,8 @@ self: { ]; description = "Code review tool"; license = lib.licenses.gpl3Only; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "crack" = callPackage @@ -64433,6 +67237,8 @@ self: { librarySystemDepends = [ crack ]; description = "A haskell binding to cracklib"; license = "GPL"; + hydraPlatforms = lib.platforms.none; + broken = true; }) {crack = null;}; "crackNum_2_4" = callPackage @@ -64465,6 +67271,7 @@ self: { ]; description = "Crack various integer and floating-point data formats"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; }) {}; "craft" = callPackage @@ -64510,6 +67317,8 @@ self: { libraryHaskellDepends = [ base colour mtl vector-space ]; description = "2D graphics library with integrated TikZ output"; license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "craftwerk-cairo" = callPackage @@ -64560,6 +67369,8 @@ self: { ]; description = "Simulation user crawl paths"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "craze" = callPackage @@ -64621,6 +67432,8 @@ self: { libraryHaskellDepends = [ base bytestring ]; description = "Calculate the crc16-ccitt"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "crc16-table" = callPackage @@ -64665,6 +67478,8 @@ self: { ]; description = "Conflict-free replicated data types"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "crdt-event-fold" = callPackage @@ -64686,6 +67501,8 @@ self: { ]; description = "Garbage collected event folding CRDT"; license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "creatur" = callPackage @@ -64730,6 +67547,8 @@ self: { testHaskellDepends = [ base bytestring tasty tasty-hunit ]; description = "Library to access secure credential storage providers"; license = lib.licenses.asl20; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "credentials" = callPackage @@ -64750,6 +67569,7 @@ self: { testHaskellDepends = [ base ]; description = "Secure Credentials Storage and Distribution"; license = "unknown"; + hydraPlatforms = lib.platforms.none; }) {}; "credentials-cli" = callPackage @@ -64878,6 +67698,8 @@ self: { ]; description = "Crit-bit maps and sets"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "criterion" = callPackage @@ -64935,6 +67757,8 @@ self: { ]; description = "A simple tool for comparing in Criterion benchmark results"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "criterion-compare" = callPackage @@ -64956,6 +67780,8 @@ self: { ]; description = "A simple tool for visualising differences in Criterion benchmark results"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "criterion-measurement" = callPackage @@ -64998,6 +67824,8 @@ self: { ]; description = "Enhancement of the \"criterion\" benchmarking library"; license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "criterion-to-html" = callPackage @@ -65016,6 +67844,8 @@ self: { ]; description = "Convert criterion output to HTML reports"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "criu-rpc" = callPackage @@ -65046,6 +67876,8 @@ self: { libraryPkgconfigDepends = [ protobuf ]; description = "Criu RPC protocol buffer types"; license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; + broken = true; }) {inherit (pkgs) protobuf;}; "crjdt-haskell" = callPackage @@ -65061,6 +67893,8 @@ self: { testHaskellDepends = [ base containers hedgehog hspec mtl ]; description = "A Conflict-Free Replicated JSON Datatype for Haskell"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "crockford" = callPackage @@ -65091,6 +67925,8 @@ self: { ]; description = "An offline renderer supporting ray tracing and photon mapping"; license = lib.licenses.gpl2Only; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "cron" = callPackage @@ -65152,6 +67988,8 @@ self: { ]; description = "Another bloated standard library"; license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "cropty" = callPackage @@ -65178,6 +68016,8 @@ self: { testHaskellDepends = [ base hlint ]; description = "Request and Response types for Eval.so's API"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "crunghc" = callPackage @@ -65196,6 +68036,8 @@ self: { ]; description = "A runghc replacement with transparent caching"; license = lib.licenses.publicDomain; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "crypt-sha512" = callPackage @@ -65269,6 +68111,8 @@ self: { ]; description = "Generic cryptography cipher benchmarks"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "crypto-cipher-tests" = callPackage @@ -65320,6 +68164,7 @@ self: { testHaskellDepends = [ base bytestring QuickCheck ]; description = "An educational tool for studying classical cryptography schemes"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; }) {}; "crypto-conduit" = callPackage @@ -65376,6 +68221,8 @@ self: { ]; description = "Like crypto-pubkey-openssh but not dependent on any specific crypto library"; license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "crypto-multihash" = callPackage @@ -65396,6 +68243,8 @@ self: { testHaskellDepends = [ base bytestring hspec QuickCheck ]; description = "Multihash library on top of cryptonite crypto library"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "crypto-numbers" = callPackage @@ -65419,6 +68268,8 @@ self: { benchmarkHaskellDepends = [ base bytestring criterion mtl ]; description = "Cryptographic numbers: functions and algorithms"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "crypto-pubkey" = callPackage @@ -65445,6 +68296,7 @@ self: { ]; description = "Public Key cryptography"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; }) {}; "crypto-pubkey-openssh" = callPackage @@ -65468,6 +68320,8 @@ self: { ]; description = "OpenSSH keys decoder/encoder"; license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "crypto-pubkey-types" = callPackage @@ -65521,6 +68375,8 @@ self: { ]; description = "A random effect using crypto-random"; license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "crypto-rng" = callPackage @@ -65551,6 +68407,8 @@ self: { ]; description = "A simple high level encryption interface based on cryptonite"; license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "crypto-sodium" = callPackage @@ -65633,6 +68491,8 @@ self: { testHaskellDepends = [ base hspec hspec-expectations MissingH ]; description = "Haskell wrapper for the cryptocompare API"; license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "cryptoconditions" = callPackage @@ -65656,6 +68516,7 @@ self: { ]; description = "Interledger Crypto-Conditions"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; }) {}; "cryptohash" = callPackage @@ -65835,6 +68696,8 @@ self: { ]; description = "Shared types for encrypting internal object identifiers before exposure"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "cryptol" = callPackage @@ -66028,6 +68891,8 @@ self: { ]; description = "Bindings for Cryptsy cryptocurrency exchange API"; license = lib.licenses.agpl3Only; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "crystalfontz" = callPackage @@ -66056,6 +68921,8 @@ self: { ]; description = "Connection-set algebra (CSA) library"; license = "GPL"; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "cse-ghc-plugin" = callPackage @@ -66067,6 +68934,8 @@ self: { libraryHaskellDepends = [ base ghc ]; description = "Compiler plugin for common subexpression elimination"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "csg" = callPackage @@ -66098,7 +68967,6 @@ self: { ]; description = "Analytical CSG (Constructive Solid Geometry) library"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; }) {}; "csound-catalog" = callPackage @@ -66249,6 +69117,8 @@ self: { libraryHaskellDepends = [ base containers pretty ]; description = "AST and pretty printer for CSPm"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "css" = callPackage @@ -66260,6 +69130,8 @@ self: { libraryHaskellDepends = [ base mtl text ]; description = "Minimal monadic CSS DSL"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "css-easings" = callPackage @@ -66276,6 +69148,8 @@ self: { ]; description = "Defining and manipulating css easing strings"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "css-selectors" = callPackage @@ -66299,6 +69173,8 @@ self: { ]; description = "Parsing, rendering and manipulating css selectors in Haskell"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "css-syntax" = callPackage @@ -66320,6 +69196,8 @@ self: { ]; description = "High-performance CSS tokenizer and serializer"; license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "css-text" = callPackage @@ -66405,6 +69283,8 @@ self: { ]; description = "A collection of CSV tools"; license = "GPL"; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "csv-table" = callPackage @@ -66449,6 +69329,8 @@ self: { librarySystemDepends = [ ctemplate ]; description = "Binding to the Google ctemplate library"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {ctemplate = null;}; "ctkl" = callPackage @@ -66460,6 +69342,8 @@ self: { libraryHaskellDepends = [ array base ]; description = "packaging of Manuel Chakravarty's CTK Light for Hackage"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "ctpl" = callPackage @@ -66596,6 +69480,8 @@ self: { executableHaskellDepends = [ base GLUT Yampa ]; description = "3D Yampa/GLUT Puzzle Game"; license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "cuckoo" = callPackage @@ -66618,6 +69504,7 @@ self: { doHaddock = false; description = "Haskell Implementation of Cuckoo Filters"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; }) {}; "cuckoo-filter" = callPackage @@ -66644,6 +69531,8 @@ self: { ]; description = "Pure and impure Cuckoo Filter"; license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "cuda" = callPackage @@ -66746,6 +69635,8 @@ self: { libraryHaskellDepends = [ aeson base curl text utf8-string ]; description = "Communicate with HTTP service using JSON"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "curl-cookiejar" = callPackage @@ -66792,6 +69683,8 @@ self: { ]; description = "A framework for declaratively writing curl based API tests"; license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "curlhs" = callPackage @@ -66875,6 +69768,8 @@ self: { ]; description = "Typesafe currency conversion"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "current-locale" = callPackage @@ -66916,6 +69811,8 @@ self: { testHaskellDepends = [ base Cabal filepath mtl ]; description = "Functions for manipulating Curry programs"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "curry-frontend" = callPackage @@ -66943,6 +69840,8 @@ self: { ]; description = "Compile the functional logic language Curry to several intermediate formats"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "currycarbon" = callPackage @@ -66962,6 +69861,8 @@ self: { testHaskellDepends = [ base doctest ]; description = "A package for simple, fast radiocarbon calibration"; license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "curryer" = callPackage @@ -67009,6 +69910,7 @@ self: { ]; description = "Fast, Haskell RPC"; license = lib.licenses.publicDomain; + hydraPlatforms = lib.platforms.none; }) {}; "curryrs" = callPackage @@ -67022,6 +69924,8 @@ self: { benchmarkHaskellDepends = [ base ]; description = "Easy to use FFI Bridge for using Rust in Haskell"; license = "unknown"; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "cursedcsv" = callPackage @@ -67109,7 +70013,6 @@ self: { base criterion cursor-fuzzy-time genvalidity-criterion QuickCheck ]; license = lib.licenses.mit; - hydraPlatforms = lib.platforms.none; }) {}; "cursor-gen" = callPackage @@ -67169,6 +70072,8 @@ self: { ]; description = "Library for drawing curve based images"; license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "cusolver" = callPackage @@ -67214,6 +70119,8 @@ self: { libraryHaskellDepends = [ base basic-prelude monad-loops ]; description = "An enhanced prelude, serving as a foundation for my projects"; license = "GPL"; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "cut-the-crap" = callPackage @@ -67254,6 +70161,8 @@ self: { platforms = [ "aarch64-linux" "armv7l-linux" "i686-linux" "x86_64-linux" ]; + hydraPlatforms = lib.platforms.none; + broken = true; }) {inherit (pkgs) pocketsphinx; inherit (pkgs) sphinxbase;}; "cutter" = callPackage @@ -67384,6 +70293,8 @@ self: { ]; description = "Permissively licensed D-Bus client library"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "d10" = callPackage @@ -67430,6 +70341,8 @@ self: { libraryHaskellDepends = [ base mtl random text ]; description = "Declarative visualization on a web browser with DSL approach"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "daemonize-doublefork" = callPackage @@ -67486,6 +70399,8 @@ self: { ]; description = "Compile-time, type-safe directed acyclic graphs"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "damnpacket" = callPackage @@ -67504,6 +70419,8 @@ self: { testHaskellDepends = [ base bytestring hspec HUnit QuickCheck ]; description = "Parsing dAmn messages"; license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "danibot" = callPackage @@ -67526,6 +70443,8 @@ self: { executableHaskellDepends = [ base optparse-applicative ]; description = "Basic Slack bot framework"; license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "dao" = callPackage @@ -67556,6 +70475,8 @@ self: { ]; description = "Dao is meta programming language with its own built-in interpreted language, designed with artificial intelligence applications in mind"; license = lib.licenses.gpl3Only; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "dapi" = callPackage @@ -67697,6 +70618,8 @@ self: { ]; description = "Tools to help manage Debian packages with Darcs"; license = "GPL"; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "darcs-cabalized" = callPackage @@ -67718,6 +70641,8 @@ self: { executableSystemDepends = [ curl ncurses zlib ]; description = "David's Advanced Version Control System"; license = "GPL"; + hydraPlatforms = lib.platforms.none; + broken = true; }) {inherit (pkgs) curl; inherit (pkgs) ncurses; inherit (pkgs) zlib;}; @@ -67757,6 +70682,8 @@ self: { ]; description = "Generate graphs of darcs repository activity"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "darcs-monitor" = callPackage @@ -67774,6 +70701,8 @@ self: { ]; description = "Darcs repository monitor (sends email)"; license = "GPL"; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "darcs-scripts" = callPackage @@ -67804,6 +70733,8 @@ self: { ]; description = "Outputs dependencies of darcs patches in dot format"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "darcsden" = callPackage @@ -67899,6 +70830,8 @@ self: { testHaskellDepends = [ base bytestring hspec hspec-core ]; description = "Darkplaces rcon client library"; license = lib.licenses.gpl2Only; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "darkplaces-rcon-util" = callPackage @@ -67946,6 +70879,8 @@ self: { testHaskellDepends = [ base bytestring hspec QuickCheck ]; description = "Parser for darkplaces colorful text"; license = lib.licenses.gpl2Only; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "dash-haskell" = callPackage @@ -67989,6 +70924,8 @@ self: { libraryHaskellDepends = [ base data-accessor monadLib ]; description = "Accessor functions for monadLib's monads"; license = "unknown"; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "data-accessor-monads-fd" = callPackage @@ -68016,6 +70953,8 @@ self: { ]; description = "Use Accessor to access state in monads-tf State monad type family"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "data-accessor-mtl" = callPackage @@ -68043,6 +70982,8 @@ self: { ]; description = "Utilities for accessing and manipulating fields of records"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "data-accessor-transformers" = callPackage @@ -68092,6 +71033,8 @@ self: { libraryHaskellDepends = [ base ]; description = "Combinator birds"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "data-base" = callPackage @@ -68103,6 +71046,8 @@ self: { libraryHaskellDepends = [ base ]; description = "Utilities for accessing and comparing types based on so called bases - representations with limited polymorphism"; license = lib.licenses.asl20; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "data-basic" = callPackage @@ -68196,6 +71141,8 @@ self: { testHaskellDepends = [ base hspec QuickCheck ]; description = "Library for checking and normalization of data (e.g. from web forms)"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "data-checked" = callPackage @@ -68230,6 +71177,8 @@ self: { libraryHaskellDepends = [ base template-haskell ]; description = "Generate a special combinator from any data type"; license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "data-compat" = callPackage @@ -68241,6 +71190,8 @@ self: { libraryHaskellDepends = [ base constraints ]; description = "Define Backwards Compatibility Schemes for Arbitrary Data"; license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "data-concurrent-queue" = callPackage @@ -68252,6 +71203,8 @@ self: { libraryHaskellDepends = [ base stm ]; description = "A Library for directional queues"; license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "data-construction" = callPackage @@ -68263,6 +71216,8 @@ self: { libraryHaskellDepends = [ base ]; description = "Data construction abstractions including Constructor, Destructor, Maker, Destroyer, Producer and Consumer"; license = lib.licenses.asl20; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "data-constructors" = callPackage @@ -68278,6 +71233,8 @@ self: { benchmarkHaskellDepends = [ base criterion deepseq QuickCheck ]; description = "Generically compare data by their constructors"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "data-cycle" = callPackage @@ -68511,6 +71468,8 @@ self: { ]; description = "Space-efficient and privacy-preserving data dispersal algorithms"; license = lib.licenses.lgpl21Only; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "data-diverse" = callPackage @@ -68528,6 +71487,8 @@ self: { benchmarkHaskellDepends = [ base criterion ]; description = "Extensible records and polymorphic variants"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "data-diverse-lens" = callPackage @@ -68544,6 +71505,7 @@ self: { testHaskellDepends = [ base data-diverse hspec lens tagged ]; description = "Isos & Lens for Data.Diverse.Many and Prisms for Data.Diverse.Which"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; }) {}; "data-dword" = callPackage @@ -68578,6 +71540,8 @@ self: { ]; description = "Consistent set of utility functions for Maybe, Either, List and Monoids"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "data-elf" = callPackage @@ -68616,6 +71580,8 @@ self: { ]; description = "Embed files and other binary blobs inside executables without Template Haskell"; license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "data-emoticons" = callPackage @@ -68627,6 +71593,8 @@ self: { libraryHaskellDepends = [ base ]; description = "Combinator emoticons: data-aviary in the flavor of emoticons"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "data-endian" = callPackage @@ -68678,6 +71646,8 @@ self: { ]; description = "A type safe file path data structure"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "data-files-gen" = callPackage @@ -68724,6 +71694,8 @@ self: { ]; description = "Finite totally ordered sets"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "data-fin-simple" = callPackage @@ -68736,6 +71708,8 @@ self: { testHaskellDepends = [ base doctest ]; description = "Simple integral finite set"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "data-fix" = callPackage @@ -68782,6 +71756,8 @@ self: { libraryHaskellDepends = [ base ]; description = "An efficient data type for sets of flags"; license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "data-foldapp" = callPackage @@ -68891,6 +71867,8 @@ self: { testHaskellDepends = [ base doctest ]; description = "Extending the concept of indices for lists and other containers"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "data-interval" = callPackage @@ -68935,6 +71913,8 @@ self: { libraryHaskellDepends = [ base containers ]; description = "Write-once variables with concurrency support"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "data-json-token" = callPackage @@ -68965,6 +71945,8 @@ self: { ]; description = "Sculpt mutable recursive data with reference equality; bake it using a data kiln into an immutable lazy structure"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "data-layer" = callPackage @@ -69003,6 +71985,8 @@ self: { ]; description = "Used to be Haskell 98 Lenses"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "data-lens-fd" = callPackage @@ -69086,6 +72070,8 @@ self: { libraryHaskellDepends = [ base containers ]; description = "Data.Map with multiple, unique keys"; license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "data-memocombinators" = callPackage @@ -69151,6 +72137,8 @@ self: { libraryHaskellDepends = [ attoparsec base binary containers text ]; description = "Data types for named entities"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "data-nat" = callPackage @@ -69162,6 +72150,8 @@ self: { libraryHaskellDepends = [ base semigroups ]; description = "data Nat = Zero | Succ Nat"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "data-object" = callPackage @@ -69173,6 +72163,8 @@ self: { libraryHaskellDepends = [ base bytestring failure text time ]; description = "Represent hierachichal structures, called objects in JSON. (deprecated)"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "data-object-json" = callPackage @@ -69262,6 +72254,8 @@ self: { ]; description = "Read PDF form fields"; license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "data-pprint" = callPackage @@ -69284,6 +72278,8 @@ self: { libraryHaskellDepends = [ base ]; description = "Reference cells that need two independent indices to be accessed"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "data-r-tree" = callPackage @@ -69302,6 +72298,8 @@ self: { ]; description = "R-Tree is a spatial data structure similar to Quadtrees or B-Trees"; license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "data-ref" = callPackage @@ -69345,6 +72343,8 @@ self: { libraryHaskellDepends = [ base containers data-reify ]; description = "Common Sub-Expression Elimination for graphs generated by Data.Reify."; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "data-repr" = callPackage @@ -69356,6 +72356,8 @@ self: { libraryHaskellDepends = [ base generic-deriving lens ]; description = "Alternative to Show data printing utility"; license = lib.licenses.asl20; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "data-result" = callPackage @@ -69379,6 +72381,8 @@ self: { libraryHaskellDepends = [ base bytestring containers text vector ]; description = "A typeclass for reversing order of contents"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "data-rope" = callPackage @@ -69390,6 +72394,8 @@ self: { libraryHaskellDepends = [ base bytestring bytestring-mmap unix ]; description = "Ropes, an alternative to (Byte)Strings"; license = "GPL"; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "data-rtuple" = callPackage @@ -69433,6 +72439,8 @@ self: { ]; description = "Profiling of data structures"; license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "data-sketches" = callPackage @@ -69487,6 +72495,8 @@ self: { libraryHaskellDepends = [ base vector-space ]; description = "Deprecated. Now called \"spacepart\". Space partitioning data structures."; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "data-standards" = callPackage @@ -69498,6 +72508,8 @@ self: { libraryHaskellDepends = [ base hashable unordered-containers ]; description = "A collection of standards representable by simple data types"; license = lib.licenses.mpl20; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "data-stm32" = callPackage @@ -69551,6 +72563,8 @@ self: { ]; description = "Type safe, in-memory dictionary with multidimensional keys"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "data-stringmap" = callPackage @@ -69569,6 +72583,8 @@ self: { ]; description = "An efficient implementation of maps from strings to arbitrary values"; license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "data-structure-inferrer" = callPackage @@ -69606,6 +72622,8 @@ self: { testHaskellDepends = [ base tasty tasty-quickcheck ]; description = "Shorter binary words"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "data-tensor" = callPackage @@ -69698,6 +72716,8 @@ self: { libraryHaskellDepends = [ base ]; description = "Basic type wrangling types and classes"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "data-util" = callPackage @@ -69709,6 +72729,8 @@ self: { libraryHaskellDepends = [ base ]; description = "utilities for handle data"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "data-validation" = callPackage @@ -69725,6 +72747,8 @@ self: { ]; description = "A library for creating type safe validations"; license = lib.licenses.asl20; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "data-variant" = callPackage @@ -69736,6 +72760,8 @@ self: { libraryHaskellDepends = [ base safe ]; description = "A variant data type, useful for modeling dynamically-typed programming languages"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "data-vector-growable" = callPackage @@ -69778,6 +72804,8 @@ self: { ]; description = "HasId/Groundhog interop"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "database-migrate" = callPackage @@ -69795,6 +72823,8 @@ self: { ]; description = "Database versioning and migration (experimental)"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "database-study" = callPackage @@ -69806,6 +72836,8 @@ self: { libraryHaskellDepends = [ base containers ]; description = "Demonstrate how a database can be implemented the functional way"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "datadog" = callPackage @@ -69835,6 +72867,8 @@ self: { ]; description = "Datadog client for Haskell. Supports both the HTTP API and StatsD."; license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "datadog-tracing" = callPackage @@ -69916,6 +72950,7 @@ self: { ]; description = "Fixing data-flow problems"; license = lib.licenses.isc; + hydraPlatforms = lib.platforms.none; }) {}; "dataflow" = callPackage @@ -69984,6 +73019,8 @@ self: { ]; description = "An implementation of datalog in Haskell"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "datapacker" = callPackage @@ -70001,6 +73038,8 @@ self: { ]; description = "Tool to help pack files into the minimum number of CDs/DVDs/etc"; license = "GPL"; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "datarobot" = callPackage @@ -70022,6 +73061,8 @@ self: { ]; description = "Client for DataRobot API"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "datasets" = callPackage @@ -70052,6 +73093,7 @@ self: { ]; description = "Classical data sets for statistics and machine learning"; license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; }) {}; "dataurl" = callPackage @@ -70093,6 +73135,7 @@ self: { testHaskellDepends = [ base dates hspec QuickCheck time ]; description = "Date conversions"; license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; }) {}; "dates" = callPackage @@ -70109,6 +73152,8 @@ self: { testHaskellDepends = [ base hspec ]; description = "Small library for parsing different dates formats"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "datetime" = callPackage @@ -70127,6 +73172,8 @@ self: { ]; description = "Utilities to make Data.Time.* easier to use"; license = "GPL"; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "datetime-sb" = callPackage @@ -70145,6 +73192,8 @@ self: { ]; description = "Utilities to make Data.Time.* easier to use."; license = "GPL"; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "dawdle" = callPackage @@ -70159,6 +73208,8 @@ self: { executableHaskellDepends = [ base filepath parsec pretty text ]; description = "Generates DDL suggestions based on a CSV file"; license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "dawg" = callPackage @@ -70174,6 +73225,8 @@ self: { ]; description = "Directed acyclic word graphs"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "dawg-ord" = callPackage @@ -70206,6 +73259,8 @@ self: { testHaskellDepends = [ base hspec postgresql-simple text ]; description = "Clean database tables automatically around hspec tests"; license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "dbf" = callPackage @@ -70219,6 +73274,8 @@ self: { ]; description = "Read and write XBase \".dbf\" files"; license = lib.licenses.publicDomain; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "dbjava" = callPackage @@ -70258,6 +73315,8 @@ self: { ]; description = "A *simple* database migration tool"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "dbmigrations" = callPackage @@ -70305,6 +73364,8 @@ self: { ]; description = "The dbmigrations tool built for MySQL databases"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "dbmigrations-postgresql" = callPackage @@ -70323,6 +73384,8 @@ self: { ]; description = "The dbmigrations tool built for PostgreSQL databases"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "dbmigrations-sqlite" = callPackage @@ -70337,6 +73400,8 @@ self: { testHaskellDepends = [ base dbmigrations HDBC HDBC-sqlite3 HUnit ]; description = "The dbmigrations tool built for SQLite databases"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "dbus" = callPackage @@ -70425,6 +73490,8 @@ self: { ]; description = "Low-level D-Bus protocol implementation"; license = lib.licenses.gpl3Only; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "dbus-hslogger" = callPackage @@ -70457,6 +73524,8 @@ self: { testHaskellDepends = [ base containers dbus QuickCheck ]; description = "Quasi-quoter for DBus functions"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "dbus-th" = callPackage @@ -70514,6 +73583,8 @@ self: { ]; description = "This packge is deprecated. See the the \"LIO.DCLabel\" in the \"lio\" package."; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "dclabel-eci11" = callPackage @@ -70525,6 +73596,8 @@ self: { libraryHaskellDepends = [ base pretty QuickCheck ]; description = "The Disjunction Category Label Format"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "dcpu16" = callPackage @@ -70544,6 +73617,8 @@ self: { testHaskellDepends = [ base ]; description = "DCPU-16 Emulator & Assembler"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "ddate" = callPackage @@ -70555,6 +73630,7 @@ self: { libraryHaskellDepends = [ base dates time ]; description = "Discordian Date Types for Haskell"; license = lib.licenses.gpl2Only; + hydraPlatforms = lib.platforms.none; }) {}; "ddc-base" = callPackage @@ -70570,6 +73646,8 @@ self: { ]; description = "Disciplined Disciple Compiler common utilities"; license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "ddc-build" = callPackage @@ -70602,6 +73680,8 @@ self: { libraryHaskellDepends = [ base filepath ]; description = "Disciplined Disciple Compiler base libraries"; license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "ddc-core" = callPackage @@ -70618,7 +73698,6 @@ self: { ]; description = "Disciplined Disciple Compiler core language and type checker"; license = lib.licenses.mit; - hydraPlatforms = lib.platforms.none; }) {}; "ddc-core-babel" = callPackage @@ -70632,7 +73711,6 @@ self: { ]; description = "Disciplined Disciple Compiler PHP code generator"; license = lib.licenses.mit; - hydraPlatforms = lib.platforms.none; }) {}; "ddc-core-eval" = callPackage @@ -70683,7 +73761,6 @@ self: { ]; description = "Disciplined Disciple Compiler LLVM code generator"; license = lib.licenses.mit; - hydraPlatforms = lib.platforms.none; }) {}; "ddc-core-salt" = callPackage @@ -70699,7 +73776,6 @@ self: { ]; description = "Disciplined Disciple Compiler C code generator"; license = lib.licenses.mit; - hydraPlatforms = lib.platforms.none; }) {}; "ddc-core-simpl" = callPackage @@ -70715,7 +73791,6 @@ self: { ]; description = "Disciplined Disciple Compiler code transformations"; license = lib.licenses.mit; - hydraPlatforms = lib.platforms.none; }) {}; "ddc-core-tetra" = callPackage @@ -70732,7 +73807,6 @@ self: { ]; description = "Disciplined Disciple Compiler intermediate language"; license = lib.licenses.mit; - hydraPlatforms = lib.platforms.none; }) {}; "ddc-driver" = callPackage @@ -70781,7 +73855,6 @@ self: { ]; description = "Disciplined Disciple Compiler source language"; license = lib.licenses.mit; - hydraPlatforms = lib.platforms.none; }) {}; "ddc-tools" = callPackage @@ -70893,6 +73966,8 @@ self: { ]; description = "detect dead code in haskell projects"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "dead-simple-json" = callPackage @@ -70908,6 +73983,8 @@ self: { ]; description = "Dead simple JSON parser, with some Template Haskell sugar"; license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "dear-imgui" = callPackage @@ -70961,6 +74038,8 @@ self: { ]; description = "Modules for working with the Debian package system"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "debian-binary" = callPackage @@ -71071,6 +74150,8 @@ self: { ]; description = "secure remote debugging"; license = lib.licenses.agpl3Only; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "debug-pp" = callPackage @@ -71112,7 +74193,6 @@ self: { libraryHaskellDepends = [ base template-haskell unicode-show ]; description = "You do not have to write variable names twice in Debug.Trace"; license = lib.licenses.mit; - hydraPlatforms = lib.platforms.none; }) {}; "debug-tracy" = callPackage @@ -71127,6 +74207,8 @@ self: { executableHaskellDepends = [ base ]; description = "More useful trace functions for investigating bugs"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "debugger-hs" = callPackage @@ -71176,6 +74258,8 @@ self: { libraryHaskellDepends = [ base comonad-transformers ]; description = "The categorical dual of transformers"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "decidable" = callPackage @@ -71221,6 +74305,8 @@ self: { testHaskellDepends = [ base tasty tasty-hunit ]; description = "Preprocessing decimal literals more or less as they are (instead of via fractions)"; license = lib.licenses.gpl3Only; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "decision-diagrams" = callPackage @@ -71293,6 +74379,8 @@ self: { libraryHaskellDepends = [ base binary bytestring conduit ]; description = "Conduit for decoding ByteStrings using Data.Binary.Get"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "dedukti" = callPackage @@ -71350,6 +74438,8 @@ self: { testToolDepends = [ markdown-unlit ]; description = "Deep natural and unnatural tree transformations, including attribute grammars"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "deepcontrol" = callPackage @@ -71366,6 +74456,8 @@ self: { ]; description = "A library that provides deep-level programming style and(or) notation on Applicative and Monad"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "deepl" = callPackage @@ -71457,6 +74549,8 @@ self: { ]; description = "Bounded deepseq, including support for generic deriving"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "deepseq-generics" = callPackage @@ -71486,6 +74580,8 @@ self: { libraryHaskellDepends = [ array base deepseq stm ]; description = "Candidate NFData Instances for Types in base"; license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "deepseq-magic" = callPackage @@ -71497,6 +74593,8 @@ self: { libraryHaskellDepends = [ base ]; description = "Deep evaluation of data structures without NFData"; license = lib.licenses.publicDomain; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "deepseq-th" = callPackage @@ -71509,6 +74607,8 @@ self: { testHaskellDepends = [ base deepseq template-haskell ]; description = "Template Haskell based deriver for optimised NFData instances"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "deepzoom" = callPackage @@ -71571,6 +74671,8 @@ self: { ]; description = "The base modules of the Definitive framework"; license = "unknown"; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "definitive-filesystem" = callPackage @@ -71715,6 +74817,8 @@ self: { librarySystemDepends = [ mpdec ]; description = "Decimal floating point arithmetic"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {mpdec = null;}; "deka-tests" = callPackage @@ -71870,6 +74974,8 @@ self: { libraryHaskellDepends = [ base ]; description = "Generalized the Prelude more functionally"; license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "demarcate" = callPackage @@ -71882,6 +74988,8 @@ self: { testHaskellDepends = [ base hspec ]; description = "Demarcating transformed monad"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "denominate" = callPackage @@ -71896,6 +75004,8 @@ self: { executableHaskellDepends = [ base directory filepath ]; description = "Functions supporting bulk file and directory name normalization"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "dense" = callPackage @@ -71920,6 +75030,8 @@ self: { ]; description = "Mutable and immutable dense multidimensional arrays"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "dense-int-set" = callPackage @@ -71941,6 +75053,8 @@ self: { ]; description = "Dense int-set"; license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "dense-linear-algebra" = callPackage @@ -72003,7 +75117,6 @@ self: { ]; description = "Giving good advice to functions in records-of-functions"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; }) {}; "dep-t-dynamic" = callPackage @@ -72028,7 +75141,6 @@ self: { ]; description = "A dynamic environment for dependency injection"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; }) {}; "dependency" = callPackage @@ -72065,6 +75177,8 @@ self: { ]; description = "Dependent hash maps"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "dependent-literals" = callPackage @@ -72145,6 +75259,8 @@ self: { ]; description = "Dependent map that uses semigroup mappend"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "dependent-state" = callPackage @@ -72235,6 +75351,7 @@ self: { ]; description = "A simple configuration management tool for Haskell"; license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; }) {}; "dephd" = callPackage @@ -72281,6 +75398,8 @@ self: { libraryHaskellDepends = [ base containers dlist mtl parsec ]; description = "DepTrack Core types and model"; license = lib.licenses.asl20; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "deptrack-devops" = callPackage @@ -72357,6 +75476,8 @@ self: { libraryHaskellDepends = [ base fgl ]; description = "Find derangements of lists"; license = "GPL"; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "derivation-trees" = callPackage @@ -72370,6 +75491,8 @@ self: { ]; description = "Typeset Derivation Trees via MetaPost"; license = "GPL"; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "derive" = callPackage @@ -72390,6 +75513,8 @@ self: { executableHaskellDepends = [ base ]; description = "A program and library to derive instances for data types"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "derive-IG" = callPackage @@ -72413,6 +75538,8 @@ self: { libraryHaskellDepends = [ base data-default ]; description = "Generic instances for enumerating complex data types"; license = lib.licenses.gpl3Only; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "derive-gadt" = callPackage @@ -72434,6 +75561,8 @@ self: { ]; description = "Instance deriving for (a subset of) GADTs"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "derive-lifted-instances" = callPackage @@ -72462,6 +75591,8 @@ self: { testHaskellDepends = [ base semigroups ]; description = "derive Semigroup/Monoid/IsList"; license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "derive-storable" = callPackage @@ -72520,6 +75651,8 @@ self: { libraryHaskellDepends = [ array base containers template-haskell ]; description = "Automatic derivation of Trie implementations"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "deriveJsonNoPrefix" = callPackage @@ -72536,6 +75669,8 @@ self: { ]; description = "Derive ToJSON/FromJSON instances in a more prefix-friendly manner"; license = lib.licenses.asl20; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "deriving-aeson" = callPackage @@ -72620,6 +75755,8 @@ self: { libraryHaskellDepends = [ base derp ]; description = "combinators based on parsing with derivatives (derp) package"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "derulo" = callPackage @@ -72656,6 +75793,8 @@ self: { ]; description = "Combinators for describing binary data structures"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "descrilo" = callPackage @@ -72701,6 +75840,7 @@ self: { ]; description = "Library, interpreter, and CLI for Descript programming language"; license = lib.licenses.gpl3Only; + hydraPlatforms = lib.platforms.none; }) {}; "descriptive" = callPackage @@ -72763,6 +75903,8 @@ self: { testHaskellDepends = [ base hspec ]; description = "Simple deterministic game engine"; license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "detour-via-sci" = callPackage @@ -72825,6 +75967,8 @@ self: { ]; description = "Markov chain text generator"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "deunicode" = callPackage @@ -72838,6 +75982,8 @@ self: { executableHaskellDepends = [ base bytestring utf8-string ]; description = "Get rid of unicode (utf-8) symbols in Haskell sources"; license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "devil" = callPackage @@ -72856,6 +76002,8 @@ self: { ]; description = "A small tool to make it easier to update program managed by Angel"; license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "devtools" = callPackage @@ -72997,6 +76145,8 @@ self: { ]; description = "Build Debian From Scratch CD/DVD images"; license = "GPL"; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "dgim" = callPackage @@ -73009,6 +76159,8 @@ self: { testHaskellDepends = [ base Cabal QuickCheck ]; description = "Implementation of DGIM algorithm"; license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "dgs" = callPackage @@ -73020,6 +76172,8 @@ self: { libraryHaskellDepends = [ base HTTP mtl network split ]; description = "Haskell front-end for DGS' bot interface"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "dhall_1_29_0" = callPackage @@ -73333,6 +76487,8 @@ self: { ]; description = "Check all dhall files in a project"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "dhall-csv" = callPackage @@ -73363,6 +76519,8 @@ self: { ]; description = "Convert bidirectionally between Dhall and CSV files"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "dhall-docs" = callPackage @@ -73427,6 +76585,8 @@ self: { testToolDepends = [ hspec-discover ]; description = "Translate concourse config from Dhall to YAML"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "dhall-json" = callPackage @@ -73655,6 +76815,7 @@ self: { ]; description = "Convert recursive ADTs from and to Dhall"; license = lib.licenses.cc0; + hydraPlatforms = lib.platforms.none; }) {}; "dhall-text" = callPackage @@ -73701,6 +76862,8 @@ self: { ]; description = "Compile Dhall expressions to Cabal files"; license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "dhall-toml" = callPackage @@ -73772,6 +76935,7 @@ self: { ]; description = "Parse a DHCP lease file"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; }) {}; "dhrun" = callPackage @@ -73805,6 +76969,8 @@ self: { doHaddock = false; description = "Dhall/YAML configurable concurrent integration test executor"; license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "di" = callPackage @@ -73912,6 +77078,8 @@ self: { libraryHaskellDepends = [ base deepseq ]; description = "An EDSL for teaching Haskell with diagrams - data types"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "dia-functions" = callPackage @@ -73960,6 +77128,8 @@ self: { libraryHaskellDepends = [ base cubicbezier diagrams-lib ]; description = "deprecated, part of diagrams-contrib since 1.4"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "diagrams-braille" = callPackage @@ -74015,6 +77185,8 @@ self: { ]; description = "hint-based build service for the diagrams graphics EDSL"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "diagrams-cairo" = callPackage @@ -74281,6 +77453,8 @@ self: { ]; description = "PDF backend for diagrams drawing EDSL"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "diagrams-pgf" = callPackage @@ -74302,7 +77476,6 @@ self: { ]; description = "PGF backend for diagrams drawing EDSL"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; }) {}; "diagrams-postscript" = callPackage @@ -74337,6 +77510,8 @@ self: { ]; description = "Draw QR codes to SVG, PNG, PDF or PS files"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "diagrams-rasterific" = callPackage @@ -74392,6 +77567,8 @@ self: { ]; description = "Library for drawing the Rubik's Cube"; license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "diagrams-solve" = callPackage @@ -74444,6 +77621,8 @@ self: { ]; description = "TikZ backend for diagrams drawing EDSL"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "diagrams-wx" = callPackage @@ -74500,6 +77679,8 @@ self: { testToolDepends = [ hspec-discover ]; description = "A Dialogflow Fulfillment library for Haskell"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "dialogue" = callPackage @@ -74537,6 +77718,8 @@ self: { ]; description = "A simple, forward build system"; license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "dice" = callPackage @@ -74584,6 +77767,8 @@ self: { executableHaskellDepends = [ base ]; description = "Convert a Diceware wordlist into a printer-ready LaTeX file"; license = lib.licenses.gpl3Only; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "dicom" = callPackage @@ -74597,6 +77782,8 @@ self: { ]; description = "A library for reading and writing DICOM files in the Explicit VR Little Endian transfer syntax"; license = lib.licenses.gpl3Only; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "dictionaries" = callPackage @@ -74625,6 +77812,8 @@ self: { ]; description = "Tools to handle StarDict dictionaries"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "dictionary-sharing" = callPackage @@ -74653,6 +77842,8 @@ self: { testHaskellDepends = [ base hspec parsec ]; description = "Parsec parsers for the DICT format produced by dictfmt -t"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "diet" = callPackage @@ -74670,6 +77861,8 @@ self: { ]; description = "Discrete Interval Encoding Trees"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "diff" = callPackage @@ -74681,6 +77874,8 @@ self: { libraryHaskellDepends = [ base Enum util ]; description = "Diff and patch"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "diff-gestalt" = callPackage @@ -74695,6 +77890,8 @@ self: { testHaskellDepends = [ base Diff ]; description = "A diff algorithm based on recursive longest common substrings"; license = "unknown"; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "diff-parse" = callPackage @@ -74752,6 +77949,8 @@ self: { ]; description = "Diff two .cabal files syntactically"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "diffdump" = callPackage @@ -74816,6 +78015,7 @@ self: { ]; description = "Finds out whether an entity comes from different distributions (statuses)"; license = lib.licenses.gpl3Only; + hydraPlatforms = lib.platforms.none; }) {}; "diffmap" = callPackage @@ -74829,6 +78029,8 @@ self: { libraryHaskellDepends = [ base containers ]; description = "diff on maps"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "difftodo" = callPackage @@ -74854,6 +78056,8 @@ self: { ]; description = "Generate todo lists from source code"; license = lib.licenses.asl20; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "digamma" = callPackage @@ -74889,6 +78093,8 @@ self: { testHaskellDepends = [ array base bytestring digest QuickCheck ]; description = "Pure hash functions for bytestrings"; license = "unknown"; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "digest-sig" = callPackage @@ -74919,6 +78125,8 @@ self: { ]; description = "Speed up form designing using digestive functors and bootstrap"; license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "digestive-foundation-lucid" = callPackage @@ -74935,6 +78143,8 @@ self: { ]; description = "Speed up form designing using digestive functors and foundation"; license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "digestive-functors" = callPackage @@ -74977,6 +78187,8 @@ self: { ]; description = "Run digestive-functors forms against JSON"; license = lib.licenses.gpl3Only; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "digestive-functors-blaze" = callPackage @@ -75007,6 +78219,8 @@ self: { ]; description = "Happstack backend for the digestive-functors library"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "digestive-functors-heist" = callPackage @@ -75119,6 +78333,8 @@ self: { testHaskellDepends = [ base doctest hspec ]; description = "digitalocean api for haskell"; license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "digits" = callPackage @@ -75131,6 +78347,8 @@ self: { testHaskellDepends = [ base QuickCheck ]; description = "Converts integers to lists of digits and back"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "digraph" = callPackage @@ -75178,6 +78396,8 @@ self: { testHaskellDepends = [ base containers fingertree hspec ]; description = "A simpler Dijkstra shortest paths implementation"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "dimensional" = callPackage @@ -75221,6 +78441,8 @@ self: { libraryHaskellDepends = [ base numtype-tf time ]; description = "Statically checked physical dimensions, implemented using type families"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "dimensions" = callPackage @@ -75319,6 +78541,8 @@ self: { ]; description = "A convenient tagless EDSL"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "diohsc" = callPackage @@ -75357,6 +78581,8 @@ self: { libraryToolDepends = [ happy ]; description = "A quadratic diophantine equation solving library"; license = lib.licenses.gpl2Only; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "diplomacy" = callPackage @@ -75424,6 +78650,8 @@ self: { libraryHaskellDepends = [ base bytestring mtl ]; description = "Serialization and deserialization monads for streams and ByteStrings"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "direct-daemonize" = callPackage @@ -75450,6 +78678,8 @@ self: { ]; description = "Native implementation of the FastCGI protocol"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "direct-http" = callPackage @@ -75468,6 +78698,8 @@ self: { ]; description = "Native webserver that acts as a library"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "direct-murmur-hash" = callPackage @@ -75490,6 +78722,8 @@ self: { libraryHaskellDepends = [ base ghc ghc-paths ]; description = "Lightweight replacement for Plugins, specific to GHC"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "direct-rocksdb" = callPackage @@ -75509,6 +78743,7 @@ self: { ]; description = "Bindings to RocksDB"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; }) {}; "direct-sqlite" = callPackage @@ -75541,6 +78776,8 @@ self: { ]; description = "Finite directed cubical complexes and associated algorithms"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "directory_1_3_7_0" = callPackage @@ -75577,6 +78814,7 @@ self: { ]; description = "Recursively build, navigate, and operate on a tree of directory contents"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; }) {}; "directory-layout" = callPackage @@ -75640,6 +78878,8 @@ self: { executableHaskellDepends = [ base directory ]; description = "Deletes a directory and retains its contents in the parent directory"; license = lib.licenses.gpl3Only; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "dirfiles" = callPackage @@ -75713,7 +78953,6 @@ self: { testToolDepends = [ hspec-discover ]; description = "A small library for working with directories"; license = lib.licenses.mit; - hydraPlatforms = lib.platforms.none; }) {}; "disassembler" = callPackage @@ -75953,6 +79192,8 @@ self: { ]; description = "Type information for discord-hs"; license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "discordian-calendar" = callPackage @@ -75964,6 +79205,8 @@ self: { libraryHaskellDepends = [ base time ]; description = "library for handling Discordian calendar dates"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "discount" = callPackage @@ -76004,6 +79247,8 @@ self: { libraryHaskellDepends = [ base ]; description = "replacement for enum"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "discrete-intervals" = callPackage @@ -76079,6 +79324,8 @@ self: { ]; description = "Disjoint containers"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "disjoint-set" = callPackage @@ -76095,6 +79342,8 @@ self: { ]; description = "Persistent disjoint-sets, a.k.a union-find."; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "disjoint-set-stateful" = callPackage @@ -76107,6 +79356,8 @@ self: { testHaskellDepends = [ base hspec primitive ref-tf vector ]; description = "Monadic disjoint set"; license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "disjoint-sets-st" = callPackage @@ -76182,6 +79433,7 @@ self: { libraryHaskellDepends = [ base ghcjs-base-stub stm ]; description = "Allows storing different resource-releasing actions together"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; }) {}; "dist-upload" = callPackage @@ -76196,6 +79448,8 @@ self: { doHaddock = false; description = "Generate/Upload cabal package to Hackage"; license = lib.licenses.gpl3Only; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "distance" = callPackage @@ -76209,6 +79463,8 @@ self: { libraryHaskellDepends = [ base ]; description = "Useful distance datatype and functions"; license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "distance-of-time" = callPackage @@ -76240,6 +79496,8 @@ self: { testHaskellDepends = [ base binary hspec QuickCheck ]; description = "Serializable closures for distributed programming"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "distributed-fork" = callPackage @@ -76258,6 +79516,7 @@ self: { testHaskellDepends = [ base tasty tasty-hunit unix ]; description = "Like 'forkIO', but uses remote machines instead of local threads"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; }) {}; "distributed-fork-aws-lambda" = callPackage @@ -76284,6 +79543,7 @@ self: { ]; description = "AWS Lambda backend for distributed-fork"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; }) {}; "distributed-process" = callPackage @@ -76308,6 +79568,7 @@ self: { ]; description = "Cloud Haskell: Erlang-style concurrency in Haskell"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; }) {}; "distributed-process-async" = callPackage @@ -76813,6 +80074,7 @@ self: { ]; description = "Compositional, type-safe, polymorphic static values and closures"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; }) {}; "distribution" = callPackage @@ -76826,6 +80088,8 @@ self: { ]; description = "Finite discrete probability distributions"; license = lib.licenses.asl20; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "distribution-nixpkgs" = callPackage @@ -76946,6 +80210,7 @@ self: { ]; description = "Quantify the diversity of a population"; license = lib.licenses.gpl3Only; + hydraPlatforms = lib.platforms.none; }) {}; "dixi" = callPackage @@ -76999,6 +80264,8 @@ self: { testHaskellDepends = [ base hspec QuickCheck ]; description = "Hit drums with haskell"; license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "djinn" = callPackage @@ -77029,6 +80296,8 @@ self: { ]; description = "Generate Haskell code from a type. Bridge from Djinn to GHC API."; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "djinn-lib" = callPackage @@ -77055,6 +80324,8 @@ self: { ]; description = "Generate executable Haskell code from a type"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "dl-fedora" = callPackage @@ -77165,6 +80436,8 @@ self: { ]; description = "AVAYA DMCC API bindings and WebSockets server for AVAYA"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "dmenu" = callPackage @@ -77180,6 +80453,8 @@ self: { ]; description = "Complete bindings to the dmenu and dmenu2 command line tools"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "dmenu-pkill" = callPackage @@ -77292,6 +80567,7 @@ self: { executableHaskellDepends = [ base ]; description = "Caching DNS resolver library and mass DNS resolver utility"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; }) {}; "dnsrbl" = callPackage @@ -77304,6 +80580,8 @@ self: { libraryHaskellDepends = [ base containers hsdns HUnit network ]; description = "Asynchronous DNS RBL lookup"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "dnssd" = callPackage @@ -77316,6 +80594,8 @@ self: { librarySystemDepends = [ dns_sd ]; description = "DNS service discovery bindings"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {dns_sd = null;}; "do-list" = callPackage @@ -77341,6 +80621,8 @@ self: { testHaskellDepends = [ base indexed ]; description = "Generalize do-notation to work on monads and indexed monads simultaneously"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "do-notation-dsl" = callPackage @@ -77357,6 +80639,8 @@ self: { ]; description = "An alternative to monads"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "do-spaces" = callPackage @@ -77385,6 +80669,8 @@ self: { ]; description = "DigitalOcean Spaces API bindings"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "dobutok" = callPackage @@ -77396,6 +80682,8 @@ self: { libraryHaskellDepends = [ base ]; description = "Creates the time intervals for CLI changing messages on the screen"; license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "dobutokO" = callPackage @@ -77407,6 +80695,8 @@ self: { libraryHaskellDepends = [ base ]; description = "The library is intended to print updated messages on the terminal screen"; license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "dobutokO-effects" = callPackage @@ -77418,6 +80708,7 @@ self: { libraryHaskellDepends = [ base dobutokO-frequency ]; description = "A library to deal with SoX effects and possibilities"; license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; }) {}; "dobutokO-frequency" = callPackage @@ -77429,6 +80720,8 @@ self: { libraryHaskellDepends = [ base ]; description = "Helps to create experimental music. Working with frequencies and types."; license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "dobutokO-poetry" = callPackage @@ -77451,6 +80744,7 @@ self: { ]; description = "Helps to order the 7 or less Ukrainian words to obtain somewhat suitable for poetry or music text"; license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; }) {}; "dobutokO-poetry-general" = callPackage @@ -77462,6 +80756,7 @@ self: { libraryHaskellDepends = [ base mmsyn3 mmsyn6ukr mmsyn7s vector ]; description = "Helps to order the 7 or less words (first of all the Ukrainian ones) to obtain somewhat suitable for poetry or music text"; license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; }) {}; "dobutokO-poetry-general-languages" = callPackage @@ -77478,6 +80773,7 @@ self: { ]; description = "Helps to order the 7 or less words to obtain somewhat suitable for poetry or music text"; license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; }) {}; "dobutokO2" = callPackage @@ -77501,6 +80797,7 @@ self: { ]; description = "Helps to create experimental music from a file (or its part) and a Ukrainian text"; license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; }) {}; "dobutokO3" = callPackage @@ -77517,6 +80814,7 @@ self: { ]; description = "Helps to create more complex experimental music from a file (especially timbre)"; license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; }) {}; "dobutokO4" = callPackage @@ -77533,6 +80831,7 @@ self: { ]; description = "Helps to create experimental music. Uses SoX inside."; license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; }) {}; "doc-review" = callPackage @@ -77577,6 +80876,8 @@ self: { ]; description = "Checks Haddock comments for pitfalls and version changes"; license = lib.licenses.gpl3Only; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "docidx" = callPackage @@ -77595,6 +80896,8 @@ self: { ]; description = "Generate an HTML index of installed Haskell packages and their documentation"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "docker" = callPackage @@ -77628,6 +80931,8 @@ self: { ]; description = "An API client for docker written in Haskell"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "docker-build-cacher" = callPackage @@ -77650,6 +80955,8 @@ self: { ]; description = "Builds a docker image and caches all of its intermediate stages"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "dockercook" = callPackage @@ -77683,6 +80990,8 @@ self: { testHaskellDepends = [ base HTF text vector ]; description = "A build tool for multiple docker image layers"; license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "dockerfile" = callPackage @@ -77716,6 +81025,8 @@ self: { th-lift th-lift-instances time ]; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "doclayout" = callPackage @@ -77775,6 +81086,8 @@ self: { ]; description = "Vinyl-based records with hierarchical field names, default values and documentation"; license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "docstrings" = callPackage @@ -77922,6 +81235,8 @@ self: { doHaddock = false; description = "Easy way to run doctests via cabal (no aeson dependency, uses configurator instead)"; license = lib.licenses.publicDomain; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "doctest-driver-gen" = callPackage @@ -78013,6 +81328,8 @@ self: { doHaddock = false; description = "Test interactive Haskell examples"; license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "doctest-prop" = callPackage @@ -78025,6 +81342,8 @@ self: { testHaskellDepends = [ base doctest HUnit QuickCheck ]; description = "Allow QuickCheck-style property testing within doctest"; license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "docusign-base" = callPackage @@ -78094,6 +81413,8 @@ self: { ]; description = "DocuSign examples"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "docvim" = callPackage @@ -78120,6 +81441,8 @@ self: { ]; description = "Documentation generator for Vim plug-ins"; license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "doi" = callPackage @@ -78148,6 +81471,8 @@ self: { ]; description = "Automatic Bibtex and fulltext of scientific articles"; license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "doldol" = callPackage @@ -78226,6 +81551,7 @@ self: { ]; description = "Simple monadic DOM parser"; license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; }) {}; "dom-selector" = callPackage @@ -78246,6 +81572,8 @@ self: { ]; description = "DOM traversal by CSS selectors for xml-conduit package"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "domain" = callPackage @@ -78271,7 +81599,6 @@ self: { ]; description = "Codegen helping you define domain models"; license = lib.licenses.mit; - hydraPlatforms = lib.platforms.none; }) {}; "domain-aeson" = callPackage @@ -78343,7 +81670,6 @@ self: { ]; description = "Low-level API of \"domain\""; license = lib.licenses.mit; - hydraPlatforms = lib.platforms.none; }) {}; "domain-core_0_1_0_2" = callPackage @@ -78379,7 +81705,6 @@ self: { testHaskellDepends = [ domain optics rerebase ]; description = "Integration of domain with optics"; license = lib.licenses.mit; - hydraPlatforms = lib.platforms.none; }) {}; "dominion" = callPackage @@ -78411,6 +81736,8 @@ self: { ]; description = "A simple templating library using HTML5 as its template language"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "dormouse-client" = callPackage @@ -78465,6 +81792,8 @@ self: { testToolDepends = [ hspec-discover ]; description = "Library for type-safe representations of Uri/Urls"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "dot" = callPackage @@ -78504,6 +81833,8 @@ self: { ]; description = "Initial project template from stack"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "dot2graphml" = callPackage @@ -78607,6 +81938,8 @@ self: { doHaddock = false; description = "Filesystem to manage and parse dotfiles"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "dotgen" = callPackage @@ -78686,6 +82019,7 @@ self: { libraryHaskellDepends = [ base foldable-ix ]; description = "Some special functions to work with lists (with zip)"; license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; }) {}; "doublify-toolkit" = callPackage @@ -78697,6 +82031,8 @@ self: { libraryHaskellDepends = [ base ]; description = "Doublify API toolkit for Haskell"; license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "dove" = callPackage @@ -78732,6 +82068,7 @@ self: { ]; description = "A PureScript interpreter with a Haskell FFI"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; }) {}; "dovetail-aeson" = callPackage @@ -78813,6 +82150,8 @@ self: { testHaskellDepends = [ base tasty tasty-hunit vector-space ]; description = "Reverse mode automatic differentiation"; license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "download" = callPackage @@ -78872,6 +82211,8 @@ self: { ]; description = "A small, low-dependency library that provides turn-key file download over HTTP and HTTPS"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "dozenal" = callPackage @@ -78883,6 +82224,8 @@ self: { libraryHaskellDepends = [ base ]; description = "A Haskell library for using Dozenal (Duodecimal - Base 12) numbers"; license = lib.licenses.gpl3Only; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "dozens" = callPackage @@ -78902,6 +82245,8 @@ self: { ]; description = "dozens api library"; license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "dph-base" = callPackage @@ -78915,6 +82260,8 @@ self: { ]; description = "Data Parallel Haskell common config and debugging functions"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "dph-examples" = callPackage @@ -79071,6 +82418,8 @@ self: { testPkgconfigDepends = [ libdpkg ]; description = "libdpkg bindings"; license = lib.licenses.gpl3Only; + hydraPlatforms = lib.platforms.none; + broken = true; }) {inherit (pkgs) dpkg; libdpkg = null;}; "dpor" = callPackage @@ -79084,6 +82433,8 @@ self: { ]; description = "A generic implementation of dynamic partial-order reduction (DPOR) for testing arbitrary models of concurrency"; license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "dprox" = callPackage @@ -79120,6 +82471,8 @@ self: { libraryHaskellDepends = [ base containers ]; description = "Monadic FRP"; license = lib.licenses.publicDomain; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "dragen" = callPackage @@ -79140,6 +82493,8 @@ self: { ]; description = "Automatic derivation of optimized QuickCheck random generators"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "drama" = callPackage @@ -79185,6 +82540,8 @@ self: { testHaskellDepends = [ base containers hspec QuickCheck ]; description = "A port of asciimoo's drawille to haskell"; license = lib.licenses.gpl3Only; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "dresdner-verkehrsbetriebe" = callPackage @@ -79207,6 +82564,8 @@ self: { ]; description = "Library and program for querying DVB (Dresdner Verkehrsbetriebe AG)"; license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "drifter" = callPackage @@ -79243,6 +82602,8 @@ self: { ]; description = "PostgreSQL support for the drifter schema migration tool"; license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "drifter-sqlite" = callPackage @@ -79273,6 +82634,8 @@ self: { libraryHaskellDepends = [ base exceptions mtl transformers ]; description = "Boozy streaming library"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "driving-classes-plugin" = callPackage @@ -79298,6 +82661,8 @@ self: { libraryToolDepends = [ c2hs ]; description = "A Haskell bindings to the DRMAA C library"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {drmaa = null;}; "drone" = callPackage @@ -79316,6 +82681,8 @@ self: { microlens req servant-server text warp ]; license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "dropbox" = callPackage @@ -79344,6 +82711,8 @@ self: { ]; description = "Dropbox API client"; license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "dropbox-sdk" = callPackage @@ -79414,6 +82783,8 @@ self: { testHaskellDepends = [ base QuickCheck tasty tasty-quickcheck ]; description = "A subset of the miniKanren language"; license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "dsc" = callPackage @@ -79433,6 +82804,8 @@ self: { ]; description = "Helper functions for setting up Double Submit Cookie defense for forms"; license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "dsh-sql" = callPackage @@ -79478,6 +82851,8 @@ self: { ]; description = "DSMC library for rarefied gas dynamics"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "dsmc-tools" = callPackage @@ -79509,6 +82884,8 @@ self: { libraryHaskellDepends = [ base parsec ]; description = "Haskell Doge Serialized Object Notation Parser"; license = lib.licenses.gpl3Only; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "dson-parsec" = callPackage @@ -79520,6 +82897,8 @@ self: { libraryHaskellDepends = [ base parsec ]; description = "DSON parser"; license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "dsp" = callPackage @@ -79545,6 +82924,8 @@ self: { libraryHaskellDepends = [ base base-unicode-symbols dlist ]; description = "Difference strings"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "dsv" = callPackage @@ -79568,6 +82949,7 @@ self: { ]; description = "DSV (delimiter-separated values)"; license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; }) {}; "dtab" = callPackage @@ -79623,6 +83005,8 @@ self: { ]; description = "Parse and render XML DTDs"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "dtd-types" = callPackage @@ -79664,6 +83048,7 @@ self: { ]; description = "(Fast) Dynamic Time Warping"; license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; }) {}; "dual" = callPackage @@ -79696,6 +83081,8 @@ self: { ]; description = "Network multiplayer 2D shooting game"; license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "dual-tree" = callPackage @@ -79732,6 +83119,8 @@ self: { ]; description = "Automatically generate dual constructions"; license = "AGPL"; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "dublincore-xml-conduit" = callPackage @@ -79789,6 +83178,8 @@ self: { ]; description = "A Haskell library for parsing text into structured data"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "duet" = callPackage @@ -79816,6 +83207,8 @@ self: { ]; description = "A tiny language, a subset of Haskell (with type classes) aimed at aiding teachers to teach Haskell"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "dumb-cas" = callPackage @@ -79873,6 +83266,8 @@ self: { ]; description = "A plug-in for rendering GHC core"; license = lib.licenses.isc; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "dunai" = callPackage @@ -79904,6 +83299,8 @@ self: { ]; description = "Generalised reactive framework supporting classic, arrowized and monadic FRP. (Core library fork.)"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "dunai-test" = callPackage @@ -79953,6 +83350,7 @@ self: { ]; description = "Frontend development build tool"; license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; }) {}; "dura" = callPackage @@ -79966,6 +83364,8 @@ self: { libraryHaskellDepends = [ base bytestring directory filepath ]; description = "durable/atomic file system writes (from rio package)"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "duration" = callPackage @@ -80022,6 +83422,8 @@ self: { ]; description = "Dead simple password manager"; license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "dvda" = callPackage @@ -80058,6 +83460,8 @@ self: { libraryToolDepends = [ c2hs ]; description = "A monadic interface to libdvdread"; license = lib.licenses.gpl3Only; + hydraPlatforms = lib.platforms.none; + broken = true; }) {dvdread = null;}; "dvi-processing" = callPackage @@ -80069,6 +83473,8 @@ self: { libraryHaskellDepends = [ base bytestring filepath transformers ]; description = "Read/write DVI and TFM file"; license = lib.licenses.publicDomain; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "dvorak" = callPackage @@ -80093,6 +83499,8 @@ self: { libraryHaskellDepends = [ base binary bytestring containers ]; description = "Parser for DWARF debug format"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "dwarf-el" = callPackage @@ -80131,6 +83539,8 @@ self: { executableHaskellDepends = [ base containers dwarf-el ]; description = "High-level wrapper around the dwarf library"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "dwergaz" = callPackage @@ -80197,6 +83607,8 @@ self: { testHaskellDepends = [ ansi-terminal base hspec text ]; description = "A library for working with binary Dyck words"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "dyepack" = callPackage @@ -80293,6 +83705,8 @@ self: { benchmarkHaskellDepends = [ base criterion primitive ]; description = "Dynamic graph algorithms"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "dynamic-linker-template" = callPackage @@ -80331,6 +83745,8 @@ self: { libraryHaskellDepends = [ base primitive vector ]; description = "A wrapper around MVector that enables pushing, popping and extending"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "dynamic-object" = callPackage @@ -80349,6 +83765,8 @@ self: { ]; description = "Object-oriented programming with duck typing and singleton classes"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "dynamic-pipeline" = callPackage @@ -80375,7 +83793,6 @@ self: { testToolDepends = [ hspec-discover ]; description = "Library Type Safe implementation of Dynamic Pipeline Paradigm (DPP)"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; }) {}; "dynamic-plot" = callPackage @@ -80423,6 +83840,7 @@ self: { ]; description = "A pretty-print library that employs a dynamic programming algorithm for optimal rendering"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; }) {}; "dynamic-state" = callPackage @@ -80465,6 +83883,7 @@ self: { ]; description = "Typesafe library for working with DynamoDB database"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; }) {}; "dynloader" = callPackage @@ -80477,6 +83896,8 @@ self: { testHaskellDepends = [ base ghc ghc-paths hspec ]; description = "Dynamically runtime loading packages"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "dynobud" = callPackage @@ -80537,6 +83958,8 @@ self: { libraryHaskellDepends = [ base bytestring transformers ]; description = "Bindings to the dywapitchtrack pitch tracking library"; license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "dzen-dhall" = callPackage @@ -80572,6 +83995,8 @@ self: { ]; description = "Configure dzen2 bars in Dhall language"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "dzen-utils" = callPackage @@ -80583,6 +84008,8 @@ self: { libraryHaskellDepends = [ base colour process ]; description = "Utilities for creating inputs for dzen"; license = "GPL"; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "each" = callPackage @@ -80596,6 +84023,8 @@ self: { testHaskellDepends = [ base hspec QuickCheck ]; description = "Template Haskell library for writing monadic expressions more easily"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "eager-sockets" = callPackage @@ -80609,6 +84038,8 @@ self: { libraryHaskellDepends = [ base bytestring network ]; description = "Socket operations with timeouts"; license = "unknown"; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "eap" = callPackage @@ -80641,6 +84072,8 @@ self: { testHaskellDepends = [ base filepath hspec ]; description = "Ear Clipping Triangulation"; license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "earcut" = callPackage @@ -80652,6 +84085,8 @@ self: { libraryHaskellDepends = [ base vector ]; description = "Binding to C++ earcut library"; license = lib.licenses.isc; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "early" = callPackage @@ -80673,6 +84108,8 @@ self: { testHaskellDepends = [ base ]; description = "Early return syntax in do-notation (GHC plugin)"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "ease" = callPackage @@ -80699,6 +84136,8 @@ self: { ]; description = "Utility code for building HTTP API bindings more quickly"; license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "easy-args" = callPackage @@ -80711,6 +84150,8 @@ self: { testHaskellDepends = [ base hspec ]; description = "Parses command line arguments"; license = lib.licenses.lgpl3Only; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "easy-bitcoin" = callPackage @@ -80728,6 +84169,8 @@ self: { ]; description = "types and functions for bitcoin applications"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "easy-file" = callPackage @@ -80776,6 +84219,8 @@ self: { ]; description = "Haskell JSON library with an emphasis on simplicity, minimal dependencies, and ease of use"; license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "easyplot" = callPackage @@ -80787,6 +84232,8 @@ self: { libraryHaskellDepends = [ base process ]; description = "A tiny plotting library, utilizes gnuplot for plotting"; license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "easyrender" = callPackage @@ -80849,6 +84296,8 @@ self: { ]; description = "Simple, expressive testing library"; license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "ebeats" = callPackage @@ -80860,6 +84309,8 @@ self: { libraryHaskellDepends = [ base time ]; description = "Time in ebeats"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "ebnf-bff" = callPackage @@ -80878,6 +84329,8 @@ self: { ]; description = "Parser combinators & EBNF, BFFs!"; license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "ec2-signature" = callPackage @@ -80916,6 +84369,7 @@ self: { ]; description = "A handy tool for uploading unikernels to Amazon's EC2"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; }) {}; "eccrypto" = callPackage @@ -80934,6 +84388,8 @@ self: { benchmarkHaskellDepends = [ base bytestring criterion random ]; description = "Elliptic Curve Cryptography for Haskell"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "eccrypto-ed25519-bindings" = callPackage @@ -80993,6 +84449,8 @@ self: { executableHaskellDepends = [ base ]; description = "A ECMA-262 interpreter library"; license = lib.licenses.bsd2; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "ecstasy" = callPackage @@ -81026,6 +84484,8 @@ self: { executableSystemDepends = [ canlib ]; description = "Tools for automotive ECU development"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {canlib = null;}; "ed25519" = callPackage @@ -81073,6 +84533,8 @@ self: { ]; description = "Command line file filtering with haskell"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "ede" = callPackage @@ -81104,6 +84566,8 @@ self: { ]; description = "Templating language with similar syntax and features to Liquid or Jinja2"; license = lib.licenses.mpl20; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "edenmodules" = callPackage @@ -81115,6 +84579,8 @@ self: { libraryHaskellDepends = [ base containers deepseq parallel ]; description = "Semi-explicit parallel programming library"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "edenskel" = callPackage @@ -81217,6 +84683,8 @@ self: { libraryHaskellDepends = [ base bytestring cereal hedis ]; description = "Statically typechecked client for Redis"; license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "edit" = callPackage @@ -81237,6 +84705,8 @@ self: { testToolDepends = [ tasty-discover ]; description = "A monad for rewriting things"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "edit-distance" = callPackage @@ -81308,6 +84778,8 @@ self: { ]; description = "Symmetric, stateful edit lenses"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "edit-lenses-demo" = callPackage @@ -81344,6 +84816,8 @@ self: { libraryHaskellDepends = [ base ]; description = "Bindings to the editline library (libedit)"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "editor-open" = callPackage @@ -81401,6 +84875,8 @@ self: { benchmarkHaskellDepends = [ base criterion ]; description = "A library for writing extensible algebraic effects and handlers. Similar to extensible-effects but with deep handlers."; license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "effect-monad" = callPackage @@ -81412,6 +84888,8 @@ self: { libraryHaskellDepends = [ base type-level-sets ]; description = "Embeds effect systems and program logics into Haskell using graded monads and parameterised monads"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "effect-stack" = callPackage @@ -81423,6 +84901,8 @@ self: { libraryHaskellDepends = [ base constraints mtl transformers ]; description = "Reducing the pain of transformer stacks with duplicated effects"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "effectful" = callPackage @@ -81465,6 +84945,8 @@ self: { ]; description = "A monadic embedding of aspect oriented programming"; license = "unknown"; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "effective-aspects-mzv" = callPackage @@ -81528,6 +85010,8 @@ self: { ]; description = "An Effect System based on Type Classes"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "effin" = callPackage @@ -81539,6 +85023,8 @@ self: { libraryHaskellDepends = [ base mtl ]; description = "A Typeable-free implementation of extensible effects"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "eflint" = callPackage @@ -81620,6 +85106,8 @@ self: { testToolDepends = [ tasty-discover ]; description = "Manipulating Egison patterns: abstract syntax, parser, and pretty-printer"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "egison-pattern-src-haskell-mode" = callPackage @@ -81725,6 +85213,8 @@ self: { ]; description = "like eruby, ehaskell is embedded haskell"; license = "GPL"; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "ehs" = callPackage @@ -81745,6 +85235,8 @@ self: { ]; description = "Embedded haskell template using quasiquotes"; license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "eibd-client-simple" = callPackage @@ -81763,6 +85255,8 @@ self: { librarySystemDepends = [ eibclient ]; description = "EIBd Client"; license = lib.licenses.gpl3Only; + hydraPlatforms = lib.platforms.none; + broken = true; }) {eibclient = null;}; "eigen" = callPackage @@ -81782,6 +85276,8 @@ self: { ]; description = "Eigen C++ library (linear algebra: matrices, sparse matrices, vectors, numerical solvers)"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "eio" = callPackage @@ -81869,6 +85365,8 @@ self: { libraryHaskellDepends = [ base ]; description = "Functions for probing and unwrapping values inside of Either"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "eithers" = callPackage @@ -81900,6 +85398,8 @@ self: { ]; description = "Binding to EJDB2 C library, an embedded JSON noSQL database"; license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; + broken = true; }) {ejdb2 = null; libejdb2 = null;}; "ekg" = callPackage @@ -81920,6 +85420,7 @@ self: { ]; description = "Remote monitoring of processes"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; }) {}; "ekg-bosun" = callPackage @@ -81937,6 +85438,8 @@ self: { ]; description = "Send ekg metrics to a Bosun instance"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "ekg-carbon" = callPackage @@ -81953,6 +85456,7 @@ self: { ]; description = "An EKG backend to send statistics to Carbon (part of Graphite monitoring tools)"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; }) {}; "ekg-cloudwatch" = callPackage @@ -81970,6 +85474,7 @@ self: { ]; description = "An ekg backend for Amazon Cloudwatch"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; }) {}; "ekg-core" = callPackage @@ -82004,6 +85509,8 @@ self: { ]; description = "Push metrics to elastic"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "ekg-elasticsearch" = callPackage @@ -82021,6 +85528,8 @@ self: { ]; description = "Push metrics to elasticsearch"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "ekg-influxdb" = callPackage @@ -82053,6 +85562,8 @@ self: { ]; description = "JSON encoding of ekg metrics"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "ekg-log" = callPackage @@ -82069,6 +85580,8 @@ self: { ]; description = "Push metrics to a log file"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "ekg-prometheus-adapter" = callPackage @@ -82105,6 +85618,8 @@ self: { ]; description = "Small framework to push metric deltas to a broadcast channel using the ekg-core library"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "ekg-rrd" = callPackage @@ -82125,6 +85640,8 @@ self: { ]; description = "Passes ekg statistics to rrdtool"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "ekg-statsd" = callPackage @@ -82140,6 +85657,8 @@ self: { ]; description = "Push metrics to statsd"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "ekg-wai" = callPackage @@ -82160,6 +85679,7 @@ self: { ]; description = "Remote monitoring of processes"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; }) {}; "elbow" = callPackage @@ -82245,6 +85765,8 @@ self: { libraryHaskellDepends = [ base extensible transformers ]; description = "Immediately lifts to a desired level"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "elf" = callPackage @@ -82308,6 +85830,8 @@ self: { executableHaskellDepends = [ base ]; description = "Arrows with holes"; license = lib.licenses.bsd2; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "elliptic-curve" = callPackage @@ -82656,6 +86180,8 @@ self: { doHaddock = false; description = "Crossing the road between Haskell and Elm"; license = lib.licenses.mpl20; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "elm-syntax" = callPackage @@ -82705,6 +86231,8 @@ self: { ]; description = "Generate ELM code from a Wai websocket application"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "elm-yesod" = callPackage @@ -82763,6 +86291,8 @@ self: { ]; description = "Generate ELM types/encoders/decoders from Haskell types"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "elo" = callPackage @@ -82797,6 +86327,8 @@ self: { ]; description = "Generate easy-to-remember, hard-to-guess passwords"; license = "unknown"; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "elsa" = callPackage @@ -83003,6 +86535,8 @@ self: { ]; description = "Utilities to write Emacs dynamic modules"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "email" = callPackage @@ -83041,6 +86575,8 @@ self: { ]; description = "Parsing and rendering of email and MIME headers"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "email-postmark" = callPackage @@ -83056,6 +86592,8 @@ self: { ]; description = "A simple wrapper to send emails via the api of the service postmark (http://postmarkapp.com/)"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "email-validate" = callPackage @@ -83145,6 +86683,8 @@ self: { testHaskellDepends = [ base doctest Glob ]; description = "Wrapper around email-validate library adding instances for common type classes"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "emailparse" = callPackage @@ -83184,7 +86724,6 @@ self: { ]; description = "Embed the values in scope in the haddock documentation of the module"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; }) {}; "embeddock-example" = callPackage @@ -83196,7 +86735,6 @@ self: { libraryHaskellDepends = [ base embeddock time ]; description = "Example of using embeddock"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; }) {}; "embla" = callPackage @@ -83208,6 +86746,8 @@ self: { libraryHaskellDepends = [ base chronos ]; description = "execute actions periodically while avoiding drift"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "embroidery" = callPackage @@ -83269,6 +86809,8 @@ self: { testHaskellDepends = [ base HUnit QuickCheck syb ]; description = "Extensible and Modular Generics for the Masses"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "emoji" = callPackage @@ -83321,6 +86863,8 @@ self: { libraryHaskellDepends = [ base ]; description = "A container that always has no values"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "enchant" = callPackage @@ -83337,6 +86881,8 @@ self: { testHaskellDepends = [ base ]; description = "Binding to the Enchant library"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {inherit (pkgs) enchant;}; "enclosed-exceptions" = callPackage @@ -83394,6 +86940,8 @@ self: { testHaskellDepends = [ base bytestring HUnit QuickCheck ]; description = "A library for various character encodings"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "encoding-io" = callPackage @@ -83407,6 +86955,8 @@ self: { ]; description = "Encoding-aware file I/O"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "encryptable" = callPackage @@ -83430,6 +86980,8 @@ self: { ]; description = "Typed encryption with persistent support"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "endo" = callPackage @@ -83484,6 +87036,8 @@ self: { ]; description = "A Haskell implementation of Engine.IO"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "engine-io-growler" = callPackage @@ -83519,6 +87073,7 @@ self: { snap-core unordered-containers websockets websockets-snap ]; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; }) {}; "engine-io-wai" = callPackage @@ -83537,6 +87092,7 @@ self: { ]; description = "An @engine-io@ @ServerAPI@ that is compatible with @Wai@"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; }) {}; "engine-io-yesod" = callPackage @@ -83553,6 +87109,7 @@ self: { unordered-containers wai wai-websockets websockets yesod-core ]; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; }) {}; "engineering-units" = callPackage @@ -83624,6 +87181,8 @@ self: { ]; description = "entwine - Concurrency tools"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "enum-subset-generate" = callPackage @@ -83640,6 +87199,8 @@ self: { ]; description = "Generate an ADT being a subset of another ADT, and the corresponding mappings"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "enum-text" = callPackage @@ -83661,6 +87222,8 @@ self: { ]; description = "A text rendering and parsing toolkit for enumerated types"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "enum-text-rio" = callPackage @@ -83677,6 +87240,7 @@ self: { ]; description = "Making fmt available with rio"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; }) {}; "enum-types" = callPackage @@ -83704,6 +87268,8 @@ self: { ]; description = "An experimental Utf8 parsing toolkit for enumerated types"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "enumerable" = callPackage @@ -83789,6 +87355,8 @@ self: { ]; description = "Reliable, high-performance processing with left-fold enumerators"; license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "enumerator-fd" = callPackage @@ -83824,6 +87392,7 @@ self: { libraryHaskellDepends = [ base enummapset-th ]; description = "Finitely represented /total/ EnumMaps"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; }) {}; "enummapmap" = callPackage @@ -83848,6 +87417,8 @@ self: { ]; description = "Map of maps using Enum types as keys"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "enummaps" = callPackage @@ -83859,6 +87430,8 @@ self: { libraryHaskellDepends = [ base containers deepseq ]; description = "Enum wrappers for IntMap and IntSet"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "enummapset" = callPackage @@ -83892,6 +87465,8 @@ self: { ]; description = "TH-generated EnumSet/EnumMap wrappers around IntSet/IntMap"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "enumset" = callPackage @@ -83953,6 +87528,8 @@ self: { ]; description = "Pull configuration information from the ENV"; license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "envelope" = callPackage @@ -83967,6 +87544,8 @@ self: { testHaskellDepends = [ base doctest Glob ]; description = "Defines generic 'Envelope' type to wrap reponses from a JSON API"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "envparse" = callPackage @@ -84000,6 +87579,8 @@ self: { ]; description = "Display efficiently the state of the local environment"; license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "envy" = callPackage @@ -84039,7 +87620,6 @@ self: { testToolDepends = [ hspec-discover ]; description = "Provides FromEnv in envy instance for Record of extensible"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; }) {}; "epanet-haskell" = callPackage @@ -84051,6 +87631,8 @@ self: { libraryHaskellDepends = [ base ]; description = "Haskell binding for EPANET"; license = lib.licenses.gpl3Only; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "epass" = callPackage @@ -84062,6 +87644,8 @@ self: { libraryHaskellDepends = [ base stm time ]; description = "Baisc, Erlang-like message passing supporting sockets"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "ephemeral" = callPackage @@ -84103,6 +87687,8 @@ self: { ]; description = "A library for simulating epidemics as birth-death processes"; license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "epic" = callPackage @@ -84120,6 +87706,8 @@ self: { ]; description = "Compiler for a simple functional language"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "epoll" = callPackage @@ -84133,6 +87721,8 @@ self: { libraryHaskellDepends = [ base unix ]; description = "epoll bindings"; license = "LGPL"; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "eprocess" = callPackage @@ -84145,6 +87735,8 @@ self: { libraryHaskellDepends = [ base exceptions mtl ]; description = "Basic Erlang-like process support for Haskell"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "epub" = callPackage @@ -84222,6 +87814,8 @@ self: { ]; description = "Rename epub ebook files based on meta information"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "eq" = callPackage @@ -84279,6 +87873,8 @@ self: { ]; description = "Proof assistant for Haskell using DataKinds & PolyKinds"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "equeue" = callPackage @@ -84300,6 +87896,8 @@ self: { ]; description = "Application level triggered, and edge triggered event multiqueues"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "equivalence" = callPackage @@ -84342,6 +87940,8 @@ self: { ]; description = "An entity-relationship diagram generator from a plain text description"; license = lib.licenses.publicDomain; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "erf" = callPackage @@ -84380,6 +87980,8 @@ self: { ]; description = "FFI interface to Erlang"; license = "GPL"; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "erlang-ffi" = callPackage @@ -84399,6 +88001,8 @@ self: { ]; description = "Send messages to an Erlang node using Haskell"; license = "GPL"; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "eros" = callPackage @@ -84411,6 +88015,8 @@ self: { libraryHaskellDepends = [ aeson base bytestring containers text ]; description = "A text censorship library"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "eros-client" = callPackage @@ -84537,6 +88143,8 @@ self: { ]; description = "Provides API for enriching errors with contexts"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "error-continuations" = callPackage @@ -84548,6 +88156,8 @@ self: { libraryHaskellDepends = [ base either mtl transformers ]; description = "Error Continuations"; license = lib.licenses.publicDomain; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "error-list" = callPackage @@ -84559,6 +88169,8 @@ self: { libraryHaskellDepends = [ base mtl text text-render ]; description = "A useful type for collecting error messages"; license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "error-loc" = callPackage @@ -84570,6 +88182,8 @@ self: { libraryHaskellDepends = [ base template-haskell ]; description = "An error replacement with call-site metadata"; license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "error-location" = callPackage @@ -84630,6 +88244,8 @@ self: { libraryHaskellDepends = [ base transformers ]; description = "Set of utils and operators for error handling"; license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "errorcall-eq-instance" = callPackage @@ -84703,6 +88319,8 @@ self: { ]; description = "A script to concatenate AIP ERSA"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "ersatz" = callPackage @@ -84728,6 +88346,8 @@ self: { testHaskellDepends = [ array base ]; description = "A monad for expressing SAT or QSAT problems using observable sharing"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "ersatz-toysat" = callPackage @@ -84768,6 +88388,8 @@ self: { ]; description = "Easy Runtime Templates"; license = lib.licenses.gpl3Only; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "escape-artist" = callPackage @@ -84784,6 +88406,8 @@ self: { ]; description = "ANSI Escape Sequence Text Decoration Made Easy"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "escaped" = callPackage @@ -84831,6 +88455,8 @@ self: { doHaddock = false; description = "Terminal fuzzy selector"; license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "esotericbot" = callPackage @@ -84919,6 +88545,7 @@ self: { ]; description = "Espial is an open-source, web-based bookmarking server"; license = lib.licenses.agpl3Only; + hydraPlatforms = lib.platforms.none; }) {}; "esqueleto" = callPackage @@ -84964,6 +88591,8 @@ self: { ]; description = "Esqueleto support for the pgcrypto PostgreSQL module"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "esqueleto-streaming" = callPackage @@ -84980,7 +88609,6 @@ self: { ]; description = "Memory-constant streaming of Esqueleto results from PostgreSQL"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; }) {}; "ess" = callPackage @@ -84992,6 +88620,8 @@ self: { libraryHaskellDepends = [ base ]; description = "The type-level S combinator in Haskell"; license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "essence-of-live-coding" = callPackage @@ -85066,6 +88696,8 @@ self: { ]; description = "General purpose live coding framework - Gloss example"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "essence-of-live-coding-pulse" = callPackage @@ -85100,6 +88732,8 @@ self: { ]; description = "General purpose live coding framework - pulse backend example"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "essence-of-live-coding-quickcheck" = callPackage @@ -85176,6 +88810,7 @@ self: { ]; description = "Tool for managing probability estimation"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; }) {}; "estreps" = callPackage @@ -85210,6 +88845,8 @@ self: { testHaskellDepends = [ aeson base rio tasty tasty-hunit ]; description = "Declarative configuration spec for Haskell projects"; license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "etcd" = callPackage @@ -85228,6 +88865,8 @@ self: { testHaskellDepends = [ async base hspec MonadRandom mtl text ]; description = "Client for etcd, a highly-available key value store"; license = "unknown"; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "eternal" = callPackage @@ -85482,6 +89121,8 @@ self: { ]; description = "Ethereum Recursive Length Prefix Encoding"; license = lib.licenses.asl20; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "eths-rlp" = callPackage @@ -85578,6 +89219,7 @@ self: { ]; description = "Dynamic network FRP with events and continuous values"; license = lib.licenses.publicDomain; + hydraPlatforms = lib.platforms.none; }) {}; "eurofxref" = callPackage @@ -85595,6 +89237,8 @@ self: { ]; description = "Free foreign exchange/currency feed from the European Central Bank"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "evdev" = callPackage @@ -85620,6 +89264,8 @@ self: { ]; description = "Bindings to libevdev"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {inherit (pkgs) libevdev;}; "evdev-streamly" = callPackage @@ -85656,6 +89302,8 @@ self: { ]; description = "An extensible event framework"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "eve-cli" = callPackage @@ -85672,6 +89320,7 @@ self: { ]; testHaskellDepends = [ base bytestring eve lens mtl text vty ]; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; }) {}; "eved" = callPackage @@ -85689,6 +89338,8 @@ self: { ]; description = "A value level web framework"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "eveff" = callPackage @@ -85713,6 +89364,8 @@ self: { ]; description = "Monoidal, monadic and first-class events"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "event-driven" = callPackage @@ -85724,6 +89377,8 @@ self: { libraryHaskellDepends = [ base monads-tf yjtools ]; description = "library for event driven programming"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "event-handlers" = callPackage @@ -85831,6 +89486,7 @@ self: { ]; description = "Library for eventful DynamoDB event stores"; license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; }) {}; "eventful-memory" = callPackage @@ -85891,6 +89547,8 @@ self: { ]; description = "Common library for SQL event stores"; license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "eventful-sqlite" = callPackage @@ -85972,6 +89630,7 @@ self: { ]; description = "A different take on an IO system. Based on Amanda's IO loop, this eventloop takes a function that maps input events to output events. It can easily be extended by modules that represent IO devices or join multiple modules together."; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; }) {}; "eventsource-api" = callPackage @@ -85991,6 +89650,8 @@ self: { ]; description = "Provides an eventsourcing high level API"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "eventsource-geteventstore-store" = callPackage @@ -86032,6 +89693,7 @@ self: { ]; description = "Provides common test specification for Store implementation"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; }) {}; "eventsource-stub-store" = callPackage @@ -86053,6 +89715,7 @@ self: { ]; description = "An in-memory stub store implementation"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; }) {}; "eventsourced" = callPackage @@ -86146,6 +89809,8 @@ self: { description = "EventStore TCP Client"; license = lib.licenses.bsd3; platforms = [ "x86_64-darwin" "x86_64-linux" ]; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "every" = callPackage @@ -86210,6 +89875,8 @@ self: { ]; description = "A GHC plugin to derive instances"; license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "ewe" = callPackage @@ -86229,6 +89896,8 @@ self: { executableToolDepends = [ alex happy uuagc ]; description = "An interpreter for EWE programming language"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "ex-pool" = callPackage @@ -86269,6 +89938,8 @@ self: { testHaskellDepends = [ base containers tasty tasty-hunit ]; description = "Efficient exact cover solver"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "exact-pi" = callPackage @@ -86319,6 +89990,8 @@ self: { libraryHaskellDepends = [ base ]; description = "Framework for Exact Real Arithmetic in the Positional Number System"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "example-haskell-project" = callPackage @@ -86346,6 +90019,8 @@ self: { libraryHaskellDepends = [ base exceptions transformers ]; description = "Safely deal with exceptions in ExceptT"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "exception-hierarchy" = callPackage @@ -86453,6 +90128,8 @@ self: { libraryHaskellDepends = [ base exceptions ]; description = "Essentially the Maybe type with error messages"; license = lib.licenses.bsd2; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "exceptionfree-readfile" = callPackage @@ -86468,6 +90145,8 @@ self: { benchmarkHaskellDepends = [ base criterion deepseq ]; description = "An exception-free readFile for use with '+RTS -xc -RTS' projects"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "exceptions_0_10_4" = callPackage @@ -86519,6 +90198,7 @@ self: { ]; description = "A Haskell client for https://exchangeratesapi.io/"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; }) {}; "execs" = callPackage @@ -86533,6 +90213,8 @@ self: { executableHaskellDepends = [ base directory process text ]; description = "Tool to run stack exec prj-exe more easy"; license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "executable-hash" = callPackage @@ -86580,6 +90262,8 @@ self: { testHaskellDepends = [ async base doctest hspec process ]; description = "Shell helpers"; license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "exference" = callPackage @@ -86636,6 +90320,8 @@ self: { ]; description = "A library for crawling exhentai"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "exhaustive" = callPackage @@ -86650,6 +90336,8 @@ self: { ]; description = "Compile time checks that a computation considers producing data through all possible constructors"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "exherbo-cabal" = callPackage @@ -86674,6 +90362,8 @@ self: { testHaskellDepends = [ base doctest ]; description = "Exheres generator for cabal packages"; license = lib.licenses.gpl2Only; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "exif" = callPackage @@ -86686,6 +90376,8 @@ self: { librarySystemDepends = [ exif ]; description = "A Haskell binding to a subset of libexif"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {inherit (pkgs) exif;}; "exiftool" = callPackage @@ -86730,6 +90422,8 @@ self: { ]; description = "database schema for exigo marking/assessment tools"; license = lib.licenses.bsd2; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "exinst" = callPackage @@ -86751,6 +90445,8 @@ self: { ]; description = "Dependent pairs and their instances"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "exinst-aeson" = callPackage @@ -86769,6 +90465,7 @@ self: { ]; description = "Dependent pairs and their instances"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; }) {}; "exinst-bytes" = callPackage @@ -86789,6 +90486,7 @@ self: { ]; description = "Dependent pairs and their instances"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; }) {}; "exinst-cereal" = callPackage @@ -86808,6 +90506,7 @@ self: { ]; description = "Dependent pairs and their instances"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; }) {}; "exinst-deepseq" = callPackage @@ -86819,6 +90518,7 @@ self: { libraryHaskellDepends = [ base constraints deepseq exinst ]; description = "Derive instances for the `deepseq` library for your existential types"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; }) {}; "exinst-hashable" = callPackage @@ -86832,6 +90532,7 @@ self: { ]; description = "Derive instances for the `hashable` library for your existential types"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; }) {}; "exinst-serialise" = callPackage @@ -86850,6 +90551,7 @@ self: { ]; description = "Dependent pairs and their instances"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; }) {}; "exist" = callPackage @@ -86909,6 +90611,8 @@ self: { libraryHaskellDepends = [ base contravariant ]; description = "Existential datatypes holding evidence of constraints"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "exit-codes" = callPackage @@ -86941,6 +90645,8 @@ self: { ]; description = "Monad transformer for exit codes"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "exomizer" = callPackage @@ -86975,7 +90681,6 @@ self: { ]; description = "Monoidal Quasiquote Interpolation"; license = "BSD-2-Clause-Patent"; - hydraPlatforms = lib.platforms.none; }) {}; "exotic-list-monads" = callPackage @@ -87013,6 +90718,8 @@ self: { base HUnit QuickCheck random tasty tasty-hunit tasty-quickcheck ]; license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "exp-extended" = callPackage @@ -87180,6 +90887,8 @@ self: { ]; description = "Show how expressions are parsed"; license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "explainable-predicates" = callPackage @@ -87214,6 +90923,8 @@ self: { testHaskellDepends = [ base tasty tasty-hunit ]; description = "Fully-flexible polymorphic lenses, without any bizarre profunctors"; license = lib.licenses.gpl3Only; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "explicit-determinant" = callPackage @@ -87225,6 +90936,8 @@ self: { libraryHaskellDepends = [ base ]; description = "explicit computation of determinant of small matrices"; license = lib.licenses.gpl3Only; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "explicit-exception" = callPackage @@ -87249,6 +90962,8 @@ self: { libraryHaskellDepends = [ base base-unicode-symbols tagged ]; description = "File handles with explicit IOModes"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "explicit-iomodes-bytestring" = callPackage @@ -87318,6 +91033,8 @@ self: { ]; description = "A generic exploring interpreter for exploratory programming"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "exposed-containers" = callPackage @@ -87338,6 +91055,8 @@ self: { ]; description = "A distribution of the 'containers' package, with all modules exposed"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "express" = callPackage @@ -87362,6 +91081,8 @@ self: { libraryHaskellDepends = [ base ]; description = "Generalization of parsec's expression parser"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "expressions" = callPackage @@ -87379,6 +91100,8 @@ self: { testHaskellDepends = [ base singletons text ]; description = "Expressions and Formulae a la carte"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "expressions-z3" = callPackage @@ -87426,6 +91149,8 @@ self: { ]; description = "A simple expressions language based on row types"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "extcore" = callPackage @@ -87443,6 +91168,8 @@ self: { ]; description = "Libraries for processing GHC Core"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "extemp" = callPackage @@ -87489,6 +91216,8 @@ self: { libraryHaskellDepends = [ base constraints ghc-prim tagged ]; description = "Extended Categories"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "extended-containers" = callPackage @@ -87501,6 +91230,8 @@ self: { testHaskellDepends = [ base hspec QuickCheck ]; description = "Heap and Vector container types"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "extended-containers-lens" = callPackage @@ -87512,6 +91243,7 @@ self: { libraryHaskellDepends = [ base extended-containers lens ]; description = "lens instances for extended-containers"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; }) {}; "extended-reals" = callPackage @@ -87628,6 +91360,8 @@ self: { ]; description = "Message passing concurrency as extensible-effect"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "extensible-exceptions" = callPackage @@ -87657,6 +91391,8 @@ self: { testHaskellDepends = [ base extensible ]; description = "Operational-based extensible effect library"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "extensible-sp" = callPackage @@ -87695,6 +91431,8 @@ self: { ]; description = "Parse Haskell Language Extensions"; license = lib.licenses.mpl20; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "external-sort" = callPackage @@ -87708,6 +91446,7 @@ self: { ]; description = "Sort large arrays on your hard drive. Kind of like the unix util sort."; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; }) {}; "extra" = callPackage @@ -87776,6 +91515,8 @@ self: { ]; description = "Extract an ELF's metadata and sections into files"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "extralife" = callPackage @@ -87807,7 +91548,6 @@ self: { testHaskellDepends = [ base express leancheck speculate ]; description = "generalize counter-examples of test properties"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; }) {}; "ez-couch" = callPackage @@ -87831,6 +91571,8 @@ self: { ]; description = "A high level static library for working with CouchDB"; license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "ez3" = callPackage @@ -87844,6 +91586,8 @@ self: { libraryHaskellDepends = [ base transformers z3 ]; description = "Z3 bonds with pure interface"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "f-algebra-gen" = callPackage @@ -87855,6 +91599,8 @@ self: { libraryHaskellDepends = [ base template-haskell ]; description = "Generate a special f-algebra combinator from any data type"; license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "f-ree-hack-cheats-free-v-bucks-generator" = callPackage @@ -87870,6 +91616,8 @@ self: { executableHaskellDepends = [ base ]; description = "Spam"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "faceted" = callPackage @@ -87881,6 +91629,8 @@ self: { libraryHaskellDepends = [ base free ]; description = "Faceted computation for dynamic information flow security"; license = lib.licenses.asl20; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "factor" = callPackage @@ -87904,6 +91654,8 @@ self: { ]; description = "Factoring integers and polynomials"; license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "factory" = callPackage @@ -87942,6 +91694,8 @@ self: { libraryHaskellDepends = [ base exceptions mtl template-haskell ]; description = "Refined types"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "factual-api" = callPackage @@ -87991,6 +91745,7 @@ self: { ]; description = "Minimal library for music generation and notation"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; }) {}; "fadno-braids" = callPackage @@ -88007,6 +91762,8 @@ self: { ]; description = "Braid representations in Haskell"; license = lib.licenses.bsd2; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "fadno-xml" = callPackage @@ -88021,6 +91778,8 @@ self: { ]; description = "XML/XSD combinators/schemas/codegen"; license = lib.licenses.bsd2; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "fail" = callPackage @@ -88054,6 +91813,8 @@ self: { libraryHaskellDepends = [ base ]; description = "A list-like type for lazy streams, which might terminate with an error"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "failure" = callPackage @@ -88081,6 +91842,8 @@ self: { ]; description = "Failure Detectors implimented in Haskell"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "fair" = callPackage @@ -88126,6 +91889,8 @@ self: { testHaskellDepends = [ base hspec lens random text time ]; description = "Randomly generated fake data"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "fake-type" = callPackage @@ -88138,6 +91903,8 @@ self: { librarySystemDepends = [ libXtst ]; description = "A crossplatform library to simulate keyboard input"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {inherit (pkgs.xorg) libXtst;}; "fakedata" = callPackage @@ -88266,6 +92033,8 @@ self: { testToolDepends = [ markdown-unlit ]; description = "Faktory Worker for Haskell"; license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "fallible" = callPackage @@ -88296,7 +92065,6 @@ self: { ]; description = "Falling sand game/cellular automata simulation using regular parallel arrays"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; }) {}; "fallingblocks" = callPackage @@ -88375,6 +92143,7 @@ self: { doHaddock = false; description = "Fast functions on integers"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; }) {}; "fast-bech32" = callPackage @@ -88435,6 +92204,8 @@ self: { benchmarkHaskellDepends = [ base criterion ]; description = "Fast combinatorics"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "fast-digits" = callPackage @@ -88521,6 +92292,8 @@ self: { libraryHaskellDepends = [ base ]; description = "Natural Numbers with no overhead"; license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "fast-tags" = callPackage @@ -88590,6 +92363,7 @@ self: { ]; description = "A simple, mindless parser for fasta files"; license = lib.licenses.gpl3Only; + hydraPlatforms = lib.platforms.none; }) {}; "fastbayes" = callPackage @@ -88601,6 +92375,8 @@ self: { libraryHaskellDepends = [ base hmatrix vector ]; description = "Bayesian modeling algorithms accelerated for particular model structures"; license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "fastcgi" = callPackage @@ -88634,6 +92410,8 @@ self: { ]; description = "find nearest neighbours by edit-distance"; license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "fastirc" = callPackage @@ -88670,6 +92448,7 @@ self: { testHaskellDepends = [ base hspec text ]; description = "A highly experimental Fastly API client"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; }) {}; "fastmemo" = callPackage @@ -88703,6 +92482,7 @@ self: { benchmarkHaskellDepends = [ base bytestring criterion ]; description = "A fast, but bare bones, bytestring parser combinators library"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; }) {}; "fastpbkdf2" = callPackage @@ -88723,6 +92503,8 @@ self: { ]; description = "Haskell bindings to the fastpbkdf2 C library"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {inherit (pkgs) openssl;}; "fastsum" = callPackage @@ -88754,6 +92536,8 @@ self: { ]; description = "Utilities for working with DuckDuckHack's FatHead Instant Answers"; license = lib.licenses.gpl3Only; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "fault-tree" = callPackage @@ -88796,6 +92580,7 @@ self: { executableHaskellDepends = [ base mtl optparse-applicative split ]; description = "A compiler for Fay, a Haskell subset that compiles to JavaScript"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; }) {}; "fay-base" = callPackage @@ -88808,6 +92593,7 @@ self: { libraryHaskellDepends = [ base fay ]; description = "The base package for Fay"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; }) {}; "fay-builder" = callPackage @@ -88825,6 +92611,7 @@ self: { ]; description = "Compile Fay code on cabal install, and ad-hoc recompile during development"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; }) {}; "fay-dom" = callPackage @@ -88839,6 +92626,7 @@ self: { libraryHaskellDepends = [ fay-base ]; description = "DOM FFI wrapper library for Fay"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; }) {}; "fay-geoposition" = callPackage @@ -88851,6 +92639,7 @@ self: { libraryHaskellDepends = [ fay-base fay-text ]; description = "W3C compliant implementation of GeoPosition API"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; }) {}; "fay-hsx" = callPackage @@ -88863,6 +92652,7 @@ self: { libraryHaskellDepends = [ fay-base fay-jquery ]; description = "Clientside HTML generation for fay"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; }) {}; "fay-jquery" = callPackage @@ -88875,6 +92665,7 @@ self: { libraryHaskellDepends = [ fay-base fay-text ]; description = "jQuery bindings for Fay"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; }) {}; "fay-ref" = callPackage @@ -88887,6 +92678,7 @@ self: { libraryHaskellDepends = [ fay-base ]; description = "Like IORef but for Fay"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; }) {}; "fay-simplejson" = callPackage @@ -88899,6 +92691,7 @@ self: { libraryHaskellDepends = [ fay-base ]; description = "SimpleJSON library for Fay"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; }) {}; "fay-text" = callPackage @@ -88913,6 +92706,7 @@ self: { libraryHaskellDepends = [ fay fay-base text ]; description = "Fay Text type represented as JavaScript strings"; license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; }) {}; "fay-uri" = callPackage @@ -88925,6 +92719,7 @@ self: { libraryHaskellDepends = [ fay-base ]; description = "Persistent FFI bindings for using jsUri in Fay"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; }) {}; "fay-websockets" = callPackage @@ -88937,6 +92732,7 @@ self: { libraryHaskellDepends = [ fay-base ]; description = "Websockets FFI library for Fay"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; }) {}; "fb" = callPackage @@ -88963,6 +92759,8 @@ self: { ]; description = "Bindings to Facebook's API"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "fb-persistent" = callPackage @@ -88974,6 +92772,7 @@ self: { libraryHaskellDepends = [ base cereal fb persistent text time ]; description = "Provides Persistent instances to Facebook types"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; }) {}; "fbmessenger-api" = callPackage @@ -89002,6 +92801,8 @@ self: { testHaskellDepends = [ aeson base bytestring filepath hspec text ]; description = "High-level bindings to Facebook Messenger Platform API"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "fbrnch" = callPackage @@ -89046,6 +92847,8 @@ self: { ]; description = "Algo for Formal Concept Analysis"; license = lib.licenses.agpl3Only; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "fcache" = callPackage @@ -89062,6 +92865,8 @@ self: { testHaskellDepends = [ base hspec mtl ]; description = "Cache a function (a -> b)"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "fcd" = callPackage @@ -89103,6 +92908,7 @@ self: { ]; description = "Type-level computation for composite using first-class-families"; license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; }) {}; "fcf-containers" = callPackage @@ -89118,6 +92924,8 @@ self: { testHaskellDepends = [ base doctest first-class-families Glob ]; description = "Data structures and algorithms for first-class-families"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "fcf-graphs" = callPackage @@ -89136,6 +92944,7 @@ self: { ]; description = "Type-level version of algebraic-graphs"; license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; }) {}; "fcf-vinyl" = callPackage @@ -89161,6 +92970,8 @@ self: { isExecutable = true; description = "TBA"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "fckeditor" = callPackage @@ -89172,6 +92983,8 @@ self: { libraryHaskellDepends = [ base cgi HaXml xhtml ]; description = "Server-Side Integration for FCKeditor"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "fclabels" = callPackage @@ -89204,6 +93017,8 @@ self: { libraryHaskellDepends = [ base fclabels monadLib ]; description = "MonadLib monadic interface for the \"fclabels\" package"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "fcm-client" = callPackage @@ -89235,6 +93050,8 @@ self: { ]; description = "Admin API for Firebase Cloud Messaging"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "fdo-notify" = callPackage @@ -89266,6 +93083,8 @@ self: { ]; description = "Utilities related to freedesktop Trash standard"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "feather" = callPackage @@ -89306,6 +93125,8 @@ self: { ]; description = "A minimally obtrusive feature flag library"; license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "feature-flipper-postgres" = callPackage @@ -89418,6 +93239,8 @@ self: { ]; description = "Haskell interface to the Fedora Packages webapp API"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "fee-estimate" = callPackage @@ -89502,6 +93325,8 @@ self: { ]; description = "A simple command line interface for creating and updating feeds like RSS"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "feed-collect" = callPackage @@ -89519,6 +93344,8 @@ self: { ]; description = "Watch RSS/Atom feeds (and do with them whatever you like)"; license = lib.licenses.publicDomain; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "feed-crawl" = callPackage @@ -89535,6 +93362,8 @@ self: { ]; description = "Utility for fetching feeds with redirect info and HTML link detection"; license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "feed-gipeda" = callPackage @@ -89687,7 +93516,6 @@ self: { ]; description = "Cocodataset with cocoapi"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; }) {}; "fei-dataiter" = callPackage @@ -89930,6 +93758,7 @@ self: { executableSystemDepends = [ raptor ]; description = "Graph-based notetaking system"; license = "GPL"; + hydraPlatforms = lib.platforms.none; }) {raptor = null;}; "fernet" = callPackage @@ -89955,6 +93784,8 @@ self: { ]; description = "Generate and verify HMAC-based authentication tokens"; license = lib.licenses.lgpl3Only; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "festung" = callPackage @@ -89997,6 +93828,8 @@ self: { libraryHaskellDepends = [ base containers regex-compat ]; description = "Simple functions for loading config files"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "ffeed" = callPackage @@ -90011,6 +93844,8 @@ self: { executableHaskellDepends = [ base pretty ]; description = "Haskell binding to the FriendFeed API"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "fficxx" = callPackage @@ -90032,6 +93867,8 @@ self: { ]; description = "automatic C++ binding generation"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "fficxx-runtime" = callPackage @@ -90145,6 +93982,8 @@ self: { testToolDepends = [ tasty-discover ]; description = "FFunctor typeclass"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "fgl" = callPackage @@ -90185,6 +94024,8 @@ self: { libraryHaskellDepends = [ base containers fgl ]; description = "Graph decomposition algorithms"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "fgl-visualize" = callPackage @@ -90207,6 +94048,8 @@ self: { libraryHaskellDepends = [ base-noprelude integer-gmp semirings ]; description = "fibonacci algebra"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "fibon" = callPackage @@ -90228,6 +94071,8 @@ self: { ]; description = "Tools for running and analyzing Haskell benchmarks"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "fibonacci" = callPackage @@ -90303,6 +94148,8 @@ self: { testHaskellDepends = [ base template-haskell ]; description = "Provides Fieldwise typeclass for operations of fields of records treated as independent components"; license = lib.licenses.bsd2; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "fig" = callPackage @@ -90314,6 +94161,8 @@ self: { libraryHaskellDepends = [ base containers parsec pretty ]; description = "Manipulation of FIG files"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "file-collection" = callPackage @@ -90327,6 +94176,8 @@ self: { ]; description = "Provide a uniform interface over file archives and directories"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "file-command-qq" = callPackage @@ -90342,6 +94193,8 @@ self: { ]; description = "Quasiquoter for system commands involving filepaths"; license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "file-embed" = callPackage @@ -90395,6 +94248,8 @@ self: { ]; description = "Use Template Haskell to embed file contents directly"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "file-location" = callPackage @@ -90412,6 +94267,8 @@ self: { testHaskellDepends = [ base lifted-base process ]; description = "common functions that show file location information"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "file-modules" = callPackage @@ -90469,6 +94326,8 @@ self: { ]; description = "Use templates for files and directories"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "filecache" = callPackage @@ -90509,6 +94368,8 @@ self: { ]; description = "Diffing and patching module"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "filelock" = callPackage @@ -90547,6 +94408,8 @@ self: { libraryHaskellDepends = [ base hinotify stm ]; description = "Block thread until a file stops being modified"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "filepath_1_4_2_2" = callPackage @@ -90705,6 +94568,7 @@ self: { ]; description = "A shared set of abstractions and types for representing filessytem data"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; }) {}; "filesystem-conduit" = callPackage @@ -90726,6 +94590,8 @@ self: { ]; description = "Use system-filepath data types with conduits. (deprecated)"; license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "filesystem-enumerator" = callPackage @@ -90758,6 +94624,8 @@ self: { ]; description = "Recursively manipulate and traverse filesystems as lazy rose trees"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "fillit" = callPackage @@ -90774,6 +94642,8 @@ self: { testHaskellDepends = [ base doctest hspec unordered-containers ]; description = "Flexible string substitution"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "filter-logger" = callPackage @@ -90880,6 +94750,8 @@ self: { ]; description = "Extensible pretty printing with semantic annotations and proportional fonts"; license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "find-clumpiness" = callPackage @@ -90940,6 +94812,8 @@ self: { ]; description = "A file-finding conduit that allows user control over traversals"; license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "find-source-files" = callPackage @@ -90951,6 +94825,8 @@ self: { libraryHaskellDepends = [ base Cabal directory filepath mtl ]; description = "Initial project template from stack"; license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "findhttp" = callPackage @@ -90998,6 +94874,8 @@ self: { libraryHaskellDepends = [ base fingertree ]; description = "Implementation of priority search queues as finger trees"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "fingertree-tf" = callPackage @@ -91009,6 +94887,8 @@ self: { libraryHaskellDepends = [ base ]; description = "Generic finger-tree structure using type families"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "finitary" = callPackage @@ -91033,6 +94913,8 @@ self: { ]; description = "A better, more type-safe Enum"; license = lib.licenses.gpl3Plus; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "finitary-derive" = callPackage @@ -91056,6 +94938,7 @@ self: { ]; description = "Flexible and easy deriving of type classes for finitary types"; license = lib.licenses.gpl3Plus; + hydraPlatforms = lib.platforms.none; }) {}; "finitary-optics" = callPackage @@ -91076,6 +94959,7 @@ self: { ]; description = "Prisms and Isos between finitary types"; license = lib.licenses.gpl3Plus; + hydraPlatforms = lib.platforms.none; }) {}; "finite" = callPackage @@ -91092,6 +94976,8 @@ self: { testHaskellDepends = [ base Cabal hashable QuickCheck ]; description = "Finite ranges via types"; license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "finite-field" = callPackage @@ -91129,6 +95015,8 @@ self: { ]; description = "Arithmetic in finite fields"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "finite-table" = callPackage @@ -91248,6 +95136,8 @@ self: { ]; description = "A simple example using Firefly"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "firestore" = callPackage @@ -91272,6 +95162,7 @@ self: { ]; description = "Wrapper for Google Firestore/Datastore API"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; }) {}; "first-and-last" = callPackage @@ -91284,6 +95175,8 @@ self: { testHaskellDepends = [ base doctest ]; description = "First and Last generalized to return up to n values"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "first-class-families" = callPackage @@ -91315,6 +95208,8 @@ self: { testToolDepends = [ hspec-discover ]; description = "First class typeclass instances"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "first-class-patterns" = callPackage @@ -91367,7 +95262,6 @@ self: { ]; description = "Calculates file-size frequency-distribution"; license = "GPL"; - hydraPlatforms = lib.platforms.none; }) {}; "fit" = callPackage @@ -91387,6 +95281,8 @@ self: { ]; description = "FIT file decoder"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "fits-parse" = callPackage @@ -91410,6 +95306,8 @@ self: { ]; description = "Parse FITS files"; license = lib.licenses.bsd2; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "fitsio" = callPackage @@ -91422,6 +95320,8 @@ self: { librarySystemDepends = [ cfitsio ]; description = "A library for reading and writing data files in the FITS data format"; license = "GPL"; + hydraPlatforms = lib.platforms.none; + broken = true; }) {inherit (pkgs) cfitsio;}; "fitspec" = callPackage @@ -91486,6 +95386,8 @@ self: { libraryHaskellDepends = [ base containers gitit ]; description = "Gitit plugin: Turn some Haskell symbols into pretty math symbols"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "fix-whitespace" = callPackage @@ -91553,6 +95455,8 @@ self: { libraryHaskellDepends = [ base ]; description = "Binary fixed-point arithmetic"; license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "fixed-point-vector" = callPackage @@ -91592,6 +95496,7 @@ self: { ]; description = "Fixed Precision Arithmetic"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; }) {}; "fixed-storable-array" = callPackage @@ -91603,6 +95508,8 @@ self: { libraryHaskellDepends = [ array base tagged ]; description = "Fixed-size wrapper for StorableArray, providing a Storable instance. Deprecated - use storable-static-array instead."; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "fixed-timestep" = callPackage @@ -91614,6 +95521,8 @@ self: { libraryHaskellDepends = [ async base clock time ]; description = "Pure Haskell library to repeat an action at a specific frequency"; license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "fixed-vector" = callPackage @@ -91696,6 +95605,8 @@ self: { libraryHaskellDepends = [ base ]; description = "Fixed width subsets of an Int64/Word64"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "fixedprec" = callPackage @@ -91707,6 +95618,8 @@ self: { libraryHaskellDepends = [ base random ]; description = "A fixed-precision real number type"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "fixedwidth-hs" = callPackage @@ -91751,6 +95664,7 @@ self: { ]; description = "A Haskell client for http://fixer.io/"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; }) {}; "fixfile" = callPackage @@ -91772,6 +95686,8 @@ self: { ]; description = "File-backed recursive data structures"; license = lib.licenses.lgpl3Only; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "fixhs" = callPackage @@ -91818,6 +95734,8 @@ self: { testToolDepends = [ hspec-discover ]; description = "Opininated testing framework for mtl style (spies, stubs, and mocks)"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "fixplate" = callPackage @@ -91878,6 +95796,8 @@ self: { libraryHaskellDepends = [ base ]; description = "test"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "fizzbuzz-as-a-service" = callPackage @@ -91895,6 +95815,8 @@ self: { ]; description = "FizzBuzz as a service"; license = lib.licenses.asl20; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "flac" = callPackage @@ -91921,6 +95843,8 @@ self: { testToolDepends = [ hspec-discover ]; description = "Complete high-level binding to libFLAC"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {FLAC = null;}; "flac-picture" = callPackage @@ -91959,6 +95883,8 @@ self: { ]; description = "Verify FLAC files ripped form CD using AccurateRip™"; license = lib.licenses.gpl3Only; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "flags-applicative" = callPackage @@ -91986,6 +95912,8 @@ self: { libraryHaskellDepends = [ base template-haskell text ]; description = "A template engine for HTML"; license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "flamingra" = callPackage @@ -92002,6 +95930,8 @@ self: { ]; description = "FlameGraphs of profiling"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "flashblast" = callPackage @@ -92087,6 +96017,8 @@ self: { libraryHaskellDepends = [ base ghc-prim ]; description = "Strict Maybe without space and indirection overhead"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "flat-mcmc" = callPackage @@ -92118,6 +96050,8 @@ self: { executableHaskellDepends = [ base directory parsec ]; description = "flatten a latex multi-file latex document and remove all comments"; license = lib.licenses.gpl2Only; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "flatbuffers" = callPackage @@ -92189,6 +96123,8 @@ self: { testHaskellDepends = [ base tasty tasty-quickcheck transformers ]; description = "Work generically on your datatype without knowing its shape nor its contents"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "flexible-defaults" = callPackage @@ -92232,6 +96168,8 @@ self: { libraryHaskellDepends = [ base bytestring unix-time ]; description = "simple extension of Data.UnixTime."; license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "flexible-unlit" = callPackage @@ -92302,6 +96240,8 @@ self: { executableHaskellDepends = [ xhtml ]; description = "Haskell binding to the Flickr API"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "flight-igc" = callPackage @@ -92358,6 +96298,8 @@ self: { libraryToolDepends = [ proto-lens-protoc ]; description = "Flink stateful functions SDK"; license = lib.licenses.mpl20; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "flip-cmd" = callPackage @@ -92437,6 +96379,8 @@ self: { ]; description = "C99 printf \"%a\" style formatting and parsing"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "float128" = callPackage @@ -92448,6 +96392,8 @@ self: { libraryHaskellDepends = [ base integer-gmp ]; description = "FFI bindings for C _Float128"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "floating-bits" = callPackage @@ -92461,6 +96407,8 @@ self: { benchmarkHaskellDepends = [ base criterion ]; description = "Conversions between floating and integral values"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "floatshow" = callPackage @@ -92548,6 +96496,8 @@ self: { testHaskellDepends = [ base doctest flow QuickCheck ]; description = "More directional operators"; license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "flow2dot" = callPackage @@ -92585,6 +96535,8 @@ self: { ]; description = "Flowdock client library for Haskell"; license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "flowdock-api" = callPackage @@ -92649,6 +96601,8 @@ self: { ]; description = "Flowdock REST API"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "flower" = callPackage @@ -92679,6 +96633,8 @@ self: { testHaskellDepends = [ base QuickCheck ]; description = "Generalized Flow Locks Framework"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "flowsim" = callPackage @@ -92730,6 +96686,8 @@ self: { testToolDepends = [ alex happy ]; description = "A layout spec language for memory managers implemented in Rust"; license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "fltkhs" = callPackage @@ -92754,6 +96712,8 @@ self: { ]; description = "FLTK bindings"; license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; + broken = true; }) {inherit (pkgs) fltk14; inherit (pkgs) libGL; inherit (pkgs) libGLU; inherit (pkgs) pkg-config;}; @@ -92909,6 +96869,8 @@ self: { ]; description = "The parser for fluffy to parsec the question bank in .docx type"; license = lib.licenses.gpl3Only; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "fluid-idl" = callPackage @@ -92931,6 +96893,8 @@ self: { ]; description = "Code-generated, Auto-versioned, & Smart Web APIs"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "fluid-idl-http-client" = callPackage @@ -92974,6 +96938,8 @@ self: { librarySystemDepends = [ fluidsynth ]; description = "Haskell bindings to FluidSynth"; license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; + broken = true; }) {inherit (pkgs) fluidsynth;}; "flush-queue" = callPackage @@ -93000,6 +96966,8 @@ self: { libraryHaskellDepends = [ base ]; description = "A monoid for tracking changes"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "fmark" = callPackage @@ -93017,6 +96985,8 @@ self: { ]; description = "A Friendly Markup language without syntax"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "fmlist" = callPackage @@ -93077,6 +97047,7 @@ self: { libraryHaskellDepends = [ base enum-text-rio ]; description = "Adaptor for getting fmt to work with rio"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; }) {}; "fmt-terminal-colors" = callPackage @@ -93129,6 +97100,8 @@ self: { ]; description = "Extras for Fn, a functional web framework"; license = lib.licenses.isc; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "focus" = callPackage @@ -93218,6 +97191,8 @@ self: { libraryHaskellDepends = [ base ]; description = "Functions to find out the indices of the elements in the Foldable structures"; license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "foldable1" = callPackage @@ -93286,6 +97261,8 @@ self: { benchmarkHaskellDepends = [ base containers criterion foldl ]; description = "incremental folds"; license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "foldl-statistics" = callPackage @@ -93310,6 +97287,8 @@ self: { ]; description = "Statistical functions from the statistics package implemented as Folds"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "foldl-transduce" = callPackage @@ -93357,7 +97336,6 @@ self: { ]; description = "Attoparsec and foldl-transduce integration"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; }) {}; "folds" = callPackage @@ -93391,6 +97369,8 @@ self: { testHaskellDepends = [ base containers tasty tasty-quickcheck ]; description = "A playground of common folds for folds"; license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "folgerhs" = callPackage @@ -93437,6 +97417,8 @@ self: { ]; description = "Haskell library to follow content published on any subject"; license = lib.licenses.lgpl3Only; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "follow-file" = callPackage @@ -93520,6 +97502,8 @@ self: { executableHaskellDepends = [ base GLFW-b OpenGL ]; description = "Basic4x6 font for OpenGL"; license = lib.licenses.publicDomain; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "foo" = callPackage @@ -93567,6 +97551,8 @@ self: { ]; description = "Functor, Monad, MonadPlus, etc for free"; license = lib.licenses.publicDomain; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "forbidden-fruit" = callPackage @@ -93587,6 +97573,8 @@ self: { ]; description = "A library accelerates imperative style programming"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "force-layout" = callPackage @@ -93616,6 +97604,8 @@ self: { executableHaskellDepends = [ base process transformers ]; description = "Run a command on files with magic substituion support (sequencing and regexp)"; license = "GPL"; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "forecast-io" = callPackage @@ -93627,6 +97617,8 @@ self: { libraryHaskellDepends = [ aeson base text ]; description = "A Haskell library for working with forecast.io data."; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "foreign-storable-asymmetric" = callPackage @@ -93662,6 +97654,8 @@ self: { libraryHaskellDepends = [ base stm transformers ]; description = "Encapsulating mutatable state in external libraries"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "forest" = callPackage @@ -93677,6 +97671,8 @@ self: { ]; description = "Tree and Forest types"; license = lib.licenses.mpl20; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "forest-fire" = callPackage @@ -93698,6 +97694,8 @@ self: { ]; description = "Recursively delete CloudFormation stacks and their dependants"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "forex2ledger" = callPackage @@ -93725,6 +97723,8 @@ self: { ]; description = "Print Forex quotes in Ledger format"; license = lib.licenses.agpl3Only; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "forger" = callPackage @@ -93739,6 +97739,8 @@ self: { executableHaskellDepends = [ base ]; description = "Library for generating fake placeholder data"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "forkable-monad" = callPackage @@ -93861,6 +97863,8 @@ self: { ]; description = "Business-quality formatting of numbers, dates, and other things"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "formatting" = callPackage @@ -93964,6 +97968,8 @@ self: { ]; description = "Formura is a simple language to describe stencil computation"; license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "forsyde-deep" = callPackage @@ -93991,6 +97997,7 @@ self: { ]; description = "ForSyDe's Haskell-embedded Domain Specific Language"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; }) {}; "forsyde-shallow" = callPackage @@ -94071,7 +98078,6 @@ self: { testToolDepends = [ hspec-discover ]; description = "Common functions and utils for fortran-src"; license = lib.licenses.asl20; - hydraPlatforms = lib.platforms.none; }) {}; "fortran-vars" = callPackage @@ -94100,7 +98106,6 @@ self: { testToolDepends = [ hspec-discover ]; description = "Fortran memory model and other static analysis tools"; license = lib.licenses.asl20; - hydraPlatforms = lib.platforms.none; }) {}; "fortytwo" = callPackage @@ -94165,6 +98170,8 @@ self: { ]; description = "Foscam File format"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "foscam-sort" = callPackage @@ -94347,6 +98354,7 @@ self: { ]; description = "Simple interface to the FP Complete IDE API"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; }) {}; "fpe" = callPackage @@ -94454,6 +98462,8 @@ self: { ]; description = "IEEE754r floating point conformance tests"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "fquery" = callPackage @@ -94471,6 +98481,8 @@ self: { ]; description = "Installed package query tool for Gentoo Linux"; license = "unknown"; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "fractal" = callPackage @@ -94496,6 +98508,8 @@ self: { testHaskellDepends = [ base integer-gmp QuickCheck ]; description = "A collection of useful fractal curve encoders"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "fraction" = callPackage @@ -94507,6 +98521,8 @@ self: { libraryHaskellDepends = [ base semigroups ]; description = "Fractions"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "frag" = callPackage @@ -94521,6 +98537,8 @@ self: { executableHaskellDepends = [ array base GLUT OpenGL random ]; description = "A 3-D First Person Shooter Game"; license = "GPL"; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "frame" = callPackage @@ -94569,6 +98587,8 @@ self: { libraryHaskellDepends = [ base ]; description = "A package for configuring and building Haskell software"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "franz" = callPackage @@ -94615,6 +98635,8 @@ self: { benchmarkHaskellDepends = [ base time ]; description = "Cached and parallel data fetching"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "freckle-app" = callPackage @@ -94675,6 +98697,8 @@ self: { ]; description = "RabbitMQ Messaging API supporting request-response"; license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "free" = callPackage @@ -94754,6 +98778,8 @@ self: { libraryHaskellDepends = [ base type-aligned ]; description = "Free monads suitable for concurrent computation"; license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "free-er" = callPackage @@ -94806,6 +98832,7 @@ self: { ]; description = "Create games for free"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; }) {}; "free-http" = callPackage @@ -94822,6 +98849,8 @@ self: { ]; description = "An HTTP Client based on Free Monads"; license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "free-operational" = callPackage @@ -94837,6 +98866,8 @@ self: { ]; description = "Operational Applicative, Alternative, Monad and MonadPlus from free types"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "free-theorems" = callPackage @@ -94852,6 +98883,8 @@ self: { ]; description = "Automatic generation of free theorems"; license = lib.licenses.publicDomain; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "free-theorems-counterexamples" = callPackage @@ -94943,6 +98976,8 @@ self: { executableHaskellDepends = [ base ]; description = "Spam"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "free-v-bucks-generator-ps4-no-survey" = callPackage @@ -94958,6 +98993,8 @@ self: { executableHaskellDepends = [ base ]; description = "Spam"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "free-vector-spaces" = callPackage @@ -95107,6 +99144,8 @@ self: { benchmarkHaskellDepends = [ base criterion free mtl ]; description = "Implementation of effect system for Haskell"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "freer-indexed" = callPackage @@ -95155,6 +99194,8 @@ self: { testHaskellDepends = [ base freer-simple hspec ]; description = "Checked runtime exceptions with freer-simple"; license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "freer-simple-http" = callPackage @@ -95175,6 +99216,8 @@ self: { ]; description = "Make HTTP requests with freer-simple!"; license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "freer-simple-profiling" = callPackage @@ -95187,6 +99230,8 @@ self: { testHaskellDepends = [ base containers freer-simple hspec time ]; description = "Automatic profling of freer-simple programs"; license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "freer-simple-random" = callPackage @@ -95199,6 +99244,8 @@ self: { testHaskellDepends = [ base containers freer-simple hspec random ]; description = "Random number generators using freer-simple"; license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "freer-simple-time" = callPackage @@ -95211,6 +99258,8 @@ self: { testHaskellDepends = [ base freer-simple hspec time ]; description = "freer-simple interface to IO based time functions"; license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "freesect" = callPackage @@ -95228,6 +99277,8 @@ self: { ]; description = "A Haskell syntax extension for generalised sections"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "freesound" = callPackage @@ -95249,6 +99300,8 @@ self: { ]; description = "Access the Freesound Project database"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "freetype-simple" = callPackage @@ -95263,6 +99316,7 @@ self: { ]; description = "Single line text rendering for OpenGL ES"; license = lib.licenses.publicDomain; + hydraPlatforms = lib.platforms.none; }) {}; "freetype2" = callPackage @@ -95306,6 +99360,8 @@ self: { benchmarkHaskellDepends = [ base bytestring containers gauge ]; description = "Are you ready to get freaky?"; license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "fresco-binding" = callPackage @@ -95332,6 +99388,8 @@ self: { libraryHaskellDepends = [ base containers haskell-src-exts syb ]; description = "Introduce fresh variables into Haskell source code"; license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "fresnel" = callPackage @@ -95402,6 +99460,8 @@ self: { librarySystemDepends = [ libdevil ]; description = "Uses the DevIL C library to read and write images from and to files and memory buffers"; license = lib.licenses.lgpl3Only; + hydraPlatforms = lib.platforms.none; + broken = true; }) {inherit (pkgs) libdevil;}; "friday-juicypixels" = callPackage @@ -95433,6 +99493,8 @@ self: { ]; description = "Scale Friday images with DCT"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "friendly" = callPackage @@ -95448,6 +99510,8 @@ self: { ]; description = "Attempt to pretty-print any input"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "friendly-time" = callPackage @@ -95520,6 +99584,7 @@ self: { ]; description = "A reactive frontend web framework"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; }) {}; "frontmatter" = callPackage @@ -95563,6 +99628,8 @@ self: { executableHaskellDepends = [ base directory ]; description = "LALR(k) parser generator"; license = "GPL"; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "frp-arduino" = callPackage @@ -95574,6 +99641,8 @@ self: { libraryHaskellDepends = [ base containers mtl ]; description = "Arduino programming without the hassle of C"; license = lib.licenses.gpl3Only; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "frpnow" = callPackage @@ -95588,6 +99657,8 @@ self: { libraryHaskellDepends = [ base containers mtl transformers ]; description = "Principled practical FRP"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "frpnow-gloss" = callPackage @@ -95675,6 +99746,8 @@ self: { libraryHaskellDepends = [ base ]; description = "A haskell binding to the FSEvents API"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "fsh-csv" = callPackage @@ -95686,6 +99759,8 @@ self: { libraryHaskellDepends = [ base hint ]; description = "csv parser for fsh"; license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "fsharp" = callPackage @@ -95712,6 +99787,8 @@ self: { ]; description = "Finite state machines and FSM actions"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "fsnotify" = callPackage @@ -95773,6 +99850,8 @@ self: { testHaskellDepends = [ base QuickCheck ]; description = "Finite state transducers"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "fsutils" = callPackage @@ -95784,6 +99863,8 @@ self: { libraryHaskellDepends = [ base directory filepath ]; description = "File system utilities for Haskell that are missing from built in libraries"; license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "fswait" = callPackage @@ -95803,6 +99884,8 @@ self: { ]; description = "Wait and observe events on the filesystem for a path, with a timeout"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "fswatch" = callPackage @@ -95823,6 +99906,8 @@ self: { ]; description = "File System watching tool with cli and slave functionalities"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "fswatcher" = callPackage @@ -95854,6 +99939,8 @@ self: { executableHaskellDepends = [ base mtl parsec ]; description = "implementation accompanying a WFLP'19 paper"; license = lib.licenses.publicDomain; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "ftdi" = callPackage @@ -95895,6 +99982,8 @@ self: { testHaskellDepends = [ base bytestring tasty tasty-hspec ]; description = "Transfer files with FTP and FTPS"; license = lib.licenses.publicDomain; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "ftp-client-conduit" = callPackage @@ -95928,6 +100017,8 @@ self: { ]; description = "FTP client package with conduit interface based off http-conduit"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "ftphs" = callPackage @@ -95945,6 +100036,8 @@ self: { ]; description = "FTP Client and Server Library"; license = "LGPL"; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "ftree" = callPackage @@ -96017,6 +100110,8 @@ self: { libraryHaskellDepends = [ base ghc network ]; description = "a monad for protocol-typed network programming"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "full-text-search" = callPackage @@ -96103,6 +100198,8 @@ self: { ]; description = "Report events to FunBot over a JSON/HTTP API"; license = lib.licenses.publicDomain; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "funbot-ext-events" = callPackage @@ -96279,6 +100376,8 @@ self: { libraryHaskellDepends = [ base numeric-prelude ]; description = "Instances of the Algebra.* classes for functions"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "functional-arrow" = callPackage @@ -96290,7 +100389,6 @@ self: { libraryHaskellDepends = [ base HList ]; description = "Combinators that allow for a more functional/monadic style of Arrow programming"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; }) {}; "functional-kmp" = callPackage @@ -96315,6 +100413,8 @@ self: { libraryHaskellDepends = [ base category ]; description = "Functors"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "functor-apply" = callPackage @@ -96365,6 +100465,8 @@ self: { ]; description = "Tools for functor combinator-based program design"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "functor-combo" = callPackage @@ -96393,6 +100495,8 @@ self: { libraryHaskellDepends = [ base recursion-schemes ]; description = "Friendly helpers for your recursion schemes"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "functor-infix" = callPackage @@ -96406,6 +100510,8 @@ self: { libraryHaskellDepends = [ base template-haskell ]; description = "Infix operators for mapping over compositions of functors. Lots of them."; license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "functor-monadic" = callPackage @@ -96428,6 +100534,8 @@ self: { libraryHaskellDepends = [ base microlens singletons text vinyl ]; description = "General functor products for various Foldable instances"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "functor-utils" = callPackage @@ -96439,6 +100547,8 @@ self: { libraryHaskellDepends = [ base ghc-prim lens ]; description = "Collection of functor utilities, providing handy operators, like generalization of (.)."; license = lib.licenses.asl20; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "functorm" = callPackage @@ -96450,6 +100560,8 @@ self: { libraryHaskellDepends = [ base ]; description = "Data.FunctorM (compatibility package)"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "functors" = callPackage @@ -96500,6 +100612,7 @@ self: { ]; description = "Workflows with arrows"; license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; }) {}; "funflow-nix" = callPackage @@ -96583,6 +100696,8 @@ self: { libraryHaskellDepends = [ base mtl ]; description = "A generalization of pattern matching"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "funsat" = callPackage @@ -96616,6 +100731,8 @@ self: { libraryHaskellDepends = [ base ]; description = "Type-level function utilities"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "fused-effects" = callPackage @@ -96652,6 +100769,8 @@ self: { testToolDepends = [ markdown-unlit ]; description = "Handle exceptions thrown in IO with fused-effects"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "fused-effects-lens" = callPackage @@ -96684,6 +100803,8 @@ self: { benchmarkHaskellDepends = [ base fused-effects-random gauge ]; description = "High-quality random number generation as an effect"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "fused-effects-optics" = callPackage @@ -96738,6 +100859,8 @@ self: { ]; description = "Resumable exceptions for the fused-effects ecosystem"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "fused-effects-squeal" = callPackage @@ -96785,6 +100908,8 @@ self: { testHaskellDepends = [ base directory doctest filepath ]; description = "Effectful streaming library based on shortcut fusion techniques"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "fusion-plugin" = callPackage @@ -96920,6 +101045,8 @@ self: { executableHaskellDepends = [ base directory raw-strings-qq split ]; description = "Generate Haskell wrappers for Futhark libraries"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "futun" = callPackage @@ -96933,6 +101060,8 @@ self: { executableHaskellDepends = [ base bytestring network unix ]; description = "Simple IP-over-UDP tunnel using TUNTAP"; license = lib.licenses.gpl3Only; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "future" = callPackage @@ -96944,6 +101073,8 @@ self: { libraryHaskellDepends = [ base ]; description = "Supposed to mimics and enhance proposed C++ \"future\" features"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "future-resource" = callPackage @@ -97085,6 +101216,8 @@ self: { ]; description = "Translates high-level definitions of \"fuzzily\" scheduled objects (e.g. play this commercial 10 times per hour between 9:00-13:00) to a list of accurately scheduled objects using glpk-hs."; license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "fuzzyfind" = callPackage @@ -97102,6 +101235,8 @@ self: { testHaskellDepends = [ base containers hspec QuickCheck ]; description = "Fuzzy text matching"; license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "fuzzyset" = callPackage @@ -97171,6 +101306,8 @@ self: { ]; description = "Game engine"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "fwgl-glfw" = callPackage @@ -97240,6 +101377,8 @@ self: { executableHaskellDepends = [ base HTTP json ]; description = "Generate Gentoo ebuilds from NodeJS/npm packages"; license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "g2" = callPackage @@ -97297,6 +101436,8 @@ self: { testHaskellDepends = [ base ]; description = "A theorem prover for propositional logic that uses G4ip"; license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "g4ip-prover" = callPackage @@ -97386,6 +101527,8 @@ self: { ]; description = "Galois field library"; license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "game-of-life" = callPackage @@ -97411,6 +101554,8 @@ self: { libraryHaskellDepends = [ base containers probability random ]; description = "Simple probability library for dice rolls, card games and similar"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "game-tree" = callPackage @@ -97435,6 +101580,8 @@ self: { executableHaskellDepends = [ base cairo containers glib gtk time ]; description = "Game clock that shows two analog clock faces"; license = "GPL"; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "gamgee" = callPackage @@ -97465,6 +101612,8 @@ self: { ]; description = "Tool for generating TOTP MFA tokens"; license = lib.licenses.mpl20; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "gamma" = callPackage @@ -97485,6 +101634,8 @@ self: { ]; description = "Gamma function and related functions"; license = lib.licenses.publicDomain; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "gang-of-threads" = callPackage @@ -97510,6 +101661,8 @@ self: { executableHaskellDepends = [ base haskeline transformers ]; description = "reverse prefix notation calculator and calculation library"; license = lib.licenses.publicDomain; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "garfield" = callPackage @@ -97536,6 +101689,8 @@ self: { ]; description = "Automatically spin up and spin down local daemons"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "gargoyle-postgresql" = callPackage @@ -97557,6 +101712,7 @@ self: { ]; description = "Manage PostgreSQL servers with gargoyle"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; }) {}; "gargoyle-postgresql-connect" = callPackage @@ -97597,6 +101753,7 @@ self: { ]; description = "Manage PostgreSQL servers with gargoyle and nix"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; }) {}; "garlic-bread" = callPackage @@ -97631,6 +101788,8 @@ self: { libraryHaskellDepends = [ base free transformers ]; description = "Limit how many steps a program may take"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "gasp" = callPackage @@ -97653,6 +101812,8 @@ self: { libraryHaskellDepends = [ base ]; description = "An applicative for parsing unordered things, heterogenous sorting"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "gauge" = callPackage @@ -97717,6 +101878,8 @@ self: { ]; description = "a wai application to show GHC.GCStats"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "gcodehs" = callPackage @@ -97763,6 +101926,8 @@ self: { libraryToolDepends = [ gtk2hs-buildtools ]; description = "Binding to the GNOME configuration database system"; license = lib.licenses.lgpl21Only; + hydraPlatforms = lib.platforms.none; + broken = true; }) {inherit (pkgs.gnome2) GConf;}; "gd" = callPackage @@ -97876,6 +102041,8 @@ self: { ]; description = "Generate gdiff GADTs and Instances"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "gdo" = callPackage @@ -98004,6 +102171,8 @@ self: { libraryPkgconfigDepends = [ gegl ]; description = "Haskell bindings to GEGL library"; license = lib.licenses.lgpl3Only; + hydraPlatforms = lib.platforms.none; + broken = true; }) {inherit (pkgs) gegl;}; "gelatin" = callPackage @@ -98022,6 +102191,8 @@ self: { executableHaskellDepends = [ base linear mtl vector ]; description = "A graphics description language"; license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "gelatin-freetype2" = callPackage @@ -98125,6 +102296,8 @@ self: { ]; description = "a simple Gemini capsule (server)"; license = lib.licenses.agpl3Plus; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "gemini-router" = callPackage @@ -98178,6 +102351,7 @@ self: { ]; description = "A barebones textboard for the Gemini protocol"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; }) {}; "gemstone" = callPackage @@ -98195,6 +102369,8 @@ self: { ]; description = "A simple library of helpers for SDL+GL games"; license = "GPL"; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "gen-imports" = callPackage @@ -98210,6 +102386,8 @@ self: { ]; description = "Code to generate instances for the package \"ghc-instances\""; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "gen-passwd" = callPackage @@ -98227,6 +102405,8 @@ self: { ]; description = "Create wordlist-based passwords easily"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "gencheck" = callPackage @@ -98243,6 +102423,8 @@ self: { ]; description = "A testing framework inspired by QuickCheck and SmallCheck"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "gender" = callPackage @@ -98258,6 +102440,8 @@ self: { executableHaskellDepends = [ attoparsec base text ]; description = "Identify a persons gender by their first name"; license = lib.licenses.lgpl21Only; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "genders" = callPackage @@ -98273,6 +102457,8 @@ self: { testHaskellDepends = [ base bytestring hspec network vector ]; description = "Bindings to libgenders"; license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; + broken = true; }) {genders = null;}; "gendocs" = callPackage @@ -98318,6 +102504,8 @@ self: { ]; description = "Prelude replacement using generalized type classes where possible"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "generator" = callPackage @@ -98329,6 +102517,8 @@ self: { libraryHaskellDepends = [ base List transformers ]; description = "Python-generators notation for creation of monadic lists"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "generators" = callPackage @@ -98340,6 +102530,8 @@ self: { libraryHaskellDepends = [ base mtl random ]; description = "Actually useful monadic random value generators"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "generic-accessors" = callPackage @@ -98359,6 +102551,8 @@ self: { ]; description = "stringly-named getters for generic data"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "generic-aeson" = callPackage @@ -98401,6 +102595,8 @@ self: { libraryHaskellDepends = [ base binary bytestring ghc-prim ]; description = "Generic Data.Binary derivation using GHC generics."; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "generic-church" = callPackage @@ -98416,6 +102612,8 @@ self: { ]; description = "Automatically convert Generic instances to and from church representations"; license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "generic-constraints" = callPackage @@ -98509,6 +102707,8 @@ self: { testHaskellDepends = [ array base bytestring hspec ]; description = "An Enum class that fixes some deficiences with Prelude's Enum"; license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "generic-enumeration" = callPackage @@ -98520,6 +102720,8 @@ self: { libraryHaskellDepends = [ base ]; description = "Generically derived enumerations"; license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "generic-env" = callPackage @@ -98560,6 +102762,8 @@ self: { testHaskellDepends = [ base Cabal inspection-testing ]; description = "Generically extract and replace collections of record fields"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "generic-lens" = callPackage @@ -98600,6 +102804,8 @@ self: { libraryHaskellDepends = [ base generic-lens ]; description = "GHC.OverloadedLabels.IsLabel instance for lenses from ghc-generics"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "generic-lens-lite" = callPackage @@ -98625,6 +102831,8 @@ self: { libraryHaskellDepends = [ base lucid text ]; description = "General-purpose web page scaffold for Lucid"; license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "generic-match" = callPackage @@ -98657,6 +102865,8 @@ self: { benchmarkHaskellDepends = [ base criterion deepseq ]; description = "A generic version of Data.Maybe"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "generic-monoid" = callPackage @@ -98715,6 +102925,8 @@ self: { testHaskellDepends = [ base hspec ]; description = "Provides functionality for overriding instances for generic derivation"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "generic-override-aeson" = callPackage @@ -98727,6 +102939,7 @@ self: { testHaskellDepends = [ aeson base generic-override hspec text ]; description = "Provides orphan instances necessary for integrating generic-override and aeson"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; }) {}; "generic-pretty" = callPackage @@ -98745,6 +102958,8 @@ self: { ]; description = "Pretty printing for Generic value"; license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "generic-random" = callPackage @@ -98779,6 +102994,8 @@ self: { libraryHaskellDepends = [ base bytestring network ]; description = "Simple generic TCP/IP server"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "generic-storable" = callPackage @@ -98791,6 +103008,8 @@ self: { testHaskellDepends = [ base ghc-prim hspec QuickCheck ]; description = "Generic implementation of Storable"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "generic-tree" = callPackage @@ -98802,6 +103021,8 @@ self: { libraryHaskellDepends = [ base ]; description = "Generic Tree data type"; license = "LGPL"; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "generic-trie" = callPackage @@ -98815,6 +103036,8 @@ self: { libraryHaskellDepends = [ base containers transformers ]; description = "A map, where the keys may be complex structured data"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "generic-xml" = callPackage @@ -98829,6 +103052,7 @@ self: { ]; description = "Marshalling Haskell values to/from XML"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; }) {}; "generic-xmlpickler" = callPackage @@ -98843,6 +103067,8 @@ self: { testHaskellDepends = [ base hxt tasty tasty-hunit tasty-th ]; description = "Generic generation of HXT XmlPickler instances using GHC Generics"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "generics-eot" = callPackage @@ -98875,6 +103101,8 @@ self: { ]; description = "Generic Programming with Mutually Recursive Sums of Products"; license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "generics-mrsop-gdiff" = callPackage @@ -98931,6 +103159,8 @@ self: { libraryHaskellDepends = [ base ]; description = "Serialization library using Data.Generics"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "genesis" = callPackage @@ -98996,6 +103226,8 @@ self: { executableHaskellDepends = [ base random-fu ]; description = "A Genetic Algorithm library"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "geni-gui" = callPackage @@ -99076,6 +103308,8 @@ self: { testHaskellDepends = [ base containers mtl template-haskell ]; description = "Generate generalized fmap, foldMap and traverse"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "geniplate" = callPackage @@ -99087,6 +103321,8 @@ self: { libraryHaskellDepends = [ base mtl template-haskell ]; description = "Use Template Haskell to generate Uniplate-like functions"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "geniplate-mirror" = callPackage @@ -99131,6 +103367,8 @@ self: { libraryHaskellDepends = [ base MonadRandom syb syz ]; description = "Genetic programming library"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "gentlemark" = callPackage @@ -99143,6 +103381,8 @@ self: { testHaskellDepends = [ base HUnit parsec transformers ]; description = "Gentle markup language"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "genvalidity" = callPackage @@ -99182,6 +103422,7 @@ self: { ]; description = "GenValidity support for aeson"; license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; }) {}; "genvalidity-bytestring" = callPackage @@ -99289,6 +103530,7 @@ self: { ]; description = "Standard spec's for aeson-related instances"; license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; }) {}; "genvalidity-hspec-binary" = callPackage @@ -99413,6 +103655,7 @@ self: { base criterion genvalidity-criterion mergeful ]; license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; }) {}; "genvalidity-mergeless" = callPackage @@ -99439,6 +103682,7 @@ self: { base criterion genvalidity-criterion mergeless ]; license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; }) {}; "genvalidity-path" = callPackage @@ -99536,6 +103780,7 @@ self: { testToolDepends = [ sydtest-discover ]; description = "Standard properties for functions on `Validity` types for the sydtest framework"; license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; }) {}; "genvalidity-sydtest-aeson" = callPackage @@ -99558,6 +103803,7 @@ self: { testToolDepends = [ sydtest-discover ]; description = "Standard spec's for aeson-related instances in sydtest"; license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; }) {}; "genvalidity-sydtest-hashable" = callPackage @@ -99579,6 +103825,7 @@ self: { testToolDepends = [ sydtest-discover ]; description = "Standard spec's for Hashable instances for sydtest"; license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; }) {}; "genvalidity-sydtest-lens" = callPackage @@ -99598,6 +103845,7 @@ self: { testToolDepends = [ sydtest-discover ]; description = "Standard spec's for lens for sydtest"; license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; }) {}; "genvalidity-sydtest-persistent" = callPackage @@ -99620,6 +103868,7 @@ self: { testToolDepends = [ sydtest-discover ]; description = "Standard spec's for persistent-related instances for sydtest"; license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; }) {}; "genvalidity-text" = callPackage @@ -99711,6 +103960,7 @@ self: { ]; description = "Generators for Phantom-Typed version of UUID"; license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; }) {}; "genvalidity-unordered-containers" = callPackage @@ -99794,6 +104044,8 @@ self: { ]; description = "Performs geo location lookups and parses the results"; license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "geo-uk" = callPackage @@ -99836,6 +104088,8 @@ self: { ]; description = "Geocoding using the Google Web API"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "geodetic" = callPackage @@ -99864,6 +104118,8 @@ self: { libraryHaskellDepends = [ base dimensional lens semigroups ]; description = "Types for geodetic operations"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "geodetics" = callPackage @@ -99931,6 +104187,7 @@ self: { ]; description = "A thin GeoJSON Layer above the aeson library"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; }) {}; "geojson-types" = callPackage @@ -99942,6 +104199,8 @@ self: { libraryHaskellDepends = [ aeson base bson bytestring lens text ]; description = "GeoJSON data types including JSON/BSON conversion"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "geolite-csv" = callPackage @@ -99973,6 +104232,8 @@ self: { testHaskellDepends = [ base ieee754 linear QuickCheck ]; description = "package for geometry in euklidean 2d space"; license = lib.licenses.gpl3Only; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "geomancy" = callPackage @@ -100008,6 +104269,8 @@ self: { testSystemDepends = [ geos ]; description = "Bindings for GEOS"; license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; + broken = true; }) {inherit (pkgs) geos;}; "gerrit" = callPackage @@ -100058,6 +104321,8 @@ self: { libraryHaskellDepends = [ base ]; description = "Command-line parser"; license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "getopt-generics" = callPackage @@ -100122,6 +104387,8 @@ self: { preBuild = ''export LD_LIBRARY_PATH=`pwd`/dist/build''${LD_LIBRARY_PATH:+:}$LD_LIBRARY_PATH''; description = "Grammatical Framework"; license = "unknown"; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "ggtsTC" = callPackage @@ -100136,6 +104403,8 @@ self: { executableHaskellDepends = [ base containers parsec ]; description = "A type checker and runtime system of rCOS/g (impl. of ggts-FCS)."; license = lib.licenses.gpl3Only; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "gh-labeler" = callPackage @@ -100153,6 +104422,8 @@ self: { ]; description = "Github Standard Labeler"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "gh-pocket-knife" = callPackage @@ -100343,6 +104614,8 @@ self: { ]; description = "Override GHC error messages to the user's liking"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "ghc-compact_0_1_0_0" = callPackage @@ -100404,6 +104677,8 @@ self: { testHaskellDepends = [ base ghc ghc-paths ]; description = "A small-step semantics for Core"; license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "ghc-corroborate" = callPackage @@ -100426,6 +104701,8 @@ self: { libraryHaskellDepends = [ base deepseq ghc-prim ]; description = "Determine the size of data structures in GHC's memory"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "ghc-debug-brick" = callPackage @@ -100504,6 +104781,8 @@ self: { libraryHaskellDepends = [ base directory filepath ]; description = "Definitions needed by ghc-debug-stub and ghc-debug-common"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "ghc-debug-stub" = callPackage @@ -100546,6 +104825,8 @@ self: { ]; description = "An AST and compiler plugin for dumping GHC's Core representation"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "ghc-dump-tree" = callPackage @@ -100570,6 +104851,8 @@ self: { ]; description = "Dump GHC's parsed, renamed, and type checked ASTs"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "ghc-dump-util" = callPackage @@ -100592,6 +104875,7 @@ self: { ]; description = "Handy tools for working with ghc-dump dumps"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; }) {}; "ghc-dup" = callPackage @@ -100603,6 +104887,8 @@ self: { libraryHaskellDepends = [ base ghc ]; description = "Explicitly prevent sharing"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "ghc-events" = callPackage @@ -100645,6 +104931,8 @@ self: { ]; description = "Analyze and visualize event logs"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "ghc-events-parallel" = callPackage @@ -100668,6 +104956,8 @@ self: { ]; description = "Library and tool for parsing .eventlog files from parallel GHC"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "ghc-exactprint" = callPackage @@ -100741,6 +105031,8 @@ self: { libraryHaskellDepends = [ base ghc ]; description = "Derived instances of GHC.Generic of the GHC AST"; license = lib.licenses.publicDomain; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "ghc-heap_9_2_1" = callPackage @@ -100783,6 +105075,8 @@ self: { libraryHaskellDepends = [ base concurrent-extra deepseq ghci ]; description = "Library for hot-swapping shared objects in GHC"; license = "unknown"; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "ghc-hs-meta" = callPackage @@ -100872,6 +105166,8 @@ self: { testHaskellDepends = [ base inspection-testing ]; description = "A magic typeclass that just does it"; license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "ghc-lib_8_10_7_20220219" = callPackage @@ -101085,6 +105381,8 @@ self: { executableHaskellDepends = [ base parsec process ]; description = "Generate a bash completion from the GHC manpage"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "ghc-mod" = callPackage @@ -101146,6 +105444,8 @@ self: { ]; description = "An mtl compatible version of the Ghc-Api monads and monad-transformers"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "ghc-options" = callPackage @@ -101195,6 +105495,8 @@ self: { ]; description = "A parallel wrapper for 'ghc --make'"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "ghc-parser" = callPackage @@ -101238,6 +105540,8 @@ self: { ]; description = "Simple utility to fix BROKEN package dependencies for cabal-install"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "ghc-pkg-lib" = callPackage @@ -101252,6 +105556,8 @@ self: { ]; description = "Provide library support for ghc-pkg information"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "ghc-plugs-out" = callPackage @@ -101267,6 +105573,8 @@ self: { doHaddock = false; description = "Type checker plugins without the type checking"; license = lib.licenses.mpl20; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "ghc-prim_0_8_0" = callPackage @@ -101302,6 +105610,8 @@ self: { ]; description = "Library for parsing GHC time and allocation profiling reports"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "ghc-prof-aeson" = callPackage @@ -101360,6 +105670,8 @@ self: { testHaskellDepends = [ base transformers ]; description = "GHC plugin to prove program equations by simplification"; license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "ghc-server" = callPackage @@ -101390,6 +105702,7 @@ self: { executableHaskellDepends = [ base transformers ]; description = "Simplified GHC API"; license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; }) {}; "ghc-simple" = callPackage @@ -101405,6 +105718,8 @@ self: { ]; description = "Simplified interface to the GHC API"; license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "ghc-source-gen" = callPackage @@ -101432,6 +105747,8 @@ self: { libraryHaskellDepends = [ array base containers ghc hpc ]; description = "Generic GHC Plugin for annotating Haskell code with source location data"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "ghc-syb" = callPackage @@ -101443,6 +105760,8 @@ self: { libraryHaskellDepends = [ base ghc ]; description = "Data and Typeable instances for the GHC API"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "ghc-syb-utils" = callPackage @@ -101454,6 +105773,8 @@ self: { libraryHaskellDepends = [ base bytestring ghc syb ]; description = "Scrap Your Boilerplate utilities for the GHC API"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "ghc-syntax-highlighter" = callPackage @@ -101506,6 +105827,8 @@ self: { ]; description = "Utility for generating ctags and etags with GHC API"; license = lib.licenses.mpl20; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "ghc-tags-core" = callPackage @@ -101534,6 +105857,8 @@ self: { ]; description = "a library to work with tags created from Haskell parsed tree"; license = lib.licenses.mpl20; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "ghc-tags-plugin" = callPackage @@ -101597,6 +105922,8 @@ self: { ]; description = "Library for parsing GHC time and allocation profiling reports"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "ghc-timers" = callPackage @@ -101721,6 +106048,8 @@ self: { executableHaskellDepends = [ base ghc-paths unix ]; description = "Print minimal export lists"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "ghc-vis" = callPackage @@ -101752,6 +106081,8 @@ self: { libraryHaskellDepends = [ base directory ghc time ]; description = "Dump the ghc flags during compilation"; license = lib.licenses.bsd2; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "ghci_8_10_2" = callPackage @@ -101807,6 +106138,8 @@ self: { libraryHaskellDepends = [ base cairo colour diagrams gtk ]; description = "Display simple diagrams from ghci"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "ghci-haskeline" = callPackage @@ -101825,6 +106158,8 @@ self: { ]; description = "An implementation of ghci using the Haskeline line-input library"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "ghci-hexcalc" = callPackage @@ -101849,6 +106184,8 @@ self: { testHaskellDepends = [ base doctest hspec parsec ]; description = "parse output of ghci \":history\" command"; license = lib.licenses.publicDomain; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "ghci-lib" = callPackage @@ -101860,6 +106197,8 @@ self: { libraryHaskellDepends = [ base ghc MissingH ]; description = "A library for interactively evaluating Haskell code"; license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "ghci-ng" = callPackage @@ -101881,6 +106220,8 @@ self: { ]; description = "Next generation GHCi"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "ghci-pretty" = callPackage @@ -102045,6 +106386,8 @@ self: { ]; description = "Allow GHCJS projects to compile under GHC and develop using intero"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "ghcjs-codemirror" = callPackage @@ -102096,6 +106439,7 @@ self: { platforms = [ "aarch64-linux" "armv7l-linux" "i686-linux" "x86_64-linux" ]; + hydraPlatforms = lib.platforms.none; }) {}; "ghcjs-dom-jsaddle" = callPackage @@ -102118,6 +106462,8 @@ self: { sha256 = "1pmxrhpdh4630q0z8a8pqg5m7323a1w1z8ny2fvb1acr12x6l1f0"; description = "DOM library using JSFFI and GHCJS"; license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "ghcjs-dom-webkit" = callPackage @@ -102150,6 +106496,7 @@ self: { ]; description = "GHCJS bindings for the JavaScript Fetch API"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; }) {}; "ghcjs-hplay" = callPackage @@ -102189,6 +106536,8 @@ self: { libraryHaskellDepends = [ base ghcjs-base protolude ]; description = "Bidirectional bidings to javascript's promise"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "ghcjs-vdom" = callPackage @@ -102237,6 +106586,8 @@ self: { libraryHaskellDepends = [ base ghcjs-base text ]; description = "XmlHttpRequest (\"AJAX\") bindings for GHCJS"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "ghclive" = callPackage @@ -102263,6 +106614,8 @@ self: { ]; description = "Interactive Haskell interpreter in a browser"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "ghcprofview" = callPackage @@ -102281,6 +106634,7 @@ self: { ]; description = "GHC .prof files viewer"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; }) {}; "ghcup" = callPackage @@ -102331,6 +106685,8 @@ self: { testToolDepends = [ hspec-discover ]; description = "ghc toolchain installer"; license = lib.licenses.lgpl3Only; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "ghczdecode" = callPackage @@ -102538,6 +106894,8 @@ self: { libraryPkgconfigDepends = [ cogl ]; description = "COGL GObject bindings"; license = lib.licenses.lgpl21Only; + hydraPlatforms = lib.platforms.none; + broken = true; }) {inherit (pkgs) cogl;}; "gi-coglpango" = callPackage @@ -102784,6 +107142,8 @@ self: { ]; description = "Haskell implementation of GListModel interface from gi-gio"; license = lib.licenses.lgpl21Only; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "gi-girepository" = callPackage @@ -102879,6 +107239,8 @@ self: { libraryPkgconfigDepends = [ graphene-gobject ]; description = "Graphene bindings"; license = lib.licenses.lgpl21Only; + hydraPlatforms = lib.platforms.none; + broken = true; }) {graphene-gobject = null;}; "gi-gsk" = callPackage @@ -103011,6 +107373,8 @@ self: { libraryPkgconfigDepends = [ gstreamer-tag ]; description = "GStreamer Tag bindings"; license = lib.licenses.lgpl21Only; + hydraPlatforms = lib.platforms.none; + broken = true; }) {gstreamer-tag = null;}; "gi-gstvideo" = callPackage @@ -103162,6 +107526,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 @@ -103207,6 +107573,8 @@ self: { libraryPkgconfigDepends = [ gtksheet ]; description = "GtkSheet bindings"; license = lib.licenses.lgpl21Only; + hydraPlatforms = lib.platforms.none; + broken = true; }) {gtksheet = null;}; "gi-gtksource" = callPackage @@ -103255,6 +107623,8 @@ self: { libraryPkgconfigDepends = [ libhandy ]; description = "libhandy bindings"; license = lib.licenses.lgpl21Only; + hydraPlatforms = lib.platforms.none; + broken = true; }) {inherit (pkgs) libhandy;}; "gi-harfbuzz" = callPackage @@ -103711,6 +108081,8 @@ self: { ]; description = "Fuzzy finder for cabal executables"; license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "gibbon" = callPackage @@ -103767,6 +108139,8 @@ self: { ]; description = "An implementation of the Jinja2 template language in Haskell"; license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "gingersnap" = callPackage @@ -103788,6 +108162,8 @@ self: { ]; description = "Consistent and safe JSON APIs with snap-core and (by default) postgresql-simple"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "ginsu" = callPackage @@ -103811,6 +108187,8 @@ self: { executableSystemDepends = [ openssl ]; description = "Ginsu Gale Client"; license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; + broken = true; }) {inherit (pkgs) openssl;}; "gio" = callPackage @@ -103851,6 +108229,7 @@ self: { ]; description = "Git Performance Dashboard"; license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; }) {}; "giphy-api" = callPackage @@ -103876,6 +108255,8 @@ self: { ]; description = "Giphy HTTP API wrapper and CLI search tool"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "gist" = callPackage @@ -103893,6 +108274,8 @@ self: { ]; description = "A reliable command-line client for gist.github.com"; license = lib.licenses.gpl3Only; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "git" = callPackage @@ -103917,6 +108300,8 @@ self: { doCheck = false; description = "Git operations in haskell"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "git-all" = callPackage @@ -103935,6 +108320,8 @@ self: { ]; description = "Determine which Git repositories need actions to be taken"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "git-annex" = callPackage @@ -104048,6 +108435,8 @@ self: { ]; description = "Maintain per-branch checklists in Git"; license = "GPL"; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "git-config" = callPackage @@ -104069,6 +108458,7 @@ self: { testToolDepends = [ tasty-discover ]; description = "A simple parser for Git configuration files"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; }) {}; "git-cuk" = callPackage @@ -104088,6 +108478,8 @@ self: { executableHaskellDepends = [ base relude ]; description = "Haskell Git Helper Tool"; license = lib.licenses.mpl20; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "git-date" = callPackage @@ -104108,6 +108500,8 @@ self: { ]; description = "Bindings to the date parsing from Git"; license = lib.licenses.gpl2Only; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "git-embed" = callPackage @@ -104202,6 +108596,8 @@ self: { executableHaskellDepends = [ base base-compat process ]; description = "Move a git branch"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "git-lfs" = callPackage @@ -104259,6 +108655,7 @@ self: { ]; description = "Passively snapshots working tree changes efficiently"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; }) {}; "git-object" = callPackage @@ -104336,6 +108733,8 @@ self: { ]; description = "repairs a damaged git repository"; license = lib.licenses.agpl3Only; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "git-sanity" = callPackage @@ -104355,6 +108754,7 @@ self: { executableHaskellDepends = [ base Cabal ]; description = "A sanity checker for your git history"; license = lib.licenses.asl20; + hydraPlatforms = lib.platforms.none; }) {}; "git-vogue" = callPackage @@ -104384,6 +108784,8 @@ self: { testToolDepends = [ git ]; description = "A framework for pre-commit checks"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "gitHUD" = callPackage @@ -104439,6 +108841,7 @@ self: { ]; description = "Create Github issues out of TODO comments in code"; license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; }) {}; "githash" = callPackage @@ -104518,6 +108921,8 @@ self: { executableToolDepends = [ git ]; description = "backs up everything github knows about a repository, to the repository"; license = lib.licenses.gpl3Only; + hydraPlatforms = lib.platforms.none; + broken = true; }) {inherit (pkgs) git;}; "github-data" = callPackage @@ -104543,6 +108948,8 @@ self: { ]; description = "Access to the GitHub API, v3"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "github-post-receive" = callPackage @@ -104559,6 +108966,8 @@ self: { ]; description = "GitHub webhooks library"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "github-release" = callPackage @@ -104624,6 +109033,8 @@ self: { ]; description = "Various Github helper utilities"; license = lib.licenses.agpl3Only; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "github-types" = callPackage @@ -104653,6 +109064,8 @@ self: { libraryHaskellDepends = [ base basic-prelude github text ]; description = "Useful functions that use the GitHub API"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "github-webhook-handler" = callPackage @@ -104671,6 +109084,8 @@ self: { ]; description = "GitHub WebHook Handler"; license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "github-webhook-handler-snap" = callPackage @@ -104733,6 +109148,8 @@ self: { ]; description = "Heads up, and you see your GIT context"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "gitignore" = callPackage @@ -104751,6 +109168,8 @@ self: { ]; description = "Apply GitHub .gitignore templates to already existing repositories."; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "gitit" = callPackage @@ -104804,6 +109223,8 @@ self: { testHaskellDepends = [ base hspec rio ]; description = "Gitlab Web API"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "gitlab-haskell" = callPackage @@ -104823,6 +109244,8 @@ self: { testHaskellDepends = [ aeson base bytestring tasty tasty-hunit ]; description = "A Haskell library for the GitLab web API"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "gitlib" = callPackage @@ -104870,6 +109293,8 @@ self: { ]; description = "Gitlib repository backend that uses the git command-line tool"; license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "gitlib-cross" = callPackage @@ -104914,6 +109339,8 @@ self: { ]; description = "Libgit2 backend for gitlib"; license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "gitlib-s3" = callPackage @@ -104993,6 +109420,8 @@ self: { ]; description = "Generic utility functions for working with Git repositories"; license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "gitrev" = callPackage @@ -105033,6 +109462,8 @@ self: { ]; description = "A document store library for Git + JSON"; license = lib.licenses.publicDomain; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "gitter" = callPackage @@ -105048,6 +109479,8 @@ self: { ]; description = "Gitter.im API client"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "givegif" = callPackage @@ -105186,7 +109619,6 @@ self: { libraryHaskellDepends = [ base glade HaXml template-haskell ]; description = "Automagically declares getters for widget handles in specified interface file"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; }) {}; "glambda" = callPackage @@ -105227,6 +109659,8 @@ self: { ]; description = "An OpenGL micro framework"; license = lib.licenses.gpl2Only; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "glasso" = callPackage @@ -105252,6 +109686,8 @@ self: { libraryHaskellDepends = [ base lens ]; description = "Framework for rendering things with metadata/headers and values"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "glazier" = callPackage @@ -105379,6 +109815,8 @@ self: { testHaskellDepends = [ base ]; description = "Tiny cli to fetch PR info from gitlab"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "glib" = callPackage @@ -105412,6 +109850,8 @@ self: { testHaskellDepends = [ base data-default hspec ]; description = "Glicko-2 implementation in Haskell"; license = lib.licenses.gpl3Only; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "glider-nlp" = callPackage @@ -105424,6 +109864,8 @@ self: { testHaskellDepends = [ base Cabal containers hspec text ]; description = "Natural Language Processing library"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "glintcollider" = callPackage @@ -105503,6 +109945,8 @@ self: { benchmarkHaskellDepends = [ base criterion Glob MissingH ]; description = "Haskell bindings for POSIX glob library"; license = lib.licenses.asl20; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "global" = callPackage @@ -105564,6 +110008,8 @@ self: { libraryHaskellDepends = [ base containers stm ]; description = "Namespaced, global, and top-level mutable variables without unsafePerformIO"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "glome-hs" = callPackage @@ -105671,6 +110117,8 @@ self: { libraryHaskellDepends = [ base gloss reactive-banana ]; description = "An Interface for gloss in terms of a reactive-banana Behavior"; license = lib.licenses.gpl3Only; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "gloss-devil" = callPackage @@ -105702,7 +110150,6 @@ self: { ]; description = "Examples using the gloss library"; license = lib.licenses.mit; - hydraPlatforms = lib.platforms.none; }) {}; "gloss-export" = callPackage @@ -105722,6 +110169,8 @@ self: { testHaskellDepends = [ base directory filepath gloss JuicyPixels ]; description = "Export Gloss pictures to png, bmp, tga, tiff, gif and juicy-pixels-image"; license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "gloss-game" = callPackage @@ -105733,6 +110182,8 @@ self: { libraryHaskellDepends = [ base gloss gloss-juicy ]; description = "Gloss wrapper that simplifies writing games"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "gloss-juicy" = callPackage @@ -105844,6 +110295,8 @@ self: { testToolDepends = [ tasty-discover ]; description = "Low-level Haskell bindings to GLPK"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {inherit (pkgs) glpk;}; "glpk-hs" = callPackage @@ -105906,6 +110359,8 @@ self: { testHaskellDepends = [ base bytestring directory filepath shower ]; description = "glTF scene loader"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "glue" = callPackage @@ -105935,6 +110390,8 @@ self: { ]; description = "Make better services"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "glue-common" = callPackage @@ -106040,6 +110497,8 @@ self: { ]; description = "turtle like LOGO with glut"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "gmail-simple" = callPackage @@ -106209,7 +110668,6 @@ self: { testToolDepends = [ c2hs ]; description = "Bindings for GNU IDN"; license = lib.licenses.gpl3Only; - hydraPlatforms = lib.platforms.none; }) {inherit (pkgs) libidn;}; "gnuplot" = callPackage @@ -106259,6 +110717,8 @@ self: { libraryHaskellDepends = [ base directory filepath process ]; description = "GHCi bindings to lambdabot"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "goal-core" = callPackage @@ -106283,6 +110743,8 @@ self: { ]; description = "Common, non-geometric tools for use with Goal"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "goal-geometry" = callPackage @@ -106405,6 +110867,8 @@ self: { testHaskellDepends = [ base containers HUnit mtl parsec ]; description = "A monadic take on a 2,500-year-old board game - library"; license = lib.licenses.agpl3Only; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "goatee-gtk" = callPackage @@ -106425,6 +110889,7 @@ self: { testHaskellDepends = [ base HUnit ]; description = "A monadic take on a 2,500-year-old board game - GTK+ UI"; license = lib.licenses.agpl3Only; + hydraPlatforms = lib.platforms.none; }) {}; "gochan" = callPackage @@ -106446,6 +110911,8 @@ self: { testHaskellDepends = [ base hspec hspec-core ]; description = "Go-style channels"; license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "godot-haskell" = callPackage @@ -106468,6 +110935,8 @@ self: { doHaddock = false; description = "Haskell bindings for the Godot game engine API"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "godot-megaparsec" = callPackage @@ -106497,6 +110966,8 @@ self: { libraryHaskellDepends = [ base ghc-prim ]; description = "The Gofer 2.30 standard prelude"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "goggles" = callPackage @@ -106558,6 +111029,7 @@ self: { ]; description = "Comprehensive Google Services SDK"; license = "unknown"; + hydraPlatforms = lib.platforms.none; }) {}; "gogol-abusiveexperiencereport" = callPackage @@ -106569,6 +111041,7 @@ self: { libraryHaskellDepends = [ base gogol-core ]; description = "Google Abusive Experience Report SDK"; license = "unknown"; + hydraPlatforms = lib.platforms.none; }) {}; "gogol-acceleratedmobilepageurl" = callPackage @@ -106580,6 +111053,7 @@ self: { libraryHaskellDepends = [ base gogol-core ]; description = "Google Accelerated Mobile Pages (AMP) URL SDK"; license = "unknown"; + hydraPlatforms = lib.platforms.none; }) {}; "gogol-accessapproval" = callPackage @@ -106591,6 +111065,7 @@ self: { libraryHaskellDepends = [ base gogol-core ]; description = "Google Access Approval SDK"; license = "unknown"; + hydraPlatforms = lib.platforms.none; }) {}; "gogol-accesscontextmanager" = callPackage @@ -106602,6 +111077,7 @@ self: { libraryHaskellDepends = [ base gogol-core ]; description = "Google Access Context Manager SDK"; license = "unknown"; + hydraPlatforms = lib.platforms.none; }) {}; "gogol-adexchange-buyer" = callPackage @@ -106613,6 +111089,7 @@ self: { libraryHaskellDepends = [ base gogol-core ]; description = "Google Ad Exchange Buyer SDK"; license = "unknown"; + hydraPlatforms = lib.platforms.none; }) {}; "gogol-adexchange-seller" = callPackage @@ -106624,6 +111101,7 @@ self: { libraryHaskellDepends = [ base gogol-core ]; description = "Google Ad Exchange Seller SDK"; license = "unknown"; + hydraPlatforms = lib.platforms.none; }) {}; "gogol-adexchangebuyer2" = callPackage @@ -106635,6 +111113,7 @@ self: { libraryHaskellDepends = [ base gogol-core ]; description = "Google Ad Exchange Buyer API II SDK"; license = "unknown"; + hydraPlatforms = lib.platforms.none; }) {}; "gogol-adexperiencereport" = callPackage @@ -106646,6 +111125,7 @@ self: { libraryHaskellDepends = [ base gogol-core ]; description = "Google Ad Experience Report SDK"; license = "unknown"; + hydraPlatforms = lib.platforms.none; }) {}; "gogol-admin-datatransfer" = callPackage @@ -106657,6 +111137,7 @@ self: { libraryHaskellDepends = [ base gogol-core ]; description = "Google Admin Data Transfer SDK"; license = "unknown"; + hydraPlatforms = lib.platforms.none; }) {}; "gogol-admin-directory" = callPackage @@ -106668,6 +111149,7 @@ self: { libraryHaskellDepends = [ base gogol-core ]; description = "Google Admin Directory SDK"; license = "unknown"; + hydraPlatforms = lib.platforms.none; }) {}; "gogol-admin-emailmigration" = callPackage @@ -106679,6 +111161,7 @@ self: { libraryHaskellDepends = [ base gogol-core ]; description = "Google Email Migration API v2 SDK"; license = "unknown"; + hydraPlatforms = lib.platforms.none; }) {}; "gogol-admin-reports" = callPackage @@ -106690,6 +111173,7 @@ self: { libraryHaskellDepends = [ base gogol-core ]; description = "Google Admin Reports SDK"; license = "unknown"; + hydraPlatforms = lib.platforms.none; }) {}; "gogol-adsense" = callPackage @@ -106701,6 +111185,7 @@ self: { libraryHaskellDepends = [ base gogol-core ]; description = "Google AdSense Management SDK"; license = "unknown"; + hydraPlatforms = lib.platforms.none; }) {}; "gogol-adsense-host" = callPackage @@ -106712,6 +111197,7 @@ self: { libraryHaskellDepends = [ base gogol-core ]; description = "Google AdSense Host SDK"; license = "unknown"; + hydraPlatforms = lib.platforms.none; }) {}; "gogol-affiliates" = callPackage @@ -106723,6 +111209,7 @@ self: { libraryHaskellDepends = [ base gogol-core ]; description = "Google Affiliate Network SDK"; license = "unknown"; + hydraPlatforms = lib.platforms.none; }) {}; "gogol-alertcenter" = callPackage @@ -106734,6 +111221,7 @@ self: { libraryHaskellDepends = [ base gogol-core ]; description = "Google G Suite Alert Center SDK"; license = "unknown"; + hydraPlatforms = lib.platforms.none; }) {}; "gogol-analytics" = callPackage @@ -106745,6 +111233,7 @@ self: { libraryHaskellDepends = [ base gogol-core ]; description = "Google Analytics SDK"; license = "unknown"; + hydraPlatforms = lib.platforms.none; }) {}; "gogol-analyticsreporting" = callPackage @@ -106756,6 +111245,7 @@ self: { libraryHaskellDepends = [ base gogol-core ]; description = "Google Analytics Reporting SDK"; license = "unknown"; + hydraPlatforms = lib.platforms.none; }) {}; "gogol-android-enterprise" = callPackage @@ -106767,6 +111257,7 @@ self: { libraryHaskellDepends = [ base gogol-core ]; description = "Google Play EMM SDK"; license = "unknown"; + hydraPlatforms = lib.platforms.none; }) {}; "gogol-android-publisher" = callPackage @@ -106778,6 +111269,7 @@ self: { libraryHaskellDepends = [ base gogol-core ]; description = "Google Play Developer SDK"; license = "unknown"; + hydraPlatforms = lib.platforms.none; }) {}; "gogol-androiddeviceprovisioning" = callPackage @@ -106789,6 +111281,7 @@ self: { libraryHaskellDepends = [ base gogol-core ]; description = "Google Android Device Provisioning Partner SDK"; license = "unknown"; + hydraPlatforms = lib.platforms.none; }) {}; "gogol-androidmanagement" = callPackage @@ -106800,6 +111293,7 @@ self: { libraryHaskellDepends = [ base gogol-core ]; description = "Google Android Management SDK"; license = "unknown"; + hydraPlatforms = lib.platforms.none; }) {}; "gogol-appengine" = callPackage @@ -106811,6 +111305,7 @@ self: { libraryHaskellDepends = [ base gogol-core ]; description = "Google App Engine Admin SDK"; license = "unknown"; + hydraPlatforms = lib.platforms.none; }) {}; "gogol-apps-activity" = callPackage @@ -106822,6 +111317,7 @@ self: { libraryHaskellDepends = [ base gogol-core ]; description = "Google Drive Activity SDK"; license = "unknown"; + hydraPlatforms = lib.platforms.none; }) {}; "gogol-apps-calendar" = callPackage @@ -106833,6 +111329,7 @@ self: { libraryHaskellDepends = [ base gogol-core ]; description = "Google Calendar SDK"; license = "unknown"; + hydraPlatforms = lib.platforms.none; }) {}; "gogol-apps-licensing" = callPackage @@ -106844,6 +111341,7 @@ self: { libraryHaskellDepends = [ base gogol-core ]; description = "Google Enterprise License Manager SDK"; license = "unknown"; + hydraPlatforms = lib.platforms.none; }) {}; "gogol-apps-reseller" = callPackage @@ -106855,6 +111353,7 @@ self: { libraryHaskellDepends = [ base gogol-core ]; description = "Google Enterprise Apps Reseller SDK"; license = "unknown"; + hydraPlatforms = lib.platforms.none; }) {}; "gogol-apps-tasks" = callPackage @@ -106866,6 +111365,7 @@ self: { libraryHaskellDepends = [ base gogol-core ]; description = "Google Tasks SDK"; license = "unknown"; + hydraPlatforms = lib.platforms.none; }) {}; "gogol-appstate" = callPackage @@ -106877,6 +111377,7 @@ self: { libraryHaskellDepends = [ base gogol-core ]; description = "Google App State SDK"; license = "unknown"; + hydraPlatforms = lib.platforms.none; }) {}; "gogol-autoscaler" = callPackage @@ -106888,6 +111389,7 @@ self: { libraryHaskellDepends = [ base gogol-core ]; description = "Google Compute Engine Autoscaler SDK"; license = "unknown"; + hydraPlatforms = lib.platforms.none; }) {}; "gogol-bigquery" = callPackage @@ -106899,6 +111401,7 @@ self: { libraryHaskellDepends = [ base gogol-core ]; description = "Google BigQuery SDK"; license = "unknown"; + hydraPlatforms = lib.platforms.none; }) {}; "gogol-bigquerydatatransfer" = callPackage @@ -106910,6 +111413,7 @@ self: { libraryHaskellDepends = [ base gogol-core ]; description = "Google BigQuery Data Transfer SDK"; license = "unknown"; + hydraPlatforms = lib.platforms.none; }) {}; "gogol-bigtableadmin" = callPackage @@ -106921,6 +111425,7 @@ self: { libraryHaskellDepends = [ base gogol-core ]; description = "Google Cloud Bigtable Admin SDK"; license = "unknown"; + hydraPlatforms = lib.platforms.none; }) {}; "gogol-billing" = callPackage @@ -106932,6 +111437,7 @@ self: { libraryHaskellDepends = [ base gogol-core ]; description = "Google Cloud Billing SDK"; license = "unknown"; + hydraPlatforms = lib.platforms.none; }) {}; "gogol-binaryauthorization" = callPackage @@ -106943,6 +111449,7 @@ self: { libraryHaskellDepends = [ base gogol-core ]; description = "Google Binary Authorization SDK"; license = "unknown"; + hydraPlatforms = lib.platforms.none; }) {}; "gogol-blogger" = callPackage @@ -106954,6 +111461,7 @@ self: { libraryHaskellDepends = [ base gogol-core ]; description = "Google Blogger SDK"; license = "unknown"; + hydraPlatforms = lib.platforms.none; }) {}; "gogol-books" = callPackage @@ -106965,6 +111473,7 @@ self: { libraryHaskellDepends = [ base gogol-core ]; description = "Google Books SDK"; license = "unknown"; + hydraPlatforms = lib.platforms.none; }) {}; "gogol-chat" = callPackage @@ -106976,6 +111485,7 @@ self: { libraryHaskellDepends = [ base gogol-core ]; description = "Google Hangouts Chat SDK"; license = "unknown"; + hydraPlatforms = lib.platforms.none; }) {}; "gogol-civicinfo" = callPackage @@ -106987,6 +111497,7 @@ self: { libraryHaskellDepends = [ base gogol-core ]; description = "Google Civic Information SDK"; license = "unknown"; + hydraPlatforms = lib.platforms.none; }) {}; "gogol-classroom" = callPackage @@ -106998,6 +111509,7 @@ self: { libraryHaskellDepends = [ base gogol-core ]; description = "Google Classroom SDK"; license = "unknown"; + hydraPlatforms = lib.platforms.none; }) {}; "gogol-cloudasset" = callPackage @@ -107009,6 +111521,7 @@ self: { libraryHaskellDepends = [ base gogol-core ]; description = "Google Cloud Asset SDK"; license = "unknown"; + hydraPlatforms = lib.platforms.none; }) {}; "gogol-clouderrorreporting" = callPackage @@ -107020,6 +111533,7 @@ self: { libraryHaskellDepends = [ base gogol-core ]; description = "Google Stackdriver Error Reporting SDK"; license = "unknown"; + hydraPlatforms = lib.platforms.none; }) {}; "gogol-cloudfunctions" = callPackage @@ -107031,6 +111545,7 @@ self: { libraryHaskellDepends = [ base gogol-core ]; description = "Google Cloud Functions SDK"; license = "unknown"; + hydraPlatforms = lib.platforms.none; }) {}; "gogol-cloudidentity" = callPackage @@ -107042,6 +111557,7 @@ self: { libraryHaskellDepends = [ base gogol-core ]; description = "Google Cloud Identity SDK"; license = "unknown"; + hydraPlatforms = lib.platforms.none; }) {}; "gogol-cloudiot" = callPackage @@ -107053,6 +111569,7 @@ self: { libraryHaskellDepends = [ base gogol-core ]; description = "Google Cloud IoT SDK"; license = "unknown"; + hydraPlatforms = lib.platforms.none; }) {}; "gogol-cloudkms" = callPackage @@ -107064,6 +111581,7 @@ self: { libraryHaskellDepends = [ base gogol-core ]; description = "Google Cloud Key Management Service (KMS) SDK"; license = "unknown"; + hydraPlatforms = lib.platforms.none; }) {}; "gogol-cloudmonitoring" = callPackage @@ -107075,6 +111593,7 @@ self: { libraryHaskellDepends = [ base gogol-core ]; description = "Google Cloud Monitoring SDK"; license = "unknown"; + hydraPlatforms = lib.platforms.none; }) {}; "gogol-cloudprivatecatalog" = callPackage @@ -107086,6 +111605,7 @@ self: { libraryHaskellDepends = [ base gogol-core ]; description = "Google Cloud Private Catalog SDK"; license = "unknown"; + hydraPlatforms = lib.platforms.none; }) {}; "gogol-cloudprivatecatalogproducer" = callPackage @@ -107097,6 +111617,7 @@ self: { libraryHaskellDepends = [ base gogol-core ]; description = "Google Cloud Private Catalog Producer SDK"; license = "unknown"; + hydraPlatforms = lib.platforms.none; }) {}; "gogol-cloudprofiler" = callPackage @@ -107108,6 +111629,7 @@ self: { libraryHaskellDepends = [ base gogol-core ]; description = "Google Stackdriver Profiler SDK"; license = "unknown"; + hydraPlatforms = lib.platforms.none; }) {}; "gogol-cloudscheduler" = callPackage @@ -107119,6 +111641,7 @@ self: { libraryHaskellDepends = [ base gogol-core ]; description = "Google Cloud Scheduler SDK"; license = "unknown"; + hydraPlatforms = lib.platforms.none; }) {}; "gogol-cloudsearch" = callPackage @@ -107130,6 +111653,7 @@ self: { libraryHaskellDepends = [ base gogol-core ]; description = "Google Cloud Search SDK"; license = "unknown"; + hydraPlatforms = lib.platforms.none; }) {}; "gogol-cloudshell" = callPackage @@ -107141,6 +111665,7 @@ self: { libraryHaskellDepends = [ base gogol-core ]; description = "Google Cloud Shell SDK"; license = "unknown"; + hydraPlatforms = lib.platforms.none; }) {}; "gogol-cloudtasks" = callPackage @@ -107152,6 +111677,7 @@ self: { libraryHaskellDepends = [ base gogol-core ]; description = "Google Cloud Tasks SDK"; license = "unknown"; + hydraPlatforms = lib.platforms.none; }) {}; "gogol-cloudtrace" = callPackage @@ -107163,6 +111689,7 @@ self: { libraryHaskellDepends = [ base gogol-core ]; description = "Google Stackdriver Trace SDK"; license = "unknown"; + hydraPlatforms = lib.platforms.none; }) {}; "gogol-commentanalyzer" = callPackage @@ -107174,6 +111701,7 @@ self: { libraryHaskellDepends = [ base gogol-core ]; description = "Google Perspective Comment Analyzer SDK"; license = "unknown"; + hydraPlatforms = lib.platforms.none; }) {}; "gogol-composer" = callPackage @@ -107185,6 +111713,7 @@ self: { libraryHaskellDepends = [ base gogol-core ]; description = "Google Cloud Composer SDK"; license = "unknown"; + hydraPlatforms = lib.platforms.none; }) {}; "gogol-compute" = callPackage @@ -107196,6 +111725,7 @@ self: { libraryHaskellDepends = [ base gogol-core ]; description = "Google Compute Engine SDK"; license = "unknown"; + hydraPlatforms = lib.platforms.none; }) {}; "gogol-consumersurveys" = callPackage @@ -107207,6 +111737,7 @@ self: { libraryHaskellDepends = [ base gogol-core ]; description = "Google Consumer Surveys SDK"; license = "unknown"; + hydraPlatforms = lib.platforms.none; }) {}; "gogol-container" = callPackage @@ -107218,6 +111749,7 @@ self: { libraryHaskellDepends = [ base gogol-core ]; description = "Google Kubernetes Engine SDK"; license = "unknown"; + hydraPlatforms = lib.platforms.none; }) {}; "gogol-containeranalysis" = callPackage @@ -107229,6 +111761,7 @@ self: { libraryHaskellDepends = [ base gogol-core ]; description = "Google Container Analysis SDK"; license = "unknown"; + hydraPlatforms = lib.platforms.none; }) {}; "gogol-containerbuilder" = callPackage @@ -107240,6 +111773,7 @@ self: { libraryHaskellDepends = [ base gogol-core ]; description = "Google Cloud Build SDK"; license = "unknown"; + hydraPlatforms = lib.platforms.none; }) {}; "gogol-core" = callPackage @@ -107264,6 +111798,8 @@ self: { testHaskellDepends = [ base tasty ]; description = "Core data types and functionality for Gogol libraries"; license = "unknown"; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "gogol-customsearch" = callPackage @@ -107275,6 +111811,7 @@ self: { libraryHaskellDepends = [ base gogol-core ]; description = "Google CustomSearch SDK"; license = "unknown"; + hydraPlatforms = lib.platforms.none; }) {}; "gogol-dataflow" = callPackage @@ -107286,6 +111823,7 @@ self: { libraryHaskellDepends = [ base gogol-core ]; description = "Google Dataflow SDK"; license = "unknown"; + hydraPlatforms = lib.platforms.none; }) {}; "gogol-datafusion" = callPackage @@ -107297,6 +111835,7 @@ self: { libraryHaskellDepends = [ base gogol-core ]; description = "Google Cloud Data Fusion SDK"; license = "unknown"; + hydraPlatforms = lib.platforms.none; }) {}; "gogol-dataproc" = callPackage @@ -107308,6 +111847,7 @@ self: { libraryHaskellDepends = [ base gogol-core ]; description = "Google Cloud Dataproc SDK"; license = "unknown"; + hydraPlatforms = lib.platforms.none; }) {}; "gogol-datastore" = callPackage @@ -107319,6 +111859,7 @@ self: { libraryHaskellDepends = [ base gogol-core ]; description = "Google Cloud Datastore SDK"; license = "unknown"; + hydraPlatforms = lib.platforms.none; }) {}; "gogol-debugger" = callPackage @@ -107330,6 +111871,7 @@ self: { libraryHaskellDepends = [ base gogol-core ]; description = "Google Stackdriver Debugger SDK"; license = "unknown"; + hydraPlatforms = lib.platforms.none; }) {}; "gogol-deploymentmanager" = callPackage @@ -107341,6 +111883,7 @@ self: { libraryHaskellDepends = [ base gogol-core ]; description = "Google Cloud Deployment Manager SDK"; license = "unknown"; + hydraPlatforms = lib.platforms.none; }) {}; "gogol-dfareporting" = callPackage @@ -107352,6 +111895,7 @@ self: { libraryHaskellDepends = [ base gogol-core ]; description = "Google DCM/DFA Reporting And Trafficking SDK"; license = "unknown"; + hydraPlatforms = lib.platforms.none; }) {}; "gogol-dialogflow" = callPackage @@ -107363,6 +111907,7 @@ self: { libraryHaskellDepends = [ base gogol-core ]; description = "Google Dialogflow SDK"; license = "unknown"; + hydraPlatforms = lib.platforms.none; }) {}; "gogol-digitalassetlinks" = callPackage @@ -107374,6 +111919,7 @@ self: { libraryHaskellDepends = [ base gogol-core ]; description = "Google Digital Asset Links SDK"; license = "unknown"; + hydraPlatforms = lib.platforms.none; }) {}; "gogol-discovery" = callPackage @@ -107385,6 +111931,7 @@ self: { libraryHaskellDepends = [ base gogol-core ]; description = "Google API Discovery Service SDK"; license = "unknown"; + hydraPlatforms = lib.platforms.none; }) {}; "gogol-dlp" = callPackage @@ -107396,6 +111943,7 @@ self: { libraryHaskellDepends = [ base gogol-core ]; description = "Google Cloud Data Loss Prevention (DLP) SDK"; license = "unknown"; + hydraPlatforms = lib.platforms.none; }) {}; "gogol-dns" = callPackage @@ -107407,6 +111955,7 @@ self: { libraryHaskellDepends = [ base gogol-core ]; description = "Google Cloud DNS SDK"; license = "unknown"; + hydraPlatforms = lib.platforms.none; }) {}; "gogol-docs" = callPackage @@ -107418,6 +111967,7 @@ self: { libraryHaskellDepends = [ base gogol-core ]; description = "Google Docs SDK"; license = "unknown"; + hydraPlatforms = lib.platforms.none; }) {}; "gogol-doubleclick-bids" = callPackage @@ -107429,6 +111979,7 @@ self: { libraryHaskellDepends = [ base gogol-core ]; description = "Google DoubleClick Bid Manager SDK"; license = "unknown"; + hydraPlatforms = lib.platforms.none; }) {}; "gogol-doubleclick-search" = callPackage @@ -107440,6 +111991,7 @@ self: { libraryHaskellDepends = [ base gogol-core ]; description = "Google DoubleClick Search SDK"; license = "unknown"; + hydraPlatforms = lib.platforms.none; }) {}; "gogol-drive" = callPackage @@ -107451,6 +112003,7 @@ self: { libraryHaskellDepends = [ base gogol-core ]; description = "Google Drive SDK"; license = "unknown"; + hydraPlatforms = lib.platforms.none; }) {}; "gogol-driveactivity" = callPackage @@ -107462,6 +112015,7 @@ self: { libraryHaskellDepends = [ base gogol-core ]; description = "Google Drive Activity SDK"; license = "unknown"; + hydraPlatforms = lib.platforms.none; }) {}; "gogol-factchecktools" = callPackage @@ -107473,6 +112027,7 @@ self: { libraryHaskellDepends = [ base gogol-core ]; description = "Google Fact Check Tools SDK"; license = "unknown"; + hydraPlatforms = lib.platforms.none; }) {}; "gogol-file" = callPackage @@ -107484,6 +112039,7 @@ self: { libraryHaskellDepends = [ base gogol-core ]; description = "Google Cloud Filestore SDK"; license = "unknown"; + hydraPlatforms = lib.platforms.none; }) {}; "gogol-firebase-dynamiclinks" = callPackage @@ -107495,6 +112051,7 @@ self: { libraryHaskellDepends = [ base gogol-core ]; description = "Google Firebase Dynamic Links SDK"; license = "unknown"; + hydraPlatforms = lib.platforms.none; }) {}; "gogol-firebase-rules" = callPackage @@ -107506,6 +112063,7 @@ self: { libraryHaskellDepends = [ base gogol-core ]; description = "Google Firebase Rules SDK"; license = "unknown"; + hydraPlatforms = lib.platforms.none; }) {}; "gogol-firebasehosting" = callPackage @@ -107517,6 +112075,7 @@ self: { libraryHaskellDepends = [ base gogol-core ]; description = "Google Firebase Hosting SDK"; license = "unknown"; + hydraPlatforms = lib.platforms.none; }) {}; "gogol-firebaseremoteconfig" = callPackage @@ -107528,6 +112087,7 @@ self: { libraryHaskellDepends = [ base gogol-core ]; description = "Google Firebase Remote Config SDK"; license = "unknown"; + hydraPlatforms = lib.platforms.none; }) {}; "gogol-firestore" = callPackage @@ -107539,6 +112099,7 @@ self: { libraryHaskellDepends = [ base gogol-core ]; description = "Google Cloud Firestore SDK"; license = "unknown"; + hydraPlatforms = lib.platforms.none; }) {}; "gogol-fitness" = callPackage @@ -107550,6 +112111,7 @@ self: { libraryHaskellDepends = [ base gogol-core ]; description = "Google Fitness SDK"; license = "unknown"; + hydraPlatforms = lib.platforms.none; }) {}; "gogol-fonts" = callPackage @@ -107561,6 +112123,7 @@ self: { libraryHaskellDepends = [ base gogol-core ]; description = "Google Fonts Developer SDK"; license = "unknown"; + hydraPlatforms = lib.platforms.none; }) {}; "gogol-freebasesearch" = callPackage @@ -107572,6 +112135,7 @@ self: { libraryHaskellDepends = [ base gogol-core ]; description = "Google Freebase Search SDK"; license = "unknown"; + hydraPlatforms = lib.platforms.none; }) {}; "gogol-fusiontables" = callPackage @@ -107583,6 +112147,7 @@ self: { libraryHaskellDepends = [ base gogol-core ]; description = "Google Fusion Tables SDK"; license = "unknown"; + hydraPlatforms = lib.platforms.none; }) {}; "gogol-games" = callPackage @@ -107594,6 +112159,7 @@ self: { libraryHaskellDepends = [ base gogol-core ]; description = "Google Play Game Services SDK"; license = "unknown"; + hydraPlatforms = lib.platforms.none; }) {}; "gogol-games-configuration" = callPackage @@ -107605,6 +112171,7 @@ self: { libraryHaskellDepends = [ base gogol-core ]; description = "Google Play Game Services Publishing SDK"; license = "unknown"; + hydraPlatforms = lib.platforms.none; }) {}; "gogol-games-management" = callPackage @@ -107616,6 +112183,7 @@ self: { libraryHaskellDepends = [ base gogol-core ]; description = "Google Play Game Services Management SDK"; license = "unknown"; + hydraPlatforms = lib.platforms.none; }) {}; "gogol-genomics" = callPackage @@ -107627,6 +112195,7 @@ self: { libraryHaskellDepends = [ base gogol-core ]; description = "Google Genomics SDK"; license = "unknown"; + hydraPlatforms = lib.platforms.none; }) {}; "gogol-gmail" = callPackage @@ -107638,6 +112207,7 @@ self: { libraryHaskellDepends = [ base gogol-core ]; description = "Google Gmail SDK"; license = "unknown"; + hydraPlatforms = lib.platforms.none; }) {}; "gogol-groups-migration" = callPackage @@ -107649,6 +112219,7 @@ self: { libraryHaskellDepends = [ base gogol-core ]; description = "Google Groups Migration SDK"; license = "unknown"; + hydraPlatforms = lib.platforms.none; }) {}; "gogol-groups-settings" = callPackage @@ -107660,6 +112231,7 @@ self: { libraryHaskellDepends = [ base gogol-core ]; description = "Google Groups Settings SDK"; license = "unknown"; + hydraPlatforms = lib.platforms.none; }) {}; "gogol-healthcare" = callPackage @@ -107671,6 +112243,7 @@ self: { libraryHaskellDepends = [ base gogol-core ]; description = "Google Cloud Healthcare SDK"; license = "unknown"; + hydraPlatforms = lib.platforms.none; }) {}; "gogol-iam" = callPackage @@ -107682,6 +112255,7 @@ self: { libraryHaskellDepends = [ base gogol-core ]; description = "Google Identity and Access Management (IAM) SDK"; license = "unknown"; + hydraPlatforms = lib.platforms.none; }) {}; "gogol-iamcredentials" = callPackage @@ -107693,6 +112267,7 @@ self: { libraryHaskellDepends = [ base gogol-core ]; description = "Google IAM Service Account Credentials SDK"; license = "unknown"; + hydraPlatforms = lib.platforms.none; }) {}; "gogol-iap" = callPackage @@ -107704,6 +112279,7 @@ self: { libraryHaskellDepends = [ base gogol-core ]; description = "Google Cloud Identity-Aware Proxy SDK"; license = "unknown"; + hydraPlatforms = lib.platforms.none; }) {}; "gogol-identity-toolkit" = callPackage @@ -107715,6 +112291,7 @@ self: { libraryHaskellDepends = [ base gogol-core ]; description = "Google Identity Toolkit SDK"; license = "unknown"; + hydraPlatforms = lib.platforms.none; }) {}; "gogol-indexing" = callPackage @@ -107726,6 +112303,7 @@ self: { libraryHaskellDepends = [ base gogol-core ]; description = "Google Indexing SDK"; license = "unknown"; + hydraPlatforms = lib.platforms.none; }) {}; "gogol-jobs" = callPackage @@ -107737,6 +112315,7 @@ self: { libraryHaskellDepends = [ base gogol-core ]; description = "Google Cloud Talent Solution SDK"; license = "unknown"; + hydraPlatforms = lib.platforms.none; }) {}; "gogol-kgsearch" = callPackage @@ -107748,6 +112327,7 @@ self: { libraryHaskellDepends = [ base gogol-core ]; description = "Google Knowledge Graph Search SDK"; license = "unknown"; + hydraPlatforms = lib.platforms.none; }) {}; "gogol-language" = callPackage @@ -107759,6 +112339,7 @@ self: { libraryHaskellDepends = [ base gogol-core ]; description = "Google Cloud Natural Language SDK"; license = "unknown"; + hydraPlatforms = lib.platforms.none; }) {}; "gogol-latencytest" = callPackage @@ -107770,6 +112351,7 @@ self: { libraryHaskellDepends = [ base gogol-core ]; description = "Google Cloud Network Performance Monitoring SDK"; license = "unknown"; + hydraPlatforms = lib.platforms.none; }) {}; "gogol-libraryagent" = callPackage @@ -107781,6 +112363,7 @@ self: { libraryHaskellDepends = [ base gogol-core ]; description = "Google Library Agent SDK"; license = "unknown"; + hydraPlatforms = lib.platforms.none; }) {}; "gogol-logging" = callPackage @@ -107792,6 +112375,7 @@ self: { libraryHaskellDepends = [ base gogol-core ]; description = "Google Stackdriver Logging SDK"; license = "unknown"; + hydraPlatforms = lib.platforms.none; }) {}; "gogol-manufacturers" = callPackage @@ -107803,6 +112387,7 @@ self: { libraryHaskellDepends = [ base gogol-core ]; description = "Google Manufacturer Center SDK"; license = "unknown"; + hydraPlatforms = lib.platforms.none; }) {}; "gogol-maps-coordinate" = callPackage @@ -107814,6 +112399,7 @@ self: { libraryHaskellDepends = [ base gogol-core ]; description = "Google Maps Coordinate SDK"; license = "unknown"; + hydraPlatforms = lib.platforms.none; }) {}; "gogol-maps-engine" = callPackage @@ -107825,6 +112411,7 @@ self: { libraryHaskellDepends = [ base gogol-core ]; description = "Google Maps Engine SDK"; license = "unknown"; + hydraPlatforms = lib.platforms.none; }) {}; "gogol-mirror" = callPackage @@ -107836,6 +112423,7 @@ self: { libraryHaskellDepends = [ base gogol-core ]; description = "Google Mirror SDK"; license = "unknown"; + hydraPlatforms = lib.platforms.none; }) {}; "gogol-ml" = callPackage @@ -107847,6 +112435,7 @@ self: { libraryHaskellDepends = [ base gogol-core ]; description = "Google Cloud Machine Learning Engine SDK"; license = "unknown"; + hydraPlatforms = lib.platforms.none; }) {}; "gogol-monitoring" = callPackage @@ -107858,6 +112447,7 @@ self: { libraryHaskellDepends = [ base gogol-core ]; description = "Google Stackdriver Monitoring SDK"; license = "unknown"; + hydraPlatforms = lib.platforms.none; }) {}; "gogol-oauth2" = callPackage @@ -107869,6 +112459,7 @@ self: { libraryHaskellDepends = [ base gogol-core ]; description = "Google OAuth2 SDK"; license = "unknown"; + hydraPlatforms = lib.platforms.none; }) {}; "gogol-oslogin" = callPackage @@ -107880,6 +112471,7 @@ self: { libraryHaskellDepends = [ base gogol-core ]; description = "Google Cloud OS Login SDK"; license = "unknown"; + hydraPlatforms = lib.platforms.none; }) {}; "gogol-pagespeed" = callPackage @@ -107891,6 +112483,7 @@ self: { libraryHaskellDepends = [ base gogol-core ]; description = "Google PageSpeed Insights SDK"; license = "unknown"; + hydraPlatforms = lib.platforms.none; }) {}; "gogol-partners" = callPackage @@ -107902,6 +112495,7 @@ self: { libraryHaskellDepends = [ base gogol-core ]; description = "Google Partners SDK"; license = "unknown"; + hydraPlatforms = lib.platforms.none; }) {}; "gogol-people" = callPackage @@ -107913,6 +112507,7 @@ self: { libraryHaskellDepends = [ base gogol-core ]; description = "Google People SDK"; license = "unknown"; + hydraPlatforms = lib.platforms.none; }) {}; "gogol-photoslibrary" = callPackage @@ -107924,6 +112519,7 @@ self: { libraryHaskellDepends = [ base gogol-core ]; description = "Google Photos Library SDK"; license = "unknown"; + hydraPlatforms = lib.platforms.none; }) {}; "gogol-play-moviespartner" = callPackage @@ -107935,6 +112531,7 @@ self: { libraryHaskellDepends = [ base gogol-core ]; description = "Google Play Movies Partner SDK"; license = "unknown"; + hydraPlatforms = lib.platforms.none; }) {}; "gogol-playcustomapp" = callPackage @@ -107946,6 +112543,7 @@ self: { libraryHaskellDepends = [ base gogol-core ]; description = "Google Play Custom App Publishing SDK"; license = "unknown"; + hydraPlatforms = lib.platforms.none; }) {}; "gogol-plus" = callPackage @@ -107957,6 +112555,7 @@ self: { libraryHaskellDepends = [ base gogol-core ]; description = "Google + SDK"; license = "unknown"; + hydraPlatforms = lib.platforms.none; }) {}; "gogol-plus-domains" = callPackage @@ -107968,6 +112567,7 @@ self: { libraryHaskellDepends = [ base gogol-core ]; description = "Google + Domains SDK"; license = "unknown"; + hydraPlatforms = lib.platforms.none; }) {}; "gogol-poly" = callPackage @@ -107979,6 +112579,7 @@ self: { libraryHaskellDepends = [ base gogol-core ]; description = "Google Poly SDK"; license = "unknown"; + hydraPlatforms = lib.platforms.none; }) {}; "gogol-prediction" = callPackage @@ -107990,6 +112591,7 @@ self: { libraryHaskellDepends = [ base gogol-core ]; description = "Google Prediction SDK"; license = "unknown"; + hydraPlatforms = lib.platforms.none; }) {}; "gogol-proximitybeacon" = callPackage @@ -108001,6 +112603,7 @@ self: { libraryHaskellDepends = [ base gogol-core ]; description = "Google Proximity Beacon SDK"; license = "unknown"; + hydraPlatforms = lib.platforms.none; }) {}; "gogol-pubsub" = callPackage @@ -108012,6 +112615,7 @@ self: { libraryHaskellDepends = [ base gogol-core ]; description = "Google Cloud Pub/Sub SDK"; license = "unknown"; + hydraPlatforms = lib.platforms.none; }) {}; "gogol-qpxexpress" = callPackage @@ -108023,6 +112627,7 @@ self: { libraryHaskellDepends = [ base gogol-core ]; description = "Google QPX Express SDK"; license = "unknown"; + hydraPlatforms = lib.platforms.none; }) {}; "gogol-redis" = callPackage @@ -108034,6 +112639,7 @@ self: { libraryHaskellDepends = [ base gogol-core ]; description = "Google Cloud Memorystore for Redis SDK"; license = "unknown"; + hydraPlatforms = lib.platforms.none; }) {}; "gogol-remotebuildexecution" = callPackage @@ -108045,6 +112651,7 @@ self: { libraryHaskellDepends = [ base gogol-core ]; description = "Google Remote Build Execution SDK"; license = "unknown"; + hydraPlatforms = lib.platforms.none; }) {}; "gogol-replicapool" = callPackage @@ -108056,6 +112663,7 @@ self: { libraryHaskellDepends = [ base gogol-core ]; description = "Google Replica Pool SDK"; license = "unknown"; + hydraPlatforms = lib.platforms.none; }) {}; "gogol-replicapool-updater" = callPackage @@ -108067,6 +112675,7 @@ self: { libraryHaskellDepends = [ base gogol-core ]; description = "Google Compute Engine Instance Group Updater SDK"; license = "unknown"; + hydraPlatforms = lib.platforms.none; }) {}; "gogol-resourcemanager" = callPackage @@ -108078,6 +112687,7 @@ self: { libraryHaskellDepends = [ base gogol-core ]; description = "Google Cloud Resource Manager SDK"; license = "unknown"; + hydraPlatforms = lib.platforms.none; }) {}; "gogol-resourceviews" = callPackage @@ -108089,6 +112699,7 @@ self: { libraryHaskellDepends = [ base gogol-core ]; description = "Google Compute Engine Instance Groups SDK"; license = "unknown"; + hydraPlatforms = lib.platforms.none; }) {}; "gogol-run" = callPackage @@ -108100,6 +112711,7 @@ self: { libraryHaskellDepends = [ base gogol-core ]; description = "Google Cloud Run SDK"; license = "unknown"; + hydraPlatforms = lib.platforms.none; }) {}; "gogol-runtimeconfig" = callPackage @@ -108111,6 +112723,7 @@ self: { libraryHaskellDepends = [ base gogol-core ]; description = "Google Cloud Runtime Configuration SDK"; license = "unknown"; + hydraPlatforms = lib.platforms.none; }) {}; "gogol-safebrowsing" = callPackage @@ -108122,6 +112735,7 @@ self: { libraryHaskellDepends = [ base gogol-core ]; description = "Google Safe Browsing SDK"; license = "unknown"; + hydraPlatforms = lib.platforms.none; }) {}; "gogol-script" = callPackage @@ -108133,6 +112747,7 @@ self: { libraryHaskellDepends = [ base gogol-core ]; description = "Google Apps Script SDK"; license = "unknown"; + hydraPlatforms = lib.platforms.none; }) {}; "gogol-searchconsole" = callPackage @@ -108144,6 +112759,7 @@ self: { libraryHaskellDepends = [ base gogol-core ]; description = "Google Search Console URL Testing Tools SDK"; license = "unknown"; + hydraPlatforms = lib.platforms.none; }) {}; "gogol-securitycenter" = callPackage @@ -108155,6 +112771,7 @@ self: { libraryHaskellDepends = [ base gogol-core ]; description = "Google Cloud Security Command Center SDK"; license = "unknown"; + hydraPlatforms = lib.platforms.none; }) {}; "gogol-servicebroker" = callPackage @@ -108166,6 +112783,7 @@ self: { libraryHaskellDepends = [ base gogol-core ]; description = "Google Service Broker SDK"; license = "unknown"; + hydraPlatforms = lib.platforms.none; }) {}; "gogol-serviceconsumermanagement" = callPackage @@ -108177,6 +112795,7 @@ self: { libraryHaskellDepends = [ base gogol-core ]; description = "Google Service Consumer Management SDK"; license = "unknown"; + hydraPlatforms = lib.platforms.none; }) {}; "gogol-servicecontrol" = callPackage @@ -108188,6 +112807,7 @@ self: { libraryHaskellDepends = [ base gogol-core ]; description = "Google Service Control SDK"; license = "unknown"; + hydraPlatforms = lib.platforms.none; }) {}; "gogol-servicemanagement" = callPackage @@ -108199,6 +112819,7 @@ self: { libraryHaskellDepends = [ base gogol-core ]; description = "Google Service Management SDK"; license = "unknown"; + hydraPlatforms = lib.platforms.none; }) {}; "gogol-servicenetworking" = callPackage @@ -108210,6 +112831,7 @@ self: { libraryHaskellDepends = [ base gogol-core ]; description = "Google Service Networking SDK"; license = "unknown"; + hydraPlatforms = lib.platforms.none; }) {}; "gogol-serviceusage" = callPackage @@ -108221,6 +112843,7 @@ self: { libraryHaskellDepends = [ base gogol-core ]; description = "Google Service Usage SDK"; license = "unknown"; + hydraPlatforms = lib.platforms.none; }) {}; "gogol-serviceuser" = callPackage @@ -108232,6 +112855,7 @@ self: { libraryHaskellDepends = [ base gogol-core ]; description = "Google Service User SDK"; license = "unknown"; + hydraPlatforms = lib.platforms.none; }) {}; "gogol-sheets" = callPackage @@ -108243,6 +112867,7 @@ self: { libraryHaskellDepends = [ base gogol-core ]; description = "Google Sheets SDK"; license = "unknown"; + hydraPlatforms = lib.platforms.none; }) {}; "gogol-shopping-content" = callPackage @@ -108254,6 +112879,7 @@ self: { libraryHaskellDepends = [ base gogol-core ]; description = "Google Content API for Shopping SDK"; license = "unknown"; + hydraPlatforms = lib.platforms.none; }) {}; "gogol-siteverification" = callPackage @@ -108265,6 +112891,7 @@ self: { libraryHaskellDepends = [ base gogol-core ]; description = "Google Site Verification SDK"; license = "unknown"; + hydraPlatforms = lib.platforms.none; }) {}; "gogol-slides" = callPackage @@ -108276,6 +112903,7 @@ self: { libraryHaskellDepends = [ base gogol-core ]; description = "Google Slides SDK"; license = "unknown"; + hydraPlatforms = lib.platforms.none; }) {}; "gogol-sourcerepo" = callPackage @@ -108287,6 +112915,7 @@ self: { libraryHaskellDepends = [ base gogol-core ]; description = "Google Cloud Source Repositories SDK"; license = "unknown"; + hydraPlatforms = lib.platforms.none; }) {}; "gogol-spanner" = callPackage @@ -108298,6 +112927,7 @@ self: { libraryHaskellDepends = [ base gogol-core ]; description = "Google Cloud Spanner SDK"; license = "unknown"; + hydraPlatforms = lib.platforms.none; }) {}; "gogol-spectrum" = callPackage @@ -108309,6 +112939,7 @@ self: { libraryHaskellDepends = [ base gogol-core ]; description = "Google Spectrum Database SDK"; license = "unknown"; + hydraPlatforms = lib.platforms.none; }) {}; "gogol-speech" = callPackage @@ -108320,6 +112951,7 @@ self: { libraryHaskellDepends = [ base gogol-core ]; description = "Google Cloud Speech-to-Text SDK"; license = "unknown"; + hydraPlatforms = lib.platforms.none; }) {}; "gogol-sqladmin" = callPackage @@ -108331,6 +112963,7 @@ self: { libraryHaskellDepends = [ base gogol-core ]; description = "Google Cloud SQL Admin SDK"; license = "unknown"; + hydraPlatforms = lib.platforms.none; }) {}; "gogol-storage" = callPackage @@ -108342,6 +112975,7 @@ self: { libraryHaskellDepends = [ base gogol-core ]; description = "Google Cloud Storage JSON SDK"; license = "unknown"; + hydraPlatforms = lib.platforms.none; }) {}; "gogol-storage-transfer" = callPackage @@ -108353,6 +112987,7 @@ self: { libraryHaskellDepends = [ base gogol-core ]; description = "Google Storage Transfer SDK"; license = "unknown"; + hydraPlatforms = lib.platforms.none; }) {}; "gogol-streetviewpublish" = callPackage @@ -108364,6 +112999,7 @@ self: { libraryHaskellDepends = [ base gogol-core ]; description = "Google Street View Publish SDK"; license = "unknown"; + hydraPlatforms = lib.platforms.none; }) {}; "gogol-surveys" = callPackage @@ -108375,6 +113011,7 @@ self: { libraryHaskellDepends = [ base gogol-core ]; description = "Google Surveys SDK"; license = "unknown"; + hydraPlatforms = lib.platforms.none; }) {}; "gogol-tagmanager" = callPackage @@ -108386,6 +113023,7 @@ self: { libraryHaskellDepends = [ base gogol-core ]; description = "Google Tag Manager SDK"; license = "unknown"; + hydraPlatforms = lib.platforms.none; }) {}; "gogol-taskqueue" = callPackage @@ -108397,6 +113035,7 @@ self: { libraryHaskellDepends = [ base gogol-core ]; description = "Google TaskQueue SDK"; license = "unknown"; + hydraPlatforms = lib.platforms.none; }) {}; "gogol-testing" = callPackage @@ -108408,6 +113047,7 @@ self: { libraryHaskellDepends = [ base gogol-core ]; description = "Google Cloud Testing SDK"; license = "unknown"; + hydraPlatforms = lib.platforms.none; }) {}; "gogol-texttospeech" = callPackage @@ -108419,6 +113059,7 @@ self: { libraryHaskellDepends = [ base gogol-core ]; description = "Google Cloud Text-to-Speech SDK"; license = "unknown"; + hydraPlatforms = lib.platforms.none; }) {}; "gogol-toolresults" = callPackage @@ -108430,6 +113071,7 @@ self: { libraryHaskellDepends = [ base gogol-core ]; description = "Google Cloud Tool Results SDK"; license = "unknown"; + hydraPlatforms = lib.platforms.none; }) {}; "gogol-tpu" = callPackage @@ -108441,6 +113083,7 @@ self: { libraryHaskellDepends = [ base gogol-core ]; description = "Google Cloud TPU SDK"; license = "unknown"; + hydraPlatforms = lib.platforms.none; }) {}; "gogol-tracing" = callPackage @@ -108452,6 +113095,7 @@ self: { libraryHaskellDepends = [ base gogol-core ]; description = "Google Tracing SDK"; license = "unknown"; + hydraPlatforms = lib.platforms.none; }) {}; "gogol-translate" = callPackage @@ -108463,6 +113107,7 @@ self: { libraryHaskellDepends = [ base gogol-core ]; description = "Google Cloud Translation SDK"; license = "unknown"; + hydraPlatforms = lib.platforms.none; }) {}; "gogol-urlshortener" = callPackage @@ -108474,6 +113119,7 @@ self: { libraryHaskellDepends = [ base gogol-core ]; description = "Google URL Shortener SDK"; license = "unknown"; + hydraPlatforms = lib.platforms.none; }) {}; "gogol-useraccounts" = callPackage @@ -108485,6 +113131,7 @@ self: { libraryHaskellDepends = [ base gogol-core ]; description = "Google Cloud User Accounts SDK"; license = "unknown"; + hydraPlatforms = lib.platforms.none; }) {}; "gogol-vault" = callPackage @@ -108496,6 +113143,7 @@ self: { libraryHaskellDepends = [ base gogol-core ]; description = "Google G Suite Vault SDK"; license = "unknown"; + hydraPlatforms = lib.platforms.none; }) {}; "gogol-videointelligence" = callPackage @@ -108507,6 +113155,7 @@ self: { libraryHaskellDepends = [ base gogol-core ]; description = "Google Cloud Video Intelligence SDK"; license = "unknown"; + hydraPlatforms = lib.platforms.none; }) {}; "gogol-vision" = callPackage @@ -108518,6 +113167,7 @@ self: { libraryHaskellDepends = [ base gogol-core ]; description = "Google Cloud Vision SDK"; license = "unknown"; + hydraPlatforms = lib.platforms.none; }) {}; "gogol-webmaster-tools" = callPackage @@ -108529,6 +113179,7 @@ self: { libraryHaskellDepends = [ base gogol-core ]; description = "Google Search Console SDK"; license = "unknown"; + hydraPlatforms = lib.platforms.none; }) {}; "gogol-websecurityscanner" = callPackage @@ -108540,6 +113191,7 @@ self: { libraryHaskellDepends = [ base gogol-core ]; description = "Google Web Security Scanner SDK"; license = "unknown"; + hydraPlatforms = lib.platforms.none; }) {}; "gogol-youtube" = callPackage @@ -108551,6 +113203,7 @@ self: { libraryHaskellDepends = [ base gogol-core ]; description = "Google YouTube Data SDK"; license = "unknown"; + hydraPlatforms = lib.platforms.none; }) {}; "gogol-youtube-analytics" = callPackage @@ -108562,6 +113215,7 @@ self: { libraryHaskellDepends = [ base gogol-core ]; description = "Google YouTube Analytics SDK"; license = "unknown"; + hydraPlatforms = lib.platforms.none; }) {}; "gogol-youtube-reporting" = callPackage @@ -108573,6 +113227,7 @@ self: { libraryHaskellDepends = [ base gogol-core ]; description = "Google YouTube Reporting SDK"; license = "unknown"; + hydraPlatforms = lib.platforms.none; }) {}; "goldplate" = callPackage @@ -108606,6 +113261,8 @@ self: { libraryHaskellDepends = [ base renderable transformers varying ]; description = "Graphical user interfaces that are renderable, change over time and eventually produce a value"; license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "google-cloud" = callPackage @@ -108625,6 +113282,8 @@ self: { ]; description = "Client for the Google Cloud APIs"; license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "google-dictionary" = callPackage @@ -108680,6 +113339,8 @@ self: { ]; description = "Google HTML5 Slide generator"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "google-isbn" = callPackage @@ -108727,7 +113388,6 @@ self: { ]; description = "Bindings to the Google Geocoding API (formerly Maps Geocoding API)"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; }) {}; "google-oauth2" = callPackage @@ -108748,6 +113408,8 @@ self: { ]; description = "Google OAuth2 token negotiation"; license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "google-oauth2-easy" = callPackage @@ -108767,6 +113429,8 @@ self: { benchmarkHaskellDepends = [ base criterion ]; description = "Opininated use of Google Authentication for ease"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "google-oauth2-for-cli" = callPackage @@ -108799,6 +113463,8 @@ self: { ]; description = "Get a signed JWT for Google Service Accounts"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "google-search" = callPackage @@ -108810,6 +113476,8 @@ self: { libraryHaskellDepends = [ base free nats text time ]; description = "EDSL for Google and GMail search expressions"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "google-server-api" = callPackage @@ -108833,6 +113501,8 @@ self: { ]; description = "Google APIs for server to server applications"; license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "google-static-maps" = callPackage @@ -108852,7 +113522,6 @@ self: { ]; description = "Bindings to the Google Maps Static API (formerly Static Maps API)"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; }) {}; "google-translate" = callPackage @@ -108869,6 +113538,8 @@ self: { ]; description = "Google Translate API bindings"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "googleplus" = callPackage @@ -108905,6 +113576,8 @@ self: { ]; description = "Google Polyline Encoder/Decoder"; license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "gopher-proxy" = callPackage @@ -108943,6 +113616,8 @@ self: { ]; description = "Spidering robot to download files from Gopherspace"; license = "GPL"; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "gopro-plus" = callPackage @@ -108973,6 +113648,8 @@ self: { testToolDepends = [ tasty-discover ]; description = "GoPro Plus Client API"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "gore-and-ash" = callPackage @@ -108991,6 +113668,8 @@ self: { ]; description = "Core of FRP game engine called Gore&Ash"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "gore-and-ash-actor" = callPackage @@ -109256,6 +113935,8 @@ self: { ]; description = "Generic Programming Use in Hackage"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "gpcsets" = callPackage @@ -109358,6 +114039,8 @@ self: { ]; description = "Read GPX files using conduits"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "grab" = callPackage @@ -109383,7 +114066,6 @@ self: { testHaskellDepends = [ base containers grab hedgehog text ]; description = "Applicative parsers for form parameter lists"; license = lib.licenses.mit; - hydraPlatforms = lib.platforms.none; }) {}; "graceful" = callPackage @@ -109400,6 +114082,8 @@ self: { ]; description = "Library to write graceful shutdown / upgrade service"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "grafana" = callPackage @@ -109418,6 +114102,8 @@ self: { ]; description = "API for creating grafana dashboards represented as json"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "graflog" = callPackage @@ -109460,6 +114146,8 @@ self: { testToolDepends = [ markdown-unlit ]; description = "A Haskell client for Grakn"; license = lib.licenses.asl20; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "grammar-combinators" = callPackage @@ -109513,6 +114201,8 @@ self: { ]; description = "parsers that combine into grammars"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "grapefruit-examples" = callPackage @@ -109547,6 +114237,8 @@ self: { ]; description = "Functional Reactive Programming core"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "grapefruit-records" = callPackage @@ -109667,6 +114359,8 @@ self: { libraryHaskellDepends = [ base containers fgl ]; description = "An implementation of algorithms for matchings in graphs"; license = lib.licenses.lgpl21Only; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "graph-rewriting" = callPackage @@ -109680,6 +114374,8 @@ self: { ]; description = "Monadic graph rewriting of hypergraphs with ports and multiedges"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "graph-rewriting-cl" = callPackage @@ -109845,6 +114541,8 @@ self: { libraryHaskellDepends = [ array base bytestring containers ]; description = "Serialization of data structures with references"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "graph-trace" = callPackage @@ -109899,7 +114597,6 @@ self: { ]; description = "Converts a graph-trace log into an HTML document"; license = lib.licenses.mit; - hydraPlatforms = lib.platforms.none; }) {}; "graph-utils" = callPackage @@ -109915,6 +114612,8 @@ self: { ]; description = "A simple wrapper & quasi quoter for fgl"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "graph-visit" = callPackage @@ -109964,6 +114663,8 @@ self: { ]; description = "A declarative, monadic graph construction language for small graphs"; license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "graphene" = callPackage @@ -109980,6 +114681,8 @@ self: { ]; description = "A minimal Graph Theory library"; license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "graphics-drawingcombinators" = callPackage @@ -109997,6 +114700,8 @@ self: { ]; description = "A functional interface to 2D drawing in OpenGL"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "graphics-formats-collada" = callPackage @@ -110012,6 +114717,8 @@ self: { ]; description = "Load 3D geometry in the COLLADA format"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "graphicsFormats" = callPackage @@ -110099,6 +114806,8 @@ self: { executableHaskellDepends = [ base ]; description = "A reimplementation of graphmod as a source plugin"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "graphql" = callPackage @@ -110151,6 +114860,8 @@ self: { ]; description = "GraphQL API"; license = lib.licenses.asl20; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "graphql-client" = callPackage @@ -110199,6 +114910,7 @@ self: { ]; description = "GraphQL Utils"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; }) {}; "graphql-w-persistent" = callPackage @@ -110210,6 +114922,8 @@ self: { libraryHaskellDepends = [ base containers json text ]; description = "GraphQL interface middleware for SQL databases"; license = lib.licenses.isc; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "graphs" = callPackage @@ -110238,6 +114952,8 @@ self: { libraryHaskellDepends = [ base indexed ]; description = "Graph indexed monads"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "graphtype" = callPackage @@ -110313,6 +115029,8 @@ self: { testToolDepends = [ markdown-unlit ]; description = "A declarative library for describing dependencies between data"; license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "graphviz" = callPackage @@ -110356,6 +115074,8 @@ self: { testToolDepends = [ markdown-unlit ]; description = "Execute Graql queries on a Grakn graph"; license = lib.licenses.asl20; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "grasp" = callPackage @@ -110380,6 +115100,8 @@ self: { testHaskellDepends = [ base ]; description = "GRASP implementation for the AMMM project"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "gravatar" = callPackage @@ -110408,6 +115130,8 @@ self: { testHaskellDepends = [ base QuickCheck ]; description = "Gray code encoder/decoder"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "gray-extended" = callPackage @@ -110445,6 +115169,8 @@ self: { ]; description = "Support for graylog output"; license = "unknown"; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "greencard" = callPackage @@ -110459,6 +115185,8 @@ self: { executableHaskellDepends = [ array base containers pretty ]; description = "GreenCard, a foreign function pre-processor for Haskell"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "greencard-lib" = callPackage @@ -110511,6 +115239,8 @@ self: { ]; description = "A scalable distributed logger with a high-precision global time axis"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "gremlin-haskell" = callPackage @@ -110534,6 +115264,8 @@ self: { testHaskellDepends = [ aeson-qq base hspec lens lens-aeson mtl ]; description = "Graph database client for TinkerPop3 Gremlin Server"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "grenade" = callPackage @@ -110557,6 +115289,8 @@ self: { benchmarkHaskellDepends = [ base bytestring criterion hmatrix ]; description = "Practical Deep Learning in Haskell"; license = lib.licenses.bsd2; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "greplicate" = callPackage @@ -110573,6 +115307,8 @@ self: { ]; description = "Generalised replicate functions"; license = "unknown"; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "greskell" = callPackage @@ -110722,6 +115458,8 @@ self: { ]; description = "GridFS (MongoDB file storage) implementation"; license = "unknown"; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "gridland" = callPackage @@ -110763,6 +115501,8 @@ self: { vector ]; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "grm" = callPackage @@ -110784,6 +115524,8 @@ self: { executableToolDepends = [ happy ]; description = "grm grammar converter"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "groom" = callPackage @@ -110847,6 +115589,7 @@ self: { ]; description = "Command line utility to manage AWS ECS resources"; license = lib.licenses.asl20; + hydraPlatforms = lib.platforms.none; }) {}; "gross" = callPackage @@ -110861,6 +115604,7 @@ self: { executableHaskellDepends = [ base lens mtl ncurses ]; description = "A spoof on gloss for terminal animation"; license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; }) {}; "groundhog" = callPackage @@ -110898,6 +115642,7 @@ self: { ]; description = "Extended Converter Library for groundhog embedded types"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; }) {}; "groundhog-inspector" = callPackage @@ -110921,6 +115666,7 @@ self: { ]; description = "Type-safe datatype-database mapping library"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; }) {}; "groundhog-mysql" = callPackage @@ -110938,6 +115684,8 @@ self: { ]; description = "MySQL backend for the groundhog library"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "groundhog-postgresql" = callPackage @@ -110991,6 +115739,8 @@ self: { ]; description = "Type-safe datatype-database mapping library"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "group-by-date" = callPackage @@ -111020,6 +115770,8 @@ self: { libraryHaskellDepends = [ base containers groups ]; description = "The theory of groups"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "group-with" = callPackage @@ -111036,6 +115788,8 @@ self: { ]; description = "Classify objects by key-generating function, like SQL GROUP BY"; license = lib.licenses.asl20; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "groupBy" = callPackage @@ -111132,6 +115886,8 @@ self: { testToolDepends = [ tasty-discover ]; description = "Mutable vector with efficient appends"; license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "growler" = callPackage @@ -111153,6 +115909,8 @@ self: { ]; description = "A revised version of the scotty library that attempts to be simpler and more performant"; license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "grpc-api-etcd" = callPackage @@ -111164,6 +115922,8 @@ self: { libraryHaskellDepends = [ base proto-lens proto-lens-runtime ]; description = "Generated messages and instances for etcd gRPC"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "grpc-etcd-client" = callPackage @@ -111337,6 +116097,8 @@ self: { libraryHaskellDepends = [ base vector ]; description = "Bindings the the GSL random number generation facilities"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "gsl-random-fu" = callPackage @@ -111433,6 +116195,8 @@ self: { libraryToolDepends = [ gtk2hs-buildtools ]; description = "Binding to the GStreamer open source multimedia framework"; license = lib.licenses.lgpl21Only; + hydraPlatforms = lib.platforms.none; + broken = true; }) {gst-plugins-base = null; gstreamer = null;}; "gt-tools" = callPackage @@ -111482,6 +116246,8 @@ self: { ]; description = "GTFS RealTime protobafs library (autogenerated from .proto file)"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "gtk" = callPackage @@ -111515,6 +116281,8 @@ self: { ]; description = "A collection of auxiliary operations and widgets related to Gtk+"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "gtk-jsinput" = callPackage @@ -111654,6 +116422,8 @@ self: { libraryHaskellDepends = [ base containers gtk ]; description = "Convenient Gtk canvas with mouse and keyboard input"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "gtk-traymanager" = callPackage @@ -111702,7 +116472,6 @@ self: { ]; description = "A type class for cast functions of Gtk2hs: glade package"; license = "unknown"; - hydraPlatforms = lib.platforms.none; }) {}; "gtk2hs-cast-glib" = callPackage @@ -111790,6 +116559,8 @@ self: { libraryHaskellDepends = [ base hint template-haskell ]; description = "A type class for cast functions of Gtk2hs: TH package"; license = "unknown"; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "gtk2hs-hello" = callPackage @@ -111803,6 +116574,8 @@ self: { executableHaskellDepends = [ base glib gtk3 transformers ]; description = "Gtk2Hs Hello World, an example package"; license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "gtk2hs-rpn" = callPackage @@ -111814,6 +116587,8 @@ self: { libraryHaskellDepends = [ base cairo glib gtk mtl ]; description = "Adds a module to gtk2hs allowing layouts to be defined using reverse polish notation"; license = "LGPL"; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "gtk3" = callPackage @@ -111849,6 +116624,8 @@ self: { ]; description = "A collection of auxiliary operations and widgets related to Gtk"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "gtk3-mac-integration" = callPackage @@ -111883,6 +116660,8 @@ self: { libraryToolDepends = [ gtk2hs-buildtools ]; description = "Binding to the GTK+ OpenGL Extension"; license = lib.licenses.lgpl21Only; + hydraPlatforms = lib.platforms.none; + broken = true; }) {inherit (pkgs) gtk2; inherit (pkgs.gnome2) gtkglext; inherit (pkgs) libGLU; inherit (pkgs.xorg) libICE; inherit (pkgs.xorg) libSM; inherit (pkgs.xorg) libXmu; @@ -111943,6 +116722,8 @@ self: { libraryToolDepends = [ gtk2hs-buildtools ]; description = "Binding to the GtkSourceView library"; license = lib.licenses.lgpl21Only; + hydraPlatforms = lib.platforms.none; + broken = true; }) {inherit (pkgs) gtksourceview;}; "gtksourceview3" = callPackage @@ -111962,6 +116743,8 @@ self: { libraryToolDepends = [ gtk2hs-buildtools ]; description = "Binding to the GtkSourceView library"; license = lib.licenses.lgpl21Only; + hydraPlatforms = lib.platforms.none; + broken = true; }) {inherit (pkgs) gtksourceview3;}; "guarded-allocation" = callPackage @@ -111996,7 +116779,6 @@ self: { libraryHaskellDepends = [ base HList ]; description = "Generate simple combinators given their type"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; }) {}; "guid" = callPackage @@ -112023,6 +116805,8 @@ self: { executableHaskellDepends = [ base cairo containers filepath gtk ]; description = "graphical untyped lambda calculus interactive interpreter"; license = lib.licenses.gpl2Only; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "gutenberg-fibonaccis" = callPackage @@ -112047,6 +116831,8 @@ self: { executableHaskellDepends = [ base unix ]; description = "ghcWithPackages cmdline util"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "gyah-bin" = callPackage @@ -112060,6 +116846,8 @@ self: { executableHaskellDepends = [ base extra GiveYouAHead ]; description = "A binary version of GiveYouAHead"; license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "gym-http-api" = callPackage @@ -112081,6 +116869,8 @@ self: { ]; description = "REST client to the gym-http-api project"; license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "h-booru" = callPackage @@ -112104,6 +116894,8 @@ self: { ]; description = "Haskell library for retrieving data from various booru image sites"; license = lib.licenses.gpl3Only; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "h-gpgme" = callPackage @@ -112127,6 +116919,8 @@ self: { ]; description = "High Level Binding for GnuPG Made Easy (gpgme)"; license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "h-reversi" = callPackage @@ -112150,6 +116944,8 @@ self: { ]; description = "Reversi game in haskell/blank-canvas"; license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "h2048" = callPackage @@ -112176,6 +116972,8 @@ self: { ]; description = "An Implementation of Game 2048"; license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "h2c" = callPackage @@ -112187,6 +116985,8 @@ self: { libraryHaskellDepends = [ base bytestring mtl resourcet ]; description = "Bindings to Linux I2C with support for repeated-start transactions"; license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "hArduino" = callPackage @@ -112229,6 +117029,8 @@ self: { libraryToolDepends = [ c2hs ]; description = "An FFI binding to CMU/Long's BDD library"; license = "LGPL"; + hydraPlatforms = lib.platforms.none; + broken = true; }) {bdd = null; mem = null;}; "hBDD-CUDD" = callPackage @@ -112244,6 +117046,8 @@ self: { libraryToolDepends = [ c2hs ]; description = "An FFI binding to the CUDD library"; license = "LGPL"; + hydraPlatforms = lib.platforms.none; + broken = true; }) {inherit (pkgs) cudd; epd = null; inherit (pkgs) mtr; inherit (pkgs) st; util = null;}; @@ -112275,6 +117079,8 @@ self: { libraryToolDepends = [ c2hs ]; description = "interface to CSound API"; license = "LGPL"; + hydraPlatforms = lib.platforms.none; + broken = true; }) {csound64 = null; inherit (pkgs) libsndfile;}; "hDFA" = callPackage @@ -112286,6 +117092,8 @@ self: { libraryHaskellDepends = [ base containers directory process ]; description = "A simple library for representing and minimising DFAs"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "hF2" = callPackage @@ -112298,6 +117106,8 @@ self: { libraryHaskellDepends = [ base cereal vector ]; description = "F(2^e) math for cryptography"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "hGelf" = callPackage @@ -112314,6 +117124,8 @@ self: { ]; description = "Haskell GELF library"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "hLLVM" = callPackage @@ -112356,6 +117168,8 @@ self: { ]; description = "Library to interact with the @Mollom anti-spam service"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "hOff-display" = callPackage @@ -112428,6 +117242,7 @@ self: { ]; description = "native Haskell implementation of OpenPGP (RFC4880)"; license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; }) {}; "hPDB" = callPackage @@ -112490,6 +117305,8 @@ self: { ]; description = "Pushover.net API functions"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "hR" = callPackage @@ -112501,6 +117318,8 @@ self: { libraryHaskellDepends = [ array base containers unix ]; description = "R bindings and interface"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "hRESP" = callPackage @@ -112547,6 +117366,8 @@ self: { ]; description = "A Haskell library to scrape and crawl web-pages"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "hSimpleDB" = callPackage @@ -112563,6 +117384,8 @@ self: { ]; description = "Interface to Amazon's SimpleDB service"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "hTalos" = callPackage @@ -112576,6 +117399,8 @@ self: { testHaskellDepends = [ base ]; description = "Parser, print and manipulate structures in PDB file format"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "hTensor" = callPackage @@ -112587,6 +117412,8 @@ self: { libraryHaskellDepends = [ base containers hmatrix random ]; description = "Multidimensional arrays and simple tensor computations"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "hVOIDP" = callPackage @@ -112602,6 +117429,8 @@ self: { executableSystemDepends = [ blas liblapack ]; description = "Optimal variable selection in chain graphical model"; license = "GPL"; + hydraPlatforms = lib.platforms.none; + broken = true; }) {inherit (pkgs) blas; inherit (pkgs) liblapack;}; "hXmixer" = callPackage @@ -112635,6 +117464,8 @@ self: { ]; description = "Haar wavelet transforms"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "habit" = callPackage @@ -112796,6 +117627,8 @@ self: { ]; description = "hack-frontend-happstack"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "hack-frontend-monadcgi" = callPackage @@ -112818,6 +117651,8 @@ self: { libraryHaskellDepends = [ base bytestring hack ]; description = "Hack handler using CGI protocol. (deprecated)"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "hack-handler-epoll" = callPackage @@ -112886,6 +117721,8 @@ self: { ]; description = "Hack Happstack server handler"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "hack-handler-hyena" = callPackage @@ -112917,6 +117754,8 @@ self: { ]; description = "Hack Kibro handler"; license = "GPL"; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "hack-handler-simpleserver" = callPackage @@ -113109,6 +117948,8 @@ self: { ]; description = "Hack2 warp handler"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "hack2-interface-wai" = callPackage @@ -113143,6 +117984,8 @@ self: { testHaskellDepends = [ base http-client-tls servant-client ]; description = "An API binding to Hackage API"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "hackage-db" = callPackage @@ -113181,6 +118024,8 @@ self: { ]; description = "Compare the public API of different versions of a Hackage library"; license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "hackage-mirror" = callPackage @@ -113210,6 +118055,7 @@ self: { ]; description = "Simple mirroring utility for Hackage"; license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; }) {}; "hackage-plot" = callPackage @@ -113241,6 +118087,8 @@ self: { executableHaskellDepends = [ base Cabal containers hackage-db ]; description = "Process 00-index.tar.gz from Hackage"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "hackage-proxy" = callPackage @@ -113264,6 +118112,8 @@ self: { ]; description = "Provide a proxy for Hackage which modifies responses in some way. (deprecated)"; license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "hackage-repo-tool" = callPackage @@ -113286,6 +118136,8 @@ self: { ]; description = "Manage secure file-based package repositories"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "hackage-security" = callPackage @@ -113370,7 +118222,6 @@ self: { ]; description = "The Hackage web server"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; }) {}; "hackage-sparks" = callPackage @@ -113407,6 +118258,8 @@ self: { ]; description = "Check for differences between working directory and hackage"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "hackage2hwn" = callPackage @@ -113420,6 +118273,8 @@ self: { executableHaskellDepends = [ base download feed tagsoup ]; description = "Convert Hackage RSS feeds to wiki format for publishing on Haskell.org"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "hackage2twitter" = callPackage @@ -113451,6 +118306,8 @@ self: { ]; description = "Hackage testing tool"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "hackernews" = callPackage @@ -113475,6 +118332,8 @@ self: { ]; description = "API for Hacker News"; license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "hackertyper" = callPackage @@ -113563,6 +118422,8 @@ self: { ]; description = "Lightweight Erlang-style actors for Haskell"; license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "hactors" = callPackage @@ -113574,6 +118435,8 @@ self: { libraryHaskellDepends = [ base stm ]; description = "Practical actors for Haskell"; license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "haddock_2_23_1" = callPackage @@ -113633,6 +118496,7 @@ self: { description = "A documentation-generation tool for Haskell libraries"; license = lib.licenses.bsd3; hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "haddock-api" = callPackage @@ -113659,6 +118523,8 @@ self: { testToolDepends = [ hspec-discover ]; description = "A documentation-generation tool for Haskell libraries"; license = lib.licenses.bsd2; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "haddock-cheatsheet" = callPackage @@ -113670,6 +118536,8 @@ self: { libraryHaskellDepends = [ base ]; description = "A documentation-only package exemplifying haddock markup features"; license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "haddock-leksah" = callPackage @@ -113688,6 +118556,8 @@ self: { ]; description = "A documentation-generation tool for Haskell libraries"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "haddock-library_1_7_0" = callPackage @@ -113748,6 +118618,8 @@ self: { ]; description = "Test utilities for Haddock"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "haddocset" = callPackage @@ -113821,6 +118693,8 @@ self: { testHaskellDepends = [ base bytestring filepath text vector ]; description = "Read/write file formats commonly used by Hadoop"; license = lib.licenses.asl20; + hydraPlatforms = lib.platforms.none; + broken = true; }) {inherit (pkgs) snappy;}; "hadoop-rpc" = callPackage @@ -113841,6 +118715,8 @@ self: { testHaskellDepends = [ base protobuf tasty tasty-hunit vector ]; description = "Use the Hadoop RPC interface from Haskell"; license = lib.licenses.asl20; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "hadoop-streaming" = callPackage @@ -113913,6 +118789,8 @@ self: { testHaskellDepends = [ base intervals mtl QuickCheck ]; description = "Affine arithmetic library for Haskell"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "haggis" = callPackage @@ -113992,6 +118870,8 @@ self: { executableHaskellDepends = [ base time ]; description = "Analytic Hierarchy Process"; license = lib.licenses.agpl3Only; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "haiji" = callPackage @@ -114014,6 +118894,8 @@ self: { ]; description = "A typed template engine, subset of jinja2"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "hail" = callPackage @@ -114034,6 +118916,8 @@ self: { ]; description = "A service for pull-based continuous deployment based on hydra"; license = lib.licenses.asl20; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "hailgun" = callPackage @@ -114052,6 +118936,8 @@ self: { ]; description = "Mailgun REST api interface for Haskell"; license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "hailgun-send" = callPackage @@ -114067,6 +118953,7 @@ self: { ]; description = "A program to send emails throught the Mailgun api"; license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; }) {}; "hailgun-simple" = callPackage @@ -114082,6 +118969,7 @@ self: { ]; description = "Easy-to-use wrapper for the hailgun package"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; }) {}; "hails" = callPackage @@ -114172,6 +119060,8 @@ self: { ]; description = "A JSON REST API"; license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "hakaru" = callPackage @@ -114201,6 +119091,8 @@ self: { benchmarkHaskellDepends = [ base criterion deepseq ghc-prim ]; description = "A probabilistic programming embedded DSL"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "hake" = callPackage @@ -114228,6 +119120,8 @@ self: { libraryHaskellDepends = [ base HTTP network ]; description = "Akismet spam protection library"; license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "hakka" = callPackage @@ -114242,6 +119136,8 @@ self: { executableHaskellDepends = [ base ]; description = "Minimal akka-inspired actor library"; license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "hako" = callPackage @@ -114258,6 +119154,8 @@ self: { testHaskellDepends = [ base QuickCheck ]; description = "A mako-like quasi-quoter template library"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "hakyll" = callPackage @@ -114313,6 +119211,8 @@ self: { ]; description = "A package allowing to write Hakyll blog posts in Rmd"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "hakyll-agda" = callPackage @@ -114329,6 +119229,8 @@ self: { ]; description = "Wrapper to integrate literate Agda files with Hakyll"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "hakyll-alectryon" = callPackage @@ -114356,6 +119258,8 @@ self: { libraryHaskellDepends = [ base blaze-html blaze-markup hakyll ]; description = "Blaze templates for Hakyll"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "hakyll-contrib" = callPackage @@ -114371,6 +119275,8 @@ self: { executableHaskellDepends = [ base directory filepath hakyll ]; description = "Extra modules for the hakyll website compiler"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "hakyll-contrib-csv" = callPackage @@ -114387,6 +119293,8 @@ self: { testHaskellDepends = [ base blaze-html bytestring cassava hspec ]; description = "Generate Html tables from Csv files"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "hakyll-contrib-elm" = callPackage @@ -114405,6 +119313,8 @@ self: { executableHaskellDepends = [ base hakyll ]; description = "Compile Elm code for inclusion in Hakyll static site"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "hakyll-contrib-hyphenation" = callPackage @@ -114441,6 +119351,8 @@ self: { ]; description = "A Hakyll library for internationalization"; license = "unknown"; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "hakyll-contrib-links" = callPackage @@ -114460,6 +119372,8 @@ self: { ]; description = "A hakyll library that helps maintain a separate links database"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "hakyll-convert" = callPackage @@ -114510,6 +119424,8 @@ self: { executableHaskellDepends = [ base dhall hakyll ]; description = "Dhall compiler for Hakyll"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "hakyll-dir-list" = callPackage @@ -114524,6 +119440,8 @@ self: { ]; description = "Allow Hakyll to create hierarchical menues from directories"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "hakyll-elm" = callPackage @@ -114637,6 +119555,8 @@ self: { libraryHaskellDepends = [ base containers hakyll ]; description = "Adds series functionality to hakyll"; license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "hakyll-shakespeare" = callPackage @@ -114675,6 +119595,8 @@ self: { ]; description = "A shortcode extension module for Hakyll"; license = lib.licenses.gpl3Only; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "hakyll-shortcut-links" = callPackage @@ -114691,6 +119613,7 @@ self: { testHaskellDepends = [ base hspec mtl pandoc text ]; description = "Use shortcut-links in markdown file for Hakyll"; license = lib.licenses.mpl20; + hydraPlatforms = lib.platforms.none; }) {}; "hakyll-typescript" = callPackage @@ -114707,7 +119630,6 @@ self: { testHaskellDepends = [ base directory hakyll tasty tasty-hunit ]; description = "Typescript and javascript hakyll compilers"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; }) {}; "hal" = callPackage @@ -114804,6 +119726,8 @@ self: { ]; description = "The HAskelL File System (\"halfs\" -- intended for use on the HaLVM)"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "halipeto" = callPackage @@ -114817,6 +119741,8 @@ self: { libraryHaskellDepends = [ base directory HaXml pandoc ]; description = "Haskell Static Web Page Generator"; license = "GPL"; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "halive" = callPackage @@ -114846,6 +119772,8 @@ self: { ]; description = "A live recompiler"; license = lib.licenses.bsd2; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "hall-symbols" = callPackage @@ -114883,6 +119811,8 @@ self: { ]; description = "Library implementing Halma rules"; license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "halma-gui" = callPackage @@ -115067,6 +119997,8 @@ self: { ]; description = "Haskell macro preprocessor"; license = lib.licenses.publicDomain; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "hamsql" = callPackage @@ -115090,6 +120022,8 @@ self: { testHaskellDepends = [ base ]; description = "Interpreter for SQL-structure definitions in YAML (YamSql)"; license = lib.licenses.gpl3Only; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "hamtmap" = callPackage @@ -115103,6 +120037,8 @@ self: { libraryHaskellDepends = [ array base deepseq hashable ]; description = "A purely functional and persistent hash map"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "hamtsolo" = callPackage @@ -115169,6 +120105,8 @@ self: { libraryHaskellDepends = [ base containers random ]; description = "Hanabi card game"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "handa-data" = callPackage @@ -115209,6 +120147,8 @@ self: { ]; description = "Library and command-line utility for accessing Google services and APIs"; license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "handa-geodata" = callPackage @@ -115255,6 +120195,8 @@ self: { libraryHaskellDepends = [ base bytestring ]; description = "HandleLike class"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "handsy" = callPackage @@ -115275,6 +120217,8 @@ self: { ]; description = "A DSL to describe common shell operations and interpeters for running them locally and remotely"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "handwriting" = callPackage @@ -115333,6 +120277,8 @@ self: { ]; description = "Simple Continuous Integration/Deployment System"; license = lib.licenses.agpl3Only; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "hans" = callPackage @@ -115356,6 +120302,8 @@ self: { ]; description = "Network Stack"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "hans-pcap" = callPackage @@ -115412,6 +120360,8 @@ self: { ]; description = "Korean spell checker"; license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "haphviz" = callPackage @@ -115430,6 +120380,8 @@ self: { ]; description = "Graphviz code generation with Haskell"; license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "hapistrano" = callPackage @@ -115460,6 +120412,8 @@ self: { testToolDepends = [ hspec-discover ]; description = "A deployment library for Haskell applications"; license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "happindicator" = callPackage @@ -115478,6 +120432,8 @@ self: { libraryToolDepends = [ gtk2hs-buildtools ]; description = "Binding to the appindicator library"; license = lib.licenses.lgpl21Only; + hydraPlatforms = lib.platforms.none; + broken = true; }) {inherit (pkgs) libappindicator-gtk2;}; "happindicator3" = callPackage @@ -115492,6 +120448,8 @@ self: { libraryPkgconfigDepends = [ libappindicator-gtk3 ]; description = "Binding to the appindicator library"; license = lib.licenses.lgpl21Only; + hydraPlatforms = lib.platforms.none; + broken = true; }) {inherit (pkgs) libappindicator-gtk3;}; "happlets" = callPackage @@ -115509,6 +120467,8 @@ self: { ]; description = "\"Haskell Applets\" provides an event handler and a canvas for building simple GUI apps"; license = "AGPL"; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "happlets-lib-gtk" = callPackage @@ -115544,6 +120504,8 @@ self: { executableHaskellDepends = [ base directory filepath ]; description = "A small program for counting the comments in haskell source"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "happs-hsp" = callPackage @@ -115614,6 +120576,8 @@ self: { doHaddock = false; description = "The haskell application server stack + code generation"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "happstack-auth" = callPackage @@ -115810,6 +120774,7 @@ self: { libraryHaskellDepends = [ fay-base fay-jquery ]; description = "Support for using Fay with Happstack"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; }) {}; "happstack-foundation" = callPackage @@ -115830,6 +120795,7 @@ self: { ]; description = "Glue code for using Happstack with acid-state, web-routes, reform, and HSP"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; }) {}; "happstack-hamlet" = callPackage @@ -115841,6 +120807,8 @@ self: { libraryHaskellDepends = [ base happstack-server shakespeare text ]; description = "Support for Hamlet HTML templates in Happstack"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "happstack-heist" = callPackage @@ -115857,6 +120825,8 @@ self: { ]; description = "Support for using Heist templates in Happstack"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "happstack-helpers" = callPackage @@ -115897,6 +120867,7 @@ self: { ]; description = "Support for using HSP templates in Happstack"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; }) {}; "happstack-hstringtemplate" = callPackage @@ -115912,6 +120883,8 @@ self: { ]; description = "Support for using HStringTemplate in Happstack"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "happstack-ixset" = callPackage @@ -115962,6 +120935,8 @@ self: { ]; description = "Happstack minus the useless stuff"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "happstack-monad-peel" = callPackage @@ -115977,6 +120952,8 @@ self: { ]; description = "monad-peel instances for Happstack types"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "happstack-plugins" = callPackage @@ -116056,6 +121033,8 @@ self: { ]; description = "Extend happstack-server with native HTTPS support (TLS/SSL)"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "happstack-state" = callPackage @@ -116116,6 +121095,8 @@ self: { ]; description = "Web framework"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "happstack-yui" = callPackage @@ -116232,6 +121213,8 @@ self: { ]; description = "Acceptance test framework for web applications"; license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "happybara-webkit" = callPackage @@ -116263,6 +121246,8 @@ self: { libraryHaskellDepends = [ base directory filepath process ]; description = "WebKit Server binary for Happybara (taken from capybara-webkit)"; license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "hapstone" = callPackage @@ -116281,6 +121266,8 @@ self: { ]; description = "Capstone bindings for Haskell"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {inherit (pkgs) capstone;}; "haquery" = callPackage @@ -116296,6 +121283,8 @@ self: { ]; description = "jQuery for Haskell"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "haquil" = callPackage @@ -116350,6 +121339,8 @@ self: { executableSystemDepends = [ openssl sqlite ]; description = "Networked content addressed backup and restore software"; license = "GPL"; + hydraPlatforms = lib.platforms.none; + broken = true; }) {inherit (pkgs) openssl; inherit (pkgs) sqlite;}; "hardware-edsl" = callPackage @@ -116367,7 +121358,6 @@ self: { ]; description = "Deep embedding of hardware descriptions with code generation"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; }) {}; "harfbuzz-pure" = callPackage @@ -116466,6 +121456,8 @@ self: { libraryPkgconfigDepends = [ groonga ]; description = "Low level bindings for Groonga"; license = lib.licenses.lgpl21Only; + hydraPlatforms = lib.platforms.none; + broken = true; }) {inherit (pkgs) groonga;}; "haroonga-httpd" = callPackage @@ -116496,6 +121488,8 @@ self: { libraryHaskellDepends = [ base ]; description = "HaRP allows pattern-matching with regular expressions"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "harpy" = callPackage @@ -116512,6 +121506,8 @@ self: { ]; description = "Runtime code generation for x86 machine code"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "harvest-api" = callPackage @@ -116532,6 +121528,8 @@ self: { ]; description = "Bindings for Harvest API"; license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "has" = callPackage @@ -116545,6 +121543,8 @@ self: { libraryHaskellDepends = [ base QuickCheck ]; description = "Entity based records"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "has-th" = callPackage @@ -116689,6 +121689,8 @@ self: { ]; description = "Decompress SAPCAR archives"; license = lib.licenses.gpl2Only; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "hascard" = callPackage @@ -116724,6 +121726,8 @@ self: { ]; description = "A TUI for reviewing notes using 'flashcards' written with markdown-like syntax"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "hascas" = callPackage @@ -116745,6 +121749,8 @@ self: { ]; description = "Cassandra driver for haskell"; license = lib.licenses.asl20; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "hascat" = callPackage @@ -116839,6 +121845,8 @@ self: { testHaskellDepends = [ base directory doctest filepath ]; description = "Hashing tools"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "hash-store" = callPackage @@ -116949,6 +121957,8 @@ self: { testHaskellDepends = [ base directory doctest filepath ]; description = "Higher-rank Hashable"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "hashable-generics" = callPackage @@ -116967,6 +121977,8 @@ self: { benchmarkHaskellDepends = [ base criterion ghc-prim hashable ]; description = "Automatically generates Hashable instances with GHC.Generics."; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "hashable-orphans" = callPackage @@ -116980,6 +121992,8 @@ self: { libraryHaskellDepends = [ base hashable sorted-list time ]; description = "Provides instances missing from Hashable"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "hashable-time" = callPackage @@ -117010,6 +122024,8 @@ self: { ]; description = "Principled, portable & extensible hashing of data and types, including an implementation of the FNV-1a and SipHash algorithms"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "hashed-storage" = callPackage @@ -117028,6 +122044,8 @@ self: { ]; description = "Hashed file storage support code"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "hashes" = callPackage @@ -117046,6 +122064,7 @@ self: { benchmarkSystemDepends = [ openssl ]; description = "Hash functions"; license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; }) {inherit (pkgs) openssl;}; "hashflare" = callPackage @@ -117160,6 +122179,8 @@ self: { ]; description = "Efficient consistent hashing"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "hashtable-benchmark" = callPackage @@ -117242,6 +122263,8 @@ self: { ]; description = "Extensions for a \"hashtables\" library"; license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "hasim" = callPackage @@ -117253,6 +122276,8 @@ self: { libraryHaskellDepends = [ base containers mtl ]; description = "Process-Based Discrete Event Simulation library"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "hask" = callPackage @@ -117270,6 +122295,8 @@ self: { ]; description = "Categories"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "hask-home" = callPackage @@ -117306,6 +122333,7 @@ self: { ]; description = "Utility to generate bindings for BlackBerry Cascades"; license = "unknown"; + hydraPlatforms = lib.platforms.none; }) {}; "haskakafka" = callPackage @@ -117349,6 +122377,8 @@ self: { ]; description = "A breakout game written in Yampa using SDL"; license = "unknown"; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "haskarrow" = callPackage @@ -117366,7 +122396,6 @@ self: { ]; description = "A dialect of haskell with order of execution based on dependency resolution"; license = lib.licenses.gpl3Only; - hydraPlatforms = lib.platforms.none; }) {}; "haskbot-core" = callPackage @@ -117387,6 +122416,8 @@ self: { ]; description = "Easily-extensible chatbot for Slack messaging service"; license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "haskdeep" = callPackage @@ -117487,6 +122518,8 @@ self: { libraryHaskellDepends = [ base haskeline mtl ]; description = "Class interface for working with Haskeline"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "haskeline-repl" = callPackage @@ -117510,6 +122543,8 @@ self: { libraryHaskellDepends = [ base containers mtl protolude text ]; description = "Write Emacs module in Haskell, using Emacs 25's Dynamic Module feature"; license = lib.licenses.gpl3Only; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "haskell-abci" = callPackage @@ -117535,7 +122570,6 @@ self: { ]; description = "Haskell Application BlockChain Interface (ABCI) Server Library"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; }) {}; "haskell-aliyun" = callPackage @@ -117592,6 +122626,8 @@ self: { ]; description = "Transform text from the command-line using Haskell expressions"; license = lib.licenses.asl20; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "haskell-bcrypt" = callPackage @@ -117658,6 +122694,8 @@ self: { ]; description = "Auto-generated bitmex API Client"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "haskell-brainfuck" = callPackage @@ -117677,6 +122715,8 @@ self: { ]; description = "BrainFuck interpreter"; license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "haskell-ci" = callPackage @@ -117711,6 +122751,7 @@ self: { doHaddock = false; description = "Cabal package script generator for Travis-CI"; license = lib.licenses.gpl3Plus; + hydraPlatforms = lib.platforms.none; maintainers = with lib.maintainers; [ sternenseemann ]; }) {}; @@ -117732,6 +122773,8 @@ self: { executableHaskellDepends = [ base directory process ]; description = "Library for parallel programming in the Intel Concurrent Collections paradigm"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "haskell-coffee" = callPackage @@ -117743,6 +122786,8 @@ self: { libraryHaskellDepends = [ base process ]; description = "Simple CoffeeScript API"; license = lib.licenses.gpl3Only; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "haskell-compression" = callPackage @@ -117762,6 +122807,8 @@ self: { ]; description = "compress files"; license = lib.licenses.gpl3Only; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "haskell-conll" = callPackage @@ -117777,6 +122824,8 @@ self: { ]; description = "Core Types for NLP"; license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "haskell-course-preludes" = callPackage @@ -117788,6 +122837,8 @@ self: { libraryHaskellDepends = [ base deepseq ]; description = "Small modules for a Haskell course in which Haskell is taught by implementing Prelude functionality"; license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "haskell-dap" = callPackage @@ -117850,6 +122901,8 @@ self: { testHaskellDepends = [ base ]; description = "Client library for the Disque datastore"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "haskell-docs" = callPackage @@ -117938,6 +122991,8 @@ self: { ]; description = "Haskell source code formatter"; license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "haskell-ftp" = callPackage @@ -117981,6 +123036,8 @@ self: { testHaskellDepends = [ base directory doctest filepath ]; description = "Typesafe generation of haskell source code"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "haskell-gettext" = callPackage @@ -118060,6 +123117,8 @@ self: { executableHaskellDepends = [ base containers gloss ]; description = "Go and Checkers game in Haskell"; license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "haskell-google-trends" = callPackage @@ -118090,6 +123149,8 @@ self: { testHaskellDepends = [ base template-haskell transformers ]; description = "Infer haskell code by given type"; license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "haskell-igraph" = callPackage @@ -118112,6 +123173,8 @@ self: { ]; description = "Bindings to the igraph C library (v0.8.0)."; license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "haskell-import-graph" = callPackage @@ -118130,6 +123193,8 @@ self: { executableHaskellDepends = [ base ]; description = "create haskell import graph for graphviz"; license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "haskell-in-space" = callPackage @@ -118143,6 +123208,8 @@ self: { executableHaskellDepends = [ base HGL random ]; description = "'Asteroids' arcade games"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "haskell-kubernetes" = callPackage @@ -118162,6 +123229,8 @@ self: { ]; description = "Haskell bindings to the Kubernetes API (via swagger-codegen)"; license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "haskell-language-server" = callPackage @@ -118263,6 +123332,8 @@ self: { testToolDepends = [ hspec-discover ]; description = "Haskell library for the Microsoft Language Server Protocol"; license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "haskell-lsp-client" = callPackage @@ -118283,6 +123354,7 @@ self: { ]; description = "A haskell package to build your own Language Server client"; license = lib.licenses.gpl2Only; + hydraPlatforms = lib.platforms.none; }) {}; "haskell-lsp-types" = callPackage @@ -118332,6 +123404,8 @@ self: { testHaskellDepends = [ base MonadRandom ]; description = "Machine learning in Haskell"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "haskell-modbus" = callPackage @@ -118355,6 +123429,8 @@ self: { libraryHaskellDepends = [ base ghc-prim integer-gmp ]; description = "Correctly-rounded arbitrary-precision floating-point arithmetic"; license = "LGPL"; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "haskell-mpi" = callPackage @@ -118397,6 +123473,8 @@ self: { ]; description = "Name resolution library for Haskell"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "haskell-neo4j-client" = callPackage @@ -118428,6 +123506,8 @@ self: { ]; description = "A Haskell neo4j client"; license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "haskell-openflow" = callPackage @@ -118442,6 +123522,8 @@ self: { testHaskellDepends = [ base ]; description = "OpenFlow protocol in Haskell"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "haskell-overridez" = callPackage @@ -118463,6 +123545,8 @@ self: { ]; description = "Manage nix overrides for haskell packages"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "haskell-packages" = callPackage @@ -118481,6 +123565,8 @@ self: { ]; description = "Haskell suite library for package management and integration with Cabal"; license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "haskell-pdf-presenter" = callPackage @@ -118551,6 +123637,8 @@ self: { testHaskellDepends = [ base ]; description = "A terminal music player based on afplay"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "haskell-plot" = callPackage @@ -118567,6 +123655,8 @@ self: { ]; description = "A library for generating 2D plots painlessly"; license = "GPL"; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "haskell-postal" = callPackage @@ -118582,6 +123672,8 @@ self: { testPkgconfigDepends = [ libpostal ]; description = "Haskell binding for the libpostal library"; license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; + broken = true; }) {inherit (pkgs) libpostal;}; "haskell-postgis" = callPackage @@ -118605,6 +123697,8 @@ self: { ]; description = "A haskell library for PostGIS geometry types"; license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "haskell-proxy-list" = callPackage @@ -118647,6 +123741,8 @@ self: { testHaskellDepends = [ base directory hspec process ]; description = "Opens a temporary file on the system's EDITOR and returns the resulting edits"; license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "haskell-reflect" = callPackage @@ -118675,6 +123771,8 @@ self: { libraryHaskellDepends = [ base syb ]; description = "A DSL for expressing natural deduction rules in Haskell"; license = lib.licenses.gpl3Only; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "haskell-say" = callPackage @@ -118712,6 +123810,8 @@ self: { platforms = [ "aarch64-linux" "armv7l-linux" "i686-linux" "x86_64-linux" ]; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "haskell-spacegoo" = callPackage @@ -118728,6 +123828,8 @@ self: { ]; description = "Client API for Rocket Scissor Spacegoo"; license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "haskell-src" = callPackage @@ -118787,6 +123889,8 @@ self: { ]; description = "Prisms with newtype wrappers for haskell-src-exts"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "haskell-src-exts-qq" = callPackage @@ -118803,6 +123907,8 @@ self: { testHaskellDepends = [ base haskell-src-exts hspec ]; description = "A quasiquoter for haskell-src-exts"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "haskell-src-exts-sc" = callPackage @@ -118816,6 +123922,8 @@ self: { libraryHaskellDepends = [ base haskell-src-exts ]; description = "Pretty print haskell code with comments"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "haskell-src-exts-simple" = callPackage @@ -118863,6 +123971,8 @@ self: { ]; description = "Testing code generators piece by piece"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "haskell-src-meta" = callPackage @@ -118898,6 +124008,8 @@ self: { ]; description = "Parse source to template-haskell abstract syntax"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "haskell-stack-trace-plugin" = callPackage @@ -118916,6 +124028,8 @@ self: { testToolDepends = [ hspec-discover ]; description = "haskell-stack-trace-plugin"; license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "haskell-time-range" = callPackage @@ -118950,6 +124064,8 @@ self: { ]; description = "Generate Elm types and JSON encoders and decoders from Haskell types"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "haskell-token-utils" = callPackage @@ -119365,6 +124481,8 @@ self: { ]; description = "A type checker for Haskell/haskell-src-exts"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "haskell-typescript" = callPackage @@ -119376,6 +124494,8 @@ self: { libraryHaskellDepends = [ base process ]; description = "Simple TypeScript API"; license = lib.licenses.gpl3Only; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "haskell-tyrant" = callPackage @@ -119387,6 +124507,8 @@ self: { libraryHaskellDepends = [ base binary bytestring network ]; description = "Haskell implementation of the Tokyo Tyrant binary protocol"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "haskell-updater" = callPackage @@ -119429,6 +124551,8 @@ self: { executableToolDepends = [ hspec-discover ]; description = "Haskell XMPP (eXtensible Message Passing Protocol, a.k.a. Jabber) library"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "haskell2010" = callPackage @@ -119440,6 +124564,8 @@ self: { libraryHaskellDepends = [ array base ghc-prim ]; description = "Compatibility with Haskell 2010"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "haskell2020" = callPackage @@ -119451,6 +124577,8 @@ self: { libraryHaskellDepends = [ array base ]; description = "Haskell 2020[draft] Standard Library"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "haskell98" = callPackage @@ -119466,6 +124594,8 @@ self: { ]; description = "Compatibility with Haskell 98"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "haskell98libraries" = callPackage @@ -119481,6 +124611,8 @@ self: { ]; description = "Compatibility with Haskell 98"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "haskelldb" = callPackage @@ -119496,6 +124628,8 @@ self: { ]; description = "A library of combinators for generating and executing SQL statements"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "haskelldb-connect-hdbc" = callPackage @@ -119841,6 +124975,8 @@ self: { sha256 = "01652m0bym80400navqlpdv5n0gfgnfzd1d0857f3kd13ksqk2hy"; description = "HaskellDB support for WXHaskell"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "haskellish" = callPackage @@ -119856,6 +124992,8 @@ self: { ]; description = "For parsing Haskell-ish languages"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "haskellscrabble" = callPackage @@ -119879,6 +125017,8 @@ self: { ]; description = "A scrabble library capturing the core game logic of scrabble"; license = lib.licenses.gpl3Only; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "haskellscript" = callPackage @@ -119896,6 +125036,8 @@ self: { ]; description = "Command line tool for running Haskell scripts with a hashbang"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "haskelm" = callPackage @@ -119945,6 +125087,8 @@ self: { ]; description = "CP in Haskell through MiniZinc"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "haskeme" = callPackage @@ -119959,6 +125103,8 @@ self: { executableHaskellDepends = [ base ]; description = "Compiler from I- to S-Expressions for the Scheme Programming Language"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "haskey" = callPackage @@ -119986,6 +125132,8 @@ self: { ]; description = "A transactional, ACID compliant, embeddable key-value store"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "haskey-btree" = callPackage @@ -120058,6 +125206,8 @@ self: { ]; description = "Haskell bindings to refheap"; license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "haskhol-core" = callPackage @@ -120077,6 +125227,8 @@ self: { ]; description = "The core logical system of HaskHOL, an EDSL for HOL theorem proving"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "haskintex" = callPackage @@ -120131,6 +125283,7 @@ self: { ]; description = "embedded DSL for defining epidemiologic cohorts"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; }) {}; "haskmon" = callPackage @@ -120147,6 +125300,8 @@ self: { ]; description = "A haskell wrapper for PokeAPI.co (www.pokeapi.co)"; license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "haskoin" = callPackage @@ -120172,6 +125327,7 @@ self: { ]; description = "Implementation of the Bitcoin protocol"; license = lib.licenses.publicDomain; + hydraPlatforms = lib.platforms.none; }) {}; "haskoin-bitcoind" = callPackage @@ -120221,7 +125377,6 @@ self: { testToolDepends = [ hspec-discover ]; description = "Bitcoin & Bitcoin Cash library for Haskell"; license = lib.licenses.mit; - hydraPlatforms = lib.platforms.none; }) {}; "haskoin-crypto" = callPackage @@ -120276,7 +125431,6 @@ self: { testToolDepends = [ hspec-discover ]; description = "P2P library for Bitcoin and Bitcoin Cash"; license = lib.licenses.mit; - hydraPlatforms = lib.platforms.none; }) {}; "haskoin-protocol" = callPackage @@ -120406,7 +125560,6 @@ self: { testToolDepends = [ hspec-discover ]; description = "Data for Haskoin Store"; license = lib.licenses.mit; - hydraPlatforms = lib.platforms.none; }) {}; "haskoin-util" = callPackage @@ -120429,6 +125582,8 @@ self: { ]; description = "Utility functions for the Network.Haskoin project"; license = lib.licenses.publicDomain; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "haskoin-wallet" = callPackage @@ -120471,7 +125626,6 @@ self: { ]; description = "Implementation of a Bitcoin SPV Wallet with BIP32 and multisig support"; license = lib.licenses.publicDomain; - hydraPlatforms = lib.platforms.none; }) {}; "haskoon" = callPackage @@ -120550,6 +125704,8 @@ self: { ]; description = "The Haskore Computer Music System"; license = "GPL"; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "haskore-realtime" = callPackage @@ -120621,6 +125777,8 @@ self: { libraryHaskellDepends = [ base ]; description = "The February 2000 version of Haskore"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "haskseg" = callPackage @@ -120733,6 +125891,8 @@ self: { testToolDepends = [ hspec-discover ]; description = "Code generation tools for Hasktorch"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "hasktorch-ffi-tests" = callPackage @@ -120767,6 +125927,8 @@ self: { ]; description = "Bindings to Torch"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {ATen = null;}; "hasktorch-ffi-thc" = callPackage @@ -120860,6 +126022,8 @@ self: { ]; description = "Functions to partially satisfy tensor signatures"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "hasktorch-signatures-support" = callPackage @@ -120876,6 +126040,8 @@ self: { doHaddock = false; description = "Signatures for support tensors in hasktorch"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "hasktorch-signatures-types" = callPackage @@ -120961,6 +126127,8 @@ self: { benchmarkHaskellDepends = [ base criterion ]; description = "Haskus binary format manipulation"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "haskus-system-build" = callPackage @@ -121118,6 +126286,8 @@ self: { ]; description = "HTTP server"; license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "haslo" = callPackage @@ -121182,6 +126352,8 @@ self: { benchmarkHaskellDepends = [ base criterion directory text ]; description = "CSS Minifier"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "haspara" = callPackage @@ -121204,6 +126376,8 @@ self: { ]; description = "A library providing definitions to work with monetary values"; license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "hasparql-client" = callPackage @@ -121270,6 +126444,8 @@ self: { ]; description = "API for backends of \"hasql\""; license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "hasql-class" = callPackage @@ -121292,6 +126468,8 @@ self: { ]; description = "Encodable and Decodable classes for hasql"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "hasql-cursor-query" = callPackage @@ -121332,6 +126510,8 @@ self: { ]; description = "An abstraction for simultaneous fetching from multiple PostgreSQL cursors"; license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "hasql-dynamic-statements" = callPackage @@ -121352,6 +126532,7 @@ self: { ]; description = "Toolkit for constructing Hasql statements dynamically"; license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; }) {}; "hasql-explain-tests" = callPackage @@ -121368,6 +126549,8 @@ self: { testHaskellDepends = [ base hasql tasty tasty-hunit ]; description = "Hasql queries testing interface"; license = lib.licenses.mpl20; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "hasql-generic" = callPackage @@ -121386,6 +126569,8 @@ self: { ]; description = "Generic encoder and decoder deriving for Hasql"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "hasql-implicits" = callPackage @@ -121402,6 +126587,8 @@ self: { ]; description = "Implicit definitions for Hasql, such as default codecs for standard types"; license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "hasql-interpolate" = callPackage @@ -121607,6 +126794,8 @@ self: { ]; description = "A somewhat opinionated \"simpler\" API to hasql"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "hasql-streams-conduit" = callPackage @@ -121623,7 +126812,6 @@ self: { ]; description = "Stream Hasql queries with Conduit"; license = lib.licenses.mit; - hydraPlatforms = lib.platforms.none; }) {}; "hasql-streams-core" = callPackage @@ -121635,7 +126823,6 @@ self: { libraryHaskellDepends = [ base hasql hasql-transaction-io ]; description = "Stream Hasql queries"; license = lib.licenses.mit; - hydraPlatforms = lib.platforms.none; }) {}; "hasql-streams-example" = callPackage @@ -121660,7 +126847,6 @@ self: { ]; description = "An example program that shows how to use Hasql streams with Rel8"; license = lib.licenses.mit; - hydraPlatforms = lib.platforms.none; }) {}; "hasql-streams-pipes" = callPackage @@ -121677,7 +126863,6 @@ self: { ]; description = "Stream Hasql queries with Pipes"; license = lib.licenses.mit; - hydraPlatforms = lib.platforms.none; }) {}; "hasql-streams-streaming" = callPackage @@ -121694,7 +126879,6 @@ self: { ]; description = "Stream Hasql queries with Streaming"; license = lib.licenses.mit; - hydraPlatforms = lib.platforms.none; }) {}; "hasql-streams-streamly" = callPackage @@ -121711,7 +126895,6 @@ self: { ]; description = "Stream Hasql queries with Streamly"; license = lib.licenses.mit; - hydraPlatforms = lib.platforms.none; }) {}; "hasql-th" = callPackage @@ -121730,7 +126913,6 @@ self: { ]; description = "Template Haskell utilities for Hasql"; license = lib.licenses.mit; - hydraPlatforms = lib.platforms.none; }) {}; "hasql-transaction" = callPackage @@ -121781,6 +126963,8 @@ self: { testHaskellDepends = [ base hasql tasty tasty-quickcheck ]; description = "Parse PostgreSQL connection URI into Hasql.Connection Settings"; license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "hasqlator-mysql" = callPackage @@ -121800,6 +126984,7 @@ self: { ]; description = "composable SQL generation"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; }) {}; "hasqly-mysql" = callPackage @@ -121815,6 +127000,7 @@ self: { ]; description = "composable SQL generation"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; }) {}; "hastache" = callPackage @@ -121843,6 +127029,8 @@ self: { ]; description = "Haskell implementation of Mustache templates"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "hastache-aeson" = callPackage @@ -121873,6 +127061,8 @@ self: { executableHaskellDepends = [ base curl filepath mtl ]; description = "A universal pastebin tool, written in Haskell"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "haste-app" = callPackage @@ -121994,6 +127184,8 @@ self: { libraryHaskellDepends = [ base ghc-prim integer-gmp ]; description = "Low level primitives for the Haste compiler"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "hastily" = callPackage @@ -122059,6 +127251,8 @@ self: { ]; description = "The Haskell tracer, generating and viewing Haskell execution traces"; license = "unknown"; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "hatex-guide" = callPackage @@ -122075,6 +127269,8 @@ self: { ]; description = "HaTeX User's Guide"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "hatexmpp3" = callPackage @@ -122148,6 +127344,8 @@ self: { ]; description = "Haskell client for the NATS messaging system"; license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "hatt" = callPackage @@ -122170,6 +127368,8 @@ self: { ]; description = "A truth table generator for classical propositional logic"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "haveibeenpwned" = callPackage @@ -122192,6 +127392,8 @@ self: { ]; description = "Library for checking for weak/compromised passwords"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "haven" = callPackage @@ -122211,6 +127413,8 @@ self: { ]; description = "Recursively retrieve maven dependencies"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "haverer" = callPackage @@ -122235,6 +127439,8 @@ self: { ]; description = "Implementation of the rules of Love Letter"; license = lib.licenses.asl20; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "hawitter" = callPackage @@ -122282,6 +127488,8 @@ self: { ]; description = "Haskell cash-flow and tax simulation"; license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "haxl" = callPackage @@ -122308,6 +127516,8 @@ self: { ]; description = "A Haskell library for efficient, concurrent, and concise data access"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "haxl-amazonka" = callPackage @@ -122324,6 +127534,7 @@ self: { ]; description = "Haxl data source for accessing AWS services through amazonka"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; }) {}; "haxl-facebook" = callPackage @@ -122346,6 +127557,7 @@ self: { ]; description = "An example Haxl data source for accessing the Facebook Graph API"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; }) {}; "haxparse" = callPackage @@ -122370,6 +127582,8 @@ self: { ]; description = "Readable HaxBall replays"; license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "haxr" = callPackage @@ -122403,6 +127617,8 @@ self: { libraryHaskellDepends = [ base haxr template-haskell ]; description = "Automatic deriving of XML-RPC structs for Haskell records"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "haxy" = callPackage @@ -122440,6 +127656,8 @@ self: { testHaskellDepends = [ base process xml ]; description = "Haskell bindings for the C Wayland library"; license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; + broken = true; }) {inherit (pkgs) libGL; inherit (pkgs) wayland;}; "hayoo-cli" = callPackage @@ -122458,6 +127676,8 @@ self: { ]; description = "Hayoo CLI"; license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "hback" = callPackage @@ -122551,6 +127771,8 @@ self: { ]; description = "Client for the beanstalkd workqueue service"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "hbeat" = callPackage @@ -122569,6 +127791,8 @@ self: { executableSystemDepends = [ SDL_mixer ]; description = "A simple step sequencer GUI"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {inherit (pkgs) SDL_mixer;}; "hbf" = callPackage @@ -122623,6 +127847,8 @@ self: { testHaskellDepends = [ base hspec primitive vector ]; description = "Human friendly BLAS and Lapack bindings for Haskell"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {inherit (pkgs) blas; inherit (pkgs) liblapack;}; "hblock" = callPackage @@ -122642,6 +127868,8 @@ self: { ]; description = "A mutable vector that provides indexation on the datatype fields it stores"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "hbro" = callPackage @@ -122678,7 +127906,6 @@ self: { platforms = [ "aarch64-linux" "armv7l-linux" "i686-linux" "x86_64-linux" ]; - hydraPlatforms = lib.platforms.none; }) {}; "hbro-contrib" = callPackage @@ -122714,7 +127941,6 @@ self: { platforms = [ "aarch64-linux" "armv7l-linux" "i686-linux" "x86_64-linux" ]; - hydraPlatforms = lib.platforms.none; }) {}; "hburg" = callPackage @@ -122735,6 +127961,8 @@ self: { executableToolDepends = [ alex happy ]; description = "Haskell Bottom Up Rewrite Generator"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "hcad" = callPackage @@ -122746,6 +127974,8 @@ self: { libraryHaskellDepends = [ base containers gasp mtl ]; description = "Haskell CAD library"; license = "GPL"; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "hcc" = callPackage @@ -122759,6 +127989,8 @@ self: { executableHaskellDepends = [ base bytestring language-c ]; description = "A toy C compiler"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "hcg-minus" = callPackage @@ -122771,6 +128003,8 @@ self: { libraryHaskellDepends = [ base colour random ]; description = "haskell cg (minus)"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "hcg-minus-cairo" = callPackage @@ -122850,6 +128084,8 @@ self: { ]; description = "Chess library"; license = lib.licenses.gpl2Only; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "hcltest" = callPackage @@ -122870,6 +128106,8 @@ self: { testHaskellDepends = [ base directory doctest filepath ]; description = "A testing library for command line applications"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "hcoap" = callPackage @@ -122892,6 +128130,8 @@ self: { ]; description = "CoAP implementation for Haskell"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "hcobs" = callPackage @@ -122926,6 +128166,8 @@ self: { doHaddock = false; description = "Haskell COM support library"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "hcoord" = callPackage @@ -122963,6 +128205,7 @@ self: { ]; description = "Haskell name counts"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; }) {}; "hcron" = callPackage @@ -122979,6 +128222,8 @@ self: { ]; description = "A simple job scheduler, which just runs some IO action at a given time"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "hcube" = callPackage @@ -122999,6 +128244,7 @@ self: { ]; description = "Virtual Rubik's cube of arbitrary size"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; }) {}; "hcwiid" = callPackage @@ -123044,6 +128290,8 @@ self: { ]; description = "Library to handle the details of writing daemons for UNIX"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "hdbc-aeson" = callPackage @@ -123060,6 +128308,8 @@ self: { ]; description = "Deserialize from HDBC rows to FromJSON instances"; license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "hdbc-postgresql-hstore" = callPackage @@ -123071,6 +128321,8 @@ self: { libraryHaskellDepends = [ attoparsec base containers HDBC text ]; description = "Manipulate data in PostgreSQL \"hstore\" columns"; license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "hdbc-tuple" = callPackage @@ -123218,6 +128470,8 @@ self: { ]; description = "Persistent GHC powered background server for FAST haskell development tools"; license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "hdf" = callPackage @@ -123235,7 +128489,6 @@ self: { ]; description = "HDF: Uniform Rate Audio Signal Processing in Haskell"; license = "GPL"; - hydraPlatforms = lib.platforms.none; }) {}; "hdf5-lite" = callPackage @@ -123303,6 +128556,8 @@ self: { ]; description = "Server-side HTTP Digest (RFC2617) in the CGI monad"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "hdirect" = callPackage @@ -123333,6 +128588,8 @@ self: { libraryHaskellDepends = [ base bytestring containers QuickCheck ]; description = "Interface to the udis86 disassembler for x86 and x86-64 / AMD64"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "hdiscount" = callPackage @@ -123345,6 +128602,8 @@ self: { librarySystemDepends = [ markdown ]; description = "Haskell bindings to the Discount markdown library"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {markdown = null;}; "hdm" = callPackage @@ -123358,6 +128617,8 @@ self: { executableHaskellDepends = [ base directory process unix vty ]; description = "a small display manager"; license = lib.licenses.gpl3Only; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "hdo" = callPackage @@ -123385,6 +128646,8 @@ self: { ]; description = "A Digital Ocean client in Haskell"; license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "hdocs" = callPackage @@ -123452,6 +128715,8 @@ self: { ]; description = "Explicit closures in Haskell distributed parallel Haskell"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "hdr-histogram" = callPackage @@ -123471,6 +128736,8 @@ self: { benchmarkHaskellDepends = [ base criterion deepseq primitive ]; description = "Haskell implementation of High Dynamic Range (HDR) Histograms"; license = lib.licenses.gpl3Only; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "headed-megaparsec" = callPackage @@ -123505,6 +128772,8 @@ self: { ]; description = "Creates a header for a haskell source file"; license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "headroom" = callPackage @@ -123566,6 +128835,8 @@ self: { testToolDepends = [ hspec-discover ]; description = "interactively inspect Haskell values at runtime"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "heaps" = callPackage @@ -123608,6 +128879,8 @@ self: { executableHaskellDepends = [ array base ]; description = "Heapsort of MArrays as a demo of imperative programming"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "heart-app" = callPackage @@ -123643,6 +128916,8 @@ self: { ]; description = "An opinionated library prelude in the UnliftIO style"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "heartbeat-streams" = callPackage @@ -123707,6 +128982,7 @@ self: { ]; description = "Find and annotate ITDs with assembly or read pair joining"; license = lib.licenses.gpl3Only; + hydraPlatforms = lib.platforms.none; }) {}; "heatshrink" = callPackage @@ -123812,6 +129088,8 @@ self: { testHaskellDepends = [ base hspec QuickCheck time ]; description = "Hebrew dates and prayer times"; license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "hecc" = callPackage @@ -123856,6 +129134,8 @@ self: { executableHaskellDepends = [ base directory process split ]; description = "Jekyll in Haskell (feat. LaTeX)"; license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "heddit" = callPackage @@ -123886,6 +129166,8 @@ self: { ]; description = "Reddit API bindings"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "hedgehog" = callPackage @@ -123957,6 +129239,8 @@ self: { ]; testHaskellDepends = [ base either hedgehog ]; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "hedgehog-checkers-lens" = callPackage @@ -124080,6 +129364,8 @@ self: { libraryHaskellDepends = [ base hedgehog ]; description = "GHC Generics automatically derived hedgehog generators"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "hedgehog-golden" = callPackage @@ -124097,6 +129383,8 @@ self: { testHaskellDepends = [ base hedgehog ]; description = "Golden testing capabilities for hedgehog using Aeson"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "hedgehog-optics" = callPackage @@ -124146,6 +129434,8 @@ self: { ]; description = "Hedgehog property testing for Servant APIs"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "hedis" = callPackage @@ -124186,6 +129476,8 @@ self: { ]; description = "Easy trivial configuration for Redis"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "hedis-envy" = callPackage @@ -124227,6 +129519,8 @@ self: { testHaskellDepends = [ base ]; description = "Initial project template from stack"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "hedis-pile" = callPackage @@ -124260,6 +129554,8 @@ self: { libraryHaskellDepends = [ base bytestring either hedis mtl ]; description = "A simplified API for hedis"; license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "hedis-tags" = callPackage @@ -124277,6 +129573,8 @@ self: { ]; description = "Tags for hedis"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "hedn" = callPackage @@ -124332,6 +129630,8 @@ self: { testHaskellDepends = [ base doctest ]; description = "A small library and executable for generating dice rolls"; license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "heidi" = callPackage @@ -124356,6 +129656,8 @@ self: { benchmarkHaskellDepends = [ base criterion weigh ]; description = "Tidy data in Haskell"; license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "hein" = callPackage @@ -124374,6 +129676,8 @@ self: { ]; description = "An extensible build helper for haskell, in the vein of leiningen"; license = lib.licenses.asl20; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "heist" = callPackage @@ -124446,6 +129750,8 @@ self: { ]; description = "Adding support for asynchronous updates (\"AJAX\") with heist"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "helf" = callPackage @@ -124504,7 +129810,6 @@ self: { ]; description = "Clipboard Manager"; license = "BSD-2-Clause-Patent"; - hydraPlatforms = lib.platforms.none; }) {}; "helics" = callPackage @@ -124561,6 +129866,8 @@ self: { executableHaskellDepends = [ base containers mtl parsec process ]; description = "An incomplete Elisp compiler"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "helium" = callPackage @@ -124624,6 +129931,7 @@ self: { ]; description = "Web development micro framework for haskell with typesafe URLs"; license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; }) {}; "hell" = callPackage @@ -124648,6 +129956,8 @@ self: { executableHaskellDepends = [ base transformers utf8-string ]; description = "A Haskell shell based on shell-conduit"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "hellage" = callPackage @@ -124728,6 +130038,8 @@ self: { testHaskellDepends = [ base hspec ]; description = "A functionally reactive game engine"; license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "help-esb" = callPackage @@ -124744,6 +130056,8 @@ self: { ]; description = "A Haskell client for the Help.com team's ESB."; license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "hemkay" = callPackage @@ -124761,6 +130075,8 @@ self: { ]; description = "A module music mixer and player"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "hemkay-core" = callPackage @@ -124872,7 +130188,6 @@ self: { libraryHaskellDepends = [ base her-lexer parsec transformers ]; description = "Parsec frontend to \"her-lexer\" for Haskell source code"; license = lib.licenses.publicDomain; - hydraPlatforms = lib.platforms.none; }) {}; "herbalizer" = callPackage @@ -124890,6 +130205,8 @@ self: { ]; description = "HAML to ERB translator"; license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "hercules-ci-agent" = callPackage @@ -125183,6 +130500,8 @@ self: { testHaskellDepends = [ base bytestring doctest text ]; description = "Heredocument on Haskell"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "herf-time" = callPackage @@ -125284,6 +130603,8 @@ self: { ]; description = "A command-line manager for delicious kitchen recipes"; license = lib.licenses.gpl3Only; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "hero-club-five-tenets" = callPackage @@ -125445,6 +130766,8 @@ self: { ]; description = "Fast heterogeneous data structures"; license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "hetero-map" = callPackage @@ -125487,6 +130810,8 @@ self: { testHaskellDepends = [ base ]; description = "Allows the use of tuples as literals for Heterogeneous collections"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "heterolist" = callPackage @@ -125521,6 +130846,8 @@ self: { executableSystemDepends = [ ncurses ]; description = "Text Tetris"; license = "GPL"; + hydraPlatforms = lib.platforms.none; + broken = true; }) {inherit (pkgs) ncurses;}; "heukarya" = callPackage @@ -125535,6 +130862,8 @@ self: { ]; description = "A genetic programming based on tree structure"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "hevm" = callPackage @@ -125582,6 +130911,7 @@ self: { testSystemDepends = [ secp256k1 ]; description = "Ethereum virtual machine evaluator"; license = lib.licenses.agpl3Only; + hydraPlatforms = lib.platforms.none; }) {inherit (pkgs) libff; inherit (pkgs) secp256k1;}; "hevolisa" = callPackage @@ -125652,6 +130982,8 @@ self: { libraryHaskellDepends = [ base containers ]; description = "Haskell scripting interface for HexChat"; license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "hexdump" = callPackage @@ -125675,6 +131007,8 @@ self: { libraryHaskellDepends = [ base binary bytestring filepath ]; description = "Reading Exif data form a JPEG file with Haskell"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "hexmino" = callPackage @@ -125693,6 +131027,8 @@ self: { ]; description = "A small game based on domino-like hexagonal tiles"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "hexml" = callPackage @@ -125725,6 +131061,8 @@ self: { ]; description = "Lenses for the hexml package"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "hexpat" = callPackage @@ -125757,6 +131095,7 @@ self: { transformers ]; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; }) {}; "hexpat-iteratee" = callPackage @@ -125790,6 +131129,8 @@ self: { ]; description = "Lenses for Hexpat"; license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "hexpat-pickle" = callPackage @@ -125823,6 +131164,8 @@ self: { ]; description = "Picklers for de/serialising Generic data types to and from XML"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "hexpat-streamparser" = callPackage @@ -125839,6 +131182,8 @@ self: { ]; testHaskellDepends = [ base hexpat hspec ]; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "hexpat-tagsoup" = callPackage @@ -125864,6 +131209,8 @@ self: { ]; description = "A framework for symbolic, homoiconic languages"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "hexpress" = callPackage @@ -125881,6 +131228,8 @@ self: { ]; description = "An express-like http framework"; license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "hexquote" = callPackage @@ -125896,6 +131245,8 @@ self: { ]; description = "Hexadecimal ByteString literals, with placeholders that bind variables"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "hexstring" = callPackage @@ -125913,6 +131264,8 @@ self: { testHaskellDepends = [ base binary bytestring hspec text ]; description = "Fast and safe representation of a hex string"; license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "hext" = callPackage @@ -125929,6 +131282,8 @@ self: { executableHaskellDepends = [ base text ]; description = "a text classification library"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "hextra" = callPackage @@ -125940,6 +131295,8 @@ self: { libraryHaskellDepends = [ base ]; description = "Generic and niche utility functions and more for Haskell"; license = lib.licenses.mpl20; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "hextream" = callPackage @@ -125994,6 +131351,8 @@ self: { ]; description = "A server for Eye-Fi SD cards"; license = lib.licenses.publicDomain; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "heyting-algebras" = callPackage @@ -126030,6 +131389,8 @@ self: { libraryPkgconfigDepends = [ fann ]; description = "Haskell binding to the FANN library"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {doublefann = null; fann = null;}; "hfd" = callPackage @@ -126110,6 +131471,8 @@ self: { ]; description = "Haskell source code formatter"; license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "hfoil" = callPackage @@ -126129,6 +131492,8 @@ self: { executableHaskellDepends = [ base ]; description = "Hess-Smith panel code for inviscid 2-d airfoil analysis"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "hformat" = callPackage @@ -126156,6 +131521,8 @@ self: { libraryHaskellDepends = [ base ]; description = "Field-of-view calculation for low-resolution 2D raster grids"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "hfractal" = callPackage @@ -126174,6 +131541,7 @@ self: { ]; description = "OpenGL fractal renderer"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; }) {}; "hfsevents" = callPackage @@ -126204,6 +131572,8 @@ self: { ]; description = "A library for fusing a subset of Haskell programs"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "hg-buildpackage" = callPackage @@ -126222,6 +131592,8 @@ self: { ]; description = "Tools to help manage Debian packages with Mercurial"; license = "GPL"; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "hgal" = callPackage @@ -126263,6 +131635,8 @@ self: { ]; description = "GDB Machine Interface: program-driven control of GDB"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "hgearman" = callPackage @@ -126280,6 +131654,8 @@ self: { ]; description = "A Gearman client for Haskell"; license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "hgen" = callPackage @@ -126307,6 +131683,8 @@ self: { libraryHaskellDepends = [ base containers ]; description = "A geometric library with bindings to GPC"; license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "hgeometry" = callPackage @@ -126411,6 +131789,8 @@ self: { testToolDepends = [ hspec-discover ]; description = "Reading and Writing ipe7 files"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "hgeometry-svg" = callPackage @@ -126468,6 +131848,8 @@ self: { ]; description = "Bindings to libintl.h (gettext, bindtextdomain)"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "hgis" = callPackage @@ -126491,6 +131873,8 @@ self: { doHaddock = false; description = "Library and for GIS with Haskell"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "hgithub" = callPackage @@ -126541,6 +131925,8 @@ self: { testHaskellDepends = [ base QuickCheck ]; description = "Haskell interface to GMP"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "hgom" = callPackage @@ -126559,6 +131945,8 @@ self: { ]; description = "An haskell port of the java version of gom"; license = "GPL"; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "hgopher" = callPackage @@ -126570,6 +131958,8 @@ self: { libraryHaskellDepends = [ base bytestring network ]; description = "Gopher server"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "hgraph" = callPackage @@ -126611,6 +132001,8 @@ self: { ]; description = "Search Haskell source code from the command line"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "hgrev" = callPackage @@ -126626,6 +132018,8 @@ self: { ]; description = "Compile Mercurial (hg) version info into Haskell code"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "hgrib" = callPackage @@ -126644,6 +132038,8 @@ self: { testHaskellDepends = [ base directory hspec ]; description = "Unofficial bindings for GRIB API"; license = lib.licenses.gpl3Only; + hydraPlatforms = lib.platforms.none; + broken = true; }) {grib_api = null;}; "hharp" = callPackage @@ -126656,6 +132052,8 @@ self: { librarySystemDepends = [ harp ]; description = "Binding to libharp"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {harp = null;}; "hhp" = callPackage @@ -126682,6 +132080,8 @@ self: { ]; description = "Happy Haskell Programming"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "hhwloc" = callPackage @@ -126695,6 +132095,8 @@ self: { libraryHaskellDepends = [ base ]; description = "Bindings to https://www.open-mpi.org/projects/hwloc"; license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "hi" = callPackage @@ -126725,6 +132127,8 @@ self: { ]; description = "Generate scaffold for cabal project"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "hi-file-parser" = callPackage @@ -126760,6 +132164,8 @@ self: { executableHaskellDepends = [ base dbus process ]; description = "Status line for i3bar"; license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "hiccup" = callPackage @@ -126793,6 +132199,8 @@ self: { executableHaskellDepends = [ array base bytestring mtl network ]; description = "haskell robot for IChat protocol"; license = "GPL"; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "hid" = callPackage @@ -126840,6 +132248,8 @@ self: { doHaddock = false; description = "Examples to accompany the book \"Haskell in Depth\""; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "hidapi" = callPackage @@ -126873,6 +132283,8 @@ self: { testHaskellDepends = [ base hspec ]; description = "Provides cross-platform getHiddenChar function"; license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "hie-bios" = callPackage @@ -126957,6 +132369,7 @@ self: { ]; description = "The core of an IDE"; license = lib.licenses.asl20; + hydraPlatforms = lib.platforms.none; }) {}; "hiedb" = callPackage @@ -126993,6 +132406,8 @@ self: { libraryHaskellDepends = [ base containers HUnit mtl multiset ]; description = "Automated clustering of arbitrary elements in Haskell"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "hierarchical-clustering" = callPackage @@ -127047,6 +132462,7 @@ self: { testToolDepends = [ hspec-discover ]; description = "hierarchical environments for dependency injection"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; }) {}; "hierarchical-exceptions" = callPackage @@ -127058,6 +132474,8 @@ self: { libraryHaskellDepends = [ base template-haskell ]; description = "Template Haskell functions to easily create exception hierarchies"; license = lib.licenses.asl20; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "hierarchical-spectral-clustering" = callPackage @@ -127111,6 +132529,8 @@ self: { ]; description = "Predicated traversal of generated trees"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "hiernotify" = callPackage @@ -127126,6 +132546,8 @@ self: { ]; description = "Notification library for a filesystem hierarchy"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "hifi" = callPackage @@ -127168,6 +132590,8 @@ self: { testToolDepends = [ markdown-unlit ]; description = "Partial types as a type constructor"; license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "highWaterMark" = callPackage @@ -127182,6 +132606,8 @@ self: { executableHaskellDepends = [ base ghc ]; description = "Memory usage statistics"; license = "GPL"; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "higher-leveldb" = callPackage @@ -127205,6 +132631,7 @@ self: { ]; description = "A rich monadic API for working with leveldb databases"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; }) {}; "higherorder" = callPackage @@ -127218,6 +132645,8 @@ self: { libraryHaskellDepends = [ base ]; description = "Some higher order functions for Bool and []"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "highjson" = callPackage @@ -127235,6 +132664,8 @@ self: { ]; description = "Spec based JSON parsing/serialisation"; license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "highjson-swagger" = callPackage @@ -127306,6 +132737,8 @@ self: { benchmarkHaskellDepends = [ base criterion ]; description = "Command line tool for highlighting parts of files matching a regex"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "highlight-versions" = callPackage @@ -127322,6 +132755,8 @@ self: { ]; description = "Highlight package versions which differ from the latest version on Hackage"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "highlighter" = callPackage @@ -127439,6 +132874,8 @@ self: { ]; description = "Simple gtk2hs image viewer. Point it at an image and fire away."; license = lib.licenses.gpl3Only; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "himpy" = callPackage @@ -127511,6 +132948,8 @@ self: { testHaskellDepends = [ base containers hspec ]; description = "Template for Hindley-Milner based languages"; license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "hindley-milner-type-check" = callPackage @@ -127531,6 +132970,8 @@ self: { ]; description = "Type inference for Hindley-Milner based languages"; license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "hinduce-associations-apriori" = callPackage @@ -127749,6 +133190,8 @@ self: { ]; description = "Generate armet style query strings"; license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "hinstaller" = callPackage @@ -127764,6 +133207,8 @@ self: { ]; description = "Installer wrapper for Haskell applications"; license = "LGPL"; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "hint" = callPackage @@ -127821,6 +133266,8 @@ self: { ]; description = "Runtime Haskell interpreter (GHC API wrapper)"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "hinterface" = callPackage @@ -127847,6 +133294,8 @@ self: { testToolDepends = [ hspec-discover ]; description = "Haskell / Erlang interoperability library"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "hinvaders" = callPackage @@ -127941,6 +133390,8 @@ self: { ]; description = "Hipchat API bindings in Haskell"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "hipe" = callPackage @@ -127956,6 +133407,7 @@ self: { ]; description = "Support for reading and writing ipe7 files (http://ipe7.sourceforge.net)"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; }) {}; "hips" = callPackage @@ -127981,6 +133433,8 @@ self: { sha256 = "18hwc5x902k2dsk8895sr8nil4445b9lazzdzbjzpllx4smf0lvz"; libraryHaskellDepends = [ aeson base bytestring servant ]; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "hipsql-client" = callPackage @@ -128054,6 +133508,8 @@ self: { ]; description = "IRC client"; license = "GPL"; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "hirt" = callPackage @@ -128090,6 +133546,8 @@ self: { ]; description = "Unofficial API bindings to KISSmetrics"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "hist-pl" = callPackage @@ -128197,6 +133655,8 @@ self: { libraryHaskellDepends = [ base binary text text-binary ]; description = "Types in the historical dictionary of Polish"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "histogram-fill" = callPackage @@ -128261,6 +133721,8 @@ self: { ]; description = "Extract the interesting bits from shell history"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "hit" = callPackage @@ -128317,6 +133779,8 @@ self: { testHaskellDepends = [ base github hspec text ]; description = "Haskell Git Helper Tool"; license = lib.licenses.mpl20; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "hjcase" = callPackage @@ -128333,6 +133797,8 @@ self: { ]; description = "Jcase library for Haskell"; license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "hjpath" = callPackage @@ -128362,6 +133828,8 @@ self: { ]; description = "JavaScript Parser"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "hjsmin" = callPackage @@ -128409,6 +133877,8 @@ self: { libraryHaskellDepends = [ base containers hjson ]; description = "library for querying from JSON"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "hjsonpointer" = callPackage @@ -128430,6 +133900,8 @@ self: { ]; description = "JSON Pointer library"; license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "hjsonschema" = callPackage @@ -128538,6 +134010,8 @@ self: { ]; description = "A cryptographic protocol for the Majority Judgment"; license = lib.licenses.gpl3Only; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "hkd" = callPackage @@ -128575,6 +134049,8 @@ self: { libraryHaskellDepends = [ base ]; description = "Definition of \"Delta structures\" for higher kinded data"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "hkd-lens" = callPackage @@ -128586,6 +134062,8 @@ self: { libraryHaskellDepends = [ base profunctors ]; description = "Generic lens/prism/traversal-kinded data"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "hkdf" = callPackage @@ -128632,6 +134110,8 @@ self: { ]; description = "A library for higher kinded types"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "hlatex" = callPackage @@ -128669,6 +134149,8 @@ self: { ]; description = "Haskell binding to L-BFGS-B version 3.0"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {inherit (pkgs) gfortran;}; "hlcm" = callPackage @@ -128713,6 +134195,8 @@ self: { ]; description = "Web Socket interface to Leap Motion controller"; license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "hledger" = callPackage @@ -128779,7 +134263,6 @@ self: { ]; description = "Web API server for the hledger accounting tool"; license = lib.licenses.gpl3Only; - hydraPlatforms = lib.platforms.none; }) {}; "hledger-chart" = callPackage @@ -128798,6 +134281,8 @@ self: { ]; description = "A pie chart image generator for the hledger accounting tool"; license = "GPL"; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "hledger-diff" = callPackage @@ -128811,6 +134296,8 @@ self: { executableHaskellDepends = [ base hledger-lib text time ]; description = "Compares the transactions in two ledger files"; license = lib.licenses.gpl3Only; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "hledger-flow" = callPackage @@ -128905,6 +134392,8 @@ self: { ]; description = "computes the internal rate of return of an investment"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "hledger-lib" = callPackage @@ -129032,6 +134521,8 @@ self: { ]; description = "A curses-style console interface for the hledger accounting tool"; license = "GPL"; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "hledger-web" = callPackage @@ -129082,6 +134573,8 @@ self: { testHaskellDepends = [ base hlint ]; description = "Haskell binding to libBladeRF SDR library"; license = lib.licenses.lgpl21Only; + hydraPlatforms = lib.platforms.none; + broken = true; }) {inherit (pkgs) libbladeRF;}; "hlibcpuid" = callPackage @@ -129109,6 +134602,8 @@ self: { librarySystemDepends = [ ev ]; description = "FFI interface to libev"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {ev = null;}; "hlibfam" = callPackage @@ -129121,6 +134616,8 @@ self: { librarySystemDepends = [ fam ]; description = "FFI interface to libFAM"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {inherit (pkgs) fam;}; "hlibgit2" = callPackage @@ -129220,6 +134717,8 @@ self: { ]; description = "Client library for the Apache Livy REST API"; license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "hlogger" = callPackage @@ -129231,6 +134730,8 @@ self: { libraryHaskellDepends = [ base old-locale time ]; description = "Simple, concurrent, extendable and easy-to-use logging library"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "hlongurl" = callPackage @@ -129249,6 +134750,8 @@ self: { ]; description = "Library and utility interfacing to longurl.org"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "hlrdb" = callPackage @@ -129285,6 +134788,8 @@ self: { ]; description = "High-level Redis Database Core API"; license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "hls" = callPackage @@ -129427,6 +134932,8 @@ self: { ]; description = "Common utilities to interaction between ghc-exactprint and HLS plugins"; license = lib.licenses.asl20; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "hls-explicit-imports-plugin" = callPackage @@ -129825,6 +135332,8 @@ self: { libraryHaskellDepends = [ base stm transformers unix X11 ]; description = "Bindings to the herbstluftwm window manager"; license = lib.licenses.bsd2; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "hly" = callPackage @@ -129872,6 +135381,8 @@ self: { ]; description = "Simple wikitext-like markup format implementation"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "hmatrix" = callPackage @@ -129914,6 +135425,7 @@ self: { ]; description = "hmatrix operations lifted for backprop"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; }) {}; "hmatrix-banded" = callPackage @@ -129928,6 +135440,8 @@ self: { librarySystemDepends = [ liblapack ]; description = "HMatrix interface to LAPACK functions for banded matrices"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {inherit (pkgs) liblapack;}; "hmatrix-csv" = callPackage @@ -129993,6 +135507,8 @@ self: { libraryHaskellDepends = [ base hmatrix mmap ]; description = "Memory map Vector from disk into memory efficiently"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "hmatrix-morpheus" = callPackage @@ -130026,6 +135542,8 @@ self: { libraryHaskellDepends = [ base hmatrix ]; description = "NIPALS method for Principal Components Analysis on large data-sets"; license = lib.licenses.lgpl21Only; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "hmatrix-nlopt" = callPackage @@ -130074,6 +135592,8 @@ self: { librarySystemDepends = [ mkl_core mkl_intel mkl_sequential ]; description = "Sparse linear solver"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {mkl_core = null; mkl_intel = null; mkl_sequential = null;}; "hmatrix-special" = callPackage @@ -130100,6 +135620,8 @@ self: { ]; description = "hmatrix with vector and matrix sizes encoded in types"; license = "GPL"; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "hmatrix-sundials" = callPackage @@ -130127,6 +135649,8 @@ self: { ]; description = "hmatrix interface to sundials"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {sundials_arkode = null; sundials_cvode = null;}; "hmatrix-svdlibc" = callPackage @@ -130142,6 +135666,8 @@ self: { benchmarkHaskellDepends = [ base criterion hmatrix vector ]; description = "SVDLIBC bindings for HMatrix"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "hmatrix-syntax" = callPackage @@ -130157,6 +135683,8 @@ self: { ]; description = "MATLAB-like syntax for hmatrix vectors and matrices"; license = lib.licenses.gpl3Only; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "hmatrix-tests" = callPackage @@ -130174,6 +135702,8 @@ self: { benchmarkHaskellDepends = [ base HUnit QuickCheck random ]; description = "Tests for hmatrix"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "hmatrix-vector-sized" = callPackage @@ -130254,6 +135784,8 @@ self: { executableHaskellDepends = [ base MissingH process ]; description = "CLI fuzzy finder and launcher"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "hmep" = callPackage @@ -130304,6 +135836,8 @@ self: { ]; description = "A make alternative based on Plan9's mk"; license = "GPL"; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "hmm" = callPackage @@ -130319,6 +135853,8 @@ self: { ]; description = "A hidden markov model library"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "hmm-hmatrix" = callPackage @@ -130337,6 +135873,8 @@ self: { testHaskellDepends = [ base QuickCheck ]; description = "Hidden Markov Models using HMatrix primitives"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "hmm-lapack" = callPackage @@ -130384,6 +135922,8 @@ self: { executableSystemDepends = [ ncurses ]; description = "An ncurses mp3 player written in Haskell"; license = "GPL"; + hydraPlatforms = lib.platforms.none; + broken = true; }) {inherit (pkgs) ncurses;}; "hmp3-ng" = callPackage @@ -130417,6 +135957,8 @@ self: { librarySystemDepends = [ mpfr ]; description = "Haskell binding to the MPFR library"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {inherit (pkgs) mpfr;}; "hmt" = callPackage @@ -130474,6 +136016,8 @@ self: { ]; description = "Interpreter for the MUMPS langugae"; license = "GPL"; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "hnetcdf" = callPackage @@ -130503,6 +136047,8 @@ self: { testSystemDepends = [ netcdf ]; description = "Haskell NetCDF library"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {inherit (pkgs) netcdf;}; "hnix" = callPackage @@ -130682,6 +136228,8 @@ self: { ]; description = "A reasonably fast and simple neural network library"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "hnock" = callPackage @@ -130709,6 +136257,8 @@ self: { isExecutable = true; executableHaskellDepends = [ base ]; license = "unknown"; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "hnormalise" = callPackage @@ -130766,6 +136316,7 @@ self: { testHaskellDepends = [ base compdata patch-combinators ]; description = "Generic rewrite rules with safe treatment of variables and binders"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; }) {}; "hoauth" = callPackage @@ -130783,6 +136334,8 @@ self: { ]; description = "A Haskell implementation of OAuth 1.0a protocol."; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "hoauth2" = callPackage @@ -130846,6 +136399,8 @@ self: { ]; description = "A small file watcher for OSX"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "hobbits" = callPackage @@ -130863,6 +136418,8 @@ self: { ]; description = "A library for canonically representing terms with binding"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "hocilib" = callPackage @@ -130882,6 +136439,8 @@ self: { testSystemDepends = [ ocilib ]; description = "FFI binding to OCILIB"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {ocilib = null;}; "hocker" = callPackage @@ -130924,6 +136483,8 @@ self: { ]; description = "Interact with the docker registry and generate nix build instructions"; license = lib.licenses.asl20; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "hocon" = callPackage @@ -130936,6 +136497,8 @@ self: { testHaskellDepends = [ base hspec MissingH parsec split ]; description = "Small library for typesafe's configuration specification"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "hodatime" = callPackage @@ -130959,6 +136522,8 @@ self: { benchmarkHaskellDepends = [ base criterion random ]; description = "A fully featured date/time library based on Nodatime"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "hoe" = callPackage @@ -130977,6 +136542,8 @@ self: { ]; description = "hoe: Haskell One-liner Evaluator"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "hofix-mtl" = callPackage @@ -130988,6 +136555,8 @@ self: { libraryHaskellDepends = [ base mtl star-to-star template-haskell ]; description = "defining @mtl@-ready monads as * -> * fixed-points"; license = "unknown"; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "hog" = callPackage @@ -131005,6 +136574,8 @@ self: { ]; description = "Simple IRC logger bot"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "hogg" = callPackage @@ -131022,6 +136593,8 @@ self: { ]; description = "Library and tools to manipulate the Ogg container format"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "hoggl" = callPackage @@ -131047,6 +136620,8 @@ self: { ]; description = "Bindings to the Toggl.com REST API"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "hogre" = callPackage @@ -131094,6 +136669,8 @@ self: { executableHaskellDepends = [ base X11 ]; description = "OIS bindings"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {OIS = null;}; "hoist-error" = callPackage @@ -131137,6 +136714,8 @@ self: { ]; description = "Higher order logic"; license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "hold-em" = callPackage @@ -131148,6 +136727,8 @@ self: { libraryHaskellDepends = [ base random safe ]; description = "An engine for Texas hold'em Poker"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "hole" = callPackage @@ -131159,6 +136740,8 @@ self: { libraryHaskellDepends = [ base containers ]; description = "Higher kinded type removal"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "holey-format" = callPackage @@ -131194,6 +136777,8 @@ self: { testToolDepends = [ markdown-unlit tasty-discover ]; description = "Tools and combinators for solving constraint problems"; license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "holy-project" = callPackage @@ -131240,6 +136825,8 @@ self: { libraryHaskellDepends = [ base containers mtl QuickCheck ]; description = "Homeomorphic Embedding Test"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "hommage" = callPackage @@ -131280,6 +136867,8 @@ self: { testHaskellDepends = [ base ]; description = "Constructs FAlgebras from typeclasses, making Haskell functions homoiconic"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "homotuple" = callPackage @@ -131296,6 +136885,7 @@ self: { libraryHaskellDepends = [ base OneTuple Only single-tuple ]; description = "Homotuple, all whose elements are the same type"; license = lib.licenses.asl20; + hydraPlatforms = lib.platforms.none; }) {}; "homplexity" = callPackage @@ -131323,6 +136913,8 @@ self: { ]; description = "Haskell code quality tool"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "homura-stopwatch" = callPackage @@ -131362,6 +136954,8 @@ self: { text unliftio unordered-containers uuid vector zlib ]; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "honi" = callPackage @@ -131378,6 +136972,8 @@ self: { testSystemDepends = [ freenect OpenNI2 ]; description = "OpenNI 2 binding"; license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; + broken = true; }) {OpenNI2 = null; inherit (pkgs) freenect;}; "honk" = callPackage @@ -131410,6 +137006,8 @@ self: { ]; description = "Simple tool for fetching and merging hoogle data"; license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "hood" = callPackage @@ -131434,6 +137032,8 @@ self: { libraryHaskellDepends = [ base ]; description = "Dummy package to disable Hood without having to remove all the calls to observe"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "hood2" = callPackage @@ -131445,6 +137045,8 @@ self: { libraryHaskellDepends = [ array base ]; description = "Debugging by observing in place"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "hoodie" = callPackage @@ -131642,6 +137244,8 @@ self: { ]; description = "Data types for programs for hoodle file format"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "hoogle" = callPackage @@ -131693,6 +137297,8 @@ self: { ]; description = "Easily generate Hoogle indices for installed packages"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "hooks-dir" = callPackage @@ -131704,6 +137310,8 @@ self: { libraryHaskellDepends = [ base directory process text ]; description = "run executables in a directory as hooks"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "hookup" = callPackage @@ -131741,6 +137349,8 @@ self: { ]; description = "Object-Oriented Programming in Haskell"; license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "hoopl" = callPackage @@ -131760,6 +137370,8 @@ self: { ]; description = "A library to support dataflow analysis and optimization"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "hoovie" = callPackage @@ -131800,6 +137412,8 @@ self: { testHaskellDepends = [ base QuickCheck ]; description = "Haskell binding to libopencc"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {inherit (pkgs) opencc;}; "hopencl" = callPackage @@ -131819,6 +137433,8 @@ self: { ]; description = "Haskell bindings for OpenCL"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {OpenCL = null;}; "hopenpgp-tools" = callPackage @@ -131850,6 +137466,7 @@ self: { executableToolDepends = [ alex happy ]; description = "hOpenPGP-based command-line tools"; license = lib.licenses.agpl3Plus; + hydraPlatforms = lib.platforms.none; }) {}; "hopenssl" = callPackage @@ -131897,6 +137514,8 @@ self: { ]; description = "Hopfield Networks, Boltzmann Machines and Clusters"; license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; + broken = true; }) {MagickCore = null; inherit (pkgs) imagemagick;}; "hopfield-networks" = callPackage @@ -131947,6 +137566,7 @@ self: { ]; description = "C++ FFI generator - Documentation"; license = lib.licenses.agpl3Only; + hydraPlatforms = lib.platforms.none; }) {}; "hoppy-generator" = callPackage @@ -131978,6 +137598,8 @@ self: { ]; description = "C++ FFI generator - Runtime support"; license = lib.licenses.asl20; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "hoppy-std" = callPackage @@ -132024,6 +137646,8 @@ self: { ]; description = "Handy Operations on Power Series"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "hoq" = callPackage @@ -132043,6 +137667,8 @@ self: { executableToolDepends = [ alex happy ]; description = "A language based on homotopy type theory with an interval type"; license = lib.licenses.gpl2Only; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "hora" = callPackage @@ -132071,6 +137697,8 @@ self: { libraryHaskellDepends = [ AC-Angle base time ]; description = "Sunrise and sunset UTC approximations from latitude and longitude coordinates"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "horizontal-rule" = callPackage @@ -132108,6 +137736,8 @@ self: { executableHaskellDepends = [ base optparse-applicative text ]; description = "Rename function definitions returned by SMT solvers"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "hosc" = callPackage @@ -132143,6 +137773,8 @@ self: { ]; description = "Haskell Open Sound Control JSON Serialisation"; license = "GPL"; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "hosc-utils" = callPackage @@ -132220,6 +137852,8 @@ self: { ]; description = "An dns server which is extremely easy to config"; license = lib.licenses.gpl3Only; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "hothasktags" = callPackage @@ -132238,6 +137872,8 @@ self: { ]; description = "Generates ctags for Haskell, incorporating import lists and qualified imports"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "hotswap" = callPackage @@ -132249,6 +137885,7 @@ self: { libraryHaskellDepends = [ base plugins ]; description = "Simple code hotswapping"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; }) {}; "hourglass" = callPackage @@ -132279,6 +137916,8 @@ self: { libraryHaskellDepends = [ base hourglass parsec ]; description = "A small library for parsing more human friendly date/time formats"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "hourglass-orphans" = callPackage @@ -132324,6 +137963,8 @@ self: { ]; description = "A Haskell implementation of Foreman"; license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "hout" = callPackage @@ -132336,6 +137977,7 @@ self: { testHaskellDepends = [ base do-notation indexed ]; description = "Non-interactive proof assistant monad for first-order logic"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; }) {}; "hp2any-core" = callPackage @@ -132352,6 +137994,8 @@ self: { ]; description = "Heap profiling helper library"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "hp2any-graph" = callPackage @@ -132497,6 +138141,8 @@ self: { ]; description = "Convert Cabal manifests into hpack's package.yamls"; license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "hpack-dhall" = callPackage @@ -132647,6 +138293,8 @@ self: { ]; description = "A command-line client for hpaste.org"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "hpath" = callPackage @@ -132788,6 +138436,8 @@ self: { testHaskellDepends = [ base HUnit ]; description = "Coveralls.io support for Haskell."; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "hpc-lcov" = callPackage @@ -132814,6 +138464,8 @@ self: { testToolDepends = [ tasty-discover ]; description = "Convert HPC output into LCOV format"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "hpc-strobe" = callPackage @@ -132897,6 +138549,8 @@ self: { executableHaskellDepends = [ base random ]; description = "a simple password generator"; license = lib.licenses.isc; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "hpio" = callPackage @@ -132926,6 +138580,8 @@ self: { ]; description = "Monads for GPIO in Haskell"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "hplayground" = callPackage @@ -132957,6 +138613,8 @@ self: { executableHaskellDepends = [ base directory filepath process ]; description = "Application for managing playlist files on a music player"; license = "GPL"; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "hpodder" = callPackage @@ -132976,6 +138634,8 @@ self: { ]; description = "Podcast Aggregator (downloader)"; license = "GPL"; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "hpp" = callPackage @@ -133025,6 +138685,8 @@ self: { ]; description = "Haskell bindings to libpqtypes"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {inherit (pkgs) postgresql;}; "hpqtypes-extras" = callPackage @@ -133080,6 +138742,8 @@ self: { executableToolDepends = [ alex ]; description = "Parse Google Protocol Buffer specifications"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "hprotoc-fork" = callPackage @@ -133171,6 +138835,8 @@ self: { libraryHaskellDepends = [ base vector ]; description = "A nice implementation of the k-Means algorithm"; license = lib.licenses.gpl3Only; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "hpuz" = callPackage @@ -133198,6 +138864,8 @@ self: { ]; description = "Highlight source code using Pygments"; license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "hpylos" = callPackage @@ -133213,6 +138881,8 @@ self: { ]; description = "AI of Pylos game with GLUT interface"; license = "GPL"; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "hpyrg" = callPackage @@ -133228,6 +138898,8 @@ self: { ]; description = "pyrg utility done right"; license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "hpython" = callPackage @@ -133284,6 +138956,8 @@ self: { testHaskellDepends = [ base hspec hspec-expectations ]; description = "Quantitative Library"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {inherit (pkgs) gsl;}; "hquantlib" = callPackage @@ -133325,6 +138999,8 @@ self: { libraryHaskellDepends = [ base time ]; description = "HQuantLib Time is a business calendar functions extracted from HQuantLib"; license = "LGPL"; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "hquery" = callPackage @@ -133342,6 +139018,8 @@ self: { ]; description = "A query language for transforming HTML5"; license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "hranker" = callPackage @@ -133375,7 +139053,6 @@ self: { testHaskellDepends = [ base hset transformers-base ]; description = "Generalization of MonadReader and ReaderT using hset"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; }) {}; "hreader-lens" = callPackage @@ -133391,7 +139068,6 @@ self: { ]; description = "Optics for hreader package"; license = lib.licenses.mit; - hydraPlatforms = lib.platforms.none; }) {}; "hreq-client" = callPackage @@ -133466,6 +139142,8 @@ self: { testHaskellDepends = [ base doctest ]; description = "Core functionality for Hreq Http client library"; license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "hrfsize" = callPackage @@ -133491,6 +139169,8 @@ self: { executableHaskellDepends = [ base containers ]; description = "A Cricket scoring application"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "hriemann" = callPackage @@ -133516,7 +139196,6 @@ self: { ]; description = "A Riemann Client for Haskell"; license = lib.licenses.mit; - hydraPlatforms = lib.platforms.none; }) {}; "hruby" = callPackage @@ -133539,6 +139218,8 @@ self: { ]; description = "Embed a Ruby intepreter in your Haskell program !"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {inherit (pkgs) ruby;}; "hs" = callPackage @@ -133562,6 +139243,7 @@ self: { ]; description = "GHC-toolchain installer broker"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; }) {}; "hs-GeoIP" = callPackage @@ -133643,7 +139325,6 @@ self: { ]; description = "Compression and decompression in the brotli format"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; }) {brotlidec = null; brotlienc = null;}; "hs-captcha" = callPackage @@ -133684,6 +139365,8 @@ self: { ]; description = "Example Monte Carlo simulations implemented with Carbon"; license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "hs-cdb" = callPackage @@ -133699,6 +139382,8 @@ self: { ]; description = "A library for reading CDB (Constant Database) files"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "hs-conllu" = callPackage @@ -133748,6 +139433,8 @@ self: { ]; description = "Dependency Injection library for Haskell"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "hs-dotnet" = callPackage @@ -133760,6 +139447,8 @@ self: { librarySystemDepends = [ ole32 oleaut32 ]; description = "Pragmatic .NET interop for Haskell"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {ole32 = null; oleaut32 = null;}; "hs-duktape" = callPackage @@ -133782,7 +139471,6 @@ self: { ]; description = "Haskell bindings for a very compact embedded ECMAScript (JavaScript) engine"; license = lib.licenses.mit; - hydraPlatforms = lib.platforms.none; }) {}; "hs-excelx" = callPackage @@ -133798,6 +139486,8 @@ self: { ]; description = "HS-Excelx provides basic read-only access to Excel 2007 and 2010 documents in XLSX format"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "hs-ffmpeg" = callPackage @@ -133823,6 +139513,8 @@ self: { librarySystemDepends = [ fltk fltk_images ]; description = "Binding to GUI library FLTK"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {inherit (pkgs) fltk; fltk_images = null;}; "hs-functors" = callPackage @@ -133834,6 +139526,8 @@ self: { libraryHaskellDepends = [ base dual tagged transformers ]; description = "Functors from products of Haskell and its dual to Haskell"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "hs-gchart" = callPackage @@ -133880,6 +139574,8 @@ self: { ]; description = "Haskell wrapper around the GIZA++ toolkit"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "hs-inspector" = callPackage @@ -133903,6 +139599,7 @@ self: { libraryHaskellDepends = [ base hs-functors ]; description = "Indexed applicative functors and monads"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; }) {}; "hs-java" = callPackage @@ -133922,6 +139619,8 @@ self: { ]; description = "Java .class files assembler/disassembler"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "hs-json-rpc" = callPackage @@ -133935,6 +139634,8 @@ self: { ]; description = "JSON-RPC client library"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "hs-logo" = callPackage @@ -133961,6 +139662,8 @@ self: { ]; description = "Logo interpreter written in Haskell"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "hs-mesos" = callPackage @@ -134019,6 +139722,8 @@ self: { executableHaskellDepends = [ base HandsomeSoup hxt random ]; description = "Name generator"; license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "hs-openmoji-data" = callPackage @@ -134033,6 +139738,8 @@ self: { executableHaskellDepends = [ base containers emojis text ]; description = "The OpenMoji emoji dataset"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "hs-opentelemetry-api" = callPackage @@ -134060,6 +139767,8 @@ self: { ]; description = "OpenTelemetry API for use by libraries for direct instrumentation or wrapper packages"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "hs-opentelemetry-exporter-in-memory" = callPackage @@ -134075,6 +139784,7 @@ self: { async base hs-opentelemetry-api unagi-chan ]; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; }) {}; "hs-opentelemetry-exporter-otlp" = callPackage @@ -134099,6 +139809,7 @@ self: { ]; description = "OpenTelemetry exporter supporting the standard OTLP protocol"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; }) {}; "hs-opentelemetry-instrumentation-conduit" = callPackage @@ -134110,6 +139821,7 @@ self: { libraryHaskellDepends = [ base conduit hs-opentelemetry-api text ]; testHaskellDepends = [ base conduit hs-opentelemetry-api text ]; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; }) {}; "hs-opentelemetry-instrumentation-http-client" = callPackage @@ -134133,6 +139845,7 @@ self: { http-client-tls http-conduit http-types text unliftio ]; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; }) {}; "hs-opentelemetry-instrumentation-persistent" = callPackage @@ -134152,6 +139865,7 @@ self: { vault ]; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; }) {}; "hs-opentelemetry-instrumentation-postgresql-simple" = callPackage @@ -134171,6 +139885,7 @@ self: { postgresql-libpq postgresql-simple text unliftio ]; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; }) {}; "hs-opentelemetry-instrumentation-wai" = callPackage @@ -134191,6 +139906,7 @@ self: { ]; description = "WAI instrumentation middleware for OpenTelemetry"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; }) {}; "hs-opentelemetry-instrumentation-yesod" = callPackage @@ -134212,6 +139928,7 @@ self: { ]; description = "Yesod middleware for providing OpenTelemetry instrumentation"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; }) {}; "hs-opentelemetry-otlp" = callPackage @@ -134241,6 +139958,7 @@ self: { ]; description = "Trace propagation via HTTP headers following the w3c tracestate spec"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; }) {}; "hs-opentelemetry-sdk" = callPackage @@ -134268,6 +139986,7 @@ self: { ]; description = "OpenTelemetry SDK for use in applications"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; }) {}; "hs-pattrans" = callPackage @@ -134293,6 +140012,8 @@ self: { testToolDepends = [ hspec-discover ]; description = "DSL for musical patterns and transformation, based on contravariant functors"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "hs-pgms" = callPackage @@ -134312,6 +140033,8 @@ self: { ]; description = "Programmer's Mine Sweeper in Haskell"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "hs-php-session" = callPackage @@ -134336,6 +140059,8 @@ self: { libraryHaskellDepends = [ base data-default-class text ]; description = "Create pkg-config configuration files"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "hs-pkpass" = callPackage @@ -134382,6 +140107,7 @@ self: { libraryHaskellDepends = [ base hs-functors ]; description = "Profunctors from Haskell to Haskell"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; }) {}; "hs-re" = callPackage @@ -134393,6 +140119,8 @@ self: { libraryHaskellDepends = [ array base regex-base regex-posix ]; description = "Easy to use Regex"; license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "hs-rqlite" = callPackage @@ -134409,6 +140137,8 @@ self: { ]; description = "A Haskell client for RQlite"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "hs-rs-notify" = callPackage @@ -134429,6 +140159,8 @@ self: { testHaskellDepends = [ base protolude ]; description = "Experimental! Wraps this awesome rust library so you can use it in haskell. https://docs.rs/crate/notify"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {notifier = null;}; "hs-scrape" = callPackage @@ -134449,6 +140181,8 @@ self: { ]; description = "Simple and easy web scraping and automation in Haskell"; license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "hs-sdl-term-emulator" = callPackage @@ -134502,6 +140236,8 @@ self: { ]; description = "snowtify send your result of `stack build` (`stack test`) to notify-daemon :dog2:"; license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "hs-speedscope" = callPackage @@ -134532,7 +140268,6 @@ self: { testHaskellDepends = [ base hashtables swisstable ]; description = "Data.HashTable.Class instance definition for Data.HashTable.ST.Swiss"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; }) {}; "hs-tags" = callPackage @@ -134551,6 +140286,8 @@ self: { ]; description = "Create tag files (ctags and etags) for Haskell code"; license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "hs-term-emulator" = callPackage @@ -134572,6 +140309,8 @@ self: { benchmarkHaskellDepends = [ base criterion ]; description = "Terminal Emulator written in 100% Haskell"; license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "hs-twitter" = callPackage @@ -134589,6 +140328,8 @@ self: { ]; description = "Haskell binding to the Twitter API"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "hs-twitterarchiver" = callPackage @@ -134603,6 +140344,8 @@ self: { executableHaskellDepends = [ base HTTP json mtl network pretty ]; description = "Commandline Twitter feed archiver"; license = "GPL"; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "hs-vcard" = callPackage @@ -134614,6 +140357,8 @@ self: { libraryHaskellDepends = [ base old-locale time ]; description = "Implements the RFC 2426 vCard 3.0 spec"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "hs-watchman" = callPackage @@ -134633,6 +140378,8 @@ self: { ]; description = "Client library for Facebook's Watchman tool"; license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "hs-zstd" = callPackage @@ -134719,6 +140466,8 @@ self: { ]; description = "Haskell to Brainfuck compiler"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "hs2dot" = callPackage @@ -134749,6 +140498,8 @@ self: { testHaskellDepends = [ base hspec template-haskell ]; description = "Translate Haskell types to PureScript"; license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "hsConfigure" = callPackage @@ -134773,6 +140524,8 @@ self: { libraryHaskellDepends = [ base bytestring unix ]; description = "I2C access for Haskell and Linux"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "hsPID" = callPackage @@ -134801,6 +140554,8 @@ self: { ]; description = "Sqlite3 bindings"; license = "LGPL"; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "hsXenCtrl" = callPackage @@ -134813,6 +140568,8 @@ self: { librarySystemDepends = [ xenctrl ]; description = "FFI bindings to the Xen Control library"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {xenctrl = null;}; "hsakamai" = callPackage @@ -134872,6 +140629,8 @@ self: { ]; description = "OASIS Security Assertion Markup Language (SAML) V2.0"; license = lib.licenses.asl20; + hydraPlatforms = lib.platforms.none; + broken = true; }) {inherit (pkgs) libxml2;}; "hsass" = callPackage @@ -134927,6 +140686,8 @@ self: { executableHaskellDepends = [ base Hclip HTTP process unix ]; description = "(ab)Use Google Translate as a speech synthesiser"; license = lib.licenses.gpl3Only; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "hsb2hs" = callPackage @@ -134976,6 +140737,8 @@ self: { executableHaskellDepends = [ attoparsec base text vector ]; description = "A command line calculator"; license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "hsbencher" = callPackage @@ -134998,6 +140761,8 @@ self: { ]; description = "Launch and gather data from Haskell and non-Haskell benchmarks"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "hsbencher-codespeed" = callPackage @@ -135110,7 +140875,6 @@ self: { libraryHaskellDepends = [ base cairo gtk hosc hsc3 split ]; description = "haskell supercollider cairo drawing"; license = "GPL"; - hydraPlatforms = lib.platforms.none; }) {}; "hsc3-data" = callPackage @@ -135141,7 +140905,6 @@ self: { libraryHaskellDepends = [ base hsc3 safe ]; description = "Haskell SuperCollider Unit Generator Database"; license = "GPL"; - hydraPlatforms = lib.platforms.none; }) {}; "hsc3-dot" = callPackage @@ -135154,7 +140917,6 @@ self: { libraryHaskellDepends = [ base directory filepath hsc3 process ]; description = "haskell supercollider graph drawing"; license = "GPL"; - hydraPlatforms = lib.platforms.none; }) {}; "hsc3-forth" = callPackage @@ -135174,7 +140936,6 @@ self: { ]; description = "FORTH SUPERCOLLIDER"; license = "GPL"; - hydraPlatforms = lib.platforms.none; }) {}; "hsc3-graphs" = callPackage @@ -135220,7 +140981,6 @@ self: { ]; description = "Haskell SuperCollider Language"; license = "GPL"; - hydraPlatforms = lib.platforms.none; }) {}; "hsc3-lisp" = callPackage @@ -135240,7 +141000,6 @@ self: { ]; description = "LISP SUPERCOLLIDER"; license = "GPL"; - hydraPlatforms = lib.platforms.none; }) {}; "hsc3-plot" = callPackage @@ -135258,7 +141017,6 @@ self: { ]; description = "Haskell SuperCollider Plotting"; license = "GPL"; - hydraPlatforms = lib.platforms.none; }) {}; "hsc3-process" = callPackage @@ -135278,7 +141036,6 @@ self: { ]; description = "Create and control scsynth processes"; license = "GPL"; - hydraPlatforms = lib.platforms.none; }) {}; "hsc3-rec" = callPackage @@ -135291,7 +141048,6 @@ self: { libraryHaskellDepends = [ base hsc3 ]; description = "Haskell SuperCollider Record Variants"; license = "GPL"; - hydraPlatforms = lib.platforms.none; }) {}; "hsc3-rw" = callPackage @@ -135309,6 +141065,8 @@ self: { ]; description = "hsc3 re-writing"; license = "GPL"; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "hsc3-server" = callPackage @@ -135348,6 +141106,8 @@ self: { libraryHaskellDepends = [ base bytestring hosc ]; description = "Haskell SuperCollider SoundFile"; license = "GPL"; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "hsc3-sf-hsndfile" = callPackage @@ -135377,7 +141137,6 @@ self: { libraryHaskellDepends = [ base hsc3 ]; description = "Unsafe Haskell SuperCollider"; license = "GPL"; - hydraPlatforms = lib.platforms.none; }) {}; "hsc3-utils" = callPackage @@ -135426,6 +141185,8 @@ self: { ]; description = "Very simple file/directory structure scaffolding writer monad EDSL"; license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "hscamwire" = callPackage @@ -135440,6 +141201,8 @@ self: { librarySystemDepends = [ camwire_1394 dc1394_control raw1394 ]; description = "Haskell bindings to IIDC1394 cameras, via Camwire"; license = "LGPL"; + hydraPlatforms = lib.platforms.none; + broken = true; }) {camwire_1394 = null; dc1394_control = null; raw1394 = null;}; "hscassandra" = callPackage @@ -135471,6 +141234,8 @@ self: { executableHaskellDepends = [ aeson base bytestring ghc-prim HTTP ]; description = "Command line client and library for SoundCloud.com"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "hscdio" = callPackage @@ -135495,6 +141260,8 @@ self: { ]; description = "Haskell bindings to the libcdio disc-reading library"; license = lib.licenses.gpl3Plus; + hydraPlatforms = lib.platforms.none; + broken = true; }) {cdio = null;}; "hscharm" = callPackage @@ -135526,6 +141293,8 @@ self: { ]; description = "Describe schemas for your Haskell data types"; license = lib.licenses.lgpl3Only; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "hschema-aeson" = callPackage @@ -135555,6 +141324,7 @@ self: { ]; description = "Describe schemas for your Haskell data types"; license = lib.licenses.lgpl3Only; + hydraPlatforms = lib.platforms.none; }) {}; "hschema-prettyprinter" = callPackage @@ -135573,6 +141343,7 @@ self: { ]; description = "Describe schemas for your Haskell data types"; license = lib.licenses.lgpl3Only; + hydraPlatforms = lib.platforms.none; }) {}; "hschema-quickcheck" = callPackage @@ -135590,6 +141361,7 @@ self: { ]; description = "Describe schemas for your Haskell data types"; license = lib.licenses.lgpl3Only; + hydraPlatforms = lib.platforms.none; }) {}; "hscim" = callPackage @@ -135638,6 +141410,8 @@ self: { testToolDepends = [ hspec-discover ]; description = "hscim json schema and server implementation"; license = lib.licenses.agpl3Only; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "hsclock" = callPackage @@ -135651,6 +141425,8 @@ self: { executableHaskellDepends = [ base cairo glib gtk old-time ]; description = "An elegant analog clock using Haskell, GTK and Cairo"; license = "GPL"; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "hscolour" = callPackage @@ -135723,6 +141499,8 @@ self: { testHaskellDepends = [ base containers text ]; description = "Collision-resistant IDs"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "hscurses" = callPackage @@ -135809,6 +141587,8 @@ self: { libraryHaskellDepends = [ base bytestring hosc ]; description = "Haskell SDIF"; license = "GPL"; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "hsdip" = callPackage @@ -135823,6 +141603,8 @@ self: { libraryHaskellDepends = [ base cairo containers HUnit parsec ]; description = "hsdip - a Diplomacy parser/renderer"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "hsdns" = callPackage @@ -135855,6 +141637,8 @@ self: { ]; description = "Caching asynchronous DNS resolver"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "hse-cpp" = callPackage @@ -135883,6 +141667,8 @@ self: { ]; description = "Haskell eBay SDK"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "hsemail" = callPackage @@ -135946,6 +141732,8 @@ self: { ]; description = "Virtual Haskell Environment builder"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "hserv" = callPackage @@ -135971,7 +141759,6 @@ self: { testHaskellDepends = [ base HUnit tagged ]; description = "Primitive list with elements of unique types"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; }) {}; "hsexif" = callPackage @@ -136017,6 +141804,8 @@ self: { ]; description = "Incremental builder for flash"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "hsfilt" = callPackage @@ -136030,6 +141819,8 @@ self: { executableHaskellDepends = [ base ghc ]; description = "Z-decoder"; license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "hsforce" = callPackage @@ -136053,6 +141844,8 @@ self: { ]; description = "Salesforce API Client"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "hsgnutls" = callPackage @@ -136065,6 +141858,8 @@ self: { librarySystemDepends = [ gcrypt gnutls ]; description = "Library wrapping the GnuTLS API"; license = "LGPL"; + hydraPlatforms = lib.platforms.none; + broken = true; }) {gcrypt = null; inherit (pkgs) gnutls;}; "hsgnutls-yj" = callPackage @@ -136077,6 +141872,8 @@ self: { librarySystemDepends = [ gcrypt gnutls ]; description = "Library wrapping the GnuTLS API"; license = "LGPL"; + hydraPlatforms = lib.platforms.none; + broken = true; }) {gcrypt = null; inherit (pkgs) gnutls;}; "hsgsom" = callPackage @@ -136089,6 +141886,8 @@ self: { libraryHaskellDepends = [ base containers random stm time ]; description = "An implementation of the GSOM clustering algorithm"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "hsgtd" = callPackage @@ -136180,6 +141979,8 @@ self: { doHaddock = false; description = "Extend the import list of a Haskell source file"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "hsini" = callPackage @@ -136199,6 +142000,8 @@ self: { ]; description = "ini configuration files"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "hsinspect" = callPackage @@ -136221,6 +142024,8 @@ self: { ]; description = "Inspect Haskell source files"; license = lib.licenses.gpl3Plus; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "hsinspect-lsp" = callPackage @@ -136251,6 +142056,7 @@ self: { testToolDepends = [ hspec-discover ]; description = "LSP interface over the hsinspect binary"; license = lib.licenses.gpl3Plus; + hydraPlatforms = lib.platforms.none; }) {}; "hsinstall" = callPackage @@ -136283,6 +142089,8 @@ self: { libraryHaskellDepends = [ base Cabal ]; description = "Skeleton for new Haskell programs"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "hslackbuilder" = callPackage @@ -136298,6 +142106,8 @@ self: { ]; description = "HSlackBuilder automatically generates slackBuild scripts from a cabal package"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "hslibsvm" = callPackage @@ -136311,6 +142121,8 @@ self: { librarySystemDepends = [ svm ]; description = "A FFI binding to libsvm"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {svm = null;}; "hslinks" = callPackage @@ -136327,6 +142139,8 @@ self: { ]; description = "Resolves links to Haskell identifiers"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "hslogger" = callPackage @@ -136364,6 +142178,8 @@ self: { ]; description = "Parsing hslogger-produced logs"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "hslogger-template" = callPackage @@ -136375,6 +142191,8 @@ self: { libraryHaskellDepends = [ base hslogger mtl template-haskell ]; description = "Automatic generation of hslogger functions"; license = lib.licenses.publicDomain; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "hslogger4j" = callPackage @@ -136853,6 +142671,8 @@ self: { testHaskellDepends = [ aeson base bytestring colour containers ]; description = "HSLuv conversion utility"; license = lib.licenses.gpl3Only; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "hsmagick" = callPackage @@ -136874,6 +142694,8 @@ self: { libraryPkgconfigDepends = [ freetype GraphicsMagick lcms libxml2 ]; description = "FFI bindings for the GraphicsMagick library"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {GraphicsMagick = null; inherit (pkgs) bzip2; inherit (pkgs) freetype; inherit (pkgs) jasper; inherit (pkgs) lcms; inherit (pkgs) libjpeg; @@ -136911,6 +142733,8 @@ self: { ]; description = "Tool for generating .dir-locals.el for intero"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "hsmtpclient" = callPackage @@ -136922,6 +142746,8 @@ self: { libraryHaskellDepends = [ array base directory network old-time ]; description = "Simple SMTP Client"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "hsndfile" = callPackage @@ -136978,6 +142804,8 @@ self: { ]; description = "Nock 5K interpreter"; license = lib.licenses.publicDomain; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "hsnoise" = callPackage @@ -137002,6 +142830,8 @@ self: { executableHaskellDepends = [ base network pcap ]; description = "a miniature network sniffer"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "hsnsq" = callPackage @@ -137020,6 +142850,7 @@ self: { ]; description = "Haskell NSQ client"; license = lib.licenses.asl20; + hydraPlatforms = lib.platforms.none; }) {}; "hsntp" = callPackage @@ -137036,6 +142867,8 @@ self: { executableHaskellDepends = [ unix ]; description = "Libraries to use SNTP protocol and small client/server implementations"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "hsoptions" = callPackage @@ -137060,6 +142893,8 @@ self: { ]; description = "Haskell library that supports command-line flag processing"; license = lib.licenses.asl20; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "hsoz" = callPackage @@ -137098,6 +142933,8 @@ self: { ]; description = "Iron, Hawk, Oz: Web auth protocols"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "hsp" = callPackage @@ -137120,6 +142957,7 @@ self: { libraryHaskellDepends = [ base containers harp hsp network ]; description = "Facilitates running Haskell Server Pages web pages as CGI programs"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; }) {}; "hsparklines" = callPackage @@ -137153,6 +142991,8 @@ self: { ]; description = "A SPARQL query generator and DSL, and a client to query a SPARQL server"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "hspear" = callPackage @@ -137168,6 +143008,8 @@ self: { ]; description = "Haskell Spear Parser"; license = "GPL"; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "hspec" = callPackage @@ -137443,6 +143285,8 @@ self: { testHaskellDepends = [ base hspec ]; description = "An hspec expectation that asserts a value matches a pattern"; license = lib.licenses.isc; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "hspec-expectations-pretty" = callPackage @@ -137475,7 +143319,6 @@ self: { testHaskellDepends = [ aeson base hspec HUnit text ]; description = "Catchy combinators for HUnit"; license = lib.licenses.mit; - hydraPlatforms = lib.platforms.none; }) {}; "hspec-experimental" = callPackage @@ -137488,6 +143331,8 @@ self: { testHaskellDepends = [ base hspec-meta ]; description = "An experimental DSL for testing on top of Hspec"; license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "hspec-golden" = callPackage @@ -137571,6 +143416,8 @@ self: { libraryHaskellDepends = [ base blaze-markup hspec ]; description = "Jenkins-friendly XML formatter for Hspec"; license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "hspec-junit-formatter" = callPackage @@ -137593,6 +143440,8 @@ self: { testToolDepends = [ markdown-unlit ]; description = "A JUnit XML runner/formatter for hspec"; license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "hspec-junit-formatter_1_1_0_1" = callPackage @@ -137616,6 +143465,7 @@ self: { description = "A JUnit XML runner/formatter for hspec"; license = lib.licenses.mit; hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "hspec-laws" = callPackage @@ -137723,6 +143573,8 @@ self: { ]; description = "Orphan instances of MonadBase and MonadBaseControl for SpecM"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "hspec-multicheck" = callPackage @@ -137864,6 +143716,8 @@ self: { testHaskellDepends = [ base hspec mtl stm ]; description = "Find slow test cases"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "hspec-smallcheck" = callPackage @@ -137906,6 +143760,8 @@ self: { ]; description = "A library for testing with Hspec and the Snap Web Framework"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "hspec-stack-rerun" = callPackage @@ -137927,6 +143783,8 @@ self: { sha256 = "008gm0qvhvp6z6a9sq5vpljqb90258apd83rkzy47k3bczy1sgmj"; libraryHaskellDepends = [ base hspec ]; license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "hspec-tables" = callPackage @@ -137941,6 +143799,8 @@ self: { testHaskellDepends = [ base hspec hspec-core ]; description = "Table-driven (by-example) HSpec tests"; license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "hspec-test-framework" = callPackage @@ -137984,7 +143844,6 @@ self: { testHaskellDepends = [ base hspec test-sandbox ]; description = "Hspec convenience functions for use with test-sandbox"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; }) {}; "hspec-tmp-proc" = callPackage @@ -138036,6 +143895,8 @@ self: { testHaskellDepends = [ base hspec hspec-wai ]; description = "Testing JSON APIs with hspec-wai"; license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "hspec-webdriver" = callPackage @@ -138053,6 +143914,7 @@ self: { ]; description = "Write end2end web application tests using webdriver and hspec"; license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; }) {}; "hspec2" = callPackage @@ -138066,6 +143928,8 @@ self: { libraryHaskellDepends = [ base hspec hspec-discover ]; description = "Alpha version of Hspec 2.0"; license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "hspecVariant" = callPackage @@ -138078,7 +143942,6 @@ self: { testHaskellDepends = [ base hspec QuickCheck QuickCheckVariant ]; description = "Spec for testing properties"; license = lib.licenses.gpl3Only; - hydraPlatforms = lib.platforms.none; }) {}; "hspkcs11" = callPackage @@ -138097,6 +143960,8 @@ self: { ]; description = "Wrapper for PKCS #11 interface"; license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "hspr-sh" = callPackage @@ -138123,6 +143988,8 @@ self: { ]; description = "A client library for the spread toolkit"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "hspresent" = callPackage @@ -138137,6 +144004,8 @@ self: { doHaddock = false; description = "A terminal presentation tool"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "hspretty" = callPackage @@ -138158,6 +144027,8 @@ self: { testHaskellDepends = [ base doctest ]; description = "My opinionated Haskell project formatter"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "hsprocess" = callPackage @@ -138195,6 +144066,8 @@ self: { libraryHaskellDepends = [ base old-time ]; description = "Database access from Haskell"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "hsql-mysql" = callPackage @@ -138427,6 +144300,8 @@ self: { ]; description = "RELP (Reliable Event Logging Protocol) server implementation"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "hsseccomp" = callPackage @@ -138440,6 +144315,8 @@ self: { testHaskellDepends = [ base tasty tasty-hunit unix ]; description = "Haskell bindings to libseccomp"; license = "LGPL"; + hydraPlatforms = lib.platforms.none; + broken = true; }) {seccomp = null;}; "hssh" = callPackage @@ -138511,6 +144388,8 @@ self: { ]; description = "SQL parser and type checker"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "hssqlppp-th" = callPackage @@ -138579,6 +144458,8 @@ self: { libraryHaskellDepends = [ base ]; description = "Statistical Computing in Haskell"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "hstatsd" = callPackage @@ -138590,6 +144471,8 @@ self: { libraryHaskellDepends = [ base bytestring mtl network text ]; description = "Quick and dirty statsd interface"; license = lib.licenses.publicDomain; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "hstest" = callPackage @@ -138607,6 +144490,8 @@ self: { ]; description = "Runs tests via QuickCheck1 and HUnit; like quickCheck-script but uses GHC api"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "hstidy" = callPackage @@ -138620,6 +144505,8 @@ self: { executableHaskellDepends = [ base haskell-src-exts ]; description = "Takes haskell source on stdin, parses it, then prettyprints it to stdout"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "hstorchat" = callPackage @@ -138719,6 +144606,8 @@ self: { ]; description = "Checks Haskell source code for style compliance"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "hstzaar" = callPackage @@ -138739,7 +144628,6 @@ self: { ]; description = "A two player abstract strategy game"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; }) {}; "hsubconvert" = callPackage @@ -138790,6 +144678,8 @@ self: { ]; description = "Sudoku game with a GTK3 interface"; license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "hsverilog" = callPackage @@ -138838,6 +144728,8 @@ self: { libraryHaskellDepends = [ base haskell-src-exts mtl utf8-string ]; description = "HSX (Haskell Source with XML) allows literal XML syntax in Haskell source code"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "hsx-jmacro" = callPackage @@ -138886,6 +144778,8 @@ self: { ]; description = "HSX (Haskell Source with XML) allows literal XML syntax in Haskell source code"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "hsyscall" = callPackage @@ -138897,6 +144791,8 @@ self: { libraryHaskellDepends = [ base ]; description = "FFI to syscalls"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "hsyslog" = callPackage @@ -138928,6 +144824,8 @@ self: { ]; description = "syslog over TCP"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "hsyslog-udp" = callPackage @@ -138956,6 +144854,8 @@ self: { librarySystemDepends = [ com_err zephyr ]; description = "Simple libzephyr bindings"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {com_err = null; zephyr = null;}; "htaglib" = callPackage @@ -139033,6 +144933,8 @@ self: { ]; description = "Command-line tar archive utility"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "htaut" = callPackage @@ -139060,6 +144962,8 @@ self: { ]; description = "Beginner friendly graphics library"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "htestu" = callPackage @@ -139075,6 +144979,8 @@ self: { executableHaskellDepends = [ base ]; description = "A library for testing correctness of pseudo random number generators in Haskell"; license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; + broken = true; }) {inherit (pkgs) gcc;}; "htiled" = callPackage @@ -139091,6 +144997,8 @@ self: { ]; description = "Import from the Tiled map editor"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "htime" = callPackage @@ -139131,6 +145039,8 @@ self: { libraryHaskellDepends = [ base containers ]; description = "Heterogenous Set"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "html" = callPackage @@ -139166,6 +145076,8 @@ self: { ]; description = "Determine character encoding of HTML documents/fragments"; license = lib.licenses.lgpl21Only; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "html-conduit" = callPackage @@ -139263,6 +145175,7 @@ self: { libraryHaskellDepends = [ base hxt kure ]; description = "HTML rewrite engine, using KURE"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; }) {}; "html-minimalist" = callPackage @@ -139301,6 +145214,8 @@ self: { ]; description = "A high-performance HTML tokenizer"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "html-presentation-text" = callPackage @@ -139314,6 +145229,7 @@ self: { executableHaskellDepends = [ base cli-arguments lists-flines ]; description = "Simple tool to create html presentation for text"; license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; }) {}; "html-rules" = callPackage @@ -139325,6 +145241,8 @@ self: { libraryHaskellDepends = [ base lens mtl tagsoup transformers ]; description = "Perform traversals of HTML structures using sets of rules"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "html-tokenizer" = callPackage @@ -139347,6 +145265,8 @@ self: { ]; description = "An \"attoparsec\"-based HTML tokenizer"; license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "html-truncate" = callPackage @@ -139470,6 +145390,8 @@ self: { ]; description = "Parser for TOML files"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "htoml-megaparsec" = callPackage @@ -139496,6 +145418,8 @@ self: { doHaddock = false; description = "Parser for TOML files"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "htrace" = callPackage @@ -139543,6 +145467,8 @@ self: { ]; description = "Parse XML files from The Sports Network feed"; license = lib.licenses.gpl3Only; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "htsn-common" = callPackage @@ -139585,6 +145511,7 @@ self: { ]; description = "Import XML files from The Sports Network into an RDBMS"; license = lib.licenses.gpl3Only; + hydraPlatforms = lib.platforms.none; }) {}; "htssets" = callPackage @@ -139596,6 +145523,8 @@ self: { libraryHaskellDepends = [ base containers ]; description = "Heterogenous Sets"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "http-accept" = callPackage @@ -139665,6 +145594,8 @@ self: { libraryHaskellDepends = [ attoparsec base bytestring http-types ]; description = "Attoparsec parsers for http-types"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "http-client" = callPackage @@ -139761,6 +145692,8 @@ self: { ]; description = "Optics for http-client"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "http-client-multipart" = callPackage @@ -139832,6 +145765,8 @@ self: { ]; description = "Convenient monadic HTTP request modifiers"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "http-client-restricted" = callPackage @@ -139880,6 +145815,8 @@ self: { ]; description = "A simple abstraction over the \"http-client\" connection manager"; license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "http-client-streams" = callPackage @@ -139896,6 +145833,8 @@ self: { ]; description = "http-client for io-streams supporting openssl"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "http-client-tls" = callPackage @@ -139938,6 +145877,8 @@ self: { ]; description = "Glue code for http-client and websockets"; license = lib.licenses.cc0; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "http-common" = callPackage @@ -140009,6 +145950,8 @@ self: { ]; description = "Browser interface to the http-conduit package"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "http-conduit-downloader" = callPackage @@ -140026,6 +145969,8 @@ self: { ]; description = "HTTP downloader tailored for web-crawler needs"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "http-date" = callPackage @@ -140060,6 +146005,8 @@ self: { testHaskellDepends = [ base hspec text ]; description = "http directory listing library"; license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "http-dispatch" = callPackage @@ -140077,6 +146024,8 @@ self: { testHaskellDepends = [ aeson base hspec ]; description = "High level HTTP client for Haskell"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "http-download" = callPackage @@ -140156,6 +146105,8 @@ self: { libraryHaskellDepends = [ attoparsec base bytestring ]; description = "Attoparsec-based parsers for the RFC-2616 HTTP grammar rules"; license = lib.licenses.asl20; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "http-io-streams" = callPackage @@ -140179,7 +146130,6 @@ self: { ]; description = "HTTP and WebSocket client based on io-streams"; license = "BSD-3-Clause AND GPL-2.0-or-later"; - hydraPlatforms = lib.platforms.none; }) {}; "http-kinder" = callPackage @@ -140202,6 +146152,8 @@ self: { ]; description = "Generic kinds and types for working with HTTP"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "http-kit" = callPackage @@ -140261,6 +146213,8 @@ self: { ]; description = "Listen to HTTP requests and handle them in arbitrary ways"; license = lib.licenses.publicDomain; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "http-media" = callPackage @@ -140318,6 +146272,8 @@ self: { ]; description = "Monad abstraction for HTTP allowing lazy transfer and non-I/O simulation"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "http-pony" = callPackage @@ -140334,6 +146290,7 @@ self: { ]; description = "A type unsafe http library"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; }) {}; "http-pony-serve-wai" = callPackage @@ -140353,6 +146310,8 @@ self: { ]; description = "Serve a WAI application with http-pony"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "http-pony-transformer-case-insensitive" = callPackage @@ -140423,6 +146382,8 @@ self: { ]; description = "A library for writing HTTP and HTTPS proxies"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "http-query" = callPackage @@ -140454,6 +146415,8 @@ self: { ]; description = "The HTTP query builder"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "http-response-decoder" = callPackage @@ -140473,6 +146436,8 @@ self: { ]; description = "Declarative DSL for parsing an HTTP response"; license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "http-reverse-proxy" = callPackage @@ -140517,6 +146482,8 @@ self: { ]; description = "RFC7807 style response messages"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "http-server" = callPackage @@ -140532,6 +146499,8 @@ self: { ]; description = "A library for writing Haskell web servers"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "http-shed" = callPackage @@ -140545,6 +146514,8 @@ self: { libraryHaskellDepends = [ base network ]; description = "A simple websever with an interact style API"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "http-streams" = callPackage @@ -140641,6 +146612,8 @@ self: { libraryHaskellDepends = [ base failure process transformers ]; description = "Provide a simple HTTP client interface by wrapping the wget command line tool. (deprecated)"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "http2" = callPackage @@ -140693,6 +146666,8 @@ self: { testHaskellDepends = [ base ]; description = "A native HTTP2 client library"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "http2-client-exe" = callPackage @@ -140749,6 +146724,8 @@ self: { ]; description = "Encoders based on `proto-lens` for gRPC over HTTP2"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "http2-grpc-proto3-wire" = callPackage @@ -140767,6 +146744,7 @@ self: { ]; description = "Encoders based on `proto3-wire` for gRPC over HTTP2"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; }) {}; "http2-grpc-types" = callPackage @@ -140891,6 +146869,8 @@ self: { executableHaskellDepends = [ alsa-pcm base carray fft gloss ]; description = "harmonic analyser and tuner for musical instruments"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "htvm" = callPackage @@ -140918,6 +146898,8 @@ self: { testSystemDepends = [ tvm_runtime ]; description = "Bindings for TVM machine learning framework"; license = lib.licenses.gpl3Only; + hydraPlatforms = lib.platforms.none; + broken = true; }) {tvm_runtime = null;}; "htzaar" = callPackage @@ -140931,6 +146913,8 @@ self: { executableHaskellDepends = [ base OpenGL random SDL ]; description = "A two player abstract strategy game"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "hub" = callPackage @@ -141006,6 +146990,8 @@ self: { ]; description = "huck"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "huckleberry" = callPackage @@ -141037,6 +147023,8 @@ self: { executableHaskellDepends = [ base ]; description = "A fast-foward-based planner"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "huffman" = callPackage @@ -141048,6 +147036,8 @@ self: { libraryHaskellDepends = [ base containers fingertree ]; description = "Pure Haskell implementation of the Huffman encoding algorithm"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "hugs2yc" = callPackage @@ -141125,6 +147115,8 @@ self: { ]; description = "A TUI MPD client, inspired by ncmpcpp"; license = lib.licenses.gpl2Plus; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "human-parse" = callPackage @@ -141136,6 +147128,8 @@ self: { libraryHaskellDepends = [ base text ]; description = "A lawless typeclass for parsing text entered by humans"; license = lib.licenses.asl20; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "human-readable-duration" = callPackage @@ -141160,6 +147154,8 @@ self: { libraryHaskellDepends = [ base text ]; description = "A lawless typeclass for converting values to human-friendly text"; license = lib.licenses.asl20; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "humble-prelude" = callPackage @@ -141171,6 +147167,8 @@ self: { libraryHaskellDepends = [ base bytestring deepseq ghc text ]; description = "Redefinition-free prelude alternative"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "hums" = callPackage @@ -141195,6 +147193,8 @@ self: { ]; description = "Haskell UPnP Media Server"; license = "GPL"; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "hunch" = callPackage @@ -141217,6 +147217,8 @@ self: { ]; description = "CSS-like syntax for file system manipulation"; license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "hunit-dejafu" = callPackage @@ -141267,6 +147269,8 @@ self: { testHaskellDepends = [ base hspec HUnit rematch ]; description = "HUnit support for rematch"; license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "hunp" = callPackage @@ -141302,6 +147306,8 @@ self: { benchmarkPkgconfigDepends = [ hunspell ]; description = "Hunspell thread-safe FFI bindings for spell checking"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {inherit (pkgs) hunspell;}; "hunt-searchengine" = callPackage @@ -141413,6 +147419,8 @@ self: { ]; description = "Upload packages and/or documentation to a hackage server"; license = lib.licenses.bsd2; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "hurdle" = callPackage @@ -141471,6 +147479,8 @@ self: { ]; description = "Haskell bindings for Hurriyet API"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "husk-scheme" = callPackage @@ -141527,6 +147537,8 @@ self: { ]; description = "A simple command line calculator"; license = "GPL"; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "hutton" = callPackage @@ -141547,6 +147559,8 @@ self: { ]; description = "A program for the button on Reddit"; license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "huttons-razor" = callPackage @@ -141560,6 +147574,8 @@ self: { executableHaskellDepends = [ base parsec parsec-numbers ]; description = "Quick implemention of Hutton's Razor"; license = lib.licenses.bsd2; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "huzzy" = callPackage @@ -141633,6 +147649,8 @@ self: { testToolDepends = [ doctest-discover hspec-discover ]; description = "Convenience functions for Aeson"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "hw-all" = callPackage @@ -141677,6 +147695,7 @@ self: { testHaskellDepends = [ base ]; description = "AWS SQS conduit"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; }) {}; "hw-balancedparens" = callPackage @@ -141822,6 +147841,8 @@ self: { doHaddock = false; description = "CI Assistant for Haskell projects"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "hw-conduit" = callPackage @@ -141849,6 +147870,8 @@ self: { ]; description = "Conduits for tokenizing streams"; license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "hw-conduit-merges" = callPackage @@ -141922,7 +147945,6 @@ self: { ]; description = "Unbelievably fast streaming DSV file parser"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; }) {}; "hw-dump" = callPackage @@ -142083,6 +148105,8 @@ self: { testToolDepends = [ doctest-discover hspec-discover ]; description = "Generic strict finger-tree structure"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "hw-hedgehog" = callPackage @@ -142354,7 +148378,6 @@ self: { ]; description = "Memory efficient JSON parser"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; }) {}; "hw-json-standard-cursor" = callPackage @@ -142394,7 +148417,6 @@ self: { ]; description = "Memory efficient JSON parser"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; }) {}; "hw-kafka-avro" = callPackage @@ -142520,6 +148542,8 @@ self: { testToolDepends = [ doctest-discover hspec-discover ]; description = "Monadic query DSL"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "hw-packed-vector" = callPackage @@ -142622,6 +148646,8 @@ self: { testToolDepends = [ hspec-discover ]; description = "Primitive functions and data types"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "hw-prim" = callPackage @@ -142833,7 +148859,6 @@ self: { testToolDepends = [ doctest-discover ]; description = "SIMD library"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; }) {}; "hw-streams" = callPackage @@ -142864,6 +148889,8 @@ self: { ]; description = "Primitive functions and data types"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "hw-string-parse" = callPackage @@ -143043,6 +149070,8 @@ self: { ]; description = "Initial version of firewall Authentication for IITK network"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "hweblib" = callPackage @@ -143065,6 +149094,8 @@ self: { ]; description = "Haskell Web Library"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "hwhile" = callPackage @@ -143085,6 +149116,8 @@ self: { testHaskellDepends = [ array base Cabal containers mtl ]; description = "An implementation of Neil D. Jones' While language"; license = lib.licenses.gpl3Only; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "hwk" = callPackage @@ -143124,6 +149157,8 @@ self: { ]; description = "A reliable at-least-once job queue built on top of redis"; license = lib.licenses.isc; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "hworker-ses" = callPackage @@ -143212,6 +149247,8 @@ self: { ]; description = "Hashing with SL2"; license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "hwsl2-bytevector" = callPackage @@ -143249,6 +149286,8 @@ self: { libraryHaskellDepends = [ base ]; description = "Haskell extras (missing utility functions)"; license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "hxmppc" = callPackage @@ -143267,7 +149306,6 @@ self: { ]; description = "Haskell XMPP (Jabber Client) Command Line Interface (CLI)"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; }) {}; "hxournal" = callPackage @@ -143345,6 +149383,8 @@ self: { ]; description = "Cache for HXT XML Documents and other binary data"; license = "unknown"; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "hxt-charproperties" = callPackage @@ -143447,6 +149487,8 @@ self: { libraryHaskellDepends = [ base hxt mtl ]; description = "Utility functions for using HXT picklers"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "hxt-regex-xmlschema" = callPackage @@ -143595,6 +149637,8 @@ self: { ]; description = "Literate-style Documentation Generator"; license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "hybrid" = callPackage @@ -143640,6 +149684,8 @@ self: { testHaskellDepends = [ base ]; description = "Haskell binding to the Sixense SDK for the Razer Hydra"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {sixense_x64 = null;}; "hydra-print" = callPackage @@ -143671,6 +149717,7 @@ self: { ]; description = "NCurses interface to view multiple ByteString streams in parallel"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; }) {}; "hydrogen" = callPackage @@ -143687,6 +149734,8 @@ self: { testHaskellDepends = [ base Cabal containers mtl QuickCheck ]; description = "An alternate Prelude"; license = lib.licenses.gpl3Only; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "hydrogen-cli" = callPackage @@ -143747,6 +149796,8 @@ self: { libraryHaskellDepends = [ base containers ghc-prim ]; description = "Hydrogen Multimap"; license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "hydrogen-parsing" = callPackage @@ -143875,6 +149926,8 @@ self: { ]; description = "WebGL live-coding environment for writing shaders with Hylogen"; license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "hylogen" = callPackage @@ -143901,6 +149954,8 @@ self: { ]; description = "Tools for hybrid logics related programs"; license = "GPL"; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "hylotab" = callPackage @@ -143977,6 +150032,8 @@ self: { ]; description = "Server back-end for the HyperHaskell graphical Haskell interpreter"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "hyperdrive" = callPackage @@ -143995,6 +150052,8 @@ self: { ]; description = "a fast, trustworthy HTTP(s) server built"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "hyperfunctions" = callPackage @@ -144010,6 +150069,8 @@ self: { ]; description = "Hyperfunctions"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "hypergeometric" = callPackage @@ -144048,6 +150109,8 @@ self: { ]; description = "Reliable performance measurement with robust data export"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "hyperloglog" = callPackage @@ -144082,6 +150145,8 @@ self: { testHaskellDepends = [ base HUnit semigroups tasty tasty-hunit ]; description = "Approximate cardinality estimation using constant space"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "hyperpublic" = callPackage @@ -144113,6 +150178,8 @@ self: { testHaskellDepends = [ base megaparsec text ]; description = "A parser for the _hyperscript programming language"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "hypertypes" = callPackage @@ -144201,6 +150268,8 @@ self: { ]; description = "A Haskell neo4j client"; license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "hyraxAbif" = callPackage @@ -144226,6 +150295,8 @@ self: { ]; description = "Modules for parsing, generating and manipulating AB1 files"; license = "(BSD-3-Clause OR Apache-2.0)"; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "hz3" = callPackage @@ -144331,6 +150402,8 @@ self: { ]; description = "A haskell wrapper for the Zulip API"; license = lib.licenses.gpl2Only; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "i18n" = callPackage @@ -144351,6 +150424,8 @@ self: { ]; description = "Internationalization for Haskell"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "i3blocks-hs-contrib" = callPackage @@ -144370,6 +150445,8 @@ self: { ]; description = "Base i3blocks written in haskell"; license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "i3ipc" = callPackage @@ -144387,6 +150464,8 @@ self: { testHaskellDepends = [ aeson base bytestring hspec ]; description = "A type-safe wrapper around i3's IPC"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "iCalendar" = callPackage @@ -144434,6 +150513,8 @@ self: { ]; description = "A simple wrapper of In-App-Purchase receipt validate APIs"; license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "ib-api" = callPackage @@ -144450,6 +150531,8 @@ self: { ]; description = "An API for the Interactive Brokers Trading Workstation written in pure Haskell"; license = lib.licenses.gpl3Only; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "iban" = callPackage @@ -144468,6 +150551,8 @@ self: { testHaskellDepends = [ base HUnit tasty tasty-hunit text ]; description = "Validate and generate IBANs"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "ibus-hs" = callPackage @@ -144500,6 +150585,8 @@ self: { testHaskellDepends = [ base ]; description = "iCalendar format parser and org-mode converter"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "ice40-prim" = callPackage @@ -144562,6 +150649,7 @@ self: { ]; description = "A fast JSON document store with push notification support"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; }) {}; "icfpc2020-galaxy" = callPackage @@ -144573,6 +150661,8 @@ self: { libraryHaskellDepends = [ base ghc-prim transformers ]; description = "A strange message received at the Pegovka observatory"; license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "icon-fonts" = callPackage @@ -144611,6 +150701,8 @@ self: { testHaskellDepends = [ base ]; description = "Type safe iconv wrapper"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "ide-backend" = callPackage @@ -144682,6 +150774,8 @@ self: { ]; description = "Shared library used be ide-backend and ide-backend-server"; license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "ide-backend-rts" = callPackage @@ -144736,6 +150830,8 @@ self: { ]; description = "Feedback services for intelligent tutoring systems"; license = lib.licenses.asl20; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "ideas-math" = callPackage @@ -144796,6 +150892,8 @@ self: { testHaskellDepends = [ base containers hspec QuickCheck ]; description = "Idempotent monoids"; license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "identicon" = callPackage @@ -144838,6 +150936,7 @@ self: { ]; description = "Squares style for the identicon package"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; }) {}; "identifiers" = callPackage @@ -144862,6 +150961,8 @@ self: { ]; description = "Numeric identifiers for values"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "idiii" = callPackage @@ -144887,6 +150988,8 @@ self: { ]; description = "ID3v2 (tagging standard for MP3 files) library"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "idna" = callPackage @@ -144909,6 +151012,8 @@ self: { libraryHaskellDepends = [ base punycode split ]; description = "Converts Unicode hostnames into ASCII"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "idringen" = callPackage @@ -144995,6 +151100,8 @@ self: { libraryHaskellDepends = [ base ]; description = "ieee-utils"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "ieee-utils-tempfix" = callPackage @@ -145044,6 +151151,8 @@ self: { testHaskellDepends = [ base bytestring HUnit stocks ]; description = "Library for the IEX Trading API"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "if" = callPackage @@ -145068,7 +151177,6 @@ self: { doHaddock = false; description = "Branch on whether a constraint is satisfied"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; }) {}; "ifcxt" = callPackage @@ -145083,6 +151191,8 @@ self: { testHaskellDepends = [ base QuickCheck tasty tasty-quickcheck ]; description = "put if statements within type constraints"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "iff" = callPackage @@ -145131,6 +151241,8 @@ self: { ]; description = "Bindings to Instagram's API"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "ige" = callPackage @@ -145153,6 +151265,8 @@ self: { ]; description = "An keyboard-driven interactive graph editor"; license = lib.licenses.gpl3Only; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "ige-mac-integration" = callPackage @@ -145191,6 +151305,8 @@ self: { testHaskellDepends = [ base HTF text ]; description = "Handle ignore files of different VCSes"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "igraph" = callPackage @@ -145208,6 +151324,8 @@ self: { libraryToolDepends = [ c2hs ]; description = "Bindings to the igraph C library"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {inherit (pkgs) igraph;}; "igrf" = callPackage @@ -145443,6 +151561,8 @@ self: { ]; description = "IHaskell display instances for Parsec"; license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "ihaskell-plot" = callPackage @@ -145489,6 +151609,8 @@ self: { ]; description = "IPython standard widgets for IHaskell"; license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "ihp-hsx" = callPackage @@ -145506,6 +151628,8 @@ self: { ]; description = "JSX-like but for Haskell"; license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "ihs" = callPackage @@ -145577,6 +151701,8 @@ self: { executableToolDepends = [ alex ]; description = "A fast syntax highlighting library built with alex"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "image-type" = callPackage @@ -145625,6 +151751,8 @@ self: { testPkgconfigDepends = [ imagemagick ]; description = "bindings to imagemagick library"; license = "unknown"; + hydraPlatforms = lib.platforms.none; + broken = true; }) {inherit (pkgs) imagemagick;}; "imagepaste" = callPackage @@ -145644,6 +151772,8 @@ self: { ]; description = "Command-line image paste utility"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "imagesize-conduit" = callPackage @@ -145708,6 +151838,7 @@ self: { ]; description = "Downloads email from imap SSL servers"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; }) {}; "imbib" = callPackage @@ -145745,6 +151876,7 @@ self: { ]; description = "A function to post an image to imgur"; license = lib.licenses.asl20; + hydraPlatforms = lib.platforms.none; }) {}; "imgurder" = callPackage @@ -145852,6 +151984,8 @@ self: { libraryHaskellDepends = [ base mtl text ]; description = "Prelude library"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "imm" = callPackage @@ -145890,7 +152024,6 @@ self: { ]; description = "Execute arbitrary actions for each item from RSS/Atom feeds"; license = lib.licenses.cc0; - hydraPlatforms = lib.platforms.none; }) {}; "immortal_0_2_2_1" = callPackage @@ -145952,6 +152085,8 @@ self: { ]; description = "Create worker threads that logs exceptions and restarts"; license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "imparse" = callPackage @@ -146001,6 +152136,8 @@ self: { ]; description = "Deep embedding of imperative programs with code generation"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "imperative-edsl-vhdl" = callPackage @@ -146017,7 +152154,6 @@ self: { ]; description = "Deep embedding of VHDL programs with code generation"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; }) {}; "impl" = callPackage @@ -146030,6 +152166,8 @@ self: { doHaddock = false; description = "Framework for defaulting superclasses"; license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "implicit" = callPackage @@ -146121,6 +152259,8 @@ self: { libraryHaskellDepends = [ base mtl time transformers ]; description = "A logging framework built around implicit parameters"; license = lib.licenses.lgpl3Only; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "implicit-params" = callPackage @@ -146132,6 +152272,8 @@ self: { libraryHaskellDepends = [ base data-default-class ]; description = "Named and unnamed implicit parameters with defaults"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "importify" = callPackage @@ -146177,6 +152319,8 @@ self: { testHaskellDepends = [ base directory filepath mtl ]; description = "Generate code for importing directories automatically"; license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "impossible" = callPackage @@ -146188,6 +152332,8 @@ self: { libraryHaskellDepends = [ base lens ]; description = "Set of data and type definitions of impossible types. Impossible types are useful when declaring type classes / type families instances that should not be expanded by GHC until a specific type is provided in order to keep the types nice and readable."; license = lib.licenses.asl20; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "imprevu" = callPackage @@ -146245,6 +152391,8 @@ self: { testHaskellDepends = [ base binary constraints hspec ]; description = "Serialization of arbitrary Haskell expressions"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "improve" = callPackage @@ -146321,6 +152469,8 @@ self: { testToolDepends = [ hspec-discover ]; description = "Disambiguate obvious uses of effects when using in-other-words"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "inbox" = callPackage @@ -146611,6 +152761,8 @@ self: { libraryHaskellDepends = [ base mtl ]; description = "Indentation sensitive parsing combinators core library"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "indentation-parsec" = callPackage @@ -146728,6 +152880,8 @@ self: { testToolDepends = [ hspec-discover ]; description = "Simple, no-frills indexed lists"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "indexed-do-notation" = callPackage @@ -146742,6 +152896,8 @@ self: { ]; description = "Do notation for indexed monads"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "indexed-extras" = callPackage @@ -146840,6 +152996,8 @@ self: { testHaskellDepends = [ base hspec ]; description = "A series of type families and constraints for \"indexable\" types"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "indian-language-font-converter" = callPackage @@ -146866,6 +153024,8 @@ self: { benchmarkHaskellDepends = [ base criterion deepseq ]; description = "Multi-dimensional statically bounded indices"; license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "indieweb-algorithms" = callPackage @@ -146940,6 +153100,8 @@ self: { testHaskellDepends = [ array base deepseq QuickCheck text vector ]; description = "Non-contiguous interval data types with potentially infinite ranges"; license = lib.licenses.gpl3Only; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "infer-license" = callPackage @@ -146975,6 +153137,8 @@ self: { ]; description = "Find the repository from where a given repo was forked"; license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "infernal" = callPackage @@ -146995,6 +153159,7 @@ self: { ]; description = "The Infernal Machine - An AWS Lambda Custom Runtime for Haskell"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; }) {}; "infernu" = callPackage @@ -147042,6 +153207,7 @@ self: { base binary Cabal filepath ghc irc plugins ]; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; }) {}; "infix" = callPackage @@ -147053,6 +153219,8 @@ self: { libraryHaskellDepends = [ base containers haskell-src ]; description = "Infix expression re-parsing (for HsParser library)"; license = "GPL"; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "inflections" = callPackage @@ -147084,6 +153252,8 @@ self: { testHaskellDepends = [ base QuickCheck ]; description = "An infinite list type and operations thereon"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "influxdb" = callPackage @@ -147139,6 +153309,8 @@ self: { ]; description = "A yesod subsite serving a wiki"; license = lib.licenses.agpl3Only; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "ini" = callPackage @@ -147169,6 +153341,8 @@ self: { testHaskellDepends = [ base HUnit ini raw-strings-qq text ]; description = "Quasiquoter for INI"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "inilist" = callPackage @@ -147188,6 +153362,8 @@ self: { ]; description = "Processing for .ini files with duplicate sections and options"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "initialize" = callPackage @@ -147199,6 +153375,8 @@ self: { libraryHaskellDepends = [ base ]; description = "Initialization and Deinitialization of 'Storable' values"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "inj" = callPackage @@ -147250,6 +153428,8 @@ self: { libraryHaskellDepends = [ base ]; description = "Monadic functions with injected parameters"; license = lib.licenses.gpl3Only; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "injections" = callPackage @@ -147290,6 +153470,8 @@ self: { ]; description = "Inline some Assembly in ur Haskell!"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "inline-c" = callPackage @@ -147411,6 +153593,8 @@ self: { ]; description = "Seamlessly call R from Haskell and vice versa. No FFI required."; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {inherit (pkgs) R;}; "inliterate" = callPackage @@ -147497,6 +153681,8 @@ self: { libraryHaskellDepends = [ attoparsec base bytestring dlist ]; description = "Stupid simple bytestring templates"; license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "inspection-proxy" = callPackage @@ -147514,6 +153700,7 @@ self: { ]; description = "A simple proxy for debugging plaintext protocols communication"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; }) {}; "inspection-testing" = callPackage @@ -147589,6 +153776,8 @@ self: { ]; description = "SDK for adding custom Instana tracing support to Haskell applications"; license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "instance-control" = callPackage @@ -147616,6 +153805,8 @@ self: { ]; description = "Template haskell utilities for helping with deserialization etc. of existential types"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "instant-aeson" = callPackage @@ -147675,6 +153866,8 @@ self: { libraryHaskellDepends = [ base containers syb template-haskell ]; description = "Generic programming library with a sum of products view"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "instant-hashable" = callPackage @@ -147732,6 +153925,8 @@ self: { libraryHaskellDepends = [ base containers mersenne-random vector ]; description = "Fast artifical neural networks"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "instrument" = callPackage @@ -147812,6 +154007,8 @@ self: { ]; description = "A data structure that associates each Int key with a set of values"; license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "intcode" = callPackage @@ -147826,6 +154023,8 @@ self: { testHaskellDepends = [ base containers doctest primitive ]; description = "Advent of Code 2019 intcode interpreter"; license = lib.licenses.isc; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "integer-gmp_1_0_3_0" = callPackage @@ -147868,6 +154067,8 @@ self: { sha256 = "0lrhf6mw90bfph3hbyxv3n7g2n2xnjfq4qnhyhw4ml76k4yybmxa"; description = "A pure-Haskell implementation of arbitrary-precision Integers"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "integer-roots" = callPackage @@ -147933,6 +154134,7 @@ self: { ]; description = "Integrate different assays"; license = lib.licenses.gpl3Only; + hydraPlatforms = lib.platforms.none; }) {}; "intel-aes" = callPackage @@ -147951,6 +154153,8 @@ self: { librarySystemDepends = [ intel_aes ]; description = "Hardware accelerated AES encryption and Random Number Generation"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {intel_aes = null;}; "intensional-datatys" = callPackage @@ -147971,6 +154175,8 @@ self: { doHaddock = false; description = "A GHC Core plugin for intensional datatype refinement checking"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "interact" = callPackage @@ -147987,6 +154193,8 @@ self: { ]; description = "instantly create REPL from any function"; license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "interactive-plot" = callPackage @@ -148030,6 +154238,8 @@ self: { executableHaskellDepends = [ base directory haskell-src hint mtl ]; description = "Generates a version of a module using InterleavableIO"; license = "unknown"; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "interleavableIO" = callPackage @@ -148041,6 +154251,8 @@ self: { libraryHaskellDepends = [ base mtl ]; description = "Use other Monads in functions that asks for an IO Monad"; license = "unknown"; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "interleave" = callPackage @@ -148081,6 +154293,8 @@ self: { ]; description = "Prelude replacement based on protolude"; license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "intern" = callPackage @@ -148116,6 +154330,8 @@ self: { ]; description = "Shell command for constructing custom stamps for German Post"; license = "GPL"; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "intero" = callPackage @@ -148142,6 +154358,8 @@ self: { ]; description = "Complete interactive development program for Haskell"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "interp" = callPackage @@ -148173,6 +154391,8 @@ self: { ]; description = "Tracery-like randomized text interpolation"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "interpol" = callPackage @@ -148196,6 +154416,8 @@ self: { ]; description = "GHC preprocessor and library to enable variable interpolation in strings"; license = lib.licenses.gpl3Only; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "interpolate" = callPackage @@ -148280,6 +154502,8 @@ self: { ]; description = "QuasiQuoter for multi-line interpolated strings"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "interpolation" = callPackage @@ -148320,6 +154544,8 @@ self: { ]; description = "Runtime interpolation of environment variables in records using profunctors"; license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "interprocess" = callPackage @@ -148352,6 +154578,8 @@ self: { testHaskellDepends = [ base Cabal either transformers ]; description = "Monad transformers that can be run and resumed later, conserving their context"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "interspersed" = callPackage @@ -148377,6 +154605,8 @@ self: { testHaskellDepends = [ base tasty tasty-hunit ]; description = "Intervals with adherences"; license = lib.licenses.gpl3Only; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "interval-algebra" = callPackage @@ -148396,6 +154626,8 @@ self: { ]; description = "An implementation of Allen's interval algebra for temporal logic"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "interval-functor" = callPackage @@ -148454,6 +154686,8 @@ self: { executablePkgconfigDepends = [ ncurses ]; description = "A game of competitive puzzle-design"; license = lib.licenses.gpl3Only; + hydraPlatforms = lib.platforms.none; + broken = true; }) {inherit (pkgs) ncurses;}; "intrinsic-superclasses" = callPackage @@ -148469,6 +154703,8 @@ self: { ]; description = "A quasiquoter for better instance deriving and default methods"; license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "intro" = callPackage @@ -148506,6 +154742,8 @@ self: { doHaddock = false; description = "Intro reexported as Prelude"; license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "introduction" = callPackage @@ -148526,6 +154764,8 @@ self: { ]; description = "A prelude for safe new projects"; license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "introduction-test" = callPackage @@ -148699,7 +154939,6 @@ self: { libraryHaskellDepends = [ base HList invertible ]; description = "invertible functions and instances for HList"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; }) {}; "invertible-hxt" = callPackage @@ -148713,7 +154952,6 @@ self: { ]; description = "invertible transformer instances for HXT Picklers"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; }) {}; "invertible-syntax" = callPackage @@ -148725,6 +154963,8 @@ self: { libraryHaskellDepends = [ base partial-isomorphisms ]; description = "Invertible syntax descriptions for both parsing and pretty printing"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "involutive-semigroups" = callPackage @@ -148736,6 +154976,8 @@ self: { libraryHaskellDepends = [ base bytestring containers text vector ]; description = "Semigroups with involution"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "io-capture" = callPackage @@ -148754,6 +154996,8 @@ self: { ]; description = "Capture IO actions' stdout and stderr"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "io-choice" = callPackage @@ -148773,6 +155017,8 @@ self: { ]; description = "Choice for IO and lifted IO"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "io-machine" = callPackage @@ -148824,6 +155070,8 @@ self: { executableHaskellDepends = [ base ]; description = "An API for generating TIMBER style reactive objects"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "io-region" = callPackage @@ -148951,6 +155199,8 @@ self: { libraryHaskellDepends = [ base network unix ]; description = "Type-safe I/O control package"; license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "ion" = callPackage @@ -148994,6 +155244,8 @@ self: { libraryHaskellDepends = [ base bytestring path text ]; description = "A class of strings that can be involved in IO"; license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "iothread" = callPackage @@ -149005,6 +155257,8 @@ self: { libraryHaskellDepends = [ base ]; description = "run IOs in a single thread"; license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "iotransaction" = callPackage @@ -149016,6 +155270,8 @@ self: { libraryHaskellDepends = [ base ]; description = "Supports the automatic undoing of IO operations when an exception is thrown"; license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "ip" = callPackage @@ -149046,6 +155302,8 @@ self: { ]; description = "Library for IP and MAC addresses"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "ip-quoter" = callPackage @@ -149060,6 +155318,8 @@ self: { testHaskellDepends = [ base cpu network tasty tasty-hunit ]; description = "Quasiquoter for IP addresses"; license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "ip2location" = callPackage @@ -149076,6 +155336,8 @@ self: { ]; description = "IP2Location Haskell package for IP geolocation"; license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "ip2proxy" = callPackage @@ -149092,6 +155354,8 @@ self: { ]; description = "IP2Proxy Haskell package for proxy detection"; license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "ip6addr" = callPackage @@ -149121,6 +155385,8 @@ self: { testHaskellDepends = [ base hspec text ]; description = "Internal Phonetic Alphabet (IPA)"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "ipatch" = callPackage @@ -149200,6 +155466,8 @@ self: { ]; description = "Access IPFS locally and remotely"; license = lib.licenses.asl20; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "ipfs-api" = callPackage @@ -149258,6 +155526,8 @@ self: { libraryToolDepends = [ c2hs ]; description = "haskell binding to ipopt and nlopt including automatic differentiation"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {inherit (pkgs) ipopt; inherit (pkgs) nlopt;}; "ipprint" = callPackage @@ -149307,6 +155577,8 @@ self: { executableHaskellDepends = [ base QuickCheck syb ]; description = "iptables rules parser/printer library"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "iptadmin" = callPackage @@ -149508,6 +155780,8 @@ self: { ]; description = "A DCC message parsing and helper library for IRC clients"; license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "irc-fun-bot" = callPackage @@ -149590,6 +155864,8 @@ self: { libraryHaskellDepends = [ base hashable text ]; description = "Common types for IRC related packages"; license = lib.licenses.publicDomain; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "ircbot" = callPackage @@ -149632,6 +155908,8 @@ self: { libraryHaskellDepends = [ base QuickCheck ]; description = "Real numbers and intervals with relatively efficient exact arithmetic"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "iri" = callPackage @@ -149658,6 +155936,7 @@ self: { ]; description = "RFC-based resource identifier library"; license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; }) {}; "iridium" = callPackage @@ -149685,6 +155964,8 @@ self: { ]; description = "Automated Local Cabal Package Testing and Uploading"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "iron-mq" = callPackage @@ -149696,6 +155977,8 @@ self: { libraryHaskellDepends = [ aeson base http-client lens text wreq ]; description = "Iron.IO message queueing client library"; license = lib.licenses.gpl3Only; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "ironforge" = callPackage @@ -149730,6 +156013,8 @@ self: { libraryHaskellDepends = [ ad base data-default-class statistics ]; description = "Item Response Theory functions for use in computerized adaptive testing"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "is" = callPackage @@ -149773,6 +156058,8 @@ self: { ]; description = "An executable and library to determine if a file is a DICOM file"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "isevaluated" = callPackage @@ -149897,6 +156184,8 @@ self: { ]; description = "Types and parser for ISO8601 durations"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "iso8601-time" = callPackage @@ -149934,6 +156223,8 @@ self: { ]; description = "A parser and generator for the ISO-14496-12/14 base media file format"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "isobmff-builder" = callPackage @@ -150009,6 +156300,8 @@ self: { ]; description = "Isotopic masses and relative abundances"; license = lib.licenses.gpl3Only; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "ispositive" = callPackage @@ -150033,6 +156326,8 @@ self: { testHaskellDepends = [ base generic-lens QuickCheck ]; description = "Automatically derivable Has instances"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "itanium-abi" = callPackage @@ -150069,6 +156364,8 @@ self: { ]; description = "Issue Tracker for the CLI"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "itemfield" = callPackage @@ -150096,6 +156393,8 @@ self: { ]; description = "A brick Widget for selectable summary of many elements on a terminal"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "iter-stats" = callPackage @@ -150133,6 +156432,8 @@ self: { librarySystemDepends = [ zlib ]; description = "Iteratee-based IO with pipe operators"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {inherit (pkgs) zlib;}; "iterable" = callPackage @@ -150176,6 +156477,8 @@ self: { ]; description = "Iteratee-based I/O"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "iteratee-compress" = callPackage @@ -150257,6 +156560,8 @@ self: { ]; description = "An IFS constraint solver"; license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "iterio-server" = callPackage @@ -150384,6 +156689,8 @@ self: { libraryToolDepends = [ alex happy ]; description = "Safe embedded C programming"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "ivory-artifact" = callPackage @@ -150651,6 +156958,8 @@ self: { executableHaskellDepends = [ base preprocessor-tools syb ]; description = "A preprocessor for expanding \"ixdo\" notation for indexed monads"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "ixmonad" = callPackage @@ -150664,6 +156973,8 @@ self: { libraryHaskellDepends = [ base ghc-prim ]; description = "Embeds effect systems into Haskell using parameteric effect monads"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "ixset" = callPackage @@ -150682,6 +156993,7 @@ self: { ]; description = "Efficient relational queries on Haskell sets"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; }) {}; "ixset-typed" = callPackage @@ -150701,6 +157013,8 @@ self: { ]; description = "Efficient relational queries on Haskell sets"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "ixset-typed-binary-instance" = callPackage @@ -150712,6 +157026,7 @@ self: { libraryHaskellDepends = [ base binary ixset-typed ]; description = "Binary instance for ixset-typed"; license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; }) {}; "ixset-typed-cassava" = callPackage @@ -150727,6 +157042,7 @@ self: { ]; description = "cassava encoding and decoding via ixset-typed"; license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; }) {}; "ixset-typed-conversions" = callPackage @@ -150743,6 +157059,7 @@ self: { ]; description = "Conversions from ixset-typed to other containers"; license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; }) {}; "ixset-typed-hashable-instance" = callPackage @@ -150754,6 +157071,7 @@ self: { libraryHaskellDepends = [ base hashable ixset-typed ]; description = "Hashable instance for ixset-typed"; license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; }) {}; "ixshader" = callPackage @@ -150770,6 +157088,8 @@ self: { ]; description = "A shallow embedding of the OpenGL Shading Language in Haskell"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "iyql" = callPackage @@ -150804,6 +157124,8 @@ self: { testHaskellDepends = [ base bytestring repa tasty tasty-hunit ]; description = "J in Haskell"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "j2hs" = callPackage @@ -150866,7 +157188,6 @@ self: { doHaddock = false; description = "Functional, expression-oriented data processing language"; license = lib.licenses.agpl3Only; - hydraPlatforms = lib.platforms.none; maintainers = with lib.maintainers; [ sternenseemann ]; }) {}; @@ -150903,6 +157224,8 @@ self: { libraryToolDepends = [ c2hs ]; description = "DEPRECATED Bindings to the JACK Audio Connection Kit"; license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; + broken = true; }) {inherit (pkgs) libjack2;}; "jackminimix" = callPackage @@ -150914,6 +157237,8 @@ self: { libraryHaskellDepends = [ base hosc ]; description = "control JackMiniMix"; license = lib.licenses.gpl3Only; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "jacobi-roots" = callPackage @@ -150926,6 +157251,8 @@ self: { testHaskellDepends = [ base doctest ]; description = "Roots of two shifted Jacobi polynomials (Legendre and Radau) to double precision"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "jaeger-flamegraph" = callPackage @@ -150951,6 +157278,8 @@ self: { testToolDepends = [ tasty-discover ]; description = "Generate flamegraphs from Jaeger .json dumps."; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "jail" = callPackage @@ -151016,6 +157345,8 @@ self: { ]; description = "Higher level functions for linear algebra. Wraps BLAS and LAPACKE."; license = "GPL"; + hydraPlatforms = lib.platforms.none; + broken = true; }) {inherit (pkgs) blas; cblas = null; lapacke = null;}; "jammittools" = callPackage @@ -151081,6 +157412,8 @@ self: { ]; description = "Tool for searching java classes, members and fields in classfiles and JAR archives"; license = "GPL"; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "jarify" = callPackage @@ -151102,6 +157435,8 @@ self: { doHaddock = false; description = "Jarification of Haskell sources"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "jason" = callPackage @@ -151121,6 +157456,8 @@ self: { testHaskellDepends = [ aeson base bytestring text ]; description = "A fast JASONETTE-iOS JSON combinator library for haskell"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "java-adt" = callPackage @@ -151159,6 +157496,8 @@ self: { ]; description = "Bindings to the JNI and a high level interface generator"; license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "java-bridge-extras" = callPackage @@ -151251,6 +157590,8 @@ self: { testHaskellDepends = [ aeson base scotty stm text time wai-extra ]; description = "Remote Monad for JavaScript on the browser"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "javascript-extras" = callPackage @@ -151271,6 +157612,7 @@ self: { executableHaskellDepends = [ base ghcjs-base-stub ]; description = "Extra javascript functions when using GHCJS"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; }) {}; "javasf" = callPackage @@ -151308,6 +157650,8 @@ self: { ]; description = "A utility to print the target version of Java class files"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "jbi" = callPackage @@ -151329,6 +157673,8 @@ self: { ]; description = "Just Build It - a \"do what I mean\" abstraction for Haskell build tools"; license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "jcdecaux-vls" = callPackage @@ -151344,6 +157690,8 @@ self: { ]; description = "JCDecaux self-service bicycles API client"; license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "jdi" = callPackage @@ -151362,6 +157710,8 @@ self: { executableHaskellDepends = [ base mtl network ]; description = "Implementation of Java Debug Interface"; license = lib.licenses.gpl2Only; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "jenga" = callPackage @@ -151383,6 +157733,8 @@ self: { executableHaskellDepends = [ base optparse-applicative text ]; description = "Generate a cabal freeze file from a stack.yaml"; license = lib.licenses.bsd2; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "jenkinsPlugins2nix" = callPackage @@ -151407,6 +157759,8 @@ self: { testHaskellDepends = [ base containers tasty-hspec text ]; description = "Generate nix for Jenkins plugins"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "jespresso" = callPackage @@ -151436,6 +157790,7 @@ self: { ]; description = "Extract all JavaScript from an HTML page and consolidate it in one script"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; }) {}; "jet" = callPackage @@ -151493,6 +157848,8 @@ self: { ]; description = "Yet another streaming library"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "jinquantities" = callPackage @@ -151515,6 +157872,8 @@ self: { ]; description = "Unit conversion and manipulation library"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "jira-wiki-markup" = callPackage @@ -151629,6 +157988,8 @@ self: { testHaskellDepends = [ base protolude tasty ]; description = "Common utilities for running a web service"; license = lib.licenses.asl20; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "jmonkey" = callPackage @@ -151664,6 +158025,8 @@ self: { testHaskellDepends = [ base hspec singletons ]; description = "Complete JNI raw bindings"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {inherit (pkgs) jdk;}; "jobqueue" = callPackage @@ -151689,6 +158052,7 @@ self: { ]; description = "A job queue library"; license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; }) {}; "jobs-ui" = callPackage @@ -151709,7 +158073,6 @@ self: { ]; description = "A library for creating a jobs management website running custom jobs"; license = lib.licenses.asl20; - hydraPlatforms = lib.platforms.none; }) {}; "join" = callPackage @@ -151736,6 +158099,8 @@ self: { ]; description = "Bindings for Join push notifications"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "joinlist" = callPackage @@ -151747,6 +158112,8 @@ self: { libraryHaskellDepends = [ base ]; description = "Join list - symmetric list type"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "joint" = callPackage @@ -151762,6 +158129,8 @@ self: { ]; description = "Trying to compose non-composable"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "jonathanscard" = callPackage @@ -151777,6 +158146,8 @@ self: { ]; description = "An implementation of the Jonathan's Card API"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "jord" = callPackage @@ -151818,6 +158189,8 @@ self: { ]; description = "JSON with Structure"; license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "jordan-openapi" = callPackage @@ -151853,6 +158226,8 @@ self: { executableHaskellDepends = [ array base gtk ]; description = "JP's own ray tracer"; license = "unknown"; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "jose" = callPackage @@ -151904,6 +158279,8 @@ self: { benchmarkHaskellDepends = [ base bytestring criterion cryptonite ]; description = "JSON Object Signing and Encryption Library"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "jot" = callPackage @@ -151922,7 +158299,6 @@ self: { ]; description = "Tiny markdown notebook"; license = lib.licenses.isc; - hydraPlatforms = lib.platforms.none; }) {}; "joy-rewrite" = callPackage @@ -151938,6 +158314,8 @@ self: { testHaskellDepends = [ base hspec ]; description = "Transform Joy code using conditional rewrite rules"; license = lib.licenses.bsd2; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "jpeg" = callPackage @@ -151949,6 +158327,8 @@ self: { libraryHaskellDepends = [ base mtl ]; description = "A library for decoding JPEG files written in pure Haskell"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "jpl-horizons-api" = callPackage @@ -152028,6 +158408,8 @@ self: { libraryHaskellDepends = [ base wl-pprint ]; description = "Javascript: The Good Parts -- AST & Pretty Printer"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "js-jquery" = callPackage @@ -152078,6 +158460,8 @@ self: { ]; description = "Interface for JavaScript that works with GHCJS and GHC"; license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "jsaddle-dom" = callPackage @@ -152113,6 +158497,7 @@ self: { ]; description = "JSaddle Hello World, an example package"; license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; }) {}; "jsaddle-warp" = callPackage @@ -152139,6 +158524,8 @@ self: { ]; description = "Interface for JavaScript that works with GHCJS and GHC"; license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "jsaddle-webkit2gtk" = callPackage @@ -152190,6 +158577,8 @@ self: { sha256 = "1cjncl2jqnx4j83pmcnnvcc0rswhwwb5grwh636b11yyp4vv58dw"; description = "Interface for JavaScript that works with GHCJS and GHC"; license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "jsc" = callPackage @@ -152247,6 +158636,8 @@ self: { libraryHaskellDepends = [ aeson base ]; description = "Union 'alternative' or Either that has untagged JSON encoding"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "json-api" = callPackage @@ -152268,6 +158659,8 @@ self: { ]; description = "Utilities for generating JSON-API payloads"; license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "json-api-lib" = callPackage @@ -152292,6 +158685,8 @@ self: { testToolDepends = [ hspec-discover ]; description = "Utilities for generating JSON-API payloads"; license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "json-assertions" = callPackage @@ -152307,6 +158702,8 @@ self: { ]; description = "Test that your (Aeson) JSON encoding matches your expectations"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "json-ast" = callPackage @@ -152354,6 +158751,8 @@ self: { ]; description = "Compatibility layer for \"json-ast\" and \"QuickCheck\""; license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "json-autotype" = callPackage @@ -152430,6 +158829,8 @@ self: { ]; description = "Data structure agnostic JSON serialization"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "json-bytes-builder" = callPackage @@ -152467,6 +158868,8 @@ self: { ]; description = "Load JSON from files in a directory structure"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "json-encoder" = callPackage @@ -152484,6 +158887,8 @@ self: { ]; description = "A direct-to-bytes single-pass JSON encoder with a declarative DSL"; license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "json-enumerator" = callPackage @@ -152518,6 +158923,8 @@ self: { ]; description = "Utility functions to extend Aeson"; license = lib.licenses.bsd2; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "json-feed" = callPackage @@ -152578,6 +158985,8 @@ self: { ]; description = "Generic JSON serialization / deserialization"; license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "json-incremental-decoder" = callPackage @@ -152615,6 +159024,8 @@ self: { testHaskellDepends = [ base hspec json QuickCheck ]; description = "Extends Text.JSON to handle literal JS objects."; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "json-pointer" = callPackage @@ -152628,6 +159039,8 @@ self: { libraryHaskellDepends = [ attoparsec base base-prelude text ]; description = "JSON Pointer parsing and interpretation utilities"; license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "json-pointer-aeson" = callPackage @@ -152643,6 +159056,7 @@ self: { ]; description = "Integration layer for \"json-pointer\" and \"aeson\""; license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; }) {}; "json-pointer-hasql" = callPackage @@ -152659,6 +159073,7 @@ self: { ]; description = "JSON Pointer extensions for Hasql"; license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; }) {}; "json-pointy" = callPackage @@ -152683,6 +159098,8 @@ self: { testToolDepends = [ tasty-discover ]; description = "JSON Pointer (RFC 6901) parsing, access, and modification"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "json-python" = callPackage @@ -152699,6 +159116,8 @@ self: { libraryPkgconfigDepends = [ python ]; description = "Call python inline from haskell"; license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; + broken = true; }) {python = null;}; "json-qq" = callPackage @@ -152715,6 +159134,8 @@ self: { ]; description = "Json Quasiquatation library for Haskell"; license = "unknown"; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "json-query" = callPackage @@ -152770,6 +159191,8 @@ self: { ]; description = "Fully-featured JSON-RPC 2.0 library"; license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "json-rpc-client" = callPackage @@ -152797,6 +159220,7 @@ self: { ]; description = "JSON-RPC 2.0 on the client side."; license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; }) {}; "json-rpc-generic" = callPackage @@ -152817,6 +159241,8 @@ self: { ]; description = "Generic encoder and decode for JSON-RPC"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "json-rpc-server" = callPackage @@ -152841,6 +159267,8 @@ self: { ]; description = "JSON-RPC 2.0 on the server side."; license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "json-schema" = callPackage @@ -152866,6 +159294,8 @@ self: { ]; description = "Types and type classes for defining JSON schemas"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "json-sop" = callPackage @@ -152921,6 +159351,8 @@ self: { ]; description = "Incremental applicative JSON parser"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "json-syntax" = callPackage @@ -152952,6 +159384,8 @@ self: { ]; description = "High-performance JSON parser and encoder"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "json-to-haskell" = callPackage @@ -153048,6 +159482,8 @@ self: { ]; description = "A collection of JSON tools"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "json-tracer" = callPackage @@ -153071,6 +159507,8 @@ self: { testToolDepends = [ hspec-discover ]; description = "A polymorphic, type-safe, json-structured tracing library"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "json-types" = callPackage @@ -153098,6 +159536,8 @@ self: { ]; description = "Library provides support for JSON"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "json2-hdbc" = callPackage @@ -153173,6 +159613,8 @@ self: { ]; description = "Filter select values in JSON objects to unix programs"; license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "jsonifier" = callPackage @@ -153250,6 +159692,8 @@ self: { ]; description = "Jsonnet implementaton in pure Haskell"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "jsonpath" = callPackage @@ -153286,6 +159730,8 @@ self: { ]; description = "Parser and datatypes for the JSON Resume format"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "jsonrpc-conduit" = callPackage @@ -153323,6 +159769,8 @@ self: { ]; description = "Tiny JSON-RPC client for Haskell Web3 library"; license = lib.licenses.asl20; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "jsons-to-schema" = callPackage @@ -153376,6 +159824,8 @@ self: { ]; description = "JSON Schema generator from Algebraic data type"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "jsonsql" = callPackage @@ -153396,6 +159846,8 @@ self: { ]; description = "Interpolate JSON object values into SQL strings"; license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "jsontsv" = callPackage @@ -153416,6 +159868,8 @@ self: { ]; description = "JSON to TSV transformer"; license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "jsonxlsx" = callPackage @@ -153436,6 +159890,8 @@ self: { ]; description = "json to xlsx converter"; license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "jsop" = callPackage @@ -153460,6 +159916,8 @@ self: { testToolDepends = [ tasty-discover ]; description = "Cherry picking in JSON objects"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "jspath" = callPackage @@ -153525,6 +159983,8 @@ self: { ]; description = "Tableau-based theorem prover for justification logic"; license = lib.licenses.gpl3Only; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "judy" = callPackage @@ -153540,6 +160000,8 @@ self: { testHaskellDepends = [ base hspec QuickCheck ]; description = "Fast, scalable, mutable dynamic arrays, maps and hashes"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {Judy = null;}; "juicy-draw" = callPackage @@ -153574,6 +160036,8 @@ self: { ]; description = "SVG to G-Code converter"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "jukebox" = callPackage @@ -153661,6 +160125,8 @@ self: { ]; description = "A library for creating and using Jupyter kernels"; license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "justified-containers" = callPackage @@ -153677,6 +160143,8 @@ self: { ]; description = "Keyed container types with type-checked proofs of key presence"; license = lib.licenses.bsd2; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "jvm" = callPackage @@ -153762,6 +160230,8 @@ self: { ]; description = "A library for reading Java class-files"; license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "jvm-parser" = callPackage @@ -153778,6 +160248,8 @@ self: { ]; description = "A parser for JVM bytecode files"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "jvm-streaming" = callPackage @@ -153854,6 +160326,8 @@ self: { ]; description = "An implementation of the Kademlia DHT Protocol"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "kafka" = callPackage @@ -153884,6 +160358,8 @@ self: { testToolDepends = [ hspec-discover ]; description = "Low-level Haskell client library for Apache Kafka 0.7."; license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "kafka-client-sync" = callPackage @@ -153898,6 +160374,8 @@ self: { testHaskellDepends = [ base hw-kafka-client monad-parallel text ]; description = "Synchronous Kafka Client"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "kafka-device" = callPackage @@ -154052,6 +160530,8 @@ self: { ]; description = "Kalman and particle filters and smoothers"; license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "kan-extensions" = callPackage @@ -154081,6 +160561,8 @@ self: { libraryHaskellDepends = [ array base ]; description = "Binary parsing with random access"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "kanji" = callPackage @@ -154217,6 +160699,8 @@ self: { ]; description = "Karabiner elements configuration generation"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "karakuri" = callPackage @@ -154260,6 +160744,7 @@ self: { ]; description = "Haskell bindings for Spark Dataframes and Datasets"; license = lib.licenses.asl20; + hydraPlatforms = lib.platforms.none; }) {}; "karver" = callPackage @@ -154337,6 +160822,8 @@ self: { ]; description = "Datadog scribe for the Katip logging framework"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "katip-elasticsearch" = callPackage @@ -154382,6 +160869,8 @@ self: { ]; description = "Katip scribe to send logs to Kafka"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "katip-logstash" = callPackage @@ -154424,6 +160913,8 @@ self: { ]; description = "Logz.IO scribe for the Katip logging framework"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "katip-raven" = callPackage @@ -154440,6 +160931,7 @@ self: { ]; description = "Katip scribe for raven (https://sentry.io)"; license = lib.licenses.asl20; + hydraPlatforms = lib.platforms.none; }) {}; "katip-rollbar" = callPackage @@ -154475,6 +160967,8 @@ self: { ]; description = "A katip scribe for logging to json"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "katip-syslog" = callPackage @@ -154491,6 +160985,8 @@ self: { testHaskellDepends = [ base ]; description = "Syslog Katip Scribe"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "katip-wai" = callPackage @@ -154533,6 +161029,8 @@ self: { testHaskellDepends = [ base bytestring directory mtl ]; description = "Client for the Kattis judge system"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "katydid" = callPackage @@ -154566,6 +161064,8 @@ self: { ]; description = "A haskell implementation of Katydid"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "kawa" = callPackage @@ -154612,6 +161112,8 @@ self: { ]; description = "Utilities for serving static sites and blogs with Wai/Warp"; license = lib.licenses.asl20; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "kawhi" = callPackage @@ -154634,6 +161136,8 @@ self: { ]; description = "stats.NBA.com library"; license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "kazura-queue" = callPackage @@ -154703,6 +161207,8 @@ self: { ]; description = "A simple k-d tree implementation"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "kdesrc-build-extra" = callPackage @@ -154721,6 +161227,8 @@ self: { ]; description = "Build profiles for kdesrc-build"; license = lib.licenses.gpl3Only; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "kdesrc-build-profiles" = callPackage @@ -154757,6 +161265,8 @@ self: { ]; description = "Fast and flexible k-d trees for various types of point queries"; license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "keccak" = callPackage @@ -154783,6 +161293,8 @@ self: { ]; description = "cryptographic functions based on the sponge construction"; license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "keenser" = callPackage @@ -154810,6 +161322,7 @@ self: { testHaskellDepends = [ base ]; description = "Initial project template from stack"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; }) {}; "keep-alive" = callPackage @@ -154969,6 +161482,7 @@ self: { ]; description = "Haskell on Gtk rails - Gtk-based View for MVC applications"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; }) {}; "keera-hails-reactive-cbmvar" = callPackage @@ -155131,6 +161645,8 @@ self: { testToolDepends = [ cabal-install ]; description = "Haskell on Rails - Reactive Values"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "keera-posture" = callPackage @@ -155191,7 +161707,6 @@ self: { ]; description = "Core parts of Keid engine"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; }) {}; "keid-geometry" = callPackage @@ -155207,7 +161722,6 @@ self: { ]; description = "Geometry primitives for Keid engine"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; }) {}; "keid-render-basic" = callPackage @@ -155229,7 +161743,6 @@ self: { ]; description = "Basic rendering programs for Keid engine"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; }) {}; "keid-resource-gltf" = callPackage @@ -155263,7 +161776,6 @@ self: { ]; description = "OpenAL sound system for Keid engine"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; }) {}; "keid-ui-dearimgui" = callPackage @@ -155281,7 +161793,6 @@ self: { ]; description = "DearImGui elements for Keid engine"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; }) {}; "keiretsu" = callPackage @@ -155303,6 +161814,8 @@ self: { ]; description = "Multi-process orchestration for development and integration testing"; license = "unknown"; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "kempe" = callPackage @@ -155337,6 +161850,8 @@ self: { doHaddock = false; description = "Kempe compiler"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "kerry" = callPackage @@ -155359,6 +161874,8 @@ self: { ]; description = "Manage and abstract your packer configurations"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "kesha" = callPackage @@ -155380,6 +161897,8 @@ self: { ]; description = "Haskell implementation of nix-hash"; license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "keter" = callPackage @@ -155452,6 +161971,8 @@ self: { testHaskellDepends = [ array base containers HUnit split ]; description = "CLI and library to generate QR codes"; license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "key" = callPackage @@ -155512,6 +162033,8 @@ self: { ]; executableHaskellDepends = [ base hslogger ]; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "keycode" = callPackage @@ -155538,6 +162061,8 @@ self: { libraryHaskellDepends = [ base containers vector ]; description = "Generic indexing for many data structures"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "keylayouts" = callPackage @@ -155562,6 +162087,7 @@ self: { libraryHaskellDepends = [ base udbus ]; description = "Keyring access"; license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; }) {}; "keys" = callPackage @@ -155643,6 +162169,7 @@ self: { ]; description = "Managing stores of secret things"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; }) {}; "keyvaluehash" = callPackage @@ -155701,6 +162228,8 @@ self: { ]; description = "Command-line file tagging and organization tool"; license = lib.licenses.agpl3Only; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "ki" = callPackage @@ -155765,6 +162294,8 @@ self: { ]; description = "Parses kat.ph torrent dumps"; license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "kickchan" = callPackage @@ -155783,6 +162314,8 @@ self: { ]; description = "Kick Channels: bounded channels with non-blocking writes"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "kif-parser" = callPackage @@ -155912,7 +162445,6 @@ self: { ]; description = "Kleene algebra"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; }) {}; "kleene-list" = callPackage @@ -155930,6 +162462,8 @@ self: { ]; description = "A list type based on the Kleene star and plus"; license = lib.licenses.asl20; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "kmeans" = callPackage @@ -156016,6 +162550,8 @@ self: { executableHaskellDepends = [ base ]; description = "Advanced keyboard remapping utility"; license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "kmp-dfa" = callPackage @@ -156028,6 +162564,8 @@ self: { testHaskellDepends = [ array base QuickCheck ]; description = "KMP algorithm implementation, based on Deterministic Finite State Automata"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "knead" = callPackage @@ -156147,7 +162685,6 @@ self: { executableHaskellDepends = [ base containers parallel ]; description = "Khovanov homology computations"; license = lib.licenses.mit; - hydraPlatforms = lib.platforms.none; }) {}; "koellner-phonetic" = callPackage @@ -156161,6 +162698,8 @@ self: { doHaddock = false; description = "\"map German words to code representing pronunciation\""; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "koji" = callPackage @@ -156192,6 +162731,7 @@ self: { testHaskellDepends = [ base simple-cmd ]; description = "CLI tool for installing rpms directly from Fedora Koji"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; }) {}; "koji-tool" = callPackage @@ -156247,6 +162787,8 @@ self: { ]; description = "a concatenative not-quite-lisp for kittens"; license = lib.licenses.gpl3Plus; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "kontra-config" = callPackage @@ -156263,6 +162805,8 @@ self: { ]; description = "JSON config file parsing based on unjson"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "kontrakcja-templates" = callPackage @@ -156298,6 +162842,8 @@ self: { ]; description = "Client to Koofr API"; license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "korea-holidays" = callPackage @@ -156317,6 +162863,8 @@ self: { ]; description = "Korea Holidays"; license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "korfu" = callPackage @@ -156380,6 +162928,8 @@ self: { ]; description = "Kraken.io API client"; license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "krank" = callPackage @@ -156410,6 +162960,8 @@ self: { ]; description = "Krank checks issue tracker link status in your source code"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "krapsh" = callPackage @@ -156435,6 +162987,7 @@ self: { ]; description = "Haskell bindings for Spark Dataframes and Datasets"; license = lib.licenses.asl20; + hydraPlatforms = lib.platforms.none; }) {}; "krpc" = callPackage @@ -156460,6 +163013,8 @@ self: { ]; description = "KRPC protocol implementation"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "ks-test" = callPackage @@ -156495,6 +163050,8 @@ self: { libraryPkgconfigDepends = [ egl glew ]; description = "A binding for libktx from Khronos"; license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; + broken = true; }) {egl = null; inherit (pkgs) glew;}; "ktx-codec" = callPackage @@ -156544,6 +163101,7 @@ self: { ]; description = "Client library for Kubernetes"; license = lib.licenses.asl20; + hydraPlatforms = lib.platforms.none; }) {}; "kubernetes-client-core" = callPackage @@ -156571,6 +163129,8 @@ self: { ]; description = "Auto-generated kubernetes-client-core API Client"; license = lib.licenses.asl20; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "kubernetes-webhook-haskell" = callPackage @@ -156587,6 +163147,8 @@ self: { ]; description = "Create Kubernetes Admission Webhooks in Haskell"; license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "kuifje" = callPackage @@ -156598,6 +163160,8 @@ self: { libraryHaskellDepends = [ base boxes containers lens ]; description = "A Quantitative Information Flow aware programming language"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "kure" = callPackage @@ -156609,6 +163173,8 @@ self: { libraryHaskellDepends = [ base dlist transformers ]; description = "Combinators for Strategic Programming"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "kure-your-boilerplate" = callPackage @@ -156620,6 +163186,7 @@ self: { libraryHaskellDepends = [ base kure template-haskell ]; description = "Generator for Boilerplate KURE Combinators"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; }) {}; "kurita" = callPackage @@ -156673,6 +163240,7 @@ self: { ]; description = "Key/Value Indexed Table container and formatting library"; license = lib.licenses.isc; + hydraPlatforms = lib.platforms.none; }) {}; "kyotocabinet" = callPackage @@ -156697,6 +163265,8 @@ self: { librarySystemDepends = [ lbfgsb ]; description = "Bindings to L-BFGS-B, Fortran code for limited-memory quasi-Newton bound-constrained optimization"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {lbfgsb = null;}; "l10n" = callPackage @@ -156719,6 +163289,8 @@ self: { libraryHaskellDepends = [ base labeled-tree ]; description = "Labeled graph structure"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "labeled-tree" = callPackage @@ -156857,6 +163429,8 @@ self: { testHaskellDepends = [ base hspec servant servant-foreign text ]; description = "Generate Ruby clients from Servant APIs"; license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "lackey_2_0_0_1" = callPackage @@ -156870,6 +163444,7 @@ self: { description = "Generate Ruby clients from Servant APIs"; license = lib.licenses.mit; hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "lacroix" = callPackage @@ -156901,6 +163476,8 @@ self: { ]; description = "Solve Lagrange multiplier problems"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "laika" = callPackage @@ -156946,6 +163523,8 @@ self: { executableHaskellDepends = [ base ]; description = "A bridge from Haskell (on a CPU) to VHDL on a FPGA"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "lambda-calculator" = callPackage @@ -156992,6 +163571,8 @@ self: { libraryHaskellDepends = [ base GLUT mtl OpenGL time ]; description = "Educational drawing canvas for FP explorers"; license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "lambda-cube" = callPackage @@ -157008,6 +163589,8 @@ self: { testHaskellDepends = [ base hspec tasty tasty-hspec text ]; description = "Haskell implementation of (some of) lambda cube calculi"; license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "lambda-devs" = callPackage @@ -157077,6 +163660,8 @@ self: { ]; description = "Boltzmann sampler utilities for lambda calculus"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "lambda-toolbox" = callPackage @@ -157090,6 +163675,8 @@ self: { executableHaskellDepends = [ base ]; description = "An application to work with the lambda calculus (for learning)"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "lambda2js" = callPackage @@ -157103,6 +163690,8 @@ self: { executableHaskellDepends = [ base parsec ]; description = "Untyped Lambda calculus to JavaScript compiler"; license = lib.licenses.gpl3Only; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "lambdaBase" = callPackage @@ -157114,6 +163703,8 @@ self: { libraryHaskellDepends = [ base parsec ]; testHaskellDepends = [ base parsec ]; license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "lambdaFeed" = callPackage @@ -157339,6 +163930,8 @@ self: { ]; description = "Utility libraries for the advanced IRC bot, Lambdabot"; license = "GPL"; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "lambdabot-xmpp" = callPackage @@ -157364,6 +163957,8 @@ self: { ]; description = "Lambdabot plugin for XMPP (Jabber) protocol"; license = "unknown"; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "lambdabot-zulip" = callPackage @@ -157428,6 +164023,8 @@ self: { ]; description = "LambdaCms 'core' subsite for Yesod apps"; license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "lambdacms-media" = callPackage @@ -157513,6 +164110,8 @@ self: { ]; description = "LambdaCube 3D IR"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "lambdacube-edsl" = callPackage @@ -157549,6 +164148,8 @@ self: { ]; description = "3D rendering engine written entirely in Haskell"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "lambdacube-examples" = callPackage @@ -157596,6 +164197,8 @@ self: { libraryHaskellDepends = [ aeson base containers mtl text vector ]; description = "LambdaCube 3D intermediate representation of 3D graphics pipelines"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "lambdacube-samples" = callPackage @@ -157638,6 +164241,8 @@ self: { ]; description = "Type-Safe LaTeX EDSL"; license = "GPL"; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "lambdatwit" = callPackage @@ -157663,6 +164268,7 @@ self: { ]; description = "Lambdabot running as a twitter bot. Similar to the @fsibot f# bot."; license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; }) {}; "lambdaya-bus" = callPackage @@ -157720,6 +164326,8 @@ self: { testToolDepends = [ hspec-discover ]; description = "Fairly complete high-level binding to LAME encoder"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {mp3lame = null;}; "lame-tester" = callPackage @@ -157736,6 +164344,7 @@ self: { testHaskellDepends = [ bizzlelude containers tasty tasty-hunit ]; description = "A strange and unnecessary selective test-running library"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; }) {}; "lang" = callPackage @@ -157799,6 +164408,8 @@ self: { ]; description = "ASN.1 encoding and decoding"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "language-asn1" = callPackage @@ -157933,6 +164544,8 @@ self: { libraryToolDepends = [ alex ]; description = "Extracting comments from C code"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "language-c-inline" = callPackage @@ -157949,6 +164562,8 @@ self: { ]; description = "Inline C & Objective-C code in Haskell for language interoperability"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "language-c-quote" = callPackage @@ -158046,6 +164661,8 @@ self: { ]; description = "Conf parsers and pretty-printers for the Haskell programming language"; license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "language-csharp" = callPackage @@ -158060,6 +164677,8 @@ self: { libraryToolDepends = [ alex ]; description = "C# source code manipulation"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "language-css" = callPackage @@ -158083,6 +164702,8 @@ self: { testHaskellDepends = [ base hspec raw-strings-qq ]; description = "Manipulating Dart source: abstract syntax and pretty-printer"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "language-dickinson" = callPackage @@ -158172,6 +164793,8 @@ self: { ]; description = "Dockerfile linter, parser, pretty-printer and embedded DSL"; license = lib.licenses.gpl3Only; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "language-dot" = callPackage @@ -158212,6 +164835,8 @@ self: { ]; description = "JavaScript parser and pretty-printer library"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "language-ecmascript-analysis" = callPackage @@ -158227,6 +164852,7 @@ self: { ]; description = "JavaScript static analysis library"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; }) {}; "language-eiffel" = callPackage @@ -158263,6 +164889,8 @@ self: { testToolDepends = [ doctest ]; description = "Generate elm code"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "language-fortran" = callPackage @@ -158287,6 +164915,8 @@ self: { libraryHaskellDepends = [ base bifunctors parsers ]; description = "Something similar to Dijkstra's guarded command language"; license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "language-gemini" = callPackage @@ -158300,6 +164930,8 @@ self: { libraryHaskellDepends = [ base text ]; description = "Datatypes and parsing/printing functions to represent the Gemini markup language"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "language-glsl" = callPackage @@ -158332,6 +164964,8 @@ self: { libraryHaskellDepends = [ array base parsec utf8-string ]; description = "A library for analysis and synthesis of Go code"; license = "GPL"; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "language-guess" = callPackage @@ -158344,6 +164978,8 @@ self: { libraryHaskellDepends = [ base bytestring cereal containers ]; description = "Guess at which language a text is written in using trigrams"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "language-haskell-extract" = callPackage @@ -158381,6 +165017,8 @@ self: { ]; description = "HCL parsers and pretty-printers for the Haskell programming language"; license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "language-java" = callPackage @@ -158417,6 +165055,8 @@ self: { ]; description = "Parser for Java .class files"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "language-javascript_0_7_0_0" = callPackage @@ -158536,6 +165176,8 @@ self: { testHaskellDepends = [ base ]; description = "Initial project template from stack"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "language-lua2" = callPackage @@ -158561,6 +165203,8 @@ self: { ]; description = "Lua parser and pretty printer"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "language-mixal" = callPackage @@ -158575,6 +165219,8 @@ self: { executableHaskellDepends = [ base pretty ]; description = "Parser, pretty-printer, and AST types for the MIXAL assembly language"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "language-ninja" = callPackage @@ -158679,6 +165325,8 @@ self: { libraryToolDepends = [ alex happy ]; description = "Analysis and generation of Objective C code"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "language-ocaml" = callPackage @@ -158704,6 +165352,8 @@ self: { ]; description = "Language tools for manipulating OCaml programs in Haskell"; license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; + broken = true; }) {inherit (pkgs) zlib;}; "language-openscad" = callPackage @@ -158720,6 +165370,8 @@ self: { executableHaskellDepends = [ attoparsec base bytestring ]; description = "A simple parser for OpenSCAD"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "language-pig" = callPackage @@ -158740,6 +165392,8 @@ self: { ]; description = "Pig parser in haskell"; license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "language-protobuf" = callPackage @@ -158793,6 +165447,7 @@ self: { ]; description = "Tools to parse and evaluate the Puppet DSL"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; }) {}; "language-python" = callPackage @@ -158886,6 +165541,8 @@ self: { ]; description = "Parsing and pretty printing of Rust code"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "language-sally" = callPackage @@ -158914,6 +165571,8 @@ self: { ]; description = "A package for parsing shell scripts"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "language-slice" = callPackage @@ -158968,6 +165627,8 @@ self: { ]; description = "Full parser and generator for SQL as implemented by SQLite3"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "language-sygus" = callPackage @@ -158984,6 +165645,8 @@ self: { testHaskellDepends = [ base deepseq tasty tasty-hunit text ]; description = "A parser and printer for the SyGuS 2.0 language."; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "language-thrift" = callPackage @@ -159028,6 +165691,8 @@ self: { ]; description = "A Parser for the Type Language"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "language-toolkit" = callPackage @@ -159058,6 +165723,8 @@ self: { libraryHaskellDepends = [ base containers parsec pretty ]; description = "A library for working with TypeScript Definition files"; license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "language-vhdl" = callPackage @@ -159081,6 +165748,8 @@ self: { testHaskellDepends = [ base HUnit ]; description = "Parser and Pretty Printer for WebIDL"; license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "laop" = callPackage @@ -159271,6 +165940,7 @@ self: { testToolDepends = [ record-dot-preprocessor ]; description = "Efficient compilation for large records, linear in the size of the record"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; }) {}; "largeword" = callPackage @@ -159338,6 +166008,7 @@ self: { ]; description = "Find the latest version of a package on npm"; license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; }) {}; "latex" = callPackage @@ -159386,6 +166057,8 @@ self: { ]; description = "A library for rendering LaTeX formulae as images using an actual LaTeX installation"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "latex-formulae-pandoc" = callPackage @@ -159478,6 +166151,8 @@ self: { ]; description = "A library for rendering LaTeX formulae as SVG using an actual LaTeX"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "latex-svg-pandoc" = callPackage @@ -159556,6 +166231,8 @@ self: { ]; description = "Server-side SDK for integrating with LaunchDarkly"; license = lib.licenses.asl20; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "launchpad-control" = callPackage @@ -159573,6 +166250,8 @@ self: { executableHaskellDepends = [ base ]; description = "High and low-level interface to the Novation Launchpad midi controller"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "lawful" = callPackage @@ -159605,6 +166284,8 @@ self: { benchmarkHaskellDepends = [ base machines time ]; description = "Concurrent networked stream transducers"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "lawz" = callPackage @@ -159661,6 +166342,8 @@ self: { libraryHaskellDepends = [ base transformers ]; description = "Modular type class machinery for monad transformer stacks"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "layers-game" = callPackage @@ -159692,6 +166375,8 @@ self: { libraryHaskellDepends = [ base convertible hinduce-missingh ]; description = "Turn values into pretty text or markup"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "layout-bootstrap" = callPackage @@ -159703,6 +166388,8 @@ self: { libraryHaskellDepends = [ base blaze-html containers text ]; description = "Template and widgets for Bootstrap2 to use with Text.Blaze.Html5"; license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "layout-rules" = callPackage @@ -159745,6 +166432,8 @@ self: { testHaskellDepends = [ base ]; description = "A simple utility for lazy record matching"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "lazy" = callPackage @@ -159873,6 +166562,8 @@ self: { testToolDepends = [ markdown-unlit ]; description = "Lazy-Spined Monadic Priority Queues"; license = lib.licenses.gpl3Only; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "lazy-search" = callPackage @@ -159895,6 +166586,8 @@ self: { libraryHaskellDepends = [ array base ]; description = "Efficient implementation of lazy monolithic arrays (lazy in indexes)"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "lazyboy" = callPackage @@ -159914,6 +166607,8 @@ self: { ]; description = "An EDSL for programming the Game Boy"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "lazyio" = callPackage @@ -159944,6 +166639,8 @@ self: { ]; description = "Set and Map from lazy/infinite lists"; license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "lazysmallcheck" = callPackage @@ -159999,6 +166696,8 @@ self: { libraryHaskellDepends = [ array base ]; description = "Find longest common sublist of two lists"; license = "unknown"; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "ld-intervals" = callPackage @@ -160010,6 +166709,8 @@ self: { libraryHaskellDepends = [ base ]; description = "Data structures for representing arbitrary intervals"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "lda" = callPackage @@ -160025,6 +166726,8 @@ self: { ]; description = "Online Latent Dirichlet Allocation"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "ldap-client" = callPackage @@ -160114,6 +166817,8 @@ self: { testHaskellDepends = [ base HUnit ]; description = "The LDAP Data Interchange Format (LDIF) tools"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "leaf" = callPackage @@ -160132,6 +166837,8 @@ self: { ]; description = "A simple portfolio generator"; license = lib.licenses.gpl3Only; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "leaky" = callPackage @@ -160280,6 +166987,8 @@ self: { libraryHaskellDepends = [ base time ]; testHaskellDepends = [ base tasty tasty-hunit time ]; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "leapseconds-announced" = callPackage @@ -160303,6 +167012,8 @@ self: { libraryHaskellDepends = [ base containers ]; description = "Learning Algorithms"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "learn-physics" = callPackage @@ -160340,6 +167051,8 @@ self: { ]; description = "examples for learn-physics"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "learning-hmm" = callPackage @@ -160355,6 +167068,8 @@ self: { ]; description = "Yet another library for hidden Markov models"; license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "leb128" = callPackage @@ -160423,6 +167138,8 @@ self: { executableHaskellDepends = [ base containers ]; description = "Leetify text"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "left4deadrl" = callPackage @@ -160618,6 +167335,8 @@ self: { ]; description = "Bindings for the LendingClub marketplace API"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "lens" = callPackage @@ -160710,6 +167429,7 @@ self: { libraryHaskellDepends = [ accelerate base lens ]; description = "Instances to mix lens with Accelerate"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; }) {}; "lens-action" = callPackage @@ -160794,6 +167514,8 @@ self: { libraryHaskellDepends = [ base lens time ]; description = "Lenses for Data.Time.* types"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "lens-errors" = callPackage @@ -160862,6 +167584,8 @@ self: { ]; description = "Lens interface for your filesystem; still a bit experimental"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "lens-labels" = callPackage @@ -160873,6 +167597,8 @@ self: { libraryHaskellDepends = [ base ghc-prim profunctors tagged ]; description = "Integration of lenses with OverloadedLabels"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "lens-misc" = callPackage @@ -160912,6 +167638,8 @@ self: { ]; description = "Alternate prelude that exports lens combinators"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "lens-process" = callPackage @@ -160929,6 +167657,8 @@ self: { ]; description = "Optics for system processes"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "lens-properties" = callPackage @@ -161001,6 +167731,8 @@ self: { ]; description = "simplified import of elementary lens-family combinators"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "lens-sop" = callPackage @@ -161036,6 +167768,8 @@ self: { libraryHaskellDepends = [ base bytestring lens text ]; description = "Isomorphisms and prisms for text <=> bytestring conversions"; license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "lens-th-rewrite" = callPackage @@ -161050,6 +167784,8 @@ self: { executableHaskellDepends = [ base ghc ghc-exactprint lens ]; description = "Rewrites Template Haskell splices using the API"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "lens-time" = callPackage @@ -161061,6 +167797,8 @@ self: { libraryHaskellDepends = [ base lens time ]; description = "lens for Data.Time"; license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "lens-toml-parser" = callPackage @@ -161077,6 +167815,7 @@ self: { ]; description = "Lenses for toml-parser"; license = lib.licenses.isc; + hydraPlatforms = lib.platforms.none; }) {}; "lens-tutorial" = callPackage @@ -161101,6 +167840,8 @@ self: { libraryHaskellDepends = [ base singletons ]; description = "Type-level lenses using singletons"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "lens-utils" = callPackage @@ -161132,6 +167873,8 @@ self: { testHaskellDepends = [ base lens xml ]; description = "Lenses for the xml package"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "lenses" = callPackage @@ -161145,6 +167888,8 @@ self: { libraryHaskellDepends = [ base mtl template-haskell ]; description = "Simple Functional Lenses"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "lensref" = callPackage @@ -161157,6 +167902,8 @@ self: { testHaskellDepends = [ base ]; description = "References which can be joined and on which lenses can be applied"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "lentil" = callPackage @@ -161203,6 +167950,7 @@ self: { ]; description = "Van Laarhoven lenses"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; }) {}; "lenz-mtl" = callPackage @@ -161220,6 +167968,7 @@ self: { ]; description = "mtl operations with Van Laarhoven lenses"; license = "unknown"; + hydraPlatforms = lib.platforms.none; }) {}; "lenz-template" = callPackage @@ -161237,6 +167986,7 @@ self: { ]; description = "Van Laarhoven lens templates"; license = "unknown"; + hydraPlatforms = lib.platforms.none; }) {}; "less-arbitrary" = callPackage @@ -161265,6 +168015,8 @@ self: { ]; description = "Linear time testing with variant of Arbitrary class that always terminates"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "level-monad" = callPackage @@ -161276,6 +168028,8 @@ self: { libraryHaskellDepends = [ base fmlist ]; description = "Non-Determinism Monad for Level-Wise Search"; license = lib.licenses.publicDomain; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "leveldb-haskell" = callPackage @@ -161300,6 +168054,8 @@ self: { ]; description = "Haskell bindings to LevelDB"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {inherit (pkgs) leveldb;}; "leveldb-haskell-fork" = callPackage @@ -161340,6 +168096,8 @@ self: { testToolDepends = [ hspec-discover ]; description = "Calculate the edit distance between two foldables"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "levmar" = callPackage @@ -161351,7 +168109,6 @@ self: { libraryHaskellDepends = [ base bindings-levmar hmatrix vector ]; description = "An implementation of the Levenberg-Marquardt algorithm"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; }) {}; "levmar-chart" = callPackage @@ -161365,7 +168122,6 @@ self: { libraryHaskellDepends = [ base Chart colour data-accessor levmar ]; description = "Plots the results of the Levenberg-Marquardt algorithm in a chart"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; }) {}; "lex-applicative" = callPackage @@ -161414,6 +168170,8 @@ self: { testHaskellDepends = [ base doctest QuickCheck ]; description = "L-Fuzzy Set Theory implementation in Haskell"; license = lib.licenses.gpl3Only; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "lgtk" = callPackage @@ -161487,6 +168245,8 @@ self: { enableSeparateDataOutput = true; description = "LHC Haskell Compiler"; license = lib.licenses.publicDomain; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "lhe" = callPackage @@ -161517,6 +168277,8 @@ self: { ]; description = "Literate highlighter preprocessor for lhs2tex"; license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "lhs2html" = callPackage @@ -161566,6 +168328,8 @@ self: { ]; description = "Tool for using pdflatex with .lhs files"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "libBF" = callPackage @@ -161597,6 +168361,8 @@ self: { ]; description = "A natural language generator (specifically, an FB-LTAG surface realiser)"; license = "GPL"; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "libarchive" = callPackage @@ -161699,6 +168465,8 @@ self: { librarySystemDepends = [ expect tcl ]; description = "Library for interacting with console applications via pseudoterminals"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {inherit (pkgs) expect; inherit (pkgs) tcl;}; "libffi" = callPackage @@ -161748,6 +168516,8 @@ self: { benchmarkHaskellDepends = [ base bytestring criterion unix ]; description = "A Haskell binding for libfuse-3.x"; license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; + broken = true; }) {inherit (pkgs) fuse3;}; "libgit" = callPackage @@ -161799,6 +168569,8 @@ self: { ]; description = "Backend for text editors to provide better Haskell editing support"; license = lib.licenses.lgpl21Only; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "libinfluxdb" = callPackage @@ -161817,6 +168589,8 @@ self: { ]; description = "libinfluxdb"; license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "libiserv_9_0_1" = callPackage @@ -161861,6 +168635,8 @@ self: { ]; description = "Jenkins API interface"; license = lib.licenses.bsd2; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "libjwt-typed" = callPackage @@ -161891,6 +168667,8 @@ self: { ]; description = "A Haskell implementation of JSON Web Token (JWT)"; license = lib.licenses.mpl20; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "liblastfm" = callPackage @@ -161981,6 +168759,8 @@ self: { libraryHaskellDepends = [ base ]; description = "FFI interface to libltdl"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "libmdbx" = callPackage @@ -162150,6 +168930,8 @@ self: { testHaskellDepends = [ base ]; description = "Bindings to liboath"; license = lib.licenses.gpl3Only; + hydraPlatforms = lib.platforms.none; + broken = true; }) {liboath = null; oath = null;}; "liboleg" = callPackage @@ -162165,6 +168947,8 @@ self: { ]; description = "An evolving collection of Oleg Kiselyov's Haskell modules"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "libpafe" = callPackage @@ -162178,6 +168962,8 @@ self: { testHaskellDepends = [ base bytestring iconv transformers ]; description = "Wrapper for libpafe"; license = lib.licenses.gpl2Only; + hydraPlatforms = lib.platforms.none; + broken = true; }) {pafe = null;}; "libpq" = callPackage @@ -162190,6 +168976,8 @@ self: { librarySystemDepends = [ postgresql ]; description = "libpq binding for Haskell"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {inherit (pkgs) postgresql;}; "libraft" = callPackage @@ -162253,6 +169041,8 @@ self: { libraryHaskellDepends = [ base bytestring curl ]; description = "Wrapper to Random.org API"; license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "librato" = callPackage @@ -162389,7 +169179,6 @@ self: { ]; description = "Conduit wrappers for libssh2 FFI bindings (see libssh2 package)"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; }) {}; "libstackexchange" = callPackage @@ -162427,6 +169216,8 @@ self: { ]; description = "Haskell bindings for libsystemd-daemon"; license = lib.licenses.lgpl21Only; + hydraPlatforms = lib.platforms.none; + broken = true; }) {libsystemd-daemon = null; systemd-daemon = null;}; "libsystemd-journal" = callPackage @@ -162449,6 +169240,8 @@ self: { platforms = [ "aarch64-linux" "armv7l-linux" "i686-linux" "x86_64-linux" ]; + hydraPlatforms = lib.platforms.none; + broken = true; }) {inherit (pkgs) systemd;}; "libtagc" = callPackage @@ -162463,6 +169256,8 @@ self: { libraryPkgconfigDepends = [ taglib ]; description = "Binding to TagLib C library"; license = lib.licenses.lgpl21Only; + hydraPlatforms = lib.platforms.none; + broken = true; }) {inherit (pkgs) taglib;}; "libtelnet" = callPackage @@ -162529,6 +169324,8 @@ self: { libraryHaskellDepends = [ base bindings-DSL ]; description = "Bindings to libxls"; license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "libxlsxwriter-hs" = callPackage @@ -162541,6 +169338,8 @@ self: { librarySystemDepends = [ xlsxwriter ]; description = "Bindings to libxlsxwriter"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {xlsxwriter = null;}; "libxml" = callPackage @@ -162597,6 +169396,8 @@ self: { librarySystemDepends = [ xslt ]; description = "Binding to libxslt"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {xslt = null;}; "libyaml" = callPackage @@ -162644,6 +169445,8 @@ self: { platforms = [ "aarch64-linux" "armv7l-linux" "i686-linux" "x86_64-linux" ]; + hydraPlatforms = lib.platforms.none; + broken = true; }) {nvpair = null; inherit (pkgs) zfs;}; "licensor" = callPackage @@ -162663,6 +169466,8 @@ self: { executableHaskellDepends = [ base Cabal containers directory ]; description = "A license compatibility helper"; license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "lie" = callPackage @@ -162677,6 +169482,8 @@ self: { executableHaskellDepends = [ base ]; description = "Lie Algebras"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "life" = callPackage @@ -162717,6 +169524,8 @@ self: { ]; description = "Synchronize personal configs across multiple machines"; license = lib.licenses.mpl20; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "lifetimes" = callPackage @@ -162736,7 +169545,6 @@ self: { ]; description = "Flexible manual resource management"; license = lib.licenses.asl20; - hydraPlatforms = lib.platforms.none; }) {}; "lift-generics" = callPackage @@ -162866,6 +169674,8 @@ self: { ]; description = "A sensible set of defaults for writing lifted custom Preludes"; license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "lifted-stm" = callPackage @@ -162915,6 +169725,8 @@ self: { ]; description = "A boulderdash-like game and solution validator"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "lifx-lan" = callPackage @@ -162943,6 +169755,8 @@ self: { libraryHaskellDepends = [ base text ]; description = "Expand ligatures in unicode text"; license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "ligd" = callPackage @@ -162968,6 +169782,8 @@ self: { testHaskellDepends = [ base containers lens linear QuickCheck ]; description = "a simple physics engine"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "lightning-haskell" = callPackage @@ -163072,6 +169888,8 @@ self: { ]; description = "Bindings to Lilypond"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "limp" = callPackage @@ -163105,6 +169923,8 @@ self: { ]; description = "bindings for integer linear programming solver Coin/CBC"; license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "lin-alg" = callPackage @@ -163127,6 +169947,8 @@ self: { libraryHaskellDepends = [ base hmatrix HUnit ]; description = "LINear Discriminant Analysis"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "linden" = callPackage @@ -163156,6 +169978,8 @@ self: { ]; description = "Zen gardening, based on l-systems"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "lindenmayer" = callPackage @@ -163219,6 +170043,8 @@ self: { testToolDepends = [ hspec-discover ]; description = "Haskell SDK for LINE Messaging API"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "line-break" = callPackage @@ -163244,6 +170070,8 @@ self: { testHaskellDepends = [ base hspec QuickCheck ]; description = "raster line drawing"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "line-size" = callPackage @@ -163315,6 +170143,7 @@ self: { testHaskellDepends = [ base doctest ]; description = "Lifting linear vector spaces into Accelerate"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; }) {}; "linear-algebra-cblas" = callPackage @@ -163335,6 +170164,8 @@ self: { ]; description = "A linear algebra library with bindings to BLAS and LAPACK"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "linear-base" = callPackage @@ -163407,6 +170238,7 @@ self: { ]; description = "A simple library for linear codes (coding theory, error correction)"; license = lib.licenses.gpl3Only; + hydraPlatforms = lib.platforms.none; }) {}; "linear-generics" = callPackage @@ -163450,6 +170282,8 @@ self: { libraryHaskellDepends = [ base containers HUnit ]; description = "Finite maps for linear use"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "linear-opengl" = callPackage @@ -163465,6 +170299,8 @@ self: { ]; description = "Isomorphisms between linear and OpenGL types"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "linear-smc" = callPackage @@ -163489,6 +170325,8 @@ self: { testHaskellDepends = [ base hspec network tasty-hspec ]; description = "Typed sockets"; license = lib.licenses.gpl3Only; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "linear-tests" = callPackage @@ -163515,6 +170353,8 @@ self: { libraryHaskellDepends = [ base random ]; description = "A low-dimensional linear algebra library, operating on the Num typeclass"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "linearEqSolver" = callPackage @@ -163530,6 +170370,7 @@ self: { "aarch64-darwin" "armv7l-linux" "i686-linux" "x86_64-darwin" "x86_64-linux" ]; + hydraPlatforms = lib.platforms.none; }) {}; "linearmap-category" = callPackage @@ -163569,6 +170410,8 @@ self: { ]; description = "Linear scan register allocator, formally verified in Coq"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "linearscan-hoopl" = callPackage @@ -163633,6 +170476,8 @@ self: { libraryHaskellDepends = [ base containers mtl safe ]; description = "Lines of Action, 2-player strategy board game"; license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "lingo" = callPackage @@ -163655,6 +170500,8 @@ self: { testHaskellDepends = [ base hspec ]; description = "File extension based programming language detection"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "linguistic-ordinals" = callPackage @@ -163728,6 +170575,8 @@ self: { testHaskellDepends = [ base ]; description = "A pure linked list which is mutable through iterators"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "linkedhashmap" = callPackage @@ -163750,6 +170599,8 @@ self: { ]; description = "Persistent LinkedHashMap data structure"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "linklater" = callPackage @@ -163772,6 +170623,8 @@ self: { ]; description = "A Haskell library for the Slack API"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "linnet" = callPackage @@ -163856,6 +170709,8 @@ self: { ]; description = "Bindings to the Linode API"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "linode-v4" = callPackage @@ -163872,6 +170727,8 @@ self: { testHaskellDepends = [ base hspec ]; description = "Haskell wrapper for the Linode v4 API"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "linux-blkid" = callPackage @@ -163888,6 +170745,8 @@ self: { libraryPkgconfigDepends = [ blkid ]; description = "Linux libblkid"; license = lib.licenses.lgpl21Only; + hydraPlatforms = lib.platforms.none; + broken = true; }) {blkid = null;}; "linux-capabilities" = callPackage @@ -163910,6 +170769,8 @@ self: { libraryHaskellDepends = [ base filepath ]; description = "Very basic interface to the Linux CGroup Virtual Filesystem"; license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "linux-evdev" = callPackage @@ -163979,6 +170840,8 @@ self: { libraryPkgconfigDepends = [ libkmod ]; description = "Linux kernel modules support"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {libkmod = null;}; "linux-mount" = callPackage @@ -164029,6 +170892,8 @@ self: { ]; description = "Read files generated by perf on Linux"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "linux-ptrace" = callPackage @@ -164078,6 +170943,8 @@ self: { ]; description = "Implementation of the Enea LINX gateway protocol"; license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "lio" = callPackage @@ -164148,6 +171015,7 @@ self: { ]; description = "LIO support for the Simple web framework"; license = lib.licenses.lgpl3Only; + hydraPlatforms = lib.platforms.none; }) {}; "lion" = callPackage @@ -164177,6 +171045,8 @@ self: { libraryHaskellDepends = [ base QuickCheck ]; description = "Generators for random sequences of English-like nonsense text"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "liquid" = callPackage @@ -164201,6 +171071,7 @@ self: { benchmarkHaskellDepends = [ aeson attoparsec base criterion text ]; description = "Liquid template language library"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; }) {}; "liquid-base" = callPackage @@ -164282,6 +171153,7 @@ self: { doCheck = false; description = "Predicate Abstraction-based Horn-Clause/Implication Constraint Solver"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; }) {inherit (pkgs) git; inherit (pkgs) nettools; inherit (pkgs) z3;}; @@ -164403,6 +171275,7 @@ self: { testSystemDepends = [ z3 ]; description = "Liquid Types for Haskell"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; }) {inherit (pkgs) z3;}; "liquidhaskell-cabal" = callPackage @@ -164416,6 +171289,8 @@ self: { libraryHaskellDepends = [ base Cabal directory filepath ]; description = "Liquid Haskell integration for Cabal and Stack"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "liquidhaskell-cabal-demo" = callPackage @@ -164490,6 +171365,8 @@ self: { testHaskellDepends = [ base tasty tasty-hunit ]; description = "testing list fusion for success"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "list-grouping" = callPackage @@ -164512,6 +171389,8 @@ self: { libraryHaskellDepends = [ base ]; description = "List Multiplexing"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "list-predicate" = callPackage @@ -164544,6 +171423,8 @@ self: { ]; description = "A simple list prompt UI for the terminal"; license = lib.licenses.gpl2Only; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "list-remote-forwards" = callPackage @@ -164570,6 +171451,8 @@ self: { ]; description = "List all remote forwards for mail accounts stored in a SQL database"; license = lib.licenses.gpl3Only; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "list-singleton" = callPackage @@ -164657,6 +171540,8 @@ self: { ]; description = "A streaming HTTP client"; license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "list-t-libcurl" = callPackage @@ -164692,6 +171577,8 @@ self: { ]; description = "A streaming text codec"; license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "list-transformer" = callPackage @@ -164723,6 +171610,8 @@ self: { ]; description = "Tries and Patricia tries: finite sets and maps for list keys"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "list-tuple" = callPackage @@ -164744,6 +171633,7 @@ self: { testToolDepends = [ hspec-discover ]; description = "List-like operations for tuples"; license = lib.licenses.asl20; + hydraPlatforms = lib.platforms.none; }) {}; "list-witnesses" = callPackage @@ -164772,6 +171662,8 @@ self: { libraryHaskellDepends = [ base ]; description = "Provides zips with default values"; license = lib.licenses.publicDomain; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "list-zipper" = callPackage @@ -164794,6 +171686,8 @@ self: { ]; description = "A list zipper"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "listenbrainz-client" = callPackage @@ -164823,6 +171717,8 @@ self: { libraryHaskellDepends = [ base bytestring ListLike text vector ]; description = "Extra instances of the ListLike class"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "lists" = callPackage @@ -164845,6 +171741,8 @@ self: { libraryHaskellDepends = [ base ]; description = "Additional data and structures to some 'String'-related lists"; license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "listsafe" = callPackage @@ -164891,6 +171789,7 @@ self: { ]; description = "Append only key-list database"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; }) {}; "lit" = callPackage @@ -164910,6 +171809,8 @@ self: { ]; description = "A simple tool for literate programming"; license = "GPL"; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "literals" = callPackage @@ -164921,6 +171822,8 @@ self: { libraryHaskellDepends = [ base ]; description = "Non-overloaded functions for concrete literals"; license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "literatex" = callPackage @@ -164980,6 +171883,8 @@ self: { ]; description = "Basic logging based on co-log"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "little-rio" = callPackage @@ -165059,6 +171964,8 @@ self: { libraryHaskellDepends = [ base ]; librarySystemDepends = [ picosat ]; license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; + broken = true; }) {inherit (pkgs) picosat;}; "llrbtree" = callPackage @@ -165090,6 +171997,8 @@ self: { ]; description = "An implementation of the LLSD data system"; license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "llvm" = callPackage @@ -165146,6 +172055,8 @@ self: { libraryHaskellDepends = [ base mtl ]; description = "FFI bindings to the LLVM compiler toolkit"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "llvm-base-types" = callPackage @@ -165279,6 +172190,8 @@ self: { librarySystemDepends = [ LLVM ]; description = "FFI bindings to the LLVM compiler toolkit"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {LLVM = null;}; "llvm-ffi-tools" = callPackage @@ -165345,6 +172258,8 @@ self: { ]; description = "Pure Haskell LLVM functionality (no FFI)"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "llvm-general-quote" = callPackage @@ -165395,6 +172310,8 @@ self: { ]; description = "General purpose LLVM bindings"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {llvm-config = null;}; "llvm-hs-pretty" = callPackage @@ -165415,6 +172332,7 @@ self: { ]; description = "A pretty printer for LLVM IR"; license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; }) {}; "llvm-hs-pure" = callPackage @@ -165450,6 +172368,8 @@ self: { ]; description = "Bindings to the LLVM compiler toolkit with some custom extensions"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "llvm-pkg-config" = callPackage @@ -165485,6 +172405,8 @@ self: { ]; description = "A pretty printing library inspired by the llvm binding"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "llvm-pretty-bc-parser" = callPackage @@ -165596,6 +172518,8 @@ self: { ]; description = "Higher level API for working with LMDB"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "lmdb-simple" = callPackage @@ -165631,6 +172555,8 @@ self: { ]; description = "LMonad is an Information Flow Control (IFC) framework for Haskell applications"; license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "lmonad-yesod" = callPackage @@ -165709,7 +172635,6 @@ self: { ]; description = "Support for developing against the LNURL protocol"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; }) {}; "lnurl-authenticator" = callPackage @@ -165744,6 +172669,7 @@ self: { libraryHaskellDepends = [ base containers hslogger PSQueue stm ]; description = "Client-side load balancing utilities"; license = lib.licenses.asl20; + hydraPlatforms = lib.platforms.none; }) {}; "load-env" = callPackage @@ -165776,6 +172702,8 @@ self: { libraryToolDepends = [ c2hs ]; description = "A cross platform library for loading bundled fonts into your application"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "loadavg" = callPackage @@ -165825,6 +172753,8 @@ self: { libraryHaskellDepends = [ base network ]; description = "Functions to get local interface address"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "local-search" = callPackage @@ -165883,6 +172813,8 @@ self: { libraryHaskellDepends = [ base text ]; description = "Source location helpers"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "located-base" = callPackage @@ -165907,6 +172839,8 @@ self: { libraryHaskellDepends = [ base monad-logger text ]; description = "Location-aware logging without Template Haskell"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "locators" = callPackage @@ -165939,6 +172873,8 @@ self: { executableHaskellDepends = [ base ]; description = "Support for precise error locations in source files"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "loch-th" = callPackage @@ -166068,6 +173004,8 @@ self: { ]; description = "Structured logging solution (base package)"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "log-domain" = callPackage @@ -166221,6 +173159,8 @@ self: { testToolDepends = [ hspec-discover ]; description = "Flexible, configurable, monadic and pretty logging"; license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "log2json" = callPackage @@ -166234,6 +173174,8 @@ self: { executableHaskellDepends = [ base containers json parsec ]; description = "Turn log file records into JSON"; license = "GPL"; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "log4hs" = callPackage @@ -166264,6 +173206,7 @@ self: { ]; description = "A python logging style log library"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; }) {}; "logentries" = callPackage @@ -166283,6 +173226,8 @@ self: { ]; description = "Request logger middleware for Logentries"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "logfloat" = callPackage @@ -166326,6 +173271,8 @@ self: { ]; description = "Fast & extensible logging framework"; license = lib.licenses.asl20; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "logger-thread" = callPackage @@ -166423,6 +173370,8 @@ self: { executableHaskellDepends = [ base logging-effect prettyprinter ]; description = "TH splices to augment log messages with file info"; license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "logging-effect-extra-handler" = callPackage @@ -166441,6 +173390,8 @@ self: { executableHaskellDepends = [ base logging-effect prettyprinter ]; description = "Handy logging handler combinators"; license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "logging-facade" = callPackage @@ -166478,6 +173429,7 @@ self: { platforms = [ "aarch64-linux" "armv7l-linux" "i686-linux" "x86_64-linux" ]; + hydraPlatforms = lib.platforms.none; }) {}; "logging-facade-syslog" = callPackage @@ -166549,6 +173501,8 @@ self: { libraryHaskellDepends = [ base logict transformers ]; description = "Backtracking mutable references in the ST and IO monads"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "logict" = callPackage @@ -166585,6 +173539,8 @@ self: { libraryHaskellDepends = [ base logict mtl transformers ]; description = "Library for logic programming based on haskell package logict"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "loglevel" = callPackage @@ -166609,6 +173565,8 @@ self: { testHaskellDepends = [ base hspec time ]; description = "Parse Heroku application/logplex documents"; license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "logsink" = callPackage @@ -166676,6 +173634,8 @@ self: { executableHaskellDepends = [ base ]; description = "lojban parser"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "lojbanXiragan" = callPackage @@ -166690,6 +173650,8 @@ self: { executableHaskellDepends = [ base ]; description = "lojban to xiragan"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "lojysamban" = callPackage @@ -166732,6 +173694,8 @@ self: { testHaskellDepends = [ base test-framework ]; description = "A library for lattice cryptography"; license = lib.licenses.gpl3Only; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "lol-apps" = callPackage @@ -166791,6 +173755,7 @@ self: { ]; description = "Calculus for LOL (λω language)"; license = lib.licenses.gpl3Only; + hydraPlatforms = lib.platforms.none; }) {}; "lol-cpp" = callPackage @@ -166918,6 +173883,8 @@ self: { libraryHaskellDepends = [ base ]; description = "Dependently-typed linked list implementation"; license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "longshot" = callPackage @@ -166949,7 +173916,6 @@ self: { ]; description = "Fast Brute-force search using parallelism"; license = lib.licenses.mit; - hydraPlatforms = lib.platforms.none; }) {}; "lookup-tables" = callPackage @@ -166964,6 +173930,8 @@ self: { testHaskellDepends = [ base tasty tasty-hunit ]; description = "Statically generate lookup tables using Template Haskell"; license = lib.licenses.isc; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "loop" = callPackage @@ -166992,6 +173960,8 @@ self: { testHaskellDepends = [ base hspec mtl transformers vector ]; description = "monadic loop dsl"; license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "loop-effin" = callPackage @@ -167015,6 +173985,8 @@ self: { libraryHaskellDepends = [ base mtl ]; description = "A monad transformer supporting various styles of while loop"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "loopbreaker" = callPackage @@ -167032,6 +174004,8 @@ self: { testToolDepends = [ hspec-discover ]; description = "inline self-recursive definitions"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "looper" = callPackage @@ -167049,6 +174023,8 @@ self: { aeson base hspec optparse-applicative text time unliftio ]; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "loops" = callPackage @@ -167066,6 +174042,8 @@ self: { benchmarkHaskellDepends = [ base criterion transformers vector ]; description = "Fast imperative-style loops"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "loopy" = callPackage @@ -167084,6 +174062,8 @@ self: { ]; description = "Find all biological feedback loops within an ecosystem graph"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "lord" = callPackage @@ -167124,6 +174104,8 @@ self: { ]; description = "A command line interface to online radios"; license = lib.licenses.publicDomain; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "lorem" = callPackage @@ -167138,6 +174120,8 @@ self: { executableHaskellDepends = [ base ]; description = "Library for generating filler text"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "lorentz" = callPackage @@ -167174,6 +174158,8 @@ self: { libraryToolDepends = [ c2hs ]; description = "interface to Loris API"; license = lib.licenses.gpl2Only; + hydraPlatforms = lib.platforms.none; + broken = true; }) {loris = null;}; "loshadka" = callPackage @@ -167192,6 +174178,8 @@ self: { ]; description = "Minecraft 1.7 server proxy that answers to queries when the server is offline"; license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "lostcities" = callPackage @@ -167255,6 +174243,8 @@ self: { libraryHaskellDepends = [ base gl linear vector ]; description = "Basic gl wrapper and reference"; license = lib.licenses.bsd2; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "lowlin" = callPackage @@ -167285,6 +174275,8 @@ self: { ]; description = "An EDSL for diagrams based based on linear constraints"; license = lib.licenses.agpl3Only; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "lp-diagrams-svg" = callPackage @@ -167304,6 +174296,7 @@ self: { ]; description = "SVG Backend for lp-diagrams"; license = "GPL"; + hydraPlatforms = lib.platforms.none; }) {}; "lpeg" = callPackage @@ -167347,6 +174340,8 @@ self: { ]; description = "LRU cache"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "lrucaching-haxl" = callPackage @@ -167358,6 +174353,7 @@ self: { libraryHaskellDepends = [ base hashable haxl lrucaching psqueues ]; description = "Combine lrucaching and haxl"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; }) {}; "ls-usb" = callPackage @@ -167394,6 +174390,8 @@ self: { ]; description = "List exported modules from a set of .cabal files"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "lsfrom" = callPackage @@ -167412,6 +174410,8 @@ self: { testHaskellDepends = [ base directory filepath simple-cmd ]; description = "List dir files starting from a specific name"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "lsp" = callPackage @@ -167559,6 +174559,7 @@ self: { ]; description = "Parameterized file evaluator"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; }) {}; "lti13" = callPackage @@ -167579,6 +174580,7 @@ self: { ]; description = "Core functionality for LTI 1.3."; license = lib.licenses.lgpl3Only; + hydraPlatforms = lib.platforms.none; }) {}; "ltiv1p1" = callPackage @@ -167598,6 +174600,8 @@ self: { ]; description = "Partial implementation of a service provider for LTI 1.1."; license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "ltk" = callPackage @@ -167618,6 +174622,8 @@ self: { libraryPkgconfigDepends = [ gtk3 ]; description = "Leksah tool kit"; license = "GPL"; + hydraPlatforms = lib.platforms.none; + broken = true; }) {inherit (pkgs) gtk3;}; "ltl" = callPackage @@ -167687,6 +174693,8 @@ self: { ]; description = "Lua bytecode parser"; license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "lua-bytecode" = callPackage @@ -167741,6 +174749,8 @@ self: { ]; description = "Helpers for Haskell integration with Lua"; license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "lub" = callPackage @@ -167859,6 +174869,8 @@ self: { testHaskellDepends = [ base lucid servant text ]; description = "Use htmx in your lucid templates"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "lucid-hyperscript" = callPackage @@ -167874,6 +174886,8 @@ self: { testHaskellDepends = [ base lucid template-haskell text ]; description = "Use _hyperscript with lucid"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "lucid-svg" = callPackage @@ -167951,6 +174965,8 @@ self: { ]; description = "An unofficial client for the LUIS NLP service"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "luka" = callPackage @@ -167964,6 +174980,8 @@ self: { librarySystemDepends = [ objc ]; description = "Simple ObjectiveC runtime binding"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {objc = null;}; "lukko" = callPackage @@ -168020,6 +175038,8 @@ self: { ]; description = "Type-safe, type-level and stateless graphics framework"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "luminance-samples" = callPackage @@ -168052,6 +175072,8 @@ self: { executableHaskellDepends = [ base haskell-src-exts text vector ]; description = "Create ctags compatible tags files for Haskell programs"; license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "luthor" = callPackage @@ -168064,6 +175086,8 @@ self: { testHaskellDepends = [ base mtl parsec ]; description = "Tools for lexing and utilizing lexemes that integrate with Parsec"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "lvar" = callPackage @@ -168125,6 +175149,8 @@ self: { ]; description = "The Lazy Virtual Machine (LVM)"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "lvmrun" = callPackage @@ -168177,6 +175203,8 @@ self: { ]; description = "LXD client written in Haskell"; license = lib.licenses.gpl3Only; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "lxd-client-config" = callPackage @@ -168214,6 +175242,8 @@ self: { ]; description = "A Lilypond-compiling music box"; license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "lz4" = callPackage @@ -168299,6 +175329,8 @@ self: { ]; description = "Conduit implementing the official LZ4 frame streaming format"; license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "lz4-hs" = callPackage @@ -168328,6 +175360,8 @@ self: { libraryHaskellDepends = [ base bytestring ]; description = "Lzip compression / Lzlib bindings"; license = lib.licenses.gpl3Only; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "lzlib" = callPackage @@ -168348,6 +175382,8 @@ self: { ]; description = "lzlib bindings"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "lzma" = callPackage @@ -168459,6 +175495,8 @@ self: { ]; description = "IO-Streams interface for lzma/xz compression"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "lzo" = callPackage @@ -168474,6 +175512,8 @@ self: { benchmarkHaskellDepends = [ base bytestring criterion ]; description = "minilzo bundled for Haskell"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "mDNSResponder-client" = callPackage @@ -168507,6 +175547,8 @@ self: { ]; description = "Monadic Abstracting Abstract Machines (MAAM) built on Galois Transformers"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "mac" = callPackage @@ -168518,6 +175560,8 @@ self: { libraryHaskellDepends = [ base network transformers ]; description = "Static Mandatory Access Control in Haskell"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "macaroon-shop" = callPackage @@ -168538,6 +175582,8 @@ self: { ]; description = "A toolkit for working with macaroons"; license = lib.licenses.isc; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "macbeth-lib" = callPackage @@ -168607,6 +175653,8 @@ self: { ]; description = "Arrow based stream transducers"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "machines" = callPackage @@ -168671,6 +175719,8 @@ self: { ]; description = "Parse machines streams with attoparsec parsers"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "machines-binary" = callPackage @@ -168682,6 +175732,8 @@ self: { libraryHaskellDepends = [ base binary bytestring machines ]; description = "Binary utilities for the machines library"; license = lib.licenses.asl20; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "machines-bytestring" = callPackage @@ -168693,6 +175745,8 @@ self: { libraryHaskellDepends = [ base bytestring machines ]; description = "ByteString support for machines"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "machines-directory" = callPackage @@ -168708,6 +175762,7 @@ self: { ]; description = "Directory (system) utilities for the machines library"; license = lib.licenses.asl20; + hydraPlatforms = lib.platforms.none; }) {}; "machines-encoding" = callPackage @@ -168719,6 +175774,8 @@ self: { libraryHaskellDepends = [ base bytestring machines text ]; description = "Transcode encodings with machines"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "machines-io" = callPackage @@ -168734,6 +175791,8 @@ self: { ]; description = "IO utilities for the machines library"; license = lib.licenses.asl20; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "machines-process" = callPackage @@ -168748,6 +175807,7 @@ self: { ]; description = "Process (system) utilities for the machines library"; license = lib.licenses.asl20; + hydraPlatforms = lib.platforms.none; }) {}; "machines-zlib" = callPackage @@ -168762,6 +175822,8 @@ self: { ]; description = "Decompression support for machines"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "macho" = callPackage @@ -168774,6 +175836,8 @@ self: { libraryHaskellDepends = [ base binary bytestring ]; description = "Parser for Mach-O object format"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "mackerel-client" = callPackage @@ -168797,6 +175861,7 @@ self: { ]; description = "An API client library for Mackerel"; license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; }) {}; "maclight" = callPackage @@ -168821,6 +175886,8 @@ self: { ]; description = "Control screen and keyboard backlights on MACs under Linux"; license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "macos-corelibs" = callPackage @@ -168836,6 +175903,8 @@ self: { ]; description = "Haskell bindings to C-based Mac OS SDK frameworks"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "macosx-make-standalone" = callPackage @@ -168880,6 +175949,8 @@ self: { ]; description = "Alternative rm command for macOS that remove files/dirs to the system trash"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "mad-props" = callPackage @@ -168902,6 +175973,8 @@ self: { ]; description = "Monadic DSL for building constraint solvers using basic propagators"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "madlang" = callPackage @@ -168932,6 +176005,8 @@ self: { benchmarkHaskellDepends = [ base criterion megaparsec text ]; description = "Randomized templating language DSL"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "mage" = callPackage @@ -168947,6 +176022,8 @@ self: { executableSystemDepends = [ ncurses ]; description = "Rogue-like"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {inherit (pkgs) ncurses;}; "magic" = callPackage @@ -168970,6 +176047,8 @@ self: { libraryHaskellDepends = [ base ghc ghc-tcplugins-extra syb ]; description = "Write plugins for magic type families with ease"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "magic-wormhole" = callPackage @@ -169196,6 +176275,8 @@ self: { testHaskellDepends = [ base hspec ]; description = "Bindings for the MailChimp API"; license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "mailchimp-subscribe" = callPackage @@ -169214,6 +176295,8 @@ self: { ]; description = "MailChimp subscription request handler"; license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "mailgun" = callPackage @@ -169313,6 +176396,8 @@ self: { ]; description = "Change duplicated files into hard-links"; license = "GPL"; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "make-monofoldable-foldable" = callPackage @@ -169324,6 +176409,8 @@ self: { libraryHaskellDepends = [ base mono-traversable ]; description = "Make a MonoFoldable type into an ordinary Foldable type"; license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "make-package" = callPackage @@ -169344,6 +176431,7 @@ self: { ]; description = "Make a cabalized package"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; }) {}; "makedo" = callPackage @@ -169355,6 +176443,8 @@ self: { libraryHaskellDepends = [ base directory filepath HSH process ]; description = "Helper for writing redo scripts in Haskell"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "makefile" = callPackage @@ -169372,6 +176462,8 @@ self: { ]; description = "Simple Makefile parser and generator"; license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "mallard" = callPackage @@ -169399,6 +176491,8 @@ self: { ]; description = "Database migration and testing as a library"; license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "mameya" = callPackage @@ -169850,6 +176944,8 @@ self: { ]; description = "A zooming visualisation of the Mandelbrot Set as many Julia Sets"; license = lib.licenses.gpl3Only; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "mangopay" = callPackage @@ -169888,6 +176984,8 @@ self: { ]; description = "Bindings to the MangoPay API"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "mangrove" = callPackage @@ -169909,6 +177007,7 @@ self: { ]; description = "A parser for web documents according to the HTML5 specification"; license = lib.licenses.mpl20; + hydraPlatforms = lib.platforms.none; }) {}; "manifold-random" = callPackage @@ -169983,6 +177082,8 @@ self: { ]; description = "A set of classes and instances for working with key/value mappings"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "map-exts" = callPackage @@ -169997,6 +177098,8 @@ self: { executableHaskellDepends = [ base bytestring cassava containers ]; description = "Extensions to Data.Map"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "map-reduce-folds" = callPackage @@ -170062,6 +177165,8 @@ self: { ]; description = "Efficient, polymorphic Map Algebra"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "mappy" = callPackage @@ -170084,6 +177189,8 @@ self: { testHaskellDepends = [ base containers hspec parsec QuickCheck ]; description = "A functional programming language focused around maps"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "mapquest-api" = callPackage @@ -170189,6 +177296,8 @@ self: { ]; description = "Convert Markdown to HTML, with XSS protection"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "markdown-pap" = callPackage @@ -170253,6 +177362,8 @@ self: { testHaskellDepends = [ base ]; description = "Pretty-printing library, with scoping, based on pretty"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "markov" = callPackage @@ -170321,6 +177432,8 @@ self: { testHaskellDepends = [ base HTF MonadRandom ]; description = "Realizations of Markov chains"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "markup" = callPackage @@ -170339,6 +177452,7 @@ self: { ]; description = "Abstraction for HTML-embedded content"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; }) {}; "markup-preview" = callPackage @@ -170438,6 +177552,8 @@ self: { ]; description = "Generates mountainous terrain using a random walk algorithm"; license = lib.licenses.gpl3Only; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "marshal-contt" = callPackage @@ -170504,6 +177620,8 @@ self: { testHaskellDepends = [ base hspec text ]; description = "Compile time string interpolation a la Scala and CoffeeScript"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "marxup" = callPackage @@ -170527,6 +177645,7 @@ self: { ]; description = "Markup language preprocessor for Haskell"; license = lib.licenses.gpl2Only; + hydraPlatforms = lib.platforms.none; }) {}; "masakazu-bot" = callPackage @@ -170627,6 +177746,8 @@ self: { testToolDepends = [ hspec-discover ]; description = "Compatibility of 'massiv' with 'persist'"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "massiv-scheduler" = callPackage @@ -170647,6 +177768,8 @@ self: { ]; description = "Work stealing scheduler for Massiv (Массив) and other parallel applications"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "massiv-serialise" = callPackage @@ -170664,6 +177787,8 @@ self: { testToolDepends = [ hspec-discover ]; description = "Compatibility of 'massiv' with 'serialise'"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "massiv-test" = callPackage @@ -170711,6 +177836,8 @@ self: { ]; description = "The project management tool for hackers"; license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "mastermind" = callPackage @@ -170840,6 +177967,8 @@ self: { testHaskellDepends = [ array base containers hspec random ]; description = "Library containing graph data structures and graph algorithms"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "math-interpolate" = callPackage @@ -170851,6 +177980,8 @@ self: { libraryHaskellDepends = [ base ]; description = "Class for interpolation of values"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "math-metric" = callPackage @@ -170862,6 +177993,8 @@ self: { libraryHaskellDepends = [ base ]; description = "Typeclass for metric spaces"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "math-programming" = callPackage @@ -170880,6 +178013,8 @@ self: { testToolDepends = [ tasty-discover ]; description = "A library for formulating and solving math programs"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "math-programming-glpk" = callPackage @@ -170976,6 +178111,8 @@ self: { ]; description = "Dependently typed tensorflow modeler"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "mathgenealogy" = callPackage @@ -171133,6 +178270,8 @@ self: { ]; description = "Read and Display Jones-Faithful notation for spacegroup and planegroup"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "matrix-client" = callPackage @@ -171176,6 +178315,8 @@ self: { testToolDepends = [ tasty-discover ]; description = "Optics for the \"matrix\" package"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "matrix-market" = callPackage @@ -171187,6 +178328,8 @@ self: { libraryHaskellDepends = [ base bytestring ]; description = "Read and write NIST Matrix Market files"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "matrix-market-attoparsec" = callPackage @@ -171238,6 +178381,8 @@ self: { ]; description = "Haskell matrix library with interface to C++ linear algebra libraries"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "matrix-static" = callPackage @@ -171269,6 +178414,8 @@ self: { testHaskellDepends = [ base containers hspec QuickCheck ]; description = "matroid (combinatorial pre-geometries) library"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "matsuri" = callPackage @@ -171390,6 +178537,8 @@ self: { ]; description = "An interface to the Maude rewriting system"; license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "maxent" = callPackage @@ -171435,6 +178584,8 @@ self: { ]; description = "Hayes and Wilson's maxent learning algorithm for phonotactic grammars"; license = "GPL"; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "maxent-learner-hw-gui" = callPackage @@ -171520,6 +178671,8 @@ self: { ]; description = "Automated benchmarking tool"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "mbox" = callPackage @@ -171551,6 +178704,8 @@ self: { ]; description = "A collection of tools to process mbox files"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "mbox-utility" = callPackage @@ -171612,6 +178767,8 @@ self: { ]; description = "download bugs mailboxes"; license = lib.licenses.gpl3Only; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "mcaeson" = callPackage @@ -171653,6 +178810,8 @@ self: { ]; description = "Bindings to mcl, a generic and fast pairing-based cryptography library"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {inherit (pkgs) gmpxx; mcl = null; inherit (pkgs) openssl;}; "mcm" = callPackage @@ -171672,6 +178831,8 @@ self: { ]; description = "Machine Configuration Manager"; license = lib.licenses.gpl3Only; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "mcmaster-gloss-examples" = callPackage @@ -171684,6 +178845,8 @@ self: { isExecutable = true; executableHaskellDepends = [ base gloss ]; license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "mcmc" = callPackage @@ -171763,6 +178926,8 @@ self: { libraryHaskellDepends = [ base MonadRandom ]; description = "MCMC applied to probabilistic program synthesis"; license = lib.licenses.gpl3Only; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "mcmc-types" = callPackage @@ -171790,6 +178955,8 @@ self: { executableHaskellDepends = [ base transformers ]; description = "Connect to MineCraft running on a Raspberry PI"; license = lib.licenses.publicDomain; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "mdapi" = callPackage @@ -171808,6 +178975,8 @@ self: { ]; description = "Haskell interface to Fedora's mdapi"; license = lib.licenses.bsd2; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "mdcat" = callPackage @@ -171827,6 +178996,8 @@ self: { ]; description = "Markdown viewer in your terminal"; license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "mdo" = callPackage @@ -171856,6 +179027,8 @@ self: { testHaskellDepends = [ base HTF HUnit QuickCheck vector ]; description = "Tools for solving Markov Decision Processes"; license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "mealstrom" = callPackage @@ -171878,6 +179051,8 @@ self: { ]; description = "Manipulate FSMs and store them in PostgreSQL"; license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "mealy" = callPackage @@ -171896,7 +179071,6 @@ self: { ]; description = "Mealy machines for processing time-series and ordered data"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; }) {}; "means" = callPackage @@ -171920,6 +179094,8 @@ self: { librarySystemDepends = [ mecab ]; description = "A Haskell binding to MeCab"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {inherit (pkgs) mecab;}; "mech" = callPackage @@ -171931,6 +179107,8 @@ self: { libraryHaskellDepends = [ base machines ]; description = "mecha are the most complex composite machines known to humanity, lets build them well!"; license = lib.licenses.bsd2; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "mecha" = callPackage @@ -171955,6 +179133,8 @@ self: { libraryHaskellDepends = [ base machines ]; description = "mecha are the most complex composite machines known to humanity, lets build them well!"; license = lib.licenses.bsd2; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "med-module" = callPackage @@ -171999,6 +179179,8 @@ self: { ]; description = "A schema language for JSON"; license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "mediabus" = callPackage @@ -172029,6 +179211,8 @@ self: { ]; description = "Multimedia streaming on top of Conduit"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "mediabus-fdk-aac" = callPackage @@ -172125,6 +179309,8 @@ self: { ]; description = "Interfacing with the MediaWiki API"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "mediawiki2latex" = callPackage @@ -172168,6 +179354,8 @@ self: { ]; description = "Haskell SDK for communicating with the Medium API"; license = lib.licenses.gpl3Only; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "meep" = callPackage @@ -172188,6 +179376,8 @@ self: { ]; description = "A silly container"; license = lib.licenses.bsd2; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "mega-sdist" = callPackage @@ -172217,6 +179407,8 @@ self: { libraryHaskellDepends = [ base megaparsec mtl text ]; description = "lisp parser using mega-parsec"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "megaparsec" = callPackage @@ -172306,6 +179498,8 @@ self: { ]; description = "An Elf parser"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "mellon-core" = callPackage @@ -172325,6 +179519,8 @@ self: { ]; description = "Control physical access devices"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "mellon-gpio" = callPackage @@ -172400,6 +179596,8 @@ self: { ]; description = "A functional scripting language"; license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "membership" = callPackage @@ -172432,6 +179630,8 @@ self: { ]; description = "Type-safe memory units"; license = lib.licenses.mpl20; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "memcache" = callPackage @@ -172495,6 +179695,8 @@ self: { ]; description = "Memcache procotol library"; license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "memcached" = callPackage @@ -172506,6 +179708,8 @@ self: { libraryHaskellDepends = [ base bytestring network utf8-light ]; description = "haskell bindings for memcached"; license = "unknown"; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "memcached-binary" = callPackage @@ -172528,6 +179732,8 @@ self: { ]; description = "memcached client using binary protocol"; license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "memdb" = callPackage @@ -172568,6 +179774,8 @@ self: { libraryHaskellDepends = [ attoparsec base bytestring containers ]; description = "Library for reading `/proc/meminfo`"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "memis" = callPackage @@ -172593,6 +179801,7 @@ self: { ]; description = "Memis Efficient Manual Image Sorting"; license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; }) {}; "memo-ptr" = callPackage @@ -172604,6 +179813,8 @@ self: { libraryHaskellDepends = [ base containers ]; description = "Pointer equality memoization"; license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "memo-sqlite" = callPackage @@ -172615,6 +179826,8 @@ self: { libraryHaskellDepends = [ base direct-sqlite text ]; description = "memoize functions using SQLite3 database"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "memoization-utils" = callPackage @@ -172631,6 +179844,8 @@ self: { testHaskellDepends = [ base hspec time time-units ]; description = "Utilities for memoizing functions"; license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "memoize" = callPackage @@ -172741,6 +179956,7 @@ self: { ]; description = "Hex-string type for Haskell Web3 library"; license = lib.licenses.asl20; + hydraPlatforms = lib.platforms.none; }) {}; "memorypool" = callPackage @@ -172756,6 +179972,8 @@ self: { ]; description = "basic memory pool outside of haskell heap/GC"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "memscript" = callPackage @@ -172797,6 +180015,8 @@ self: { ]; description = "Haskell binding for Menoh DNN inference library"; license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; + broken = true; }) {menoh = null;}; "menshen" = callPackage @@ -172815,6 +180035,8 @@ self: { ]; description = "Data Validation"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "mercury-api" = callPackage @@ -172887,6 +180109,8 @@ self: { validity-containers validity-time ]; license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "mergeful-persistent" = callPackage @@ -173020,6 +180244,8 @@ self: { ]; description = "An implementation of a Merkle tree and merkle tree proofs of inclusion"; license = lib.licenses.asl20; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "mersenne-random" = callPackage @@ -173102,6 +180328,8 @@ self: { ]; description = "Message Pack RPC over TCP"; license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "messente" = callPackage @@ -173115,6 +180343,8 @@ self: { ]; description = "Messente SMS Gateway"; license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "meta-misc" = callPackage @@ -173126,6 +180356,8 @@ self: { libraryHaskellDepends = [ base loch-th template-haskell ]; description = "Utility library providing miscellaneous meta-programming utilities"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "meta-par" = callPackage @@ -173142,6 +180374,8 @@ self: { ]; description = "Provides the monad-par interface, but based on modular scheduler \"mix-ins\""; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "meta-par-accelerate" = callPackage @@ -173171,6 +180405,8 @@ self: { libraryHaskellDepends = [ base text time ]; description = "metadata library for semantic web"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "metaheuristics" = callPackage @@ -173182,6 +180418,8 @@ self: { libraryHaskellDepends = [ arrows base random Stream ]; description = "Generalised local search within Haskell, for applications in combinatorial optimisation"; license = "GPL"; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "metamorphic" = callPackage @@ -173276,6 +180514,8 @@ self: { testToolDepends = [ hspec-discover ]; description = "rebindable methods for improving testability"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "metric" = callPackage @@ -173294,6 +180534,8 @@ self: { ]; description = "Metric spaces"; license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "metrics" = callPackage @@ -173327,6 +180569,8 @@ self: { libraryHaskellDepends = [ base network ]; description = "Client for the metrics aggregator Metricsd"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "metro" = callPackage @@ -173449,6 +180693,8 @@ self: { ]; description = "Typesafe music composition"; license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "mezzolens" = callPackage @@ -173460,6 +180706,8 @@ self: { libraryHaskellDepends = [ base containers mtl transformers ]; description = "Pure Profunctor Functional Lenses"; license = lib.licenses.asl20; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "mfsolve" = callPackage @@ -173489,6 +180737,8 @@ self: { ]; description = "Generics with multiple parameters"; license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "mi" = callPackage @@ -173504,6 +180754,8 @@ self: { ]; description = "Multiple Instance for Haskell"; license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "miconix-test" = callPackage @@ -173519,6 +180771,8 @@ self: { executableHaskellDepends = [ base ]; description = "spam"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "micro-gateway" = callPackage @@ -173565,6 +180819,8 @@ self: { testHaskellDepends = [ base HUnit template-haskell ]; description = "Simple recursion schemes"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "microaeson" = callPackage @@ -173588,6 +180844,8 @@ self: { ]; description = "A tiny JSON library with light dependency footprint"; license = lib.licenses.gpl3Only; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "microbase" = callPackage @@ -173664,6 +180922,7 @@ self: { ]; description = "A Microformats 2 parser"; license = lib.licenses.publicDomain; + hydraPlatforms = lib.platforms.none; }) {}; "microformats2-types" = callPackage @@ -173691,6 +180950,8 @@ self: { libraryHaskellDepends = [ base primitive vector ]; description = "Array-backed extensible records"; license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "microlens" = callPackage @@ -173766,6 +181027,8 @@ self: { libraryHaskellDepends = [ base microlens ]; description = "'each' for microlens"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "microlens-ghc" = callPackage @@ -173863,6 +181126,7 @@ self: { testHaskellDepends = [ aeson base hspec text ]; description = "A super simple logging module"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; }) {}; "microsoft-translator" = callPackage @@ -173880,6 +181144,8 @@ self: { ]; description = "Bindings to the Microsoft Translator API"; license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "microspec" = callPackage @@ -173955,6 +181221,8 @@ self: { ]; description = "Language for algorithmic generation of MIDI files"; license = lib.licenses.gpl3Only; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "midair" = callPackage @@ -174046,6 +181314,8 @@ self: { benchmarkHaskellDepends = [ base bytestring criterion ]; description = "A simple and fast library for working with MIDI messages"; license = lib.licenses.lgpl3Only; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "midi-util" = callPackage @@ -174076,6 +181346,8 @@ self: { ]; description = "Utilities for working with MIDI data"; license = lib.licenses.gpl3Only; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "midimory" = callPackage @@ -174113,6 +181385,8 @@ self: { ]; description = "A control midi surface"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "mighttpd" = callPackage @@ -174203,6 +181477,8 @@ self: { ]; description = "Semi-automatic database schema migrations"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "migrant-hdbc" = callPackage @@ -174221,6 +181497,7 @@ self: { ]; description = "Semi-automatic database schema migrations"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; }) {}; "migrant-postgresql-simple" = callPackage @@ -174241,6 +181518,7 @@ self: { ]; description = "Semi-automatic database schema migrations"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; }) {}; "migrant-sqlite-simple" = callPackage @@ -174258,6 +181536,7 @@ self: { ]; description = "Semi-automatic database schema migrations"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; }) {}; "mikmod" = callPackage @@ -174271,6 +181550,8 @@ self: { libraryHaskellDepends = [ base bytestring ]; description = "MikMod bindings"; license = "LGPL"; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "mikrokosmos" = callPackage @@ -174296,6 +181577,8 @@ self: { ]; description = "Lambda calculus interpreter"; license = lib.licenses.gpl3Only; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "miku" = callPackage @@ -174312,6 +181595,8 @@ self: { ]; description = "A minimum web dev DSL"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "milena" = callPackage @@ -174335,6 +181620,8 @@ self: { ]; description = "A Kafka client for Haskell"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "mime" = callPackage @@ -174363,6 +181650,8 @@ self: { ]; description = "A library for parsing/printing the text/directory mime type"; license = "LGPL"; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "mime-mail" = callPackage @@ -174516,7 +181805,6 @@ self: { ]; description = "Minesweeper game which is always solvable without guessing"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; }) {}; "mini-egison" = callPackage @@ -174571,6 +181859,8 @@ self: { ]; description = "Miniature FORTH-like interpreter"; license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "minilens" = callPackage @@ -174586,6 +181876,8 @@ self: { ]; description = "A minimalistic lens library, providing only the simplest, most basic lens functionality"; license = lib.licenses.gpl3Only; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "minilight" = callPackage @@ -174617,6 +181909,8 @@ self: { testToolDepends = [ tasty-discover ]; description = "A SDL2-based graphics library, batteries-included"; license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "minilight-lua" = callPackage @@ -174716,6 +182010,8 @@ self: { ]; description = "A MinIO Haskell Library for Amazon S3 compatible cloud storage"; license = lib.licenses.asl20; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "minions" = callPackage @@ -174731,6 +182027,8 @@ self: { ]; description = "A fast parallel ssh tool"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "minioperational" = callPackage @@ -174764,6 +182062,8 @@ self: { ]; description = "simple 1-to-N interprocess communication"; license = "LGPL"; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "minirotate" = callPackage @@ -174783,6 +182083,7 @@ self: { ]; description = "Minimalistic file rotation utility"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; }) {}; "minisat" = callPackage @@ -174824,6 +182125,8 @@ self: { ]; description = "an interpreter for an operational semantics for the STG machine"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "minitypeset-opengl" = callPackage @@ -174875,6 +182178,8 @@ self: { ]; description = "A set of helpers to call minizinc models"; license = lib.licenses.asl20; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "minlen" = callPackage @@ -174902,6 +182207,8 @@ self: { testHaskellDepends = [ base binary directory hspec vector ]; description = "Read and write IDX data that is used in e.g. the MINST database."; license = lib.licenses.gpl3Only; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "mintty" = callPackage @@ -174936,6 +182243,8 @@ self: { ]; description = "A Minisat-based CDCL SAT solver in Haskell"; license = lib.licenses.gpl3Only; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "mirror-tweet" = callPackage @@ -174954,6 +182263,7 @@ self: { ]; description = "Tweet mirror"; license = lib.licenses.gpl3Only; + hydraPlatforms = lib.platforms.none; }) {}; "misfortune" = callPackage @@ -175082,6 +182392,8 @@ self: { testHaskellDepends = [ base hedgehog mismi-p text ]; description = "AWS Library"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "miso" = callPackage @@ -175102,6 +182414,8 @@ self: { ]; description = "A tasty Haskell front-end framework"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "miso-action-logger" = callPackage @@ -175113,6 +182427,7 @@ self: { libraryHaskellDepends = [ aeson base ghcjs-base miso ]; description = "Miso state transition logger"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; }) {}; "miso-examples" = callPackage @@ -175125,6 +182440,8 @@ self: { isExecutable = true; description = "A tasty Haskell front-end framework"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "miso-from-html" = callPackage @@ -175246,6 +182563,8 @@ self: { ]; description = "A git wrapper with a streamlined UX"; license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "miv" = callPackage @@ -175283,6 +182602,8 @@ self: { libraryHaskellDepends = [ base ]; description = "Mixing effects of one arrow into another one"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "mixed-strategies" = callPackage @@ -175342,6 +182663,8 @@ self: { testToolDepends = [ hspec-discover markdown-unlit ]; description = "Mixpanel client"; license = lib.licenses.asl20; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "mkbndl" = callPackage @@ -175375,6 +182698,8 @@ self: { ]; description = "Generate cabal files for a Haskell project"; license = "GPL"; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "ml-w" = callPackage @@ -175389,6 +182714,8 @@ self: { executableHaskellDepends = [ base mtl parsec pretty ]; description = "Minimal ML language to to demonstrate the W type infererence algorithm"; license = lib.licenses.publicDomain; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "mlist" = callPackage @@ -175424,6 +182751,8 @@ self: { ]; description = "Machine Learning Toolbox"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "mm2" = callPackage @@ -175435,6 +182764,8 @@ self: { libraryHaskellDepends = [ base vector ]; description = "The library that can be used for optimization of multiple (Ord a) => a -> b transformations"; license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "mmap" = callPackage @@ -175579,6 +182910,8 @@ self: { libraryHaskellDepends = [ base vector ]; description = "The library that can be used for multiple (Ord a) => a -> b transformations"; license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "mmsyn2-array" = callPackage @@ -175623,6 +182956,8 @@ self: { libraryHaskellDepends = [ base directory ]; description = "A small library to deal with executable endings"; license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "mmsyn4" = callPackage @@ -175637,6 +182972,7 @@ self: { executableHaskellDepends = [ base directory mmsyn3 process ]; description = "The \"glue\" between electronic tables and GraphViz"; license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; }) {}; "mmsyn5" = callPackage @@ -175671,6 +183007,7 @@ self: { ]; description = "A musical instrument synthesizer or a tool for Ukrainian language listening"; license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; }) {}; "mmsyn6ukr-array" = callPackage @@ -175694,6 +183031,7 @@ self: { ]; description = "A musical instrument synthesizer or a tool for Ukrainian language listening"; license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; }) {}; "mmsyn7h" = callPackage @@ -175716,6 +183054,7 @@ self: { ]; description = "Produces a sound recording specified by the Ukrainian text"; license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; }) {}; "mmsyn7l" = callPackage @@ -175736,6 +183075,7 @@ self: { ]; description = "Modifies the amplitudes of the Ukrainian sounds representations created by mmsyn7ukr package"; license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; }) {}; "mmsyn7s" = callPackage @@ -175750,6 +183090,7 @@ self: { executableHaskellDepends = [ base mmsyn2 mmsyn5 mmsyn6ukr vector ]; description = "Shows a sorted list of the Ukrainian sounds representations that can be used by mmsyn7 series of programs"; license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; }) {}; "mmsyn7ukr" = callPackage @@ -175771,6 +183112,7 @@ self: { ]; description = "A simple basic interface to some SoX functionality or to produce a voice that can be used by mmsyn7h"; license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; }) {}; "mmsyn7ukr-common" = callPackage @@ -175782,6 +183124,7 @@ 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; }) {}; "mmtf" = callPackage @@ -175802,6 +183145,8 @@ self: { ]; description = "Macromolecular Transmission Format implementation"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "mmtl" = callPackage @@ -175813,6 +183158,8 @@ self: { libraryHaskellDepends = [ base ]; description = "Modular Monad transformer library"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "mmtl-base" = callPackage @@ -175895,6 +183242,8 @@ self: { ]; description = "A HTTP server for testing HTTP clients"; license = lib.licenses.bsd2; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "mock-time" = callPackage @@ -175917,6 +183266,8 @@ self: { ]; description = "Mock time in tests"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "mockazo" = callPackage @@ -175935,6 +183286,8 @@ self: { ]; description = "Mock records of functions easily"; license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "mockery" = callPackage @@ -176024,6 +183377,8 @@ self: { ]; description = "A parser for the modelica language"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "modern-uri" = callPackage @@ -176137,6 +183492,8 @@ self: { ]; description = "A new Prelude featuring first class modules"; license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "modular-prelude-classy" = callPackage @@ -176195,6 +183552,8 @@ self: { ]; description = "Clean up module imports, split and merge modules"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "modulespection" = callPackage @@ -176211,6 +183570,8 @@ self: { ]; description = "Template Haskell for introspecting a module's declarations"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "modulo" = callPackage @@ -176246,6 +183607,8 @@ self: { ]; description = "html with style"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "moesocks" = callPackage @@ -176268,6 +183631,8 @@ self: { ]; description = "A functional firewall killer"; license = lib.licenses.asl20; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "mohws" = callPackage @@ -176291,6 +183656,8 @@ self: { executableHaskellDepends = [ base bytestring ]; description = "Modular Haskell Web Server"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "mole" = callPackage @@ -176347,6 +183714,8 @@ self: { ]; description = "Mollie API client for Haskell http://www.mollie.com"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "monad-abort-fd" = callPackage @@ -176374,6 +183743,8 @@ self: { libraryHaskellDepends = [ base containers ghc-prim mtl ]; description = "Monadically convert object to unique integers and back"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "monad-atom-simple" = callPackage @@ -176385,6 +183756,8 @@ self: { libraryHaskellDepends = [ base containers ghc-prim mtl ]; description = "Monadically map objects to unique ints"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "monad-batcher" = callPackage @@ -176428,6 +183801,8 @@ self: { ]; description = "A library for probabilistic programming"; license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "monad-bool" = callPackage @@ -176451,6 +183826,8 @@ self: { libraryHaskellDepends = [ base mtl transformers ]; description = "Monadic abstraction for computations that can be branched and run independently"; license = lib.licenses.asl20; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "monad-choice" = callPackage @@ -176466,6 +183843,8 @@ self: { ]; description = "Monad, monad transformer, and typeclass representing choices"; license = lib.licenses.agpl3Only; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "monad-chronicle" = callPackage @@ -176596,6 +183975,8 @@ self: { ]; description = "Stronger classes than monad-control"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "monad-coroutine" = callPackage @@ -176686,6 +184067,8 @@ self: { libraryHaskellDepends = [ base monad-control ]; description = "Type class for monads which support a fork operation"; license = lib.licenses.publicDomain; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "monad-gen" = callPackage @@ -176734,6 +184117,8 @@ self: { ]; description = "A class of monads which can do http requests"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "monad-interleave" = callPackage @@ -176745,6 +184130,8 @@ self: { libraryHaskellDepends = [ base ]; description = "Monads with an unsaveInterleaveIO-like operation"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "monad-introspect" = callPackage @@ -176759,6 +184146,8 @@ self: { ]; description = "A reader monad that gives the environment access to the entire transformer stack"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "monad-io-adapter" = callPackage @@ -176806,6 +184195,8 @@ self: { ]; description = "Specific levels of monad transformers"; license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "monad-lgbt" = callPackage @@ -176824,6 +184215,8 @@ self: { ]; description = "Monad transformers for combining local and global state"; license = lib.licenses.bsd2; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "monad-log" = callPackage @@ -176843,6 +184236,8 @@ self: { ]; description = "A simple and fast logging monad"; license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "monad-logger" = callPackage @@ -176991,6 +184386,8 @@ self: { ]; description = "a monad to calculate linear recursive sequence"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "monad-markov" = callPackage @@ -177042,6 +184439,8 @@ self: { libraryHaskellDepends = [ base mersenne-random-pure64 ]; description = "An efficient random generator monad, based on the Mersenne Twister"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "monad-metrics" = callPackage @@ -177079,6 +184478,7 @@ self: { ]; description = "An extensible and type-safe wrapper around EKG metrics"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; }) {}; "monad-mock" = callPackage @@ -177097,6 +184497,8 @@ self: { testHaskellDepends = [ base hspec mtl ]; description = "A monad transformer for mocking mtl-style typeclasses"; license = lib.licenses.isc; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "monad-open" = callPackage @@ -177108,6 +184510,8 @@ self: { libraryHaskellDepends = [ base exceptions mtl transformers ]; description = "Open recursion for when you need it"; license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "monad-ox" = callPackage @@ -177189,6 +184593,8 @@ self: { ]; description = "Parallel execution of monadic computations with a progress bar"; license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "monad-param" = callPackage @@ -177200,6 +184606,8 @@ self: { libraryHaskellDepends = [ base mtl stm ]; description = "Parameterized monads"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "monad-peel" = callPackage @@ -177240,6 +184648,8 @@ self: { ]; description = "An mtl-style typeclass and transformer for persistent"; license = lib.licenses.isc; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "monad-primitive" = callPackage @@ -177273,6 +184683,8 @@ self: { libraryHaskellDepends = [ base ghc-prim mtl ]; description = "Fast monads and monad transformers"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "monad-recorder" = callPackage @@ -177289,6 +184701,8 @@ self: { testHaskellDepends = [ base hspec ]; description = "Record and replay the results of monadic actions"; license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "monad-resumption" = callPackage @@ -177352,6 +184766,8 @@ self: { testHaskellDepends = [ base stm ]; description = "Concise, overloaded accessors for IORef, STRef, TVar"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "monad-ste" = callPackage @@ -177368,6 +184784,8 @@ self: { testHaskellDepends = [ base hspec HUnit ]; description = "ST monad with efficient explicit errors"; license = lib.licenses.bsd2; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "monad-stlike-io" = callPackage @@ -177382,6 +184800,8 @@ self: { ]; description = "ST-like monad capturing variables to regions and supporting IO"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "monad-stlike-stm" = callPackage @@ -177427,6 +184847,8 @@ self: { libraryHaskellDepends = [ base mtl transformers ]; description = "A monad transformer that turns event processing into co-routine programming"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "monad-throw-exit" = callPackage @@ -177442,6 +184864,8 @@ self: { testHaskellDepends = [ base hspec QuickCheck typed-process ]; description = "Functions to exit the program anywhere in MonadThrow monads"; license = lib.licenses.asl20; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "monad-time" = callPackage @@ -177471,6 +184895,8 @@ self: { testHaskellDepends = [ base containers hlint hspec transformers ]; description = "Monad transformer for recording timing events"; license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "monad-tree" = callPackage @@ -177493,6 +184919,8 @@ self: { libraryHaskellDepends = [ base ]; description = "A transactional state monad"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "monad-unify" = callPackage @@ -177506,6 +184934,8 @@ self: { libraryHaskellDepends = [ base mtl unordered-containers ]; description = "Generic first-order unification"; license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "monad-unlift" = callPackage @@ -177521,6 +184951,8 @@ self: { ]; description = "Typeclasses for representing monad transformer unlifting"; license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "monad-unlift-ref" = callPackage @@ -177538,6 +184970,7 @@ self: { ]; description = "Typeclasses for representing monad transformer unlifting"; license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; }) {}; "monad-validate" = callPackage @@ -177580,6 +185013,8 @@ self: { libraryHaskellDepends = [ base transformers ]; description = "Wrap functions such as catch around different monads"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "monadIO" = callPackage @@ -177613,6 +185048,8 @@ self: { libraryHaskellDepends = [ base monadLib ]; description = "Arrow-like monad composition for monadLib"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "monadacme" = callPackage @@ -177624,6 +185061,8 @@ self: { libraryHaskellDepends = [ base transformers ]; description = "The Acme and AcmeT monads"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "monadbi" = callPackage @@ -177710,6 +185149,8 @@ self: { testHaskellDepends = [ base ]; description = "Constraint Programming"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "monadiccp-gecode" = callPackage @@ -177780,6 +185221,8 @@ self: { ]; description = "A preprocessor for generating monadic call traces"; license = lib.licenses.publicDomain; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "monadlog" = callPackage @@ -177799,6 +185242,8 @@ self: { ]; description = "A simple and fast logging monad"; license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "monadoid" = callPackage @@ -177825,6 +185270,8 @@ self: { libraryHaskellDepends = [ base ]; description = "Haskell98 partial maps and filters over MonadPlus"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "monads-fd" = callPackage @@ -177836,6 +185283,8 @@ self: { libraryHaskellDepends = [ base mtl transformers ]; description = "Monad classes, using functional dependencies"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "monads-tf" = callPackage @@ -177900,6 +185349,8 @@ self: { ]; description = "Haskell bindings for the Mondo API"; license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "monetdb-mapi" = callPackage @@ -177924,6 +185375,8 @@ self: { testHaskellDepends = [ base doctest ]; description = "Money"; license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "mongoDB" = callPackage @@ -177976,6 +185429,8 @@ self: { ]; description = "message queue using MongoDB"; license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "mongrel2-handler" = callPackage @@ -178007,6 +185462,8 @@ self: { executableHaskellDepends = [ base filepath hinotify process ]; description = "Do things when files change"; license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "monky" = callPackage @@ -178043,6 +185500,8 @@ self: { libraryHaskellDepends = [ base bytestring text vector ]; description = "Folds for monomorphic containers"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "mono-traversable" = callPackage @@ -178121,6 +185580,8 @@ self: { libraryHaskellDepends = [ base containers lens mtl ]; description = "Monoid type classes, designed in modular way, distinguish Monoid from Mempty and Semigroup. This design allows mempty operation don't bring Semigroups related constraints until (<>) is used."; license = lib.licenses.asl20; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "monoid-absorbing" = callPackage @@ -178132,6 +185593,8 @@ self: { libraryHaskellDepends = [ base mtl ]; description = "A library for (left, right) zero monoids and backtracking with cut"; license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "monoid-extras" = callPackage @@ -178172,6 +185635,8 @@ self: { libraryHaskellDepends = [ base bytestring containers ]; description = "a practical monoid implementation"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "monoid-record" = callPackage @@ -178281,6 +185746,8 @@ self: { ]; description = "Extra classes/functions about monoids"; license = lib.licenses.publicDomain; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "monoids" = callPackage @@ -178296,6 +185763,8 @@ self: { ]; description = "Deprecated: Use 'reducers'"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "monomer" = callPackage @@ -178366,6 +185835,8 @@ self: { ]; description = "Well-typed paths"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "montage" = callPackage @@ -178466,6 +185937,8 @@ self: { ]; description = "a 'Monus' is a commutative monoid that allows a notion of substraction"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "monus-weighted-search" = callPackage @@ -178508,6 +185981,8 @@ self: { ]; description = "Haskell bindings for the Monzo API"; license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "moo" = callPackage @@ -178544,7 +186019,6 @@ self: { doHaddock = false; description = "Invocation helpers for the ReaderT-record-of-functions style"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; }) {}; "moonshine" = callPackage @@ -178561,6 +186035,7 @@ self: { ]; description = "A web service framework for Haskell, similar in purpose to dropwizard"; license = lib.licenses.asl20; + hydraPlatforms = lib.platforms.none; }) {}; "more-containers" = callPackage @@ -178604,6 +186079,8 @@ self: { ]; description = "A tool for supervised learning of morphology"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "morfeusz" = callPackage @@ -178621,6 +186098,8 @@ self: { librarySystemDepends = [ morfeusz ]; description = "Bindings to the morphological analyser Morfeusz"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {morfeusz = null;}; "morley" = callPackage @@ -178785,7 +186264,6 @@ self: { ]; description = "A multi-lingual, typed, workflow language"; license = lib.licenses.gpl3Only; - hydraPlatforms = lib.platforms.none; }) {}; "morph" = callPackage @@ -178834,6 +186312,7 @@ self: { ]; description = "Morpheus GraphQL"; license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; }) {}; "morpheus-graphql-app" = callPackage @@ -178861,6 +186340,7 @@ self: { ]; description = "Morpheus GraphQL App"; license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; }) {}; "morpheus-graphql-cli" = callPackage @@ -178881,6 +186361,7 @@ self: { ]; description = "Morpheus GraphQL CLI"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; }) {}; "morpheus-graphql-client" = callPackage @@ -178906,6 +186387,7 @@ self: { ]; description = "Morpheus GraphQL Client"; license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; }) {}; "morpheus-graphql-code-gen" = callPackage @@ -178930,6 +186412,7 @@ self: { ]; description = "Morpheus GraphQL CLI"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; }) {}; "morpheus-graphql-core" = callPackage @@ -178956,6 +186439,8 @@ self: { ]; description = "Morpheus GraphQL Core"; license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "morpheus-graphql-subscriptions" = callPackage @@ -178980,6 +186465,7 @@ self: { ]; description = "Morpheus GraphQL Subscriptions"; license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; }) {}; "morpheus-graphql-tests" = callPackage @@ -179034,6 +186520,8 @@ self: { libraryHaskellDepends = [ morphisms ]; description = "Functors, theirs compositions and transformations"; license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "morphisms-functors-inventory" = callPackage @@ -179057,6 +186545,8 @@ self: { libraryHaskellDepends = [ morphisms ]; description = "Algebraic structures"; license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "morte" = callPackage @@ -179122,6 +186612,7 @@ self: { ]; description = "Library for setting up and running scrapers with webdriver"; license = lib.licenses.bsd2; + hydraPlatforms = lib.platforms.none; }) {}; "mosaico-lib" = callPackage @@ -179140,7 +186631,6 @@ self: { ]; description = "Generación interactiva de mosaicos"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; }) {}; "mosquitto-hs" = callPackage @@ -179230,6 +186720,8 @@ self: { testHaskellDepends = [ base indexed indexed-extras row-types ]; description = "Type-safe effectful state machines in Haskell"; license = lib.licenses.mpl20; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "motor-diagrams" = callPackage @@ -179267,6 +186759,7 @@ self: { testToolDepends = [ hspec-discover ]; description = "Reflect on Motor FSM typeclasses to obtain runtime representations"; license = lib.licenses.mpl20; + hydraPlatforms = lib.platforms.none; }) {}; "mount" = callPackage @@ -179278,6 +186771,8 @@ self: { libraryHaskellDepends = [ base bytestring ]; description = "Mounts and umounts filesystems"; license = "GPL"; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "mountpoints" = callPackage @@ -179312,6 +186807,8 @@ self: { ]; description = "Plays videos using GStreamer and GTK+"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "moving-averages" = callPackage @@ -179392,6 +186889,8 @@ self: { libraryHaskellDepends = [ base ghc-prim primitive ]; description = "Efficient effect handlers based on evidence-passing semantics"; license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "mpg123-bindings" = callPackage @@ -179515,6 +187014,8 @@ self: { ]; description = "Multi-dimensional parametric pretty-printer with color"; license = "GPL"; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "mprelude" = callPackage @@ -179562,6 +187063,8 @@ self: { libraryHaskellDepends = [ base containers dbus mtl ]; description = "Interface for MPRIS"; license = lib.licenses.gpl3Only; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "mprover" = callPackage @@ -179618,6 +187121,7 @@ self: { testHaskellDepends = [ base hspec ip text ]; description = "Datastructures to describe TCP and MPTCP connections"; license = lib.licenses.gpl3Only; + hydraPlatforms = lib.platforms.none; }) {}; "mptcp-pm" = callPackage @@ -179654,6 +187158,7 @@ self: { platforms = [ "aarch64-linux" "armv7l-linux" "i686-linux" "x86_64-linux" ]; + hydraPlatforms = lib.platforms.none; }) {}; "mptcpanalyzer" = callPackage @@ -179718,6 +187223,8 @@ self: { ]; description = "A minimalist mpv GUI written in I/O heavy Haskell"; license = lib.licenses.gpl3Only; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "mqtt" = callPackage @@ -179746,6 +187253,8 @@ self: { ]; description = "An MQTT protocol implementation"; license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "mqtt-hs" = callPackage @@ -179762,6 +187271,8 @@ self: { ]; description = "A MQTT client library"; license = lib.licenses.gpl3Only; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "mr-env" = callPackage @@ -179774,6 +187285,8 @@ self: { testHaskellDepends = [ base hspec ]; description = "A simple way to read environment variables in Haskell"; license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "mrifk" = callPackage @@ -179787,6 +187300,8 @@ self: { executableHaskellDepends = [ array base containers mtl ]; description = "Decompiles Glulx files"; license = "GPL"; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "mrm" = callPackage @@ -179798,6 +187313,8 @@ self: { libraryHaskellDepends = [ base ]; description = "Modular Refiable Matching, first-class matches"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "ms" = callPackage @@ -179818,6 +187335,8 @@ self: { ]; description = "metric spaces"; license = lib.licenses.bsd2; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "ms-tds" = callPackage @@ -179863,6 +187382,8 @@ self: { ]; description = "A Haskell implementation of MessagePack"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "msgpack-aeson" = callPackage @@ -179928,6 +187449,8 @@ self: { ]; description = "A Haskell implementation of MessagePack"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "msgpack-idl" = callPackage @@ -179976,6 +187499,8 @@ self: { ]; description = "A Haskell implementation of MessagePack"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "msgpack-rpc" = callPackage @@ -180077,6 +187602,8 @@ self: { ]; description = "Object-Oriented Programming in Haskell"; license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "msi-kb-backlit" = callPackage @@ -180090,6 +187617,8 @@ self: { executableHaskellDepends = [ base bytestring hid split ]; description = "A command line tool to change backlit colors of your MSI keyboards"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "mssql-simple" = callPackage @@ -180191,6 +187720,8 @@ self: { libraryHaskellDepends = [ base mtl transformers ]; description = "Very strict CPS'd transformers"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "mtl-compat" = callPackage @@ -180218,6 +187749,8 @@ self: { ]; description = "Instances for the mtl classes for all monad transformers"; license = lib.licenses.publicDomain; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "mtl-extras" = callPackage @@ -180229,6 +187762,8 @@ self: { libraryHaskellDepends = [ base mtl transformers ]; description = "Higher order versions of MTL classes"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "mtl-prelude" = callPackage @@ -180251,6 +187786,8 @@ self: { libraryHaskellDepends = [ base transformers ]; description = "Monad Transformer Library with Type Families"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "mtl-unleashed" = callPackage @@ -180304,6 +187841,8 @@ self: { libraryHaskellDepends = [ base mtl QuickCheck ]; description = "Monad transformer library with type indexes, providing 'free' copies"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "mtp" = callPackage @@ -180316,6 +187855,8 @@ self: { librarySystemDepends = [ mtp ]; description = "Bindings to libmtp"; license = "LGPL"; + hydraPlatforms = lib.platforms.none; + broken = true; }) {mtp = null;}; "mtree" = callPackage @@ -180338,6 +187879,8 @@ self: { libraryHaskellDepends = [ base mtl ]; description = "Reified monad transformer stacks"; license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "mu-avro" = callPackage @@ -180363,6 +187906,7 @@ self: { ]; description = "Avro serialization support for Mu microservices"; license = lib.licenses.asl20; + hydraPlatforms = lib.platforms.none; }) {}; "mu-graphql" = callPackage @@ -180392,6 +187936,7 @@ self: { ]; description = "GraphQL support for Mu"; license = lib.licenses.asl20; + hydraPlatforms = lib.platforms.none; }) {}; "mu-grpc-client" = callPackage @@ -180433,6 +187978,7 @@ self: { ]; description = "gRPC for Mu, common modules for client and server"; license = lib.licenses.asl20; + hydraPlatforms = lib.platforms.none; }) {}; "mu-grpc-server" = callPackage @@ -180476,6 +188022,7 @@ self: { ]; description = "Utilities for interoperation between Mu and Kafka"; license = lib.licenses.asl20; + hydraPlatforms = lib.platforms.none; }) {}; "mu-lens" = callPackage @@ -180491,6 +188038,7 @@ self: { ]; description = "Lenses for @mu-schema@ terms"; license = lib.licenses.asl20; + hydraPlatforms = lib.platforms.none; }) {}; "mu-optics" = callPackage @@ -180505,6 +188053,7 @@ self: { ]; description = "Optics for @mu-schema@ terms"; license = lib.licenses.asl20; + hydraPlatforms = lib.platforms.none; }) {}; "mu-persistent" = callPackage @@ -180521,6 +188070,7 @@ self: { ]; description = "Utilities for interoperation between Mu and Persistent"; license = lib.licenses.asl20; + hydraPlatforms = lib.platforms.none; }) {}; "mu-prometheus" = callPackage @@ -180537,6 +188087,7 @@ self: { ]; description = "Metrics support for Mu using Prometheus"; license = lib.licenses.asl20; + hydraPlatforms = lib.platforms.none; }) {}; "mu-protobuf" = callPackage @@ -180564,6 +188115,7 @@ self: { ]; description = "Protocol Buffers serialization and gRPC schema import for Mu microservices"; license = lib.licenses.asl20; + hydraPlatforms = lib.platforms.none; }) {}; "mu-rpc" = callPackage @@ -180580,6 +188132,7 @@ self: { ]; description = "Protocol-independent declaration of services and servers"; license = lib.licenses.asl20; + hydraPlatforms = lib.platforms.none; }) {}; "mu-schema" = callPackage @@ -180598,6 +188151,8 @@ self: { ]; description = "Format-independent schemas for serialization"; license = lib.licenses.asl20; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "mu-servant-server" = callPackage @@ -180621,6 +188176,7 @@ self: { ]; description = "Servant servers for Mu definitions"; license = lib.licenses.asl20; + hydraPlatforms = lib.platforms.none; }) {}; "mu-tracing" = callPackage @@ -180670,6 +188226,8 @@ self: { ]; description = "Multi-version deployer for web applications"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "mudbath" = callPackage @@ -180690,6 +188248,8 @@ self: { ]; description = "Continuous deployment server for use with GitHub"; license = "unknown"; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "muesli" = callPackage @@ -180706,6 +188266,8 @@ self: { ]; description = "A simple document-oriented database"; license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "mueval" = callPackage @@ -180759,6 +188321,8 @@ self: { testToolDepends = [ alex happy ]; description = "An intermediate language designed to perform advanced code analysis"; license = lib.licenses.gpl3Only; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "multext-east-msd" = callPackage @@ -180770,6 +188334,8 @@ self: { libraryHaskellDepends = [ base ]; description = "MULTEXT-East morphosyntactic descriptors"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "multi-cabal" = callPackage @@ -180861,6 +188427,8 @@ self: { ]; description = "A network address format"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "multiarg" = callPackage @@ -180879,6 +188447,8 @@ self: { ]; description = "Command lines for options that take multiple arguments"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "multibase" = callPackage @@ -180969,6 +188539,8 @@ self: { ]; description = "Multihash library and CLI executable"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "multihash-cryptonite" = callPackage @@ -181038,6 +188610,8 @@ self: { benchmarkHaskellDepends = [ base criterion deepseq weigh ]; description = "Comprehensive and efficient (multi)linear algebra implementation"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "multilinear-io" = callPackage @@ -181116,6 +188690,8 @@ self: { ]; description = "Folding data with multiple named passes"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "multipath" = callPackage @@ -181127,6 +188703,8 @@ self: { libraryHaskellDepends = [ base parsec utf8-string ]; description = "Parser and builder for unix-path-like objects"; license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "multiplate" = callPackage @@ -181153,6 +188731,8 @@ self: { libraryHaskellDepends = [ base multiplate transformers ]; description = "Shorter, more generic functions for Multiplate"; license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "multiplicity" = callPackage @@ -181234,6 +188814,8 @@ self: { ]; description = "Read and write appropriately from both master and replicated postgresql instances"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "multipool-postgresql-simple" = callPackage @@ -181277,6 +188859,8 @@ self: { testHaskellDepends = [ base ]; description = "Generic programming for families of recursive datatypes"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "multirec-alt-deriver" = callPackage @@ -181395,6 +188979,8 @@ self: { ]; description = "Multivariant assignments generation language"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "multivector" = callPackage @@ -181435,6 +189021,8 @@ self: { ]; description = "Static blog generator"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "murder" = callPackage @@ -181477,6 +189065,7 @@ self: { testHaskellDepends = [ base ]; description = "Simple CUI Twitter Client"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; }) {}; "murmur-hash" = callPackage @@ -181544,6 +189133,7 @@ self: { testHaskellDepends = [ base classy-prelude ]; description = "Minimalist MPD client"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; }) {}; "music-articulation" = callPackage @@ -181772,6 +189362,8 @@ self: { ]; description = "Utility for developing the Music Suite"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "musicScroll" = callPackage @@ -181796,6 +189388,8 @@ self: { executablePkgconfigDepends = [ gtk3 ]; description = "Supply your tunes info without leaving your music player"; license = lib.licenses.gpl3Only; + hydraPlatforms = lib.platforms.none; + broken = true; }) {inherit (pkgs) gtk3;}; "musicbrainz-email" = callPackage @@ -181865,6 +189459,8 @@ self: { ]; description = "MusicXML format encoded as Haskell type and functions of reading and writting"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "musicxml2" = callPackage @@ -181937,6 +189533,8 @@ self: { ]; description = "Straight implementation of mustache templates"; license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "mustache2hs" = callPackage @@ -181955,6 +189553,8 @@ self: { ]; description = "Utility to generate Haskell code from Mustache templates"; license = "unknown"; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "mutable" = callPackage @@ -182029,6 +189629,8 @@ self: { benchmarkHaskellDepends = [ base extra primitive ]; description = "Interoperate mutable references with regular lens"; license = lib.licenses.asl20; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "mute-unmute" = callPackage @@ -182087,7 +189689,6 @@ self: { libraryHaskellDepends = [ async base foldl mvc ]; description = "Concurrent and combinable updates"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; maintainers = with lib.maintainers; [ Gabriel439 ]; }) {}; @@ -182179,6 +189780,7 @@ self: { libraryHaskellDepends = [ accelerate base mwc-random ]; description = "Generate Accelerate arrays filled with high quality pseudorandom numbers"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; }) {}; "mwc-random-monad" = callPackage @@ -182228,6 +189830,8 @@ self: { testHaskellDepends = [ base tasty tasty-hunit vector ]; description = "MXNet interface in Haskell"; license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; + broken = true; }) {inherit (pkgs) mxnet;}; "mxnet-dataiter" = callPackage @@ -182299,6 +189903,8 @@ self: { libraryToolDepends = [ c2hs ]; description = "NNVM interface in Haskell"; license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; + broken = true; }) {inherit (pkgs) mxnet;}; "my-package-testing" = callPackage @@ -182323,6 +189929,8 @@ self: { testToolDepends = [ hspec-discover ]; description = "spam"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "my-test-docs" = callPackage @@ -182347,6 +189955,8 @@ self: { testToolDepends = [ hspec-discover ]; description = "spam"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "myTestlll" = callPackage @@ -182395,6 +190005,8 @@ self: { ]; description = "Export from MyAnimeList"; license = lib.licenses.gpl3Only; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "mybitcoin-sci" = callPackage @@ -182431,6 +190043,8 @@ self: { testHaskellDepends = [ base tasty tasty-hunit ]; description = "Haskell binding to the Myo armband"; license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "mysnapsession" = callPackage @@ -182447,6 +190061,8 @@ self: { ]; description = "Sessions and continuations for Snap web apps"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "mysnapsession-example" = callPackage @@ -182500,6 +190116,8 @@ self: { ]; description = "An extensible mysql effect using extensible-effects and mysql-simple"; license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "mysql-haskell" = callPackage @@ -182523,6 +190141,7 @@ self: { ]; description = "pure haskell MySQL driver"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; }) {}; "mysql-haskell-nem" = callPackage @@ -182538,6 +190157,7 @@ self: { ]; description = "Adds a interface like mysql-simple to mysql-haskell"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; }) {}; "mysql-haskell-openssl" = callPackage @@ -182607,6 +190227,8 @@ self: { ]; description = "Quasi-quoter for use with mysql-simple"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "mysql-simple-typed" = callPackage @@ -182641,6 +190263,8 @@ self: { executableHaskellDepends = [ base text ]; description = "Bindings for Mystem morphological analyzer executabe"; license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "mywatch" = callPackage @@ -182665,7 +190289,6 @@ self: { ]; description = "Web application to view and kill MySQL queries"; license = lib.licenses.mit; - hydraPlatforms = lib.platforms.none; }) {}; "myxine-client" = callPackage @@ -182688,6 +190311,8 @@ self: { testHaskellDepends = [ bytestring text ]; description = "A Haskell client for the Myxine GUI server"; license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "mzv" = callPackage @@ -182699,6 +190324,8 @@ self: { libraryHaskellDepends = [ base transformers ]; description = "Implementation of the \"Monads, Zippers and Views\" (Schrijvers and Oliveira, ICFP'11)"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "n-ary-functor" = callPackage @@ -182741,6 +190368,8 @@ self: { libraryHaskellDepends = [ base singletons vector ]; description = "Homogeneous tuples of arbitrary length"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "n2o" = callPackage @@ -182785,6 +190414,8 @@ self: { ]; description = "N2O Protocols Starter Pack"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "n2o-web" = callPackage @@ -182873,6 +190504,8 @@ self: { ]; description = "Monitor ekg metrics via Nagios"; license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "nakadi-client" = callPackage @@ -182926,6 +190559,8 @@ self: { executableHaskellDepends = [ base text ]; description = "Tool to keep namecoin names updated and well"; license = lib.licenses.gpl3Only; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "named" = callPackage @@ -182966,6 +190601,8 @@ self: { libraryHaskellDepends = [ base containers ]; description = "A named lock that is created on demand"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "named-records" = callPackage @@ -182988,6 +190625,8 @@ self: { libraryHaskellDepends = [ base named servant ]; description = "support records and named (from the named package) parameters in servant"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "named-servant-client" = callPackage @@ -183003,6 +190642,7 @@ self: { ]; description = "client support for named-servant"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; }) {}; "named-servant-server" = callPackage @@ -183018,6 +190658,7 @@ self: { ]; description = "server support for named-servant"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; }) {}; "named-sop" = callPackage @@ -183030,6 +190671,8 @@ self: { testHaskellDepends = [ base tasty tasty-hunit ]; description = "Dependently-typed sums and products, tagged by field name"; license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "namelist" = callPackage @@ -183048,6 +190691,8 @@ self: { ]; description = "fortran90 namelist parser/pretty printer"; license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "names" = callPackage @@ -183122,6 +190767,8 @@ self: { librarySystemDepends = [ openssl ]; description = "Bindings to OpenSSL HMAC"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {inherit (pkgs) openssl;}; "nano-md5" = callPackage @@ -183136,6 +190783,8 @@ self: { librarySystemDepends = [ openssl ]; description = "Efficient, ByteString bindings to OpenSSL"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {inherit (pkgs) openssl;}; "nanoAgda" = callPackage @@ -183153,6 +190802,8 @@ self: { ]; description = "A toy dependently-typed language"; license = "unknown"; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "nanocurses" = callPackage @@ -183165,6 +190816,8 @@ self: { librarySystemDepends = [ ncurses ]; description = "Simple Curses binding"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {inherit (pkgs) ncurses;}; "nanomsg" = callPackage @@ -183177,6 +190830,8 @@ self: { librarySystemDepends = [ nanomsg ]; description = "nanomsg - scalability protocols library"; license = lib.licenses.publicDomain; + hydraPlatforms = lib.platforms.none; + broken = true; }) {inherit (pkgs) nanomsg;}; "nanomsg-haskell" = callPackage @@ -183201,6 +190856,8 @@ self: { ]; description = "Bindings to the nanomsg library"; license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; + broken = true; }) {inherit (pkgs) nanomsg;}; "nanoparsec" = callPackage @@ -183212,6 +190869,8 @@ self: { libraryHaskellDepends = [ base bytestring ListLike ]; description = "An implementation of attoparsec-like parser around list-like"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "nanopass" = callPackage @@ -183232,6 +190891,8 @@ self: { ]; description = "An EDSL for creating compilers using small passes and many intermediate representations"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "nanospec" = callPackage @@ -183284,6 +190945,8 @@ self: { ]; description = "Simple interface to rendering with NanoVG"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "nanq" = callPackage @@ -183303,6 +190966,8 @@ self: { ]; description = "Performs 漢字検定 (Japan Kanji Aptitude Test) level analysis on given Kanji"; license = lib.licenses.gpl3Only; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "naperian" = callPackage @@ -183320,6 +190985,8 @@ self: { ]; description = "Efficient representable functors"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "naqsha" = callPackage @@ -183338,6 +191005,8 @@ self: { doHaddock = false; description = "A library for working with anything map related"; license = "(Apache-2.0 OR BSD-3-Clause)"; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "narc" = callPackage @@ -183349,6 +191018,8 @@ self: { libraryHaskellDepends = [ base HDBC HUnit mtl QuickCheck random ]; description = "Query SQL databases using Nested Relational Calculus embedded in Haskell"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "nat" = callPackage @@ -183384,6 +191055,8 @@ self: { testHaskellDepends = [ base doctest hedgehog QuickCheck ]; description = "Variable-sized numbers from type-level nats"; license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "nationstates" = callPackage @@ -183400,6 +191073,8 @@ self: { ]; description = "NationStates API client"; license = lib.licenses.asl20; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "native" = callPackage @@ -183459,6 +191134,8 @@ self: { benchmarkHaskellDepends = [ base criterion time ]; description = "Another Haskell client for NATS (https://nats.io)"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "nats-queue" = callPackage @@ -183498,6 +191175,8 @@ self: { ]; description = "Natural number"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "natural-arithmetic" = callPackage @@ -183616,6 +191295,8 @@ self: { ]; description = "Interface to Naver Translate"; license = lib.licenses.gpl3Only; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "nbt" = callPackage @@ -183635,6 +191316,8 @@ self: { ]; description = "A parser/serializer for Minecraft's Named Binary Tag (NBT) data format"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "nc-indicators" = callPackage @@ -183670,6 +191353,8 @@ self: { libraryToolDepends = [ c2hs ]; description = "Modernised bindings to GNU ncurses"; license = lib.licenses.gpl3Only; + hydraPlatforms = lib.platforms.none; + broken = true; }) {inherit (pkgs) ncurses;}; "ndjson-conduit" = callPackage @@ -183697,6 +191382,8 @@ self: { executableHaskellDepends = [ base filepath parsec ]; description = "A Fast Retargetable Template Engine"; license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "neat-interpolation" = callPackage @@ -183731,6 +191418,8 @@ self: { ]; description = "ASCII-fied arrow notation"; license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "neet" = callPackage @@ -183747,6 +191436,8 @@ self: { ]; description = "A NEAT library for Haskell"; license = lib.licenses.gpl3Only; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "nehe-tuts" = callPackage @@ -183766,6 +191457,8 @@ self: { ]; description = "Port of the NeHe OpenGL tutorials to Haskell"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "neil" = callPackage @@ -183784,6 +191477,8 @@ self: { ]; description = "General tools for Neil"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "neither" = callPackage @@ -183795,6 +191490,8 @@ self: { libraryHaskellDepends = [ base failure transformers ]; description = "Provide versions of Either with good monad and applicative instances. (deprecated)"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "neither-data" = callPackage @@ -183806,6 +191503,8 @@ self: { libraryHaskellDepends = [ base ]; description = "The Neither datatype"; license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "neko-lib" = callPackage @@ -183826,6 +191525,8 @@ self: { ]; description = "Neko VM code generation and disassembly library"; license = lib.licenses.bsd2; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "neko-obfs" = callPackage @@ -183847,6 +191548,7 @@ self: { ]; description = "a TCP tunnel with packet length obfuscation"; license = lib.licenses.asl20; + hydraPlatforms = lib.platforms.none; }) {}; "nemesis" = callPackage @@ -183913,6 +191615,8 @@ self: { ]; description = "Neptune Client"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "nerf" = callPackage @@ -183958,6 +191662,8 @@ self: { ]; description = "Lens-based HTTP toolkit"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "nero-wai" = callPackage @@ -184001,6 +191707,8 @@ self: { ]; testHaskellDepends = [ base bytestring containers hedgehog text ]; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "nested-routes" = callPackage @@ -184047,6 +191755,8 @@ self: { ]; description = "List-like data structures with O(log(n)) random access"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "nested-sets" = callPackage @@ -184075,6 +191785,8 @@ self: { ]; description = "A library for nested maps"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "net-concurrent" = callPackage @@ -184141,6 +191853,7 @@ self: { ]; description = "Optics for net-mqtt"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; }) {}; "net-mqtt-rpc" = callPackage @@ -184162,6 +191875,7 @@ self: { ]; description = "Make RPC calls via an MQTT broker"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; }) {}; "net-spider" = callPackage @@ -184187,6 +191901,8 @@ self: { testToolDepends = [ doctest-discover hspec-discover ]; description = "A graph database middleware to maintain a time-varying graph"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "net-spider-cli" = callPackage @@ -184293,6 +192009,8 @@ self: { libraryHaskellDepends = [ base bytestring hosc network ]; description = "Netclock protocol"; license = lib.licenses.gpl3Only; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "netcode-io" = callPackage @@ -184338,7 +192056,6 @@ self: { ]; description = "The NetCore compiler and runtime system for OpenFlow networks"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; }) {}; "netease-fm" = callPackage @@ -184367,6 +192084,8 @@ self: { ]; description = "NetEase Cloud Music FM client in Haskell"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "netlib-carray" = callPackage @@ -184526,6 +192245,8 @@ self: { ]; description = "Contract normaliser and simulator"; license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "netspec" = callPackage @@ -184542,6 +192263,8 @@ self: { ]; description = "Simplify static Networking tasks"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "netstring-enumerator" = callPackage @@ -184597,7 +192320,6 @@ self: { ]; description = "FRP for controlling networks of OpenFlow switches"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; }) {}; "nettle-netkit" = callPackage @@ -184613,7 +192335,6 @@ self: { ]; description = "DSL for describing OpenFlow networks, and a compiler generating NetKit labs"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; }) {}; "nettle-openflow" = callPackage @@ -184630,7 +192351,6 @@ self: { ]; description = "OpenFlow protocol messages, binary formats, and servers"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; }) {}; "netwire" = callPackage @@ -184690,6 +192410,8 @@ self: { ]; description = "JavaScript instance of netwire-input"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "netwire-vinylglfw-examples" = callPackage @@ -184712,6 +192434,8 @@ self: { ]; description = "Netwire/GLFW/VinylGL input handling demo"; license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "network_2_6_3_1" = callPackage @@ -184764,6 +192488,8 @@ self: { ]; description = "IP data structures and textual representation"; license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "network-anonymous-i2p" = callPackage @@ -184834,6 +192560,8 @@ self: { ]; description = "Toolkit for building http client libraries over Network.Http.Conduit"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "network-arbitrary" = callPackage @@ -184855,6 +192583,8 @@ self: { testToolDepends = [ hspec-discover ]; description = "Arbitrary Instances for Network Types"; license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "network-attoparsec" = callPackage @@ -184878,6 +192608,8 @@ self: { doCheck = false; description = "Utility functions for running a parser against a socket"; license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "network-bitcoin" = callPackage @@ -184900,6 +192632,8 @@ self: { ]; description = "An interface to bitcoind"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "network-bsd" = callPackage @@ -184934,6 +192668,8 @@ self: { ]; description = "Linux NetworkNameSpace Builder"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "network-byte-order" = callPackage @@ -184961,6 +192697,8 @@ self: { libraryHaskellDepends = [ base bytestring network unix ]; description = "Fast, memory-efficient, low-level networking"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "network-carbon" = callPackage @@ -184974,6 +192712,8 @@ self: { ]; description = "A Haskell implementation of the Carbon protocol (part of the Graphite monitoring tools)"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "network-conduit" = callPackage @@ -185049,6 +192789,8 @@ self: { ]; description = "D-Bus"; license = "unknown"; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "network-dns" = callPackage @@ -185071,6 +192813,8 @@ self: { ]; description = "Domain Name System data structures"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "network-enumerator" = callPackage @@ -185121,6 +192865,8 @@ self: { libraryHaskellDepends = [ array base containers mtl ]; description = "data and parsers for Ethernet, TCP, UDP, IPv4, IPv6, ICMP, DHCP, TFTP"; license = lib.licenses.gpl2Only; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "network-info" = callPackage @@ -185225,7 +192971,6 @@ self: { ]; description = "WebSocket backend for MessagePack RPC"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; }) {}; "network-metrics" = callPackage @@ -185241,6 +192986,8 @@ self: { ]; description = "Send metrics to Ganglia, Graphite, and statsd"; license = "unknown"; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "network-minihttp" = callPackage @@ -185272,6 +193019,8 @@ self: { libraryHaskellDepends = [ base binary bytestring network unix ]; description = "Recvmsg and sendmsg bindings"; license = "unknown"; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "network-msgpack-rpc" = callPackage @@ -185294,6 +193043,8 @@ self: { testHaskellDepends = [ async base bytestring hspec mtl network ]; description = "A MessagePack-RPC Implementation"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "network-multicast" = callPackage @@ -185339,6 +193090,8 @@ self: { testToolDepends = [ hspec-discover ]; description = "Types for working with Linux packet sockets"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "network-pgi" = callPackage @@ -185372,7 +193125,6 @@ self: { ]; description = "Client library for the XMPP protocol"; license = lib.licenses.gpl3Only; - hydraPlatforms = lib.platforms.none; }) {}; "network-rpca" = callPackage @@ -185416,6 +193168,8 @@ self: { executableHaskellDepends = [ base network unix ]; description = "A light abstraction over sockets & co. for servers"; license = "GPL"; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "network-service" = callPackage @@ -185431,6 +193185,8 @@ self: { ]; description = "Provide a service at the data type level"; license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "network-simple" = callPackage @@ -185462,6 +193218,8 @@ self: { ]; description = "network-simple for resolved addresses"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "network-simple-tls" = callPackage @@ -185512,6 +193270,8 @@ self: { ]; description = "Simple interface to TLS secured WebSockets"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "network-socket-options" = callPackage @@ -185523,6 +193283,8 @@ self: { libraryHaskellDepends = [ base network ]; description = "Type-safe, portable alternative to getSocketOption/setSocketOption"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "network-stream" = callPackage @@ -185604,6 +193366,8 @@ self: { ]; description = "AMQP-based transport layer for distributed-process (aka Cloud Haskell)"; license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "network-transport-composed" = callPackage @@ -185635,6 +193399,8 @@ self: { ]; description = "In-memory instantiation of Network.Transport"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "network-transport-tcp" = callPackage @@ -185763,6 +193529,7 @@ self: { testToolDepends = [ hspec-discover ]; description = "FromJSON and ToJSON Instances for Network.URI"; license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; }) {}; "network-uri-lenses" = callPackage @@ -185802,6 +193569,8 @@ self: { ]; description = "VoiceText Web API wrapper"; license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "network-wai-router" = callPackage @@ -185813,6 +193582,8 @@ self: { libraryHaskellDepends = [ base wai ]; description = "A routing library for wai"; license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "network-wait" = callPackage @@ -185860,6 +193631,8 @@ self: { ]; description = "Networked-game support library"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "neural" = callPackage @@ -185892,6 +193665,7 @@ self: { benchmarkHaskellDepends = [ base criterion ]; description = "Neural Networks in native Haskell"; license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; }) {}; "neural-network-base" = callPackage @@ -185922,6 +193696,8 @@ self: { ]; description = "Yet Another High Performance and Extendable Neural Network in Haskell"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "neural-network-hmatrix" = callPackage @@ -185939,6 +193715,8 @@ self: { librarySystemDepends = [ blas ]; description = "Yet Another High Performance and Extendable Neural Network in Haskell"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {inherit (pkgs) blas;}; "neuron" = callPackage @@ -186009,6 +193787,8 @@ self: { testHaskellDepends = [ array base bytestring hspec QuickCheck ]; description = "Encodes and decodes numbers using Tantek Çelik's New Base 60 number system"; license = lib.licenses.mpl20; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "newhope" = callPackage @@ -186040,6 +193820,8 @@ self: { ]; description = "Library implementing the NewHope cryptographic key-exchange protocol"; license = lib.licenses.asl20; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "newports" = callPackage @@ -186053,6 +193835,8 @@ self: { executableHaskellDepends = [ base directory old-time ]; description = "List ports newer than N days on a FreeBSD system"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "newsletter" = callPackage @@ -186081,6 +193865,8 @@ self: { ]; description = "A basic newsletter implimentation, using various backends"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "newsletter-mailgun" = callPackage @@ -186135,6 +193921,8 @@ self: { executableHaskellDepends = [ base cmdargs containers mtl ]; description = "A trivially simple app to create things from simple templates"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "newtype" = callPackage @@ -186164,6 +193952,8 @@ self: { ]; description = "Instance derivers for newtype wrappers"; license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "newtype-generics" = callPackage @@ -186196,6 +193986,8 @@ self: { ]; description = "A template haskell deriver to create Control.Newtype instances."; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "newtype-zoo" = callPackage @@ -186235,6 +194027,8 @@ self: { testHaskellDepends = [ base hspec ]; description = "A concurrency primitive for a slow consumer"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "nextstep-plist" = callPackage @@ -186246,6 +194040,8 @@ self: { libraryHaskellDepends = [ base parsec pretty QuickCheck ]; description = "NextStep style plist parser and printer"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "nf" = callPackage @@ -186272,6 +194068,8 @@ self: { libraryToolDepends = [ c2hs ]; description = "libnfc bindings"; license = lib.licenses.publicDomain; + hydraPlatforms = lib.platforms.none; + broken = true; }) {nfc = null;}; "ngram" = callPackage @@ -186394,6 +194192,8 @@ self: { testHaskellDepends = [ base HUnit QuickCheck ]; description = "High performance CSS EDSL"; license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "nibblestring" = callPackage @@ -186414,6 +194214,8 @@ self: { ]; description = "Packed, strict nibble arrays with a list interface (ByteString for nibbles)"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "nice-html" = callPackage @@ -186437,6 +194239,8 @@ self: { ]; description = "A fast and nice HTML templating library with distinct compilation/rendering phases"; license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "nicify" = callPackage @@ -186483,6 +194287,7 @@ self: { executableHaskellDepends = [ base ]; description = "Nico Nico Douga (ニコニコ動画) Comment Translator"; license = lib.licenses.agpl3Only; + hydraPlatforms = lib.platforms.none; }) {}; "nikepub" = callPackage @@ -186578,6 +194383,8 @@ self: { libraryHaskellDepends = [ base bytestring ]; description = "Haskell bindings for Nitro"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "niv" = callPackage @@ -186633,6 +194440,8 @@ self: { executableHaskellDepends = [ base ]; description = "Convenient utility for distributed Nix builds"; license = lib.licenses.asl20; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "nix-deploy" = callPackage @@ -186651,6 +194460,8 @@ self: { ]; description = "Deploy Nix-built software to a NixOS machine"; license = lib.licenses.asl20; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "nix-derivation" = callPackage @@ -186712,6 +194523,8 @@ self: { testHaskellDepends = [ base QuickCheck tasty tasty-quickcheck ]; description = "Evaluate Haskell expressions using Nix to get packages"; license = "GPL"; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "nix-freeze-tree" = callPackage @@ -186740,6 +194553,8 @@ self: { doHaddock = false; description = "Convert a tree of files into fixed-output derivations"; license = lib.licenses.agpl3Plus; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "nix-graph" = callPackage @@ -186762,6 +194577,8 @@ self: { ]; description = "Reify the Nix build graph into a Haskell graph data structure"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "nix-narinfo" = callPackage @@ -186822,6 +194639,7 @@ self: { ]; description = "Lightweight dependency management with Nix"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; }) {}; "nix-tools" = callPackage @@ -186852,6 +194670,8 @@ self: { ]; description = "cabal/stack to nix translation tools"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "nix-tree" = callPackage @@ -186946,6 +194766,8 @@ self: { ]; description = "Generate nix expressions from npm packages"; license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "nixos-types" = callPackage @@ -187010,6 +194832,8 @@ self: { testToolDepends = [ hspec-discover ]; description = "Tool for semi-automatic updating of nixpkgs repository"; license = lib.licenses.cc0; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "nkjp" = callPackage @@ -187028,6 +194852,7 @@ self: { ]; description = "Manipulating the National Corpus of Polish (NKJP)"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; }) {}; "nlopt-haskell" = callPackage @@ -187052,6 +194877,8 @@ self: { libraryHaskellDepends = [ base containers strict ]; description = "Scoring functions commonly used for evaluation in NLP and IR"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "nlp-scores-scripts" = callPackage @@ -187084,6 +194911,8 @@ self: { executableHaskellDepends = [ base ]; description = "Network Manager, binding to libnm-glib"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {g = null; inherit (pkgs) glib; libnm-glib = null; nm-glib = null;}; @@ -187096,6 +194925,8 @@ self: { libraryHaskellDepends = [ base bytestring utf8-string ]; description = "Bindings to the Nyctergatis Markup Engine"; license = "unknown"; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "nmis-parser" = callPackage @@ -187124,6 +194955,8 @@ self: { testHaskellDepends = [ base tasty tasty-hspec tasty-quickcheck ]; description = "A tiny neural network"; license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "nntp" = callPackage @@ -187139,6 +194972,8 @@ self: { ]; description = "Library to connect to an NNTP Server"; license = "LGPL"; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "no-buffering-workaround" = callPackage @@ -187162,6 +194997,8 @@ self: { testHaskellDepends = [ base template-haskell ]; description = "Role annotations without -XRoleAnnotations"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "no-value" = callPackage @@ -187195,6 +195032,8 @@ self: { benchmarkHaskellDepends = [ base criterion ]; description = "Math in Haskell"; license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "nofib-analyse" = callPackage @@ -187208,6 +195047,8 @@ self: { executableHaskellDepends = [ array base containers regex-compat ]; description = "Parse and compare nofib runs"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "nofib-analyze" = callPackage @@ -187221,6 +195062,8 @@ self: { executableHaskellDepends = [ array base containers regex-compat ]; description = "Parse and compare nofib runs"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "noise" = callPackage @@ -187244,6 +195087,8 @@ self: { ]; description = "A friendly language for graphic design"; license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "noli" = callPackage @@ -187284,6 +195129,8 @@ self: { testToolDepends = [ hspec-discover ]; description = "Name-binding & alpha-equivalence"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "nominal" = callPackage @@ -187460,6 +195307,8 @@ self: { sha256 = "1frjpvx3nzymkwyxz0zc4p11pvxdihx3d3hi31w3d9qanwncbc96"; libraryHaskellDepends = [ base containers semigroupoids ]; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "non-empty-sequence" = callPackage @@ -187499,6 +195348,8 @@ self: { testHaskellDepends = [ base checkers QuickCheck ]; description = "The Zipper for NonEmpty"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "non-negative" = callPackage @@ -187588,6 +195439,8 @@ self: { testHaskellDepends = [ base hedgehog hedgehog-classes ]; description = "nonempty structure"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "nonempty-vector" = callPackage @@ -187685,6 +195538,7 @@ self: { ]; description = "Wrapper of nonlinear-optimization package for using with backprop package"; license = lib.licenses.gpl3Only; + hydraPlatforms = lib.platforms.none; }) {}; "noodle" = callPackage @@ -187699,6 +195553,8 @@ self: { executableHaskellDepends = [ base directory filepath ]; description = "the noodle programming language"; license = "unknown"; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "normaldistribution" = callPackage @@ -187801,6 +195657,8 @@ self: { ]; description = "examples for not-gloss"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "not-in-base" = callPackage @@ -187840,6 +195698,8 @@ self: { testHaskellDepends = [ base template-haskell ]; description = "Avoiding the C preprocessor via cunning use of Template Haskell"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "nothunks" = callPackage @@ -187979,6 +195839,8 @@ self: { ]; description = "A data type for representing numeric values, except zero"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "now-haskell" = callPackage @@ -188015,6 +195877,7 @@ self: { ]; description = "Zeit Now haskell-side integration and introspection tools"; license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; }) {}; "nowdoc" = callPackage @@ -188042,6 +195905,8 @@ self: { libraryHaskellDepends = [ base containers numeric-prelude primes ]; description = "NumericPrelude extras"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "np-linear" = callPackage @@ -188057,6 +195922,8 @@ self: { ]; description = "Linear algebra for the numeric-prelude framework"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "nptools" = callPackage @@ -188075,6 +195942,8 @@ self: { ]; description = "A collection of random tools"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "nqe" = callPackage @@ -188109,6 +195978,7 @@ self: { ]; description = "Read environment variables as settings to build 12-factor apps"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; }) {}; "nri-http" = callPackage @@ -188132,6 +196002,7 @@ self: { ]; description = "Make Elm style HTTP requests"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; }) {}; "nri-kafka" = callPackage @@ -188155,6 +196026,7 @@ self: { ]; description = "Functions for working with Kafka"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; }) {}; "nri-observability" = callPackage @@ -188181,6 +196053,7 @@ self: { ]; description = "Report log spans collected by nri-prelude"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; }) {}; "nri-postgresql" = callPackage @@ -188205,6 +196078,7 @@ self: { ]; description = "Make queries against Postgresql"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; }) {}; "nri-prelude" = callPackage @@ -188234,6 +196108,8 @@ self: { ]; description = "A Prelude inspired by the Elm programming language"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "nri-redis" = callPackage @@ -188257,6 +196133,7 @@ self: { ]; description = "An intuitive hedis wrapper library"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; }) {}; "nri-test-encoding" = callPackage @@ -188274,6 +196151,7 @@ self: { ]; description = "A library to simplify writing golden tests for encoding types"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; }) {}; "nsis" = callPackage @@ -188356,6 +196234,8 @@ self: { ]; description = "Client library for NTP control messaging"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "ntrip-client" = callPackage @@ -188380,6 +196260,8 @@ self: { ]; description = "NTRIP client"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "ntype" = callPackage @@ -188420,6 +196302,8 @@ self: { ]; description = "HTML5 Canvas Graphics Library - forked Blank Canvas"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "nullary" = callPackage @@ -188431,6 +196315,8 @@ self: { libraryHaskellDepends = [ base ]; description = "A package for working with nullary type classes"; license = lib.licenses.bsd2; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "nullpipe" = callPackage @@ -188443,6 +196329,8 @@ self: { testHaskellDepends = [ base hspec pipes ]; description = "Initial project template from stack"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "num-non-negative" = callPackage @@ -188510,6 +196398,8 @@ self: { libraryHaskellDepends = [ base call-stack semigroups ]; description = "A sequence of semigroups, for composing stuff in multiple spatial directions"; license = lib.licenses.lgpl3Only; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "numbering" = callPackage @@ -188579,6 +196469,8 @@ self: { ]; description = "Convert numbers to number words"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "numeric-domains" = callPackage @@ -188670,7 +196562,6 @@ self: { ]; description = "Ode solvers"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; }) {}; "numeric-prelude" = callPackage @@ -188711,6 +196602,8 @@ self: { doCheck = false; description = "Quasi-quoters for numbers of different bases"; license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "numeric-quest" = callPackage @@ -188737,6 +196630,8 @@ self: { testHaskellDepends = [ base hspec HUnit QuickCheck ]; description = "A framework for numeric ranges"; license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "numeric-tools" = callPackage @@ -188824,6 +196719,8 @@ self: { testHaskellDepends = [ base doctest numhask ]; description = "numerical free algebras"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "numhask-hedgehog" = callPackage @@ -188857,7 +196754,6 @@ self: { testHaskellDepends = [ base doctest ]; description = "See readme.md"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; }) {}; "numhask-prelude" = callPackage @@ -188870,6 +196766,8 @@ self: { testHaskellDepends = [ doctest ]; description = "A numeric prelude"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "numhask-range" = callPackage @@ -189106,6 +197004,8 @@ self: { testToolDepends = [ hspec-discover ]; description = "Haskell plugin backend for neovim"; license = lib.licenses.asl20; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "nvim-hs-ghcid" = callPackage @@ -189126,6 +197026,7 @@ self: { executableHaskellDepends = [ base nvim-hs ]; description = "Neovim plugin that runs ghcid to update the quickfix list"; license = lib.licenses.asl20; + hydraPlatforms = lib.platforms.none; }) {}; "nvvm" = callPackage @@ -189183,6 +197084,7 @@ self: { testToolDepends = [ tasty-discover ]; description = "Flexible production-scale string interpolation library"; license = lib.licenses.mpl20; + hydraPlatforms = lib.platforms.none; }) {}; "nyan-interpolation-core" = callPackage @@ -189204,6 +197106,8 @@ self: { testToolDepends = [ tasty-discover ]; description = "Customize your nyan interpolator!"; license = lib.licenses.mpl20; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "nyan-interpolation-simple" = callPackage @@ -189215,6 +197119,7 @@ self: { libraryHaskellDepends = [ base nyan-interpolation-core text ]; description = "Simplified lightweight interpolation"; license = lib.licenses.mpl20; + hydraPlatforms = lib.platforms.none; }) {}; "nylas" = callPackage @@ -189232,6 +197137,8 @@ self: { ]; description = "Client for the Nylas API"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "nymphaea" = callPackage @@ -189250,7 +197157,6 @@ self: { ]; description = "An interactive GUI for manipulating L-systems"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; }) {}; "nyx-game" = callPackage @@ -189277,6 +197183,8 @@ self: { ]; description = "A bullet-hell game made with SDL2"; license = lib.licenses.asl20; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "o-clock" = callPackage @@ -189323,6 +197231,7 @@ self: { ]; description = "Client to the OANDA REST API"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; }) {}; "oasis-xrd" = callPackage @@ -189345,6 +197254,8 @@ self: { ]; description = "Extensible Resource Descriptor"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "oath" = callPackage @@ -189407,6 +197318,8 @@ self: { ]; description = "OAuth2 jwt-bearer client flow as per rfc7523"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "oauthenticated" = callPackage @@ -189432,6 +197345,8 @@ self: { ]; description = "Simple OAuth for http-client"; license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "obd" = callPackage @@ -189573,6 +197488,8 @@ self: { testToolDepends = [ tasty-discover ]; description = "An implementation of the Oblivious Transfer protocol in Haskell"; license = lib.licenses.asl20; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "observable" = callPackage @@ -189622,6 +197539,8 @@ self: { ]; description = "Convert Haskell types in OCaml types"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "ocap-io" = callPackage @@ -189864,6 +197783,8 @@ self: { ]; description = "Provides Go package metadata"; license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "odpic-raw" = callPackage @@ -189920,6 +197841,8 @@ self: { ]; description = "Interface for Online Encyclopedia of Integer Sequences (OEIS)"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "oeis2_1_0_7" = callPackage @@ -189940,6 +197863,7 @@ self: { description = "Interface for Online Encyclopedia of Integer Sequences (OEIS)"; license = lib.licenses.bsd3; hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "off-simple" = callPackage @@ -189982,6 +197906,8 @@ self: { ]; description = "A lightweight markup language for story writers"; license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "ohloh-hs" = callPackage @@ -190022,6 +197948,8 @@ self: { executableHaskellDepends = [ base directory filepath parallel ]; description = "Library for purely functional lazy interactions with the outer world"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "oidc-client" = callPackage @@ -190047,6 +197975,7 @@ self: { ]; description = "OpenID Connect 1.0 library for RP"; license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; }) {}; "ois-input-manager" = callPackage @@ -190097,6 +198026,8 @@ self: { libraryHaskellDepends = [ base ]; description = "Basic versioning library"; license = "unknown"; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "olwrapper" = callPackage @@ -190134,6 +198065,8 @@ self: { libraryHaskellDepends = [ base ]; description = "Actor pattern utilities"; license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "om-doh" = callPackage @@ -190150,6 +198083,8 @@ self: { ]; description = "om-doh"; license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "om-elm" = callPackage @@ -190167,6 +198102,8 @@ self: { ]; description = "Haskell utilities for building embedded Elm programs"; license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "om-fail" = callPackage @@ -190181,6 +198118,8 @@ self: { ]; description = "Monad transformer providing MonadFail"; license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "om-http-logging" = callPackage @@ -190196,6 +198135,8 @@ self: { ]; description = "om-http-logging"; license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "omaketex" = callPackage @@ -190213,6 +198154,8 @@ self: { ]; description = "A simple tool to generate OMakefile for latex files"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "ombra" = callPackage @@ -190232,6 +198175,8 @@ self: { ]; description = "Render engine"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "omega" = callPackage @@ -190250,6 +198195,8 @@ self: { ]; description = "A purely functional programming language and a proof system"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "omnicodec" = callPackage @@ -190294,6 +198241,8 @@ self: { ]; description = "A pretty-printer wrapper to faciliate ease of formatting during development"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "on-a-horse" = callPackage @@ -190312,6 +198261,8 @@ self: { ]; description = "\"Haskell on a Horse\" - A combinatorial web framework"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "on-demand-ssh-tunnel" = callPackage @@ -190332,6 +198283,8 @@ self: { ]; description = "Program that sends traffic through SSH tunnels on-demand"; license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "onama" = callPackage @@ -190343,6 +198296,8 @@ self: { libraryHaskellDepends = [ base containers parsec tagsoup ]; description = "HTML-parsing primitives for Parsec"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "once" = callPackage @@ -190443,6 +198398,8 @@ self: { libraryHaskellDepends = [ base ]; description = "A never-empty list type"; license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "online" = callPackage @@ -190507,6 +198464,8 @@ self: { libraryHaskellDepends = [ base ]; description = "partition lenses"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "onu-course" = callPackage @@ -190518,6 +198477,8 @@ self: { libraryHaskellDepends = [ base smallcheck ]; description = "Code for the Haskell course taught at the Odessa National University in 2012"; license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "oo-prototypes" = callPackage @@ -190541,6 +198502,8 @@ self: { testHaskellDepends = [ base containers doctest ]; description = "Common operators encouraging large-scale easy reading"; license = lib.licenses.asl20; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "opaleye" = callPackage @@ -190588,6 +198551,8 @@ self: { ]; description = "Opaleye wrapped up in classy MTL attire"; license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "opaleye-sqlite" = callPackage @@ -190612,6 +198577,8 @@ self: { ]; description = "An SQL-generating DSL targeting SQLite"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "opaleye-trans" = callPackage @@ -190633,6 +198600,8 @@ self: { ]; description = "A monad transformer for Opaleye"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "opc-xml-da-client" = callPackage @@ -190664,7 +198633,6 @@ self: { ]; description = "OPC XML-DA Client"; license = lib.licenses.mit; - hydraPlatforms = lib.platforms.none; }) {}; "open-adt" = callPackage @@ -190680,6 +198648,8 @@ self: { ]; description = "Open algebraic data types"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "open-adt-tutorial" = callPackage @@ -190727,6 +198697,8 @@ self: { executableHaskellDepends = [ base basic-prelude text turtle ]; description = "Open haddock HTML documentation"; license = lib.licenses.gpl3Only; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "open-pandoc" = callPackage @@ -190749,6 +198721,8 @@ self: { ]; description = "Conversion between markup formats"; license = "GPL"; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "open-signals" = callPackage @@ -190761,6 +198735,8 @@ self: { testHaskellDepends = [ base ]; description = "A mechanism similar to checked exceptions that integrates with MTL and transformer stacks"; license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "open-symbology" = callPackage @@ -190788,6 +198764,8 @@ self: { benchmarkHaskellDepends = [ base criterion ]; description = "Open type representations and dynamic types"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "open-union" = callPackage @@ -190802,7 +198780,6 @@ self: { executableHaskellDepends = [ base type-fun ]; description = "Extensible, type-safe unions"; license = lib.licenses.mit; - hydraPlatforms = lib.platforms.none; }) {}; "open-witness" = callPackage @@ -190820,6 +198797,8 @@ self: { testHaskellDepends = [ base mtl tasty tasty-hunit witness ]; description = "open witnesses"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "openai-hs" = callPackage @@ -190843,6 +198822,7 @@ self: { ]; description = "Unofficial OpenAI client"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; }) {}; "openai-servant" = callPackage @@ -190859,6 +198839,8 @@ self: { ]; description = "Unofficial OpenAI servant types"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "openal-ffi" = callPackage @@ -190899,6 +198881,8 @@ self: { ]; description = "Auto-generated openapi-petstore API Client"; license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "openapi-typed" = callPackage @@ -190918,6 +198902,8 @@ self: { ]; description = "Types for OpenAPI"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "openapi3" = callPackage @@ -190992,6 +198978,7 @@ self: { ]; description = "OpenAPI3 Haskell Client Code Generator"; license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; }) {}; "opencc" = callPackage @@ -191017,6 +199004,8 @@ self: { libraryHaskellDepends = [ aeson base data-default text time ]; description = "A Haskell implementation of the Swiss Meteo Net data API"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "opencog-atomspace" = callPackage @@ -191029,6 +199018,8 @@ self: { librarySystemDepends = [ atomspace-cwrapper ]; description = "Haskell Bindings for the AtomSpace"; license = "unknown"; + hydraPlatforms = lib.platforms.none; + broken = true; }) {atomspace-cwrapper = null;}; "opencv" = callPackage @@ -191060,6 +199051,8 @@ self: { hardeningDisable = [ "bindnow" ]; description = "Haskell binding to OpenCV-3.x"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {inherit (pkgs) opencv3;}; "opencv-extra" = callPackage @@ -191084,6 +199077,7 @@ self: { ]; description = "Haskell binding to OpenCV-3.x extra modules"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; }) {}; "opencv-raw" = callPackage @@ -191096,6 +199090,8 @@ self: { libraryPkgconfigDepends = [ opencv ]; description = "Raw Haskell bindings to OpenCV >= 2.0"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {inherit (pkgs) opencv;}; "opendatatable" = callPackage @@ -191107,6 +199103,8 @@ self: { libraryHaskellDepends = [ base hxt template-haskell th-lift ]; description = "A library for working with Open Data Tables"; license = lib.licenses.bsd2; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "openexchangerates" = callPackage @@ -191122,6 +199120,8 @@ self: { ]; description = "Fetch exchange rates from OpenExchangeRates.org"; license = "unknown"; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "openexr-write" = callPackage @@ -191155,6 +199155,8 @@ self: { ]; description = "OpenFlow"; license = "unknown"; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "opengl-dlp-stereo" = callPackage @@ -191211,6 +199213,8 @@ self: { testHaskellDepends = [ base ]; description = "Functional interface for OpenGL 4.1+ and OpenGL ES 2.0+"; license = lib.licenses.lgpl3Only; + hydraPlatforms = lib.platforms.none; + broken = true; }) {EGL = null; GLESv2 = null;}; "openid" = callPackage @@ -191254,6 +199258,8 @@ self: { ]; description = "An OpenID Connect library that does all the heavy lifting for you"; license = lib.licenses.bsd2; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "openpgp" = callPackage @@ -191277,6 +199283,8 @@ self: { ]; description = "Implementation of the OpenPGP message format"; license = "unknown"; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "openpgp-Crypto" = callPackage @@ -191362,6 +199370,8 @@ self: { ]; description = "Haskell OpenSoundControl utilities"; license = "GPL"; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "opensource" = callPackage @@ -191420,6 +199430,8 @@ self: { testHaskellDepends = [ base cereal hedgehog time ]; description = "Haskell implementation of openssh protocol primitives"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "openssl-createkey" = callPackage @@ -191515,6 +199527,8 @@ self: { base http-client http-types opentelemetry text ]; license = lib.licenses.asl20; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "opentelemetry-lightstep" = callPackage @@ -191621,6 +199635,8 @@ self: { ]; description = "Unicode characters"; license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "opentheory-divides" = callPackage @@ -191786,6 +199802,8 @@ self: { ]; description = "An OpenTok SDK for Haskell"; license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "opentracing" = callPackage @@ -191913,6 +199931,8 @@ self: { ]; description = "Opentype loading and writing"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "openweathermap" = callPackage @@ -191935,6 +199955,8 @@ self: { ]; description = "Access data at OpenWeatherMap"; license = lib.licenses.publicDomain; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "operate-do" = callPackage @@ -191951,6 +199973,8 @@ self: { testHaskellDepends = [ base doctest filemanip hspec QuickCheck ]; description = "Simple project template from stack"; license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "operational" = callPackage @@ -192003,6 +200027,8 @@ self: { ]; description = "Interpretation functions and simple instruction sets for operational"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "oplang" = callPackage @@ -192079,6 +200105,8 @@ self: { ]; description = "Open files or URLs using associated programs"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "optics" = callPackage @@ -192281,6 +200309,8 @@ self: { testHaskellDepends = [ attoparsec-data rerebase ]; description = "Simple command line interface arguments parser"; license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "optima-for-hasql" = callPackage @@ -192337,6 +200367,8 @@ self: { ]; description = "Numerical optimization"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "optimusprime" = callPackage @@ -192381,6 +200413,8 @@ self: { ]; description = "Using type-classes for optional function arguments"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "optional-args" = callPackage @@ -192423,6 +200457,8 @@ self: { testHaskellDepends = [ base chell options time ]; description = "Command-line option types for dates and times"; license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "optparse-applicative_0_15_1_0" = callPackage @@ -192493,6 +200529,8 @@ self: { testHaskellDepends = [ attoparsec-data rerebase ]; description = "Simple command line interface arguments parser"; license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "optparse-declarative" = callPackage @@ -192518,6 +200556,7 @@ self: { ]; description = "An enum-text based toolkit for optparse-applicative"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; }) {}; "optparse-generic" = callPackage @@ -192551,6 +200590,8 @@ self: { libraryHaskellDepends = [ base optparse-applicative ]; description = "Helper functions for optparse-applicative"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "optparse-simple" = callPackage @@ -192661,6 +200702,8 @@ self: { ]; description = "Orchestration-style co-ordination EDSL"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "orchestrate" = callPackage @@ -192684,6 +200727,8 @@ self: { ]; description = "An API client for http://orchestrate.io/."; license = lib.licenses.asl20; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "orchid" = callPackage @@ -192785,6 +200830,8 @@ self: { ]; description = "L-Estimators for robust statistics"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "ordered" = callPackage @@ -192796,6 +200843,8 @@ self: { libraryHaskellDepends = [ base ]; description = "A definition of Posets"; license = "unknown"; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "ordered-containers" = callPackage @@ -192850,6 +200899,8 @@ self: { testToolDepends = [ hspec-discover ]; description = "Convert numbers to words in different languages"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "ordrea" = callPackage @@ -192864,6 +200915,8 @@ self: { testHaskellDepends = [ base directory process split ]; description = "Push-pull implementation of discrete-time FRP"; license = lib.licenses.publicDomain; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "oref" = callPackage @@ -192878,6 +200931,8 @@ self: { testHaskellDepends = [ base containers either mtl transformers ]; description = "Owned references in the Ownership Monad"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "org-mode" = callPackage @@ -192897,6 +200952,8 @@ self: { ]; description = "Parser for Emacs org-mode files"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "org-mode-lucid" = callPackage @@ -192938,6 +200995,8 @@ self: { executableHaskellDepends = [ attoparsec base text ]; description = "Organize scala imports"; license = lib.licenses.gpl3Only; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "orgmode" = callPackage @@ -192957,6 +201016,8 @@ self: { ]; description = "Org Mode library for haskell"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "orgmode-parse" = callPackage @@ -192979,6 +201040,7 @@ self: { ]; description = "A collection of Attoparsec combinators for parsing org-mode flavored documents"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; }) {}; "orgstat" = callPackage @@ -193013,6 +201075,7 @@ self: { ]; description = "Statistics visualizer for org-mode"; license = lib.licenses.gpl3Only; + hydraPlatforms = lib.platforms.none; }) {}; "origami" = callPackage @@ -193031,6 +201094,8 @@ self: { ]; description = "An un-SYB framework for transforming heterogenous data through folds"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "orion-hs" = callPackage @@ -193050,6 +201115,8 @@ self: { unordered-containers word8 wreq ]; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "orizentic" = callPackage @@ -193071,6 +201138,8 @@ self: { testHaskellDepends = [ base hspec jwt mtl time ]; description = "Token-based authentication and authorization"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "ormolu_0_2_0_0" = callPackage @@ -193218,6 +201287,8 @@ self: { ]; description = "Auto-generated ory-hydra-client API Client"; license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "ory-kratos" = callPackage @@ -193244,6 +201315,8 @@ self: { ]; description = "API bindings for Ory Kratos"; license = lib.licenses.asl20; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "os-release" = callPackage @@ -193279,6 +201352,8 @@ self: { ]; description = "A library to handle messages in the OSC protocol"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "oscpacking" = callPackage @@ -193290,6 +201365,8 @@ self: { libraryHaskellDepends = [ base colour gloss random ]; description = "Implements an osculatory packing (kissing circles) algorithm and display"; license = lib.licenses.gpl3Only; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "osdkeys" = callPackage @@ -193325,6 +201402,8 @@ self: { testToolDepends = [ hspec-discover ]; description = "An insertion-order-preserving set"; license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "osm-conduit" = callPackage @@ -193344,6 +201423,8 @@ self: { ]; description = "Parse and operate on OSM data in efficient way"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "osm-download" = callPackage @@ -193384,6 +201465,8 @@ self: { ]; description = "Better conversion of Oxford Scholarship Online material to PDF"; license = lib.licenses.gpl3Only; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "osx-ar" = callPackage @@ -193396,6 +201479,8 @@ self: { libraryHaskellDepends = [ base binary bytestring containers ]; description = "Parser for OS X static archive format"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "ot" = callPackage @@ -193416,6 +201501,8 @@ self: { ]; description = "Real-time collaborative editing with Operational Transformation"; license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "otp-authenticator" = callPackage @@ -193459,6 +201546,8 @@ self: { ]; description = "Pretty-printer for Ott parse trees"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "outsort" = callPackage @@ -193509,6 +201598,7 @@ self: { ]; description = "Finite overloading"; license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; }) {}; "overloaded" = callPackage @@ -193537,6 +201627,8 @@ self: { doHaddock = false; description = "Overloaded pragmas as a plugin"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "overloaded-records" = callPackage @@ -193558,6 +201650,8 @@ self: { ]; description = "Overloaded Records based on current GHC proposal"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "overture" = callPackage @@ -193571,6 +201665,8 @@ self: { benchmarkHaskellDepends = [ base criterion ]; description = "An alternative to some of the Prelude"; license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "owoify-hs" = callPackage @@ -193586,6 +201682,8 @@ self: { ]; description = "Turn any English text into nonsensical babyspeaks"; license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "pack" = callPackage @@ -193601,6 +201699,8 @@ self: { ]; description = "Bidirectional fast ByteString packer/unpacker"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "package-description-remote" = callPackage @@ -193617,6 +201717,8 @@ self: { testHaskellDepends = [ base ]; description = "Fetches a 'GenericPackageDescription' from Hackage"; license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "package-o-tron" = callPackage @@ -193635,6 +201737,7 @@ self: { ]; description = "Utilities for working with cabal packages and your package database"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; }) {}; "package-version" = callPackage @@ -193672,6 +201775,8 @@ self: { ]; description = "Haskell Package Versioning Tool"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "packcheck" = callPackage @@ -193709,6 +201814,8 @@ self: { ]; description = "Check your cabal packages for lagging dependencies"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "packed" = callPackage @@ -193725,6 +201832,8 @@ self: { ]; benchmarkHaskellDepends = [ base gauge ]; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "packed-dawg" = callPackage @@ -193752,6 +201861,8 @@ self: { ]; description = "Generation and traversal of highly compressed directed acyclic word graphs"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "packed-multikey-map" = callPackage @@ -193770,6 +201881,8 @@ self: { testHaskellDepends = [ base tasty tasty-hunit tasty-quickcheck ]; description = "Efficient “spreadsheet table” like maps with multiple marginals"; license = lib.licenses.gpl3Only; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "packedstring" = callPackage @@ -193783,6 +201896,8 @@ self: { libraryHaskellDepends = [ array base ]; description = "(Deprecated) Packed Strings"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "packer" = callPackage @@ -193817,6 +201932,8 @@ self: { ]; description = "MessagePack Serialization an Deserialization for Packer"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "packman" = callPackage @@ -193836,6 +201953,8 @@ self: { ]; description = "Serialization library for GHC"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "packstream" = callPackage @@ -193875,6 +201994,8 @@ self: { ]; description = "Tool for detecting redundant Cabal package dependencies"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "pacman-memcache" = callPackage @@ -193888,6 +202009,8 @@ self: { executableHaskellDepends = [ base deepseq directory-tree ]; description = "Read whole Pacman database which pushes it into the memory cache"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "pact-time" = callPackage @@ -193961,6 +202084,8 @@ self: { ]; description = "Fast, type-safe p-adic arithmetic"; license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "pads-haskell" = callPackage @@ -193988,6 +202113,8 @@ self: { ]; description = "PADS data description language for Haskell"; license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "pagarme" = callPackage @@ -194006,6 +202133,8 @@ self: { executableHaskellDepends = [ base text wreq ]; description = "Pagarme API wrapper"; license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "pager" = callPackage @@ -194050,6 +202179,8 @@ self: { ]; description = "Client library for PagerDuty Integration and REST APIs"; license = "unknown"; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "pagerduty-hs" = callPackage @@ -194067,6 +202198,8 @@ self: { ]; description = "An interface to the PagerDuty API"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "pagination" = callPackage @@ -194124,6 +202257,8 @@ self: { ]; description = "Receive hooks from pagure and do things with them"; license = lib.licenses.bsd2; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "paint" = callPackage @@ -194228,6 +202363,7 @@ self: { benchmarkHaskellDepends = [ base byteslice gauge primitive ]; description = "Parse syslog traffic from PAN-OS"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; }) {}; "panda" = callPackage @@ -194343,6 +202479,8 @@ self: { doCheck = false; description = "Supports using pandoc with citeproc"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "pandoc-citeproc-preamble" = callPackage @@ -194446,6 +202584,8 @@ self: { testToolDepends = [ tasty-discover ]; description = "A Pandoc filter for emphasizing code in fenced blocks"; license = lib.licenses.mpl20; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "pandoc-filter-graphviz" = callPackage @@ -194465,6 +202605,8 @@ self: { ]; description = "A Pandoc filter to use graphviz"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "pandoc-filter-indent" = callPackage @@ -194495,6 +202637,8 @@ self: { ]; description = "Pandoc filter formatting Haskell code fragments using GHC lexer"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "pandoc-highlighting-extensions" = callPackage @@ -194511,6 +202655,7 @@ self: { ]; description = "Syntax highlighting customization for Pandoc"; license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; }) {}; "pandoc-include" = callPackage @@ -194531,6 +202676,8 @@ self: { doHaddock = false; description = "Include other Markdown files"; license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "pandoc-include-code" = callPackage @@ -194586,6 +202733,8 @@ self: { libraryHaskellDepends = [ base containers lens pandoc-types text ]; description = "Lenses for Pandoc documents"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "pandoc-link-context" = callPackage @@ -194599,6 +202748,8 @@ self: { ]; description = "Extract \"contextual links\" from Pandoc"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "pandoc-lua-marshal" = callPackage @@ -194646,6 +202797,8 @@ self: { ]; description = "Pandoc-filter to evaluate `code` section in markdown and auto-embed output"; license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "pandoc-placetable" = callPackage @@ -194667,6 +202820,8 @@ self: { ]; description = "Pandoc filter to include CSV files"; license = "GPL"; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "pandoc-plantuml-diagrams" = callPackage @@ -194690,6 +202845,8 @@ self: { testToolDepends = [ hspec-discover ]; description = "Render and insert PlantUML diagrams with Pandoc"; license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "pandoc-plot" = callPackage @@ -194789,6 +202946,8 @@ self: { ]; description = "A Pandoc filter to include figures generated from Python code blocks"; license = lib.licenses.gpl2Only; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "pandoc-sidenote" = callPackage @@ -194867,6 +203026,8 @@ self: { executableHaskellDepends = [ base pandoc ]; description = "Literate Haskell support for GitHub's Markdown flavor"; license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "pandoc-utils" = callPackage @@ -194884,6 +203045,8 @@ self: { ]; description = "Utility functions to work with Pandoc in Haskell applications"; license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "pandoc-vimhl" = callPackage @@ -194912,6 +203075,8 @@ self: { sha256 = "0q62xm05qb88lsj0l53h9yxqlsbnlqnm8a4phmkran4jhnwi3ndn"; description = "A box of patterns and paradigms"; license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "pandora-io" = callPackage @@ -194923,6 +203088,7 @@ self: { libraryHaskellDepends = [ ghc-prim pandora ]; description = "..."; license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; }) {}; "pang-a-lambda" = callPackage @@ -194942,6 +203108,8 @@ self: { ]; description = "A super-pang clone"; license = lib.licenses.gpl3Only; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "pango" = callPackage @@ -194978,6 +203146,8 @@ self: { testHaskellDepends = [ base bytestring containers HUnit ]; description = "A set of parsers for graph languages and conversions to graph libaries"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "panhandle" = callPackage @@ -195033,6 +203203,8 @@ self: { ]; description = "Pandoc filter to execute code blocks"; license = lib.licenses.publicDomain; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "pansite" = callPackage @@ -195061,6 +203233,8 @@ self: { testHaskellDepends = [ base doctest Glob hspec QuickCheck ]; description = "Pansite: a simple web site management tool"; license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "pantry_0_5_2_1" = callPackage @@ -195200,6 +203374,8 @@ self: { ]; description = "Content addressable Haskell package management"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "papa" = callPackage @@ -195249,6 +203425,8 @@ self: { libraryHaskellDepends = [ base semigroups ]; description = "Prelude with only useful functions"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "papa-base-implement" = callPackage @@ -195359,6 +203537,8 @@ self: { ]; description = "Third party libraries"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "papa-lens" = callPackage @@ -195372,6 +203552,7 @@ self: { ]; description = "Prelude with only useful functions"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; }) {}; "papa-lens-export" = callPackage @@ -195383,6 +203564,8 @@ self: { libraryHaskellDepends = [ base lens ]; description = "export useful functions from `lens`"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "papa-lens-implement" = callPackage @@ -195394,6 +203577,8 @@ self: { libraryHaskellDepends = [ base lens ]; description = "useful `lens` functions reimplemented"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "papa-prelude" = callPackage @@ -195410,6 +203595,8 @@ self: { ]; description = "Prelude with only useful functions"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "papa-prelude-core" = callPackage @@ -195426,6 +203613,8 @@ self: { ]; description = "Prelude with only useful functions"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "papa-prelude-lens" = callPackage @@ -195442,6 +203631,8 @@ self: { ]; description = "Prelude with only useful functions"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "papa-prelude-semigroupoids" = callPackage @@ -195458,6 +203649,8 @@ self: { ]; description = "Prelude with only useful functions"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "papa-prelude-semigroups" = callPackage @@ -195474,6 +203667,8 @@ self: { ]; description = "Prelude with only useful functions"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "papa-semigroupoids" = callPackage @@ -195512,6 +203707,8 @@ self: { libraryHaskellDepends = [ base semigroupoids semigroups ]; description = "useful `semigroupoids` functions reimplemented"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "papa-x" = callPackage @@ -195558,6 +203755,8 @@ self: { executableHaskellDepends = [ base bytestring containers ]; description = "A passphrase generator"; license = lib.licenses.gpl3Only; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "papillon" = callPackage @@ -195578,6 +203777,8 @@ self: { ]; description = "packrat parser"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "pappy" = callPackage @@ -195591,6 +203792,8 @@ self: { executableHaskellDepends = [ base ]; description = "Packrat parsing; linear-time parsers for grammars in TDPL"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "paprika" = callPackage @@ -195630,6 +203833,8 @@ self: { ]; description = "ParDual class for Parallel <-> Sequential"; license = lib.licenses.asl20; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "par-traverse" = callPackage @@ -195679,6 +203884,8 @@ self: { executableToolDepends = [ alex ]; description = "Paragon"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "parallel" = callPackage @@ -195722,6 +203929,8 @@ self: { transformers vector vector-algorithms ]; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "parallel-tree-search" = callPackage @@ -195747,6 +203956,7 @@ self: { testHaskellDepends = [ base data-diverse hspec transformers ]; description = "Parameterized/indexed monoids and monads using only a single parameter type variable"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; }) {}; "parameterized-data" = callPackage @@ -195758,6 +203968,8 @@ self: { libraryHaskellDepends = [ base template-haskell type-level ]; description = "Parameterized data library implementing lightweight dependent types"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "parameterized-utils" = callPackage @@ -195826,6 +204038,8 @@ self: { testHaskellDepends = [ base ]; description = "http proxy server"; license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "parco" = callPackage @@ -195837,6 +204051,8 @@ self: { libraryHaskellDepends = [ base mtl ]; description = "Generalised parser combinators"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "parco-attoparsec" = callPackage @@ -195876,6 +204092,8 @@ self: { ]; description = "A simple parser-combinator library, a bit like Parsec but without the frills"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "parconc-examples" = callPackage @@ -195916,6 +204134,8 @@ self: { libraryHaskellDepends = [ base ]; description = "A library for cause-effect relationships"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "pareto-front" = callPackage @@ -195951,6 +204171,8 @@ self: { ]; description = "Parser combinators with fast-path and slower fallback for error reporting"; license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "park-bench" = callPackage @@ -195987,6 +204209,8 @@ self: { ]; description = "Help Manage project specific documentation"; license = lib.licenses.agpl3Only; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "parport" = callPackage @@ -196040,6 +204264,8 @@ self: { testHaskellDepends = [ base tasty tasty-hunit ]; description = "Simple way to parse strings with Python-like format strings"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "parse-dimacs" = callPackage @@ -196103,6 +204329,8 @@ self: { testHaskellDepends = [ base process ]; description = "Parse command-line arguments"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "parsec_3_1_15_0" = callPackage @@ -196153,6 +204381,8 @@ self: { ]; description = "Parsec API encoded as a deeply-embedded DSL, for debugging and analysis"; license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "parsec-numbers" = callPackage @@ -196195,6 +204425,8 @@ self: { testHaskellDepends = [ base directory doctest filepath ]; description = "Parsing instances for Parsec"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "parsec-permutation" = callPackage @@ -196221,6 +204453,8 @@ self: { executableHaskellDepends = [ base containers mtl parsec pretty ]; description = "Pratt Parser combinator for Parsec"; license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "parsec-tagsoup" = callPackage @@ -196276,6 +204510,8 @@ self: { libraryHaskellDepends = [ base ]; description = "Monadic parser combinators"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "parsec3" = callPackage @@ -196287,6 +204523,8 @@ self: { libraryHaskellDepends = [ base bytestring mtl text ]; description = "Monadic parser combinators"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "parsec3-numbers" = callPackage @@ -196321,6 +204559,8 @@ self: { testHaskellDepends = [ base hspec parsec ]; description = "Adds and Eq instance for Parsec's ParseError if needed"; license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "parsek" = callPackage @@ -196342,6 +204582,8 @@ self: { sha256 = "16sg32qs1kq184wk6d83z20b9firh1kjmysqwd2aqaiyq37zjyyb"; libraryHaskellDepends = [ base mtl parsec ]; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "parser-combinators" = callPackage @@ -196373,6 +204615,8 @@ self: { testToolDepends = [ hspec-discover ]; description = "Test suite of parser-combinators"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "parser-helper" = callPackage @@ -196388,6 +204632,8 @@ self: { ]; description = "Prints Haskell parse trees in JSON"; license = lib.licenses.asl20; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "parser-unbiased-choice-monad-embedding" = callPackage @@ -196404,6 +204650,8 @@ self: { ]; description = "Parsing library with unbiased choice and support for embedding arbitrary monad"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "parser241" = callPackage @@ -196418,6 +204666,8 @@ self: { testHaskellDepends = [ base containers hspec mtl ]; description = "An interface to create production rules using augmented grammars"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "parsergen" = callPackage @@ -196439,6 +204689,8 @@ self: { ]; description = "TH parser generator for splitting bytestring into fixed-width fields"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "parsers" = callPackage @@ -196479,6 +204731,8 @@ self: { ]; description = "`parsers` instances for Megaparsec"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "parsestar" = callPackage @@ -196514,6 +204768,8 @@ self: { libraryHaskellDepends = [ base bytestring text ]; description = "Monadic parser combinators derived from Parsec"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "parsix" = callPackage @@ -196560,6 +204816,7 @@ self: { benchmarkToolDepends = [ happy ]; description = "A fast parser combinator library backed by Typed Template Haskell"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; }) {}; "parsley-core" = callPackage @@ -196588,6 +204845,8 @@ self: { ]; description = "A fast parser combinator library backed by Typed Template Haskell"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "parsley-garnish" = callPackage @@ -196640,6 +204899,7 @@ self: { testHaskellDepends = [ base containers HUnit tasty tasty-hunit ]; description = "Parsing factorized"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; }) {}; "partial" = callPackage @@ -196717,6 +204977,8 @@ self: { libraryHaskellDepends = [ base template-haskell transformers ]; description = "Template haskell utilities for constructing records with default values"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "partial-semigroup" = callPackage @@ -196753,6 +205015,8 @@ self: { libraryHaskellDepends = [ base hedgehog partial-semigroup ]; description = "Property testing for partial semigroups using Hedgehog"; license = lib.licenses.asl20; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "partial-semigroup-test" = callPackage @@ -196765,6 +205029,7 @@ self: { doHaddock = false; description = "Testing utilities for the partial-semigroup package"; license = lib.licenses.asl20; + hydraPlatforms = lib.platforms.none; }) {}; "partial-uri" = callPackage @@ -196798,6 +205063,8 @@ self: { ]; description = "Inspect, create, and alter MBRs"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "passage" = callPackage @@ -196816,6 +205083,8 @@ self: { ]; description = "Parallel code generation for hierarchical Bayesian modeling"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "passman" = callPackage @@ -196843,6 +205112,8 @@ self: { ]; description = "a simple password manager"; license = lib.licenses.lgpl3Only; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "passman-cli" = callPackage @@ -196889,6 +205160,8 @@ self: { doHaddock = false; description = "Deterministic password generator core"; license = lib.licenses.gpl3Only; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "password" = callPackage @@ -196978,6 +205251,8 @@ self: { libraryHaskellDepends = [ base containers MonadRandom random ]; description = "Password generation/validation library"; license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "pasta" = callPackage @@ -196994,6 +205269,8 @@ self: { testHaskellDepends = [ base hspec microlens protolude ]; description = "PostgreSQL Abstract Syntax Tree Assember"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "pastis" = callPackage @@ -197005,6 +205282,8 @@ self: { libraryHaskellDepends = [ base HTTP network ]; description = "Interface to the past.is URL shortening service"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "pasty" = callPackage @@ -197018,6 +205297,8 @@ self: { executableHaskellDepends = [ base bytestring mtl ]; description = "A simple command line pasting utility"; license = "GPL"; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "patat" = callPackage @@ -197047,6 +205328,8 @@ self: { ]; description = "Terminal-based presentations using Pandoc"; license = lib.licenses.gpl2Only; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "patch" = callPackage @@ -197127,6 +205410,8 @@ self: { ]; description = "Patches (diffs) on vectors: composable, mergeable, and invertible"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "path_0_9_0" = callPackage @@ -197334,6 +205619,8 @@ self: { ]; description = "A toy pathfinding library"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "pathological-bytestrings" = callPackage @@ -197423,6 +205710,8 @@ self: { ]; description = "Sentry SDK"; license = lib.licenses.isc; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "patronscraper" = callPackage @@ -197436,6 +205725,8 @@ self: { executableHaskellDepends = [ base HandsomeSoup hxt ]; description = "A webpage scraper for Patreon which dumps a list of patrons to a text file"; license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "pattern-arrows" = callPackage @@ -197550,6 +205841,8 @@ self: { ]; description = "Client for a limited part of PayPal's Adaptive Payments API"; license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "paypal-api" = callPackage @@ -197566,6 +205859,8 @@ self: { ]; description = "PayPal API, currently supporting \"ButtonManager\""; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "paypal-rest-client" = callPackage @@ -197582,6 +205877,8 @@ self: { ]; description = "A client to connect to PayPal's REST API (v1)"; license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "pb" = callPackage @@ -197597,6 +205894,8 @@ self: { ]; description = "pastebin command line application"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "pb-next" = callPackage @@ -197616,6 +205915,8 @@ self: { testHaskellDepends = [ base parsec tasty tasty-hunit ]; description = "Utility CLI for working with protobuf files"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "pbc4hs" = callPackage @@ -197627,6 +205928,8 @@ self: { libraryHaskellDepends = [ base hslua string-qq ]; description = "pbc for HsLua"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "pbkdf" = callPackage @@ -197738,6 +206041,8 @@ self: { ]; description = "PCD file loader"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "pcf" = callPackage @@ -197770,6 +206075,8 @@ self: { ]; description = "PCF font parsing and rendering library"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "pcf-font-embed" = callPackage @@ -197818,6 +206125,8 @@ self: { benchmarkHaskellDepends = [ base criterion deepseq random ]; description = "A fast, pseudorandom number generator"; license = lib.licenses.asl20; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "pcre-heavy" = callPackage @@ -197872,6 +206181,8 @@ self: { libraryHaskellDepends = [ base bytestring pcre-light ]; description = "pcre-light extra functionality"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "pcre-utils" = callPackage @@ -197999,6 +206310,8 @@ self: { ]; description = "Template format definition for pdf-slave tool"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "pdf-toolbox-content" = callPackage @@ -198086,6 +206399,8 @@ self: { ]; description = "Simple pdf viewer"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "pdf2line" = callPackage @@ -198135,6 +206450,8 @@ self: { ]; description = "Name a PDF file using information from the pdfinfo command"; license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "pdfsplit" = callPackage @@ -198150,6 +206467,8 @@ self: { ]; description = "split two-column PDFs, so there is one column per page"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "pdftotext" = callPackage @@ -198171,6 +206490,8 @@ self: { testToolDepends = [ hspec-discover ]; description = "Extracts text from PDF using poppler"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {poppler-cpp = null;}; "pdynload" = callPackage @@ -198187,6 +206508,8 @@ self: { ]; description = "pdynload is polymorphic dynamic linking library"; license = lib.licenses.gpl3Only; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "peakachu" = callPackage @@ -198264,6 +206587,8 @@ self: { libraryHaskellDepends = [ base binary bytestring containers ]; description = "Parser for PE/COFF format"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "pedersen-commitment" = callPackage @@ -198284,6 +206609,8 @@ self: { ]; description = "An implementation of Pedersen commitment schemes"; license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "pedestrian-dag" = callPackage @@ -198297,6 +206624,8 @@ self: { libraryHaskellDepends = [ array base binary containers ]; description = "A pedestrian implementation of directed acyclic graphs"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "peg" = callPackage @@ -198314,6 +206643,8 @@ self: { ]; description = "a lazy non-deterministic concatenative programming language"; license = lib.licenses.gpl3Only; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "peggy" = callPackage @@ -198332,6 +206663,8 @@ self: { ]; description = "The Parser Generator for Haskell"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "pell" = callPackage @@ -198391,6 +206724,8 @@ self: { ]; description = "Static site generator"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "penn-treebank" = callPackage @@ -198422,6 +206757,8 @@ self: { testToolDepends = [ hspec-discover ]; description = "Parser combinators for trees in the Penn Treebank format"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "penny" = callPackage @@ -198527,7 +206864,6 @@ self: { ]; description = "Create beautiful diagrams just by typing mathematical notation in plain text"; license = lib.licenses.mit; - hydraPlatforms = lib.platforms.none; }) {}; "peparser" = callPackage @@ -198559,6 +206895,8 @@ self: { ]; description = "Percent encode/decode ByteStrings"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "percent-format" = callPackage @@ -198582,6 +206920,8 @@ self: { libraryHaskellDepends = [ base ]; description = "The perceptron learning algorithm"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "perceptual-hash" = callPackage @@ -198657,6 +206997,8 @@ self: { ]; description = "Database migration support for use in other libraries"; license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "perf" = callPackage @@ -198750,6 +207092,8 @@ self: { ]; description = "Library for performing vector shuffles"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "perfecthash" = callPackage @@ -198791,6 +207135,8 @@ self: { testHaskellDepends = [ base doctest ]; description = "Perhaps, a monad"; license = lib.licenses.bsd2; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "period" = callPackage @@ -198827,6 +207173,8 @@ self: { testHaskellDepends = [ base cereal hedis hspec text time ]; description = "A reliable at-least-once periodic job scheduler backed by redis"; license = lib.licenses.isc; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "periodic-client" = callPackage @@ -198886,6 +207234,8 @@ self: { ]; description = "Periodic task system common"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "periodic-polynomials" = callPackage @@ -198897,6 +207247,8 @@ self: { libraryHaskellDepends = [ base vector ]; description = "A library for working with periodic polynomials (very basic functionality)"; license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "periodic-server" = callPackage @@ -198958,6 +207310,8 @@ self: { libraryHaskellDepends = [ base ghc-prim QuickCheck ]; description = "A library for permutations and combinations"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "permutations" = callPackage @@ -198981,6 +207335,7 @@ self: { ]; description = "Permutations of finite sets"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; }) {}; "permute" = callPackage @@ -198992,6 +207347,8 @@ self: { libraryHaskellDepends = [ base mtl ]; description = "Generalised permutation parser combinator"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "persist" = callPackage @@ -199046,6 +207403,8 @@ self: { ]; description = "Transforms persist's quasi-quoted syntax into ER format"; license = lib.licenses.gpl3Only; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "persistable-record" = callPackage @@ -199066,6 +207425,7 @@ self: { testHaskellDepends = [ base quickcheck-simple ]; description = "Binding between SQL database values and haskell records"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; }) {}; "persistable-types-HDBC-pg" = callPackage @@ -199086,6 +207446,7 @@ self: { ]; description = "HDBC and Relational-Record instances of PostgreSQL extended types"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; }) {}; "persistent" = callPackage @@ -199163,6 +207524,8 @@ self: { libraryHaskellDepends = [ base cereal persistent text ]; description = "Helper functions for writing Persistent instances"; license = lib.licenses.publicDomain; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "persistent-database-url" = callPackage @@ -199182,6 +207545,8 @@ self: { ]; description = "Parse DATABASE_URL into configuration types for Persistent"; license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "persistent-discover" = callPackage @@ -199241,6 +207606,8 @@ self: { libraryHaskellDepends = [ array base diffarray ]; description = "Persistent equivalence relations (aka union-find)"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "persistent-generic" = callPackage @@ -199252,6 +207619,8 @@ self: { libraryHaskellDepends = [ base persistent text ]; description = "Derive Persistent classes generically"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "persistent-hssqlppp" = callPackage @@ -199296,6 +207665,7 @@ self: { ]; description = "Persistent instances for types in iproute"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; }) {}; "persistent-lens" = callPackage @@ -199373,6 +207743,8 @@ self: { ]; description = "Backend for the persistent library using mongoDB"; license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "persistent-mtl" = callPackage @@ -199484,6 +207856,7 @@ self: { ]; description = "A pure haskell backend for the persistent library using MySQL database server"; license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; }) {}; "persistent-odbc" = callPackage @@ -199504,6 +207877,8 @@ self: { ]; description = "Backend for the persistent library using ODBC"; license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "persistent-pagination" = callPackage @@ -199603,6 +207978,8 @@ self: { ]; description = "Template-Haskell helpers for integrating protobufs with persistent"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "persistent-qq" = callPackage @@ -199635,6 +208012,8 @@ self: { libraryHaskellDepends = [ base time yesod ]; description = "A library for rate limiting activities with a persistent backend"; license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "persistent-redis" = callPackage @@ -199693,6 +208072,7 @@ self: { ]; description = "relational-record on persisten backends"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; }) {}; "persistent-spatial" = callPackage @@ -199778,6 +208158,8 @@ self: { ]; description = "Generate classy lens field accessors for persistent models"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "persistent-test" = callPackage @@ -199826,6 +208208,8 @@ self: { testToolDepends = [ hspec-discover ]; description = "Type safe access to multiple database schemata"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "persistent-vector" = callPackage @@ -199872,6 +208256,8 @@ self: { ]; description = "Backend for persistent library using Zookeeper"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "persona" = callPackage @@ -199888,6 +208274,8 @@ self: { ]; description = "Persona (BrowserID) library"; license = lib.licenses.agpl3Only; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "persona-idp" = callPackage @@ -199924,6 +208312,8 @@ self: { executableHaskellDepends = [ base process ]; description = "Proof Editor for Sequent Calculus"; license = "GPL"; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "peyotls" = callPackage @@ -199985,6 +208375,8 @@ self: { ]; description = "A Pretty Extraordinary Zipper library"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "pg-entity" = callPackage @@ -200026,6 +208418,8 @@ self: { testHaskellDepends = [ base HUnit text ]; description = "PostgreSQL database performance insights"; license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "pg-harness" = callPackage @@ -200045,6 +208439,8 @@ self: { ]; description = "REST service and library for creating/consuming temporary PostgreSQL databases"; license = lib.licenses.agpl3Only; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "pg-harness-client" = callPackage @@ -200075,6 +208471,8 @@ self: { ]; description = "REST service for creating temporary PostgreSQL databases"; license = lib.licenses.agpl3Only; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "pg-recorder" = callPackage @@ -200100,6 +208498,8 @@ self: { ]; description = "Initial project template from stack"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "pg-store" = callPackage @@ -200123,6 +208523,8 @@ self: { ]; description = "Simple storage interface to PostgreSQL"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "pg-transact" = callPackage @@ -200147,6 +208549,8 @@ self: { ]; description = "A postgresql-simple transaction monad"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "pgdl" = callPackage @@ -200172,6 +208576,8 @@ self: { ]; description = "browse directory listing webpages and download files from them"; license = lib.licenses.publicDomain; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "pgf2" = callPackage @@ -200184,6 +208590,8 @@ self: { librarySystemDepends = [ gu pgf ]; description = "Bindings to the C version of the PGF runtime"; license = lib.licenses.lgpl3Only; + hydraPlatforms = lib.platforms.none; + broken = true; }) {gu = null; inherit (pkgs) pgf;}; "pgm" = callPackage @@ -200256,6 +208664,8 @@ self: { ]; description = "Streaming Postgres bindings"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "phantom-state" = callPackage @@ -200282,6 +208692,8 @@ self: { ]; description = "Freezing, thawing, and copy elision"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "phaser" = callPackage @@ -200296,6 +208708,8 @@ self: { ]; description = "Incremental multiple pass parser library"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "phash" = callPackage @@ -200378,6 +208792,8 @@ self: { testHaskellDepends = [ base hspec ]; description = "Deprecated - ghci debug viewer with simple editor"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "phoityne-vscode" = callPackage @@ -200413,6 +208829,8 @@ self: { testHaskellDepends = [ base hspec ]; description = "Phonenumber Metadata - NOTE: this is now deprecated!"; license = "unknown"; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "phone-numbers" = callPackage @@ -200427,6 +208845,8 @@ self: { testHaskellDepends = [ base bytestring ]; description = "Haskell bindings to the libphonenumber library"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {phonenumber = null; inherit (pkgs) protobuf;}; "phone-push" = callPackage @@ -200444,6 +208864,8 @@ self: { ]; description = "Push notifications for Android and iOS"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "phonetic-code" = callPackage @@ -200466,6 +208888,7 @@ self: { libraryHaskellDepends = [ base subG subG-instances vector ]; description = "A generalization of the uniqueness-periods-vector-common package"; license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; }) {}; "phonetic-languages-constaints" = callPackage @@ -200477,6 +208900,8 @@ self: { libraryHaskellDepends = [ base vector ]; description = "Constraints to filter the needed permutations"; license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "phonetic-languages-constraints" = callPackage @@ -200488,6 +208913,7 @@ self: { libraryHaskellDepends = [ base subG subG-instances vector ]; description = "Constraints to filter the needed permutations"; license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; }) {}; "phonetic-languages-constraints-array" = callPackage @@ -200499,6 +208925,7 @@ self: { libraryHaskellDepends = [ base subG ]; description = "Constraints to filter the needed permutations"; license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; }) {}; "phonetic-languages-examples" = callPackage @@ -200572,6 +208999,7 @@ self: { libraryHaskellDepends = [ base subG subG-instances vector ]; description = "Commonly used versions of the phonetic-languages-common package"; license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; }) {}; "phonetic-languages-permutations-array" = callPackage @@ -200583,6 +209011,7 @@ self: { libraryHaskellDepends = [ base subG ]; description = "Permutations and universal set related functions for the phonetic-languages series"; license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; }) {}; "phonetic-languages-phonetics-basics" = callPackage @@ -200603,6 +209032,7 @@ self: { ]; description = "A library for working with generalized phonetic languages usage"; license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; }) {}; "phonetic-languages-plus" = callPackage @@ -200625,6 +209055,7 @@ self: { ]; description = "Some common shared between different packages functions"; license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; }) {}; "phonetic-languages-properties" = callPackage @@ -200642,6 +209073,7 @@ self: { ]; description = "A generalization of the uniqueness-periods-vector-properties package"; license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; }) {}; "phonetic-languages-rhythmicity" = callPackage @@ -200653,6 +209085,8 @@ self: { libraryHaskellDepends = [ base ]; description = "Allows to estimate the rhythmicity properties for the text"; license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "phonetic-languages-simplified-base" = callPackage @@ -200667,6 +209101,7 @@ self: { ]; description = "A basics of the phonetic-languages functionality"; license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; }) {}; "phonetic-languages-simplified-common" = callPackage @@ -200682,6 +209117,7 @@ self: { ]; description = "A simplified version of the phonetic-languages-functionality"; license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; }) {}; "phonetic-languages-simplified-examples-array" = callPackage @@ -200790,6 +209226,7 @@ self: { ]; description = "Some common code for phonetic languages generalized functionality"; license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; }) {}; "phonetic-languages-simplified-generalized-properties-array" = callPackage @@ -200807,6 +209244,7 @@ self: { ]; description = "Some 'properties' of the phonetic languages approach text"; license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; }) {}; "phonetic-languages-simplified-lists-examples" = callPackage @@ -200859,6 +209297,7 @@ self: { ]; description = "Some properties of the data related to rhythmicity"; license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; }) {}; "phonetic-languages-simplified-properties-lists" = callPackage @@ -200877,6 +209316,7 @@ self: { ]; description = "A generalization of the uniqueness-periods-vector-properties package"; license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; }) {}; "phonetic-languages-simplified-properties-lists-double" = callPackage @@ -200895,6 +209335,7 @@ self: { ]; description = "A generalization of the uniqueness-periods-vector-properties package"; license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; }) {}; "phonetic-languages-ukrainian" = callPackage @@ -200906,6 +209347,7 @@ self: { libraryHaskellDepends = [ base mmsyn2 mmsyn5 vector ]; description = "Prepares Ukrainian text to be used as a phonetic language text"; license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; }) {}; "phonetic-languages-ukrainian-array" = callPackage @@ -200931,6 +209373,8 @@ self: { libraryHaskellDepends = [ base vector ]; description = "A generalization of the functionality of the uniqueness-periods-vector package"; license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "phooey" = callPackage @@ -200988,6 +209432,8 @@ self: { executableHaskellDepends = [ base mtl SDL transformers ]; description = "A fractal viewer"; license = lib.licenses.gpl3Only; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "phybin" = callPackage @@ -201020,6 +209466,8 @@ self: { ]; description = "Utility for clustering phylogenetic trees in Newick format based on Robinson-Foulds distance"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "physics" = callPackage @@ -201051,6 +209499,8 @@ self: { ]; description = "Applied pi-calculus interpreter"; license = lib.licenses.gpl3Only; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "pi-forall" = callPackage @@ -201074,6 +209524,8 @@ self: { ]; description = "Demo implementation of typechecker for dependently-typed language"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "pi-hoole" = callPackage @@ -201099,6 +209551,8 @@ self: { testHaskellDepends = [ base ]; description = "Lightweight access control solution for the pijul vcs"; license = lib.licenses.agpl3Only; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "pi-lcd" = callPackage @@ -201140,6 +209594,7 @@ self: { ]; description = "Set up port forwarding with the Private Internet Access VPN service"; license = lib.licenses.gpl3Only; + hydraPlatforms = lib.platforms.none; }) {}; "pianola" = callPackage @@ -201177,6 +209632,8 @@ self: { executableHaskellDepends = [ base cli hmatrix ]; description = "simple image manipulation functions"; license = lib.licenses.gpl3Only; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "pickle" = callPackage @@ -201188,6 +209645,8 @@ self: { libraryHaskellDepends = [ base containers network stm text ]; description = "Instant StatsD in Haskell"; license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "picologic" = callPackage @@ -201210,6 +209669,8 @@ self: { ]; description = "Utilities for symbolic predicate logic expressions"; license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "picoparsec" = callPackage @@ -201242,6 +209703,8 @@ self: { ]; description = "Fast combinator parsing for bytestrings and text"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "picosat" = callPackage @@ -201267,6 +209730,8 @@ self: { executableHaskellDepends = [ base matrix transformers xml ]; description = "Converts a svg image to tikz code"; license = lib.licenses.gpl3Only; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "pid" = callPackage @@ -201345,6 +209810,8 @@ self: { ]; description = "A library for writing forwards-declared build systems in haskell"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "piet" = callPackage @@ -201358,6 +209825,8 @@ self: { libraryHaskellDepends = [ array base containers Imlib mtl ]; description = "A Piet interpreter"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "pig" = callPackage @@ -201374,6 +209843,8 @@ self: { ]; description = "dice game"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "piki" = callPackage @@ -201412,6 +209883,8 @@ self: { ]; description = "Access to the Pinboard API"; license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "pinboard-notes-backup" = callPackage @@ -201475,6 +209948,8 @@ self: { ]; description = "A code generator for the pinch Thrift library"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "pinchot" = callPackage @@ -201493,6 +209968,8 @@ self: { ]; description = "Write grammars, not parsers"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "pine" = callPackage @@ -201516,6 +209993,8 @@ self: { ]; description = "Functional 2D Game Framework"; license = lib.licenses.zlib; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "ping" = callPackage @@ -201752,6 +210231,8 @@ self: { ]; description = "A higher-level interface to using concurrency with pipes"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "pipes-attoparsec" = callPackage @@ -201807,6 +210288,8 @@ self: { ]; description = "Blocked GZip"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "pipes-binary" = callPackage @@ -201844,6 +210327,8 @@ self: { testHaskellDepends = [ base bytestring mtl pipes QuickCheck ]; description = "Pipes to group by any delimiter (such as lines with carriage returns)"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "pipes-brotli" = callPackage @@ -201860,7 +210345,6 @@ self: { ]; description = "Brotli (RFC7932) compressors and decompressors for the Pipes package"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; }) {}; "pipes-bytestring" = callPackage @@ -201901,6 +210385,8 @@ self: { benchmarkHaskellDepends = [ base ]; description = "Streaming compression/decompression via pipes"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {inherit (pkgs) bzip2;}; "pipes-cacophony" = callPackage @@ -201932,6 +210418,8 @@ self: { testHaskellDepends = [ base hspec pipes transformers ]; description = "Allows instances for Category, Arrow and ArrowChoice for Pipes"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "pipes-cborg" = callPackage @@ -201953,6 +210441,8 @@ self: { ]; description = "Encode and decode cborg streams using the pipes and cborg libraries"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "pipes-cellular" = callPackage @@ -201993,6 +210483,8 @@ self: { ]; description = "Encode and decode binary streams using the pipes and cereal libraries"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "pipes-cereal-plus" = callPackage @@ -202068,6 +210560,8 @@ self: { ]; description = "Compositional pipelines"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "pipes-courier" = callPackage @@ -202113,6 +210607,8 @@ self: { libraryHaskellDepends = [ base errors pipes ]; description = "Integration between pipes and errors"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "pipes-extra" = callPackage @@ -202225,6 +210721,7 @@ self: { ]; description = "Reactively combines Producers so that a value is yielded as soon as possible"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; }) {}; "pipes-group" = callPackage @@ -202291,6 +210788,8 @@ self: { libraryHaskellDepends = [ base containers heaps pipes ]; description = "Interleave and merge streams of elements"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "pipes-io" = callPackage @@ -202305,6 +210804,8 @@ self: { testHaskellDepends = [ base hspec pipes ]; description = "Stateful IO streams based on pipes"; license = lib.licenses.asl20; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "pipes-kafka" = callPackage @@ -202403,6 +210904,7 @@ self: { ]; description = "Miscellaneous utilities for pipes, required by glazier-tutorial"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; }) {}; "pipes-mongodb" = callPackage @@ -202431,6 +210933,8 @@ self: { ]; description = "Use network sockets together with the pipes library"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "pipes-network-tls" = callPackage @@ -202448,6 +210952,7 @@ self: { ]; description = "TLS-secured network connections support for pipes"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; }) {}; "pipes-network-ws" = callPackage @@ -202561,6 +211066,7 @@ self: { testHaskellDepends = [ base ]; description = "Alternate Prelude for the pipes ecosystem"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; }) {}; "pipes-pulse-simple" = callPackage @@ -202600,6 +211106,8 @@ self: { executableHaskellDepends = [ base pipes time ]; description = "A few pipes to control the timing of yields"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "pipes-s3" = callPackage @@ -202622,6 +211130,8 @@ self: { ]; description = "A simple interface for streaming data to and from Amazon S3"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "pipes-safe" = callPackage @@ -202659,6 +211169,8 @@ self: { ]; description = "Create proper Pipes from System.Process"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "pipes-sqlite-simple" = callPackage @@ -202672,6 +211184,8 @@ self: { ]; description = "Functions that smash Pipes and sqlite-simple together"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "pipes-text" = callPackage @@ -202689,6 +211203,8 @@ self: { ]; description = "properly streaming text"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "pipes-transduce" = callPackage @@ -202712,6 +211228,7 @@ self: { ]; description = "Interfacing pipes with foldl folds"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; }) {}; "pipes-vector" = callPackage @@ -202727,6 +211244,8 @@ self: { ]; description = "Various proxies for streaming data into vectors"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "pipes-wai" = callPackage @@ -202777,6 +211296,8 @@ self: { ]; description = "Pipes integration for ZeroMQ messaging"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "pipes-zlib" = callPackage @@ -202797,6 +211318,8 @@ self: { ]; description = "Zlib and GZip compression and decompression for Pipes streams"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "pisigma" = callPackage @@ -202839,6 +211362,8 @@ self: { ]; description = "Account management tool"; license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "pitchtrack" = callPackage @@ -202883,6 +211408,8 @@ self: { testHaskellDepends = [ base hspec ]; description = "A library and a CLI tool for accessing Pivotal Tracker API"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "pixel-printer" = callPackage @@ -202900,6 +211427,8 @@ self: { testHaskellDepends = [ base ]; description = "A program for turning pixel art into 3D prints"; license = lib.licenses.gpl3Only; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "pixela" = callPackage @@ -202923,6 +211452,8 @@ self: { ]; description = "Pixela client"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "pixelated-avatar-generator" = callPackage @@ -202944,6 +211475,8 @@ self: { ]; description = "A library and application for generating pixelated avatars"; license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "pixiv" = callPackage @@ -202971,6 +211504,8 @@ self: { ]; description = "Pixiv API binding based on servant-client"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "piyo" = callPackage @@ -203030,6 +211565,8 @@ self: { ]; description = "PKCS#10 library"; license = lib.licenses.asl20; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "pkcs7" = callPackage @@ -203042,6 +211579,8 @@ self: { testHaskellDepends = [ base bytestring Cabal HUnit QuickCheck ]; description = "PKCS #7 padding in Haskell"; license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "pkggraph" = callPackage @@ -203055,6 +211594,8 @@ self: { executableHaskellDepends = [ base Cabal split ]; description = "Package dependency graph for installed packages"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "pkgtreediff" = callPackage @@ -203155,6 +211696,8 @@ self: { libraryHaskellDepends = [ base bytestring mtl time unix ]; description = "plaimi's prelude"; license = lib.licenses.gpl3Only; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "plan-applicative" = callPackage @@ -203175,6 +211718,8 @@ self: { ]; description = "Applicative/Arrow for resource estimation and progress tracking"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "plan-b" = callPackage @@ -203193,6 +211738,8 @@ self: { testHaskellDepends = [ base hspec path path-io ]; description = "Failure-tolerant file and directory editing"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "planar-graph" = callPackage @@ -203209,6 +211756,8 @@ self: { ]; description = "A representation of planar graphs"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "planb-token-introspection" = callPackage @@ -203232,6 +211781,8 @@ self: { ]; description = "Token Introspection for PlanB"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "planet-mitchell" = callPackage @@ -203303,6 +211854,8 @@ self: { ]; description = "Planet Mitchell"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "plankton" = callPackage @@ -203314,6 +211867,8 @@ self: { libraryHaskellDepends = [ adjunctions base protolude ]; description = "The core of a numeric prelude, taken from numhask"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "plat" = callPackage @@ -203327,6 +211882,8 @@ self: { ]; description = "Simple templating library"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "platinum-parsing" = callPackage @@ -203350,6 +211907,8 @@ self: { testHaskellDepends = [ base containers fgl hspec vector ]; description = "General Framework for compiler development"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "playlists" = callPackage @@ -203373,6 +211932,8 @@ self: { ]; description = "Library and executable for working with playlist files"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "playlists-http" = callPackage @@ -203391,6 +211952,7 @@ self: { ]; description = "Library to glue together playlists and http-client"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; }) {}; "plex" = callPackage @@ -203409,6 +211971,8 @@ self: { ]; description = "run a subprocess, combining stdout and stderr"; license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "plist" = callPackage @@ -203421,6 +211985,8 @@ self: { libraryHaskellDepends = [ base base64-bytestring bytestring hxt ]; description = "Generate and parse Mac OS X property list format"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "plist-buddy" = callPackage @@ -203444,6 +212010,8 @@ self: { ]; description = "Remote monad for editing plists"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "plivo" = callPackage @@ -203463,6 +212031,8 @@ self: { ]; description = "Plivo API wrapper for Haskell"; license = "unknown"; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "plocketed" = callPackage @@ -203503,6 +212073,8 @@ self: { libraryHaskellDepends = [ base glib gtk hmatrix mtl plot process ]; description = "GTK plots and interaction with GHCi"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "plot-gtk-ui" = callPackage @@ -203519,6 +212091,8 @@ self: { ]; description = "A quick way to use Mathematica like Manipulation abilities"; license = lib.licenses.gpl2Only; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "plot-gtk3" = callPackage @@ -203532,6 +212106,8 @@ self: { ]; description = "GTK3 plots and interaction with GHCi"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "plot-lab" = callPackage @@ -203548,6 +212124,8 @@ self: { ]; description = "A plotting tool with Mathematica like Manipulation abilities"; license = lib.licenses.gpl2Only; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "plot-light" = callPackage @@ -203605,7 +212183,6 @@ self: { executableHaskellDepends = [ base mtl optparse-generic text ]; description = "Basic plotting of tabular data for the command line"; license = lib.licenses.gpl3Only; - hydraPlatforms = lib.platforms.none; }) {}; "plotfont" = callPackage @@ -203716,6 +212293,8 @@ self: { ]; description = "Dynamic linking for Haskell and C objects"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "plugins-auto" = callPackage @@ -203732,6 +212311,7 @@ self: { testHaskellDepends = [ base directory process ]; description = "Automatic recompilation and reloading of haskell modules"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; }) {}; "plugins-multistage" = callPackage @@ -203750,6 +212330,8 @@ self: { ]; description = "Dynamic linking for embedded DSLs with staged compilation"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "plumbers" = callPackage @@ -203761,6 +212343,8 @@ self: { libraryHaskellDepends = [ base template-haskell ]; description = "Pointless plumbing combinators"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "plur" = callPackage @@ -203773,6 +212357,8 @@ self: { testHaskellDepends = [ base hedgehog hedgehog-classes ]; description = "Plurality monad: Zero, one, or at least two"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "plural" = callPackage @@ -203785,6 +212371,8 @@ self: { testHaskellDepends = [ base hspec ]; description = "Pluralize"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "ply-loader" = callPackage @@ -203823,6 +212411,8 @@ self: { testHaskellDepends = [ base hspec mtl text unordered-containers ]; description = "A front-end framework"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "png-file" = callPackage @@ -203868,6 +212458,8 @@ self: { libraryHaskellDepends = [ array base bytestring mtl parsec zlib ]; description = "Pure Haskell loader for PNG images"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "pnm" = callPackage @@ -203894,6 +212486,8 @@ self: { ]; description = "Bindings for the Pocket API"; license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "pocket-dns" = callPackage @@ -203979,6 +212573,8 @@ self: { libraryHaskellDepends = [ base mtl semigroups transformers ]; description = "Alternative done right"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "pointedlist" = callPackage @@ -204036,6 +212632,8 @@ self: { doHaddock = false; description = "Tool for refactoring expressions into pointfree form"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "pointful" = callPackage @@ -204054,6 +212652,8 @@ self: { executableHaskellDepends = [ base ]; description = "Pointful refactoring tool"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "pointless-fun" = callPackage @@ -204076,6 +212676,8 @@ self: { libraryHaskellDepends = [ base GHood process syb ]; description = "Pointless Haskell library"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "pointless-lenses" = callPackage @@ -204156,6 +212758,8 @@ self: { ]; description = "Haskell types for the Pokemon Go protobuf protocol"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "poker" = callPackage @@ -204178,6 +212782,8 @@ self: { benchmarkHaskellDepends = [ base gauge ]; description = "Texas holdem hand evaluation and simulation"; license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "poker-base" = callPackage @@ -204212,6 +212818,8 @@ self: { librarySystemDepends = [ poker-eval ]; description = "Binding to libpoker-eval"; license = lib.licenses.publicDomain; + hydraPlatforms = lib.platforms.none; + broken = true; }) {poker-eval = null;}; "pokitdok" = callPackage @@ -204229,6 +212837,8 @@ self: { ]; description = "PokitDok Platform API Client for Haskell"; license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "polar" = callPackage @@ -204252,6 +212862,8 @@ self: { testHaskellDepends = [ base containers HUnit MissingH mtl parsec ]; description = "Fork of ConfigFile for Polar Game Engine"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "polar-shader" = callPackage @@ -204264,6 +212876,8 @@ self: { testHaskellDepends = [ base containers hspec ]; description = "High-level shader compiler framework"; license = lib.licenses.asl20; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "polh-lexicon" = callPackage @@ -204308,6 +212922,8 @@ self: { ]; description = "Haskell PVP version adviser"; license = lib.licenses.mpl20; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "polimorf" = callPackage @@ -204352,6 +212968,8 @@ self: { testToolDepends = [ hspec-discover ]; description = "Cache infrequently updated data for simpler distributed systems"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "poly" = callPackage @@ -204398,6 +213016,8 @@ self: { libraryHaskellDepends = [ base mtl transformers ]; description = "Poly-kinded continuations"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "poly-control" = callPackage @@ -204409,6 +213029,8 @@ self: { libraryHaskellDepends = [ base lens ]; description = "This package provides abstraction for polymorphic controls, like PolyMonads or PolyApplicatives"; license = lib.licenses.asl20; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "poly-rec" = callPackage @@ -204420,6 +213042,7 @@ self: { libraryHaskellDepends = [ base requirements ]; description = "Polykinded extensible records"; license = lib.licenses.gpl3Only; + hydraPlatforms = lib.platforms.none; }) {}; "polyToMonoid" = callPackage @@ -204461,6 +213084,8 @@ self: { libraryHaskellDepends = [ base ]; description = "Core data definitions for the \"polydata\" package"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "polymap" = callPackage @@ -204495,6 +213120,8 @@ self: { ]; description = "Polynomial types and operations"; license = "unknown"; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "polynomial" = callPackage @@ -204517,6 +213144,8 @@ self: { ]; description = "Polynomials"; license = lib.licenses.publicDomain; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "polynomial-algebra" = callPackage @@ -204530,6 +213159,8 @@ self: { ]; description = "Multivariate polynomial rings"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "polynomials-bernstein" = callPackage @@ -204660,6 +213291,8 @@ self: { testToolDepends = [ hspec-discover ]; description = "QuickCheck for Polysemy"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "polysemy-chronos" = callPackage @@ -204792,6 +213425,8 @@ self: { ]; description = "Effect for a set of stateful values indexed by a type of keys"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "polysemy-kvstore" = callPackage @@ -204821,6 +213456,8 @@ self: { ]; description = "Run a KVStore as a single json file in polysemy"; license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "polysemy-log" = callPackage @@ -204863,7 +213500,6 @@ self: { ]; description = "Colog Adapters for Polysemy-Log"; license = "BSD-2-Clause-Patent"; - hydraPlatforms = lib.platforms.none; }) {}; "polysemy-log-di" = callPackage @@ -204917,7 +213553,6 @@ self: { ]; description = "Logging functions for polysemy-methodology"; license = lib.licenses.mit; - hydraPlatforms = lib.platforms.none; }) {}; "polysemy-methodology-composite" = callPackage @@ -204951,6 +213586,8 @@ self: { testToolDepends = [ hspec-discover ]; description = "Mocking framework for polysemy effects"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "polysemy-optics" = callPackage @@ -205068,6 +213705,8 @@ self: { ]; description = "Readline effect for polysemy"; license = lib.licenses.bsd2; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "polysemy-req" = callPackage @@ -205079,6 +213718,8 @@ self: { libraryHaskellDepends = [ base polysemy req ]; description = "Polysemy effect for req"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "polysemy-resume" = callPackage @@ -205258,6 +213899,8 @@ self: { testToolDepends = [ hspec-discover ]; description = "Experimental, user-contributed effects and interpreters for polysemy"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "polyseq" = callPackage @@ -205303,6 +213946,8 @@ self: { libraryHaskellDepends = [ base ]; description = "Typeable for polymorphic types"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "polytypeable-utils" = callPackage @@ -205329,6 +213974,8 @@ self: { testHaskellDepends = [ base ]; description = "Creation and application of polyvariadic functions"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "pomaps" = callPackage @@ -205352,6 +213999,8 @@ self: { ]; description = "Maps and sets of partial orders"; license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "pomodoro" = callPackage @@ -205394,6 +214043,8 @@ self: { testHaskellDepends = [ base hspec protolude ]; description = "Initial project template from stack"; license = lib.licenses.isc; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "ponder" = callPackage @@ -205405,6 +214056,8 @@ self: { libraryHaskellDepends = [ base mtl ]; description = "PEG parser combinator"; license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "pong-server" = callPackage @@ -205422,6 +214075,8 @@ self: { testHaskellDepends = [ base hspec network QuickCheck ]; description = "A simple embedded pingable server that runs in the background"; license = lib.licenses.publicDomain; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "pontarius-mediaserver" = callPackage @@ -205520,6 +214175,8 @@ self: { ]; description = "Extended Personal Media Network (XPMN) library"; license = "unknown"; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "pony" = callPackage @@ -205546,6 +214203,8 @@ self: { libraryHaskellDepends = [ base monad-control transformers ]; description = "Thread-safe resource pools. (deprecated)"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "pool-conduit" = callPackage @@ -205563,6 +214222,8 @@ self: { ]; description = "Resource pool allocations via ResourceT. (deprecated)"; license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "pooled-io" = callPackage @@ -205593,6 +214254,8 @@ self: { libraryHaskellDepends = [ base mtl network ]; description = "POP3 Client Library"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "popenhs" = callPackage @@ -205627,6 +214290,8 @@ self: { testToolDepends = [ hspec-discover ]; description = "Static key-value storage backed by poppy"; license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "poppler" = callPackage @@ -205647,6 +214312,8 @@ self: { libraryToolDepends = [ gtk2hs-buildtools ]; description = "Binding to the Poppler"; license = lib.licenses.gpl2Only; + hydraPlatforms = lib.platforms.none; + broken = true; }) {inherit (pkgs) gdk-pixbuf; inherit (pkgs) gtk2; inherit (pkgs) pango; inherit (pkgs) poppler_gi;}; @@ -205833,6 +214500,8 @@ self: { testHaskellDepends = [ base containers hspec mtl QuickCheck text ]; description = "DSL for configuring Gentoo portage"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "portaudio" = callPackage @@ -205862,6 +214531,8 @@ self: { ]; description = "FreeBSD ports index search and analysis tool"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "porter" = callPackage @@ -206076,6 +214747,8 @@ self: { testHaskellDepends = [ base ]; description = "Experiment"; license = lib.licenses.asl20; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "posix-acl" = callPackage @@ -206093,6 +214766,8 @@ self: { librarySystemDepends = [ acl ]; description = "Support for Posix ACL"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {inherit (pkgs) acl;}; "posix-api" = callPackage @@ -206117,6 +214792,8 @@ self: { platforms = [ "aarch64-linux" "armv7l-linux" "i686-linux" "x86_64-linux" ]; + hydraPlatforms = lib.platforms.none; + broken = true; }) {inherit (pkgs) systemd;}; "posix-error-codes" = callPackage @@ -206193,6 +214870,8 @@ self: { libraryHaskellDepends = [ base bytestring unix ]; description = "POSIX Realtime functionality"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "posix-socket" = callPackage @@ -206233,6 +214912,8 @@ self: { libraryHaskellDepends = [ base unix ]; description = "Low-level wrapping of POSIX waitpid(2)"; license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "posplyu" = callPackage @@ -206250,6 +214931,8 @@ self: { ]; description = "Sleep tracker for X11, using XScreenSaver extension and manual input"; license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "possible" = callPackage @@ -206294,6 +214977,8 @@ self: { libraryHaskellDepends = [ aeson base bytestring HTTP ]; description = "A library that gets postcode information from the uk-postcodes.com"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "postgres-embedded" = callPackage @@ -206312,6 +214997,8 @@ self: { ]; description = "Library for easily running embedded PostgreSQL server for tests"; license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "postgres-options" = callPackage @@ -206339,6 +215026,8 @@ self: { libraryHaskellDepends = [ base bytestring postgresql-simple text ]; description = "Create a temporary database that is deleted after performing some operation"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "postgres-websockets" = callPackage @@ -206371,6 +215060,8 @@ self: { ]; description = "Middleware to map LISTEN/NOTIFY messages to Websockets"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "postgresql-binary" = callPackage @@ -206547,6 +215238,8 @@ self: { ]; description = "Utilities for streaming PostgreSQL LargeObjects"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "postgresql-migration" = callPackage @@ -206589,6 +215282,8 @@ self: { testHaskellDepends = [ base generics-sop hspec postgresql-simple ]; description = "Generic deserialization of PostgreSQL rows based on column names"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "postgresql-orm" = callPackage @@ -206676,6 +215371,7 @@ self: { ]; description = "pure Haskell PostgreSQL driver"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; }) {}; "postgresql-query" = callPackage @@ -206707,7 +215403,6 @@ self: { ]; description = "Sql interpolating quasiquote plus some kind of primitive ORM using it"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; }) {}; "postgresql-replicant" = callPackage @@ -206742,6 +215437,8 @@ self: { libraryHaskellDepends = [ base exceptions postgresql-simple ]; description = "Automatic re-connection support for PostgreSQL"; license = lib.licenses.asl20; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "postgresql-schema" = callPackage @@ -206814,6 +215511,8 @@ self: { ]; description = "FFI-like bindings for PostgreSQL stored functions"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "postgresql-simple-interpolate" = callPackage @@ -206873,6 +215572,8 @@ self: { ]; description = "Implementation of named parameters for `postgresql-simple` library"; license = lib.licenses.mpl20; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "postgresql-simple-opts" = callPackage @@ -206933,6 +215634,8 @@ self: { libraryHaskellDepends = [ base generics-sop postgresql-simple ]; description = "Generic functions for postgresql-simple"; license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "postgresql-simple-typed" = callPackage @@ -207030,6 +215733,8 @@ self: { ]; description = "a transactional monad on top of postgresql-simple"; license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "postgresql-tx" = callPackage @@ -207087,6 +215792,8 @@ self: { ]; description = "postgresql-tx interfacing for use with postgresql-simple"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "postgresql-tx-squeal" = callPackage @@ -207191,6 +215898,8 @@ self: { ]; description = "postgresql-typed operations lifted to any instance of MonadBase or MonadBaseControl"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "postgrest" = callPackage @@ -207237,6 +215946,7 @@ self: { ]; description = "REST API for any Postgres database"; license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; }) {}; "postgrest-ws" = callPackage @@ -207272,6 +215982,8 @@ self: { ]; description = "PostgREST extension to map LISTEN/NOTIFY messages to Websockets"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "postie" = callPackage @@ -207290,6 +216002,8 @@ self: { ]; description = "SMTP server library to receive emails from within Haskell programs"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "postmark" = callPackage @@ -207325,6 +216039,8 @@ self: { ]; description = "Send email via Postmark using io-streams"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "postmaster" = callPackage @@ -207345,6 +216061,8 @@ self: { ]; description = "Postmaster ESMTP Server"; license = "GPL"; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "potato-tool" = callPackage @@ -207358,6 +216076,8 @@ self: { executableHaskellDepends = [ base binary bytestring split ]; description = "Command line Dreamcast VMU filesystem toolset"; license = lib.licenses.gpl2Only; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "potoki" = callPackage @@ -207443,6 +216163,8 @@ self: { benchmarkHaskellDepends = [ criterion rerebase ]; description = "Low-level components of \"potoki\""; license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "potoki-hasql" = callPackage @@ -207527,6 +216249,8 @@ self: { ]; description = "PowerDNS API bindings for api/v1"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "powermate" = callPackage @@ -207541,6 +216265,8 @@ self: { executableHaskellDepends = [ base ]; description = "bindings for Griffin PowerMate USB"; license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "powerpc" = callPackage @@ -207552,6 +216278,8 @@ self: { libraryHaskellDepends = [ base ]; description = "Tools for PowerPC programs"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "powerqueue" = callPackage @@ -207609,6 +216337,7 @@ self: { benchmarkSystemDepends = [ leveldb snappy ]; description = "A high performance in memory and LevelDB backend for powerqueue"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; }) {inherit (pkgs) leveldb; inherit (pkgs) snappy;}; "powerqueue-sqs" = callPackage @@ -207645,6 +216374,8 @@ self: { libraryHaskellDepends = [ base boxes ]; description = "A library for pretty printing Records"; license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "pptable" = callPackage @@ -207679,6 +216410,8 @@ self: { libraryHaskellDepends = [ base QuickCheck random stm ]; description = "Parallel batch driver for QuickCheck"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "pqueue" = callPackage @@ -207746,6 +216479,8 @@ self: { ]; description = "A pragmatic Prelude"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "pragmatic-show" = callPackage @@ -207780,6 +216515,8 @@ self: { testHaskellDepends = [ aeson base ]; description = "A first class record field library"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "preamble" = callPackage @@ -207801,6 +216538,8 @@ self: { ]; description = "Yet another prelude"; license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "precis" = callPackage @@ -207819,6 +216558,8 @@ self: { ]; description = "Diff Cabal packages"; license = "unknown"; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "precursor" = callPackage @@ -207835,6 +216576,8 @@ self: { testHaskellDepends = [ base doctest QuickCheck ]; description = "Prelude replacement"; license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "pred-set" = callPackage @@ -207887,6 +216630,8 @@ self: { libraryHaskellDepends = [ base ]; description = "Helper class for passing context along a predicate value"; license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "predicate-transformers" = callPackage @@ -207898,6 +216643,8 @@ self: { libraryHaskellDepends = [ adjunctions base deepseq lens mtl ]; description = "A library for writing predicates and transformations over predicates in Haskell"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "predicate-typed" = callPackage @@ -207924,6 +216671,8 @@ self: { ]; description = "Predicates, Refinement types and Dsl"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "predicates" = callPackage @@ -207967,6 +216716,8 @@ self: { ]; description = "Evaluate and display trees of predicates"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "prednote-test" = callPackage @@ -208053,6 +216804,7 @@ self: { ]; description = "A library for building a prefork-style server quickly"; license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; }) {}; "pregame" = callPackage @@ -208072,6 +216824,8 @@ self: { ]; description = "Prelude for applications"; license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "preliminaries" = callPackage @@ -208093,6 +216847,8 @@ self: { ]; description = "A larger alternative to the Prelude"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "prelude-compat" = callPackage @@ -208137,6 +216893,8 @@ self: { libraryHaskellDepends = [ base comonad logict transformers ]; description = "Another kind of alternate Prelude file"; license = lib.licenses.publicDomain; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "prelude-plus" = callPackage @@ -208150,6 +216908,8 @@ self: { libraryHaskellDepends = [ base utf8-string ]; description = "Prelude for rest of us"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "prelude-prime" = callPackage @@ -208213,6 +216973,8 @@ self: { ]; description = "Preprocess Haskell Repositories"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "preprocessor" = callPackage @@ -208233,6 +216995,8 @@ self: { ]; description = "Remove cpp annotations to get the source ready for static analysis"; license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "preprocessor-tools" = callPackage @@ -208284,6 +217048,8 @@ self: { benchmarkToolDepends = [ alex happy ]; description = "safe PostgreSQL queries using Quasiquoters"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "presburger" = callPackage @@ -208298,6 +217064,8 @@ self: { testHaskellDepends = [ base QuickCheck ]; description = "A decision procedure for quantifier-free linear arithmetic"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "present" = callPackage @@ -208309,6 +217077,8 @@ self: { libraryHaskellDepends = [ base template-haskell ]; description = "Make presentations for data types"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "press" = callPackage @@ -208320,6 +217090,8 @@ self: { libraryHaskellDepends = [ base containers json mtl parsec ]; description = "Text template library targeted at the web / HTML generation"; license = "GPL"; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "presto-hdbc" = callPackage @@ -208463,6 +217235,8 @@ self: { ]; description = "Functionality for beautifying GHCi"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "pretty-hex" = callPackage @@ -208512,6 +217286,8 @@ self: { libraryHaskellDepends = [ base pretty ]; description = "A implementation of multi-column layout w/ Text.PrettyPrint"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "pretty-relative-time" = callPackage @@ -208803,6 +217579,8 @@ self: { libraryHaskellDepends = [ base prettyprinter vty ]; description = "prettyprinter backend for vty"; license = lib.licenses.isc; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "preview" = callPackage @@ -208830,6 +217608,8 @@ self: { libraryHaskellDepends = [ ghc-prim ]; description = "An ergonomic but conservative interface to ghc-prim"; license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "prim-array" = callPackage @@ -208843,6 +217623,8 @@ self: { libraryHaskellDepends = [ base ghc-prim primitive semigroups ]; description = "Primitive byte array with type variable"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "prim-instances" = callPackage @@ -208855,6 +217637,8 @@ self: { testHaskellDepends = [ base QuickCheck quickcheck-classes ]; description = "Prim typeclass instances"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "prim-ref" = callPackage @@ -208866,6 +217650,8 @@ self: { libraryHaskellDepends = [ base ghc-prim primitive semigroups ]; description = "Primitive byte array with type variable"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "prim-spoon" = callPackage @@ -208881,6 +217667,8 @@ self: { benchmarkHaskellDepends = [ base criterion ghc-prim spoon ]; description = "Catch errors thrown from pure computations using primops"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "prim-uniq" = callPackage @@ -208913,6 +217701,8 @@ self: { ]; description = "Primeval world of Haskell"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "primal-memory" = callPackage @@ -208932,6 +217722,7 @@ self: { ]; description = "Unified interface for memory managemenet"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; }) {}; "prime" = callPackage @@ -208944,6 +217735,8 @@ self: { testHaskellDepends = [ base hspec ]; description = "prime number tools"; license = lib.licenses.gpl3Only; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "primecount" = callPackage @@ -208984,6 +217777,8 @@ self: { benchmarkHaskellDepends = [ base criterion primes ]; description = "Type-safe prime numbers"; license = lib.licenses.isc; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "primesieve" = callPackage @@ -209043,6 +217838,8 @@ self: { testHaskellDepends = [ base primitive primitive-unlifted ]; description = "Wrappers for primops around atomic operations"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "primitive-checked" = callPackage @@ -209054,6 +217851,8 @@ self: { libraryHaskellDepends = [ base primitive ]; description = "primitive functions with bounds-checking"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "primitive-containers" = callPackage @@ -209079,6 +217878,8 @@ self: { ]; description = "containers backed by arrays"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "primitive-convenience" = callPackage @@ -209090,6 +217891,8 @@ self: { libraryHaskellDepends = [ primitive ]; description = "convenience class for PrimMonad m/PrimState m"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "primitive-extras" = callPackage @@ -209124,6 +217927,8 @@ self: { testHaskellDepends = [ base primitive QuickCheck ]; description = "using the `Prim` interface for the FFI"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "primitive-indexed" = callPackage @@ -209135,6 +217940,8 @@ self: { libraryHaskellDepends = [ base primitive ]; testHaskellDepends = [ base doctest QuickCheck ]; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "primitive-maybe" = callPackage @@ -209152,6 +217959,8 @@ self: { ]; description = "Arrays of Maybes"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "primitive-offset" = callPackage @@ -209177,6 +217986,8 @@ self: { benchmarkHaskellDepends = [ base criterion deepseq random vector ]; description = "SIMD data types and functions"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "primitive-sort" = callPackage @@ -209207,6 +218018,8 @@ self: { libraryHaskellDepends = [ base primitive ]; description = "primitive operations on StableNames"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "primitive-unaligned" = callPackage @@ -209309,6 +218122,8 @@ self: { ]; description = "Classes and data structures complementing the singletons library"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "print-console-colors" = callPackage @@ -209334,6 +218149,8 @@ self: { libraryHaskellDepends = [ base split ]; description = "Debug print formatting library"; license = lib.licenses.publicDomain; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "print-info" = callPackage @@ -209345,6 +218162,8 @@ self: { libraryHaskellDepends = [ base ]; description = "Can be used to coordinate the printing output"; license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "printcess" = callPackage @@ -209361,6 +218180,8 @@ self: { ]; description = "Pretty printing with indentation, mixfix operators, and automatic line breaks"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "printf-mauke" = callPackage @@ -209402,6 +218223,8 @@ self: { ]; description = "The Artist Formerly Known as Prints"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "printxosd" = callPackage @@ -209426,6 +218249,8 @@ self: { libraryHaskellDepends = [ base containers queue reord stateref ]; description = "Simple implementation of a priority queue"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "priority-sync" = callPackage @@ -209443,6 +218268,7 @@ self: { executableHaskellDepends = [ base ]; description = "Cooperative task prioritization"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; }) {}; "private-hackage-uploader" = callPackage @@ -209569,6 +218395,8 @@ self: { ]; description = "Easy and reasonably efficient probabilistic programming and random generation"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "proc" = callPackage @@ -209638,6 +218466,8 @@ self: { ]; description = "Conduits for processes (deprecated)"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "process-extras" = callPackage @@ -209685,6 +218515,8 @@ self: { libraryHaskellDepends = [ base directory filepath unix ]; description = "Process libraries"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "process-listlike" = callPackage @@ -209701,6 +218533,8 @@ self: { ]; description = "Process extras"; license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "process-progress" = callPackage @@ -209746,6 +218580,7 @@ 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; }) {}; "process-streaming" = callPackage @@ -209796,6 +218631,8 @@ self: { ]; description = "Web graphic applications with processing.js."; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "processing-for-haskell" = callPackage @@ -209823,6 +218660,8 @@ self: { libraryHaskellDepends = [ base binary bytestring process ]; description = "C bindings for the gnu-extension functions process_vm_readv and process_vm_writev"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "processor-creative-kit" = callPackage @@ -209877,6 +218716,8 @@ self: { libraryHaskellDepends = [ base ]; description = "Haskell values that cannot be evaluated immediately"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "procstat" = callPackage @@ -209888,6 +218729,8 @@ self: { libraryHaskellDepends = [ attoparsec base bytestring ]; description = "get information on processes in Linux"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "proctest" = callPackage @@ -209949,6 +218792,7 @@ self: { testHaskellDepends = [ base template-haskell ]; description = "Weaken applicative functor on products"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; }) {}; "product-profunctors" = callPackage @@ -209980,6 +218824,8 @@ self: { executableHaskellDepends = [ base optparse-applicative ]; description = "Generate flamegraphs from ghc RTS .prof files"; license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "prof2dot" = callPackage @@ -210014,6 +218860,8 @@ self: { ]; description = "generate pretty source from time/allocation profiles"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "profiterole" = callPackage @@ -210032,6 +218880,7 @@ self: { ]; description = "Restructure GHC profile reports"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; }) {}; "profiteur" = callPackage @@ -210052,6 +218901,7 @@ self: { ]; description = "Treemap visualiser for GHC prof files"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; }) {}; "profunctor-arrows" = callPackage @@ -210102,6 +218952,8 @@ self: { ]; description = "Monadic bidirectional programming"; license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "profunctor-optics" = callPackage @@ -210178,6 +219030,8 @@ self: { libraryHaskellDepends = [ ansi-terminal async base stm ]; description = "Live diagnostics for concurrent activity"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "progress-reporting" = callPackage @@ -210191,6 +219045,8 @@ self: { libraryHaskellDepends = [ base deepseq mtl time ]; description = "Functionality for reporting function progress"; license = lib.licenses.lgpl3Only; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "progressbar" = callPackage @@ -210221,6 +219077,8 @@ self: { ]; description = "Automates the recording and graphing of criterion benchmarks"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "progressive" = callPackage @@ -210239,6 +219097,8 @@ self: { ]; description = "Multilabel classification model which learns sequentially (online)"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "proj4-hs-bindings" = callPackage @@ -210251,6 +219111,8 @@ self: { librarySystemDepends = [ proj ]; description = "Haskell bindings for the Proj4 C dynamic library"; license = "GPL"; + hydraPlatforms = lib.platforms.none; + broken = true; }) {inherit (pkgs) proj;}; "project-m36" = callPackage @@ -210367,6 +219229,8 @@ self: { ]; description = "Go to README.md"; license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "projection" = callPackage @@ -210408,6 +219272,8 @@ self: { ]; description = "Profunctor-based lightweight implementation of optics"; license = lib.licenses.mpl20; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "prolog" = callPackage @@ -210424,6 +219290,8 @@ self: { ]; description = "A Prolog interpreter written in Haskell"; license = lib.licenses.publicDomain; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "prolog-graph" = callPackage @@ -210441,6 +219309,7 @@ self: { ]; description = "A command line tool to visualize query resolution in Prolog"; license = lib.licenses.publicDomain; + hydraPlatforms = lib.platforms.none; }) {}; "prolog-graph-lib" = callPackage @@ -210452,6 +219321,7 @@ self: { libraryHaskellDepends = [ base fgl graphviz mtl prolog text ]; description = "Generating images of resolution trees for Prolog queries"; license = lib.licenses.publicDomain; + hydraPlatforms = lib.platforms.none; }) {}; "prologue" = callPackage @@ -210637,6 +219507,8 @@ self: { libraryHaskellDepends = [ async base ]; description = "A monadic interface for async"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "promises" = callPackage @@ -210679,6 +219551,8 @@ self: { ]; description = "A library for interfacing with the CMU Pronouncing Dictionary"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "proof-combinators" = callPackage @@ -210690,6 +219564,8 @@ self: { libraryHaskellDepends = [ base ]; description = "Proof Combinators used in Liquid Haskell for Theorem Proving"; license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "propane" = callPackage @@ -210750,6 +219626,8 @@ self: { libraryHaskellDepends = [ base ]; description = "check quickCheck properties in real time"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "property" = callPackage @@ -210780,6 +219658,8 @@ self: { ]; description = "Apple property list parser"; license = lib.licenses.publicDomain; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "proplang" = callPackage @@ -210791,7 +219671,6 @@ self: { libraryHaskellDepends = [ base glade glib gtk ]; description = "A library for functional GUI development"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; }) {}; "props" = callPackage @@ -210831,6 +219710,8 @@ self: { ]; description = "A simple language for writing documents"; license = lib.licenses.mpl20; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "prosidyc" = callPackage @@ -210883,6 +219764,8 @@ self: { ]; description = "Bindings to the Prosper marketplace API"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "proteaaudio" = callPackage @@ -211015,6 +219898,8 @@ self: { ]; description = "Utilities functions to proto-lens"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "proto-lens-descriptors" = callPackage @@ -211048,6 +219933,8 @@ self: { ]; description = "JSON protobuf encoding for proto-lens"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "proto-lens-optparse" = callPackage @@ -211199,6 +220086,7 @@ self: { ]; description = "A low-level implementation of the Protocol Buffers (version 3) wire format"; license = lib.licenses.asl20; + hydraPlatforms = lib.platforms.none; }) {}; "protobuf" = callPackage @@ -211280,6 +220168,8 @@ self: { libraryHaskellDepends = [ base freer-indexed singletons ]; description = "Model distributed system as type-level multi-party protocol"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "protocol-buffers" = callPackage @@ -211346,6 +220236,8 @@ self: { ]; description = "Parse Google Protocol Buffer specifications"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "protocol-radius" = callPackage @@ -211412,6 +220304,8 @@ self: { ]; description = "Protolude with lifted-base and lifted-async"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "proton" = callPackage @@ -211429,6 +220323,7 @@ self: { transformers ]; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; }) {}; "proton-haskell" = callPackage @@ -211447,6 +220342,8 @@ self: { ]; description = "Simple XML templating library"; license = lib.licenses.asl20; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "prototype" = callPackage @@ -211458,6 +220355,8 @@ self: { libraryHaskellDepends = [ base monads-tf ]; description = "prototype-based programming on Haskell"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "prove-everywhere-server" = callPackage @@ -211478,6 +220377,8 @@ self: { ]; description = "The server for ProveEverywhere"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "provenience" = callPackage @@ -211496,6 +220397,8 @@ self: { ]; description = "Computations that automatically track data dependencies"; license = lib.licenses.gpl3Only; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "proxied" = callPackage @@ -211529,6 +220432,8 @@ self: { libraryHaskellDepends = [ base tagged ]; description = "A library for kind-polymorphic manipulation and inspection of Proxy values"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "proxy-mapping" = callPackage @@ -211540,6 +220445,8 @@ self: { libraryHaskellDepends = [ base ]; description = "Mapping of Proxy Types"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "prune-juice" = callPackage @@ -211572,6 +220479,7 @@ self: { ]; description = "Prune unused Haskell dependencies"; license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; }) {}; "psc-ide" = callPackage @@ -211601,6 +220509,7 @@ self: { ]; description = "Language support for the PureScript programming language"; license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; }) {}; "pseudo-boolean" = callPackage @@ -211638,6 +220547,8 @@ self: { libraryHaskellDepends = [ base semigroups ]; description = "A tagged rose-tree with short circuited unique leaves"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "pseudomacros" = callPackage @@ -211774,6 +220685,7 @@ self: { testToolDepends = [ hspec-discover ]; description = "A parser generator"; license = "(Apache-2.0 OR MPL-2.0)"; + hydraPlatforms = lib.platforms.none; }) {}; "ptera-core" = callPackage @@ -211797,6 +220709,7 @@ self: { testToolDepends = [ hspec-discover ]; description = "A parser generator"; license = "(Apache-2.0 OR MPL-2.0)"; + hydraPlatforms = lib.platforms.none; }) {}; "ptera-th" = callPackage @@ -211822,6 +220735,7 @@ self: { testToolDepends = [ hspec-discover ]; description = "A parser generator"; license = "(Apache-2.0 OR MPL-2.0)"; + hydraPlatforms = lib.platforms.none; }) {}; "pthread" = callPackage @@ -211914,6 +220828,8 @@ self: { benchmarkHaskellDepends = [ base criterion random ]; description = "The publicsuffix list exposed as proper Haskell types"; license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "publicsuffixlist" = callPackage @@ -211950,6 +220866,8 @@ self: { testHaskellDepends = [ base cereal HUnit publicsuffixlist ]; description = "Create the publicsuffixlist package"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "publish" = callPackage @@ -211976,6 +220894,8 @@ self: { ]; description = "Publishing tools for papers, books, and presentations"; license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "pubnub" = callPackage @@ -212008,6 +220928,8 @@ self: { ]; description = "PubNub Haskell SDK"; license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "pubsub" = callPackage @@ -212026,6 +220948,8 @@ self: { executableHaskellDepends = [ fastcgi ]; description = "A library for Google/SixApart pubsub hub interaction"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "puffytools" = callPackage @@ -212072,6 +220996,8 @@ self: { testHaskellDepends = [ base bytestring tasty tasty-hunit ]; description = "pugixml binding"; license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "pugs-DrIFT" = callPackage @@ -212095,6 +221021,8 @@ self: { ]; description = "DrIFT with pugs-specific rules"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "pugs-HsSyck" = callPackage @@ -212107,6 +221035,8 @@ self: { libraryHaskellDepends = [ base bytestring ]; description = "Fast, lightweight YAML loader and dumper"; license = "unknown"; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "pugs-compat" = callPackage @@ -212274,6 +221204,8 @@ self: { libraryHaskellDepends = [ base containers mtl safe ]; description = "Pure IO monad"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "pure-priority-queue" = callPackage @@ -212285,6 +221217,8 @@ self: { libraryHaskellDepends = [ base containers ]; description = "A pure priority queue"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "pure-priority-queue-tests" = callPackage @@ -212349,6 +221283,8 @@ self: { ]; description = "A Haskell-only implementation of zlib / DEFLATE"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "pureMD5" = callPackage @@ -212396,6 +221332,8 @@ self: { ]; description = "types and parser for email messages (including MIME)"; license = lib.licenses.agpl3Plus; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "purenix" = callPackage @@ -212416,6 +221354,7 @@ self: { executableHaskellDepends = [ base ]; description = "Nix backend for PureScript. Transpile PureScript code to Nix."; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; maintainers = with lib.maintainers; [ cdepillabout ]; }) {}; @@ -212510,6 +221449,7 @@ self: { doCheck = false; description = "PureScript Programming Language Compiler"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; }) {}; "purescript-ast" = callPackage @@ -212527,6 +221467,8 @@ self: { ]; description = "PureScript Programming Language Abstract Syntax Tree"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "purescript-bridge" = callPackage @@ -212547,7 +221489,6 @@ self: { ]; description = "Generate PureScript data types from Haskell data types"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; }) {}; "purescript-bundle-fast" = callPackage @@ -212636,6 +221577,7 @@ self: { ]; description = "TypeScript Declaration File (.d.ts) generator for PureScript"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; }) {}; "pursuit-client" = callPackage @@ -212652,6 +221594,7 @@ self: { executableHaskellDepends = [ base text ]; description = "A cli client for pursuit"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; }) {}; "push-notifications" = callPackage @@ -212671,6 +221614,8 @@ self: { ]; description = "Push notifications for Android and iOS"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "push-notify" = callPackage @@ -212776,6 +221721,8 @@ self: { testHaskellDepends = [ base hspec ]; description = "Simple push support for pushbullet"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "pushbullet-types" = callPackage @@ -212792,6 +221739,8 @@ self: { ]; description = "Datatypes used by the Pushbullet APIs"; license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "pusher-haskell" = callPackage @@ -212808,6 +221757,8 @@ self: { testHaskellDepends = [ base hspec ]; description = "A Pusher.com client written in Haskell"; license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "pusher-http-haskell" = callPackage @@ -212848,6 +221799,8 @@ self: { ]; description = "Implementation of the Pusher WebSocket protocol"; license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "pushme" = callPackage @@ -212873,6 +221826,7 @@ self: { ]; description = "Tool to synchronize directories with rsync, zfs or git-annex"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; }) {}; "pushover" = callPackage @@ -212909,6 +221863,8 @@ self: { ]; description = "Put-based lens library"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "puzzle-draw" = callPackage @@ -212940,6 +221896,8 @@ self: { ]; description = "Creating graphics for pencil puzzles"; license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "puzzle-draw-cmdline" = callPackage @@ -213101,6 +222059,8 @@ self: { libraryPkgconfigDepends = [ python ]; description = "Call python inline from haskell"; license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; + broken = true; }) {python = null;}; "pyfi" = callPackage @@ -213117,6 +222077,8 @@ self: { libraryPkgconfigDepends = [ python ]; description = "Call python inline from haskell"; license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; + broken = true; }) {python = null;}; "python-pickle" = callPackage @@ -213140,6 +222102,8 @@ self: { ]; description = "Serialization/deserialization using Python Pickle format"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "q4c12-twofinger" = callPackage @@ -213158,6 +222122,8 @@ self: { ]; description = "Efficient alternating finger trees"; license = lib.licenses.bsd2; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "qc-oi-testgenerator" = callPackage @@ -213171,6 +222137,8 @@ self: { ]; description = "Compile time generation of operation invariance tests for QuickCheck"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "qchas" = callPackage @@ -213199,6 +222167,8 @@ self: { librarySystemDepends = [ qd ]; description = "double-double and quad-double number type via libqd"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {qd = null;}; "qd-vec" = callPackage @@ -213229,6 +222199,8 @@ self: { testHaskellDepends = [ base transformers ]; description = "Simple prover"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "qhs" = callPackage @@ -213265,6 +222237,8 @@ self: { librarySystemDepends = [ qhull ]; description = "Simple bindings to Qhull, a library for computing convex hulls"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {inherit (pkgs) qhull;}; "qif" = callPackage @@ -213284,6 +222258,8 @@ self: { ]; description = "A simple QIF file format parser / printer"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "qlinear" = callPackage @@ -213304,6 +222280,8 @@ self: { ]; description = "Typesafe library for linear algebra"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "qm-interpolated-string" = callPackage @@ -213351,6 +222329,8 @@ self: { ]; description = "Decrypt files encrypted by QNAP's Hybrid Backup Sync"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "qq-literals" = callPackage @@ -213400,6 +222380,7 @@ self: { testHaskellDepends = [ base hspec ]; description = "Library to generate images"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; }) {inherit (pkgs) qrencode;}; "qr-repa" = callPackage @@ -213475,6 +222456,8 @@ self: { libraryHaskellDepends = [ base ghc-prim ]; description = "quantity semaphores"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "qt" = callPackage @@ -213491,6 +222474,8 @@ self: { ]; description = "Qt bindings"; license = "unknown"; + hydraPlatforms = lib.platforms.none; + broken = true; }) {qtc_core = null; qtc_gui = null; qtc_network = null; qtc_opengl = null; qtc_script = null; qtc_tools = null;}; @@ -213526,6 +222511,7 @@ self: { ]; description = "Example programs for Qtah Qt bindings"; license = lib.licenses.lgpl3Only; + hydraPlatforms = lib.platforms.none; }) {}; "qtah-generator" = callPackage @@ -213567,6 +222553,7 @@ self: { testHaskellDepends = [ base hoppy-runtime HUnit ]; description = "Qt bindings for Haskell"; license = lib.licenses.lgpl3Only; + hydraPlatforms = lib.platforms.none; }) {inherit (pkgs.qt5) qtbase;}; "quack" = callPackage @@ -213629,6 +222616,8 @@ self: { ]; description = "Quandl.com API library"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "quantfin" = callPackage @@ -213648,6 +222637,8 @@ self: { executableHaskellDepends = [ base ]; description = "Quant finance library in pure Haskell"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "quantification" = callPackage @@ -213664,6 +222655,8 @@ self: { ]; description = "Rage against the quantification"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "quantities" = callPackage @@ -213695,6 +222688,8 @@ self: { libraryHaskellDepends = [ base MonadRandom mtl QuickCheck random ]; description = "An embedding of quantum computation as a Haskell arrow"; license = "LGPL"; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "quantum-random" = callPackage @@ -213739,6 +222734,8 @@ self: { ]; description = "Coronavirus quarantine timer web app for your things"; license = lib.licenses.bsd2; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "qudb" = callPackage @@ -213757,6 +222754,8 @@ self: { executableToolDepends = [ alex happy ]; description = "Quite Useless DB"; license = lib.licenses.lgpl3Only; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "quenya-verb" = callPackage @@ -213779,6 +222778,8 @@ self: { executableHaskellDepends = [ base ]; description = "Quenya verb conjugator"; license = lib.licenses.agpl3Only; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "queryparser" = callPackage @@ -213893,6 +222894,8 @@ self: { ]; description = "Picklers for de/serialising Generic data types to and from query strings"; license = "unknown"; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "questioner" = callPackage @@ -213908,6 +222911,8 @@ self: { ]; description = "A package for prompting values from the command-line"; license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "queue" = callPackage @@ -213944,6 +222949,7 @@ self: { testHaskellDepends = [ base bytestring tasty tasty-hunit ]; description = "queue sheet utility"; license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; }) {}; "queuelike" = callPackage @@ -214014,6 +223020,8 @@ self: { ]; description = "Slimmed down json schema language and validator"; license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "quickbench" = callPackage @@ -214034,7 +223042,6 @@ self: { testHaskellDepends = [ base ]; description = "quick & easy benchmarking of command-line programs"; license = "GPL"; - hydraPlatforms = lib.platforms.none; }) {}; "quickbooks" = callPackage @@ -214053,6 +223060,7 @@ self: { ]; description = "QuickBooks API binding"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; }) {}; "quickcheck-arbitrary-adt" = callPackage @@ -214086,6 +223094,8 @@ self: { ]; description = "Generate QuickCheck Gen for Sum Types"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "quickcheck-assertions" = callPackage @@ -214246,6 +223256,8 @@ self: { libraryHaskellDepends = [ base mtl QuickCheck ]; description = "Combinators for Quickcheck Property construction and diagnostics"; license = lib.licenses.publicDomain; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "quickcheck-property-monad" = callPackage @@ -214257,6 +223269,8 @@ self: { libraryHaskellDepends = [ base either QuickCheck transformers ]; description = "A monad for generating QuickCheck properties without Arbitrary instances"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "quickcheck-regex" = callPackage @@ -214301,6 +223315,8 @@ self: { testHaskellDepends = [ base hspec HUnit QuickCheck rematch ]; description = "QuickCheck support for rematch"; license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "quickcheck-report" = callPackage @@ -214316,6 +223332,8 @@ self: { ]; description = "Customizable reports for quickcheck properties"; license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "quickcheck-script" = callPackage @@ -214476,6 +223494,7 @@ self: { libraryHaskellDepends = [ base QuickCheck transformers webdriver ]; description = "Utilities for using WebDriver with QuickCheck"; license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; }) {}; "quickcheck-with-counterexamples" = callPackage @@ -214510,6 +223529,8 @@ self: { ]; description = "Wrapper for the QuickJS Javascript Engine"; license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "quicklz" = callPackage @@ -214542,6 +223563,8 @@ self: { testHaskellDepends = [ base directory filepath QuickCheck ]; description = "Generate Main module with QuickCheck tests"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "quickselect" = callPackage @@ -214567,6 +223590,8 @@ self: { libraryHaskellDepends = [ base vector vector-algorithms ]; description = "Very fast and memory-compact query-only set and map structures"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "quickson" = callPackage @@ -214578,6 +223603,8 @@ self: { libraryHaskellDepends = [ aeson attoparsec base bytestring text ]; description = "Quick JSON extractions with Aeson"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "quickspec" = callPackage @@ -214596,6 +223623,8 @@ self: { ]; description = "Equational laws for free!"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "quickterm" = callPackage @@ -214648,6 +223677,8 @@ self: { ]; description = "A quick webapp generator for any file processing tool"; license = lib.licenses.gpl3Only; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "quiet" = callPackage @@ -214744,6 +223775,8 @@ self: { ]; description = "An embedded, scalable functional programming language for quantum computing"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "quipper-demos" = callPackage @@ -214864,6 +223897,7 @@ self: { ]; description = "Utility libraries for Quipper"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; }) {}; "quiver" = callPackage @@ -214875,6 +223909,8 @@ self: { libraryHaskellDepends = [ base mmorph transformers ]; description = "Quiver finite stream processing library"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "quiver-binary" = callPackage @@ -215046,6 +224082,8 @@ self: { ]; description = "Test helpers which help generate data for projects that use postgresql"; license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "quoridor-hs" = callPackage @@ -215070,6 +224108,8 @@ self: { testHaskellDepends = [ base HUnit mtl ]; description = "A Quoridor implementation in Haskell"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "quote-quot" = callPackage @@ -215142,6 +224182,7 @@ self: { ]; description = "Can be used to calculate the durations of the approximations of the Ukrainian phonemes"; license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; }) {}; "r3x-haskell-sdk" = callPackage @@ -215229,6 +224270,8 @@ self: { libraryHaskellDepends = [ array base containers data-reify ]; description = "Reverse Automatic Differentiation"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "radian" = callPackage @@ -215241,6 +224284,8 @@ self: { testHaskellDepends = [ base HUnit lens ]; description = "Isomorphisms for measurements that use radians"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "radium" = callPackage @@ -215257,6 +224302,8 @@ self: { ]; description = "Chemistry"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "radium-formula-parser" = callPackage @@ -215272,6 +224319,8 @@ self: { ]; description = "Chemistry"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "radius" = callPackage @@ -215300,6 +224349,8 @@ self: { executableHaskellDepends = [ base filepath ]; description = "Command-line tool for emitting numbers in various bases"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "radix-tree" = callPackage @@ -215345,6 +224396,8 @@ self: { attoparsec base criterion deepseq QuasiText text vector ]; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "rados-haskell" = callPackage @@ -215368,6 +224421,8 @@ self: { ]; description = "librados haskell bindings"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {rados = null;}; "raft" = callPackage @@ -215386,6 +224441,8 @@ self: { ]; description = "Miscellaneous Haskell utilities for data structures and data manipulation"; license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "rail-compiler-editor" = callPackage @@ -215541,6 +224598,8 @@ self: { ]; description = "Stream based PDF library"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "rakuten" = callPackage @@ -215565,6 +224624,8 @@ self: { ]; description = "The Rakuten API in Haskell"; license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "ral" = callPackage @@ -215626,6 +224687,8 @@ self: { benchmarkHaskellDepends = [ base criterion deepseq ]; description = "Random access list with a list compatible interface"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "rallod" = callPackage @@ -215654,6 +224717,8 @@ self: { ]; description = "RESTful API Modeling Language (RAML) library for Haskell"; license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "rampart" = callPackage @@ -215692,6 +224757,8 @@ self: { libraryHaskellDepends = [ array base IntervalMap mtl random ]; description = "Random variable library, with Functor, Applicative and Monad instances"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "randfile" = callPackage @@ -215710,6 +224777,8 @@ self: { ]; description = "Program for picking a random file"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "rando" = callPackage @@ -215724,6 +224793,8 @@ self: { ]; description = "Easy-to-use randomness for livecoding"; license = lib.licenses.gpl3Only; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "random" = callPackage @@ -215768,6 +224839,7 @@ self: { ]; description = "Random file access methods, supporting application-level page cache"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; }) {}; "random-access-list" = callPackage @@ -215779,6 +224851,8 @@ self: { libraryHaskellDepends = [ array base containers ]; description = "Random-access lists in Haskell"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "random-bytestring" = callPackage @@ -215820,6 +224894,8 @@ self: { libraryHaskellDepends = [ base random template-haskell ]; description = "A Template Haskell helper for deriving Random instances"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "random-eff" = callPackage @@ -215831,6 +224907,8 @@ self: { libraryHaskellDepends = [ base extensible-effects random ]; description = "A simple random generator library for extensible-effects"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "random-effin" = callPackage @@ -215857,6 +224935,8 @@ self: { ]; description = "Additional functions for random values"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "random-fu" = callPackage @@ -215956,6 +225036,8 @@ self: { libraryHaskellDepends = [ base binary bytestring random ]; description = "An infinite stream of random data"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "random-string" = callPackage @@ -216145,6 +225227,8 @@ self: { libraryHaskellDepends = [ base containers primitive vector ]; description = "Linear range-min algorithms"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "ranges" = callPackage @@ -216174,6 +225258,8 @@ self: { ]; description = "Find the rank product of a data set"; license = lib.licenses.gpl3Only; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "rank1dynamic" = callPackage @@ -216190,6 +225276,8 @@ self: { ]; description = "Like Data.Dynamic/Data.Typeable but with support for rank-1 polymorphic types"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "rank2classes" = callPackage @@ -216226,6 +225314,8 @@ self: { ]; description = "Rapid prototyping with GHCi: hot reloading of running components and reload-surviving values"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "rapid-term" = callPackage @@ -216241,6 +225331,8 @@ self: { ]; description = "External terminal support for rapid"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "rasa" = callPackage @@ -216466,6 +225558,7 @@ self: { ]; description = "A command-line client for Reddit"; license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; }) {}; "rasterific-svg" = callPackage @@ -216625,6 +225718,8 @@ self: { ]; description = "finite or repeating lists"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "rattle" = callPackage @@ -216658,6 +225753,8 @@ self: { ]; description = "Forward build system, with caching and speculation"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "rattletrap" = callPackage @@ -216678,6 +225775,8 @@ self: { testHaskellDepends = [ base bytestring filepath ]; description = "Parse and generate Rocket League replays"; license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "raven-haskell" = callPackage @@ -216698,6 +225797,8 @@ self: { ]; description = "Haskell client for Sentry logging service"; license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "raven-haskell-scotty" = callPackage @@ -216713,6 +225814,7 @@ self: { ]; description = "Sentry http interface for Scotty web server"; license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; }) {}; "raw-feldspar" = callPackage @@ -216820,6 +225922,8 @@ self: { ]; description = "Random Access Zippers"; license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "razom-text-util" = callPackage @@ -216897,6 +226001,8 @@ self: { benchmarkHaskellDepends = [ base gauge mwc-random ]; description = "Randomized Binary Search Trees"; license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "rc" = callPackage @@ -216936,6 +226042,8 @@ self: { ]; description = "Haskell client for Rserve"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "rcu" = callPackage @@ -216977,6 +226085,8 @@ self: { ]; description = "Representation and Incremental Processing of RDF Data"; license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "rdf4h" = callPackage @@ -217083,6 +226193,8 @@ self: { ]; description = "A binding to React based on the Flux application architecture for GHCJS"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "react-flux-servant" = callPackage @@ -217112,6 +226224,8 @@ self: { ]; description = "Haskell React bindings"; license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "react-tutorial-haskell-server" = callPackage @@ -217129,6 +226243,8 @@ self: { ]; description = "react-tutorial web server"; license = lib.licenses.agpl3Only; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "reaction-logic" = callPackage @@ -217143,6 +226259,8 @@ self: { executableHaskellDepends = [ base mtl QuickCheck ]; description = "pluggable pure logic serializable reactor"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "reactive" = callPackage @@ -217172,6 +226290,8 @@ self: { testHaskellDepends = [ base containers HUnit old-time stm ]; description = "FRP (functional reactive programming) framework"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "reactive-balsa" = callPackage @@ -217265,6 +226385,8 @@ self: { testHaskellDepends = [ base ]; description = "Simple reactive programming with GTK GObject Introspection"; license = lib.licenses.publicDomain; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "reactive-banana-sdl" = callPackage @@ -217294,6 +226416,8 @@ self: { testHaskellDepends = [ base ]; description = "Reactive Banana integration with SDL2"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "reactive-banana-threepenny" = callPackage @@ -217308,6 +226432,8 @@ self: { libraryHaskellDepends = [ base reactive-banana threepenny-gui ]; description = "Examples for the reactive-banana library, using threepenny-gui"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "reactive-banana-wx" = callPackage @@ -217436,6 +226562,8 @@ self: { ]; description = "Reactive programming via imperative threads"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "reactivity" = callPackage @@ -217482,6 +226610,8 @@ self: { libraryHaskellDepends = [ base ]; description = "Class for reading bounded values"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "read-ctags" = callPackage @@ -217504,6 +226634,8 @@ self: { base bytestring containers directory hspec text ]; license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "read-editor" = callPackage @@ -217541,6 +226673,8 @@ self: { testHaskellDepends = [ base containers directory filepath hspec ]; description = "Read IO library"; license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "readability" = callPackage @@ -217561,6 +226695,8 @@ self: { ]; description = "Extracts text of main article from HTML document"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "readable" = callPackage @@ -217636,6 +226772,7 @@ self: { ]; description = "Readline effect for in-other-words"; license = lib.licenses.bsd2; + hydraPlatforms = lib.platforms.none; }) {}; "readline-statevar" = callPackage @@ -217647,6 +226784,8 @@ self: { libraryHaskellDepends = [ base readline StateVar ]; description = "Readline with variables (setX/getY) wrapped in state vars"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "readme-lhs" = callPackage @@ -217668,6 +226807,8 @@ self: { testHaskellDepends = [ base doctest numhask ]; description = "Literate programming support"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "readpyc" = callPackage @@ -217699,6 +226840,8 @@ self: { ]; description = "Code for reading ESRI Shapefiles"; license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "real-day-end" = callPackage @@ -217726,6 +226869,8 @@ self: { libraryHaskellDepends = [ base parsec ]; description = "A really simple XML parser"; license = lib.licenses.publicDomain; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "realworldhaskell" = callPackage @@ -217802,6 +226947,8 @@ self: { ]; description = "SVG file loader and serializer"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "reason-export" = callPackage @@ -217823,6 +226970,8 @@ self: { ]; description = "Generate Reason types from Haskell"; license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "reasonable-lens" = callPackage @@ -217834,6 +226983,8 @@ self: { libraryHaskellDepends = [ base mtl split template-haskell ]; description = "Lens implementation. It is more small but adequately."; license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "reasonable-operational" = callPackage @@ -217934,6 +227085,8 @@ self: { ]; description = "Anonymous records"; license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "record-aeson" = callPackage @@ -217984,6 +227137,8 @@ self: { ]; description = "Generic encoding of records"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "record-gl" = callPackage @@ -218087,6 +227242,8 @@ self: { testHaskellDepends = [ base ]; description = "Alter your records with ease"; license = lib.licenses.asl20; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "records" = callPackage @@ -218100,6 +227257,8 @@ self: { libraryHaskellDepends = [ base kinds type-functions ]; description = "A flexible record system"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "records-sop" = callPackage @@ -218116,6 +227275,8 @@ self: { ]; description = "Record subtyping and record utilities with generics-sop"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "records-th" = callPackage @@ -218202,6 +227363,8 @@ self: { ]; description = "Amateur addenda to recursion-schemes"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "recursion-schemes-ix" = callPackage @@ -218218,6 +227381,8 @@ self: { ]; description = "Recursion schemes over indexed Functors"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "recursive-line-count" = callPackage @@ -218263,6 +227428,8 @@ self: { testHaskellDepends = [ base hspec QuickCheck template-haskell ]; description = "Auto-generate final encodings and their isomorphisms using Template Haskell"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "red-black-record" = callPackage @@ -218281,6 +227448,8 @@ self: { doHaddock = false; description = "Extensible records and variants indexed by a type-level Red-Black tree"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "red-black-tree" = callPackage @@ -218413,6 +227582,8 @@ self: { libraryHaskellDepends = [ base bytestring network utf8-string ]; description = "A simple Redis library for Haskell"; license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "redis-io" = callPackage @@ -218480,6 +227651,8 @@ self: { libraryHaskellDepends = [ base binary bytestring redis ]; description = "Simple redis bindings for Haskell"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "rediscaching-haxl" = callPackage @@ -218495,6 +227668,7 @@ self: { ]; description = "Combine redis caching and haxl"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; }) {}; "redland" = callPackage @@ -218595,6 +227769,8 @@ self: { ]; description = "Reed-Solomon Erasure Coding in Haskell"; license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "reenact" = callPackage @@ -218608,6 +227784,8 @@ self: { ]; description = "A reimplementation of the Reactive library"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "reexport-crypto-random" = callPackage @@ -218629,6 +227807,8 @@ self: { libraryHaskellDepends = [ base ghc-prim ]; description = "Generic Mutable Ref Abstraction Layer"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "ref-extras" = callPackage @@ -218667,6 +227847,8 @@ self: { libraryHaskellDepends = [ base mtl stm transformers ]; description = "A type class for monads with references compatible with the mtl2 library"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "ref-tf" = callPackage @@ -218710,6 +227892,8 @@ self: { ]; description = "Container with element counts"; license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "reference" = callPackage @@ -218743,6 +227927,8 @@ self: { ]; description = "Selectors for reading and updating data"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "refh" = callPackage @@ -218789,6 +227975,8 @@ self: { libraryHaskellDepends = [ base http-api-data refined text ]; description = "http-api-data instances for refined types"; license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "refinery" = callPackage @@ -218836,6 +228024,8 @@ self: { ]; description = "Utilities for the reflection package"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "reflection-without-remorse" = callPackage @@ -218970,6 +228160,8 @@ self: { executableHaskellDepends = [ base lens reflex witherable ]; description = "A basic Reflex host for backend work"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "reflex-dom" = callPackage @@ -219007,6 +228199,8 @@ self: { ]; description = "Basic support for using the Ace editor with Reflex"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "reflex-dom-colonnade" = callPackage @@ -219042,6 +228236,8 @@ self: { ]; description = "A playground for experimenting with infrastructure and common code for reflex applications"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "reflex-dom-core" = callPackage @@ -219102,6 +228298,8 @@ self: { description = "A reflex-dom widget to draw on a canvas with a fragment shader program"; license = lib.licenses.mit; platforms = [ "armv7l-linux" "i686-linux" "x86_64-linux" ]; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "reflex-dom-helpers" = callPackage @@ -219118,6 +228316,8 @@ self: { testHaskellDepends = [ base ]; description = "Html tag helpers for reflex-dom"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "reflex-dom-ionic" = callPackage @@ -219186,6 +228386,8 @@ self: { ]; description = "Routing and retractable back button for reflex-dom"; license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "reflex-dom-svg" = callPackage @@ -219201,6 +228403,8 @@ self: { ]; description = "Reflex functions for SVG elements"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "reflex-dom-th" = callPackage @@ -219222,6 +228426,8 @@ self: { ]; description = "reflex-dom-th transpiles HTML templates to haskell code for reflex-dom"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "reflex-dynamic-containers" = callPackage @@ -219244,6 +228450,7 @@ self: { ]; description = "various dynamic containers for Reflex"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; }) {}; "reflex-external-ref" = callPackage @@ -219255,6 +228462,8 @@ self: { libraryHaskellDepends = [ base deepseq reflex ]; description = "External reference with reactivity support"; license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "reflex-fsnotify" = callPackage @@ -219272,6 +228481,8 @@ self: { ]; description = "Reflex FRP interface for watching files"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "reflex-gadt-api" = callPackage @@ -219296,6 +228507,8 @@ self: { ]; description = "Interact with a GADT API in your reflex-dom application"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "reflex-ghci" = callPackage @@ -219351,6 +228564,8 @@ self: { ]; description = "Helper functions to use reflex with gi-gtk"; license = lib.licenses.mpl20; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "reflex-gloss" = callPackage @@ -219366,6 +228581,8 @@ self: { ]; description = "An reflex interface for gloss"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "reflex-gloss-scene" = callPackage @@ -219410,6 +228627,8 @@ self: { ]; description = "Use jsx-like syntax in Reflex"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "reflex-libtelnet" = callPackage @@ -219426,6 +228645,8 @@ self: { ]; description = "Reflex bindings for libtelnet"; license = lib.licenses.gpl3Plus; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "reflex-localize" = callPackage @@ -219441,6 +228662,7 @@ self: { ]; description = "Localization library for reflex"; license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; }) {}; "reflex-localize-dom" = callPackage @@ -219459,6 +228681,7 @@ self: { description = "Helper widgets for reflex-localize"; license = lib.licenses.mit; platforms = [ "armv7l-linux" "i686-linux" "x86_64-linux" ]; + hydraPlatforms = lib.platforms.none; }) {}; "reflex-monad-auth" = callPackage @@ -219474,6 +228697,7 @@ self: { ]; description = "Utilities to split reflex app to authorized and not authorized contexts"; license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; }) {}; "reflex-orphans" = callPackage @@ -219490,6 +228714,8 @@ self: { ]; description = "Useful missing instances for Reflex"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "reflex-process" = callPackage @@ -219535,6 +228761,8 @@ self: { executableHaskellDepends = [ base mtl reflex ]; description = "SDL2 and reflex FRP"; license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "reflex-test-host" = callPackage @@ -219555,6 +228783,8 @@ self: { ]; description = "reflex host methods for testing without external events"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "reflex-transformers" = callPackage @@ -219570,6 +228800,8 @@ self: { ]; description = "Collections and switchable Monad transformers for Reflex"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "reflex-vty" = callPackage @@ -219595,6 +228827,8 @@ self: { testHaskellDepends = [ base containers extra hspec reflex text ]; description = "Reflex FRP host and widgets for VTY applications"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "reform" = callPackage @@ -219658,6 +228892,7 @@ self: { libraryHaskellDepends = [ base hsp hsx2hs reform text ]; description = "Add support for using HSP with Reform"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; }) {}; "reform-lucid" = callPackage @@ -219680,6 +228915,8 @@ self: { libraryHaskellDepends = [ base parsec ]; description = "The parser and render to parsec and render the string"; license = lib.licenses.gpl3Only; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "refractor" = callPackage @@ -219703,6 +228940,7 @@ self: { ]; description = "See README for more info"; license = lib.licenses.mpl20; + hydraPlatforms = lib.platforms.none; }) {}; "refresht" = callPackage @@ -219718,6 +228956,8 @@ self: { libraryHaskellDepends = [ base data-default exceptions lens mtl ]; description = "Environment Monad with automatic resource refreshment"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "refty" = callPackage @@ -219730,6 +228970,8 @@ self: { testHaskellDepends = [ base ]; description = "Formatted JSON generator for API server inspired by normalizr"; license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "refurb" = callPackage @@ -219774,6 +229016,8 @@ self: { libraryHaskellDepends = [ base ]; description = "Register allocation API"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "reg-alloc-graph-color" = callPackage @@ -219930,6 +229174,8 @@ self: { libraryHaskellDepends = [ base mtl parsec regex-base ]; description = "Replaces/Enhances Text.Regex"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "regex-do" = callPackage @@ -220018,6 +229264,8 @@ self: { ]; description = "Generate a random string from a PCRE"; license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "regex-genex" = callPackage @@ -220050,6 +229298,8 @@ self: { libraryHaskellDepends = [ base parsec regex-base ]; description = "Replaces/Enhances Text.Regex"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "regex-pcre" = callPackage @@ -220161,6 +229411,8 @@ self: { ]; description = "Unit tests for the plaform's Posix regex library"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "regex-rure" = callPackage @@ -220211,6 +229463,8 @@ self: { ]; description = "Parse with regular expressions on Producers"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "regex-tdfa-quasiquoter" = callPackage @@ -220222,6 +229476,8 @@ self: { libraryHaskellDepends = [ base regex-tdfa template-haskell ]; description = "Quasi-quoter for TDFA (extended POSIX) regular expressions"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "regex-tdfa-rc" = callPackage @@ -220239,6 +229495,8 @@ self: { ]; description = "Replaces/Enhances Text.Regex"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "regex-tdfa-text" = callPackage @@ -220252,6 +229510,8 @@ self: { libraryHaskellDepends = [ array base regex-base regex-tdfa text ]; description = "Text interface for regex-tdfa"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "regex-tdfa-unittest" = callPackage @@ -220270,6 +229530,8 @@ self: { ]; description = "Unit tests for the regex-tdfa"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "regex-tdfa-utf8" = callPackage @@ -220287,6 +229549,8 @@ self: { ]; description = "This combines regex-tdfa with utf8-string to allow searching over UTF8 encoded lazy bytestrings"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "regex-tre" = callPackage @@ -220301,6 +229565,8 @@ self: { librarySystemDepends = [ tre ]; description = "Replaces/Enhances Text.Regex"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {inherit (pkgs) tre;}; "regex-type" = callPackage @@ -220312,6 +229578,8 @@ self: { libraryHaskellDepends = [ base ]; description = "Type-level regular expressions"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "regex-with-pcre" = callPackage @@ -220385,6 +229653,7 @@ self: { testHaskellDepends = [ base QuickCheck regexdot toolshed ]; description = "A POSIX, extended regex-engine"; license = "GPL"; + hydraPlatforms = lib.platforms.none; }) {}; "regexdot" = callPackage @@ -220400,6 +229669,8 @@ self: { ]; description = "A polymorphic, POSIX, extended regex-engine"; license = "GPL"; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "regexp-tries" = callPackage @@ -220439,6 +229710,8 @@ self: { libraryHaskellDepends = [ base ]; description = "Regular expressions via symbolic manipulation"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "regexqq" = callPackage @@ -220452,6 +229725,8 @@ self: { ]; description = "A quasiquoter for PCRE regexes"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "regional-pointers" = callPackage @@ -220482,6 +229757,8 @@ self: { ]; description = "Provides the region monad for safely opening and working with scarce resources"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "regions-monadsfd" = callPackage @@ -220537,6 +229814,8 @@ self: { libraryHaskellDepends = [ base ]; description = "A computationally universal register machine implementation at the type-level"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "registry" = callPackage @@ -220564,6 +229843,8 @@ self: { testToolDepends = [ tasty-discover ]; description = "data structure for assembling components"; license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "registry-hedgehog" = callPackage @@ -220601,6 +229882,8 @@ self: { libraryHaskellDepends = [ ad base vector ]; description = "Linear and logistic regression through automatic differentiation"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "regression-simple" = callPackage @@ -220625,6 +229908,8 @@ self: { libraryHaskellDepends = [ base template-haskell ]; description = "Generic programming library for regular datatypes"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "regular-extras" = callPackage @@ -220697,6 +229982,8 @@ self: { ]; description = "Rebuild default.hoo from many .hoo files in the current directory"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "rei" = callPackage @@ -220714,6 +230001,8 @@ self: { ]; description = "Process lists easily"; license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "reified-records" = callPackage @@ -220725,6 +230014,8 @@ self: { libraryHaskellDepends = [ base containers mtl ]; description = "Reify records to Maps and back again"; license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "reify" = callPackage @@ -220740,6 +230031,8 @@ self: { executableHaskellDepends = [ base ghc ]; description = "Serialize data"; license = "GPL"; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "reinterpret-cast" = callPackage @@ -220793,6 +230086,8 @@ self: { libraryHaskellDepends = [ array base containers ]; description = "A relation data structure"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "relapse" = callPackage @@ -220811,6 +230106,8 @@ self: { ]; description = "Sensible RLP encoding"; license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "relation" = callPackage @@ -220848,6 +230145,7 @@ self: { ]; description = "PostgreSQL v8.x driver for haskell-relational-record"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; }) {}; "relational-query" = callPackage @@ -220873,6 +230171,7 @@ self: { ]; description = "Typeful, Modular, Relational, algebraic query engine"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; }) {}; "relational-query-HDBC" = callPackage @@ -220897,6 +230196,7 @@ self: { ]; description = "HDBC instance of relational-query and typed query interface for HDBC"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; }) {}; "relational-query-postgresql-pure" = callPackage @@ -220923,6 +230223,7 @@ self: { ]; description = "The connector of relational-record and postgresql-pure"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; }) {}; "relational-record" = callPackage @@ -220940,6 +230241,7 @@ self: { ]; description = "Meta package of Relational Record"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; }) {}; "relational-record-examples" = callPackage @@ -220963,6 +230265,7 @@ self: { ]; description = "Examples of Haskell Relationa Record"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; }) {}; "relational-schemas" = callPackage @@ -220979,6 +230282,7 @@ self: { ]; description = "RDBMSs' schema templates for relational-query"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; }) {}; "relative-date" = callPackage @@ -221024,6 +230328,8 @@ self: { libraryHaskellDepends = [ aeson base chronos text torsor ]; description = "humanised relevant time"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "reliable-io" = callPackage @@ -221083,6 +230389,7 @@ self: { ]; description = "A web based Haskell IDE"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; }) {}; "reloto" = callPackage @@ -221161,6 +230468,8 @@ self: { ]; description = "A DSL for marking student work"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "remarks" = callPackage @@ -221182,6 +230491,8 @@ self: { ]; description = "A DSL for marking student work"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "rematch" = callPackage @@ -221223,6 +230534,8 @@ self: { ]; description = "Cloud Haskell"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "remote-debugger" = callPackage @@ -221238,6 +230551,8 @@ self: { ]; description = "Interface to ghci debugger"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "remote-json" = callPackage @@ -221321,6 +230636,8 @@ self: { ]; description = "An parametrizable Remote Monad, and parametrizable Applicative Functor"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "remotion" = callPackage @@ -221419,6 +230736,8 @@ self: { ]; description = "Define compound types that do not depend on member order"; license = "unknown"; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "repa" = callPackage @@ -221475,6 +230794,8 @@ self: { doHaddock = false; description = "(deprecated)"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "repa-convert" = callPackage @@ -221503,6 +230824,8 @@ self: { librarySystemDepends = [ libdevil ]; description = "Support for image reading and writing of Repa arrays using in-place FFI calls"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {inherit (pkgs) libdevil;}; "repa-eval" = callPackage @@ -221514,6 +230837,8 @@ self: { libraryHaskellDepends = [ base ghc-prim ]; description = "Low-level parallel operators on bulk random-accessble arrays"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "repa-examples" = callPackage @@ -221534,7 +230859,6 @@ self: { ]; description = "Examples using the Repa array library"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; }) {}; "repa-fftw" = callPackage @@ -221618,6 +230942,8 @@ self: { libraryHaskellDepends = [ base hmatrix repa vector ]; description = "HMatrix operations for Repa"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "repa-plugin" = callPackage @@ -221652,6 +230978,8 @@ self: { ]; description = "Scalar data types and conversions"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "repa-series" = callPackage @@ -221663,6 +230991,8 @@ self: { libraryHaskellDepends = [ base ghc ghc-prim vector ]; description = "Series Expressionss API"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "repa-sndfile" = callPackage @@ -221726,6 +231056,8 @@ self: { ]; description = "IRC friendly REPL library"; license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "repl-toolkit" = callPackage @@ -221744,6 +231076,8 @@ self: { ]; description = "Toolkit for quickly whipping up config files and command-line interfaces"; license = lib.licenses.asl20; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "replace-attoparsec" = callPackage @@ -221797,6 +231131,8 @@ self: { wai-websockets websockets ]; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "replicant" = callPackage @@ -221868,6 +231204,7 @@ self: { testToolDepends = [ hspec-discover ]; description = "Blogging module using blaze html for markup"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; }) {}; "repr" = callPackage @@ -221913,6 +231250,8 @@ self: { ]; description = "Representable functors"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "representable-profunctors" = callPackage @@ -221973,6 +231312,8 @@ self: { testHaskellDepends = [ base hspec ]; description = "Define and combine \"materialized\" projections"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "req" = callPackage @@ -222031,6 +231372,8 @@ self: { ]; description = "Conduit helpers for the req HTTP client library"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "req-oauth2" = callPackage @@ -222067,6 +231410,8 @@ self: { testHaskellDepends = [ base hspec modern-uri req ]; description = "Provides URI/URL helper functions for use with Req"; license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "reqcatcher" = callPackage @@ -222098,6 +231443,8 @@ self: { http-types ]; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "request-monad" = callPackage @@ -222109,6 +231456,8 @@ self: { libraryHaskellDepends = [ base free mtl transformers ]; description = "A transformer for generic requests"; license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "require" = callPackage @@ -222151,6 +231500,8 @@ self: { libraryHaskellDepends = [ base ]; description = "Abstraction to manage user defined Type Errors"; license = lib.licenses.gpl3Only; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "rere" = callPackage @@ -222278,6 +231629,8 @@ self: { libraryHaskellDepends = [ base containers random ]; description = "Unweighted reservoir sampling"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "resin" = callPackage @@ -222289,6 +231642,7 @@ self: { libraryHaskellDepends = [ base ghc-prim ralist semigroupoids ]; description = "High performance variable binders"; license = lib.licenses.bsd2; + hydraPlatforms = lib.platforms.none; }) {}; "resistor-cube" = callPackage @@ -222358,6 +231712,8 @@ self: { ]; description = "A name resolusion library"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "resolve-trivial-conflicts" = callPackage @@ -222376,6 +231732,8 @@ self: { ]; description = "Remove trivial conflict markers in a git repository"; license = lib.licenses.gpl2Only; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "resource-effect" = callPackage @@ -222394,6 +231752,8 @@ self: { ]; description = "A port of the package 'resourcet' for extensible effects"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "resource-embed" = callPackage @@ -222407,6 +231767,8 @@ self: { executableHaskellDepends = [ base bytestring directory ]; description = "Embed data files via C and FFI"; license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "resource-pool" = callPackage @@ -222545,7 +231907,6 @@ self: { ]; description = "process and route HTTP requests and generate responses on top of WAI"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; }) {}; "rest-client" = callPackage @@ -222686,6 +232047,8 @@ self: { doHaddock = false; description = "Rewriting library with online termination checking"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "rest-snap" = callPackage @@ -222772,6 +232135,8 @@ self: { libraryHaskellDepends = [ aeson base bytestring unix ]; description = "Minimal live coding library for model-view-event-update applications"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "restful-snap" = callPackage @@ -222843,6 +232208,8 @@ self: { executableHaskellDepends = [ base directory filepath utf8-string ]; description = "Convert between camel case and separated words style"; license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "result" = callPackage @@ -222866,6 +232233,8 @@ self: { libraryHaskellDepends = [ base mtl ]; description = "A monad transformer for resumable exceptions"; license = "unknown"; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "rethinkdb" = callPackage @@ -222889,6 +232258,8 @@ self: { benchmarkHaskellDepends = [ aeson async base criterion text ]; description = "A driver for RethinkDB 2.2"; license = lib.licenses.asl20; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "rethinkdb-client-driver" = callPackage @@ -222917,6 +232288,8 @@ self: { ]; description = "Client driver for RethinkDB"; license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "rethinkdb-model" = callPackage @@ -222952,6 +232325,8 @@ self: { ]; description = "RethinkDB driver for Haskell"; license = lib.licenses.asl20; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "retrie" = callPackage @@ -223090,6 +232465,8 @@ self: { executableHaskellDepends = [ base optparse-applicative process ]; description = "Retry failed commands"; license = lib.licenses.mpl20; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "rev-state" = callPackage @@ -223154,6 +232531,8 @@ self: { ]; description = "Simple reverse geocoding using OpenStreeMap"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "reverse-list" = callPackage @@ -223178,6 +232557,8 @@ self: { executableHaskellDepends = [ array base process ]; description = "Text-only reversi (aka othelo) game"; license = lib.licenses.lgpl3Only; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "rewrite" = callPackage @@ -223213,6 +232594,8 @@ self: { executableHaskellDepends = [ base prettyprinter ]; description = "Inspection of rewriting steps"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "rewriting" = callPackage @@ -223294,6 +232677,7 @@ self: { ]; description = "Robert Fischer's Common library"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; }) {}; "rfc-env" = callPackage @@ -223347,6 +232731,8 @@ self: { ]; description = "The Prelude from the Robert Fischer Commons"; license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "rfc-psql" = callPackage @@ -223512,6 +232898,8 @@ self: { testHaskellDepends = [ base simple-cmd ]; description = "Bugzilla query tool"; license = lib.licenses.gpl2Only; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "rhine" = callPackage @@ -223596,6 +232984,8 @@ self: { benchmarkHaskellDepends = [ base bytestring criterion semigroups ]; description = "A Haskell client for the Riak decentralized data store"; license = "unknown"; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "riak-protobuf" = callPackage @@ -223628,6 +233018,8 @@ self: { ]; description = "Lenses for riak-protobuf"; license = "unknown"; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "rib" = callPackage @@ -223691,6 +233083,8 @@ self: { libraryHaskellDepends = [ base Only postgresql-simple text time ]; description = "Type-level Relational DB combinators"; license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "ribosome" = callPackage @@ -223724,6 +233118,7 @@ self: { ]; description = "api extensions for nvim-hs"; license = "BSD-2-Clause-Patent"; + hydraPlatforms = lib.platforms.none; }) {}; "ribosome-root" = callPackage @@ -223834,6 +233229,8 @@ self: { ]; description = "Quick metrics to grow your app strong"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "ridley-extras" = callPackage @@ -223881,6 +233278,8 @@ self: { ]; description = "A Riemann client for Haskell"; license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "riff" = callPackage @@ -223899,6 +233298,8 @@ self: { executableHaskellDepends = [ base bytestring filepath ]; description = "RIFF parser for Haskell"; license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "rigel-viz" = callPackage @@ -223915,6 +233316,8 @@ self: { testHaskellDepends = [ base hspec QuickCheck ]; description = "A mid-level wrapper for vega-lite"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "ring-buffer" = callPackage @@ -223929,6 +233332,8 @@ self: { testHaskellDepends = [ base HUnit QuickCheck vector ]; description = "A concurrent, mutable ring-buffer"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "ring-buffers" = callPackage @@ -223945,6 +233350,8 @@ self: { testHaskellDepends = [ base HUnit primitive QuickCheck ]; description = "mutable ring buffers with atomic updates in GHC Haskell"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "rings" = callPackage @@ -224181,6 +233588,8 @@ self: { testHaskellDepends = [ base hspec QuickCheck ]; description = "Haskell representation of the RISC-V instruction set architecture"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "rison" = callPackage @@ -224201,6 +233610,8 @@ self: { ]; description = "Parses and renders RISON strings"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "rivers" = callPackage @@ -224212,6 +233623,8 @@ self: { libraryHaskellDepends = [ base lazysmallcheck oeis QuickCheck ]; description = "Rivers are like Streams, but different"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "rivet" = callPackage @@ -224273,6 +233686,8 @@ self: { libraryHaskellDepends = [ base postgresql-simple text ]; description = "Postgresql migration support for project management tool"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "rivet-simple-deploy" = callPackage @@ -224284,6 +233699,8 @@ self: { libraryHaskellDepends = [ base configurator mtl rivet-core text ]; description = "Basic deployment support for project management tool"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "rl-satton" = callPackage @@ -224309,6 +233726,8 @@ self: { ]; description = "Collection of Reinforcement Learning algorithms"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "rle" = callPackage @@ -224352,6 +233771,8 @@ self: { ]; description = "A Haskell codec for RL-Glue"; license = lib.licenses.asl20; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "rlist" = callPackage @@ -224492,6 +233913,8 @@ self: { ]; description = "A build daemon for Haskell development"; license = lib.licenses.gpl3Only; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "roboservant" = callPackage @@ -224546,6 +233969,8 @@ self: { ]; description = "Parser for robots.txt"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "roc-cluster" = callPackage @@ -224560,6 +233985,8 @@ self: { testHaskellDepends = [ base hspec HUnit ]; description = "ROC online clustering algorithm"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "roc-cluster-demo" = callPackage @@ -224769,6 +234196,8 @@ self: { ]; description = "Bindings to Roku's External Control API"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "roles" = callPackage @@ -224838,6 +234267,8 @@ self: { testToolDepends = [ hspec-discover ]; description = "Core library to communicate with Rollbar API"; license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "rollbar-hs" = callPackage @@ -224860,6 +234291,8 @@ self: { ]; description = "Core Rollbar data types and APIs"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "rollbar-wai" = callPackage @@ -224927,6 +234360,8 @@ self: { ]; description = "Playing with applicatives and dice!"; license = lib.licenses.gpl2Only; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "rolling-queue" = callPackage @@ -224988,6 +234423,8 @@ self: { benchmarkHaskellDepends = [ base criterion deepseq integer-gmp ]; description = "RON"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "ron-rdt" = callPackage @@ -225004,6 +234441,7 @@ self: { ]; description = "Replicated Data Types (RON-RDT)"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; }) {}; "ron-schema" = callPackage @@ -225064,6 +234502,8 @@ self: { ]; description = "Tools for manipulating fingertrees of bytestrings with optional annotations"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "rope-utf16-splay" = callPackage @@ -225117,6 +234557,7 @@ self: { ]; description = "Query the namecoin blockchain"; license = lib.licenses.gpl3Only; + hydraPlatforms = lib.platforms.none; }) {}; "rose" = callPackage @@ -225159,6 +234600,8 @@ self: { ]; description = "Various trie implementations in Haskell"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "rose-trie" = callPackage @@ -225190,6 +234633,8 @@ self: { testToolDepends = [ hspec-discover ]; description = "Common rose tree/forest functions"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "rosezipper" = callPackage @@ -225251,6 +234696,8 @@ self: { ]; description = "ROS message parser, render, TH"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "rosmsg-bin" = callPackage @@ -225300,6 +234747,8 @@ self: { libraryHaskellDepends = [ base containers deepseq ]; description = "General purpose utility library"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "rot13" = callPackage @@ -225331,6 +234780,8 @@ self: { ]; description = "Size-limited, concurrent, automatically-rotating log writer"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "roundRobin" = callPackage @@ -225367,6 +234818,7 @@ self: { testHaskellDepends = [ base long-double ]; description = "Correctly-rounded arbitrary-precision floating-point arithmetic"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; }) {inherit (pkgs) gmp; inherit (pkgs) mpfr;}; "rounded-hw" = callPackage @@ -225404,6 +234856,8 @@ self: { libraryHaskellDepends = [ array base numeric-extras ]; description = "Explicit floating point rounding mode wrappers"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "roundtrip" = callPackage @@ -225439,6 +234893,8 @@ self: { ]; description = "Un-/parse JSON with roundtrip invertible syntax definitions"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "roundtrip-string" = callPackage @@ -225552,6 +235008,8 @@ self: { libraryHaskellDepends = [ aeson base row-types text ]; description = "aeson instances for Open Records and Variants"; license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "row-types-barbies" = callPackage @@ -225598,6 +235056,8 @@ self: { libraryHaskellDepends = [ base containers template-haskell ]; description = "Build records from lists of strings, as from CSV files"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "rp-tree" = callPackage @@ -225665,6 +235125,8 @@ self: { executableHaskellDepends = [ base ]; description = "a remote procedure call framework"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "rpf" = callPackage @@ -225698,6 +235160,8 @@ self: { libraryHaskellDepends = [ base directory filepath HaXml process ]; description = "Cozy little project to question unruly rpm packages"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "rpm-nvr" = callPackage @@ -225735,6 +235199,8 @@ self: { testHaskellDepends = [ base extra hspec simple-cmd unix ]; description = "Sort RPM packages in dependency order"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "rrb-vector" = callPackage @@ -225770,6 +235236,8 @@ self: { testHaskellDepends = [ base hspec text ]; description = "Recurrence rule parser and formatter"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "rsagl" = callPackage @@ -225846,6 +235314,8 @@ self: { libraryHaskellDepends = [ base ]; description = "A Rational Street Performer Protocol solver"; license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "rss" = callPackage @@ -225912,6 +235382,8 @@ self: { ]; description = "watches an RSS/Atom feed and writes it to an IRC channel"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "rstream" = callPackage @@ -225923,6 +235395,8 @@ self: { libraryHaskellDepends = [ base ghc-prim ]; description = "stream-fusion framework from vector"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "rtcm" = callPackage @@ -226001,6 +235475,8 @@ self: { ]; description = "Manipulate network devices, addresses, and routes on Linux"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "rtorrent-rpc" = callPackage @@ -226017,6 +235493,8 @@ self: { ]; description = "A library for communicating with RTorrent over its XML-RPC interface"; license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "rtorrent-state" = callPackage @@ -226056,6 +235534,8 @@ self: { executableHaskellDepends = [ base Cabal process ]; description = "Dynamically load Haskell libraries"; license = lib.licenses.gpl3Only; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "rubberband" = callPackage @@ -226094,6 +235574,8 @@ self: { ]; description = "Parse a subset of Ruby objects serialised with Marshal.dump."; license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "ruby-qq" = callPackage @@ -226110,6 +235592,8 @@ self: { ]; description = "rubyish quasiquoters"; license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "ruff" = callPackage @@ -226121,6 +235605,8 @@ self: { libraryHaskellDepends = [ array base mtl parsec safe strict Vec ]; description = "relatively useful fractal functions"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "ruin" = callPackage @@ -226142,6 +235628,8 @@ self: { ]; description = "Pliable records"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "ruler" = callPackage @@ -226262,6 +235750,8 @@ self: { testHaskellDepends = [ base directory hspec process ]; description = "Stack wrapper for single-file Haskell programs"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "runmany" = callPackage @@ -226279,6 +235769,8 @@ self: { ]; description = "Run multiple commands, interleaving output and errors"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "runmemo" = callPackage @@ -226319,6 +235811,7 @@ self: { benchmarkHaskellDepends = [ base criterion ]; description = "RISC-V"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; }) {}; "rvar" = callPackage @@ -226365,6 +235858,8 @@ self: { ]; description = "Packet Generation"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "rz-pipe" = callPackage @@ -226383,6 +235878,8 @@ self: { executableHaskellDepends = [ aeson base ]; description = "Pipe interface for Rizin"; license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "s-cargot" = callPackage @@ -226484,6 +235981,8 @@ self: { ]; description = "A monadic buffer resilient to exceptions"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "safe-coerce" = callPackage @@ -226495,6 +235994,8 @@ self: { libraryHaskellDepends = [ base ]; description = "A friendly shorthand for an old friend"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "safe-coloured-text" = callPackage @@ -226530,6 +236031,7 @@ self: { ]; testToolDepends = [ sydtest-discover ]; license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; }) {}; "safe-coloured-text-layout" = callPackage @@ -226547,6 +236049,7 @@ self: { testToolDepends = [ sydtest-discover ]; description = "Safely layout output coloured text"; license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; }) {}; "safe-coloured-text-layout-gen" = callPackage @@ -226567,6 +236070,7 @@ self: { ]; testToolDepends = [ sydtest-discover ]; license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; }) {}; "safe-coloured-text-terminfo" = callPackage @@ -226673,6 +236177,8 @@ self: { libraryHaskellDepends = [ base indexed mtl vector ]; description = "Support for safely freezing multiple arrays in the ST monad"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "safe-globals" = callPackage @@ -226684,6 +236190,8 @@ self: { libraryHaskellDepends = [ base stm template-haskell ]; description = "Safe top-level mutable variables which scope like ordinary values"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "safe-json" = callPackage @@ -226747,6 +236255,8 @@ self: { ]; description = "A library providing safe lazy IO features"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "safe-length" = callPackage @@ -226764,6 +236274,8 @@ self: { ]; description = "Tired of accidentally calling length on tuples? Relief at last!"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "safe-money" = callPackage @@ -226897,6 +236409,7 @@ self: { ]; description = "A small wrapper over hs-plugins to allow loading safe plugins"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; }) {}; "safe-printf" = callPackage @@ -226916,6 +236429,8 @@ self: { ]; description = "Well-typed, flexible and variadic printf for Haskell"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "safe-tensor" = callPackage @@ -226931,6 +236446,8 @@ self: { ]; description = "Dependently typed tensor algebra"; license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "safe-wild-cards" = callPackage @@ -226985,6 +236502,8 @@ self: { ]; description = "Making SafeCopy migrations easier"; license = lib.licenses.publicDomain; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "safecopy-store" = callPackage @@ -227008,6 +236527,8 @@ self: { ]; description = "Binary serialization with version control"; license = lib.licenses.publicDomain; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "safeint" = callPackage @@ -227025,6 +236546,8 @@ self: { ]; description = "overflow-checked Int type"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "safeio" = callPackage @@ -227059,6 +236582,8 @@ self: { testHaskellDepends = [ base doctest ]; description = "Safe Paths in Haskell"; license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "safer-file-handles" = callPackage @@ -227120,6 +236645,8 @@ self: { libraryHaskellDepends = [ base blaze-html containers text ]; description = "A simple type-safe routing library"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "sai-shape-syb" = callPackage @@ -227158,6 +236685,8 @@ self: { ]; description = "Fast JSON parsing powered by Chad Austin's sajson library"; license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "sak" = callPackage @@ -227200,6 +236729,8 @@ self: { ]; description = "Haskell representation of messages exchanged on the sakura.io platform."; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "salak" = callPackage @@ -227251,6 +236782,8 @@ self: { ]; description = "Configuration Loader for toml"; license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "salak-yaml" = callPackage @@ -227430,6 +236963,8 @@ self: { ]; description = "Salvia webserver protocol suite supporting URI, HTTP, Cookie and MIME"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "salvia-sessions" = callPackage @@ -227606,6 +237141,8 @@ self: { libraryHaskellDepends = [ base ]; description = "SAND data serialization and manipulation library"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "sandman" = callPackage @@ -227624,6 +237161,8 @@ self: { ]; description = "Manages Cabal sandboxes to avoid rebuilding packages"; license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "sandwich" = callPackage @@ -227760,6 +237299,7 @@ self: { ]; description = "Sandwich integration with Selenium WebDriver"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; }) {}; "sarasvati" = callPackage @@ -227771,6 +237311,8 @@ self: { libraryHaskellDepends = [ base deepseq portaudio ]; description = "audio library"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "sarsi" = callPackage @@ -227830,6 +237372,8 @@ self: { executableHaskellDepends = [ base ]; description = "CNF SATisfier"; license = "GPL"; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "sat-micro-hs" = callPackage @@ -227866,6 +237410,8 @@ self: { testHaskellDepends = [ array base ]; description = "SAT encoding monad"; license = "GPL"; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "satchmo-backends" = callPackage @@ -227962,6 +237508,8 @@ self: { ]; description = "Step-by-step SAT solver for educational purposes"; license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "savage" = callPackage @@ -227980,6 +237528,8 @@ self: { ]; description = "re-export of the random generators from Hedgehog"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "sax" = callPackage @@ -227998,6 +237548,8 @@ self: { testHaskellDepends = [ base bytestring hspec ]; description = "Monadic streaming XML parser"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "say" = callPackage @@ -228103,6 +237655,7 @@ self: { description = "SMT Based Verification: Symbolic Haskell theorem prover using SMT solving"; license = lib.licenses.bsd3; hydraPlatforms = lib.platforms.none; + broken = true; }) {inherit (pkgs) z3;}; "sbv" = callPackage @@ -228136,6 +237689,8 @@ self: { ]; description = "SMT Based Verification: Symbolic Haskell theorem prover using SMT solving"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {inherit (pkgs) z3;}; "sbvPlugin" = callPackage @@ -228155,6 +237710,7 @@ self: { ]; description = "Formally prove properties of Haskell programs using SBV/SMT"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; }) {}; "sc2-lowlevel" = callPackage @@ -228194,6 +237750,8 @@ self: { libraryToolDepends = [ proto-lens-protoc protoc ]; description = "A protocol buffer model for the Starcraft II bot API"; license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; + broken = true; }) {protoc = null;}; "sc2-support" = callPackage @@ -228251,7 +237809,6 @@ self: { libraryHaskellDepends = [ base hsc3 hsc3-db ]; description = "Haskell bindings to sc3-rdu (sc3 rd ugens)"; license = "GPL"; - hydraPlatforms = lib.platforms.none; }) {}; "scalable-server" = callPackage @@ -228293,6 +237850,8 @@ self: { testToolDepends = [ hspec-discover ]; description = "SCALE v2.0 codec for Haskell Web3 library."; license = lib.licenses.asl20; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "scaleimage" = callPackage @@ -228306,6 +237865,8 @@ self: { executableHaskellDepends = [ base filepath gd ]; description = "Scale an image to a new geometry"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "scalendar" = callPackage @@ -228322,6 +237883,8 @@ self: { ]; description = "This is a library for handling calendars and resource availability based on the \"top-nodes algorithm\" and set operations"; license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "scalp-webhooks" = callPackage @@ -228433,6 +237996,7 @@ self: { ]; description = "Metadata types for Albedo Scanners"; license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; }) {}; "scan-vector-machine" = callPackage @@ -228545,6 +238109,8 @@ self: { ]; description = "Streaming component combinators"; license = "GPL"; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "scenegraph" = callPackage @@ -228577,6 +238143,8 @@ self: { ]; description = "A Haskell library for writing SCGI programs"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "schedevr" = callPackage @@ -228594,6 +238162,7 @@ self: { ]; description = "Marge schedules and show EVR"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; }) {}; "schedule" = callPackage @@ -228615,6 +238184,8 @@ self: { ]; description = "Pure deterministic scheduled computations"; license = lib.licenses.gpl3Plus; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "schedule-planner" = callPackage @@ -228634,6 +238205,8 @@ self: { ]; description = "Find the ideal lesson layout"; license = lib.licenses.lgpl3Only; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "scheduler" = callPackage @@ -228677,6 +238250,7 @@ self: { ]; description = "An interview scheduler using constraint satisfaction and Google Sheets"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; }) {}; "schedyield" = callPackage @@ -228688,6 +238262,8 @@ self: { libraryHaskellDepends = [ base ]; description = "Exposes standard POSIX function sched_yield"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "schema" = callPackage @@ -228706,7 +238282,6 @@ self: { testToolDepends = [ hspec-discover ]; description = "Encoding-independent schemas for Haskell data types"; license = lib.licenses.gpl3Only; - hydraPlatforms = lib.platforms.none; }) {}; "schemas" = callPackage @@ -228731,6 +238306,8 @@ self: { ]; description = "schema guided serialization"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "schematic" = callPackage @@ -228877,6 +238454,8 @@ self: { ]; description = "Scholdoc fork of pandoc-types"; license = "GPL"; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "schonfinkeling" = callPackage @@ -228900,6 +238479,8 @@ self: { testHaskellDepends = [ base ]; description = "Rational numbers in scientific notation"; license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "scidb-hquery" = callPackage @@ -228933,6 +238514,8 @@ self: { ]; description = "Haskell query for SciDB via shim"; license = lib.licenses.gpl3Only; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "science-constants" = callPackage @@ -229083,6 +238666,8 @@ self: { executableHaskellDepends = [ base bytestring containers process ]; description = "Generates graphviz file of scons dependency information"; license = "GPL"; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "scope" = callPackage @@ -229142,6 +238727,8 @@ self: { ]; description = "scotty with batteries included"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "scotty" = callPackage @@ -229193,6 +238780,8 @@ self: { ]; description = "The Play Framework style data binding in Scotty"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "scotty-blaze" = callPackage @@ -229207,6 +238796,8 @@ self: { ]; description = "blaze-html integration for Scotty"; license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "scotty-cookie" = callPackage @@ -229247,6 +238838,7 @@ self: { ]; description = "Fay integration for Scotty"; license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; }) {}; "scotty-form" = callPackage @@ -229260,6 +238852,8 @@ self: { ]; description = "Html form validation using `ditto`"; license = lib.licenses.gpl2Only; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "scotty-format" = callPackage @@ -229276,6 +238870,8 @@ self: { testHaskellDepends = [ base ]; description = "Response format helper for the Scotty web framework"; license = lib.licenses.asl20; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "scotty-hastache" = callPackage @@ -229304,6 +238900,7 @@ self: { libraryHaskellDepends = [ base haxl scotty text ]; description = "Combine scotty and haxl"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; }) {}; "scotty-params-parser" = callPackage @@ -229320,6 +238917,8 @@ self: { ]; description = "HTTP-request's query parameters parser abstraction for \"scotty\""; license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "scotty-path-normalizer" = callPackage @@ -229347,6 +238946,8 @@ self: { ]; description = "A Better way of modeling web resources"; license = lib.licenses.asl20; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "scotty-rest" = callPackage @@ -229372,6 +238973,8 @@ self: { ]; description = "Webmachine-style REST library for scotty"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "scotty-session" = callPackage @@ -229390,6 +238993,8 @@ self: { ]; description = "Adding session functionality to scotty"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "scotty-tls" = callPackage @@ -229403,6 +239008,8 @@ self: { ]; description = "TLS for Scotty"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "scotty-utils" = callPackage @@ -229418,6 +239025,7 @@ self: { ]; description = "Scotty utils library"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; }) {}; "scotty-view" = callPackage @@ -229434,6 +239042,8 @@ self: { libraryHaskellDepends = [ base scotty text transformers ]; executableHaskellDepends = [ base scotty text transformers ]; license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "scp-streams" = callPackage @@ -229521,6 +239131,8 @@ self: { ]; description = "Core Package for scrapbook"; license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "scrape-changes" = callPackage @@ -229547,6 +239159,7 @@ self: { ]; description = "Scrape websites for changes"; license = lib.licenses.gpl3Only; + hydraPlatforms = lib.platforms.none; }) {}; "script-monad" = callPackage @@ -229573,6 +239186,8 @@ self: { ]; description = "Stack of error, reader, writer, state, and prompt monad transformers"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "scrobble" = callPackage @@ -229595,6 +239210,8 @@ self: { ]; description = "Scrobbling server"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "scroll" = callPackage @@ -229674,6 +239291,8 @@ self: { ]; description = "Process management and supervision daemon"; license = "unknown"; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "scuttlebutt-types" = callPackage @@ -229706,6 +239325,8 @@ self: { executableHaskellDepends = [ base bytestring ]; description = "Fast CSV lexing on ByteString"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "scyther-proof" = callPackage @@ -229727,6 +239348,8 @@ self: { executableToolDepends = [ alex ]; description = "Automatic generation of Isabelle/HOL correctness proofs for security protocols"; license = "GPL"; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "sde-solver" = callPackage @@ -229745,7 +239368,6 @@ self: { ]; description = "Distributed SDE solver"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; }) {}; "sdf2p1-parser" = callPackage @@ -229845,6 +239467,8 @@ self: { ]; description = "An image loading and rendering library for sdl2 / sdl2-cairo"; license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "sdl2-compositor" = callPackage @@ -229868,6 +239492,8 @@ self: { ]; description = "image compositing with sdl2 - declarative style"; license = lib.licenses.gpl3Only; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "sdl2-fps" = callPackage @@ -229881,6 +239507,8 @@ self: { libraryHaskellDepends = [ base sdl2 ]; description = "Run of the mill, frames per second timer implementation"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "sdl2-gfx" = callPackage @@ -230182,6 +239810,8 @@ self: { description = "A software defined radio library"; license = lib.licenses.bsd3; platforms = [ "x86_64-darwin" "x86_64-linux" ]; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "seacat" = callPackage @@ -230205,6 +239835,8 @@ self: { ]; description = "Small web framework using Warp and WAI"; license = "unknown"; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "seakale" = callPackage @@ -230216,6 +239848,8 @@ self: { libraryHaskellDepends = [ base bytestring free mtl text ]; description = "Pure SQL layer on top of other libraries"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "seakale-postgresql" = callPackage @@ -230277,6 +239911,8 @@ self: { testHaskellDepends = [ base directory doctest filepath ]; description = "Infinite search in finite time with Hilbert's epsilon"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "search-algorithms" = callPackage @@ -230301,6 +239937,8 @@ self: { libraryHaskellDepends = [ base template-haskell ]; description = "Semantic Editor Combinators"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "secd" = callPackage @@ -230331,6 +239969,8 @@ self: { executableHaskellDepends = [ base containers ]; description = "SECDH Machine Simulator"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "seclib" = callPackage @@ -230342,6 +239982,8 @@ self: { libraryHaskellDepends = [ base ]; description = "A simple library for static information-flow security in Haskell"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "second-transfer" = callPackage @@ -230369,6 +240011,8 @@ self: { testToolDepends = [ cpphs ]; description = "Second Transfer HTTP/2 web server"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "secp256k1" = callPackage @@ -230392,6 +240036,8 @@ self: { testToolDepends = [ hspec-discover ]; description = "Bindings for secp256k1 library from Bitcoin Core"; license = lib.licenses.publicDomain; + hydraPlatforms = lib.platforms.none; + broken = true; }) {inherit (pkgs) secp256k1;}; "secp256k1-haskell" = callPackage @@ -230440,6 +240086,8 @@ self: { ]; description = "fork of secp256k1"; license = lib.licenses.publicDomain; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "secret-santa" = callPackage @@ -230457,6 +240105,8 @@ self: { ]; description = "Secret Santa game assigner using QR-Codes"; license = lib.licenses.gpl3Only; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "secret-sharing" = callPackage @@ -230533,6 +240183,8 @@ self: { ]; description = "Secure point-to-point connectivity library"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "secureUDP" = callPackage @@ -230544,6 +240196,8 @@ self: { libraryHaskellDepends = [ base bytestring containers network ]; description = "Setups secure (unsorted) UDP packet transfer"; license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "securemem" = callPackage @@ -230625,6 +240279,8 @@ self: { libraryHaskellDepends = [ aeson base bytestring selda text ]; description = "JSON support for the Selda database library"; license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "selda-postgresql" = callPackage @@ -230643,6 +240299,7 @@ self: { ]; description = "PostgreSQL backend for the Selda database EDSL"; license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; }) {}; "selda-sqlite" = callPackage @@ -230711,6 +240368,8 @@ self: { libraryToolDepends = [ alex happy ]; description = "CSS Selectors for DOM traversal"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "selenium" = callPackage @@ -230722,6 +240381,8 @@ self: { libraryHaskellDepends = [ base HTTP HUnit mtl network pretty ]; description = "Test web applications through a browser"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "selenium-server" = callPackage @@ -230785,6 +240446,8 @@ self: { librarySystemDepends = [ selinux ]; description = "SELinux bindings"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {selinux = null;}; "semantic" = callPackage @@ -230816,6 +240479,7 @@ self: { ]; description = "Types and functionality for working with source code"; license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; }) {}; "semaphore-plus" = callPackage @@ -230847,6 +240511,8 @@ self: { executableHaskellDepends = [ base ]; description = "Evaluate code snippets in Literate Haskell"; license = lib.licenses.agpl3Only; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "semi-iso" = callPackage @@ -230862,7 +240528,6 @@ self: { ]; description = "Weakened partial isomorphisms, reversible computations"; license = lib.licenses.mit; - hydraPlatforms = lib.platforms.none; }) {}; "semialign" = callPackage @@ -230901,6 +240566,8 @@ self: { testHaskellDepends = [ base doctest QuickCheck ]; description = "Extra functions for working with Semialigns"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "semialign-indexed" = callPackage @@ -230939,6 +240606,8 @@ self: { testHaskellDepends = [ base ]; description = "A Haskell implementation of semibounded lattices"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "semigroupoid-extras" = callPackage @@ -231000,6 +240669,8 @@ self: { ]; description = "RebindableSyntax using the semigroupoids package"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "semigroups" = callPackage @@ -231036,6 +240707,8 @@ self: { libraryHaskellDepends = [ base containers semigroups ]; description = "Semigroups actions"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "semilattices" = callPackage @@ -231185,6 +240858,8 @@ self: { ]; description = "Sengrid API"; license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "sendgrid-v3" = callPackage @@ -231203,6 +240878,8 @@ self: { ]; description = "Sendgrid v3 API library"; license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "sensei" = callPackage @@ -231229,6 +240906,8 @@ self: { testToolDepends = [ hspec-discover ]; description = "Automatically run Hspec tests on file modifications"; license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "sensenet" = callPackage @@ -231268,6 +240947,8 @@ self: { ]; description = "A tool to send command execution results to Sensu"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "sentence-jp" = callPackage @@ -231318,6 +240999,8 @@ self: { executableHaskellDepends = [ base directory filepath unix ]; description = "Process monitoring tool written and configured in Haskell"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "senza" = callPackage @@ -231391,6 +241074,8 @@ self: { ]; description = "A data type with elements separated by values"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "seqaid" = callPackage @@ -231585,6 +241270,8 @@ self: { ]; description = "Alternative Core language for GHC plugins"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "sequential-index" = callPackage @@ -231734,6 +241421,8 @@ self: { ]; description = "Instances for Serialize of cereal"; license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "serialport" = callPackage @@ -231746,6 +241435,8 @@ self: { testHaskellDepends = [ base bytestring HUnit ]; description = "Cross platform serial port library"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "serokell-util" = callPackage @@ -231776,6 +241467,8 @@ self: { testToolDepends = [ hspec-discover ]; description = "General-purpose functions by Serokell"; license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "serpentine" = callPackage @@ -231908,6 +241601,8 @@ self: { ]; description = "generic tests for aeson serialization in servant"; license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "servant-auth" = callPackage @@ -231981,6 +241676,8 @@ self: { ]; description = "Authentication via encrypted cookies"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "servant-auth-docs" = callPackage @@ -232040,6 +241737,8 @@ self: { ]; description = "Authentication via HMAC"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "servant-auth-server" = callPackage @@ -232150,6 +241849,7 @@ self: { ]; description = "Servant based API for token based authorisation"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; }) {}; "servant-auth-token-leveldb" = callPackage @@ -232232,7 +241932,6 @@ self: { ]; description = "Authenticate Routes Using Wordpress Cookies"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; }) {}; "servant-avro" = callPackage @@ -232250,6 +241949,8 @@ self: { ]; description = "Avro content type for Servant"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "servant-benchmark" = callPackage @@ -232273,6 +241974,8 @@ self: { ]; description = "Generate benchmark files from a Servant API"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "servant-blaze" = callPackage @@ -232308,6 +242011,8 @@ self: { ]; description = "Servant CSV content-type for cassava"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "servant-checked-exceptions" = callPackage @@ -232379,6 +242084,7 @@ self: { ]; description = "Command line interface for Servant API clients"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; }) {}; "servant-client" = callPackage @@ -232455,6 +242161,8 @@ self: { ]; description = "A servant client for frontend JavaScript"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "servant-client-namedargs" = callPackage @@ -232530,6 +242238,8 @@ self: { libraryHaskellDepends = [ base servant ]; description = "Servant types for defining API with relational DBs"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "servant-db-postgresql" = callPackage @@ -232577,6 +242287,8 @@ self: { ]; description = "Servant Dhall content-type"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "servant-docs" = callPackage @@ -232625,6 +242337,8 @@ self: { ]; description = "Generate endpoints overview for Servant API"; license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "servant-ede" = callPackage @@ -232675,6 +242389,7 @@ self: { ]; description = "Helpers for using ekg with servant"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; }) {}; "servant-elm" = callPackage @@ -232697,6 +242412,8 @@ self: { ]; description = "Automatically derive Elm functions to query servant webservices"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "servant-errors" = callPackage @@ -232720,6 +242437,8 @@ self: { testToolDepends = [ markdown-unlit ]; description = "Servant Errors wai-middlware"; license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "servant-event-stream" = callPackage @@ -232848,6 +242567,8 @@ self: { libraryHaskellDepends = [ aeson base gdp servant-server text ]; description = "Use Servant and GDP together to create expressive web API types"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "servant-generate" = callPackage @@ -232861,6 +242582,8 @@ self: { libraryHaskellDepends = [ base servant servant-server ]; description = "Utilities for generating mock server implementations"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "servant-generic" = callPackage @@ -232877,6 +242600,8 @@ self: { ]; description = "Specify Servant APIs with records"; license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "servant-github" = callPackage @@ -232900,6 +242625,8 @@ self: { testHaskellDepends = [ base hspec QuickCheck ]; description = "Bindings to GitHub API using servant"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "servant-github-webhook" = callPackage @@ -232922,6 +242649,8 @@ self: { ]; description = "Servant combinators to facilitate writing GitHub webhooks"; license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "servant-haxl-client" = callPackage @@ -232949,6 +242678,7 @@ self: { ]; description = "automatical derivation of querying functions for servant webservices"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; }) {}; "servant-hmac-auth" = callPackage @@ -232973,6 +242703,8 @@ self: { testToolDepends = [ hspec-discover ]; description = "Servant authentication with HMAC"; license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "servant-htmx" = callPackage @@ -232988,6 +242720,8 @@ self: { testHaskellDepends = [ base servant-server text ]; description = "A library for using htmx with servant"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "servant-http-streams" = callPackage @@ -233064,6 +242798,8 @@ self: { ]; description = "Servant support for iCalendar"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "servant-jquery" = callPackage @@ -233082,6 +242818,7 @@ self: { ]; description = "Automatically derive (jquery) javascript functions to query servant webservices"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; }) {}; "servant-js" = callPackage @@ -233107,6 +242844,7 @@ self: { testToolDepends = [ hspec-discover ]; description = "Automatically derive javascript functions to query servant webservices"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; }) {}; "servant-jsonrpc" = callPackage @@ -233118,6 +242856,8 @@ self: { libraryHaskellDepends = [ aeson base servant ]; description = "JSON-RPC messages and endpoints"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "servant-jsonrpc-client" = callPackage @@ -233133,6 +242873,7 @@ self: { ]; description = "Generate JSON-RPC servant clients"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; }) {}; "servant-jsonrpc-server" = callPackage @@ -233148,6 +242889,7 @@ self: { ]; description = "JSON-RPC servant servers"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; }) {}; "servant-kotlin" = callPackage @@ -233173,6 +242915,8 @@ self: { ]; description = "Automatically derive Kotlin class to query servant webservices"; license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "servant-lucid" = callPackage @@ -233272,6 +243016,8 @@ self: { testToolDepends = [ hspec-discover ]; description = "Derive a mock server for free from your servant API types"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "servant-multipart" = callPackage @@ -233369,6 +243115,8 @@ self: { testHaskellDepends = [ base hspec named QuickCheck servant ]; description = "Combinators for servant providing named parameters"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "servant-nix" = callPackage @@ -233390,6 +243138,8 @@ self: { ]; description = "Servant Nix content-type"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "servant-openapi3" = callPackage @@ -233470,6 +243220,8 @@ self: { ]; description = "Use Pandoc to render servant API documentation"; license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "servant-pipes" = callPackage @@ -233532,6 +243284,8 @@ self: { libraryHaskellDepends = [ base resource-pool servant time ]; description = "Utility functions for creating servant 'Context's with \"context/connection pooling\" support"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "servant-postgresql" = callPackage @@ -233571,6 +243325,8 @@ self: { ]; description = "Servant Content-Type for proto-lens protobuf modules"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "servant-purescript" = callPackage @@ -233594,6 +243350,8 @@ self: { ]; description = "Generate PureScript accessor functions for you servant API"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "servant-pushbullet-client" = callPackage @@ -233613,6 +243371,7 @@ self: { ]; description = "Bindings to the Pushbullet API using servant-client"; license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; }) {}; "servant-py" = callPackage @@ -233634,6 +243393,8 @@ self: { ]; description = "Automatically derive python functions to query servant webservices"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "servant-quickcheck" = callPackage @@ -233662,6 +243423,8 @@ self: { testToolDepends = [ hspec-discover ]; description = "QuickCheck entire APIs"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "servant-rate-limit" = callPackage @@ -233684,6 +243447,7 @@ self: { ]; description = "Rate limiting for Servant"; license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; }) {}; "servant-rawm" = callPackage @@ -233757,6 +243521,7 @@ self: { ]; description = "Derive Reason types to interact with a Haskell backend"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; }) {}; "servant-reflex" = callPackage @@ -233779,6 +243544,8 @@ self: { ]; description = "servant API generator for reflex apps"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "servant-response" = callPackage @@ -233811,6 +243578,8 @@ self: { ]; description = "Servant router for non-server applications"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "servant-ruby" = callPackage @@ -233843,6 +243612,8 @@ self: { ]; description = "Generate a web service for servant 'Resource's using scotty and JSON"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "servant-seo" = callPackage @@ -233865,6 +243636,8 @@ self: { ]; description = "Generate Robots.txt and Sitemap.xml specification for your servant API."; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "servant-serf" = callPackage @@ -234000,6 +243773,8 @@ self: { ]; description = "Servant client for smsc.ru service for sending SMS to cell phones"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "servant-snap" = callPackage @@ -234060,6 +243835,8 @@ self: { ]; description = "Content-Types for rendering Mustache in servant"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "servant-static-th" = callPackage @@ -234086,6 +243863,8 @@ self: { ]; description = "Embed a directory of static files in your Servant server"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "servant-streaming" = callPackage @@ -234100,6 +243879,8 @@ self: { testHaskellDepends = [ base hspec http-types QuickCheck servant ]; description = "Servant combinators for the 'streaming' package"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "servant-streaming-client" = callPackage @@ -234194,6 +243975,8 @@ self: { ]; description = "Servant Stream support for streamly"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "servant-subscriber" = callPackage @@ -234220,7 +244003,6 @@ self: { executableHaskellDepends = [ base purescript-bridge ]; description = "When REST is not enough ..."; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; }) {}; "servant-swagger" = callPackage @@ -234366,6 +244148,7 @@ self: { ]; description = "Automatically generate Elm clients for Servant APIs"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; }) {}; "servant-tracing" = callPackage @@ -234417,6 +244200,7 @@ self: { ]; description = "TypeScript client generation for Servant"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; }) {}; "servant-util" = callPackage @@ -234463,6 +244247,7 @@ self: { testToolDepends = [ hspec-discover ]; description = "Servant servers utilities"; license = lib.licenses.mpl20; + hydraPlatforms = lib.platforms.none; }) {}; "servant-util-beam-pg" = callPackage @@ -234493,6 +244278,7 @@ self: { testToolDepends = [ hspec-discover ]; description = "Implementation of servant-util primitives for beam-postgres"; license = lib.licenses.mpl20; + hydraPlatforms = lib.platforms.none; }) {}; "servant-validate" = callPackage @@ -234552,6 +244338,8 @@ self: { ]; description = "Servant support for delivering WebAssembly"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "servant-websockets" = callPackage @@ -234610,6 +244398,8 @@ self: { ]; description = "Servant support for yaml"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "servant-zeppelin" = callPackage @@ -234621,6 +244411,8 @@ self: { libraryHaskellDepends = [ base singletons ]; description = "Types and definitions of servant-zeppelin combinators"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "servant-zeppelin-client" = callPackage @@ -234734,6 +244526,7 @@ self: { testToolDepends = [ hspec-discover ]; description = "Deploying Haskell code onto AWS Lambda using Serverless"; license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; }) {}; "serversession" = callPackage @@ -234804,6 +244597,8 @@ self: { ]; description = "Storage backend for serversession using persistent and an RDBMS"; license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "serversession-backend-redis" = callPackage @@ -234825,6 +244620,8 @@ self: { ]; description = "Storage backend for serversession using Redis"; license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "serversession-frontend-snap" = callPackage @@ -234877,6 +244674,8 @@ self: { ]; description = "Yesod bindings for serversession"; license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "services" = callPackage @@ -234894,6 +244693,8 @@ self: { testHaskellDepends = [ base tasty tasty-hunit ]; description = "Tools for building services"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "serviette" = callPackage @@ -234959,6 +244760,8 @@ self: { ]; description = "Snaplet for the ses-html package"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "sessions" = callPackage @@ -234973,6 +244776,8 @@ self: { ]; description = "Session Types for Haskell"; license = "GPL"; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "sessiontypes" = callPackage @@ -234994,6 +244799,8 @@ self: { testHaskellDepends = [ base directory exceptions hspec ]; description = "Session types library"; license = lib.licenses.gpl3Only; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "sessiontypes-distributed" = callPackage @@ -235080,6 +244887,8 @@ self: { libraryHaskellDepends = [ base containers ]; description = "Sets of fixed size, with typelits"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "set-with" = callPackage @@ -235097,6 +244906,8 @@ self: { ]; description = "Set of elements sorted by a different data type"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "setdown" = callPackage @@ -235145,6 +244956,8 @@ self: { executableHaskellDepends = [ base ]; description = "A console interface to the game of Set"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "setlocale" = callPackage @@ -235176,6 +244989,8 @@ self: { testToolDepends = [ tasty-discover ]; description = "A Haskell implementation of setoid"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "setop" = callPackage @@ -235253,6 +245068,8 @@ self: { libraryHaskellDepends = [ base mtl template-haskell ]; description = "Small (TH) library to declare setters for typical `record' data type fields"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "settings" = callPackage @@ -235288,6 +245105,8 @@ self: { ]; description = "S-Expression parsing/printing made fun and easy"; license = lib.licenses.gpl3Only; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "sexp-grammar" = callPackage @@ -235404,6 +245223,8 @@ self: { ]; description = "Lists, Texts, ByteStrings and Vectors with type-encoded length"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "sfml-audio" = callPackage @@ -235427,6 +245248,8 @@ self: { libraryHaskellDepends = [ base bytestring entropy primitive ]; description = "SIMD-oriented Fast Mersenne Twister(SFMT) binding"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "sfnt2woff" = callPackage @@ -235447,6 +245270,8 @@ self: { testHaskellDepends = [ base ]; description = "A command line tool to convert TrueType/OpenType fonts to WOFF format"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {inherit (pkgs) zlib;}; "sgd" = callPackage @@ -235471,6 +245296,8 @@ self: { ]; description = "Stochastic gradient descent library"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "sgf" = callPackage @@ -235528,6 +245355,8 @@ self: { ]; description = "Record your shell session and print in the markdown format"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "sha-streams" = callPackage @@ -235542,6 +245371,8 @@ self: { executableHaskellDepends = [ base io-streams SHA ]; description = "SHA hashes for io-streams"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "sha1" = callPackage @@ -235572,6 +245403,8 @@ self: { libraryHaskellDepends = [ base mtl transformers ]; description = "A control structure used to combine heterogenous types with delayed effects"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "shadower" = callPackage @@ -235594,6 +245427,8 @@ self: { ]; description = "An automated way to run doctests in files that are changing"; license = lib.licenses.publicDomain; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "shadowsocks" = callPackage @@ -235640,6 +245475,8 @@ self: { ]; description = "Functional GPU programming - DSEL & compiler"; license = "unknown"; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "shady-graphics" = callPackage @@ -235743,6 +245580,7 @@ self: { ]; description = "Rules for binary distributions"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; }) {}; "shake-c" = callPackage @@ -235770,6 +245608,8 @@ self: { ]; description = "Shake library for use with cabal"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "shake-cabal-build" = callPackage @@ -235785,6 +245625,8 @@ self: { ]; description = "Utility for building Shake build systems using Cabal sandboxes"; license = lib.licenses.asl20; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "shake-ccjs" = callPackage @@ -235812,6 +245654,8 @@ self: { testHaskellDepends = [ base tasty tasty-hunit ]; description = "Dhall dependencies"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "shake-elm" = callPackage @@ -235849,6 +245693,8 @@ self: { ]; description = "Extra utilities for shake build systems"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "shake-futhark" = callPackage @@ -235917,6 +245763,8 @@ self: { ]; description = "Shake Minify Rules"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "shake-minify-css" = callPackage @@ -235942,6 +245790,8 @@ self: { libraryHaskellDepends = [ base bytestring bzlib shake tar ]; description = "Shake File Pack Rule"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "shake-path" = callPackage @@ -235953,6 +245803,8 @@ self: { libraryHaskellDepends = [ base path path-io shake ]; description = "path alternatives to shake functions"; license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "shake-persist" = callPackage @@ -235970,6 +245822,8 @@ self: { executableHaskellDepends = [ base shake ]; description = "Shake build system on-disk caching"; license = lib.licenses.gpl3Only; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "shake-plus" = callPackage @@ -236002,6 +245856,7 @@ self: { ]; description = "Experimental extensions to shake-plus"; license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; }) {}; "shakebook" = callPackage @@ -236047,6 +245902,7 @@ self: { ]; description = "Shake-based technical documentation generator; HTML & PDF"; license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; }) {}; "shaker" = callPackage @@ -236131,6 +245987,8 @@ self: { ]; description = "compile es2015"; license = lib.licenses.publicDomain; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "shakespeare-css" = callPackage @@ -236182,6 +246040,8 @@ self: { ]; description = "SASS support for Shakespeare and Yesod"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "shakespeare-text" = callPackage @@ -236285,6 +246145,8 @@ self: { ]; description = "physics engine and other tools for 2D shapes"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "shapes-demo" = callPackage @@ -236304,6 +246166,7 @@ self: { ]; description = "demos for the 'shapes' package"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; }) {}; "shapes-math" = callPackage @@ -236355,6 +246218,8 @@ self: { ]; description = "A circular buffer built on shared memory"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "shared-fields" = callPackage @@ -236368,6 +246233,8 @@ self: { testHaskellDepends = [ base Cabal hspec lens text ]; description = "a tiny library for using shared lens fields"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "shared-memory" = callPackage @@ -236407,6 +246274,8 @@ self: { executableHaskellDepends = [ base filepath mtl ]; description = "A Haskell preprocessor adding miscellaneous features"; license = lib.licenses.publicDomain; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "shelduck" = callPackage @@ -236500,6 +246369,8 @@ self: { executableHaskellDepends = [ base ]; description = "Pipe streams through external shell commands"; license = "GPL"; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "shell-utility" = callPackage @@ -236527,6 +246398,8 @@ self: { ]; description = "shell-/perl- like (systems) programming in Haskell"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "shellmate" = callPackage @@ -236543,6 +246416,8 @@ self: { ]; description = "Simple interface for shell scripting in Haskell"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "shellmate-extras" = callPackage @@ -236784,6 +246659,8 @@ self: { ]; description = "The Reflective Lambda Machine"; license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "shine" = callPackage @@ -236813,6 +246690,8 @@ self: { isExecutable = true; description = "Examples for the shine package"; license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "shine-varying" = callPackage @@ -236843,6 +246722,8 @@ self: { ]; description = "Implementation of Shivers' Control-Flow Analysis"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "shoap" = callPackage @@ -236854,6 +246735,8 @@ self: { libraryHaskellDepends = [ base curl ]; description = "A very basic SOAP package"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "shopify" = callPackage @@ -236874,6 +246757,8 @@ self: { ]; description = "A haskell API binding for shopify.com"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "short-vec" = callPackage @@ -236907,6 +246792,8 @@ self: { ]; description = "Length-indexed vectors using SmallArray#"; license = lib.licenses.asl20; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "short-vec-lens" = callPackage @@ -236984,6 +246871,8 @@ self: { testHaskellDepends = [ base doctest ]; description = "Link shortcuts for use in text markup"; license = lib.licenses.mpl20; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "shorten-strings" = callPackage @@ -236995,6 +246884,8 @@ self: { libraryHaskellDepends = [ base text ]; description = "Shorten a variety of string-like types adding ellipsis"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "should-not-typecheck" = callPackage @@ -237069,6 +246960,8 @@ self: { ]; description = "Robust prettyprinter for output of auto-generated Show instances"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "show-type" = callPackage @@ -237094,7 +246987,6 @@ self: { executableHaskellDepends = [ base glade gtk random ]; description = "A simple gtk based Russian Roulette game"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; }) {}; "shower" = callPackage @@ -237227,6 +247119,8 @@ self: { ]; description = "Generate swift types from haskell types"; license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "si-clock" = callPackage @@ -237301,6 +247195,8 @@ self: { ]; description = "Simple, visual, functional language for learning about recursion"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "sifflet-lib" = callPackage @@ -237319,6 +247215,8 @@ self: { librarySystemDepends = [ gdk_x11 gtk_x11 ]; description = "Library of modules shared by sifflet and its tests and its exporters"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {gdk_x11 = null; gtk_x11 = null;}; "siggy-chardust" = callPackage @@ -237410,7 +247308,6 @@ self: { ]; description = "Deterministic serialisation and signatures with proto-lens support"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; }) {}; "signable-haskell-protoc" = callPackage @@ -237430,6 +247327,8 @@ self: { ]; description = "Deterministic serialisation and signatures with proto-lens support"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "signal" = callPackage @@ -237460,7 +247359,6 @@ self: { ]; description = "Synchronous signal processing for DSLs"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; }) {}; "signature" = callPackage @@ -237490,6 +247388,8 @@ self: { libraryHaskellDepends = [ base containers ]; description = "Multisets with negative membership"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "signify-hs" = callPackage @@ -237566,6 +247466,8 @@ self: { libraryHaskellDepends = [ base ghc-prim primitive vector ]; description = "simple interface to GHC's SIMD instructions"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "simgi" = callPackage @@ -237618,6 +247520,7 @@ self: { ]; description = "A minimalist web framework for the WAI server interface"; license = lib.licenses.lgpl3Only; + hydraPlatforms = lib.platforms.none; }) {}; "simple-actors" = callPackage @@ -237632,6 +247535,8 @@ self: { ]; description = "A library for more structured concurrent programming, based on the Actor Model"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "simple-affine-space" = callPackage @@ -237682,6 +247587,8 @@ self: { libraryHaskellDepends = [ base containers deepseq ]; description = "Atom (or symbol) datatype for fast comparision and sorting"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "simple-bluetooth" = callPackage @@ -237694,6 +247601,8 @@ self: { librarySystemDepends = [ bluetooth ]; description = "Simple Bluetooth API for Windows and Linux (bluez)"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {bluetooth = null;}; "simple-c-value" = callPackage @@ -237785,6 +247694,8 @@ self: { ]; description = "A simple streaming I/O library based on monadic folds"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "simple-config" = callPackage @@ -237802,6 +247713,8 @@ self: { testHaskellDepends = [ base hspec ]; description = "Simple config file parser generator"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "simple-css" = callPackage @@ -237817,6 +247730,8 @@ self: { ]; description = "simple binding of css and html"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "simple-download" = callPackage @@ -237832,6 +247747,8 @@ self: { ]; description = "A simple wrapper of http-conduit for file download"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "simple-effects" = callPackage @@ -237853,6 +247770,8 @@ self: { benchmarkHaskellDepends = [ base criterion mtl transformers ]; description = "A simple effect system that integrates with MTL"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "simple-enumeration" = callPackage @@ -237879,6 +247798,8 @@ self: { executableHaskellDepends = [ base text ]; description = "Evaluate a Text to an Integer: \"1 + 1\" -> 2"; license = lib.licenses.gpl2Only; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "simple-firewire" = callPackage @@ -237907,6 +247828,8 @@ self: { ]; description = "Forms that configure themselves based on type"; license = "unknown"; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "simple-genetic-algorithm" = callPackage @@ -237921,6 +247844,8 @@ self: { executableHaskellDepends = [ base deepseq parallel random ]; description = "Simple parallel genetic algorithm implementation"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "simple-genetic-algorithm-mr" = callPackage @@ -237967,6 +247892,8 @@ self: { ]; description = "Allows simple indexation on any data type"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "simple-log" = callPackage @@ -237987,6 +247914,8 @@ self: { testHaskellDepends = [ base hspec microlens-platform text ]; description = "Simple log for Haskell"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "simple-log-syslog" = callPackage @@ -237998,6 +247927,7 @@ self: { libraryHaskellDepends = [ base hsyslog simple-log text ]; description = "Syslog backend for simple-log"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; }) {}; "simple-logger" = callPackage @@ -238031,6 +247961,7 @@ self: { ]; description = "Logging effect to plug into the simple-effects framework"; license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; }) {}; "simple-ltl" = callPackage @@ -238088,6 +248019,8 @@ self: { libraryHaskellDepends = [ base containers ]; description = "Simple library to handle and interexchange money"; license = lib.licenses.publicDomain; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "simple-neural-networks" = callPackage @@ -238107,6 +248040,8 @@ self: { ]; description = "Simple parallel neural networks implementation"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "simple-nix" = callPackage @@ -238198,6 +248133,8 @@ self: { ]; description = "simple pipeline library like conduit"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "simple-postgresql-orm" = callPackage @@ -238215,6 +248152,7 @@ self: { ]; description = "Connector package for integrating postgresql-orm with the Simple web framework"; license = lib.licenses.lgpl3Only; + hydraPlatforms = lib.platforms.none; }) {}; "simple-reflect" = callPackage @@ -238237,6 +248175,8 @@ self: { libraryHaskellDepends = [ base bytestring QuickCheck ]; description = "Memory-efficient strings with concatenation and splitting"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "simple-sendfile" = callPackage @@ -238270,6 +248210,8 @@ self: { ]; description = "Simple Server interface"; license = "GPL"; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "simple-session" = callPackage @@ -238287,6 +248229,7 @@ self: { ]; description = "Cookie-based session management for the Simple web framework"; license = lib.licenses.lgpl3Only; + hydraPlatforms = lib.platforms.none; }) {}; "simple-sessions" = callPackage @@ -238323,6 +248266,8 @@ self: { testHaskellDepends = [ base mtl parsec pretty tasty tasty-hunit ]; description = "A parser for SQL"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "simple-src-utils" = callPackage @@ -238355,6 +248300,8 @@ self: { ]; description = "Simple stacked virtual machine: assembler, disassembler, bytecode interpreter"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "simple-tabular" = callPackage @@ -238366,6 +248313,8 @@ self: { libraryHaskellDepends = [ base ]; description = "Simple tabular-text formatter"; license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "simple-tar" = callPackage @@ -238381,6 +248330,8 @@ self: { ]; description = "Simple, pure, file-system-free reading of tar files"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "simple-templates" = callPackage @@ -238399,6 +248350,8 @@ self: { ]; description = "A basic template language for the Simple web framework"; license = lib.licenses.lgpl3Only; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "simple-text-format" = callPackage @@ -238432,6 +248385,8 @@ self: { ]; description = "UI library for terminal"; license = lib.licenses.gpl2Only; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "simple-units" = callPackage @@ -238444,6 +248399,8 @@ self: { testHaskellDepends = [ base doctest ]; description = "Simple arithmetic with SI units using type-checked dimensional analysis"; license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "simple-vec3" = callPackage @@ -238473,6 +248430,8 @@ self: { testHaskellDepends = [ base hspec lens ]; description = "Zippers made slightly easier"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "simpleargs" = callPackage @@ -238487,6 +248446,8 @@ self: { libraryHaskellDepends = [ base ]; description = "Provides a more flexible getArgs function with better error reporting"; license = "LGPL"; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "simpleconfig" = callPackage @@ -238503,6 +248464,8 @@ self: { ]; description = "Short description of your package"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "simpleirc" = callPackage @@ -238519,6 +248482,8 @@ self: { testHaskellDepends = [ base bytestring hspec HUnit knob ]; description = "Simple IRC Library"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "simpleirc-lens" = callPackage @@ -238572,6 +248537,8 @@ self: { ]; description = "Haskell interface for the simplenote API"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "simpleprelude" = callPackage @@ -238590,6 +248557,8 @@ self: { ]; description = "A simplified Haskell prelude for teaching"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "simplesmtpclient" = callPackage @@ -238603,6 +248572,8 @@ self: { libraryHaskellDepends = [ array base directory network old-time ]; description = "Very simple SMTP Client"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "simplessh" = callPackage @@ -238631,6 +248602,8 @@ self: { librarySystemDepends = [ sqlite ]; description = "Simplest SQLite3 binding"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {inherit (pkgs) sqlite;}; "simplex" = callPackage @@ -238719,6 +248692,8 @@ self: { ]; description = "SimpleXMQ message broker"; license = lib.licenses.agpl3Only; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "simplistic-generics" = callPackage @@ -238734,6 +248709,8 @@ self: { ]; description = "Generic programming without too many type classes"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "simpoole" = callPackage @@ -238829,6 +248806,8 @@ self: { testToolDepends = [ hspec-discover ]; description = "a class for single tuple implementations"; license = lib.licenses.asl20; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "singlethongs" = callPackage @@ -238865,6 +248844,8 @@ self: { libraryHaskellDepends = [ base singletons ]; description = "Typelevel balanced search trees via a singletonized Data.Map"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "singleton-nats" = callPackage @@ -238889,6 +248870,8 @@ self: { libraryHaskellDepends = [ base ]; description = "Singletons and induction over GHC TypeLits"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "singletons" = callPackage @@ -238923,7 +248906,6 @@ self: { ]; description = "A promoted and singled version of the base library"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; }) {}; "singletons-base_3_1" = callPackage @@ -239009,6 +248991,8 @@ self: { libraryHaskellDepends = [ base ]; description = "Singnal"; license = lib.licenses.agpl3Only; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "singular-factory" = callPackage @@ -239029,6 +249013,7 @@ self: { ]; description = "Multivariate polynomial factorization via bindings to Singular-factory"; license = "GPL"; + hydraPlatforms = lib.platforms.none; }) {singular-factory = null;}; "sink" = callPackage @@ -239040,6 +249025,8 @@ self: { libraryHaskellDepends = [ base ]; description = "An alternative to lazy I/O that doesn't conflate execution with evaluation"; license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "sint" = callPackage @@ -239157,6 +249144,7 @@ self: { libraryHaskellDepends = [ base lens taggy taggy-lens text ]; description = "Sitemap parser"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; }) {}; "sitemap-gen" = callPackage @@ -239193,6 +249181,8 @@ self: { ]; description = "A simple to understand static site generator"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "sixel" = callPackage @@ -239228,6 +249218,8 @@ self: { ]; description = "A six figure group of time"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "sixty-five-oh-two" = callPackage @@ -239283,6 +249275,8 @@ self: { ]; description = "Sized sequence data-types"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "sized-grid" = callPackage @@ -239307,6 +249301,8 @@ self: { testToolDepends = [ markdown-unlit ]; description = "Multidimensional grids with sized specified at compile time"; license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "sized-types" = callPackage @@ -239325,6 +249321,8 @@ self: { ]; description = "Sized types in Haskell using the GHC Nat kind"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "sized-vector" = callPackage @@ -239341,6 +249339,8 @@ self: { ]; description = "Size-parameterized vector types and functions"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "sizes" = callPackage @@ -239360,6 +249360,8 @@ self: { ]; description = "Recursively show space (size and i-nodes) used in subdirectories"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "sjsp" = callPackage @@ -239381,6 +249383,8 @@ self: { executableToolDepends = [ alex happy ]; description = "Simple JavaScript Profiler"; license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "skein" = callPackage @@ -239417,6 +249421,8 @@ self: { testToolDepends = [ tasty-discover ]; description = "Skeletal set - a set with equivalence relation different from equality"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "skeleton" = callPackage @@ -239470,6 +249476,8 @@ self: { ]; description = "An overly complex Haskell web framework"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "skemmtun" = callPackage @@ -239488,6 +249496,8 @@ self: { ]; description = "A MyAnimeList.net client."; license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "sketch-frp-copilot" = callPackage @@ -239504,6 +249514,7 @@ self: { ]; description = "FRP sketch programming with Copilot"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; }) {}; "skews" = callPackage @@ -239558,6 +249569,8 @@ self: { testHaskellDepends = [ base hspec QuickCheck ]; description = "Eclectic collection of utility functions"; license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "skylark-client" = callPackage @@ -239648,6 +249661,8 @@ self: { ]; description = "Customized Skylighting syntax highlighters"; license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "skylighting-lucid" = callPackage @@ -239661,6 +249676,8 @@ self: { ]; description = "Lucid support for Skylighting"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "skylighting-modding" = callPackage @@ -239689,6 +249706,8 @@ self: { ]; description = "Skype Desktop API binding for Haskell"; license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "skypelogexport" = callPackage @@ -239726,6 +249745,8 @@ self: { ]; description = "Haskell API for interacting with Slack"; license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "slack-api" = callPackage @@ -239749,6 +249770,8 @@ self: { testHaskellDepends = [ base ]; description = "Bindings to the Slack RTM API"; license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "slack-notify-haskell" = callPackage @@ -239768,6 +249791,8 @@ self: { executableHaskellDepends = [ base ]; description = "Slack notifier for Haskell project"; license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "slack-progressbar" = callPackage @@ -239811,6 +249836,8 @@ self: { ]; description = "Slack API Request Verification HMAC"; license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "slack-web" = callPackage @@ -239837,6 +249864,8 @@ self: { ]; description = "Bindings for the Slack web API"; license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "slate" = callPackage @@ -239864,6 +249893,7 @@ self: { ]; description = "A note taking CLI tool"; license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; }) {}; "slave-thread" = callPackage @@ -239884,6 +249914,8 @@ self: { ]; description = "A fundamental solution to ghost threads and silent exceptions"; license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "sleep" = callPackage @@ -239940,6 +249972,8 @@ self: { ]; description = "Python-ish slicing traversals for Haskell"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "slick" = callPackage @@ -239956,6 +249990,8 @@ self: { ]; description = "A quick & easy static site builder built with shake and pandoc"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "slidemews" = callPackage @@ -239990,6 +250026,8 @@ self: { testHaskellDepends = [ base hspec ]; description = "Functional reactive user interface programming"; license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "slip32" = callPackage @@ -240048,6 +250086,8 @@ self: { ]; description = "A command line interface to Sloane's OEIS"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "slope-field" = callPackage @@ -240082,6 +250122,8 @@ self: { ]; description = "Write lambdas without naming the parameters"; license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "sloth" = callPackage @@ -240093,6 +250135,8 @@ self: { libraryHaskellDepends = [ base mtl process ]; description = "Testing for minimal strictness"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "slotmap" = callPackage @@ -240126,6 +250170,8 @@ self: { ]; description = "Type-safe slugs for Yesod ecosystem"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "slugger" = callPackage @@ -240191,6 +250237,8 @@ self: { doHaddock = false; description = "Serialize to bytes"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "smallarray" = callPackage @@ -240202,6 +250250,8 @@ self: { libraryHaskellDepends = [ base bytestring deepseq hashable ]; description = "low-level unboxed arrays, with minimal features"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "smallcaps" = callPackage @@ -240224,6 +250274,8 @@ self: { ]; description = "Flatten camel case text in LaTeX files"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "smallcheck" = callPackage @@ -240254,6 +250306,8 @@ self: { benchmarkHaskellDepends = [ base gauge ]; description = "See README for more info"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "smallcheck-laws" = callPackage @@ -240265,6 +250319,7 @@ self: { libraryHaskellDepends = [ base smallcheck smallcheck-series ]; description = "SmallCheck properties for common laws"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; }) {}; "smallcheck-lens" = callPackage @@ -240280,6 +250335,7 @@ self: { ]; description = "SmallCheck properties for lens"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; }) {}; "smallcheck-series" = callPackage @@ -240299,6 +250355,8 @@ self: { ]; description = "Extra SmallCheck series and utilities"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "smallpt-hs" = callPackage @@ -240312,6 +250370,8 @@ self: { executableHaskellDepends = [ base vector ]; description = "A Haskell port of the smallpt path tracer"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "smallstring" = callPackage @@ -240374,6 +250434,8 @@ self: { ]; description = "A command line tool for working with sets and maps"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "smartGroup" = callPackage @@ -240387,6 +250449,8 @@ self: { ]; description = "group strings or bytestrings by words in common"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "smartcheck" = callPackage @@ -240407,6 +250471,8 @@ self: { ]; description = "A smarter QuickCheck"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "smartconstructor" = callPackage @@ -240418,6 +250484,8 @@ self: { libraryHaskellDepends = [ base template-haskell ]; description = "A package exposing a helper function for generating smart constructors"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "smarties" = callPackage @@ -240490,6 +250558,8 @@ self: { libraryHaskellDepends = [ aeson base smash unordered-containers ]; description = "Aeson support for the smash library"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "smash-lens" = callPackage @@ -240502,6 +250572,8 @@ self: { testHaskellDepends = [ base ]; description = "Optics for the `smash` library"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "smash-microlens" = callPackage @@ -240527,6 +250599,8 @@ self: { libraryHaskellDepends = [ base optics-core smash ]; description = "Optics for the `smash` library using `optics-core`"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "smawk" = callPackage @@ -240590,6 +250664,8 @@ self: { libraryHaskellDepends = [ base ]; description = "A library for Secure Multi-Execution in Haskell"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "smerdyakov" = callPackage @@ -240608,6 +250684,8 @@ self: { transformers yaml ]; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "smiles" = callPackage @@ -240619,6 +250697,8 @@ self: { libraryHaskellDepends = [ base megaparsec text ]; testHaskellDepends = [ base hspec megaparsec QuickCheck text ]; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "smith" = callPackage @@ -240690,6 +250770,8 @@ self: { libraryHaskellDepends = [ aeson base linear text vector ]; description = "Smooth curves via several interpolation modes"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "smsaero" = callPackage @@ -240706,6 +250788,8 @@ self: { ]; description = "SMSAero API and HTTP client based on servant library"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "smt" = callPackage @@ -240732,6 +250816,8 @@ self: { libraryHaskellDepends = [ array base directory polyparse ]; description = "Parsing and printing SMT-LIB"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "smt2-parser" = callPackage @@ -240744,6 +250830,8 @@ self: { testHaskellDepends = [ base HUnit parsec text ]; description = "A Haskell parser for SMT-LIB version 2.6"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "smtLib" = callPackage @@ -240773,6 +250861,8 @@ self: { ]; description = "A type-safe interface to communicate with an SMT solver"; license = lib.licenses.gpl3Only; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "smtlib2-debug" = callPackage @@ -240878,6 +250968,8 @@ self: { ]; description = "An SMTP client EDSL"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "smtp2mta" = callPackage @@ -240910,6 +251002,8 @@ self: { ]; description = "Gmail SMTP Client"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "smuggler" = callPackage @@ -240932,6 +251026,8 @@ self: { testHaskellDepends = [ base directory filepath ]; description = "GHC Source Plugin that helps to manage imports"; license = lib.licenses.mpl20; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "smuggler2" = callPackage @@ -240953,6 +251049,8 @@ self: { ]; description = "GHC Source Plugin that helps to minimise imports and generate explicit exports"; license = lib.licenses.mpl20; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "snake" = callPackage @@ -240966,6 +251064,8 @@ self: { executableHaskellDepends = [ base random split terminal-size ]; description = "A basic console snake game"; license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "snake-game" = callPackage @@ -240977,6 +251077,8 @@ self: { libraryHaskellDepends = [ base GLUT OpenGL random ]; description = "Snake Game Using OpenGL"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "snap" = callPackage @@ -241028,6 +251130,8 @@ self: { ]; description = "Accept header branching for the Snap web framework"; license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "snap-app" = callPackage @@ -241082,6 +251186,8 @@ self: { libraryHaskellDepends = [ base blaze-html clay snap-core ]; description = "blaze-html-clay integration for Snap"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "snap-configuration-utilities" = callPackage @@ -241095,6 +251201,8 @@ self: { ]; description = "Methods to manipulate Configurator objects for Snap & Snaplets"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "snap-core" = callPackage @@ -241174,6 +251282,8 @@ self: { ]; description = "Collect errors in batches and dispatch them"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "snap-extras" = callPackage @@ -241221,6 +251331,8 @@ self: { ]; description = "Language handling for Snap"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "snap-loader-dynamic" = callPackage @@ -241273,6 +251385,8 @@ self: { ]; description = "Declarative routing for Snap"; license = "unknown"; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "snap-routes" = callPackage @@ -241290,6 +251404,8 @@ self: { ]; description = "Typesafe URLs for Snap applications"; license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "snap-server" = callPackage @@ -241347,6 +251463,8 @@ self: { ]; description = "Streaming Snap handlers"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "snap-templates" = callPackage @@ -241391,6 +251509,8 @@ self: { ]; description = "A library for BDD-style testing with the Snap Web Framework"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "snap-utils" = callPackage @@ -241424,6 +251544,8 @@ self: { ]; description = "Type safe URLs for Snap"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "snaplet-acid-state" = callPackage @@ -241437,6 +251559,8 @@ self: { ]; description = "acid-state snaplet for Snap Framework"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "snaplet-actionlog" = callPackage @@ -241479,6 +251603,8 @@ self: { ]; description = "Snap framework snaplet for the AMQP library"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "snaplet-auth-acid" = callPackage @@ -241534,6 +251660,8 @@ self: { ]; description = "A Snaplet for CSS minification"; license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "snaplet-customauth" = callPackage @@ -241556,6 +251684,7 @@ self: { ]; description = "Alternate authentication snaplet"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; }) {}; "snaplet-environments" = callPackage @@ -241572,6 +251701,8 @@ self: { ]; description = "DEPRECATED! You should use standard Snap >= 0.9 \"environments\" functionality. It provided ability to easly read configuration based on given app environment given at command line, envs are defined in app configuration file"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "snaplet-fay" = callPackage @@ -241591,6 +251722,7 @@ self: { ]; description = "Fay integration for Snap with request- and pre-compilation"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; }) {}; "snaplet-ghcjs" = callPackage @@ -241678,6 +251810,8 @@ self: { ]; description = "Snap framework snaplet for the Logger API library"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "snaplet-i18n" = callPackage @@ -241719,6 +251853,8 @@ self: { ]; description = "Snap framework snaplet for the InfluxDB library"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "snaplet-lss" = callPackage @@ -241752,7 +251888,6 @@ self: { ]; description = "Snap framework snaplet for the Mandrill API library"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; }) {}; "snaplet-mongoDB" = callPackage @@ -241787,6 +251922,8 @@ self: { ]; description = "Minimalistic MongoDB Snaplet"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "snaplet-mysql-simple" = callPackage @@ -241856,6 +251993,8 @@ self: { ]; description = "persistent snaplet for the Snap Framework"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "snaplet-postgresql-simple" = callPackage @@ -241880,6 +252019,8 @@ self: { ]; description = "postgresql-simple snaplet for the Snap Framework"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "snaplet-postmark" = callPackage @@ -241913,6 +252054,8 @@ self: { ]; description = "Automatic (re)compilation of purescript projects"; license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "snaplet-recaptcha" = callPackage @@ -241950,6 +252093,8 @@ self: { ]; description = "Redis support for Snap Framework"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "snaplet-redson" = callPackage @@ -242023,6 +252168,8 @@ self: { ]; description = "Sass integration for Snap with request- and pre-compilation"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "snaplet-scoped-session" = callPackage @@ -242039,6 +252186,8 @@ self: { ]; description = "Modularised session state for Snaplets, in a Snaplet"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "snaplet-sedna" = callPackage @@ -242072,6 +252221,8 @@ self: { ]; description = "Snaplet for the ses-html package"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "snaplet-sqlite-simple" = callPackage @@ -242102,6 +252253,8 @@ self: { ]; description = "sqlite-simple snaplet for the Snap Framework"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "snaplet-sqlite-simple-jwt-auth" = callPackage @@ -242175,6 +252328,7 @@ self: { ]; description = "Typed session snaplets and continuation-based programming for the Snap web framework"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; }) {}; "snaplet-wordpress" = callPackage @@ -242231,6 +252385,8 @@ self: { libraryHaskellDepends = [ base bytestring conduit snappy ]; description = "Conduit bindings for Snappy (see snappy package)"; license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "snappy-framing" = callPackage @@ -242302,6 +252458,7 @@ self: { ]; description = "Tiny, declarative wrapper around ncurses"; license = lib.licenses.gpl3Only; + hydraPlatforms = lib.platforms.none; }) {}; "sneathlane-haste" = callPackage @@ -242325,6 +252482,8 @@ self: { libraryHaskellDepends = [ base containers pandoc process text ]; description = "Markdown tester"; license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "snippet-extractor" = callPackage @@ -242401,6 +252560,8 @@ self: { ]; description = "Strategic board game of medium complexity"; license = lib.licenses.gpl3Only; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "snow-white" = callPackage @@ -242456,6 +252617,8 @@ self: { ]; description = "A checksummed variation on Twitter's Snowflake UID generation algorithm"; license = lib.licenses.asl20; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "snowflake" = callPackage @@ -242534,6 +252697,8 @@ self: { ]; description = "snowtify send your result of `stack build` (`stack test`) to notify-daemon :dog2:"; license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "snumber" = callPackage @@ -242666,6 +252831,8 @@ self: { libraryHaskellDepends = [ base network transformers unix ]; description = "systemd socket activation library"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "socket-icmp" = callPackage @@ -242692,6 +252859,7 @@ self: { transformers unordered-containers vector ]; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; }) {}; "socket-sctp" = callPackage @@ -242705,6 +252873,8 @@ self: { testHaskellDepends = [ base bytestring socket ]; description = "STCP socket extensions library"; license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; + broken = true; }) {inherit (pkgs) lksctp-tools;}; "socket-unix" = callPackage @@ -242721,6 +252891,8 @@ self: { ]; description = "Unix domain sockets"; license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "socketed" = callPackage @@ -242747,6 +252919,8 @@ self: { ]; description = "simpe tool to serve piped data over http and websocket"; license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "socketio" = callPackage @@ -242775,6 +252949,8 @@ self: { ]; description = "Socket.IO server"; license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "sockets" = callPackage @@ -242822,6 +252998,8 @@ self: { ]; description = "Support for the Sockets and Pipes book"; license = lib.licenses.asl20; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "socketson" = callPackage @@ -242847,6 +253025,7 @@ self: { ]; description = "A small websocket backend provider"; license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; }) {}; "socks" = callPackage @@ -242871,6 +253050,8 @@ self: { libraryHaskellDepends = [ base containers mtl ]; description = "Sodium Reactive Programming (FRP) System"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "soegtk" = callPackage @@ -242883,6 +253064,8 @@ self: { libraryHaskellDepends = [ base cairo gtk old-time stm ]; description = "GUI functions as used in the book \"The Haskell School of Expression\""; license = lib.licenses.lgpl21Only; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "softfloat-hs" = callPackage @@ -242895,6 +253078,8 @@ self: { librarySystemDepends = [ softfloat ]; description = "Haskell bindings for SoftFloat"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {softfloat = null;}; "solana-staking-csvs" = callPackage @@ -242954,6 +253139,7 @@ self: { ]; description = "Simple typesafe web routing"; license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; }) {}; "solga-swagger" = callPackage @@ -243075,6 +253261,8 @@ self: { ]; description = "Sonic Visualiser"; license = "GPL"; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "sop-core" = callPackage @@ -243143,6 +253331,8 @@ self: { libraryHaskellDepends = [ base ]; description = "Efficient, type-safe sorted sequences"; license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "sorted-list" = callPackage @@ -243178,6 +253368,8 @@ self: { libraryHaskellDepends = [ base ]; description = "Utils for sorting"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "sorty" = callPackage @@ -243191,6 +253383,8 @@ self: { executableHaskellDepends = [ base bytestring ]; description = "Sort lines per file size"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "souffle-dsl" = callPackage @@ -243245,6 +253439,8 @@ self: { ]; description = "Souffle Datalog bindings for Haskell"; license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "sound-collage" = callPackage @@ -243339,6 +253535,8 @@ self: { ]; description = "Source constraints GHC plugin"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "sourcemap" = callPackage @@ -243378,6 +253576,8 @@ self: { ]; description = "Source/Sink/Transform: An alternative to lazy IO and iteratees"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "sox" = callPackage @@ -243433,6 +253633,8 @@ self: { ]; description = "DCPU-16 architecture utilities for Notch's 0x10c game"; license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "space" = callPackage @@ -243517,6 +253719,8 @@ self: { libraryHaskellDepends = [ base vector-space ]; description = "Space partition data structures. Currently only a QuadTree."; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "spaceprobe" = callPackage @@ -243604,6 +253808,8 @@ self: { ]; description = "Implementation of the SPAKE2 Password-Authenticated Key Exchange algorithm"; license = lib.licenses.asl20; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "spanout" = callPackage @@ -243621,6 +253827,8 @@ self: { ]; description = "A breakout clone written in netwire and gloss"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "sparkle" = callPackage @@ -243706,6 +253914,8 @@ self: { libraryHaskellDepends = [ base containers ]; description = "A sparse set-based parsing library for Haskell"; license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "sparse" = callPackage @@ -243733,6 +253943,8 @@ self: { benchmarkHaskellDepends = [ array base criterion deepseq vector ]; description = "A playground of sparse linear algebra primitives using Morton ordering"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "sparse-lin-alg" = callPackage @@ -243750,6 +253962,8 @@ self: { ]; description = "Effective linear algebra on sparse matrices"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "sparse-linear-algebra" = callPackage @@ -243794,6 +254008,8 @@ self: { ]; description = "typesafe tensor algebra library"; license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "sparsebit" = callPackage @@ -243817,6 +254033,8 @@ self: { libraryHaskellDepends = [ base containers ]; description = "A Logic Programming Library for Test-Data Generation"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "sparser" = callPackage @@ -243851,6 +254069,8 @@ self: { ]; description = "A unix-style (read from stdin, write to stdout) global hotkey daemon"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "spata" = callPackage @@ -243974,6 +254194,8 @@ self: { libraryHaskellDepends = [ base mtl ]; description = "Control.Applicative, Data.Foldable, Data.Traversable (compatibility package)"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "special-keys" = callPackage @@ -243991,6 +254213,8 @@ self: { ]; description = "Simple data types that help me here and there"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "special-values" = callPackage @@ -244075,6 +254299,8 @@ self: { ]; description = "Embedded specification language & model checker in Haskell"; license = lib.licenses.asl20; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "spectral-clustering" = callPackage @@ -244119,6 +254345,8 @@ self: { libraryHaskellDepends = [ base ghc-prim stm transformers ]; description = "A framework for safe, programmable, speculative parallelism"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "speculation-transformers" = callPackage @@ -244245,6 +254473,8 @@ self: { ]; description = "Haskell bindings to the Sphinx full-text searching daemon"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "sphinx-cli" = callPackage @@ -244277,6 +254507,8 @@ self: { executableHaskellDepends = [ base optparse-applicative ]; description = "Transform queries for sphinx input"; license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "spice" = callPackage @@ -244337,6 +254569,8 @@ self: { libraryHaskellDepends = [ base ]; description = "Some utilities for reading and writing SPIR-V files"; license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "spiros" = callPackage @@ -244363,6 +254597,8 @@ self: { testHaskellDepends = [ base doctest ]; description = "Spiros Boosalis's Custom Prelude"; license = lib.licenses.asl20; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "splay" = callPackage @@ -244374,6 +254610,8 @@ self: { libraryHaskellDepends = [ base ]; description = "Generic splay-based sequence representation"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "splaytree" = callPackage @@ -244393,6 +254631,8 @@ self: { ]; description = "Provides an annotated splay tree"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "splice" = callPackage @@ -244427,7 +254667,6 @@ self: { ]; description = "A parallel implementation of the Sorokina/Zeilfelder spline scheme"; license = lib.licenses.agpl3Only; - hydraPlatforms = lib.platforms.none; }) {}; "splines" = callPackage @@ -244498,6 +254737,8 @@ self: { testHaskellDepends = [ base invariant lens QuickCheck ]; description = "Split Epimorphisms and Monomorphisms"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "split-record" = callPackage @@ -244582,6 +254823,8 @@ self: { ]; description = "Use numerical ranges to split out certain lines from a file"; license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "splot" = callPackage @@ -244655,6 +254898,8 @@ self: { ]; description = "Spoon's utilities. Simple testing and nice looking error reporting."; license = lib.licenses.gpl3Only; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "spork" = callPackage @@ -244682,6 +254927,8 @@ self: { ]; description = "Spotify web API wrapper"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "spreadsheet" = callPackage @@ -244753,6 +255000,8 @@ self: { libraryHaskellDepends = [ base lens mtl vector ]; description = "An implementation of the Spritz RC4-like stream cipher in Haskell"; license = lib.licenses.bsd2; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "sproxy" = callPackage @@ -244777,7 +255026,6 @@ self: { ]; description = "HTTP proxy for authenticating users via OAuth2"; license = lib.licenses.mit; - hydraPlatforms = lib.platforms.none; }) {}; "sproxy-web" = callPackage @@ -244803,7 +255051,6 @@ self: { ]; description = "Web interface to sproxy database"; license = lib.licenses.mit; - hydraPlatforms = lib.platforms.none; }) {}; "sproxy2" = callPackage @@ -244829,7 +255076,6 @@ self: { ]; description = "Secure HTTP proxy for authenticating users via OAuth2"; license = lib.licenses.mit; - hydraPlatforms = lib.platforms.none; }) {}; "spsa" = callPackage @@ -244849,6 +255095,8 @@ self: { benchmarkHaskellDepends = [ base criterion hmatrix random ]; description = "Simultaneous Perturbation Stochastic Approximation Optimization Algorithm"; license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "spy" = callPackage @@ -244874,6 +255122,8 @@ self: { ]; description = "A compact file system watcher for Mac OS X, Linux and Windows"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "sql-simple" = callPackage @@ -244890,6 +255140,8 @@ self: { ]; description = "common middle-level sql client"; license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "sql-simple-mysql" = callPackage @@ -244981,6 +255233,8 @@ self: { testHaskellDepends = [ base filepath hspec temporary ]; description = "Haskell binding to sqlcipher"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {inherit (pkgs) openssl;}; "sqlcli" = callPackage @@ -245021,6 +255275,8 @@ self: { testHaskellDepends = [ base ]; description = "Haskell binding to sqlite3"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {inherit (pkgs) sqlite;}; "sqlite-simple" = callPackage @@ -245054,6 +255310,8 @@ self: { testHaskellDepends = [ base mtl sqlite-simple text ]; description = "Wrapper around errors from sqlite-simple"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "sqlite-simple-typed" = callPackage @@ -245082,6 +255340,8 @@ self: { libraryHaskellDepends = [ base convertible HDBC template-haskell ]; description = "Class and instances for conversion to list of SqlValue"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "sqsd-local" = callPackage @@ -245103,6 +255363,7 @@ self: { testHaskellDepends = [ base ]; description = "Initial project template from stack"; license = lib.licenses.mpl20; + hydraPlatforms = lib.platforms.none; }) {}; "squares" = callPackage @@ -245157,6 +255418,7 @@ self: { ]; description = "Squeal PostgreSQL Library"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; }) {}; "squeal-postgresql-ltree" = callPackage @@ -245226,7 +255488,6 @@ self: { ]; description = "A file-packing application"; license = "GPL"; - hydraPlatforms = lib.platforms.none; }) {}; "sr-extra" = callPackage @@ -245273,6 +255534,8 @@ self: { ]; description = "Build and install Debian packages completely from source"; license = "GPL"; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "srcloc" = callPackage @@ -245388,6 +255651,8 @@ self: { ]; description = "text UI for scanning with SANE"; license = lib.licenses.gpl3Only; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "sscgi" = callPackage @@ -245449,6 +255714,8 @@ self: { doCheck = false; description = "A pure-Haskell SSH server library"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "ssh-known-hosts" = callPackage @@ -245488,6 +255755,8 @@ self: { ]; description = "Proxy http-client via ssh tunnel"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "sshd-lint" = callPackage @@ -245617,6 +255886,8 @@ self: { ]; description = "Purely functional stable heaps (fair priority queues)"; license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "stable-maps" = callPackage @@ -245628,6 +255899,8 @@ self: { libraryHaskellDepends = [ base containers ghc-prim ]; description = "Heterogeneous maps keyed by StableNames"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "stable-marriage" = callPackage @@ -245640,6 +255913,8 @@ self: { testHaskellDepends = [ base ghc-prim ]; description = "algorithms around stable marriage"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "stable-memo" = callPackage @@ -245653,6 +255928,8 @@ self: { libraryHaskellDepends = [ base ghc-prim hashtables ]; description = "Memoization based on argument identity"; license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "stable-tree" = callPackage @@ -245852,6 +256129,8 @@ self: { ]; description = "Dead simple version bumping for hpack packages"; license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "stack-clean-old" = callPackage @@ -245882,6 +256161,8 @@ self: { executableHaskellDepends = [ base options text turtle ]; description = "Console program used to fix Stack build errors automatically"; license = lib.licenses.agpl3Only; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "stack-hpc-coveralls" = callPackage @@ -245908,7 +256189,6 @@ self: { ]; description = "Initial project template from stack"; license = lib.licenses.isc; - hydraPlatforms = lib.platforms.none; }) {}; "stack-lib" = callPackage @@ -245924,6 +256204,8 @@ self: { ]; description = "Wrapper to use stack as a library"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "stack-network" = callPackage @@ -245984,6 +256266,8 @@ self: { testHaskellDepends = [ base template-haskell ]; description = "Stack prisms"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "stack-run" = callPackage @@ -246003,6 +256287,8 @@ self: { ]; description = "An equivalent to cabal run for stack"; license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "stack-run-auto" = callPackage @@ -246076,6 +256362,8 @@ self: { libraryHaskellDepends = [ base transformers ]; description = "The basic stack type"; license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "stack-wrapper" = callPackage @@ -246092,6 +256380,8 @@ self: { executableHaskellDepends = [ base filepath process ]; description = "Call ghc within stack by calling ghc"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "stack-yaml" = callPackage @@ -246134,6 +256424,8 @@ self: { ]; description = "Convert stack projects to cabal.project + cabal.project.freeze"; license = lib.licenses.gpl3Only; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "stack2nix" = callPackage @@ -246160,6 +256452,8 @@ self: { testHaskellDepends = [ base hspec ]; description = "Convert stack.yaml files into Nix build instructions."; license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "stackage" = callPackage @@ -246246,6 +256540,8 @@ self: { executableHaskellDepends = [ base text ]; description = "A CLI library for stackage commands"; license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "stackage-curator" = callPackage @@ -246290,6 +256586,7 @@ self: { ]; description = "Tools for curating Stackage bundles"; license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; }) {}; "stackage-install" = callPackage @@ -246338,6 +256635,8 @@ self: { ]; description = "DEPRECATED Grab current metadata for all packages"; license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "stackage-query" = callPackage @@ -246432,6 +256731,8 @@ self: { ]; description = "Convert stack.yaml to cabal.project + cabal.project.freeze"; license = lib.licenses.gpl3Plus; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "stackage-types" = callPackage @@ -246451,6 +256752,8 @@ self: { ]; description = "Shared data types between various Stackage packages"; license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "stackage-update" = callPackage @@ -246644,6 +256947,7 @@ self: { doHaddock = false; description = "Haskell STatic ANalyser"; license = lib.licenses.mpl20; + hydraPlatforms = lib.platforms.none; }) {}; "standalone-derive-topdown" = callPackage @@ -246655,6 +256959,8 @@ self: { libraryHaskellDepends = [ base mtl template-haskell ]; description = "This package will derive class instance along the data type declaration tree. (Deprecated)"; license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "standalone-haddock" = callPackage @@ -246672,6 +256978,8 @@ self: { ]; description = "Generate standalone haddock documentation for a set of packages"; license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "star" = callPackage @@ -246718,6 +257026,8 @@ self: { ]; description = "A memcached client"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "starrover2" = callPackage @@ -246764,6 +257074,8 @@ self: { ]; description = "To be written"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "state" = callPackage @@ -246775,6 +257087,8 @@ self: { libraryHaskellDepends = [ arrows base mtl ]; description = "Data.State"; license = "LGPL"; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "state-bag" = callPackage @@ -246791,6 +257105,8 @@ self: { testHaskellDepends = [ base hspec transformers ]; description = "Monad transformers for holding bags of state"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "state-codes" = callPackage @@ -246816,6 +257132,8 @@ self: { testHaskellDepends = [ base checkers mtl QuickCheck ]; description = "MonadPlus for StateT"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "state-record" = callPackage @@ -246827,6 +257145,8 @@ self: { libraryHaskellDepends = [ base mtl template-haskell ]; description = "Better records for State monad states"; license = "GPL"; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "stateWriter" = callPackage @@ -246945,6 +257265,8 @@ self: { ]; description = "Type-safe and interoperable static values and closures"; license = lib.licenses.gpl3Plus; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "static-canvas" = callPackage @@ -246958,6 +257280,8 @@ self: { libraryHaskellDepends = [ base double-conversion free mtl text ]; description = "DSL to generate HTML5 Canvas javascript"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "static-closure" = callPackage @@ -247030,6 +257354,8 @@ self: { ]; description = "Tensors of statically known size"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "static-text" = callPackage @@ -247130,6 +257456,8 @@ self: { ]; description = "Functions for working with Dirichlet densities and mixtures on vectors"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "statistics-fusion" = callPackage @@ -247141,6 +257469,8 @@ self: { libraryHaskellDepends = [ base vector ]; description = "An implementation of high performance, minimal statistics functions"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "statistics-hypergeometric-genvar" = callPackage @@ -247156,6 +257486,8 @@ self: { ]; description = "Random variate generation from hypergeometric distributions"; license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "statistics-linreg" = callPackage @@ -247209,6 +257541,8 @@ self: { executableHaskellDepends = [ base statistics text vector ]; description = "command line statistics"; license = lib.licenses.gpl3Only; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "statsd" = callPackage @@ -247224,6 +257558,8 @@ self: { ]; description = "StatsD API"; license = lib.licenses.lgpl3Only; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "statsd-client" = callPackage @@ -247315,6 +257651,8 @@ self: { libraryHaskellDepends = [ base ]; description = "Get unix filesystem statistics with statfs, statvfs"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "staversion" = callPackage @@ -247345,6 +257683,8 @@ self: { testToolDepends = [ hspec-discover ]; description = "What version is the package X in stackage lts-Y.ZZ?"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "stb-image" = callPackage @@ -247368,6 +257708,8 @@ self: { testHaskellDepends = [ base hspec vector ]; description = "Image loading and writing microlibrary"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "stb-truetype" = callPackage @@ -247412,6 +257754,8 @@ self: { ]; description = "A library for implicit, monadic dataflow parallelism"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "std" = callPackage @@ -247434,6 +257778,8 @@ self: { libraryHaskellDepends = [ base parsec syb template-haskell ]; description = "Structure Data Library"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "stdf" = callPackage @@ -247456,6 +257802,8 @@ self: { ]; description = "Parse Structured Test Data Format (STDF)"; license = lib.licenses.gpl2Only; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "stdio" = callPackage @@ -247481,6 +257829,8 @@ self: { ]; description = "A simple and high performance IO toolkit for Haskell"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {inherit (pkgs) libuv;}; "steambrowser" = callPackage @@ -247494,6 +257844,8 @@ self: { executableHaskellDepends = [ base directory parsec transformers ]; description = "List and launch steam games from the cli"; license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "steeloverseer" = callPackage @@ -247524,6 +257876,8 @@ self: { ]; description = "A file watcher and development tool"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "stego-uuid" = callPackage @@ -247537,6 +257891,8 @@ self: { testHaskellDepends = [ base random uuid ]; description = "Generator and verifier for steganographic numbers"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "stemmer" = callPackage @@ -247548,6 +257904,8 @@ self: { libraryHaskellDepends = [ base ]; description = "Haskell bindings to the Snowball stemming library"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "stemmer-german" = callPackage @@ -247561,6 +257919,8 @@ self: { libraryHaskellDepends = [ base text ]; description = "Extract the stem of a German inflected word form"; license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "step-function" = callPackage @@ -247589,6 +257949,8 @@ self: { sha256 = "059k8g3wb4hkxk42vm83vv6kh3igrpf7fc97xvn3qai5rx3jmgqf"; libraryHaskellDepends = [ base containers mtl ]; license = "LGPL"; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "stern-brocot" = callPackage @@ -247606,6 +257968,8 @@ self: { benchmarkHaskellDepends = [ base criterion ]; description = "Positive rational numbers represented as paths in the Stern-Brocot tree"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "stgi" = callPackage @@ -247634,6 +257998,8 @@ self: { ]; description = "Educational implementation of the STG (Spineless Tagless G-machine)"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "stickyKeysHotKey" = callPackage @@ -247726,6 +258092,8 @@ self: { testHaskellDepends = [ async base HUnit stm tasty tasty-hunit ]; description = "Chunked Communication Queues"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "stm-conduit" = callPackage @@ -247813,6 +258181,8 @@ self: { testHaskellDepends = [ base hspec HUnit stm ]; description = "Conduits and STM operations for fire hoses"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "stm-hamt" = callPackage @@ -247907,6 +258277,8 @@ self: { testHaskellDepends = [ base QuickCheck stm ]; description = "Simple STM Promises for IO computations and external processes"; license = lib.licenses.lgpl3Only; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "stm-queue" = callPackage @@ -247969,6 +258341,8 @@ self: { ]; description = "retry statistics for STM transactions"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "stm-supply" = callPackage @@ -248022,6 +258396,8 @@ self: { ]; description = "Monadic composition of probabilistic functions and sampling"; license = lib.licenses.gpl3Only; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "stocks" = callPackage @@ -248124,6 +258500,8 @@ self: { libraryHaskellDepends = [ base mtl ]; description = "Storable type class for variable-sized data"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "storable-complex" = callPackage @@ -248185,6 +258563,8 @@ self: { libraryHaskellDepends = [ array base tagged vector ]; description = "Statically-sized array wrappers with Storable instances for FFI marshaling"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "storable-tuple" = callPackage @@ -248348,6 +258728,8 @@ self: { executableHaskellDepends = [ base regex-compat ]; description = "Simple Theorem Prover"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "str" = callPackage @@ -248364,6 +258746,8 @@ self: { ]; description = "A type class to abstract between many different string types"; license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "stratosphere" = callPackage @@ -248388,6 +258772,8 @@ self: { testToolDepends = [ hspec-discover ]; description = "EDSL for AWS CloudFormation"; license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "stratum-tool" = callPackage @@ -248408,6 +258794,7 @@ self: { ]; description = "Client for Stratum protocol"; license = lib.licenses.agpl3Only; + hydraPlatforms = lib.platforms.none; }) {}; "stratux" = callPackage @@ -248478,6 +258865,8 @@ self: { ]; description = "A library for reading JSON output from stratux"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "stratux-websockets" = callPackage @@ -248514,6 +258903,8 @@ self: { ]; description = "Initial project template from stack"; license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "stream-fusion" = callPackage @@ -248527,6 +258918,8 @@ self: { libraryHaskellDepends = [ base ]; description = "Faster Haskell lists using stream fusion"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "stream-monad" = callPackage @@ -248540,6 +258933,8 @@ self: { libraryHaskellDepends = [ base logict ]; description = "Simple, Fair and Terminating Backtracking Monad"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "streamdeck" = callPackage @@ -248551,6 +258946,8 @@ self: { libraryHaskellDepends = [ base bytestring hidapi mtl split ]; description = "Control library for the Elgato Stream Deck"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "streamed" = callPackage @@ -248569,6 +258966,8 @@ self: { ]; description = "Programmatically edit MIDI event streams via ALSA"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "streaming" = callPackage @@ -248625,7 +259024,6 @@ self: { ]; description = "Streaming conversion from/to base64"; license = lib.licenses.publicDomain; - hydraPlatforms = lib.platforms.none; }) {}; "streaming-benchmarks" = callPackage @@ -248646,6 +259044,8 @@ self: { ]; description = "Measures and compares the performance of streaming libraries"; license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "streaming-binary" = callPackage @@ -248701,7 +259101,6 @@ self: { ]; description = "Streaming interface for Brotli (RFC7932) compression"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; }) {}; "streaming-bytestring" = callPackage @@ -248744,6 +259143,8 @@ self: { ]; description = "Cassava support for the streaming ecosystem"; license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "streaming-commons" = callPackage @@ -248790,7 +259191,6 @@ self: { ]; description = "Concurrency support for the streaming ecosystem"; license = lib.licenses.mit; - hydraPlatforms = lib.platforms.none; }) {}; "streaming-conduit" = callPackage @@ -248807,6 +259207,8 @@ self: { testHaskellDepends = [ base conduit hspec streaming ]; description = "Bidirectional support between the streaming and conduit libraries"; license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "streaming-events" = callPackage @@ -248823,6 +259225,8 @@ self: { ]; description = "Client-side consumption of a ServerEvent"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "streaming-eversion" = callPackage @@ -248895,6 +259299,8 @@ self: { ]; description = "Streaming interface for LZMA/XZ compression"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "streaming-nonempty" = callPackage @@ -248929,6 +259335,8 @@ self: { ]; description = "A hand-written streaming byte parser for OpenStreetMap Protobuf data"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "streaming-pcap" = callPackage @@ -248950,6 +259358,8 @@ self: { ]; description = "Stream packets via libpcap"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "streaming-png" = callPackage @@ -248970,6 +259380,8 @@ self: { ]; description = "Perfectly streaming PNG image decoding"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "streaming-postgresql-simple" = callPackage @@ -248987,6 +259399,8 @@ self: { ]; description = "Stream postgresql-query results using the streaming library"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "streaming-process" = callPackage @@ -249011,7 +259425,6 @@ self: { ]; description = "Streaming support for running system process"; license = lib.licenses.mit; - hydraPlatforms = lib.platforms.none; }) {}; "streaming-sort" = callPackage @@ -249033,7 +259446,6 @@ self: { ]; description = "Sorting streams"; license = lib.licenses.mit; - hydraPlatforms = lib.platforms.none; }) {}; "streaming-utils" = callPackage @@ -249054,6 +259466,7 @@ self: { libraryPkgconfigDepends = [ zlib ]; description = "http, attoparsec, pipes and other utilities for the streaming libraries"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; }) {inherit (pkgs) zlib;}; "streaming-wai" = callPackage @@ -249167,6 +259580,8 @@ self: { ]; description = "Integration of streamly and binary"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "streamly-bytestring" = callPackage @@ -249217,6 +259632,8 @@ self: { ]; description = "CSV streaming support via cassava for the streamly ecosystem"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "streamly-examples" = callPackage @@ -249236,6 +259653,8 @@ self: { ]; description = "Examples for Streamly"; license = lib.licenses.asl20; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "streamly-fsnotify" = callPackage @@ -249289,6 +259708,8 @@ self: { benchmarkHaskellDepends = [ base directory gauge streamly ]; description = "Streamly combinators for LZ4 compression"; license = lib.licenses.asl20; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "streamly-posix" = callPackage @@ -249329,6 +259750,8 @@ self: { ]; description = "Use OS processes as stream transformation functions"; license = lib.licenses.asl20; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "streamproc" = callPackage @@ -249342,6 +259765,8 @@ self: { libraryHaskellDepends = [ base ]; description = "Stream Processer Arrow"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "streams" = callPackage @@ -249576,6 +260001,8 @@ self: { libraryHaskellDepends = [ base ghc syb ]; description = "Compiler plugin for making Haskell strict"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "strict-identity" = callPackage @@ -249667,6 +260094,8 @@ self: { libraryHaskellDepends = [ base lens strict-tuple ]; description = "Optics for the `strict-tuple` library"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "strict-types" = callPackage @@ -249733,6 +260162,8 @@ self: { libraryHaskellDepends = [ base deepseq ]; description = "Combinators for strictifying functions"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "string" = callPackage @@ -249802,6 +260233,8 @@ self: { ]; description = "Tests for the string-conv library"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "string-conversions" = callPackage @@ -249846,6 +260279,8 @@ self: { libraryHaskellDepends = [ base bytestring memory text ]; description = "Conversions between common string types, as well as Base16/Base32/Base64"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "string-interpolate" = callPackage @@ -249902,6 +260337,8 @@ self: { ]; description = "Tools for working with isomorphisms of strings"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "string-like" = callPackage @@ -249937,6 +260374,8 @@ self: { libraryHaskellDepends = [ base template-haskell ]; description = "QuasiQuoter for non-interpolated strings, texts and bytestrings"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "string-random" = callPackage @@ -250047,6 +260486,8 @@ self: { ]; description = "Transformations to several string-like types"; license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "stringprep" = callPackage @@ -250099,6 +260540,8 @@ self: { libraryHaskellDepends = [ base binary bytestring containers syb ]; description = "Memoize Strings as Atoms for fast comparison and sorting, with maps and sets"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "strio" = callPackage @@ -250144,6 +260587,8 @@ self: { ]; description = "A Haskell implementation of the Stripe API"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "stripe-concepts" = callPackage @@ -250171,6 +260616,8 @@ self: { ]; description = "Stripe API for Haskell - Pure Core"; license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "stripe-haskell" = callPackage @@ -250208,6 +260655,7 @@ self: { ]; description = "Unofficial Stripe client"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; }) {}; "stripe-http-client" = callPackage @@ -250248,6 +260696,7 @@ self: { doCheck = false; description = "Stripe API for Haskell - http-streams backend"; license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; }) {}; "stripe-scotty" = callPackage @@ -250264,7 +260713,6 @@ self: { ]; description = "Listen for Stripe webhook events with Scotty"; license = lib.licenses.mit; - hydraPlatforms = lib.platforms.none; }) {}; "stripe-servant" = callPackage @@ -250281,6 +260729,8 @@ self: { ]; description = "Unofficial Stripe servant types"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "stripe-signature" = callPackage @@ -250317,6 +260767,7 @@ self: { ]; description = "Tests for Stripe API bindings for Haskell"; license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; }) {}; "stripe-wreq" = callPackage @@ -250349,6 +260800,8 @@ self: { ]; description = "Stripe-Library"; license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "strips" = callPackage @@ -250472,6 +260925,7 @@ self: { ]; description = "Interface library for strongSwan SQL backend"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; }) {}; "strptime" = callPackage @@ -250535,6 +260989,8 @@ self: { testHaskellDepends = [ base HUnit mtl ]; description = "Initial project template from stack"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "structured" = callPackage @@ -250644,6 +261100,8 @@ self: { ]; description = "\"Advanced\" Data Structures"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "stt" = callPackage @@ -250660,6 +261118,8 @@ self: { ]; description = "A monad transformer version of the ST monad"; license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "stunclient" = callPackage @@ -250683,6 +261143,8 @@ self: { ]; description = "RFC 5389: Session Traversal Utilities for NAT (STUN) client"; license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "stunts" = callPackage @@ -250758,6 +261220,8 @@ self: { doHaddock = false; description = "Format Cabal files"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "stylish-haskell" = callPackage @@ -250823,6 +261287,8 @@ self: { libraryHaskellDepends = [ ansi-terminal base ]; description = "Ways to output stylized text on ANSI consoles"; license = "GPL"; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "styx" = callPackage @@ -250879,6 +261345,8 @@ self: { ]; description = "Get the total, put a single element"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "subG" = callPackage @@ -250890,6 +261358,8 @@ self: { libraryHaskellDepends = [ base ]; description = "Some extension to the Foldable and Monoid classes"; license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "subG-instances" = callPackage @@ -250901,6 +261371,7 @@ self: { libraryHaskellDepends = [ base subG vector ]; description = "Additional instances for the InsertLeft class from subG package"; license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; }) {}; "subcategories" = callPackage @@ -250978,6 +261449,8 @@ self: { ]; description = "Toolchain of subleq computer"; license = lib.licenses.gpl3Only; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "sublists" = callPackage @@ -250989,6 +261462,8 @@ self: { libraryHaskellDepends = [ base ]; description = "Allows to split lists into sublists with some patterns by quantity"; license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "submark" = callPackage @@ -251039,6 +261514,8 @@ self: { ]; description = "Subsample data"; license = lib.licenses.gpl3Only; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "substring-parser" = callPackage @@ -251094,6 +261571,8 @@ self: { testHaskellDepends = [ base QuickCheck ]; description = "Subword graph implementation"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "subzero" = callPackage @@ -251152,6 +261631,8 @@ self: { benchmarkHaskellDepends = [ base criterion random ]; description = "Simple and moderately efficient suffix array implementation"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "suffixarray" = callPackage @@ -251166,6 +261647,8 @@ self: { executableHaskellDepends = [ base HUnit ]; description = "n log n implementation of suffix array"; license = lib.licenses.gpl2Only; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "suffixtree" = callPackage @@ -251195,6 +261678,8 @@ self: { testHaskellDepends = [ base tasty tasty-hspec ]; description = "Legible data"; license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "sugar-json" = callPackage @@ -251215,6 +261700,7 @@ self: { testHaskellDepends = [ base sugar tasty tasty-hspec ]; description = "Sugar with JSON"; license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; }) {}; "sugar-scheme" = callPackage @@ -251231,6 +261717,7 @@ self: { testHaskellDepends = [ base sugar tasty tasty-hspec ]; description = "Sugar with Scheme"; license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; }) {}; "sugarhaskell" = callPackage @@ -251244,6 +261731,8 @@ self: { executableHaskellDepends = [ base process ]; description = "Library-based syntactic extensibility for Haskell"; license = "GPL"; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "suitable" = callPackage @@ -251257,6 +261746,8 @@ self: { libraryHaskellDepends = [ base containers ]; description = "Abstract over the constraints on the parameters to type constructors"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "sum-type-boilerplate" = callPackage @@ -251308,6 +261799,8 @@ self: { ]; description = "Tool for scaffolding fully configured batteries-included production-level Haskell projects"; license = lib.licenses.mpl20; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "summoner-tui" = callPackage @@ -251373,6 +261866,8 @@ self: { ]; description = "Test Cabalized package against multiple dependency versions"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "sunroof-compiler" = callPackage @@ -251390,6 +261885,8 @@ self: { ]; description = "Monadic Javascript Compiler"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "sunroof-examples" = callPackage @@ -251463,6 +261960,7 @@ self: { ]; description = "Configure your dotfile deployment with a DSL"; license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; }) {}; "superbubbles" = callPackage @@ -251477,6 +261975,8 @@ self: { testHaskellDepends = [ base containers hspec ]; description = "Find \"superbubbles\", as described in https://arxiv.org/abs/1307.7925"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "superbuffer" = callPackage @@ -251591,6 +262091,8 @@ self: { ]; description = "A simple opinionated event store implementation"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "supermonad" = callPackage @@ -251607,6 +262109,8 @@ self: { testHaskellDepends = [ base containers ghc QuickCheck ]; description = "Plugin and base library to support supermonads in Haskell"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "supernova" = callPackage @@ -251627,6 +262131,8 @@ self: { testHaskellDepends = [ aeson async base bytestring streamly text ]; description = "Apache Pulsar client for Haskell"; license = lib.licenses.asl20; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "supero" = callPackage @@ -251645,6 +262151,8 @@ self: { ]; description = "A Supercompiler"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "superrecord" = callPackage @@ -251664,6 +262172,8 @@ self: { ]; description = "Supercharged anonymous records"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "supervisor" = callPackage @@ -251677,6 +262187,8 @@ self: { ]; description = "Control an internal monad execution for trace generation, backtrakcking, testing and other purposes"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "supervisors" = callPackage @@ -251693,6 +262205,8 @@ self: { testHaskellDepends = [ base hspec ]; description = "Monitor groups of threads with non-hierarchical lifetimes"; license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "supplemented" = callPackage @@ -251711,6 +262225,8 @@ self: { ]; description = "Early termination for monads"; license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "surjective" = callPackage @@ -251722,6 +262238,8 @@ self: { libraryHaskellDepends = [ base lens mtl template-haskell ]; description = "An output coverage checker"; license = lib.licenses.publicDomain; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "suspend" = callPackage @@ -251811,6 +262329,7 @@ self: { ]; description = "Encode and decode separated values (CSV, PSV, ...)"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; }) {}; "sv-svfactor" = callPackage @@ -251848,6 +262367,8 @@ self: { executableToolDepends = [ alex happy ]; description = "SystemVerilog to Verilog conversion"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "svfactor" = callPackage @@ -251873,6 +262394,8 @@ self: { ]; description = "Syntax-preserving CSV manipulation"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "svg-builder" = callPackage @@ -251905,6 +262428,8 @@ self: { ]; description = "DSL for building SVG"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "svg-tree" = callPackage @@ -251997,6 +262522,8 @@ self: { executableHaskellDepends = [ base filepath xml ]; description = "Helper functions for dealing with SVG files"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "svm" = callPackage @@ -252021,6 +262548,8 @@ self: { libraryHaskellDepends = [ attoparsec base bytestring containers ]; description = "Parsers and formatters for the SVMlight input file format"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "svm-simple" = callPackage @@ -252037,6 +262566,8 @@ self: { ]; description = "Medium level, simplified, bindings to libsvm"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "svndump" = callPackage @@ -252055,6 +262586,8 @@ self: { ]; description = "Library for reading Subversion dump files"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "swagger" = callPackage @@ -252071,6 +262604,8 @@ self: { testHaskellDepends = [ aeson base bytestring tasty tasty-hunit ]; description = "Implementation of swagger data model"; license = "unknown"; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "swagger-petstore" = callPackage @@ -252098,6 +262633,8 @@ self: { ]; description = "Auto-generated openapi-petstore API Client"; license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "swagger-test" = callPackage @@ -252127,6 +262664,8 @@ self: { ]; description = "Testing of Swagger APIs"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "swagger2" = callPackage @@ -252196,6 +262735,8 @@ self: { ]; description = "Clojure without alphanumerics"; license = lib.licenses.lgpl3Only; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "sweet-egison" = callPackage @@ -252230,6 +262771,8 @@ self: { libraryHaskellDepends = [ base mtl pretty ]; description = "A library for creating Shockwave Flash (SWF) files"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "swift-lda" = callPackage @@ -252245,6 +262788,8 @@ self: { ]; description = "Online sampler for Latent Dirichlet Allocation"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "swish" = callPackage @@ -252287,6 +262832,8 @@ self: { testToolDepends = [ hspec-discover ]; description = "Haskell bindings for the Swiss Ephemeris C library"; license = lib.licenses.agpl3Only; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "swisstable" = callPackage @@ -252350,6 +262897,8 @@ self: { ]; description = "A simple web server for serving directories"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "sxml" = callPackage @@ -252388,6 +262937,8 @@ self: { libraryHaskellDepends = [ base eq prelude-extras ]; description = "Higher order versions of the Scrap Your Boilerplate classes"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "syb-with-class" = callPackage @@ -252404,6 +262955,8 @@ self: { testHaskellDepends = [ base HUnit ]; description = "Scrap Your Boilerplate With Class"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "syb-with-class-instances-text" = callPackage @@ -252415,6 +262968,7 @@ self: { libraryHaskellDepends = [ base syb-with-class text ]; description = "Scrap Your Boilerplate With Class Text instance"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; }) {}; "sydtest" = callPackage @@ -252442,6 +262996,7 @@ self: { testToolDepends = [ sydtest-discover ]; description = "A modern testing framework for Haskell with good defaults and advanced testing features"; license = "unknown"; + hydraPlatforms = lib.platforms.none; }) {}; "sydtest-aeson" = callPackage @@ -252459,6 +263014,7 @@ self: { testToolDepends = [ sydtest-discover ]; description = "An aeson companion library for sydtest"; license = "unknown"; + hydraPlatforms = lib.platforms.none; }) {}; "sydtest-amqp" = callPackage @@ -252514,6 +263070,7 @@ self: { testToolDepends = [ sydtest-discover ]; description = "A Hedgehog companion library for sydtest"; license = "unknown"; + hydraPlatforms = lib.platforms.none; }) {}; "sydtest-hedis" = callPackage @@ -252533,6 +263090,7 @@ self: { testToolDepends = [ sydtest-discover ]; description = "An hedis companion library for sydtest"; license = "unknown"; + hydraPlatforms = lib.platforms.none; }) {}; "sydtest-hspec" = callPackage @@ -252548,6 +263106,7 @@ self: { testToolDepends = [ sydtest-discover ]; description = "An Hspec companion library for sydtest"; license = "unknown"; + hydraPlatforms = lib.platforms.none; }) {}; "sydtest-mongo" = callPackage @@ -252567,6 +263126,7 @@ self: { testToolDepends = [ sydtest-discover ]; description = "An mongoDB companion library for sydtest"; license = "unknown"; + hydraPlatforms = lib.platforms.none; }) {}; "sydtest-persistent" = callPackage @@ -252587,6 +263147,7 @@ self: { testToolDepends = [ sydtest-discover ]; description = "A persistent companion library for sydtest"; license = "unknown"; + hydraPlatforms = lib.platforms.none; }) {}; "sydtest-persistent-postgresql" = callPackage @@ -252608,6 +263169,7 @@ self: { testToolDepends = [ sydtest-discover ]; description = "An persistent-postgresql companion library for sydtest"; license = "unknown"; + hydraPlatforms = lib.platforms.none; }) {}; "sydtest-persistent-sqlite" = callPackage @@ -252629,6 +263191,7 @@ self: { testToolDepends = [ sydtest-discover ]; description = "A persistent-sqlite companion library for sydtest"; license = "unknown"; + hydraPlatforms = lib.platforms.none; }) {}; "sydtest-process" = callPackage @@ -252644,6 +263207,7 @@ self: { testToolDepends = [ sydtest-discover ]; description = "A typed-process companion library for sydtest"; license = "unknown"; + hydraPlatforms = lib.platforms.none; }) {}; "sydtest-rabbitmq" = callPackage @@ -252663,6 +263227,7 @@ self: { testToolDepends = [ sydtest-discover ]; description = "An rabbitmq companion library for sydtest"; license = "unknown"; + hydraPlatforms = lib.platforms.none; }) {}; "sydtest-servant" = callPackage @@ -252683,6 +263248,7 @@ self: { testToolDepends = [ sydtest-discover ]; description = "A servant companion library for sydtest"; license = "unknown"; + hydraPlatforms = lib.platforms.none; }) {}; "sydtest-typed-process" = callPackage @@ -252698,6 +263264,7 @@ self: { testToolDepends = [ sydtest-discover ]; description = "A typed-process companion library for sydtest"; license = "unknown"; + hydraPlatforms = lib.platforms.none; }) {}; "sydtest-wai" = callPackage @@ -252719,6 +263286,7 @@ self: { testToolDepends = [ sydtest-discover ]; description = "A wai companion library for sydtest"; license = "unknown"; + hydraPlatforms = lib.platforms.none; }) {}; "sydtest-yesod" = callPackage @@ -252749,6 +263317,7 @@ self: { testToolDepends = [ sydtest-discover ]; description = "A yesod companion library for sydtest"; license = "unknown"; + hydraPlatforms = lib.platforms.none; }) {}; "syfco" = callPackage @@ -252769,6 +263338,8 @@ self: { ]; description = "Synthesis Format Conversion Tool / Library"; license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "sylvia" = callPackage @@ -252807,6 +263378,8 @@ self: { testHaskellDepends = [ base hashable QuickCheck ]; description = "Permutations, patterns, and statistics"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "sym-plot" = callPackage @@ -252835,6 +263408,8 @@ self: { ]; description = "Library for Typed Tagless-Final Higher-Order Composable DSL"; license = lib.licenses.gpl3Only; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "symantic-atom" = callPackage @@ -252889,6 +263464,8 @@ self: { ]; description = "Symantics for parsing and documenting a CLI"; license = lib.licenses.gpl3Only; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "symantic-document" = callPackage @@ -252955,6 +263532,8 @@ self: { ]; description = "symantic-http applied to the derivation of HTTP clients"; license = lib.licenses.gpl3Only; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "symantic-http-demo" = callPackage @@ -252981,6 +263560,7 @@ self: { ]; description = "Demo for symantic-http and its companion libraries"; license = lib.licenses.gpl3Only; + hydraPlatforms = lib.platforms.none; }) {}; "symantic-http-pipes" = callPackage @@ -253002,6 +263582,8 @@ self: { ]; description = "Streaming support through pipes for symantic-http"; license = lib.licenses.gpl3Only; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "symantic-http-server" = callPackage @@ -253047,6 +263629,7 @@ self: { ]; description = "Test symantic-http and its companion libraries"; license = lib.licenses.gpl3Only; + hydraPlatforms = lib.platforms.none; }) {}; "symantic-lib" = callPackage @@ -253102,6 +263685,8 @@ self: { doHaddock = false; description = "Parser combinators statically optimized and staged via typed meta-programming"; license = lib.licenses.agpl3Plus; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "symantic-xml" = callPackage @@ -253125,6 +263710,8 @@ self: { ]; description = "Library for reading, validating and writing XML"; license = lib.licenses.gpl3Only; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "symbiote" = callPackage @@ -253182,6 +263769,8 @@ self: { testHaskellDepends = [ base tasty tasty-hunit unix ]; description = "Symlink functions"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "symbols" = callPackage @@ -253208,6 +263797,8 @@ self: { testSystemDepends = [ gmp gmpxx symengine ]; description = "SymEngine symbolic mathematics engine for Haskell"; license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; + broken = true; }) {inherit (pkgs) gmp; inherit (pkgs) gmpxx; inherit (pkgs) symengine;}; @@ -253226,6 +263817,8 @@ self: { testSystemDepends = [ gmp gmpxx symengine ]; description = "SymEngine symbolic mathematics engine for Haskell"; license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; + broken = true; }) {inherit (pkgs) gmp; inherit (pkgs) gmpxx; inherit (pkgs) symengine;}; @@ -253282,6 +263875,8 @@ self: { libraryHaskellDepends = [ base stm ]; description = "A fast implementation of synchronous channels with a CML-like API"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "sync-mht" = callPackage @@ -253319,6 +263914,8 @@ self: { ]; description = "Fast incremental file transfer using Merkle-Hash-Trees"; license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "synchronous-channels" = callPackage @@ -253434,7 +264031,6 @@ self: { ]; description = "Reversible parsing and pretty-printing"; license = lib.licenses.mit; - hydraPlatforms = lib.platforms.none; }) {}; "syntax-attoparsec" = callPackage @@ -253450,7 +264046,6 @@ self: { ]; description = "Syntax instances for Attoparsec"; license = lib.licenses.mit; - hydraPlatforms = lib.platforms.none; }) {}; "syntax-example" = callPackage @@ -253469,7 +264064,6 @@ self: { ]; description = "Example application using syntax, a library for abstract syntax descriptions"; license = lib.licenses.mit; - hydraPlatforms = lib.platforms.none; }) {}; "syntax-example-json" = callPackage @@ -253488,7 +264082,6 @@ self: { ]; description = "Example JSON parser/pretty-printer"; license = lib.licenses.mit; - hydraPlatforms = lib.platforms.none; }) {}; "syntax-pretty" = callPackage @@ -253503,7 +264096,6 @@ self: { ]; description = "Syntax instance for pretty, the pretty printing library"; license = lib.licenses.mit; - hydraPlatforms = lib.platforms.none; }) {}; "syntax-printer" = callPackage @@ -253520,7 +264112,6 @@ self: { ]; description = "Text and ByteString printers for 'syntax'"; license = lib.licenses.mit; - hydraPlatforms = lib.platforms.none; }) {}; "syntax-trees" = callPackage @@ -253536,6 +264127,8 @@ self: { ]; description = "Convert between different Haskell syntax trees"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "syntax-trees-fork-bairyn" = callPackage @@ -253551,6 +264144,8 @@ self: { ]; description = "Convert between different Haskell syntax trees. Bairyn's fork."; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "syntaxnet-haskell" = callPackage @@ -253591,6 +264186,8 @@ self: { ]; description = "Audio signal processing coded in Haskell"; license = "GPL"; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "synthesizer-alsa" = callPackage @@ -253796,6 +264393,7 @@ self: { ]; description = "A replacement for System.Exit and System.Process."; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; }) {}; "sysinfo" = callPackage @@ -253835,6 +264433,8 @@ self: { testHaskellDepends = [ base basic-prelude chell system-filepath ]; description = "Abstract data type for canonical paths with some utilities"; license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "system-command" = callPackage @@ -253853,6 +264453,8 @@ self: { ]; description = "A replacement for System.Exit and System.Process"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "system-error" = callPackage @@ -253878,6 +264480,8 @@ self: { testHaskellDepends = [ base hspec QuickCheck ]; description = "A bunch of system utilities used by other projects"; license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "system-fileio" = callPackage @@ -253949,6 +264553,8 @@ self: { libraryHaskellDepends = [ base bytestring ]; description = "Binding to Linux's inotify interface"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "system-lifted" = callPackage @@ -253971,6 +264577,8 @@ self: { ]; description = "Lifted versions of System functions"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "system-linux-proc" = callPackage @@ -253987,6 +264595,8 @@ self: { testHaskellDepends = [ base directory hedgehog pretty-show ]; description = "A library for accessing the /proc filesystem in Linux"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "system-locale" = callPackage @@ -254003,6 +264613,8 @@ self: { testHaskellDepends = [ base hspec ]; description = "Get system locales"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "system-posix-redirect" = callPackage @@ -254040,6 +264652,8 @@ self: { ]; description = "Random number generation for extensible effects"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "system-test" = callPackage @@ -254059,6 +264673,8 @@ self: { testHaskellDepends = [ base HUnit ]; description = "Runs system tests of applications"; license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "system-time-monotonic" = callPackage @@ -254189,6 +264805,8 @@ self: { ]; description = "Matchers and grammars using tree regular expressions"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "t3-client" = callPackage @@ -254236,6 +264854,8 @@ self: { ]; description = "tic-tac-toe server"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "ta" = callPackage @@ -254280,6 +264900,8 @@ self: { ]; description = "Simple tool to generate tables from DSV input"; license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "table-layout" = callPackage @@ -254315,6 +264937,8 @@ self: { libraryHaskellDepends = [ base ]; description = "A table tennis game tracking engine"; license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "tableaux" = callPackage @@ -254332,6 +264956,8 @@ self: { ]; description = "An interactive theorem prover based on semantic tableaux"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "tables" = callPackage @@ -254355,6 +264981,8 @@ self: { ]; description = "In-memory storage with multiple keys using lenses and traversals"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "tablestorage" = callPackage @@ -254375,6 +265003,8 @@ self: { ]; description = "Azure Table Storage REST API Wrapper"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "tablize" = callPackage @@ -254410,6 +265040,8 @@ self: { ]; description = "View the output of shell commands in a table"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "tabs" = callPackage @@ -254424,6 +265056,8 @@ self: { executableHaskellDepends = [ base filepath monadlist mtl tagged ]; description = "Indents source files"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "tabular" = callPackage @@ -254494,6 +265128,8 @@ self: { libraryHaskellDepends = [ base ghc-prim ]; description = "Provides access to the dynamic pointer tagging bits used by GHC"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "tag-stream" = callPackage @@ -254576,6 +265212,8 @@ self: { ]; description = "Reflect exceptions using phantom types"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "tagged-identity" = callPackage @@ -254634,6 +265272,8 @@ self: { ]; description = "Simple wrappers for timing IO actions (single-threaded)"; license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "tagged-transformer" = callPackage @@ -254707,6 +265347,8 @@ self: { ]; description = "Lenses for the taggy html/xml parser"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "taglib" = callPackage @@ -254736,6 +265378,8 @@ self: { libraryPkgconfigDepends = [ taglib ]; description = "An FFI layer over TagLib's C bindings"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {inherit (pkgs) taglib;}; "tagset-positional" = callPackage @@ -254801,6 +265445,8 @@ self: { ]; description = "alternative parser for the tagsoup package"; license = "GPL"; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "tagsoup-megaparsec" = callPackage @@ -254817,6 +265463,8 @@ self: { ]; description = "A Tag token parser and Tag specific parsing combinators"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "tagsoup-navigate" = callPackage @@ -254846,6 +265494,8 @@ self: { libraryHaskellDepends = [ base parsec tagsoup ]; description = "Tokenizes Tag, so [ Tag ] can be used as parser input"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "tagsoup-selection" = callPackage @@ -254857,6 +265507,8 @@ self: { libraryHaskellDepends = [ base containers parsec tagsoup ]; description = "Selecting subtrees from TagSoup's TagTrees using CSS selectors"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "tagstew" = callPackage @@ -254877,7 +265529,6 @@ self: { ]; description = "Black magic tagsoup"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; }) {}; "tagstream-conduit" = callPackage @@ -254931,6 +265582,8 @@ self: { ]; description = "Support library to enable TAI usage on systems with time kept in UTC"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "tai64" = callPackage @@ -254949,6 +265602,8 @@ self: { testHaskellDepends = [ base doctest ]; description = "Tai64 Labels for Haskell"; license = lib.licenses.mpl20; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "tailfile-hinotify" = callPackage @@ -254999,6 +265654,8 @@ self: { ]; description = "Tailwind wrapped in Haskell"; license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "tak" = callPackage @@ -255019,6 +265676,8 @@ self: { ]; description = "A library encoding the rules of Tak, and a playtak.com client."; license = lib.licenses.bsd2; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "tak-ai" = callPackage @@ -255036,6 +265695,7 @@ self: { ]; description = "AI(s) for playing Tak on playtak.com"; license = lib.licenses.bsd2; + hydraPlatforms = lib.platforms.none; }) {}; "takahashi" = callPackage @@ -255048,6 +265708,8 @@ self: { libraryHaskellDepends = [ base lens monad-skeleton mtl ]; description = "create slide for presentation"; license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "takusen-oracle" = callPackage @@ -255062,6 +265724,8 @@ self: { librarySystemDepends = [ clntsh ]; description = "Database library with left-fold interface for Oracle"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {clntsh = null;}; "tal" = callPackage @@ -255100,6 +265764,8 @@ self: { executableHaskellDepends = [ base intro ]; description = "Line oriented fast enough text search"; license = lib.licenses.gpl3Only; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "tamarin-prover" = callPackage @@ -255188,6 +265854,8 @@ self: { ]; description = "Utility library for the tamarin prover"; license = "GPL"; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "tamper" = callPackage @@ -255254,6 +265922,8 @@ self: { testHaskellDepends = [ base hspec vector ]; description = "A tasty enhancement to cassava for easy csv exporting"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "tar" = callPackage @@ -255309,6 +265979,7 @@ self: { ]; description = "Reading, writing and manipulating \".tar\" archive files."; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; }) {}; "tar-conduit" = callPackage @@ -255589,6 +266260,8 @@ self: { ]; description = "Auto discovery for Tasty with support for ingredients and test tree generation"; license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "tasty-bdd" = callPackage @@ -255716,6 +266389,8 @@ self: { ]; description = "Adds the ability to fail a tasty test suite on first test failure"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "tasty-focus" = callPackage @@ -255773,6 +266448,8 @@ self: { testHaskellDepends = [ aeson base tasty tasty-hunit ]; description = "Grade your tasty-testsuite"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "tasty-groundhog-converters" = callPackage @@ -255849,6 +266526,8 @@ self: { ]; description = "Coverage tracking for Hedgehog Property-Based Testing via Tasty"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "tasty-hslua" = callPackage @@ -256124,6 +266803,8 @@ self: { ]; description = "Golden testing provider for tasty with muti-line diff output"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "tasty-prelude" = callPackage @@ -256256,6 +266937,8 @@ self: { ]; description = "Collect statistics of your Tasty testsuite"; license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "tasty-sugar" = callPackage @@ -256279,6 +266962,7 @@ self: { doHaddock = false; description = "Tests defined by Search Using Golden Answer References"; license = lib.licenses.isc; + hydraPlatforms = lib.platforms.none; }) {}; "tasty-tap" = callPackage @@ -256326,6 +267010,8 @@ self: { libraryHaskellDepends = [ base tasty ]; description = "Test vector support for tasty"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "tasty-th" = callPackage @@ -256463,6 +267149,8 @@ self: { ]; description = "tcache using Amazon Web Services as default persistence mechanism"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "tccli" = callPackage @@ -256514,6 +267202,8 @@ self: { libraryPkgconfigDepends = [ libtcod ]; description = "Bindings to libtcod roguelike engine"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {inherit (pkgs) libtcod;}; "tconfig" = callPackage @@ -256536,6 +267226,8 @@ self: { libraryHaskellDepends = [ base containers old-time ]; description = "A purely functional TCP implementation"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "tcp-streams" = callPackage @@ -256579,6 +267271,8 @@ self: { ]; description = "Tcp streams using openssl for tls support"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "tdd-util" = callPackage @@ -256651,6 +267345,8 @@ self: { ]; description = "Chart generation from tdigest"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "tdlib" = callPackage @@ -256744,6 +267440,8 @@ self: { ]; description = "TDoc is a typed document builder with support for (X)HTML"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "tds" = callPackage @@ -256765,6 +267463,8 @@ self: { executableHaskellDepends = [ base ]; description = "Pure Haskell TDS protocol implementation. Mainly for beam-mssql and beam-sybase"; license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "teams" = callPackage @@ -256776,6 +267476,8 @@ self: { libraryHaskellDepends = [ base containers fgl graphviz ]; description = "Graphical modeling tools for sequential teams"; license = "GPL"; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "teardown" = callPackage @@ -256852,6 +267554,8 @@ self: { doHaddock = false; description = "Procedures and Sequences"; license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "teeth" = callPackage @@ -256863,6 +267567,8 @@ self: { libraryHaskellDepends = [ base ]; description = "Dental data types"; license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "tehepero" = callPackage @@ -256878,6 +267584,8 @@ self: { ]; description = "Prettier error"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "telega" = callPackage @@ -256894,6 +267602,7 @@ self: { ]; description = "Telegram Bot API binding"; license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; }) {}; "telegram" = callPackage @@ -256909,6 +267618,8 @@ self: { ]; description = "Telegram API client"; license = lib.licenses.gpl2Only; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "telegram-api" = callPackage @@ -256938,6 +267649,8 @@ self: { ]; description = "Telegram Bot API bindings"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "telegram-bot" = callPackage @@ -257020,7 +267733,6 @@ self: { ]; description = "Servant bindings to the Telegram bot API"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; }) {}; "telegram-types" = callPackage @@ -257042,7 +267754,6 @@ self: { ]; description = "Types used in Telegram bot API"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; }) {}; "telegraph" = callPackage @@ -257065,6 +267776,8 @@ self: { ]; description = "Binding to the telegraph API"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "teleport" = callPackage @@ -257085,6 +267798,8 @@ self: { testHaskellDepends = [ base ]; description = "A tool to quickly switch between directories"; license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "teleshell" = callPackage @@ -257107,6 +267822,8 @@ self: { ]; description = "Telnet client and other things"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "tell" = callPackage @@ -257137,6 +267854,8 @@ self: { ]; description = "IRC tellbot"; license = lib.licenses.gpl3Only; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "tempered" = callPackage @@ -257191,6 +267910,8 @@ self: { libraryHaskellDepends = [ base data-default template-haskell ]; description = "declaring Default instances just got even easier"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "template-haskell_2_18_0_0" = callPackage @@ -257242,6 +267963,8 @@ self: { ]; description = "Some utilities for template Haskell"; license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "template-hsml" = callPackage @@ -257262,6 +267985,8 @@ self: { ]; description = "Haskell's Simple Markup Language"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "template-toolkit" = callPackage @@ -257281,6 +268006,8 @@ self: { ]; description = "Template Toolkit implementation for Haskell"; license = lib.licenses.gpl3Only; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "template-yj" = callPackage @@ -257292,6 +268019,8 @@ self: { libraryHaskellDepends = [ base bytestring text ]; description = "Process template file"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "templateify" = callPackage @@ -257305,6 +268034,8 @@ self: { executableHaskellDepends = [ base mtl tagsoup uniplate ]; description = "Make template from website"; license = lib.licenses.gpl3Only; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "templatepg" = callPackage @@ -257322,6 +268053,8 @@ self: { ]; description = "A PostgreSQL access library with compile-time SQL type inference"; license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "templater" = callPackage @@ -257376,6 +268109,8 @@ self: { ]; description = "A small Haskell wrapper around the TempoDB api"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "temporal-csound" = callPackage @@ -257393,6 +268128,8 @@ self: { ]; description = "library to make electronic music, brings together temporal-music-notation and csound-expression packages"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "temporal-media" = callPackage @@ -257514,6 +268251,8 @@ self: { executableToolDepends = [ happy ]; description = "Interpreter for the FRP language Tempus"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "tempus-fugit" = callPackage @@ -257601,6 +268340,8 @@ self: { testHaskellDepends = [ base QuickCheck random ]; description = "A completely type-safe library for linear algebra"; license = lib.licenses.gpl3Only; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "tensor-safe" = callPackage @@ -257624,6 +268365,8 @@ self: { ]; description = "Create valid deep neural network architectures"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "tensorflow" = callPackage @@ -257652,6 +268395,8 @@ self: { ]; description = "TensorFlow bindings"; license = lib.licenses.asl20; + hydraPlatforms = lib.platforms.none; + broken = true; }) {inherit (pkgs) libtensorflow;}; "tensorflow-core-ops" = callPackage @@ -257754,6 +268499,8 @@ self: { ]; description = "Code generation for TensorFlow operations"; license = lib.licenses.asl20; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "tensorflow-ops" = callPackage @@ -257878,6 +268625,8 @@ self: { testHaskellDepends = [ base containers HUnit QuickCheck ]; description = "Term Rewriting Library"; license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "termbox" = callPackage @@ -257923,6 +268672,8 @@ self: { executableHaskellDepends = [ base ]; description = "Bindings to the Termbox library"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "termcolor" = callPackage @@ -258042,6 +268793,8 @@ self: { libraryHaskellDepends = [ base containers contravariant ]; description = "Termination combinators for forcing non-terminating algorithms to terminate"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "terminfo_0_4_1_5" = callPackage @@ -258131,6 +268884,8 @@ self: { ]; description = "Plot time series in your terminal using commands stdout"; license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "terntup" = callPackage @@ -258148,6 +268903,8 @@ self: { ]; description = "a ternary library"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "terraform-http-backend-pass" = callPackage @@ -258201,6 +268958,8 @@ self: { ]; description = "A semantic parser for lojban"; license = lib.licenses.gpl3Only; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "tesla" = callPackage @@ -258230,6 +268989,8 @@ self: { ]; description = "Tesla API client"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "test-fixture" = callPackage @@ -258251,6 +269012,8 @@ self: { testToolDepends = [ hspec-discover ]; description = "Test monadic side-effects"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "test-framework" = callPackage @@ -258291,6 +269054,8 @@ self: { testHaskellDepends = [ base test-framework ]; description = "Test.Framework wrapper for DocTest"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "test-framework-golden" = callPackage @@ -258360,6 +269125,8 @@ self: { ]; description = "QuickCheck support for the test-framework package"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "test-framework-quickcheck2" = callPackage @@ -258397,7 +269164,6 @@ self: { ]; description = "test-sandbox support for the test-framework package"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; }) {}; "test-framework-skip" = callPackage @@ -258417,6 +269183,8 @@ self: { ]; description = "Functions for conveniently marking some of the tests in a suite as being skipped"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "test-framework-smallcheck" = callPackage @@ -258442,6 +269210,8 @@ self: { testHaskellDepends = [ base test-framework testing-feat ]; description = "A test framework provider for testing-feat"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "test-framework-th" = callPackage @@ -258473,6 +269243,8 @@ self: { ]; description = "Template Haskell for test framework"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "test-fun" = callPackage @@ -258574,6 +269346,8 @@ self: { libraryHaskellDepends = [ base ]; description = "Just tests Hackage"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "test-sandbox" = callPackage @@ -258646,7 +269420,6 @@ self: { libraryHaskellDepends = [ base HUnit lifted-base test-sandbox ]; description = "HUnit convenience functions for use with test-sandbox"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; }) {}; "test-sandbox-quickcheck" = callPackage @@ -258662,7 +269435,6 @@ self: { ]; description = "QuickCheck convenience functions for use with test-sandbox"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; }) {}; "test-shouldbe" = callPackage @@ -258676,6 +269448,8 @@ self: { testToolDepends = [ hspec-discover ]; description = "Catchy combinators for HUnit"; license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "test-simple" = callPackage @@ -258712,6 +269486,8 @@ self: { ]; description = "Write your tests in comments"; license = "GPL"; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "testPkg" = callPackage @@ -258725,6 +269501,8 @@ self: { executableHaskellDepends = [ base ]; description = "Small test package"; license = "unknown"; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "testbench" = callPackage @@ -258769,6 +269547,8 @@ self: { testToolDepends = [ hspec-discover tasty-discover ]; description = "Docker containers for your integration tests"; license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "testing-feat" = callPackage @@ -258813,6 +269593,8 @@ self: { ]; description = "Quick feedback loop for test suites"; license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "testpack" = callPackage @@ -258829,6 +269611,8 @@ self: { ]; description = "Test Utililty Pack for HUnit and QuickCheck (unmaintained)"; license = "LGPL"; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "testpattern" = callPackage @@ -258843,6 +269627,8 @@ self: { executableHaskellDepends = [ base filepath gtk ]; description = "Display a monitor test pattern"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "testrunner" = callPackage @@ -258857,6 +269643,8 @@ self: { ]; description = "Easy unit test driver framework"; license = "GPL"; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "tetris" = callPackage @@ -258905,6 +269693,8 @@ self: { executableHaskellDepends = [ base containers deepseq parsec ]; description = "LaTeX to plain-text conversion"; license = lib.licenses.gpl3Only; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "texbuilder" = callPackage @@ -258925,6 +269715,8 @@ self: { ]; description = "View your latex output while editing"; license = lib.licenses.gpl3Only; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "texmath" = callPackage @@ -259011,6 +269803,7 @@ self: { ]; description = "Everything Data.Text related in one package"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; }) {}; "text-and-plots" = callPackage @@ -259027,6 +269820,8 @@ self: { ]; description = "EDSL to create HTML documents with plots based on the C3.js library."; license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "text-ansi" = callPackage @@ -259057,6 +269852,8 @@ self: { ]; description = "ASCII string and character processing"; license = lib.licenses.asl20; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "text-binary" = callPackage @@ -259134,6 +269931,8 @@ self: { ]; description = "Memory-efficient string-indexed container types"; license = lib.licenses.gpl3Only; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "text-conversions" = callPackage @@ -259219,6 +270018,8 @@ self: { testHaskellDepends = [ base hspec time ]; description = "Full-weight string formatting library, analog of Python's string.format"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "text-format-simple" = callPackage @@ -259254,6 +270055,7 @@ self: { ]; description = "A generic, derivable, haskell pretty printer"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; }) {}; "text-icu" = callPackage @@ -259324,6 +270126,8 @@ self: { ]; description = "Dealing with Strict Text in NFC normalization"; license = lib.licenses.gpl3Only; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "text-icu-translit" = callPackage @@ -259407,6 +270211,8 @@ self: { testHaskellDepends = [ base hspec lens ]; description = "Lenses for operating over text"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "text-lips" = callPackage @@ -259422,6 +270228,8 @@ self: { ]; description = "Monadic parsing combinator library with attention to locations"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "text-loc" = callPackage @@ -259444,6 +270252,7 @@ self: { libraryHaskellDepends = [ base bytestring bytestring-handle text ]; description = "Encode and decode Text to/from ByteString using TextEncoding"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; }) {}; "text-manipulate" = callPackage @@ -259490,6 +270299,8 @@ self: { ]; description = "A data structure for mapping metadata to text subsequences"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "text-metrics" = callPackage @@ -259521,6 +270332,8 @@ self: { ]; description = "Unicode-normalized text"; license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "text-offset" = callPackage @@ -259539,6 +270352,8 @@ self: { ]; description = "Library for converting between line/column and byte offset"; license = lib.licenses.asl20; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "text-plus" = callPackage @@ -259570,6 +270385,8 @@ self: { testHaskellDepends = [ base QuickCheck regex-applicative ]; description = "Handling positions in text and position-tagging it"; license = lib.licenses.publicDomain; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "text-postgresql" = callPackage @@ -259638,6 +270455,8 @@ self: { testHaskellDepends = [ base base-unicode-symbols hspec lens text ]; description = "Marking text regions"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "text-register-machine" = callPackage @@ -259649,6 +270468,8 @@ self: { libraryHaskellDepends = [ base containers mtl vector ]; description = "A Haskell implementation of the 1# Text Register Machine"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "text-render" = callPackage @@ -259813,6 +270634,8 @@ self: { ]; description = "Library for Time parsing from Text into UTCTime"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "text-trie" = callPackage @@ -259830,6 +270653,8 @@ self: { ]; description = "An efficient finite map from Text to values, based on bytestring-trie"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "text-utf7" = callPackage @@ -259871,6 +270696,8 @@ self: { ]; description = "An efficient packed UTF-8 backed Unicode text type"; license = lib.licenses.bsd2; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "text-utils" = callPackage @@ -259911,6 +270738,8 @@ self: { libraryHaskellDepends = [ base parsec template-haskell xml ]; description = "Quasiquoter for xml. XML DSL in Haskell."; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "text-zipper" = callPackage @@ -259936,6 +270765,8 @@ self: { testHaskellDepends = [ base hspec text-zipper ]; description = "Monadic interface to the text-zipper package"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "text1" = callPackage @@ -259954,6 +270785,8 @@ self: { ]; description = "Non-empty values of `Data.Text`."; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "textPlot" = callPackage @@ -260015,6 +270848,8 @@ self: { ]; description = "Unofficial Haskell SDK for Textocat API -- http://textocat.com"; license = lib.licenses.asl20; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "texts" = callPackage @@ -260037,6 +270872,8 @@ self: { libraryHaskellDepends = [ base bytestring text utf8-string ]; description = "Textual type class for data that represent text"; license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "tf-random" = callPackage @@ -260071,6 +270908,8 @@ self: { libraryHaskellDepends = [ base template-haskell tfp ]; description = "Template-Haskell code for tfp"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "tftp" = callPackage @@ -260095,6 +270934,8 @@ self: { ]; description = "A library for building tftp servers"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "tga" = callPackage @@ -260106,6 +270947,8 @@ self: { libraryHaskellDepends = [ base bytestring ]; description = "Reading and writing of tga image files"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "th-abstraction" = callPackage @@ -260162,6 +271005,8 @@ self: { libraryHaskellDepends = [ base template-haskell ]; description = "More convenient construction of TH ASTs"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "th-cas" = callPackage @@ -260237,6 +271082,8 @@ self: { libraryHaskellDepends = [ base template-haskell ]; description = "Compatibility for data definition template of TH"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "th-desugar" = callPackage @@ -260293,6 +271140,8 @@ self: { libraryHaskellDepends = [ base constraints template-haskell ]; description = "Automatically discover available dictionaries at compile time"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "th-env" = callPackage @@ -260349,6 +271198,8 @@ self: { libraryHaskellDepends = [ base template-haskell ]; description = "TH fold generator"; license = lib.licenses.publicDomain; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "th-format" = callPackage @@ -260365,6 +271216,8 @@ self: { testHaskellDepends = [ base tasty tasty-hunit text ]; description = "Template Haskell based support for format strings"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "th-inline-io-action" = callPackage @@ -260376,6 +271229,8 @@ self: { libraryHaskellDepends = [ base template-haskell ]; description = "Simple inline IO action into compiled code using TH"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "th-instance-reification" = callPackage @@ -260396,6 +271251,8 @@ self: { ]; description = "Fixed versions of instances reification functions"; license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "th-instances" = callPackage @@ -260435,6 +271292,8 @@ self: { ]; description = "Automated kind inference in Template Haskell"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "th-kinds-fork" = callPackage @@ -260450,6 +271309,8 @@ self: { ]; description = "Automated kind inference in Template Haskell"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "th-lego" = callPackage @@ -260574,6 +271435,8 @@ self: { libraryHaskellDepends = [ base lens pretty template-haskell ]; description = "Simplify and render Template Haskell"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "th-printf" = callPackage @@ -260632,6 +271495,8 @@ self: { libraryHaskellDepends = [ base containers template-haskell ]; description = "Binding group analysis in Template Haskell"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "th-strict-compat" = callPackage @@ -260658,6 +271523,8 @@ self: { ]; description = "Typechecking in Template Haskell"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "th-test-utils" = callPackage @@ -260689,6 +271556,8 @@ self: { testHaskellDepends = [ base hspec template-haskell ]; description = "Provides a way to persist data from compile-time to runtime"; license = lib.licenses.isc; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "th-traced" = callPackage @@ -260700,6 +271569,8 @@ self: { libraryHaskellDepends = [ base containers mtl template-haskell ]; description = "Tracing Q monad computation"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "th-typegraph" = callPackage @@ -260773,6 +271644,8 @@ self: { testToolDepends = [ hspec-discover ]; description = "Give your dependencies stars on GitHub!"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "theatre" = callPackage @@ -260815,6 +271688,8 @@ self: { ]; description = "Haskell API bindings for http://themoviedb.org"; license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "themplate" = callPackage @@ -260861,6 +271736,8 @@ self: { ]; description = "All-in-one session handling for servant-based frontends"; license = "AGPL"; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "theoremquest" = callPackage @@ -260872,6 +271749,8 @@ self: { libraryHaskellDepends = [ base HTTP json utf8-string ]; description = "A common library for TheoremQuest, a theorem proving game"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "theoremquest-client" = callPackage @@ -260970,6 +271849,8 @@ self: { libraryHaskellDepends = [ base pretty ]; description = "Typing Haskell In Haskell"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "thimk" = callPackage @@ -261016,6 +271897,8 @@ self: { ]; description = "A modern TUI typing game featuring online racing against friends"; license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "thorn" = callPackage @@ -261034,6 +271917,8 @@ self: { ]; description = "Datatype Manipulation with Template Haskell"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "thread-hierarchy" = callPackage @@ -261079,6 +271964,8 @@ self: { testToolDepends = [ hspec-discover ]; description = "A simplified implementation of Erlang/OTP like supervisor over thread"; license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "thread-utils-context" = callPackage @@ -261156,6 +272043,8 @@ self: { libraryHaskellDepends = [ base containers ]; description = "(deprecated in favor of 'threads') Simple thread management"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "threads" = callPackage @@ -261240,6 +272129,8 @@ self: { ]; description = "A graphical tool for profiling parallel Haskell programs"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "threefish" = callPackage @@ -261274,6 +272165,8 @@ self: { ]; description = "Composable algebraic editors"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "threepenny-gui" = callPackage @@ -261314,6 +272207,8 @@ self: { executableHaskellDepends = [ base threepenny-gui ]; description = "Write simple nested context menus for threepenny-gui"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "threepenny-gui-flexbox" = callPackage @@ -261328,6 +272223,8 @@ self: { executableHaskellDepends = [ base threepenny-gui ]; description = "Flexbox layouts for Threepenny-gui"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "thrift" = callPackage @@ -261350,6 +272247,8 @@ self: { ]; description = "Haskell bindings for the Apache Thrift RPC system"; license = lib.licenses.asl20; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "thrist" = callPackage @@ -261389,6 +272288,8 @@ self: { ]; description = "Throttler between arbitrary IO producer and consumer functions"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "throttled" = callPackage @@ -261412,6 +272313,8 @@ self: { testHaskellDepends = [ base hspec QuickCheck ]; description = "Loop over an action but throttle it to a certain rate"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "through-text" = callPackage @@ -261443,6 +272346,8 @@ self: { testToolDepends = [ tasty-discover ]; description = "throwable-exceptions gives the easy way to throw exceptions"; license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "thumbnail" = callPackage @@ -261477,6 +272382,8 @@ self: { ]; description = "Generate thumbnails easily and safely"; license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "thumbnail-polish" = callPackage @@ -261524,6 +272431,8 @@ self: { ]; description = "A faster time library"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "tianbar" = callPackage @@ -261561,6 +272470,8 @@ self: { ]; description = "A desktop bar based on WebKit"; license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; + broken = true; }) {inherit (pkgs) gtk3; inherit (pkgs) webkitgtk;}; "tibetan-utils" = callPackage @@ -261662,6 +272573,8 @@ self: { libraryHaskellDepends = [ base tuples-homogenous-h98 vector ]; description = "3D Tic-Tac-Toe game"; license = lib.licenses.gpl3Only; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "tidal" = callPackage @@ -261706,6 +272619,8 @@ self: { ]; description = "MIDI support for tidal"; license = lib.licenses.gpl3Only; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "tidal-serial" = callPackage @@ -261740,6 +272655,8 @@ self: { executableHaskellDepends = [ base ]; description = "Visual rendering for Tidal patterns and osc messages"; license = lib.licenses.gpl3Only; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "tie-knot" = callPackage @@ -261751,6 +272668,8 @@ self: { libraryHaskellDepends = [ base containers mtl recursion-schemes ]; description = "\"Ties the knot\" on a given set of structures that reference each other by keys"; license = "LGPL"; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "tiempo" = callPackage @@ -261762,6 +272681,8 @@ self: { libraryHaskellDepends = [ base deepseq time ]; description = "Specify time intervals in different units (secs, mins, hours, etc.)"; license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "tiger" = callPackage @@ -261778,6 +272699,8 @@ self: { ]; description = "Tiger Compiler of Universiteit Utrecht"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "tight-apply" = callPackage @@ -261805,6 +272728,8 @@ self: { ]; description = "Nice API for a Slackbot"; license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "tighttp" = callPackage @@ -261953,6 +272878,8 @@ self: { libraryHaskellDepends = [ base time ]; description = "Data instances for the time package"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "time-exts" = callPackage @@ -262067,6 +272994,8 @@ self: { testHaskellDepends = [ base hspec HUnit mtl time tz ]; description = "A library to mock the current time"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "time-manager" = callPackage @@ -262141,6 +273070,8 @@ self: { testHaskellDepends = [ base hspec ]; description = "Quasi-quoter for UTCTime times"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "time-quote" = callPackage @@ -262157,6 +273088,8 @@ self: { ]; description = "Quasi-quoters for dates and times"; license = lib.licenses.gpl3Only; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "time-recurrence" = callPackage @@ -262174,6 +273107,8 @@ self: { ]; description = "Generate recurring dates"; license = lib.licenses.lgpl3Only; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "time-series" = callPackage @@ -262188,6 +273123,8 @@ self: { executableHaskellDepends = [ base ]; description = "Time series analysis"; license = lib.licenses.gpl2Only; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "time-series-lib" = callPackage @@ -262201,6 +273138,8 @@ self: { doHaddock = false; description = "Library for Time Series processing"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "time-units" = callPackage @@ -262225,6 +273164,8 @@ self: { libraryHaskellDepends = [ base convertible parsec time ]; description = "Parse, format and convert W3C Date and Time"; license = lib.licenses.publicDomain; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "time-warp" = callPackage @@ -262275,6 +273216,8 @@ self: { isExecutable = true; executableHaskellDepends = [ base haskeline uu-parsinglib ]; license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "timeconsole" = callPackage @@ -262397,6 +273340,8 @@ self: { time unordered-containers ]; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "timeout" = callPackage @@ -262413,6 +273358,8 @@ self: { ]; description = "Generalized sleep and timeout functions"; license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "timeout-control" = callPackage @@ -262439,6 +273386,8 @@ self: { libraryHaskellDepends = [ base deepseq mtl parallel ]; description = "Runs a time-limited computation alowing it to return intermediate results"; license = "LGPL"; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "timeparsers" = callPackage @@ -262454,6 +273403,8 @@ self: { ]; description = "Attoparsec parsers for various Date/Time formats"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "timeplot" = callPackage @@ -262575,6 +273526,7 @@ self: { ]; description = "Library for Time Series processing"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; }) {}; "timespan" = callPackage @@ -262646,6 +273598,8 @@ self: { testHaskellDepends = [ base hspec microlens time ]; description = "Time utilities"; license = lib.licenses.gpl3Only; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "timezone-detect" = callPackage @@ -262665,6 +273619,8 @@ self: { testToolDepends = [ hspec-discover ]; description = "Haskell bindings for the zone-detect C library; plus tz-aware utils"; license = lib.licenses.gpl2Only; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "timezone-olson" = callPackage @@ -262777,6 +273733,8 @@ self: { testHaskellDepends = [ base require ]; description = "A softer alternative to Haddock"; license = lib.licenses.asl20; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "tiny-scheduler" = callPackage @@ -262788,6 +273746,8 @@ self: { libraryHaskellDepends = [ async base time ]; description = "tiny no-brainer job scheduler"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "tinyMesh" = callPackage @@ -262828,6 +273788,8 @@ self: { ]; description = "A fast DOM parser for a subset of XML"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "tinyfiledialogs" = callPackage @@ -262869,6 +273831,8 @@ self: { testHaskellDepends = [ base QuickCheck text ]; description = "A tiny text templating library"; license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "tip-haskell-frontend" = callPackage @@ -262934,6 +273898,8 @@ self: { testHaskellDepends = [ aeson base hspec vector ]; description = "Navigating and editing JSON data"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "titan" = callPackage @@ -262980,6 +273946,8 @@ self: { ]; description = "Testing Infrastructure for Temporal AbstractioNs - Interactive Yampa debugging layer"; license = lib.licenses.gpl3Only; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "titan-record-yampa" = callPackage @@ -262991,6 +273959,8 @@ self: { libraryHaskellDepends = [ base Yampa ]; description = "Testing Infrastructure for Temporal AbstractioNs - Yampa record-and-replay layer"; license = lib.licenses.gpl3Only; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "titlecase" = callPackage @@ -263025,6 +273995,8 @@ self: { testHaskellDepends = [ HUnit test-framework test-framework-hunit ]; description = "Simple Presentation Utility"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "tkyprof" = callPackage @@ -263051,6 +274023,8 @@ self: { ]; description = "A web-based visualizer for GHC Profiling Reports"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "tld" = callPackage @@ -263106,6 +274080,7 @@ self: { testToolDepends = [ hspec-discover ]; description = "A lexer generator"; license = "(Apache-2.0 OR MPL-2.0)"; + hydraPlatforms = lib.platforms.none; }) {}; "tlex-core" = callPackage @@ -263129,6 +274104,7 @@ self: { testToolDepends = [ hspec-discover ]; description = "A lexer generator"; license = "(Apache-2.0 OR MPL-2.0)"; + hydraPlatforms = lib.platforms.none; }) {}; "tlex-debug" = callPackage @@ -263151,6 +274127,7 @@ self: { testToolDepends = [ hspec-discover ]; description = "Debug utilities for Tlex"; license = "(Apache-2.0 OR MPL-2.0)"; + hydraPlatforms = lib.platforms.none; }) {}; "tlex-encoding" = callPackage @@ -263173,6 +274150,7 @@ self: { testToolDepends = [ hspec-discover ]; description = "Encoding plugin for Tlex"; license = "(Apache-2.0 OR MPL-2.0)"; + hydraPlatforms = lib.platforms.none; }) {}; "tlex-th" = callPackage @@ -263196,6 +274174,7 @@ self: { testToolDepends = [ hspec-discover ]; description = "TemplateHaskell plugin for Tlex"; license = "(Apache-2.0 OR MPL-2.0)"; + hydraPlatforms = lib.platforms.none; }) {}; "tls" = callPackage @@ -263419,6 +274398,8 @@ self: { testHaskellDepends = [ base hspec ]; description = "Shows how to test a simple service using tmp-proc"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "tmp-proc-postgres" = callPackage @@ -263570,6 +274551,8 @@ self: { ]; description = "A type class and some utilities for generating Haskell code"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "to-string-class" = callPackage @@ -263583,6 +274566,8 @@ self: { libraryHaskellDepends = [ base ]; description = "Converting string-like types to Strings"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "to-string-instances" = callPackage @@ -263625,6 +274610,8 @@ self: { libraryHaskellDepends = [ base ]; description = "A todo bottom"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "todos" = callPackage @@ -263650,6 +274637,7 @@ self: { ]; description = "Easy-to-use TODOs manager"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; }) {}; "tofromxml" = callPackage @@ -263668,6 +274656,8 @@ self: { ]; description = "Reading and writing Haskell data from and to XML"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "toilet" = callPackage @@ -263699,6 +274689,8 @@ self: { testHaskellDepends = [ base time ]; description = "Rate limiter using lazy bucket algorithm"; license = lib.licenses.gpl3Only; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "token-limiter" = callPackage @@ -263720,6 +274712,8 @@ self: { ]; description = "Fast rate limiting using the token bucket algorithm (BSD)"; license = lib.licenses.bsd2; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "token-limiter-concurrent" = callPackage @@ -263737,6 +274731,7 @@ self: { testToolDepends = [ sydtest-discover ]; description = "A thread-safe concurrent token-bucket rate limiter that guarantees fairness"; license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; }) {}; "token-search" = callPackage @@ -263762,6 +274757,8 @@ self: { text unordered-containers ]; license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "tokenify" = callPackage @@ -263773,6 +274770,8 @@ self: { libraryHaskellDepends = [ base containers text ]; description = "A regex lexer"; license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "tokenize" = callPackage @@ -263816,6 +274815,8 @@ self: { ]; description = "A variant of tokenizer-monad that supports streaming"; license = lib.licenses.gpl3Only; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "tokstyle" = callPackage @@ -263841,6 +274842,8 @@ self: { testToolDepends = [ hspec-discover ]; description = "TokTok C code style checker"; license = lib.licenses.gpl3Only; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "toktok" = callPackage @@ -263874,6 +274877,8 @@ self: { testSystemDepends = [ tokyocabinet ]; description = "Haskell binding of Tokyo Cabinet"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {inherit (pkgs) tokyocabinet;}; "tokyotyrant-haskell" = callPackage @@ -263890,6 +274895,8 @@ self: { platforms = [ "aarch64-linux" "armv7l-linux" "i686-linux" "x86_64-linux" ]; + hydraPlatforms = lib.platforms.none; + broken = true; }) {inherit (pkgs) tokyocabinet; inherit (pkgs) tokyotyrant;}; "tomato-rubato-openal" = callPackage @@ -263901,6 +274908,8 @@ self: { libraryHaskellDepends = [ base OpenAL stm vector ]; description = "Easy to use library for audio programming"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "toml" = callPackage @@ -263917,6 +274926,8 @@ self: { attoparsec base bytestring containers old-locale time ]; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "toml-parser" = callPackage @@ -263931,6 +274942,8 @@ self: { libraryToolDepends = [ alex happy ]; description = "Parser for the TOML configuration language"; license = lib.licenses.isc; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "tomland" = callPackage @@ -263974,6 +274987,7 @@ self: { ]; description = "Command-line tool to check syntax of TOML files"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; }) {}; "tonalude" = callPackage @@ -263986,6 +275000,8 @@ self: { testHaskellDepends = [ base bytestring doctest Glob rio unliftio ]; description = "A standard library for Tonatona framework"; license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "tonaparser" = callPackage @@ -264000,6 +275016,8 @@ self: { testHaskellDepends = [ base doctest envy Glob rio say tonatona ]; description = "Scalable way to pass runtime configurations for tonatona"; license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "tonatona" = callPackage @@ -264012,6 +275030,7 @@ self: { testHaskellDepends = [ base doctest Glob rio tonaparser ]; description = "meta application framework"; license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; }) {}; "tonatona-google-server-api" = callPackage @@ -264034,6 +275053,7 @@ self: { ]; description = "tonatona plugin for google-server-api"; license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; }) {}; "tonatona-logger" = callPackage @@ -264046,6 +275066,7 @@ self: { testHaskellDepends = [ base doctest Glob rio tonaparser tonatona ]; description = "tonatona plugin for logging"; license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; }) {}; "tonatona-persistent-postgresql" = callPackage @@ -264066,6 +275087,7 @@ self: { ]; description = "tonatona plugin for accessing PostgreSQL database"; license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; }) {}; "tonatona-persistent-sqlite" = callPackage @@ -264086,6 +275108,7 @@ self: { ]; description = "tonatona plugin for accessing Sqlite database"; license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; }) {}; "tonatona-servant" = callPackage @@ -264109,6 +275132,7 @@ self: { ]; description = "tonatona plugin for servant"; license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; }) {}; "too-many-cells" = callPackage @@ -264188,6 +275212,8 @@ self: { ]; description = "Manage the TODO entries in your code"; license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "toolshed" = callPackage @@ -264308,6 +275334,8 @@ self: { libraryHaskellDepends = [ base mtl parallel QuickCheck ]; description = "Simple unit test library (or framework)"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "torrent" = callPackage @@ -264410,6 +275438,8 @@ self: { executableHaskellDepends = [ base cmdargs ]; description = "Library (and cli) to execute a procedure on file change"; license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "tower" = callPackage @@ -264502,6 +275532,8 @@ self: { ]; description = "Client library for Toxiproxy: a TCP failure testing proxy"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "toysolver" = callPackage @@ -264662,6 +275694,8 @@ self: { ]; description = "Parser and pretty printer for the TPTP language"; license = lib.licenses.gpl3Only; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "trace" = callPackage @@ -264678,6 +275712,8 @@ self: { ]; description = "A monad transformer for tracing provenience of errors"; license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "trace-call" = callPackage @@ -264689,6 +275725,8 @@ self: { libraryHaskellDepends = [ base containers mtl ]; description = "functions for logging the arguments and results of function calls"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "trace-function-call" = callPackage @@ -264700,6 +275738,8 @@ self: { libraryHaskellDepends = [ base ]; description = "Easy lightweight tracing of function arguments and results for ad hoc debugging"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "traced" = callPackage @@ -264711,6 +275751,8 @@ self: { libraryHaskellDepends = [ base containers mtl pretty ]; description = "Simple evaluation trace"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "tracer" = callPackage @@ -264742,6 +275784,8 @@ self: { ]; description = "Visualize Haskell data structures as edge-labeled trees"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "tracing" = callPackage @@ -264824,6 +275868,8 @@ self: { testHaskellDepends = [ base directory hspec process ]; description = "Package to list all tracked and untracked existing files via Git"; license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "tracker" = callPackage @@ -264835,6 +275881,8 @@ self: { libraryHaskellDepends = [ base containers glib ]; description = "Client library for Tracker metadata database, indexer and search tool"; license = "LGPL"; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "trackit" = callPackage @@ -264855,6 +275903,8 @@ self: { ]; description = "A command-line tool for live monitoring"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "traction" = callPackage @@ -264876,6 +275926,8 @@ self: { ]; description = "Tools for postgresql-simple"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "tracy" = callPackage @@ -264887,6 +275939,8 @@ self: { libraryHaskellDepends = [ base ]; description = "Convenience wrappers for non-intrusive debug tracing"; license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "trade-journal" = callPackage @@ -264942,6 +275996,8 @@ self: { ]; description = "TrailDB bindings for Haskell"; license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; + broken = true; }) {Judy = null; traildb = null;}; "trajectory" = callPackage @@ -264976,6 +276032,8 @@ self: { libraryHaskellDepends = [ base ]; description = "Monadic effect framework"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "trans-fx-data" = callPackage @@ -264987,6 +276045,7 @@ self: { libraryHaskellDepends = [ base trans-fx-core ]; description = "Monadic effect framework"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; }) {}; "trans-fx-io" = callPackage @@ -264999,6 +276058,7 @@ self: { testHaskellDepends = [ base time trans-fx-core ]; description = "Monadic effect framework"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; }) {}; "transaction" = callPackage @@ -265028,6 +276088,8 @@ self: { libraryHaskellDepends = [ base ListZipper MonadPrompt stm ]; description = "Transactional events, based on Concurrent ML semantics"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "transf" = callPackage @@ -265189,6 +276251,8 @@ self: { libraryHaskellDepends = [ base transformers ]; description = "Arrow-like / category-like composition for transformers"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "transformers-continue" = callPackage @@ -265300,6 +276364,8 @@ self: { ]; description = "Ad-hoc type classes for lifting"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "transformers-runnable" = callPackage @@ -265311,6 +276377,8 @@ self: { libraryHaskellDepends = [ base transformers ]; description = "A unified interface for the run operation of monad transformers"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "transformers-supply" = callPackage @@ -265342,6 +276410,8 @@ self: { ]; description = "composing programs with multithreading, events and distributed computing"; license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "transient-universe" = callPackage @@ -265377,6 +276447,7 @@ self: { ]; description = "fully composable remote execution for the creation of distributed systems"; license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; }) {}; "transient-universe-tls" = callPackage @@ -265407,6 +276478,8 @@ self: { libraryHaskellDepends = [ base fingertree ]; description = "Integer sets with a constant time translate operation"; license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "translate" = callPackage @@ -265419,6 +276492,8 @@ self: { libraryHaskellDepends = [ base curl json network utf8-string ]; description = "Haskell binding to Google's AJAX Language API for Translation and Detection"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "translate-cli" = callPackage @@ -265436,6 +276511,7 @@ self: { testHaskellDepends = [ base HUnit ]; description = "Translation cli tool"; license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; }) {}; "trasa" = callPackage @@ -265575,6 +276651,8 @@ self: { benchmarkHaskellDepends = [ base gauge template-haskell util ]; description = "See README for more info"; license = lib.licenses.mpl20; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "traverse-code" = callPackage @@ -265595,7 +276673,6 @@ self: { ]; description = "General data structure lifting for Template Haskell"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; }) {}; "traverse-with-class" = callPackage @@ -265627,6 +276704,8 @@ self: { ]; description = "A simple client implementation using Travis CI API"; license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "travis-meta-yaml" = callPackage @@ -265656,6 +276735,8 @@ self: { ]; description = ".travis.yml preprocessor"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "travis-pogodi" = callPackage @@ -265688,6 +276769,8 @@ self: { ]; description = "A tool for finding haddocks"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "traypoweroff" = callPackage @@ -265702,6 +276785,8 @@ self: { executableHaskellDepends = [ base gtk process ]; description = "Tray Icon application to PowerOff / Reboot computer"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "treap" = callPackage @@ -265718,6 +276803,8 @@ self: { testHaskellDepends = [ base doctest Glob hspec hspec-core ]; description = "Efficient implementation of the implicit treap data structure"; license = lib.licenses.mpl20; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "tree-diff" = callPackage @@ -265780,6 +276867,8 @@ self: { libraryHaskellDepends = [ base boxes containers mtl ]; description = "Configurable text rendering of trees"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "tree-sitter" = callPackage @@ -265942,6 +277031,8 @@ self: { testHaskellDepends = [ base containers doctest mtl ]; description = "Functions and newtype wrappers for traversing Trees"; license = lib.licenses.cc0; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "tree-view" = callPackage @@ -265988,6 +277079,8 @@ self: { ]; description = "A tree of Data.Map."; license = lib.licenses.gpl3Only; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "treemap-html" = callPackage @@ -266003,6 +277096,8 @@ self: { ]; description = "Generates HTML for Data.Tree as TreeMap"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "treemap-html-tools" = callPackage @@ -266154,6 +277249,8 @@ self: { ]; description = "Library for polling Tremulous servers"; license = lib.licenses.gpl3Only; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "trhsx" = callPackage @@ -266164,6 +277261,8 @@ self: { sha256 = "11jx2jf6vi7368ys39mz0ziy6xknbi0z87926n2y16am6k2h25k3"; description = "Deprecated"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "trial" = callPackage @@ -266206,6 +277305,8 @@ self: { libraryHaskellDepends = [ base text tomland trial ]; description = "Trial helper functions for tomland"; license = lib.licenses.mpl20; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "triangulation" = callPackage @@ -266316,6 +277417,8 @@ self: { testHaskellDepends = [ base hspec protolude ]; description = "Trigger is a cross platform file system watcher for super fast build-and-restart workflows"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "trim" = callPackage @@ -266331,6 +277434,8 @@ self: { testHaskellDepends = [ base hspec ]; description = "A command-line tool for trimming whitespace"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "trimdent" = callPackage @@ -266347,7 +277452,6 @@ self: { ]; description = "A utility for neat multiline string trimming"; license = lib.licenses.agpl3Only; - hydraPlatforms = lib.platforms.none; }) {}; "trimpolya" = callPackage @@ -266377,6 +277481,7 @@ self: { ]; description = "A very simple triple store"; license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; }) {}; "triplesec" = callPackage @@ -266407,6 +277512,8 @@ self: { libraryHaskellDepends = [ base comonad distributive ]; description = "The trivial monad and comonad"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "trivial-constraint" = callPackage @@ -266429,6 +277536,8 @@ self: { libraryHaskellDepends = [ base semiring-simple ]; description = "A library for tropical mathematics"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "tropical-geometry" = callPackage @@ -266453,6 +277562,7 @@ self: { benchmarkHaskellDepends = [ base criterion ]; description = "A Tropical Geometry package for Haskell"; license = lib.licenses.gpl3Only; + hydraPlatforms = lib.platforms.none; }) {}; "true-name" = callPackage @@ -266467,6 +277577,8 @@ self: { testHaskellDepends = [ base containers template-haskell time ]; description = "Template Haskell hack to violate module abstractions"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "truelevel" = callPackage @@ -266520,6 +277632,8 @@ self: { testHaskellDepends = [ base binary containers cropty merge text ]; description = "An implementation of a trust chain"; license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "truthful" = callPackage @@ -266544,6 +277658,8 @@ self: { libraryHaskellDepends = [ base containers mtl time transformers ]; description = "A Transaction Framework for Web Applications"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "tsession-happstack" = callPackage @@ -266601,6 +277717,8 @@ self: { ]; description = "-"; license = "unknown"; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "tslogger" = callPackage @@ -266647,6 +277765,8 @@ self: { executableHaskellDepends = [ base gloss stm vector ]; description = "Real time TSP tour visualization"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "tsparse" = callPackage @@ -266664,6 +277784,8 @@ self: { ]; description = "Parses U.S. federal Thrift Savings Plan PDF quarterly statements"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "tst" = callPackage @@ -266695,6 +277817,8 @@ self: { ]; description = "Interacts with tesseract to ease reading of RAW Japanese manga"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "tsv2csv" = callPackage @@ -266727,6 +277851,8 @@ self: { ]; description = "Template tsv into SQL"; license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "tsweb" = callPackage @@ -266778,6 +277904,8 @@ self: { testHaskellDepends = [ base ]; description = "This is task management tool for yourself, that inspired by scrum"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "ttc" = callPackage @@ -266872,6 +278000,7 @@ self: { executableHaskellDepends = [ base text time ttn ]; description = "TheThingsNetwork client"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; maintainers = with lib.maintainers; [ sorki ]; }) {}; @@ -266925,6 +278054,8 @@ self: { ]; description = "Working with files for the Tiptoi® pen"; license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "tubes" = callPackage @@ -266941,6 +278072,8 @@ self: { ]; description = "Write stream processing computations with side effects in a series of tubes"; license = lib.licenses.gpl3Only; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "tuntap" = callPackage @@ -266952,6 +278085,8 @@ self: { libraryHaskellDepends = [ base bytestring unix ]; description = "Interface to TUN/TAP drivers"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "tuntap-simple" = callPackage @@ -267003,6 +278138,8 @@ self: { libraryHaskellDepends = [ base combinat ]; description = "Enum instances for tuples where the digits increase with the same speed"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "tuple-generic" = callPackage @@ -267025,7 +278162,6 @@ self: { libraryHaskellDepends = [ base HList OneTuple ]; description = "Functions to convert between tuples and HLists"; license = "unknown"; - hydraPlatforms = lib.platforms.none; }) {}; "tuple-lenses" = callPackage @@ -267037,6 +278173,8 @@ self: { libraryHaskellDepends = [ base lens template-haskell ]; description = "Stock FieldN combos and generators"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "tuple-morph" = callPackage @@ -267050,7 +278188,6 @@ self: { libraryHaskellDepends = [ base HList template-haskell ]; description = "Morph between tuples, or convert them from and to HLists"; license = lib.licenses.mit; - hydraPlatforms = lib.platforms.none; }) {}; "tuple-ops" = callPackage @@ -267097,6 +278234,8 @@ self: { libraryHaskellDepends = [ base template-haskell ]; description = "Functor, Applicative and Monad for n-ary tuples"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "tuples" = callPackage @@ -267147,6 +278286,8 @@ self: { libraryHaskellDepends = [ base ]; description = "A simple simulator for Turing machines"; license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "turing-music" = callPackage @@ -267160,6 +278301,8 @@ self: { executableHaskellDepends = [ ALUT base ]; description = "Plays music generated by Turing machines with 5 states and 2 symbols"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "turingMachine" = callPackage @@ -267176,7 +278319,6 @@ self: { ]; description = "An implementation of Turing Machine and Automaton"; license = lib.licenses.gpl3Only; - hydraPlatforms = lib.platforms.none; }) {}; "turkish-deasciifier" = callPackage @@ -267256,6 +278398,8 @@ self: { testHaskellDepends = [ base HUnit parsec ]; description = "Collection of command line options and parsers for these options"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "tw" = callPackage @@ -267286,6 +278430,8 @@ self: { ]; description = "Tiny web application framework for WAI"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "tweak" = callPackage @@ -267297,6 +278443,8 @@ self: { libraryHaskellDepends = [ base containers lens stm transformers ]; description = "A library for incremental computing"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "twee" = callPackage @@ -267357,6 +278505,7 @@ self: { benchmarkHaskellDepends = [ base bytestring criterion megaparsec ]; description = "Command-line tool for twitter"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; }) {}; "twentefp" = callPackage @@ -267466,6 +278615,8 @@ self: { ]; description = "A fork of the popular websockets package. It is used for the practical assignments of the University of Twente. A sensible and clean way to write WebSocket-capable servers in Haskell."; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "twentyseven" = callPackage @@ -267521,6 +278672,8 @@ self: { testHaskellDepends = [ base ]; description = "They Work For You API Client Library"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "twhs" = callPackage @@ -267551,6 +278704,7 @@ self: { testHaskellDepends = [ base hspec QuickCheck ]; description = "CLI twitter client"; license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; }) {}; "twidge" = callPackage @@ -267610,6 +278764,8 @@ self: { doCheck = false; description = "Twilio REST API library for Haskell"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "twill" = callPackage @@ -267646,6 +278802,8 @@ self: { testHaskellDepends = [ base doctest ]; description = "TwiML library for Haskell"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "twine" = callPackage @@ -267661,6 +278819,8 @@ self: { ]; description = "very simple template language"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "twirp" = callPackage @@ -267682,6 +278842,7 @@ self: { ]; description = "Haskell twirp foundations"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; }) {}; "twisty" = callPackage @@ -267697,6 +278858,8 @@ self: { ]; description = "Simulator of twisty puzzles à la Rubik's Cube"; license = "unknown"; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "twitch" = callPackage @@ -267734,6 +278897,8 @@ self: { ]; description = "A Haskell-based CLI Twitter client"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "twitter-conduit" = callPackage @@ -267764,6 +278929,7 @@ self: { testToolDepends = [ hspec-discover ]; description = "Twitter API package with conduit interface and Streaming API support"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; }) {}; "twitter-enumerator" = callPackage @@ -267804,6 +278970,8 @@ self: { ]; description = "Client for fetching Twitter timeline via Oauth"; license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "twitter-types" = callPackage @@ -267825,6 +278993,8 @@ self: { ]; description = "Twitter JSON parser and types"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "twitter-types-lens" = callPackage @@ -267840,6 +279010,7 @@ self: { ]; description = "Twitter JSON types (lens powered)"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; }) {}; "tx" = callPackage @@ -267855,6 +279026,8 @@ self: { ]; description = "Persistent transactions on top of STM"; license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "txt" = callPackage @@ -267914,6 +279087,8 @@ self: { libraryHaskellDepends = [ base ]; description = "Deprecated in favor of eros"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "ty" = callPackage @@ -267938,6 +279113,8 @@ self: { libraryHaskellDepends = [ base containers template-haskell ]; description = "Provide proof witnesses for closed type family evaluation"; license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "typalyze" = callPackage @@ -267956,6 +279133,8 @@ self: { ]; description = "Analyzes Haskell source files for easy reference"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "type-aligned" = callPackage @@ -268038,6 +279217,8 @@ self: { libraryHaskellDepends = [ base ]; description = "A collection of data types for type-level programming"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "type-combinators-quote" = callPackage @@ -268103,6 +279284,8 @@ self: { libraryToolDepends = [ cpphs ]; description = "Type equality evidence you can carry around"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "type-equality" = callPackage @@ -268216,6 +279399,8 @@ self: { ]; description = "Queues with verified and unverified versions"; license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "type-int" = callPackage @@ -268227,6 +279412,8 @@ self: { libraryHaskellDepends = [ base template-haskell ]; description = "Type Level 2s- and 16s- Complement Integers"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "type-interpreter" = callPackage @@ -268239,6 +279426,8 @@ self: { testHaskellDepends = [ base template-haskell ]; description = "Interpreter for Template Haskell types"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "type-iso" = callPackage @@ -268277,6 +279466,8 @@ self: { libraryHaskellDepends = [ base ]; description = "type-level binary search trees in haskell"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "type-level-integers" = callPackage @@ -268325,6 +279516,8 @@ self: { ]; description = "High-level combinators for performing inductive operations"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "type-level-natural-number-operations" = callPackage @@ -268336,6 +279529,8 @@ self: { libraryHaskellDepends = [ base type-level-natural-number ]; description = "Basic operations on type-level natural numbers"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "type-level-numbers" = callPackage @@ -268383,6 +279578,8 @@ self: { libraryHaskellDepends = [ base singletons ]; description = "Operations on type-level lists and tuples"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "type-map" = callPackage @@ -268458,6 +279655,8 @@ self: { testHaskellDepends = [ base type-of-html ]; description = "Optimize static parts of type-of-html"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "type-operators" = callPackage @@ -268510,6 +279709,8 @@ self: { libraryHaskellDepends = [ base ghc-prim ]; description = "Partial port of prelude to the type level. Requires GHC 7.6.1."; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "type-sets" = callPackage @@ -268538,6 +279739,8 @@ self: { ]; description = "Sets and functions-as-relations in the type system"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "type-spec" = callPackage @@ -268561,6 +279764,8 @@ self: { libraryHaskellDepends = [ base template-haskell ]; description = "A spine-view on types"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "type-structure" = callPackage @@ -268630,6 +279835,8 @@ self: { testHaskellDepends = [ base doctest ]; description = "Tree representations of datatypes"; license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "type-unary" = callPackage @@ -268649,6 +279856,8 @@ self: { ]; description = "Type-level and typed unary natural numbers, inequality proofs, vectors"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "typeable-mock" = callPackage @@ -268667,6 +279876,8 @@ self: { ]; description = "Mock functions and expressions anywhere"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "typeable-th" = callPackage @@ -268679,6 +279890,8 @@ self: { testHaskellDepends = [ base ]; description = "Automatic deriving of TypeableN instances with Template Haskell"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "typecheck-plugin-nat-simple" = callPackage @@ -268719,6 +279932,7 @@ self: { ]; description = "Admin console framework"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; }) {}; "typed-digits" = callPackage @@ -268736,6 +279950,8 @@ self: { testToolDepends = [ hspec-discover ]; description = "Digits, indexed by their base at the type level"; license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "typed-duration" = callPackage @@ -268771,6 +279987,8 @@ self: { ]; description = "Type safe string transformations"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "typed-encoding-encoding" = callPackage @@ -268829,7 +280047,6 @@ self: { executableHaskellDepends = [ base diagrams-lib text ]; description = "Typed and composable spreadsheets"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; maintainers = with lib.maintainers; [ Gabriel439 ]; }) {}; @@ -268865,6 +280082,8 @@ self: { testHaskellDepends = [ base hspec hspec-core time ]; description = "A strongly typed way to handle time and date formats"; license = lib.licenses.isc; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "typed-uuid" = callPackage @@ -268882,6 +280101,7 @@ self: { ]; description = "Phantom-Typed version of UUID"; license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; }) {}; "typed-wire" = callPackage @@ -268906,6 +280126,8 @@ self: { ]; description = "Language-independent type-safe communication"; license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "typed-wire-utils" = callPackage @@ -268935,6 +280157,8 @@ self: { ]; description = "Typed frontend to TensorFlow and higher-order deep learning"; license = lib.licenses.lgpl3Only; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "typedquery" = callPackage @@ -268951,6 +280175,8 @@ self: { ]; description = "Parser for SQL augmented with types"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "typehash" = callPackage @@ -268962,6 +280188,8 @@ self: { libraryHaskellDepends = [ base binary bytestring mtl pureMD5 syb ]; description = "Create a unique hash value for a type"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "typelet" = callPackage @@ -268979,7 +280207,6 @@ self: { testHaskellDepends = [ base tasty tasty-hunit tasty-quickcheck ]; description = "Plugin to faciliate type-level let"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; }) {}; "typelevel" = callPackage @@ -269031,6 +280258,8 @@ self: { ]; description = "Tensors whose ranks and dimensions type-inferred and type-checked"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "typelits-printf" = callPackage @@ -269095,6 +280324,8 @@ self: { ]; description = "Lens-like interface for type level parameters; allows unboxed unboxed vectors and supercompilation"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "typerep-map" = callPackage @@ -269132,6 +280363,8 @@ self: { libraryHaskellDepends = [ base ]; description = "ghc-7.6/7.8 compatible GHC.TypeLits, Data.Typeable and Data.Proxy."; license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "typesafe-endian" = callPackage @@ -269163,6 +280396,7 @@ self: { testHaskellDepends = [ base hspec ]; description = "Type-safe transformations and purifications of PreCures (Japanese Battle Heroine)"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; }) {}; "typescript-docs" = callPackage @@ -269220,6 +280454,8 @@ self: { ]; description = "Just let me draw nice text already"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "typography-geometry" = callPackage @@ -269273,6 +280509,8 @@ self: { ]; description = "Type-safe PostgreSQL JSON Querying"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "typson-esqueleto" = callPackage @@ -269341,6 +280579,8 @@ self: { ]; description = "Type derived JSON parsing using Aeson"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "tz" = callPackage @@ -269425,6 +280665,8 @@ self: { ]; description = "A simplistic dependently-typed language with parametricity"; license = "unknown"; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "ua-parser" = callPackage @@ -269522,6 +280764,8 @@ self: { libraryHaskellDepends = [ base lens tagged template-haskell ]; description = "Generate overloaded lenses from plain data declaration"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "ucam-webauth" = callPackage @@ -269573,6 +280817,8 @@ self: { testToolDepends = [ hspec-discover ]; description = "Types for the Ucam-Webauth protocol, as used by Raven"; license = "(BSD-3-Clause OR Apache-2.0)"; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "ucd" = callPackage @@ -269591,6 +280837,8 @@ self: { benchmarkHaskellDepends = [ base gauge ]; description = "Unicode Character Database — Predicates on characters specified by Unicode"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "ucl" = callPackage @@ -269617,6 +280865,8 @@ self: { librarySystemDepends = [ icu ]; description = "String encoding conversion with ICU"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {inherit (pkgs) icu;}; "udbus" = callPackage @@ -269638,6 +280888,8 @@ self: { ]; description = "Small DBus implementation"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "udbus-model" = callPackage @@ -269651,6 +280903,7 @@ self: { libraryHaskellDepends = [ base bytestring udbus xml ]; description = "Model API for udbus introspection and definitions"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; }) {}; "udcode" = callPackage @@ -269694,6 +280947,8 @@ self: { ]; description = "Simple fire-and-forget conduit UDP wrappers"; license = lib.licenses.isc; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "udp-streaming" = callPackage @@ -269707,6 +280962,8 @@ self: { ]; description = "Streaming to and from UDP socket"; license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "ueberzug" = callPackage @@ -269719,6 +280976,8 @@ self: { testHaskellDepends = [ base ]; description = "Haskell bindings for ueberzug to display images in the terminal"; license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "uglymemo" = callPackage @@ -269791,6 +281050,8 @@ self: { executableHaskellDepends = [ base bytestring split ]; description = "hex dumper for UTF-8 text"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "uhttpc" = callPackage @@ -269815,6 +281076,8 @@ self: { ]; description = "Minimal HTTP client library optimized for benchmarking"; license = lib.licenses.gpl3Only; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "ui-command" = callPackage @@ -269828,6 +281091,8 @@ self: { libraryHaskellDepends = [ base data-default mtl old-locale time ]; description = "A framework for friendly commandline programs"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "uid" = callPackage @@ -269854,6 +281119,7 @@ self: { libraryHaskellDepends = [ base bytestring mmsyn2 mmsyn5 vector ]; description = "A library to work with the basic Ukrainian phonetics and syllable segmentation"; license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; }) {}; "ukrainian-phonetics-basic-array" = callPackage @@ -269869,6 +281135,8 @@ self: { ]; description = "A library to work with the basic Ukrainian phonetics and syllable segmentation"; license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "ukrainian-phonetics-basic-array-bytestring" = callPackage @@ -269919,6 +281187,8 @@ self: { ]; description = "Implementation of ULID - Universally Unique Lexicographically Sortable Identifier"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "una" = callPackage @@ -270008,6 +281278,8 @@ self: { libraryHaskellDepends = [ base containers mtl ]; description = "Functional concurrency with unamb using a custom scheduler"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "unbeliever" = callPackage @@ -270033,7 +281305,6 @@ self: { ]; description = "Opinionated Haskell Interoperability"; license = lib.licenses.mit; - hydraPlatforms = lib.platforms.none; }) {}; "unbound" = callPackage @@ -270113,6 +281384,8 @@ self: { libraryHaskellDepends = [ base unbounded-delays units units-defs ]; description = "Thread delays and timeouts using proper time units"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "unboxed" = callPackage @@ -270137,6 +281410,8 @@ self: { libraryHaskellDepends = [ base containers ]; description = "Self-optimizing unboxed sets using view patterns and data families"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "unboxed-ref" = callPackage @@ -270163,6 +281438,8 @@ self: { executableHaskellDepends = [ base vector ]; description = "A library for reference cells backed by unboxed-vectors"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "unboxing-vector" = callPackage @@ -270205,6 +281482,8 @@ self: { executableHaskellDepends = [ base bytestring cmdargs ]; description = "Secure and resilient remote file storage utility"; license = lib.licenses.agpl3Only; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "uncaught-exception" = callPackage @@ -270235,6 +281514,8 @@ self: { ]; description = "Manipulating numbers with inherent experimental/measurement uncertainty"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "unconstrained" = callPackage @@ -270260,6 +281541,8 @@ self: { libraryHaskellDepends = [ base ]; description = "Tiny package providing unescaping versions of show and print"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "unexceptionalio" = callPackage @@ -270299,6 +281582,8 @@ self: { libraryHaskellDepends = [ base ]; description = "Unfixing and recursion schemes for data types with binders"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "unfoldable" = callPackage @@ -270314,6 +281599,8 @@ self: { ]; description = "Class of data structures that can be unfolded"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "unfoldable-restricted" = callPackage @@ -270451,6 +281738,8 @@ self: { ]; description = "Utilities for the uniform workbench"; license = "LGPL"; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "unicode" = callPackage @@ -270567,6 +281856,8 @@ self: { libraryHaskellDepends = [ base ]; description = "Unicode notation for some definitions in Prelude"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "unicode-properties" = callPackage @@ -270601,6 +281892,8 @@ self: { libraryHaskellDepends = [ base containers ]; description = "Unicode alternatives for common functions and operators"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "unicode-transforms" = callPackage @@ -270669,6 +281962,8 @@ self: { testToolDepends = [ hspec-discover ]; description = "Functions to work with unicode blocks more convenient"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "unicoder" = callPackage @@ -270839,7 +282134,6 @@ self: { ]; description = "A uniform base to build apps on"; license = lib.licenses.gpl2Only; - hydraPlatforms = lib.platforms.none; }) {}; "union" = callPackage @@ -270905,6 +282199,8 @@ self: { libraryHaskellDepends = [ base containers extensible ]; description = "Heterogeneous map by open unions"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "unionmount" = callPackage @@ -270969,6 +282265,8 @@ self: { ]; description = "UniProt-KB format parser"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "uniq-deep" = callPackage @@ -271044,6 +282342,8 @@ self: { libraryHaskellDepends = [ base ]; description = "Splittable Unique Identifier Supply"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "uniquely-represented-sets" = callPackage @@ -271060,6 +282360,8 @@ self: { ]; benchmarkHaskellDepends = [ base criterion random ]; license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "uniqueness-periods" = callPackage @@ -271071,6 +282373,7 @@ self: { libraryHaskellDepends = [ base mmsyn6ukr vector ]; description = "Can be used to produce the 'uniquenessPeriods' function and related functionality"; license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; }) {}; "uniqueness-periods-general" = callPackage @@ -271082,6 +282385,8 @@ self: { libraryHaskellDepends = [ base vector ]; description = "Can be used to produce the similar to 'String.Ukrainian.UniquenessPeriods' functions."; license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "uniqueness-periods-vector" = callPackage @@ -271093,6 +282398,8 @@ self: { libraryHaskellDepends = [ base vector ]; description = "Generalization of the uniqueness-periods and uniqueness-periods-general packages functionality"; license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "uniqueness-periods-vector-common" = callPackage @@ -271104,6 +282411,8 @@ self: { libraryHaskellDepends = [ base vector ]; description = "Generalization of the dobutokO-poetry-general package functionality"; license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "uniqueness-periods-vector-examples" = callPackage @@ -271147,6 +282456,7 @@ self: { libraryHaskellDepends = [ base mmsyn2 vector ]; description = "A library allows to change the structure of the 'RealFrac' function output"; license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; }) {}; "uniqueness-periods-vector-general" = callPackage @@ -271162,6 +282472,7 @@ self: { ]; description = "Some kind of the optimization approach to data inner structure"; license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; }) {}; "uniqueness-periods-vector-properties" = callPackage @@ -271181,6 +282492,7 @@ self: { ]; description = "Metrices for the maximum element for the uniqueness-periods-vector packages family"; license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; }) {}; "uniqueness-periods-vector-stats" = callPackage @@ -271192,6 +282504,8 @@ self: { libraryHaskellDepends = [ base ghc-prim ]; description = "A very basic descriptive statistics"; license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "unit" = callPackage @@ -271248,6 +282562,8 @@ self: { ]; description = "Attoparsec parsers for the units package"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "units-defs" = callPackage @@ -271288,6 +282604,8 @@ self: { testHaskellDepends = [ base ]; description = "An extendable library for type-safe computations including units"; license = lib.licenses.lgpl21Only; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "unity-testresult-parser" = callPackage @@ -271347,6 +282665,8 @@ self: { libraryHaskellDepends = [ base unitym yesod ]; description = "Implementation of the unity monad for the Yesod framework"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "universal" = callPackage @@ -271378,6 +282698,8 @@ self: { libraryHaskellDepends = [ base binary bytestring ]; description = "Parser for OS X Universal Binary format"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "universe" = callPackage @@ -271394,6 +282716,7 @@ self: { ]; description = "A class for finite and recursively enumerable types"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; }) {}; "universe-base" = callPackage @@ -271425,6 +282748,7 @@ self: { libraryHaskellDepends = [ base universe-some ]; description = "Universe instances for types from dependent-sum"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; }) {}; "universe-instances-base" = callPackage @@ -271438,6 +282762,8 @@ self: { libraryHaskellDepends = [ base universe-base ]; description = "Universe instances for types from the base package"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "universe-instances-extended" = callPackage @@ -271466,6 +282792,8 @@ self: { libraryHaskellDepends = [ base universe-base ]; description = "Universe instances for types from the transformers and mtl packages"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "universe-reverse-instances" = callPackage @@ -271498,6 +282826,8 @@ self: { testHaskellDepends = [ base some template-haskell universe-base ]; description = "Universe instances for Some from some"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "universe-th" = callPackage @@ -271609,6 +282939,8 @@ self: { libraryHaskellDepends = [ base unix ]; description = "POSIX operations on Handles"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "unix-io-extra" = callPackage @@ -271658,6 +282990,8 @@ self: { ]; description = "Run processes on Unix systems, with a conduit interface (deprecated)"; license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "unix-pty-light" = callPackage @@ -271686,6 +283020,8 @@ self: { benchmarkHaskellDepends = [ base criterion dir-traverse ]; description = "Fast and flexible primitives for recursive file system IO on Posix systems"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "unix-simple" = callPackage @@ -271698,7 +283034,6 @@ self: { testHaskellDepends = [ base bytestring zenhack-prelude ]; description = "Straightforward bindings to the posix API"; license = lib.licenses.mit; - hydraPlatforms = lib.platforms.none; }) {}; "unix-time" = callPackage @@ -271780,6 +283115,8 @@ self: { ]; description = "(un)lifted classes and functions for the STM monad"; license = lib.licenses.bsd2; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "unlifted-list" = callPackage @@ -271791,6 +283128,8 @@ self: { libraryHaskellDepends = [ base ghc-prim semigroups ]; description = "GHC Haskell lists of non-thunks (things of kind TYPE 'UnliftedRep)"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "unliftio" = callPackage @@ -271861,6 +283200,8 @@ self: { ]; description = "Fast and robust message queues for concurrent processes"; license = lib.licenses.bsd2; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "unliftio-path" = callPackage @@ -271930,6 +283271,8 @@ self: { ]; description = "A Library for the manipulation of images"; license = "GPL"; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "unmed2" = callPackage @@ -271983,6 +283326,8 @@ self: { ]; description = "Rematch support for unordered containers"; license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "unordered-graphs" = callPackage @@ -271998,6 +283343,8 @@ self: { ]; description = "Graph library using unordered-containers"; license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "unordered-intmap" = callPackage @@ -272014,6 +283361,8 @@ self: { ]; description = "A specialization of `HashMap Int v`"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "unpack-funcs" = callPackage @@ -272029,6 +283378,8 @@ self: { ]; description = "Monad transformers that mirror worker-wrapper transformations"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "unpacked-containers" = callPackage @@ -272058,6 +283409,8 @@ self: { testHaskellDepends = [ base QuickCheck quickcheck-classes ]; description = "An unpacked either data type"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "unpacked-maybe" = callPackage @@ -272070,6 +283423,8 @@ self: { testHaskellDepends = [ base QuickCheck quickcheck-classes ]; description = "An unpacked maybe data type"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "unpacked-maybe-numeric" = callPackage @@ -272084,6 +283439,8 @@ self: { testHaskellDepends = [ base QuickCheck quickcheck-classes ]; description = "maybes of numeric values with fewer indirections"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "unpacked-maybe-text" = callPackage @@ -272161,6 +283518,8 @@ self: { libraryHaskellDepends = [ base ghc ]; description = "Compiler plugin for loop unrolling"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "unsafe" = callPackage @@ -272197,6 +283556,8 @@ self: { libraryHaskellDepends = [ base ]; description = "Flexible access control for unsafe operations and instances"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "unsafeperformst" = callPackage @@ -272257,6 +283618,8 @@ self: { ]; description = "An extension removing the sequentiality from monads"; license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "unusable-pkg" = callPackage @@ -272298,6 +283661,8 @@ self: { testHaskellDepends = [ base containers hspec text ]; description = "A command line tool to identify unused code"; license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "unwrapped-functors" = callPackage @@ -272327,6 +283692,8 @@ self: { testHaskellDepends = [ base hlint tasty tasty-hunit ]; description = "Units of measure as a GHC typechecker plugin"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "up" = callPackage @@ -272437,6 +283804,8 @@ self: { ]; description = "Haskell client for Uploadcare"; license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "uploadtest" = callPackage @@ -272459,6 +283828,8 @@ self: { libraryHaskellDepends = [ base bytestring ]; description = "Binding to upskirt"; license = lib.licenses.publicDomain; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "urbit-airlock" = callPackage @@ -272508,7 +283879,6 @@ self: { benchmarkHaskellDepends = [ base criterion deepseq ]; description = "Hoon-style atom manipulation and printing functions"; license = lib.licenses.mit; - hydraPlatforms = lib.platforms.none; }) {}; "ureader" = callPackage @@ -272565,6 +283935,8 @@ self: { libraryHaskellDepends = [ base parsec safe utf8-string ]; description = "Library for working with URIs"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "uri-bytestring" = callPackage @@ -272621,6 +283993,8 @@ self: { ]; description = "Read and write URIs (deprecated)"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "uri-encode" = callPackage @@ -272658,6 +284032,8 @@ self: { ]; description = "A uri encoder to make your strings less readable"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "uri-enumerator" = callPackage @@ -272710,6 +284086,8 @@ self: { testHaskellDepends = [ base data-default hspec lens ]; description = "A simple library for parsing and generating URIs"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "uri-template" = callPackage @@ -272724,6 +284102,8 @@ self: { executableHaskellDepends = [ base ]; description = "URI template library for Haskell"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "uri-templater" = callPackage @@ -272747,6 +284127,8 @@ self: { ]; description = "Parsing & Quasiquoting for RFC 6570 URI Templates"; license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "url" = callPackage @@ -272781,6 +284163,8 @@ self: { ]; description = "Memory efficient url type and parser"; license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "url-decoders" = callPackage @@ -272803,6 +284187,8 @@ self: { benchmarkHaskellDepends = [ criterion http-types rerebase ]; description = "Decoders for URL-encoding (aka Percent-encoding)"; license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "url-generic" = callPackage @@ -272816,6 +284202,8 @@ self: { libraryHaskellDepends = [ base mtl syb ]; description = "Parse/format generic key/value URLs from record data types"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "url-slug" = callPackage @@ -272848,6 +284236,8 @@ self: { ]; description = "Parallel link checker"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "urldecode" = callPackage @@ -272861,6 +284251,8 @@ self: { executableHaskellDepends = [ base network ]; description = "Decode percent-encoded strings"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "urldisp-happstack" = callPackage @@ -272872,6 +284264,8 @@ self: { libraryHaskellDepends = [ base bytestring happstack-server mtl ]; description = "Simple, declarative, expressive URL routing -- on happstack"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "urlencoded" = callPackage @@ -272906,6 +284300,7 @@ self: { ]; description = "Painfully simple URL deployment"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; }) {}; "urn" = callPackage @@ -272918,6 +284313,8 @@ self: { testHaskellDepends = [ base hspec ]; description = "Universal Resource Names"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "urn-random" = callPackage @@ -272934,6 +284331,8 @@ self: { ]; description = "A package for updatable discrete distributions"; license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "urxml" = callPackage @@ -272951,6 +284350,8 @@ self: { ]; description = "XML parser-printer supporting Ur/Web syntax extensions"; license = lib.licenses.publicDomain; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "usa-holidays" = callPackage @@ -273077,6 +284478,8 @@ self: { executableHaskellDepends = [ base random-fu text ]; description = "A collection of user agents"; license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "userid" = callPackage @@ -273092,6 +284495,7 @@ self: { ]; description = "The UserId type and useful instances for web development"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; }) {}; "users" = callPackage @@ -273126,6 +284530,7 @@ self: { ]; description = "A mysql-haskell backend for the users library"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; }) {}; "users-persistent" = callPackage @@ -273146,6 +284551,8 @@ self: { ]; description = "A persistent backend for the users package"; license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "users-postgresql-simple" = callPackage @@ -273207,6 +284614,8 @@ self: { benchmarkHaskellDepends = [ base gauge ]; description = "UTF-8"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "utf8-conversions" = callPackage @@ -273225,6 +284634,8 @@ self: { ]; description = "A string conversion library that assumes utf8"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "utf8-env" = callPackage @@ -273263,6 +284674,8 @@ self: { libraryHaskellDepends = [ base utf8-string ]; description = "Variants of Prelude and System.IO with UTF8 text I/O operations"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "utf8-string" = callPackage @@ -273292,6 +284705,8 @@ self: { benchmarkHaskellDepends = [ base criterion ]; description = "Constant-space UTF8 validator for ByteStrings"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "util" = callPackage @@ -273332,6 +284747,8 @@ self: { benchmarkHaskellDepends = [ base gauge logict ]; description = "See README for more info"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "util-plus" = callPackage @@ -273348,6 +284765,8 @@ self: { testHaskellDepends = [ base containers HTF QuickCheck ]; description = "A collection of commonly used utils"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "util-primitive" = callPackage @@ -273361,6 +284780,8 @@ self: { libraryHaskellDepends = [ base primitive ]; description = "Primitive memory-related utilities"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "util-primitive-control" = callPackage @@ -273396,6 +284817,7 @@ self: { testHaskellDepends = [ base smallcheck tasty tasty-smallcheck ]; description = "Utilities for universal types"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; }) {}; "utility-ht" = callPackage @@ -273423,6 +284845,8 @@ self: { libraryHaskellDepends = [ ansi-terminal base ]; description = "Utilities for compiler construction: core functionality"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "uu-cco-examples" = callPackage @@ -273492,6 +284916,7 @@ self: { ]; description = "Parse command line options using uu-interleave and uu-parsinglib"; license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; }) {}; "uu-parsinglib" = callPackage @@ -273558,6 +284983,8 @@ self: { ]; description = "Attribute Grammar System of Universiteit Utrecht"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "uuagc-cabal" = callPackage @@ -273584,6 +285011,8 @@ self: { libraryHaskellDepends = [ base diagrams-lib SVGFonts ]; description = "Utility for drawing attribute grammar pictures with the diagrams package"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "uuagd" = callPackage @@ -273635,6 +285064,8 @@ self: { libraryHaskellDepends = [ aeson base text uuid ]; description = "Aeson types for UUID instances"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "uuid-bytes" = callPackage @@ -273655,6 +285086,8 @@ self: { ]; description = "UUID parsing using byteverse packages"; license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "uuid-crypto" = callPackage @@ -273702,6 +285135,8 @@ self: { ]; description = "Orphan instances for the UUID datatype"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "uuid-quasi" = callPackage @@ -273776,6 +285211,8 @@ self: { libraryHaskellDepends = [ base ghc-prim ]; description = "Fast unboxed arrays with a flexible interface"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "uvector-algorithms" = callPackage @@ -273799,6 +285236,8 @@ self: { libraryHaskellDepends = [ base json MissingH mtl ]; description = "Cross-language extensible representation for algebraic data type instances"; license = lib.licenses.gpl3Only; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "uzbl-with-source" = callPackage @@ -273880,6 +285319,8 @@ self: { testHaskellDepends = [ base Cabal containers ]; description = "Core algorithms and datatypes used by vabal"; license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "vacuum" = callPackage @@ -273891,6 +285332,8 @@ self: { libraryHaskellDepends = [ array base containers ghc-prim ]; description = "Graph representation of the GHC heap"; license = lib.licenses.lgpl3Only; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "vacuum-cairo" = callPackage @@ -273975,6 +285418,8 @@ self: { ]; description = "Runs commands on remote machines using ssh"; license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "valid" = callPackage @@ -273997,6 +285442,8 @@ self: { libraryHaskellDepends = [ base containers MonadRandom ]; description = "Valid operator/module characters"; license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "valida" = callPackage @@ -274087,6 +285534,8 @@ self: { testHaskellDepends = [ base ]; description = "Type-level constraints on strings and other input"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "validation" = callPackage @@ -274140,6 +285589,8 @@ self: { ]; description = "A nice way to define field validations in Haskell"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "validationt" = callPackage @@ -274199,6 +285650,8 @@ self: { testHaskellDepends = [ aeson base hspec validity ]; description = "Validity instances for aeson"; license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "validity-bytestring" = callPackage @@ -274353,6 +285806,8 @@ self: { libraryHaskellDepends = [ base ]; description = "A library for generating values without having to thread state"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "vampire" = callPackage @@ -274375,6 +285830,8 @@ self: { ]; description = "Analyze and visualize expression trees"; license = lib.licenses.gpl3Only; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "var" = callPackage @@ -274392,6 +285849,8 @@ self: { benchmarkHaskellDepends = [ array base criterion deepseq ]; description = "Mutable variables and tuples"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "var-monad" = callPackage @@ -274421,6 +285880,8 @@ self: { ]; description = "Process mpileup output to identify significant differences"; license = "GPL"; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "variable-media-field" = callPackage @@ -274483,6 +285944,8 @@ self: { testHaskellDepends = [ base hspec mtl QuickCheck stm ]; description = "Monads with variables, without deep magic"; license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "variadic" = callPackage @@ -274500,6 +285963,8 @@ self: { benchmarkHaskellDepends = [ base criterion mmorph mtl ]; description = "Abstractions for working with variadic functions"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "variadic-function" = callPackage @@ -274526,6 +285991,8 @@ self: { ]; description = "nominal value with possible variations"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "varying" = callPackage @@ -274582,6 +286049,8 @@ self: { ]; description = "Client library for HashiCorp's Vault tool (via HTTP API)"; license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "vault-tool-server" = callPackage @@ -274601,6 +286070,7 @@ self: { ]; description = "Utility library for spawning a HashiCorp Vault process"; license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; }) {}; "vault-trans" = callPackage @@ -274617,6 +286087,7 @@ self: { ]; description = "A monad transformer for vault-tool"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; }) {}; "vaultaire-common" = callPackage @@ -274640,6 +286111,8 @@ self: { ]; description = "Common types and instances for Vaultaire"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "vcache" = callPackage @@ -274656,6 +286129,8 @@ self: { ]; description = "semi-transparent persistence for Haskell using LMDB, STM"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "vcache-trie" = callPackage @@ -274700,6 +286175,8 @@ self: { executableHaskellDepends = [ base shelly text ]; description = "Recursively check that a directory is under version control"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "vcd" = callPackage @@ -274727,6 +286204,8 @@ self: { ]; description = "A package to parse VCF files inspired in similar python libraries"; license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "vcs-ignore" = callPackage @@ -274821,6 +286300,8 @@ self: { ]; description = "Wrapper for source code management systems"; license = "GPL"; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "vec" = callPackage @@ -274891,6 +286372,8 @@ self: { libraryHaskellDepends = [ base random ]; description = "A low-dimensional linear algebra library, operating on the Floating typeclass"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "vect-floating-accelerate" = callPackage @@ -274916,6 +286399,8 @@ self: { libraryHaskellDepends = [ base OpenGL vect ]; description = "OpenGL support for the `vect' low-dimensional linear algebra library"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "vector" = callPackage @@ -275045,6 +286530,8 @@ self: { testHaskellDepends = [ base directory QuickCheck random ]; description = "ByteStrings as type synonyms of Storable Vectors of Word8s"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "vector-circular" = callPackage @@ -275082,6 +286569,8 @@ self: { ]; description = "Vector clocks for versioning message flows"; license = lib.licenses.gpl3Only; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "vector-conduit" = callPackage @@ -275100,6 +286589,8 @@ self: { ]; description = "Conduit utilities for vectors"; license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "vector-doublezip" = callPackage @@ -275111,6 +286602,8 @@ self: { libraryHaskellDepends = [ base vector ]; description = "Some special functions to work with Vector (with zip)"; license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "vector-endian" = callPackage @@ -275125,7 +286618,6 @@ self: { doHaddock = false; description = "Storable vectors with cpu-independent representation"; license = lib.licenses.mit; - hydraPlatforms = lib.platforms.none; }) {}; "vector-extras" = callPackage @@ -275171,6 +286663,8 @@ self: { ]; description = "A binding to the fftw library for one-dimensional vectors"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {inherit (pkgs) fftw;}; "vector-functorlazy" = callPackage @@ -275185,6 +286679,8 @@ self: { ]; description = "vectors that perform the fmap operation in constant time"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "vector-hashtables" = callPackage @@ -275207,6 +286703,8 @@ self: { ]; description = "Efficient vector-based mutable hashtables implementation"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "vector-heterogenous" = callPackage @@ -275218,6 +286716,8 @@ self: { libraryHaskellDepends = [ base vector ]; description = "A type-safe library for vectors whose elements can be of any type, or any type satisfying some constraints"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "vector-instances" = callPackage @@ -275274,6 +286774,8 @@ self: { libraryHaskellDepends = [ base mersenne-random-pure64 vector ]; description = "Generate vectors filled with high quality pseudorandom numbers"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "vector-read-instances" = callPackage @@ -275285,6 +286787,8 @@ self: { libraryHaskellDepends = [ base vector ]; description = "(deprecated) Read instances for 'Data.Vector'"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "vector-rotcev" = callPackage @@ -275349,6 +286853,8 @@ self: { testHaskellDepends = [ base doctest ]; description = "vector-space operations for finite maps using Data.Map"; license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "vector-space-opengl" = callPackage @@ -275366,6 +286872,8 @@ self: { ]; description = "Instances of vector-space classes for OpenGL types"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "vector-space-points" = callPackage @@ -275379,6 +286887,8 @@ self: { libraryHaskellDepends = [ base vector-space ]; description = "A type for points, as distinct from vectors"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "vector-split" = callPackage @@ -275406,6 +286916,8 @@ self: { libraryHaskellDepends = [ base primitive vector ]; description = "Statically checked sizes on Data.Vector"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "vector-strategies" = callPackage @@ -275512,6 +287024,8 @@ self: { testHaskellDepends = [ base Cabal filepath hspec text ]; description = "Automatically add files to exposed-modules and other-modules"; license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "venzone" = callPackage @@ -275550,6 +287064,8 @@ self: { libraryHaskellDepends = [ base regex-pcre ]; description = "Regular expressions made easy"; license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "verbosity" = callPackage @@ -275582,6 +287098,8 @@ self: { testHaskellDepends = [ base hspec ]; description = "Validation framework"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "verdict-json" = callPackage @@ -275622,6 +287140,7 @@ self: { "aarch64-darwin" "armv7l-linux" "i686-linux" "x86_64-darwin" "x86_64-linux" ]; + hydraPlatforms = lib.platforms.none; }) {}; "verify" = callPackage @@ -275644,6 +287163,8 @@ self: { ]; description = "A new Haskeleton package"; license = lib.licenses.isc; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "verilog" = callPackage @@ -275656,6 +287177,8 @@ self: { libraryToolDepends = [ alex happy ]; description = "Verilog preprocessor, parser, and AST"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "verismith" = callPackage @@ -275692,6 +287215,8 @@ self: { benchmarkHaskellDepends = [ base criterion lens ]; description = "Random verilog generation and simulator testing"; license = lib.licenses.gpl3Only; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "verset" = callPackage @@ -275739,7 +287264,6 @@ self: { ]; description = "Servant combinators for the versioning library"; license = lib.licenses.asl20; - hydraPlatforms = lib.platforms.none; }) {}; "versions" = callPackage @@ -275849,7 +287373,6 @@ self: { ]; description = "Extend vformat to Aeson datatypes"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; }) {}; "vformat-time" = callPackage @@ -275864,7 +287387,6 @@ self: { testHaskellDepends = [ base time vformat ]; description = "Extend vformat to time datatypes"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; }) {}; "vfr-waypoints" = callPackage @@ -275945,6 +287467,8 @@ self: { ]; description = "Provides functions to inspect and manipulate virtual hard disk (VHD) files"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "vhdl" = callPackage @@ -275956,6 +287480,8 @@ self: { libraryHaskellDepends = [ base mtl pretty regex-posix ]; description = "VHDL AST and pretty printer"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "vicinity" = callPackage @@ -275971,6 +287497,8 @@ self: { base containers doctest QuickCheck quickcheck-classes ]; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "viewprof" = callPackage @@ -275989,6 +287517,7 @@ self: { ]; description = "Text-based interactive GHC .prof viewer"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; }) {}; "views" = callPackage @@ -276000,6 +287529,8 @@ self: { libraryHaskellDepends = [ base mtl ]; description = "Views allow you to run a State monad on part of a state"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "vigilance" = callPackage @@ -276097,6 +287628,8 @@ self: { ]; description = "An MPD client with vim-like key bindings"; license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; + broken = true; }) {inherit (pkgs) ncurses;}; "vintage-basic" = callPackage @@ -276117,6 +287650,8 @@ self: { testHaskellDepends = [ base ]; description = "Interpreter for microcomputer-era BASIC"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "vinyl" = callPackage @@ -276179,6 +287714,7 @@ self: { ]; description = "Convert plain records to vinyl (and vice versa), generically"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; }) {}; "vinyl-gl" = callPackage @@ -276216,6 +287752,8 @@ self: { testHaskellDepends = [ base hlint ]; description = "Provide json instances automagically to vinyl types"; license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "vinyl-loeb" = callPackage @@ -276238,6 +287776,8 @@ self: { libraryHaskellDepends = [ base vinyl ]; description = "Syntax sugar for vinyl records using overloaded labels"; license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "vinyl-operational" = callPackage @@ -276272,6 +287812,8 @@ self: { testHaskellDepends = [ base doctest vinyl ]; description = "Vinyl records utilities"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "vinyl-utils" = callPackage @@ -276283,6 +287825,8 @@ self: { libraryHaskellDepends = [ base contravariant transformers vinyl ]; description = "Utilities for vinyl"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "vinyl-vectors" = callPackage @@ -276301,6 +287845,8 @@ self: { ]; description = "Vectors for vinyl vectors"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "virthualenv" = callPackage @@ -276320,6 +287866,8 @@ self: { ]; description = "Virtual Haskell Environment builder"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "visibility" = callPackage @@ -276331,6 +287879,8 @@ self: { libraryHaskellDepends = [ base containers ]; description = "Simple computation of visibility polygons"; license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "vision" = callPackage @@ -276399,6 +287949,8 @@ self: { ]; description = "Create a visual profile of a program's source code"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "visualize-cbn" = callPackage @@ -276431,6 +287983,8 @@ self: { libraryHaskellDepends = [ base mtl profunctors ]; description = "Profunctor optics via the profunctor representation theorem"; license = lib.licenses.gpl3Plus; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "vivid" = callPackage @@ -276499,6 +288053,8 @@ self: { ]; description = "Amazon Route53 DNS service plugin for the aws package"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "vk-posix-pty" = callPackage @@ -276662,6 +288218,8 @@ self: { libraryHaskellDepends = [ base bytestring ]; description = "Vowpal Wabbit utilities"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "voyeur" = callPackage @@ -276673,6 +288231,8 @@ self: { libraryHaskellDepends = [ base bytestring process utf8-string ]; description = "Haskell bindings for libvoyeur"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "vp-tree" = callPackage @@ -276713,6 +288273,8 @@ self: { testHaskellDepends = [ base smallcheck tasty tasty-smallcheck ]; description = "Priority queue based on vector"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "vrpn" = callPackage @@ -276756,6 +288318,8 @@ self: { ]; description = "Vector and Text utilities"; license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "vte" = callPackage @@ -276773,6 +288337,8 @@ self: { libraryToolDepends = [ gtk2hs-buildtools ]; description = "Binding to the VTE library"; license = lib.licenses.lgpl21Only; + hydraPlatforms = lib.platforms.none; + broken = true; }) {inherit (pkgs) vte;}; "vtegtk3" = callPackage @@ -276790,6 +288356,8 @@ self: { libraryToolDepends = [ gtk2hs-buildtools ]; description = "Binding to the VTE library"; license = lib.licenses.lgpl21Only; + hydraPlatforms = lib.platforms.none; + broken = true; }) {inherit (pkgs) vte;}; "vty" = callPackage @@ -276883,6 +288451,8 @@ self: { ]; description = "Examples programs using the vty library"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "vty-menu" = callPackage @@ -276896,6 +288466,8 @@ self: { libraryHaskellDepends = [ base vty ]; description = "A lib for displaying a menu and getting a selection using VTY"; license = lib.licenses.gpl3Only; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "vty-ui" = callPackage @@ -276917,6 +288489,8 @@ self: { executableHaskellDepends = [ base QuickCheck random text vty ]; description = "An interactive terminal user interface library for Vty"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "vty-ui-extras" = callPackage @@ -277048,6 +288622,8 @@ self: { ]; description = "Manage Wacom tablet settings profiles, including Intuos Pro ring modes"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "waddle" = callPackage @@ -277070,6 +288646,8 @@ self: { ]; description = "DOOM WAD file utilities"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "wahsp" = callPackage @@ -277270,6 +288848,7 @@ self: { ]; description = "Run wai Applications in IO based monads"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; }) {}; "wai-cors" = callPackage @@ -277483,6 +289062,8 @@ self: { ]; description = "Git http-backend CGI App of WAI"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "wai-graceful" = callPackage @@ -277494,6 +289075,8 @@ self: { libraryHaskellDepends = [ base http-types mtl resourcet unix wai ]; description = "Graceful shutdown for WAI applications"; license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "wai-handler-devel" = callPackage @@ -277514,6 +289097,8 @@ self: { executableHaskellDepends = [ cmdargs ]; description = "WAI server that automatically reloads code after modification. (deprecated)"; license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "wai-handler-fastcgi" = callPackage @@ -277526,6 +289111,8 @@ self: { librarySystemDepends = [ fcgi ]; description = "Wai handler to fastcgi"; license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; + broken = true; }) {inherit (pkgs) fcgi;}; "wai-handler-hal" = callPackage @@ -277570,6 +289157,8 @@ self: { libraryHaskellDepends = [ base bytestring wai wai-extra ]; description = "Wai handler to SCGI (deprecated)"; license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "wai-handler-snap" = callPackage @@ -277599,6 +289188,8 @@ self: { libraryPkgconfigDepends = [ QtWebKit ]; description = "Turn WAI applications into standalone GUIs using QtWebkit"; license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; + broken = true; }) {QtWebKit = null;}; "wai-hastache" = callPackage @@ -277637,6 +289228,8 @@ self: { ]; description = "hmac authentication tools for WAI apps"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "wai-http2-extra" = callPackage @@ -277678,6 +289271,8 @@ self: { ]; description = "Haskell Webapps on AWS Lambda"; license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "wai-lens" = callPackage @@ -277693,6 +289288,8 @@ self: { ]; description = "Lenses for WAI"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "wai-lite" = callPackage @@ -277708,6 +289305,8 @@ self: { ]; description = "DEPCRECATED (use package \"simple\" instead) A minimalist web framework for WAI web applications"; license = lib.licenses.gpl3Only; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "wai-log" = callPackage @@ -277765,6 +289364,8 @@ self: { ]; description = "Buffer requets before logging them"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "wai-logger-prefork" = callPackage @@ -277781,6 +289382,8 @@ self: { ]; description = "A logging system for preforked WAI apps"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "wai-make-assets" = callPackage @@ -277847,6 +289450,8 @@ self: { ]; description = "Authentication middleware that secures WAI application"; license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "wai-middleware-brotli" = callPackage @@ -277873,7 +289478,6 @@ self: { ]; description = "WAI middleware for brotli compression"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; }) {}; "wai-middleware-cache" = callPackage @@ -277977,6 +289581,8 @@ self: { ]; description = "Wai error catching middleware"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "wai-middleware-clacks" = callPackage @@ -278051,6 +289657,7 @@ self: { ]; description = "Route to different middlewares based on the incoming Accept header"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; }) {}; "wai-middleware-crowd" = callPackage @@ -278082,6 +289689,8 @@ self: { ]; description = "Middleware and utilities for using Atlassian Crowd authentication"; license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "wai-middleware-delegate" = callPackage @@ -278109,6 +289718,8 @@ self: { ]; description = "WAI middleware that delegates handling of requests"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "wai-middleware-etag" = callPackage @@ -278126,6 +289737,8 @@ self: { ]; description = "WAI ETag middleware for static files"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "wai-middleware-gunzip" = callPackage @@ -278152,6 +289765,8 @@ self: { libraryHaskellDepends = [ base bytestring http-types wai ]; description = "cors and addHeaders for WAI"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "wai-middleware-hmac" = callPackage @@ -278194,6 +289809,8 @@ self: { ]; description = "WAI HMAC Authentication Middleware Client"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "wai-middleware-json-errors" = callPackage @@ -278252,6 +289869,8 @@ self: { ]; description = "WAI middleware for preprocessing static files"; license = lib.licenses.gpl3Only; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "wai-middleware-prometheus" = callPackage @@ -278371,6 +289990,8 @@ self: { ]; description = "WAI middleware that serves requests to static files"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "wai-middleware-static-embedded" = callPackage @@ -278412,6 +290033,7 @@ self: { ]; description = "WAI Middleware for Request Throttling"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; }) {}; "wai-middleware-travisci" = callPackage @@ -278430,6 +290052,8 @@ self: { ]; description = "WAI middleware for authenticating webhook payloads from Travis CI"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "wai-middleware-validation" = callPackage @@ -278451,6 +290075,8 @@ self: { ]; description = "WAI Middleware to validate the request and response bodies"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "wai-middleware-verbs" = callPackage @@ -278492,6 +290118,8 @@ self: { ]; description = "WAI request predicates"; license = "unknown"; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "wai-rate-limit" = callPackage @@ -278523,6 +290151,8 @@ self: { ]; description = "See README for more info"; license = lib.licenses.asl20; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "wai-rate-limit-redis" = callPackage @@ -278540,6 +290170,8 @@ self: { ]; description = "Redis backend for rate limiting as WAI middleware"; license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "wai-rate-limit-redis_0_2_0_1" = callPackage @@ -278558,6 +290190,7 @@ self: { description = "Redis backend for rate limiting as WAI middleware"; license = lib.licenses.mit; hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "wai-request-spec" = callPackage @@ -278576,6 +290209,8 @@ self: { ]; description = "Declarative request parsing"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "wai-responsible" = callPackage @@ -278587,6 +290222,8 @@ self: { libraryHaskellDepends = [ base bytestring http-types wai ]; description = "Response interface for WAI"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "wai-route" = callPackage @@ -278620,6 +290257,8 @@ self: { libraryHaskellDepends = [ base text wai ]; description = "Provides basic routing on URL paths for WAI"; license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "wai-routes" = callPackage @@ -278644,6 +290283,7 @@ self: { ]; description = "Typesafe URLs for Wai applications"; license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; }) {}; "wai-routing" = callPackage @@ -278670,6 +290310,7 @@ self: { ]; description = "Declarative routing for WAI"; license = lib.licenses.mpl20; + hydraPlatforms = lib.platforms.none; }) {}; "wai-saml2" = callPackage @@ -278729,6 +290370,8 @@ self: { wai-extra ]; license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "wai-session" = callPackage @@ -278762,6 +290405,8 @@ self: { ]; description = "An alternative session middleware for WAI"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "wai-session-clientsession" = callPackage @@ -278798,6 +290443,8 @@ self: { ]; description = "MySQL backed Wai session store"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "wai-session-postgresql" = callPackage @@ -278820,6 +290467,8 @@ self: { ]; description = "PostgreSQL backed Wai session store"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "wai-session-redis" = callPackage @@ -278845,6 +290494,8 @@ self: { ]; description = "Simple Redis backed wai-session backend"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "wai-session-redis_0_1_0_5" = callPackage @@ -278871,6 +290522,7 @@ self: { description = "Simple Redis backed wai-session backend"; license = lib.licenses.bsd3; hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "wai-session-tokyocabinet" = callPackage @@ -278919,6 +290571,8 @@ self: { ]; description = "A simple cache for serving static files in a WAI middleware"; license = lib.licenses.agpl3Only; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "wai-static-pages" = callPackage @@ -278978,6 +290632,8 @@ self: { ]; description = "Wai middleware for request throttling"; license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "wai-transformers" = callPackage @@ -279056,6 +290712,8 @@ self: { libraryHaskellDepends = [ base containers ]; description = "A wrapping library for waitfree computation"; license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "waitra" = callPackage @@ -279080,6 +290738,8 @@ self: { ]; description = "A very simple Wai router"; license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "wakame" = callPackage @@ -279152,6 +290812,8 @@ self: { testHaskellDepends = [ base ]; description = "A library and executable for creating wallpaper, frieze, and rosette patterns"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "warc" = callPackage @@ -279227,6 +290889,8 @@ self: { executableHaskellDepends = [ base ]; description = "Dynamic configurable warp HTTP server"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "warp-grpc" = callPackage @@ -279244,6 +290908,8 @@ self: { ]; description = "A minimal gRPC server on top of Warp"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "warp-quic" = callPackage @@ -279277,6 +290943,8 @@ self: { ]; description = "Static file server based on Warp and wai-app-static (deprecated)"; license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "warp-systemd" = callPackage @@ -279288,6 +290956,8 @@ self: { libraryHaskellDepends = [ base network systemd unix wai warp ]; description = "Socket activation and other systemd integration for the Warp web server (WAI)"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "warp-tls" = callPackage @@ -279364,6 +291034,8 @@ self: { ]; description = "WebAssembly Language Toolkit and Interpreter"; license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "watchdog" = callPackage @@ -279391,6 +291063,8 @@ self: { ]; description = "Opinionated filesystem watcher"; license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "watchit" = callPackage @@ -279419,6 +291093,8 @@ self: { ]; description = "File change watching utility"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "wavconvert" = callPackage @@ -279469,6 +291145,8 @@ self: { ]; description = "Wavefront OBJ loader"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "wavefront-obj" = callPackage @@ -279487,6 +291165,8 @@ self: { testHaskellDepends = [ base hspec linear ]; description = "Wavefront .obj file loader"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "wavesurfer" = callPackage @@ -279560,6 +291240,8 @@ self: { libraryHaskellDepends = [ base containers ]; description = "Mutable bag backed by weak pointers to each item"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "weather-api" = callPackage @@ -279576,6 +291258,8 @@ self: { ]; description = "Weather API implemented in Haskell"; license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "web-browser-in-haskell" = callPackage @@ -279599,6 +291283,8 @@ self: { libraryHaskellDepends = [ base text ]; description = "Simple functions for CSS"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "web-encodings" = callPackage @@ -279616,6 +291302,8 @@ self: { ]; description = "Encapsulate multiple web encoding in a single package. (deprecated)"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "web-fpco" = callPackage @@ -279651,7 +291339,6 @@ self: { testHaskellDepends = [ base bytestring HUnit network-uri text ]; description = "Composable, reversible, efficient web routing using invertible invariants and bijections"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; }) {}; "web-mongrel2" = callPackage @@ -279689,6 +291376,8 @@ self: { ]; description = "Library to present content to an user via their browser"; license = lib.licenses.publicDomain; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "web-page" = callPackage @@ -279761,6 +291450,8 @@ self: { ]; description = "Send messages using Web Push protocol"; license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "web-rep" = callPackage @@ -279785,7 +291476,6 @@ self: { executableHaskellDepends = [ base optparse-generic ]; description = "representations of a web page"; license = lib.licenses.mit; - hydraPlatforms = lib.platforms.none; }) {}; "web-routes" = callPackage @@ -279878,6 +291568,8 @@ self: { libraryHaskellDepends = [ base path-pieces template-haskell text ]; description = "Define data types and parse/build functions for web-routes via a quasi-quoted DSL (deprecated)"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "web-routes-regular" = callPackage @@ -279906,6 +291598,8 @@ self: { testHaskellDepends = [ base hspec HUnit QuickCheck web-routes ]; description = "Support for deriving PathInfo using Template Haskell"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "web-routes-transformers" = callPackage @@ -279917,6 +291611,8 @@ self: { libraryHaskellDepends = [ base transformers web-routes ]; description = "Extends web-routes with some transformers instances for RouteT"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "web-routes-wai" = callPackage @@ -279987,6 +291683,7 @@ self: { testToolDepends = [ hspec-discover ]; description = "Fixed size big integers for Haskell Web3 library"; license = lib.licenses.asl20; + hydraPlatforms = lib.platforms.none; }) {}; "web3-crypto" = callPackage @@ -280010,6 +291707,7 @@ self: { testToolDepends = [ hspec-discover ]; description = "Cryptograhical primitives for Haskell Web3 library"; license = lib.licenses.asl20; + hydraPlatforms = lib.platforms.none; }) {}; "web3-ethereum" = callPackage @@ -280058,6 +291756,8 @@ self: { ]; description = "IPFS support for Haskell Web3 library"; license = lib.licenses.asl20; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "web3-polkadot" = callPackage @@ -280088,6 +291788,7 @@ self: { testToolDepends = [ hspec-discover ]; description = "Polkadot support for Haskell Web3 library"; license = lib.licenses.asl20; + hydraPlatforms = lib.platforms.none; }) {}; "web3-provider" = callPackage @@ -280104,6 +291805,7 @@ self: { ]; description = "Node connection provider for Haskell Web3 library"; license = lib.licenses.asl20; + hydraPlatforms = lib.platforms.none; }) {}; "web3-solidity" = callPackage @@ -280130,6 +291832,7 @@ self: { testToolDepends = [ hspec-discover ]; description = "Solidity language for Haskell Web3 library"; license = lib.licenses.asl20; + hydraPlatforms = lib.platforms.none; }) {}; "webapi" = callPackage @@ -280156,6 +291859,8 @@ self: { ]; description = "WAI based library for web api"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "webapp" = callPackage @@ -280178,6 +291883,8 @@ self: { ]; description = "Haskell web app framework based on WAI & Warp"; license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "webauthn" = callPackage @@ -280208,6 +291915,7 @@ self: { ]; description = "Relying party (server) implementation of the WebAuthn 2 specification"; license = lib.licenses.asl20; + hydraPlatforms = lib.platforms.none; }) {}; "webby" = callPackage @@ -280232,6 +291940,8 @@ self: { ]; description = "A super-simple web server framework"; license = lib.licenses.asl20; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "webcloud" = callPackage @@ -280248,6 +291958,8 @@ self: { executableHaskellDepends = [ base optparse-applicative ]; description = "Turn an optparse-applicative program into a CGI program!"; license = lib.licenses.bsd2; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "webcrank" = callPackage @@ -280275,6 +291987,8 @@ self: { ]; description = "Webmachine inspired toolkit for building http applications and services"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "webcrank-dispatch" = callPackage @@ -280290,6 +292004,8 @@ self: { ]; description = "A simple request dispatcher"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "webcrank-wai" = callPackage @@ -280333,6 +292049,8 @@ self: { ]; description = "a Haskell client for the Selenium WebDriver protocol"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "webdriver-angular" = callPackage @@ -280354,6 +292072,7 @@ self: { ]; description = "Webdriver actions to assist with testing a webpage which uses Angular.Js"; license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; }) {}; "webdriver-snoy" = callPackage @@ -280380,6 +292099,8 @@ self: { testHaskellDepends = [ base parallel text ]; description = "a Haskell client for the Selenium WebDriver protocol (deprecated)"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "webdriver-w3c" = callPackage @@ -280497,6 +292218,8 @@ self: { testToolDepends = [ hspec-discover ]; description = "Pipes wrapper of Webex Teams List API"; license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "webfinger-client" = callPackage @@ -280515,6 +292238,8 @@ self: { ]; description = "WebFinger client library"; license = lib.licenses.publicDomain; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "webgear-core" = callPackage @@ -280650,6 +292375,8 @@ self: { libraryPkgconfigDepends = [ webkit ]; description = "JavaScriptCore FFI from webkitgtk"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {webkit = null;}; "webkit2gtk3-javascriptcore" = callPackage @@ -280722,6 +292449,8 @@ self: { ]; description = "Types and functions for working with Webmentions"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "webp" = callPackage @@ -280801,6 +292530,8 @@ self: { ]; description = "Show programming language printed values in a web UI"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "websnap" = callPackage @@ -280876,6 +292607,8 @@ self: { ]; description = "Simple streaming RPC mechanism using WebSockets"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "websockets-simple" = callPackage @@ -280946,6 +292679,8 @@ self: { ]; description = "Functional reactive web framework"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "wedding-announcement" = callPackage @@ -280977,6 +292712,8 @@ self: { ]; description = "Wedged postcard generator"; license = "unknown"; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "weeder_2_2_0" = callPackage @@ -281057,6 +292794,8 @@ self: { ]; description = "A school-timetable problem-solver"; license = "GPL"; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "weigh" = callPackage @@ -281098,6 +292837,8 @@ self: { libraryToolDepends = [ happy ]; description = "Weighted Regular Expression Matcher"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "weighted-search" = callPackage @@ -281128,6 +292869,8 @@ self: { ]; description = "Haskell web framework (because Scotty had trouble yodeling)"; license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "wembley" = callPackage @@ -281169,6 +292912,8 @@ self: { ]; description = "A game engine for playing werewolf within an arbitrary chat client"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "werewolf-slack" = callPackage @@ -281215,6 +292960,7 @@ self: { doHaddock = false; description = "WGPU"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; }) {}; "wgpu-raw-hs" = callPackage @@ -281227,6 +292973,8 @@ self: { libraryPkgconfigDepends = [ SDL2 ]; description = "WGPU Raw"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {inherit (pkgs) SDL2;}; "what4" = callPackage @@ -281326,6 +293074,8 @@ self: { libraryHaskellDepends = [ base indents parsec ]; description = "Parser for the While language"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "whim" = callPackage @@ -281344,6 +293094,8 @@ self: { ]; description = "A Haskell window manager"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "whiskers" = callPackage @@ -281355,6 +293107,8 @@ self: { libraryHaskellDepends = [ base parsec template-haskell ]; description = "Mustache templates with Template Haskell"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "whitespace" = callPackage @@ -281383,6 +293137,8 @@ self: { libraryHaskellDepends = [ base network network-uri split ]; description = "WHOIS client library"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "wholepixels" = callPackage @@ -281399,6 +293155,8 @@ self: { random-fu random-shuffle random-source relude temporary time ]; license = lib.licenses.asl20; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "why3" = callPackage @@ -281417,6 +293175,8 @@ self: { libraryToolDepends = [ alex happy ]; description = "Haskell support for the Why3 input format"; license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "wide-word" = callPackage @@ -281612,6 +293372,8 @@ self: { ]; description = "An implementation of the web Document Object Model, and its rendering"; license = lib.licenses.mpl20; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "wilton-ffi" = callPackage @@ -281651,6 +293413,8 @@ self: { librarySystemDepends = [ dnsapi ]; description = "Domain Name Service (DNS) lookup via the /dnsapi.dll standard library"; license = lib.licenses.gpl2Only; + hydraPlatforms = lib.platforms.none; + broken = true; }) {dnsapi = null;}; "windowslive" = callPackage @@ -281668,6 +293432,8 @@ self: { ]; description = "Implements Windows Live Web Authentication and Delegated Authentication"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "winerror" = callPackage @@ -281679,6 +293445,8 @@ self: { doHaddock = false; description = "Error handling for foreign calls to the Windows API"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "winery" = callPackage @@ -281716,6 +293484,8 @@ self: { ]; description = "A compact, well-typed seralisation format for Haskell values"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "winio" = callPackage @@ -281776,6 +293546,7 @@ self: { ]; description = "API for Linux Kernel Wireguard device management"; license = "LGPL"; + hydraPlatforms = lib.platforms.none; }) {}; "wires" = callPackage @@ -281793,6 +293564,8 @@ self: { ]; description = "Functional reactive programming library"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "wiring" = callPackage @@ -281809,6 +293582,8 @@ self: { ]; description = "Wiring, promotion and demotion of types"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "wiringPi" = callPackage @@ -282004,6 +293779,8 @@ self: { executableHaskellDepends = [ base bytestring network unix ]; description = "A network server to show bottlenecks of GHC"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "wizard" = callPackage @@ -282050,6 +293827,8 @@ self: { ]; description = "Parsec parsers and types for geographic data in well-known text (WKT) format"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "wkt-geom" = callPackage @@ -282073,6 +293852,7 @@ self: { ]; description = "A parser of WKT, WKB and eWKB"; license = lib.licenses.asl20; + hydraPlatforms = lib.platforms.none; }) {}; "wl-pprint" = callPackage @@ -282153,6 +293933,8 @@ self: { ]; description = "A free monad based on the Wadler/Leijen pretty printer"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "wl-pprint-terminfo" = callPackage @@ -282248,6 +294030,8 @@ self: { libraryHaskellDepends = [ base ]; description = "Convenient typeclass for defining arbitrary-index enums"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "woffex" = callPackage @@ -282263,6 +294047,8 @@ self: { ]; description = "Web Open Font Format (WOFF) unpacker"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "wol" = callPackage @@ -282277,6 +294063,8 @@ self: { executableHaskellDepends = [ base ]; description = "Send a Wake on LAN Magic Packet"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "wolf" = callPackage @@ -282330,6 +294118,7 @@ self: { testHaskellDepends = [ base smallcheck tasty tasty-smallcheck ]; description = "Words of arbitrary size"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; }) {}; "word-compat" = callPackage @@ -282414,6 +294203,8 @@ self: { benchmarkHaskellDepends = [ base criterion deepseq ]; description = "24-bit word and int types for GHC"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "word2vec-model" = callPackage @@ -282441,6 +294232,8 @@ self: { ]; description = "Reading word2vec binary models"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "word8" = callPackage @@ -282532,6 +294325,8 @@ self: { unordered-containers ]; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "wordlist" = callPackage @@ -282570,6 +294365,8 @@ self: { doHaddock = false; description = "arbitrary bit size Words"; license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "wordpass" = callPackage @@ -282592,6 +294389,8 @@ self: { ]; description = "Dictionary-based password generator"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "wordpress-auth" = callPackage @@ -282636,6 +294435,8 @@ self: { executableHaskellDepends = [ base containers fclabels ]; description = "A word search solver library and executable"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "wordsetdiff" = callPackage @@ -282668,6 +294469,8 @@ self: { executableHaskellDepends = [ base text ]; description = "A library for parsing a chat-based work hour reporting scheme"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "workdays" = callPackage @@ -282680,6 +294483,8 @@ self: { testHaskellDepends = [ base containers doctest hspec ]; description = "Workday calculations"; license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "workflow-extra" = callPackage @@ -282722,6 +294527,8 @@ self: { executableHaskellDepends = [ base ]; description = "a \"Desktop Workflow\" monad with Objective-C bindings"; license = lib.licenses.gpl3Only; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "workflow-pure" = callPackage @@ -282778,6 +294585,8 @@ self: { testHaskellDepends = [ base doctest hspec QuickCheck ]; description = "Automate keyboard/mouse/clipboard/application interaction"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "world-peace" = callPackage @@ -282825,6 +294634,8 @@ self: { ]; description = "Subscribe to a wiki's RSS feed and archive external links"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "wrap" = callPackage @@ -283019,6 +294830,7 @@ self: { ]; description = "HTTP/HTTPS response process"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; }) {}; "wreq-patchable" = callPackage @@ -283057,6 +294869,8 @@ self: { ]; description = "An easy-to-use HTTP client library"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "wreq-sb" = callPackage @@ -283094,6 +294908,8 @@ self: { ]; description = "An easy-to-use HTTP client library"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "wreq-stringless" = callPackage @@ -283200,6 +295016,8 @@ self: { ]; description = "Lens instances for the stricter CPS WriterT and RWST"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "writer-cps-monads-tf" = callPackage @@ -283215,6 +295033,8 @@ self: { ]; description = "MonadWriter orphan instances for writer-cps-transformers"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "writer-cps-morph" = callPackage @@ -283228,6 +295048,8 @@ self: { libraryHaskellDepends = [ base mmorph writer-cps-transformers ]; description = "MFunctor instance for CPS style WriterT and RWST"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "writer-cps-mtl" = callPackage @@ -283290,6 +295112,7 @@ self: { ]; description = "A simple CLI utility for interacting with a websocket"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; }) {}; "ws-chans" = callPackage @@ -283331,6 +295154,8 @@ self: { ]; description = "WSDL parsing in Haskell"; license = lib.licenses.gpl3Only; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "wsedit" = callPackage @@ -283348,6 +295173,8 @@ self: { ]; description = "A small tool to list, add and remove webseeds from a torrent file"; license = lib.licenses.gpl3Only; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "wshterm" = callPackage @@ -283387,6 +295214,8 @@ self: { executableHaskellDepends = [ base ]; description = "WSJT-X UDP protocol"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "wss-client" = callPackage @@ -283405,7 +295234,6 @@ self: { testHaskellDepends = [ base bytestring envy hspec skews text ]; description = "A-little-higher-level WebSocket client"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; }) {}; "wstunnel" = callPackage @@ -283436,6 +295264,8 @@ self: { ]; description = "Tunneling program over websocket protocol"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "wtk" = callPackage @@ -283447,6 +295277,8 @@ self: { libraryHaskellDepends = [ base old-locale time transformers ]; description = "Wojcik Tool Kit"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "wtk-gtk" = callPackage @@ -283525,6 +295357,8 @@ self: { libraryHaskellDepends = [ base containers time vector-space ]; description = "Pure Haskell PostScript and SVG generation"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "wumpus-drawing" = callPackage @@ -283720,6 +295554,8 @@ self: { ]; description = "helper tool for building wxHaskell"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "wxhnotepad" = callPackage @@ -283807,6 +295643,8 @@ self: { ]; description = "A embedded DSL for manipulating DSP languages in Haskell"; license = lib.licenses.gpl3Only; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "x11-xim" = callPackage @@ -284035,6 +295873,8 @@ self: { ]; description = "XChat"; license = lib.licenses.gpl2Only; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "xcp" = callPackage @@ -284050,6 +295890,8 @@ self: { ]; description = "Partial implementation of the XCP protocol with ethernet as transport layer"; license = lib.licenses.gpl3Only; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "xdcc" = callPackage @@ -284172,6 +296014,8 @@ self: { libraryHaskellDepends = [ base bytestring cereal mtl network ]; description = "Xenstore client access"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "xfconf" = callPackage @@ -284192,6 +296036,8 @@ self: { libraryToolDepends = [ gtk2hs-buildtools ]; description = "FFI bindings to xfconf"; license = lib.licenses.gpl3Only; + hydraPlatforms = lib.platforms.none; + broken = true; }) {libxfconf = null;}; "xformat" = callPackage @@ -284204,6 +296050,8 @@ self: { testHaskellDepends = [ base ]; description = "Extensible, type-safe formatting with scanf- and printf-like functions"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "xgboost-haskell" = callPackage @@ -284237,6 +296085,8 @@ self: { ]; description = "Replaces/Enhances Text.Regex"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "xhb" = callPackage @@ -284255,6 +296105,8 @@ self: { ]; description = "X Haskell Bindings"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "xhb-atom-cache" = callPackage @@ -284330,6 +296182,8 @@ self: { executableHaskellDepends = [ base directory process ]; description = "The Lava system for Xilinx FPGA design with layout combinators"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "xine" = callPackage @@ -284344,6 +296198,8 @@ self: { libraryToolDepends = [ c2hs ]; description = "Bindings to xine-lib"; license = "LGPL"; + hydraPlatforms = lib.platforms.none; + broken = true; }) {libxine = null; xine = null;}; "xing-api" = callPackage @@ -284367,6 +296223,8 @@ self: { ]; description = "Wrapper for the XING API, v1"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "xinput-conduit" = callPackage @@ -284406,6 +296264,8 @@ self: { benchmarkHaskellDepends = [ base random time vector ]; description = "Haskell bindings for libxkbcommon"; license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; + broken = true; }) {inherit (pkgs) libxkbcommon;}; "xkcd" = callPackage @@ -284425,6 +296285,8 @@ self: { ]; description = "Downloads the most recent xkcd comic"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "xleb" = callPackage @@ -284440,6 +296302,8 @@ self: { libraryHaskellDepends = [ base containers mtl xml ]; description = "A simple monadic language for parsing XML structures"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "xls" = callPackage @@ -284461,6 +296325,8 @@ self: { testHaskellDepends = [ base hspec ]; description = "Parse Microsoft Excel xls files (BIFF/Excel 97-2004)"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "xlsior" = callPackage @@ -284484,6 +296350,8 @@ self: { ]; description = "Streaming Excel file generation and parsing"; license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "xlsx" = callPackage @@ -284546,6 +296414,8 @@ self: { ]; description = "Simple and incomplete Excel file templater"; license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "xml" = callPackage @@ -284635,6 +296505,8 @@ self: { ]; description = "Historical cursors & decoding on top of xml-conduit"; license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "xml-conduit-parse" = callPackage @@ -284658,6 +296530,8 @@ self: { ]; description = "Streaming XML parser based on conduits"; license = "unknown"; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "xml-conduit-selectors" = callPackage @@ -284677,6 +296551,8 @@ self: { ]; description = "jQuery-style CSS selectors for xml-conduit"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "xml-conduit-stylist" = callPackage @@ -284695,6 +296571,7 @@ self: { ]; description = "Bridge between xml-conduit/html-conduit and stylist"; license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; }) {}; "xml-conduit-writer" = callPackage @@ -284813,6 +296690,8 @@ self: { ]; description = "Optics for xml-conduit and html-conduit"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "xml-html-qq" = callPackage @@ -284877,6 +296756,7 @@ self: { ]; description = "Generate XML-isomorphic types"; license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; }) {}; "xml-lens" = callPackage @@ -284894,6 +296774,8 @@ self: { ]; description = "Lenses, traversals, and prisms for xml-conduit"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "xml-monad" = callPackage @@ -284934,6 +296816,8 @@ self: { libraryHaskellDepends = [ base HaXml parsec ]; description = "Parsing XML with Parsec"; license = "GPL"; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "xml-parser" = callPackage @@ -284999,6 +296883,8 @@ self: { executableHaskellDepends = [ base cmdargs unix ]; description = "Pretty print XML"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "xml-prettify-text" = callPackage @@ -285070,7 +296956,6 @@ self: { ]; description = "A binding for the \"xml-query\" and \"xml-conduit\" libraries"; license = lib.licenses.mit; - hydraPlatforms = lib.platforms.none; }) {}; "xml-query-xml-types" = callPackage @@ -285094,7 +296979,6 @@ self: { ]; description = "An interpreter of \"xml-query\" queries for the \"xml-types\" documents"; license = lib.licenses.mit; - hydraPlatforms = lib.platforms.none; }) {}; "xml-syntax" = callPackage @@ -285136,6 +297020,8 @@ self: { executableHaskellDepends = [ base ]; description = "Library and command line tool for converting XML files to json"; license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "xml-to-json-fast" = callPackage @@ -285183,6 +297069,8 @@ self: { libraryHaskellDepends = [ base containers mtl QuickCheck text ]; description = "Typed XML encoding (core library)"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "xml-types" = callPackage @@ -285210,6 +297098,8 @@ self: { libraryPkgconfigDepends = [ xmlsec1 ]; description = "Verifying XML signatures"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {xmlsec1 = null;}; "xml2html" = callPackage @@ -285250,6 +297140,8 @@ self: { ]; description = "translate xml to json"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "xml2x" = callPackage @@ -285526,6 +297418,8 @@ self: { ]; description = "A tiling window manager"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "xmonad-contrib" = callPackage @@ -285578,6 +297472,8 @@ self: { libraryHaskellDepends = [ base mtl xmonad xmonad-contrib ]; description = "Third party extensions for xmonad"; license = lib.licenses.gpl3Only; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "xmonad-dbus" = callPackage @@ -285608,6 +297504,8 @@ self: { ]; description = "XMonad config entry point wrapper"; license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "xmonad-eval" = callPackage @@ -285624,6 +297522,8 @@ self: { ]; description = "Module for evaluation Haskell expressions in the running xmonad instance"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "xmonad-extras" = callPackage @@ -285659,6 +297559,8 @@ self: { libraryHaskellDepends = [ base gtk xmonad ]; description = "Workspaces screenshooting utility for XMonad"; license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "xmonad-spotify" = callPackage @@ -285706,6 +297608,8 @@ self: { testHaskellDepends = [ base hspec xmonad ]; description = "Custom xmonad, which builds with stack or cabal"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "xmonad-volume" = callPackage @@ -285737,6 +297641,8 @@ self: { libraryHaskellDepends = [ base magic mtl random unix xmonad ]; description = "xmonad wallpaper extension"; license = lib.licenses.lgpl3Only; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "xmonad-windownames" = callPackage @@ -285752,6 +297658,8 @@ self: { ]; description = "A library to automatically put named windows into the DynamicLog"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "xmpipe" = callPackage @@ -285818,6 +297726,8 @@ self: { ]; description = "Simple implementation of xorshift+ PRNG"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "xosd" = callPackage @@ -285925,6 +297835,8 @@ self: { ]; description = "Data types for programs for xournal file format"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "xpathdsv" = callPackage @@ -285986,6 +297898,8 @@ self: { ]; testToolDepends = [ hspec-discover ]; license = lib.licenses.mpl20; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "xsact" = callPackage @@ -286003,6 +297917,8 @@ self: { ]; description = "Cluster EST sequences"; license = "GPL"; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "xsd" = callPackage @@ -286018,6 +297934,8 @@ self: { ]; description = "XML Schema data structures"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "xsha1" = callPackage @@ -286041,6 +297959,8 @@ self: { librarySystemDepends = [ xslt ]; description = "Binding to libxslt"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {xslt = null;}; "xss-sanitize" = callPackage @@ -286101,6 +298021,8 @@ self: { ]; description = "turtle like LOGO"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "xxhash" = callPackage @@ -286154,6 +298076,8 @@ self: { ]; description = "#plaimi's all-encompassing bot"; license = lib.licenses.agpl3Only; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "yabi" = callPackage @@ -286187,6 +298111,8 @@ self: { executableHaskellDepends = [ base containers mtl parsec ]; description = "Yet Another Brainfuck Interpreter"; license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "yackage" = callPackage @@ -286210,6 +298136,8 @@ self: { ]; description = "Personal Hackage replacement for testing new packages"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "yahoo-finance-api" = callPackage @@ -286231,6 +298159,8 @@ self: { ]; description = "Read quotes from Yahoo Finance API"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "yahoo-finance-conduit" = callPackage @@ -286246,6 +298176,8 @@ self: { ]; description = "Streaming aproach to the yahoo finance api"; license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "yahoo-prices" = callPackage @@ -286263,6 +298195,8 @@ self: { doHaddock = false; description = "A wrapper around Yahoo API for downloading market data"; license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "yahoo-web-search" = callPackage @@ -286274,6 +298208,8 @@ self: { libraryHaskellDepends = [ base HTTP network xml ]; description = "Yahoo Web Search Services"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "yajl" = callPackage @@ -286287,6 +298223,8 @@ self: { libraryToolDepends = [ c2hs ]; description = "Bindings for YAJL, an event-based JSON implementation"; license = lib.licenses.gpl3Only; + hydraPlatforms = lib.platforms.none; + broken = true; }) {inherit (pkgs) yajl;}; "yajl-enumerator" = callPackage @@ -286319,6 +298257,8 @@ self: { testHaskellDepends = [ base bytestring hspec ]; description = "A strongly typed IRC library"; license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "yall" = callPackage @@ -286330,6 +298270,8 @@ self: { libraryHaskellDepends = [ base categories transformers ]; description = "Lenses with a southern twang"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "yam" = callPackage @@ -286387,6 +298329,8 @@ self: { ]; description = "Yam App"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "yam-config" = callPackage @@ -286403,6 +298347,8 @@ self: { ]; description = "Yam Configuation"; license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "yam-datasource" = callPackage @@ -286481,6 +298427,7 @@ self: { servant-swagger-ui swagger2 text wai wai-extra warp yam-app yam-job ]; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; }) {}; "yam-transaction" = callPackage @@ -286621,6 +298568,8 @@ self: { ]; description = "YAML parsing combinators for improved validation and error reporting"; license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "yaml-config" = callPackage @@ -286642,6 +298591,8 @@ self: { ]; description = "Configuration management"; license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "yaml-light" = callPackage @@ -286669,6 +298620,8 @@ self: { testHaskellDepends = [ base doctest ]; description = "Lens interface to yaml-light"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "yaml-pretty-extras" = callPackage @@ -286681,6 +298634,8 @@ self: { testHaskellDepends = [ base hspec microlens-platform rio ]; description = "Extra functionality for pretty printing Yaml documents"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "yaml-rpc" = callPackage @@ -286699,6 +298654,8 @@ self: { ]; description = "Simple library for network (HTTP REST-like) YAML RPC"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "yaml-rpc-scotty" = callPackage @@ -286768,7 +298725,6 @@ self: { ]; description = "Support for parsing and rendering YAML documents"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; }) {}; "yaml-union" = callPackage @@ -286796,6 +298752,8 @@ self: { ]; description = "Read multiple yaml-files and override fields recursively"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "yaml-unscrambler" = callPackage @@ -286822,7 +298780,6 @@ self: { ]; description = "Flexible declarative YAML parsing toolkit"; license = lib.licenses.mit; - hydraPlatforms = lib.platforms.none; }) {}; "yaml-unscrambler_0_1_0_9" = callPackage @@ -286885,6 +298842,8 @@ self: { ]; description = "Compares the keys from two yaml files"; license = "unknown"; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "yamlparse-applicative" = callPackage @@ -286936,6 +298895,8 @@ self: { ]; description = "Connects GLFW-b (GLFW 3+) with the Yampa FRP library"; license = lib.licenses.gpl3Only; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "yampa-gloss" = callPackage @@ -286949,6 +298910,8 @@ self: { libraryHaskellDepends = [ base gloss Yampa ]; description = "A GLOSS backend for Yampa"; license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "yampa-glut" = callPackage @@ -286966,6 +298929,8 @@ self: { ]; description = "Connects Yampa and GLUT"; license = lib.licenses.gpl3Only; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "yampa-sdl2" = callPackage @@ -286984,6 +298949,8 @@ self: { ]; description = "Yampa and SDL2 made easy"; license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "yampa-test" = callPackage @@ -287002,6 +298969,8 @@ self: { ]; description = "Testing library for Yampa"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "yampa2048" = callPackage @@ -287015,6 +298984,8 @@ self: { executableHaskellDepends = [ base gloss random Yampa ]; description = "2048 game clone using Yampa/Gloss"; license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "yandex-translate" = callPackage @@ -287032,6 +299003,8 @@ self: { ]; description = "Bindings to Yandex translate API"; license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "yaop" = callPackage @@ -287045,6 +299018,8 @@ self: { libraryHaskellDepends = [ base mtl template-haskell ]; description = "Yet another option parser"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "yap" = callPackage @@ -287077,6 +299052,8 @@ self: { testHaskellDepends = [ base hspec process ]; description = "Yet Another Parser Builder (YAPB)"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "yarn-lock" = callPackage @@ -287151,6 +299128,8 @@ self: { ]; description = "Yet another array library"; license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "yarr-image-io" = callPackage @@ -287183,6 +299162,8 @@ self: { testToolDepends = [ tasty-discover ]; description = "Yet another string interpolator"; license = lib.licenses.cc0; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "yate" = callPackage @@ -287202,6 +299183,8 @@ self: { ]; description = "Yet Another Template Engine"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "yavie" = callPackage @@ -287268,6 +299251,8 @@ self: { ]; description = "Test suites for `yaya`"; license = lib.licenses.agpl3Only; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "yaya-unsafe" = callPackage @@ -287299,6 +299284,8 @@ self: { ]; description = "Test suites for `yaya-unsafe`"; license = lib.licenses.agpl3Only; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "ycextra" = callPackage @@ -287393,6 +299380,8 @@ self: { ]; description = "A Yeller Client For Haskell"; license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "yes-precure5-command" = callPackage @@ -287465,6 +299454,8 @@ self: { ]; description = "YesQL-style SQL database abstraction (HDBC backend)"; license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "yeshql-postgresql-simple" = callPackage @@ -287486,6 +299477,8 @@ self: { ]; description = "YesQL-style SQL database abstraction (postgresql-simple backend)"; license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "yesod" = callPackage @@ -287538,6 +299531,8 @@ self: { ]; description = "Angular JS integratoin"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "yesod-angular-ui" = callPackage @@ -287557,6 +299552,8 @@ self: { ]; description = "Angular Helpers"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "yesod-articles" = callPackage @@ -287579,6 +299576,7 @@ self: { ]; description = "Automatically generate article previews for a yesod site"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; }) {}; "yesod-auth" = callPackage @@ -287629,6 +299627,8 @@ self: { ]; description = "An account authentication plugin for Yesod"; license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "yesod-auth-account-fork" = callPackage @@ -287653,6 +299653,8 @@ self: { ]; description = "An account authentication plugin for Yesod"; license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "yesod-auth-basic" = callPackage @@ -287686,6 +299688,8 @@ self: { ]; description = "BCrypt salted and hashed passwords in a database as auth for yesod"; license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "yesod-auth-bcryptdb" = callPackage @@ -287702,6 +299706,8 @@ self: { ]; description = "Authentication plugin for Yesod"; license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "yesod-auth-deskcom" = callPackage @@ -287723,6 +299729,8 @@ self: { ]; description = "Desk.com remote authentication support for Yesod apps."; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "yesod-auth-fb" = callPackage @@ -287740,6 +299748,7 @@ self: { ]; description = "Authentication backend for Yesod using Facebook"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; }) {}; "yesod-auth-hashdb" = callPackage @@ -287783,6 +299792,8 @@ self: { ]; description = "An account authentication plugin for yesod with encrypted token transfer"; license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "yesod-auth-kerberos" = callPackage @@ -287800,6 +299811,8 @@ self: { ]; description = "Kerberos Authentication for Yesod"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "yesod-auth-ldap" = callPackage @@ -287832,6 +299845,8 @@ self: { ]; description = "Very simlple LDAP auth for yesod"; license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "yesod-auth-ldap-native" = callPackage @@ -287849,6 +299864,8 @@ self: { testHaskellDepends = [ base ]; description = "Yesod LDAP authentication plugin"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "yesod-auth-lti13" = callPackage @@ -287871,6 +299888,7 @@ self: { ]; description = "A yesod-auth plugin for LTI 1.3"; license = lib.licenses.lgpl3Only; + hydraPlatforms = lib.platforms.none; }) {}; "yesod-auth-nopassword" = callPackage @@ -287887,6 +299905,8 @@ self: { ]; description = "A plugin for Yesod to provide email-only authentication"; license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "yesod-auth-oauth" = callPackage @@ -287903,6 +299923,8 @@ self: { ]; description = "OAuth Authentication for Yesod"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "yesod-auth-oauth2" = callPackage @@ -287989,6 +300011,8 @@ self: { ]; description = "Provides PAM authentication module"; license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "yesod-auth-smbclient" = callPackage @@ -288005,6 +300029,8 @@ self: { ]; description = "Authentication plugin for Yesod using smbclient"; license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "yesod-auth-zendesk" = callPackage @@ -288023,6 +300049,8 @@ self: { ]; description = "Zendesk remote authentication support for Yesod apps"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "yesod-autoreload" = callPackage @@ -288085,6 +300113,8 @@ self: { ]; description = "Bootstrap widgets for yesod"; license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "yesod-colonnade" = callPackage @@ -288124,6 +300154,7 @@ self: { ]; description = "A generic comments interface for a Yesod application"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; }) {}; "yesod-content-pdf" = callPackage @@ -288145,6 +300176,8 @@ self: { ]; description = "PDF Content Type for Yesod"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "yesod-continuations" = callPackage @@ -288218,6 +300251,8 @@ self: { ]; description = "Generic administrative CRUD operations as a Yesod subsite"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "yesod-crud-persist" = callPackage @@ -288236,6 +300271,7 @@ self: { ]; description = "Flexible CRUD subsite usable with Yesod and Persistent"; license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; }) {}; "yesod-csp" = callPackage @@ -288257,6 +300293,8 @@ self: { ]; description = "Add CSP headers to Yesod apps"; license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "yesod-datatables" = callPackage @@ -288283,6 +300321,8 @@ self: { ]; description = "Yesod plugin for DataTables (jQuery grid plugin)"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "yesod-default" = callPackage @@ -288320,6 +300360,8 @@ self: { ]; description = "DSL for generating Yesod subsite to manage an RDBMS;"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "yesod-elements" = callPackage @@ -288393,6 +300435,8 @@ self: { ]; description = "Fast live-reloading for yesod applications"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "yesod-fay" = callPackage @@ -288412,6 +300456,7 @@ self: { ]; description = "Utilities for using the Fay Haskell-to-JS compiler with Yesod"; license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; }) {}; "yesod-fb" = callPackage @@ -288428,6 +300473,7 @@ self: { ]; description = "Useful glue functions between the fb library and Yesod"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; }) {}; "yesod-filter" = callPackage @@ -288449,6 +300495,8 @@ self: { ]; description = "Automatic filter generator for Yesod"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "yesod-form" = callPackage @@ -288525,6 +300573,8 @@ self: { ]; description = "Extension for Yesod web framework to handle JSON requests as applicative forms"; license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "yesod-form-multi" = callPackage @@ -288557,6 +300607,8 @@ self: { ]; description = "Various rich-text WYSIWYG editors for Yesod forms"; license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "yesod-gitrepo" = callPackage @@ -288589,6 +300641,8 @@ self: { testHaskellDepends = [ base process template-haskell yesod-core ]; description = "A subsite for displaying git information"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "yesod-goodies" = callPackage @@ -288607,6 +300661,8 @@ self: { ]; description = "A collection of various small helpers useful in any yesod application"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "yesod-ip" = callPackage @@ -288625,6 +300681,7 @@ self: { ]; description = "Code for using the ip package with yesod"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; }) {}; "yesod-job-queue" = callPackage @@ -288646,6 +300703,8 @@ self: { testHaskellDepends = [ base ]; description = "Background jobs library for Yesod"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "yesod-json" = callPackage @@ -288674,6 +300733,8 @@ self: { ]; description = "Logging bridge between Yesod and Katip"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "yesod-links" = callPackage @@ -288687,6 +300748,8 @@ self: { libraryHaskellDepends = [ base text yesod-core ]; description = "A typeclass which simplifies creating link widgets throughout your site"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "yesod-lucid" = callPackage @@ -288698,6 +300761,8 @@ self: { libraryHaskellDepends = [ base lucid monads-tf text yesod-core ]; description = "Lucid support for Yesod"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "yesod-mangopay" = callPackage @@ -288736,6 +300801,8 @@ self: { testHaskellDepends = [ base blaze-html hspec text ]; description = "Tools for using markdown in a yesod application"; license = lib.licenses.gpl2Only; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "yesod-media-simple" = callPackage @@ -288803,6 +300870,8 @@ self: { libraryHaskellDepends = [ base template-haskell yesod ]; description = "Pagination for Yesod sites"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "yesod-pagination" = callPackage @@ -288821,6 +300890,8 @@ self: { ]; description = "Pagination in Yesod"; license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "yesod-paginator" = callPackage @@ -288969,6 +301040,8 @@ self: { ]; description = "Yet another getMessage/setMessage using pnotify jquery plugins"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "yesod-pure" = callPackage @@ -288980,6 +301053,8 @@ self: { libraryHaskellDepends = [ base fast-logger text yesod yesod-core ]; description = "Yesod in pure Haskell: no Template Haskell or QuasiQuotes (deprecated)"; license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "yesod-purescript" = callPackage @@ -289023,6 +301098,8 @@ self: { ]; description = "RAML style route definitions for Yesod"; license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "yesod-raml-bin" = callPackage @@ -289105,6 +301182,8 @@ self: { ]; description = "Dead simple support for reCAPTCHA on Yesod applications"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "yesod-recaptcha2" = callPackage @@ -289141,6 +301220,8 @@ self: { ]; description = "Efficient routing for Yesod. (deprecated)"; license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "yesod-routes-flow" = callPackage @@ -289196,6 +301277,8 @@ self: { ]; description = "Tools for using reStructuredText (RST) in a yesod application"; license = "GPL"; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "yesod-s3" = callPackage @@ -289212,6 +301295,8 @@ self: { ]; description = "Simple Helper Library for using Amazon's Simple Storage Service (S3) with Yesod"; license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "yesod-sass" = callPackage @@ -289228,6 +301313,8 @@ self: { ]; description = "A simple quasiquoter to include sass code in yesod"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "yesod-session-redis" = callPackage @@ -289320,6 +301407,8 @@ self: { ]; description = "Yesod generators for embedding AngularJs code into yesod-static at compile time"; license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "yesod-static-remote" = callPackage @@ -289336,6 +301425,8 @@ self: { ]; testHaskellDepends = [ base yesod-static ]; license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "yesod-table" = callPackage @@ -289405,6 +301496,8 @@ self: { ]; description = "Utility functions for testing JSON web services written in Yesod"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "yesod-text-markdown" = callPackage @@ -289421,6 +301514,8 @@ self: { ]; description = "Yesod support for Text.Markdown."; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "yesod-tls" = callPackage @@ -289437,6 +301532,8 @@ self: { ]; description = "Provides main functions using warp-tls for yesod projects"; license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "yesod-transloadit" = callPackage @@ -289460,6 +301557,8 @@ self: { ]; description = "Transloadit support for Yesod"; license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "yesod-vend" = callPackage @@ -289481,6 +301580,8 @@ self: { ]; description = "Simple CRUD classes for easy view creation for Yesod"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "yesod-websockets" = callPackage @@ -289528,6 +301629,7 @@ self: { testHaskellDepends = [ base ]; description = "Initial project template from stack"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; }) {}; "yet-another-logger" = callPackage @@ -289574,6 +301676,8 @@ self: { testHaskellDepends = [ base cryptonite hspec QuickCheck ]; description = "Executable specifications of composable cryptographic protocols"; license = lib.licenses.agpl3Only; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "yhccore" = callPackage @@ -289585,6 +301689,8 @@ self: { libraryHaskellDepends = [ base containers mtl pretty uniplate ]; description = "Yhc's Internal Core language"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "yhseq" = callPackage @@ -289603,6 +301709,8 @@ self: { testToolDepends = [ hspec-discover ]; description = "Calculation of YH sequence system"; license = lib.licenses.asl20; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "yi" = callPackage @@ -289625,6 +301733,7 @@ self: { ]; description = "Yi editor"; license = lib.licenses.gpl2Only; + hydraPlatforms = lib.platforms.none; }) {}; "yi-contrib" = callPackage @@ -289643,6 +301752,7 @@ self: { ]; description = "Add-ons to Yi, the Haskell-Scriptable Editor"; license = lib.licenses.gpl2Only; + hydraPlatforms = lib.platforms.none; }) {}; "yi-core" = callPackage @@ -289675,6 +301785,8 @@ self: { benchmarkHaskellDepends = [ base criterion deepseq yi-rope ]; description = "Yi editor core library"; license = lib.licenses.gpl2Only; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "yi-dynamic-configuration" = callPackage @@ -289691,6 +301803,7 @@ self: { ]; description = "Dynamic configuration support for Yi"; license = lib.licenses.gpl2Only; + hydraPlatforms = lib.platforms.none; }) {}; "yi-emacs-colours" = callPackage @@ -289721,6 +301834,7 @@ self: { ]; description = "Pango frontend for Yi editor"; license = lib.licenses.gpl2Only; + hydraPlatforms = lib.platforms.none; }) {}; "yi-frontend-vty" = callPackage @@ -289738,6 +301852,7 @@ self: { ]; description = "Vty frontend for Yi editor"; license = lib.licenses.gpl2Only; + hydraPlatforms = lib.platforms.none; }) {}; "yi-fuzzy-open" = callPackage @@ -289756,6 +301871,7 @@ self: { ]; description = "Fuzzy open plugin for yi"; license = lib.licenses.gpl2Only; + hydraPlatforms = lib.platforms.none; }) {}; "yi-gtk" = callPackage @@ -289783,6 +301899,7 @@ self: { ]; description = "Yi editor incremental reader"; license = lib.licenses.gpl2Only; + hydraPlatforms = lib.platforms.none; }) {}; "yi-keymap-cua" = callPackage @@ -289798,6 +301915,7 @@ self: { ]; description = "Cua keymap for Yi editor"; license = lib.licenses.gpl2Only; + hydraPlatforms = lib.platforms.none; }) {}; "yi-keymap-emacs" = callPackage @@ -289817,6 +301935,7 @@ self: { ]; description = "Emacs keymap for Yi editor"; license = lib.licenses.gpl2Only; + hydraPlatforms = lib.platforms.none; }) {}; "yi-keymap-vim" = callPackage @@ -289845,6 +301964,7 @@ self: { ]; description = "Vim keymap for Yi editor"; license = lib.licenses.gpl2Only; + hydraPlatforms = lib.platforms.none; }) {}; "yi-language" = callPackage @@ -289889,6 +302009,7 @@ self: { libraryToolDepends = [ alex ]; description = "Yi editor miscellaneous modes"; license = lib.licenses.gpl2Only; + hydraPlatforms = lib.platforms.none; }) {}; "yi-mode-haskell" = callPackage @@ -289906,6 +302027,7 @@ self: { libraryToolDepends = [ alex ]; description = "Yi editor haskell mode"; license = lib.licenses.gpl2Only; + hydraPlatforms = lib.platforms.none; }) {}; "yi-mode-javascript" = callPackage @@ -289926,6 +302048,7 @@ self: { libraryToolDepends = [ alex ]; description = "Yi editor javascript mode"; license = lib.licenses.gpl2Only; + hydraPlatforms = lib.platforms.none; }) {}; "yi-monokai" = callPackage @@ -289937,6 +302060,7 @@ self: { libraryHaskellDepends = [ base yi ]; description = "Monokai colour theme for the Yi text editor"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; }) {}; "yi-rope" = callPackage @@ -289976,6 +302100,7 @@ self: { ]; description = "Snippet support for yi"; license = lib.licenses.gpl2Only; + hydraPlatforms = lib.platforms.none; }) {}; "yi-solarized" = callPackage @@ -289987,6 +302112,7 @@ self: { libraryHaskellDepends = [ base yi ]; description = "Solarized colour theme for the Yi text editor"; license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; }) {}; "yi-spolsky" = callPackage @@ -289998,6 +302124,7 @@ self: { libraryHaskellDepends = [ base yi ]; description = "Spolsky colour theme for the Yi text editor"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; }) {}; "yi-vty" = callPackage @@ -290021,6 +302148,8 @@ self: { libraryHaskellDepends = [ base parsec process ]; description = "Haskell programming interface to Yices SMT solver"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "yices-easy" = callPackage @@ -290170,6 +302299,8 @@ self: { libraryHaskellDepends = [ base ]; description = "Parser combinators for young padawans"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "yoga" = callPackage @@ -290278,6 +302409,8 @@ self: { ]; description = "Builds a static website from templates and data in YAML or CSV files"; license = lib.licenses.gpl2Plus; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "ytl" = callPackage @@ -290318,6 +302451,8 @@ self: { testHaskellDepends = [ base blaze-markup hspec yu-utils ]; description = "The core of Yu"; license = lib.licenses.gpl3Only; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "yu-launch" = callPackage @@ -290351,6 +302486,8 @@ self: { ]; description = "Tool for Yu"; license = lib.licenses.gpl3Only; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "yu-utils" = callPackage @@ -290385,6 +302522,8 @@ self: { libraryHaskellDepends = [ base ]; description = "Grids defined by layout hints and implemented on top of Yahoo grids"; license = "unknown"; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "yuuko" = callPackage @@ -290459,6 +302598,8 @@ self: { ]; description = "Utilities for reading and writing Alteryx .yxdb files"; license = lib.licenses.gpl3Only; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "z3" = callPackage @@ -290488,6 +302629,8 @@ self: { testHaskellDepends = [ base containers hspec z3 ]; description = "High-level assertion encoding to Z3 solver"; license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "z85" = callPackage @@ -290511,6 +302654,7 @@ self: { ]; description = "Implementation of the z85 binary codec"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; }) {}; "zabt" = callPackage @@ -290523,6 +302667,8 @@ self: { testHaskellDepends = [ base tasty tasty-hspec ]; description = "Simple-minded abstract binding trees"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "zalgo" = callPackage @@ -290552,6 +302698,8 @@ self: { ]; description = "A tool for checking how much work is done on group projects"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "zasni-gerna" = callPackage @@ -290672,6 +302820,8 @@ self: { ]; description = "Zendesk API for Haskell programming language"; license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "zenhack-prelude" = callPackage @@ -290704,6 +302854,8 @@ self: { ]; description = "An automated proof system for Haskell programs"; license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "zeolite-lang" = callPackage @@ -290730,6 +302882,8 @@ self: { doHaddock = false; description = "Zeolite is a statically-typed, general-purpose programming language"; license = lib.licenses.asl20; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "zephyr" = callPackage @@ -290762,6 +302916,7 @@ self: { testToolDepends = [ purescript ]; description = "Zephyr, tree-shaking for the PureScript language"; license = lib.licenses.mpl20; + hydraPlatforms = lib.platforms.none; }) {}; "zephyr-copilot" = callPackage @@ -290780,6 +302935,7 @@ self: { testHaskellDepends = [ base directory process temporary ]; description = "Embedded programming in haskell using the Copilot stream DSL and Zephyr"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; }) {}; "zero" = callPackage @@ -290812,7 +302968,6 @@ self: { ]; description = "Post to 0bin services"; license = lib.licenses.mit; - hydraPlatforms = lib.platforms.none; }) {}; "zeromq-haskell" = callPackage @@ -290831,6 +302986,8 @@ self: { ]; description = "Bindings to ZeroMQ 2.1.x"; license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; + broken = true; }) {inherit (pkgs) zeromq;}; "zeromq3-conduit" = callPackage @@ -290915,6 +303072,8 @@ self: { testHaskellDepends = [ base ]; description = "Conduit wrapper around zeromq4-haskell"; license = lib.licenses.lgpl21Only; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "zeromq4-haskell" = callPackage @@ -291022,6 +303181,8 @@ self: { testHaskellDepends = [ base ]; description = "Command-line utility for working with zettelkast files"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "zifter" = callPackage @@ -291045,6 +303206,8 @@ self: { ]; description = "zifter"; license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "zifter-cabal" = callPackage @@ -291156,6 +303319,8 @@ self: { testHaskellDepends = [ base bytestring mtl QuickCheck random ]; description = "XBee ZNet 2.5 (ZigBee) wireless modem communications"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "zigzag" = callPackage @@ -291309,6 +303474,8 @@ self: { ]; description = "Working with zip archives via conduits"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "zip-stream" = callPackage @@ -291345,6 +303512,8 @@ self: { libraryHaskellDepends = [ base directory mtl process ]; description = "Create simple list editor interfaces"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "zipkin" = callPackage @@ -291360,6 +303529,8 @@ self: { ]; description = "Zipkin-style request tracing monad"; license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "zipper" = callPackage @@ -291456,6 +303627,8 @@ self: { ]; description = "Core Servant specification for the Ziptastic API for doing forward and reverse geocoding"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "zlib" = callPackage @@ -291568,6 +303741,8 @@ self: { ]; description = "Language independent, reproducible, absolute types"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "zmcat" = callPackage @@ -291611,6 +303786,8 @@ self: { ]; description = "Representing MIDI a simple score"; license = lib.licenses.lgpl3Only; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "zmqat" = callPackage @@ -291628,6 +303805,8 @@ self: { ]; description = "A socat-like tool for zeromq library"; license = "unknown"; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "zoneinfo" = callPackage @@ -291639,6 +303818,8 @@ self: { libraryHaskellDepends = [ base time ]; description = "ZoneInfo library"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "zoom" = callPackage @@ -291657,6 +303838,8 @@ self: { ]; description = "A rake/thor-like task runner written in Haskell"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "zoom-cache" = callPackage @@ -291737,6 +303920,8 @@ self: { libraryHaskellDepends = [ base lens stm ]; description = "Zoom (~ Functor) and pairing (~ Applicative) for mutable references"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "zoovisitor" = callPackage @@ -291818,6 +304003,8 @@ self: { ]; description = "Zero-Suppressed and Reduced Decision Diagrams"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "zsh-battery" = callPackage @@ -291831,6 +304018,8 @@ self: { executableHaskellDepends = [ base directory filepath mtl ]; description = "Ascii bars representing battery status"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "zstd" = callPackage @@ -291865,6 +304054,8 @@ self: { testHaskellDepends = [ base containers mtl multiset ]; description = "Automated theorem prover for the Zsyntax biochemical calculus"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "ztail" = callPackage @@ -291925,6 +304116,8 @@ self: { ]; description = "Creating and extracting arbitrary archives"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "zuramaru" = callPackage @@ -291987,6 +304180,8 @@ self: { testHaskellDepends = [ aeson base bytestring tasty tasty-hunit ]; description = "A zuul client library"; license = lib.licenses.asl20; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "zxcvbn-c" = callPackage @@ -292016,6 +304211,7 @@ self: { ]; description = "Password strength estimation based on zxcvbn"; license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; }) {}; "zxcvbn-hs" = callPackage @@ -292052,6 +304248,8 @@ self: { ]; description = "Password strength estimation based on zxcvbn"; license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "zydiskell" = callPackage @@ -292070,6 +304268,8 @@ self: { ]; description = "Haskell language binding for the Zydis library, a x86/x86-64 disassembler"; license = lib.licenses.gpl3Only; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; } From 22091f9a3933c41d57bffaa990e08bad824e1c50 Mon Sep 17 00:00:00 2001 From: Malte Brandy Date: Wed, 23 Mar 2022 14:22:37 +0100 Subject: [PATCH 207/238] haskellPackages: regenerate package set based on current config This commit has been generated by maintainers/scripts/haskell/regenerate-hackage-packages.sh --- .../haskell-modules/hackage-packages.nix | 49 ------------------- 1 file changed, 49 deletions(-) diff --git a/pkgs/development/haskell-modules/hackage-packages.nix b/pkgs/development/haskell-modules/hackage-packages.nix index f21810ab7874..f8874d48e6d7 100644 --- a/pkgs/development/haskell-modules/hackage-packages.nix +++ b/pkgs/development/haskell-modules/hackage-packages.nix @@ -7812,7 +7812,6 @@ self: { ]; description = "Hierarchical adaptive Bayesian quantum tomography for quantum bits"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; }) {}; "HARM" = callPackage @@ -30710,7 +30709,6 @@ self: { ]; description = "Medium-level language that desugars to Morte"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; maintainers = with lib.maintainers; [ Gabriel439 ]; }) {}; @@ -37290,7 +37288,6 @@ self: { ]; description = "Capture and manage AWS EC2 known_host pubkeys"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; }) {}; "aws-elastic-transcoder" = callPackage @@ -51107,7 +51104,6 @@ self: { librarySystemDepends = [ cabocha ]; testHaskellDepends = [ base text-format ]; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; }) {cabocha = null;}; "cache" = callPackage @@ -51528,7 +51524,6 @@ self: { ]; description = "Third cake the Makefile EDSL"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; }) {}; "cakyrespa" = callPackage @@ -76551,7 +76546,6 @@ self: { ]; description = "Generate HTML docs from a dhall package"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; maintainers = with lib.maintainers; [ Gabriel439 ]; }) {}; @@ -82068,7 +82062,6 @@ self: { ]; description = "A PureScript interpreter with a Haskell FFI"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; }) {}; "dovetail-aeson" = callPackage @@ -82085,7 +82078,6 @@ self: { ]; description = "Use Aeson from your Dovetail programs"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; }) {}; "dovin" = callPackage @@ -82949,7 +82941,6 @@ self: { ]; description = "DSV (delimiter-separated values)"; license = lib.licenses.mit; - hydraPlatforms = lib.platforms.none; }) {}; "dtab" = callPackage @@ -83350,7 +83341,6 @@ self: { ]; description = "Frontend development build tool"; license = lib.licenses.mit; - hydraPlatforms = lib.platforms.none; }) {}; "dura" = callPackage @@ -102105,7 +102095,6 @@ self: { testHaskellDepends = [ base hspec megaparsec text-all ]; description = "Parser for the GEDCOM genealogy file format"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; }) {}; "geek" = callPackage @@ -104187,7 +104176,6 @@ self: { ]; description = "A thin GeoJSON Layer above the aeson library"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; }) {}; "geojson-types" = callPackage @@ -122333,7 +122321,6 @@ self: { ]; description = "Utility to generate bindings for BlackBerry Cascades"; license = "unknown"; - hydraPlatforms = lib.platforms.none; }) {}; "haskakafka" = callPackage @@ -122751,7 +122738,6 @@ self: { doHaddock = false; description = "Cabal package script generator for Travis-CI"; license = lib.licenses.gpl3Plus; - hydraPlatforms = lib.platforms.none; maintainers = with lib.maintainers; [ sternenseemann ]; }) {}; @@ -133407,7 +133393,6 @@ self: { ]; description = "Support for reading and writing ipe7 files (http://ipe7.sourceforge.net)"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; }) {}; "hips" = callPackage @@ -158052,7 +158037,6 @@ self: { ]; description = "A job queue library"; license = lib.licenses.mit; - hydraPlatforms = lib.platforms.none; }) {}; "jobs-ui" = callPackage @@ -160744,7 +160728,6 @@ self: { ]; description = "Haskell bindings for Spark Dataframes and Datasets"; license = lib.licenses.asl20; - hydraPlatforms = lib.platforms.none; }) {}; "karver" = callPackage @@ -162987,7 +162970,6 @@ self: { ]; description = "Haskell bindings for Spark Dataframes and Datasets"; license = lib.licenses.asl20; - hydraPlatforms = lib.platforms.none; }) {}; "krpc" = callPackage @@ -164344,7 +164326,6 @@ self: { testHaskellDepends = [ bizzlelude containers tasty tasty-hunit ]; description = "A strange and unnecessary selective test-running library"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; }) {}; "lang" = callPackage @@ -166008,7 +165989,6 @@ self: { ]; description = "Find the latest version of a package on npm"; license = lib.licenses.mit; - hydraPlatforms = lib.platforms.none; }) {}; "latex" = callPackage @@ -171071,7 +171051,6 @@ self: { benchmarkHaskellDepends = [ aeson attoparsec base criterion text ]; description = "Liquid template language library"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; }) {}; "liquid-base" = callPackage @@ -173755,7 +173734,6 @@ self: { ]; description = "Calculus for LOL (λω language)"; license = lib.licenses.gpl3Only; - hydraPlatforms = lib.platforms.none; }) {}; "lol-cpp" = callPackage @@ -173840,7 +173818,6 @@ self: { ]; description = "Type inferencer for LOL (λω language)"; license = lib.licenses.gpl3Only; - hydraPlatforms = lib.platforms.none; }) {}; "loli" = callPackage @@ -181126,7 +181103,6 @@ self: { testHaskellDepends = [ aeson base hspec text ]; description = "A super simple logging module"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; }) {}; "microsoft-translator" = callPackage @@ -182829,7 +182805,6 @@ self: { ]; description = "Command line interface to the MMark markdown processor"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; }) {}; "mmark-ext" = callPackage @@ -182850,7 +182825,6 @@ self: { testToolDepends = [ hspec-discover ]; description = "Commonly useful extensions for the MMark markdown processor"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; }) {}; "mmorph_1_1_3" = callPackage @@ -191853,7 +191827,6 @@ self: { ]; description = "Optics for net-mqtt"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; }) {}; "net-mqtt-rpc" = callPackage @@ -191875,7 +191848,6 @@ self: { ]; description = "Make RPC calls via an MQTT broker"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; }) {}; "net-spider" = callPackage @@ -194287,7 +194259,6 @@ self: { executableHaskellDepends = [ base ]; description = "Nico Nico Douga (ニコニコ動画) Comment Translator"; license = lib.licenses.agpl3Only; - hydraPlatforms = lib.platforms.none; }) {}; "nikepub" = callPackage @@ -209594,7 +209565,6 @@ self: { ]; description = "Set up port forwarding with the Private Internet Access VPN service"; license = lib.licenses.gpl3Only; - hydraPlatforms = lib.platforms.none; }) {}; "pianola" = callPackage @@ -220479,7 +220449,6 @@ self: { ]; description = "Prune unused Haskell dependencies"; license = lib.licenses.mit; - hydraPlatforms = lib.platforms.none; }) {}; "psc-ide" = callPackage @@ -220509,7 +220478,6 @@ self: { ]; description = "Language support for the PureScript programming language"; license = lib.licenses.mit; - hydraPlatforms = lib.platforms.none; }) {}; "pseudo-boolean" = callPackage @@ -221354,7 +221322,6 @@ self: { executableHaskellDepends = [ base ]; description = "Nix backend for PureScript. Transpile PureScript code to Nix."; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; maintainers = with lib.maintainers; [ cdepillabout ]; }) {}; @@ -221449,7 +221416,6 @@ self: { doCheck = false; description = "PureScript Programming Language Compiler"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; }) {}; "purescript-ast" = callPackage @@ -221577,7 +221543,6 @@ self: { ]; description = "TypeScript Declaration File (.d.ts) generator for PureScript"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; }) {}; "pursuit-client" = callPackage @@ -233050,7 +233015,6 @@ self: { ]; description = "Static site generator based on Shake"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; }) {}; "rib-core" = callPackage @@ -239159,7 +239123,6 @@ self: { ]; description = "Scrape websites for changes"; license = lib.licenses.gpl3Only; - hydraPlatforms = lib.platforms.none; }) {}; "script-monad" = callPackage @@ -244247,7 +244210,6 @@ self: { testToolDepends = [ hspec-discover ]; description = "Servant servers utilities"; license = lib.licenses.mpl20; - hydraPlatforms = lib.platforms.none; }) {}; "servant-util-beam-pg" = callPackage @@ -244278,7 +244240,6 @@ self: { testToolDepends = [ hspec-discover ]; description = "Implementation of servant-util primitives for beam-postgres"; license = lib.licenses.mpl20; - hydraPlatforms = lib.platforms.none; }) {}; "servant-validate" = callPackage @@ -262279,7 +262240,6 @@ self: { ]; description = "Encode and decode separated values (CSV, PSV, ...)"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; }) {}; "sv-cassava" = callPackage @@ -262301,7 +262261,6 @@ self: { ]; description = "Integration to use sv with cassava's parser"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; }) {}; "sv-core" = callPackage @@ -262329,7 +262288,6 @@ self: { ]; description = "Encode and decode separated values (CSV, PSV, ...)"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; }) {}; "sv-svfactor" = callPackage @@ -264776,7 +264734,6 @@ self: { ]; description = "An application that regularly logs system stats for later analysis"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; }) {}; "syz" = callPackage @@ -269803,7 +269760,6 @@ self: { ]; description = "Everything Data.Text related in one package"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; }) {}; "text-and-plots" = callPackage @@ -278000,7 +277956,6 @@ self: { executableHaskellDepends = [ base text time ttn ]; description = "TheThingsNetwork client"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; maintainers = with lib.maintainers; [ sorki ]; }) {}; @@ -283923,7 +283878,6 @@ self: { ]; description = "Ur/Web static content generator"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; }) {}; "uri" = callPackage @@ -291915,7 +291869,6 @@ self: { ]; description = "Relying party (server) implementation of the WebAuthn 2 specification"; license = lib.licenses.asl20; - hydraPlatforms = lib.platforms.none; }) {}; "webby" = callPackage @@ -293852,7 +293805,6 @@ self: { ]; description = "A parser of WKT, WKB and eWKB"; license = lib.licenses.asl20; - hydraPlatforms = lib.platforms.none; }) {}; "wl-pprint" = callPackage @@ -302916,7 +302868,6 @@ self: { testToolDepends = [ purescript ]; description = "Zephyr, tree-shaking for the PureScript language"; license = lib.licenses.mpl20; - hydraPlatforms = lib.platforms.none; }) {}; "zephyr-copilot" = callPackage From 9a68365233554005b3443b09f249dd212e873d0e Mon Sep 17 00:00:00 2001 From: Malte Brandy Date: Wed, 23 Mar 2022 14:39:56 +0100 Subject: [PATCH 208/238] haskellPackages: enable builds for some pkgs needed by top-level pkgs --- .../configuration-hackage2nix/broken.yaml | 3 -- .../transitive-broken.yaml | 23 -------------- .../haskell-modules/hackage-packages.nix | 30 ------------------- 3 files changed, 56 deletions(-) diff --git a/pkgs/development/haskell-modules/configuration-hackage2nix/broken.yaml b/pkgs/development/haskell-modules/configuration-hackage2nix/broken.yaml index df6cd3f7a951..ca93f36a578d 100644 --- a/pkgs/development/haskell-modules/configuration-hackage2nix/broken.yaml +++ b/pkgs/development/haskell-modules/configuration-hackage2nix/broken.yaml @@ -2489,7 +2489,6 @@ broken-packages: - hylolib - hyperdrive - hyperfunctions - - hyper-haskell-server - hyperion - hyperloglogplus - hyperscript @@ -4300,7 +4299,6 @@ broken-packages: - satyros - savage - sax - - sbv - sc2-proto - scale - scaleimage @@ -5621,7 +5619,6 @@ broken-packages: - yhccore - yhseq - yices - - yi-core - yoda - Yogurt - yst diff --git a/pkgs/development/haskell-modules/configuration-hackage2nix/transitive-broken.yaml b/pkgs/development/haskell-modules/configuration-hackage2nix/transitive-broken.yaml index 948ed8adcd9e..2a218fc26152 100644 --- a/pkgs/development/haskell-modules/configuration-hackage2nix/transitive-broken.yaml +++ b/pkgs/development/haskell-modules/configuration-hackage2nix/transitive-broken.yaml @@ -875,7 +875,6 @@ dont-distribute-packages: - calculator - caldims - call - - camfort - campfire - canteven-http - cao @@ -1100,7 +1099,6 @@ dont-distribute-packages: - cqrs-sqlite3 - cqrs-test - cqrs-testkit - - crackNum - craft - craftwerk-cairo - craftwerk-gtk @@ -2071,7 +2069,6 @@ dont-distribute-packages: - hesh - hesql - heterolist - - hevm - hevolisa - hevolisa-dph - hexpat-conduit @@ -2540,7 +2537,6 @@ dont-distribute-packages: - lighttpd-conf-qq - linear-accelerate - linear-code - - linearEqSolver - linearmap-category - linearscan-hoopl - linkchk @@ -3390,7 +3386,6 @@ dont-distribute-packages: - satchmo-funsat - satchmo-minisat - satchmo-toysat - - sbvPlugin - sc2-lowlevel - sc2-support - sc2hs @@ -3949,7 +3944,6 @@ dont-distribute-packages: - vector-text - venzone - verdict-json - - verifiable-expressions - vessel - vflow-types - vfr-waypoints @@ -4109,23 +4103,6 @@ dont-distribute-packages: - yesod-routes-typescript - yesod-session-redis - yesod-worker - - yi - - yi-contrib - - yi-dynamic-configuration - - yi-frontend-pango - - yi-frontend-vty - - yi-fuzzy-open - - yi-ireader - - yi-keymap-cua - - yi-keymap-emacs - - yi-keymap-vim - - yi-misc-modes - - yi-mode-haskell - - yi-mode-javascript - - yi-monokai - - yi-snippet - - yi-solarized - - yi-spolsky - yjftp - yjftp-libs - yoko diff --git a/pkgs/development/haskell-modules/hackage-packages.nix b/pkgs/development/haskell-modules/hackage-packages.nix index f8874d48e6d7..4d4f559d9605 100644 --- a/pkgs/development/haskell-modules/hackage-packages.nix +++ b/pkgs/development/haskell-modules/hackage-packages.nix @@ -51874,7 +51874,6 @@ self: { testToolDepends = [ hspec-discover ]; description = "CamFort - Cambridge Fortran infrastructure"; license = lib.licenses.asl20; - hydraPlatforms = lib.platforms.none; }) {inherit (pkgs) flint;}; "camh" = callPackage @@ -67266,7 +67265,6 @@ self: { ]; description = "Crack various integer and floating-point data formats"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; }) {}; "craft" = callPackage @@ -130897,7 +130895,6 @@ self: { testSystemDepends = [ secp256k1 ]; description = "Ethereum virtual machine evaluator"; license = lib.licenses.agpl3Only; - hydraPlatforms = lib.platforms.none; }) {inherit (pkgs) libff; inherit (pkgs) secp256k1;}; "hevolisa" = callPackage @@ -150017,8 +150014,6 @@ self: { ]; description = "Server back-end for the HyperHaskell graphical Haskell interpreter"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "hyperdrive" = callPackage @@ -170350,7 +170345,6 @@ self: { "aarch64-darwin" "armv7l-linux" "i686-linux" "x86_64-darwin" "x86_64-linux" ]; - hydraPlatforms = lib.platforms.none; }) {}; "linearmap-category" = callPackage @@ -237619,7 +237613,6 @@ self: { description = "SMT Based Verification: Symbolic Haskell theorem prover using SMT solving"; license = lib.licenses.bsd3; hydraPlatforms = lib.platforms.none; - broken = true; }) {inherit (pkgs) z3;}; "sbv" = callPackage @@ -237653,8 +237646,6 @@ self: { ]; description = "SMT Based Verification: Symbolic Haskell theorem prover using SMT solving"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {inherit (pkgs) z3;}; "sbvPlugin" = callPackage @@ -237674,7 +237665,6 @@ self: { ]; description = "Formally prove properties of Haskell programs using SBV/SMT"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; }) {}; "sc2-lowlevel" = callPackage @@ -287094,7 +287084,6 @@ self: { "aarch64-darwin" "armv7l-linux" "i686-linux" "x86_64-darwin" "x86_64-linux" ]; - hydraPlatforms = lib.platforms.none; }) {}; "verify" = callPackage @@ -301685,7 +301674,6 @@ self: { ]; description = "Yi editor"; license = lib.licenses.gpl2Only; - hydraPlatforms = lib.platforms.none; }) {}; "yi-contrib" = callPackage @@ -301704,7 +301692,6 @@ self: { ]; description = "Add-ons to Yi, the Haskell-Scriptable Editor"; license = lib.licenses.gpl2Only; - hydraPlatforms = lib.platforms.none; }) {}; "yi-core" = callPackage @@ -301737,8 +301724,6 @@ self: { benchmarkHaskellDepends = [ base criterion deepseq yi-rope ]; description = "Yi editor core library"; license = lib.licenses.gpl2Only; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "yi-dynamic-configuration" = callPackage @@ -301755,7 +301740,6 @@ self: { ]; description = "Dynamic configuration support for Yi"; license = lib.licenses.gpl2Only; - hydraPlatforms = lib.platforms.none; }) {}; "yi-emacs-colours" = callPackage @@ -301786,7 +301770,6 @@ self: { ]; description = "Pango frontend for Yi editor"; license = lib.licenses.gpl2Only; - hydraPlatforms = lib.platforms.none; }) {}; "yi-frontend-vty" = callPackage @@ -301804,7 +301787,6 @@ self: { ]; description = "Vty frontend for Yi editor"; license = lib.licenses.gpl2Only; - hydraPlatforms = lib.platforms.none; }) {}; "yi-fuzzy-open" = callPackage @@ -301823,7 +301805,6 @@ self: { ]; description = "Fuzzy open plugin for yi"; license = lib.licenses.gpl2Only; - hydraPlatforms = lib.platforms.none; }) {}; "yi-gtk" = callPackage @@ -301851,7 +301832,6 @@ self: { ]; description = "Yi editor incremental reader"; license = lib.licenses.gpl2Only; - hydraPlatforms = lib.platforms.none; }) {}; "yi-keymap-cua" = callPackage @@ -301867,7 +301847,6 @@ self: { ]; description = "Cua keymap for Yi editor"; license = lib.licenses.gpl2Only; - hydraPlatforms = lib.platforms.none; }) {}; "yi-keymap-emacs" = callPackage @@ -301887,7 +301866,6 @@ self: { ]; description = "Emacs keymap for Yi editor"; license = lib.licenses.gpl2Only; - hydraPlatforms = lib.platforms.none; }) {}; "yi-keymap-vim" = callPackage @@ -301916,7 +301894,6 @@ self: { ]; description = "Vim keymap for Yi editor"; license = lib.licenses.gpl2Only; - hydraPlatforms = lib.platforms.none; }) {}; "yi-language" = callPackage @@ -301961,7 +301938,6 @@ self: { libraryToolDepends = [ alex ]; description = "Yi editor miscellaneous modes"; license = lib.licenses.gpl2Only; - hydraPlatforms = lib.platforms.none; }) {}; "yi-mode-haskell" = callPackage @@ -301979,7 +301955,6 @@ self: { libraryToolDepends = [ alex ]; description = "Yi editor haskell mode"; license = lib.licenses.gpl2Only; - hydraPlatforms = lib.platforms.none; }) {}; "yi-mode-javascript" = callPackage @@ -302000,7 +301975,6 @@ self: { libraryToolDepends = [ alex ]; description = "Yi editor javascript mode"; license = lib.licenses.gpl2Only; - hydraPlatforms = lib.platforms.none; }) {}; "yi-monokai" = callPackage @@ -302012,7 +301986,6 @@ self: { libraryHaskellDepends = [ base yi ]; description = "Monokai colour theme for the Yi text editor"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; }) {}; "yi-rope" = callPackage @@ -302052,7 +302025,6 @@ self: { ]; description = "Snippet support for yi"; license = lib.licenses.gpl2Only; - hydraPlatforms = lib.platforms.none; }) {}; "yi-solarized" = callPackage @@ -302064,7 +302036,6 @@ self: { libraryHaskellDepends = [ base yi ]; description = "Solarized colour theme for the Yi text editor"; license = lib.licenses.mit; - hydraPlatforms = lib.platforms.none; }) {}; "yi-spolsky" = callPackage @@ -302076,7 +302047,6 @@ self: { libraryHaskellDepends = [ base yi ]; description = "Spolsky colour theme for the Yi text editor"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; }) {}; "yi-vty" = callPackage From a39208ddded07c3e7921288e94486614eb4ecbb7 Mon Sep 17 00:00:00 2001 From: Malte Brandy Date: Thu, 24 Mar 2022 03:05:18 +0100 Subject: [PATCH 209/238] haskellPackages: mark more packages as broken or unsupported --- .../configuration-hackage2nix/broken.yaml | 89 ++++++ .../configuration-hackage2nix/main.yaml | 13 +- .../transitive-broken.yaml | 42 +++ .../haskell-modules/hackage-packages.nix | 254 ++++++++++++++++++ 4 files changed, 396 insertions(+), 2 deletions(-) diff --git a/pkgs/development/haskell-modules/configuration-hackage2nix/broken.yaml b/pkgs/development/haskell-modules/configuration-hackage2nix/broken.yaml index ca93f36a578d..60f44ccaf1f8 100644 --- a/pkgs/development/haskell-modules/configuration-hackage2nix/broken.yaml +++ b/pkgs/development/haskell-modules/configuration-hackage2nix/broken.yaml @@ -390,7 +390,9 @@ broken-packages: - bins - binsm - bio + - BiobaseBlast - BiobaseNewick + - BiobaseTurner - biocore - biohazard - bio-sequence @@ -398,6 +400,8 @@ broken-packages: - bisect-binary - bishbosh - bitcoin-hs + - bitcoin-keys + - bitcoin-rpc - bitcoin-script - bits-atomic - bits-conduit @@ -446,6 +450,7 @@ broken-packages: - botpp - bottom - boundingboxes + - bowntz - bpath - braid - brain-bleep @@ -458,6 +463,7 @@ broken-packages: - brok - broker-haskell - bronyradiogermany-common + - brotli-conduit - browscap - bsd-sysctl - bson-generic @@ -627,6 +633,7 @@ broken-packages: - charter - chart-histogram - Chart-simple + - chart-svg - chaselev-deque - chatty-text - chatwork @@ -721,6 +728,7 @@ broken-packages: - collections-api - co-log-concurrent - co-log-json + - co-log-polysemy-formatting - co-log-sys - colonnade - colorless @@ -745,6 +753,7 @@ broken-packages: - compact-socket - compact-string - compact-string-fix + - compaREST - comparse - compdata - compendium-client @@ -889,6 +898,7 @@ broken-packages: - cryptsy-api - csa - cse-ghc-plugin + - csg - CSPM-FiringRules - CSPM-Frontend - cspretty @@ -1005,6 +1015,7 @@ broken-packages: - dcpu16 - ddc-base - ddc-code + - ddc-core - dead-code-detection - Deadpan-DDP - dead-simple-json @@ -1032,6 +1043,7 @@ broken-packages: - dense-int-set - dependent-hashmap - dependent-monoidal-map + - dep-t-dynamic - deptrack-core - derangement - derivation-trees @@ -1095,6 +1107,7 @@ broken-packages: - direct-http - direct-plugins - direm + - dirtree - discordian-calendar - discord-types - discrete @@ -1132,6 +1145,7 @@ broken-packages: - docvim - DOH - doi + - domain-optics - domplate - dom-selector - do-notation @@ -1186,6 +1200,7 @@ broken-packages: - dynamic-graphs - dynamic-mvector - dynamic-object + - dynamic-pipeline - DynamicTimeWarp - dynloader - DysFRP @@ -1364,6 +1379,7 @@ broken-packages: - fake-type - faktory - f-algebra-gen + - falling-turnip - fastbayes - fast-combinatorics - fastedit @@ -1387,6 +1403,7 @@ broken-packages: - feed-cli - feed-collect - feed-crawl + - fei-cocoapi - fernet - FerryCore - Feval @@ -1484,6 +1501,7 @@ broken-packages: - formattable - formura - Fortnite-Hack-Cheats-Free-V-Bucks-Generator + - fortran-src-extras - foscam-filename - FPretty - fptest @@ -1533,6 +1551,7 @@ broken-packages: - ftphs - full-sessions - funbot-client + - functional-arrow - function-instances-algebra - functor - functor-combinators @@ -1717,6 +1736,7 @@ broken-packages: - glue - gluturtle - g-npm + - gnuidn - goa - goal-core - goatee @@ -1741,6 +1761,7 @@ broken-packages: - GotoT-transformers - gpah - GPipe + - GPipe-GLFW4 - gpx-conduit - graceful - grafana @@ -1798,6 +1819,7 @@ broken-packages: - gtksourceview2 - gtksourceview3 - gtk-toy + - guess-combinator - gulcii - gw - gyah-bin @@ -1813,6 +1835,7 @@ broken-packages: - hackage-proxy - hackager - hackage-repo-tool + - hackage-server - hackage-whatsnew - hackernews - hack-frontend-happstack @@ -1850,6 +1873,7 @@ broken-packages: - hakyll-R - hakyll-series - hakyll-shortcode + - hakyll-typescript - HaLeX - halfs - halipeto @@ -1910,6 +1934,7 @@ broken-packages: - hasim - hask - haskanoid + - haskarrow - haskbot-core - haskeline-class - haskelisp @@ -1917,6 +1942,7 @@ broken-packages: - haskell2020 - haskell98 - haskell98libraries + - haskell-abci - HaskellAnalysisProgram - haskell-awk - haskell-bitmex-rest @@ -1980,9 +2006,11 @@ broken-packages: - haskheap - haskhol-core - haskmon + - haskoin-core - haskoin-util - haskore - haskore-vintage + - HaskRel - hasktorch-codegen - hasktorch-ffi-th - hasktorch-signatures-partial @@ -1998,6 +2026,7 @@ broken-packages: - hasql-generic - hasql-implicits - hasql-simple + - hasql-streams-example - hasql-url - hastache - haste @@ -2040,6 +2069,7 @@ broken-packages: - hdbc-postgresql-hstore - HDBC-postgresql-hstore - hdevtools + - hdf - hDFA - hdigest - hdis86 @@ -2067,6 +2097,7 @@ broken-packages: - heidi - hein - heist-async + - helic - helisp - hell - helm @@ -2076,6 +2107,7 @@ broken-packages: - herbalizer - HerbiePlugin - heredocs + - her-lexer-parsec - Hermes - herms - hetero-dict @@ -2171,6 +2203,7 @@ broken-packages: - hkt - hlbfgsb - hleap + - hledger-api - hledger-chart - hledger-diff - hledger-irr @@ -2287,8 +2320,16 @@ broken-packages: - hsay - hsbc - hsbencher + - hs-brotli + - hsc3-cairo + - hsc3-db + - hsc3-dot + - hsc3-lang + - hsc3-process + - hsc3-rec - hsc3-rw - hsc3-sf + - hsc3-unsafe - hscaffold - hscamwire - hs-carbon-examples @@ -2305,6 +2346,7 @@ broken-packages: - hsdip - hsdns-cache - hs-dotnet + - hs-duktape - hsebaysdk - hsenv - HSet @@ -2516,6 +2558,7 @@ broken-packages: - ieee-utils - iexcloud - ifcxt + - if-instance - IFS - ig - ige @@ -2530,6 +2573,7 @@ broken-packages: - imj-prelude - immortal-worker - imperative-edsl + - imperative-edsl-vhdl - ImperativeHaskell - impl - implicit-logging @@ -2582,6 +2626,7 @@ broken-packages: - intrinsic-superclasses - introduction - intro-prelude + - invertible-hlist - invertible-syntax - involutive-semigroups - io-capture @@ -2731,6 +2776,7 @@ broken-packages: - kd-tree - keccak - keera-hails-reactivevalues + - keid-core - keiretsu - kempe - kerry @@ -2745,6 +2791,7 @@ broken-packages: - kleene-list - kmonad - kmp-dfa + - knots - koellner-phonetic - koneko - Konf @@ -2861,6 +2908,7 @@ broken-packages: - leveldb-haskell - level-monad - levenshtein + - levmar - lfst - lhc - lhs2TeX-hl @@ -2889,6 +2937,7 @@ broken-packages: - licensor - lie - life-sync + - lifetimes - lifted-protolude - lifter - ligature @@ -2967,6 +3016,7 @@ broken-packages: - lojbanXiragan - lol - longboi + - longshot - lookup-tables - loopbreaker - loop-dsl @@ -3235,11 +3285,14 @@ broken-packages: - monopati - monus - monzo + - moo-nad - morfette - morfeusz + - morloc - morpheus-graphql-core - morphisms-functors - morphisms-objects + - mosaico-lib - motor - mount - movie-monad @@ -3302,6 +3355,7 @@ broken-packages: - mysql-simple-quasi - mystem - my-test-docs + - mywatch - myxine-client - mzv - n2o-protocols @@ -3351,11 +3405,13 @@ broken-packages: - nestedmap - nested-sequence - netclock + - netcore - netease-fm - netrium - NetSNMP - netspec - net-spider + - nettle-openflow - netwire-input-javascript - netwire-vinylglfw-examples - network-address @@ -3444,9 +3500,11 @@ broken-packages: - NumberSieves - NumberTheory - numerals-base + - numeric-ode - numeric-qq - numeric-ranges - numhask-free + - numhask-histogram - numhask-prelude - Nutri - nvim-hs-contrib @@ -3688,6 +3746,7 @@ broken-packages: - peggy - pencil - penntreebank-megaparsec + - penrose - percent-encoder - perceptron - peregrin @@ -3755,6 +3814,7 @@ broken-packages: - pipes-async - pipes-bgzf - pipes-break + - pipes-brotli - pipes-bzip - pipes-category - pipes-cborg @@ -3797,6 +3857,7 @@ broken-packages: - plist - plist-buddy - plivo + - ploterific - plot-gtk - plot-gtk3 - plot-gtk-ui @@ -3861,6 +3922,7 @@ broken-packages: - PostgreSQL - postgresql-lo-stream - postgresql-named + - postgresql-query - postgresql-resilient - postgresql-simple-bind - postgresql-simple-named @@ -4179,6 +4241,7 @@ broken-packages: - repa-bytestring - repa-devil - repa-eval + - repa-examples - repa-linear-algebra - repa-scalar - repa-series @@ -4199,6 +4262,7 @@ broken-packages: - resolve-trivial-conflicts - resource-effect - resource-embed + - respond - restartable - rest-rewrite - restyle @@ -4229,9 +4293,11 @@ broken-packages: - rivers - rivet-migration - rivet-simple-deploy + - Rlang-QQ - rlglue - RLP - rl-satton + - RNAdraw - robin - robots-txt - roc-cluster @@ -4331,6 +4397,7 @@ broken-packages: - scrz - scythe - scyther-proof + - sde-solver - sdl2-cairo-image - sdl2-compositor - sdl2-fps @@ -4472,6 +4539,7 @@ broken-packages: - shwifty - sifflet - sifflet-lib + - signable - signable-haskell-protoc - signed-multiset - simd @@ -4586,6 +4654,7 @@ broken-packages: - snaplet-environments - snaplet-hslogger - snaplet-influxdb + - snaplet-mandrill - snaplet-mongodb-minimalistic - snaplet-persistent - snaplet-postgresql-simple @@ -4647,10 +4716,13 @@ broken-packages: - split-morphism - splitter - Spock-api-ghcjs + - Spock-auth - spoonutil - spoty - Sprig - spritz + - sproxy + - sproxy-web - spsa - spy - sqlcipher @@ -4675,6 +4747,7 @@ broken-packages: - stackage-types - stack-bump - stack-fix + - stack-hpc-coveralls - stack-lib - stack-prism - stack-run @@ -4734,7 +4807,9 @@ broken-packages: - streamed - stream-fusion - streaming-benchmarks + - streaming-brotli - streaming-cassava + - streaming-concurrency - streaming-conduit - streaming-events - streaming-lzma @@ -4742,6 +4817,7 @@ broken-packages: - streaming-pcap - streaming-png - streaming-postgresql-simple + - streaming-sort - streamly-binary - streamly-cassava - streamly-examples @@ -4892,6 +4968,7 @@ broken-packages: - tehepero - telegram - telegram-api + - telegram-types - telegraph - teleport - teleshell @@ -5113,8 +5190,11 @@ broken-packages: - tubes - tuntap - tuple-gen + - tuple-hlist - tupleinstances - tuple-lenses + - tuple-morph + - turingMachine - turing-machines - turing-music - turtle-options @@ -5148,6 +5228,7 @@ broken-packages: - type-indexed-queues - type-int - type-interpreter + - typelet - type-level-bst - type-level-natural-number-induction - type-level-natural-number-operations @@ -5180,6 +5261,7 @@ broken-packages: - ukrainian-phonetics-basic-array - ulid - unamb-custom + - unbeliever - unbounded-delays-units - unboxed-containers - unboxed-references @@ -5293,6 +5375,7 @@ broken-packages: - vector-clock - vector-conduit - vector-doublezip + - vector-endian - vector-fftw - vector-functorlazy - vector-hashtables @@ -5311,9 +5394,12 @@ broken-packages: - verify - verilog - verismith + - versioning-servant + - vformat-aeson - vhd - vhdl - vicinity + - ViennaRNA-extras - views - vimus - vintage-basic @@ -5406,10 +5492,12 @@ broken-packages: - WeberLogic - webex-teams-pipes - webfinger-client + - web-inv-route - webkit-javascriptcore - webmention - web-output - web-push + - web-rep - Webrexp - web-routes-quasi - web-routes-th @@ -5506,6 +5594,7 @@ broken-packages: - xml-lens - xml-parsec - xml-prettify + - xml-query-xml-types - xml-to-json - xml-tydom-core - xml-verify diff --git a/pkgs/development/haskell-modules/configuration-hackage2nix/main.yaml b/pkgs/development/haskell-modules/configuration-hackage2nix/main.yaml index bf90e5b73064..3f2b936f21c6 100644 --- a/pkgs/development/haskell-modules/configuration-hackage2nix/main.yaml +++ b/pkgs/development/haskell-modules/configuration-hackage2nix/main.yaml @@ -394,6 +394,7 @@ unsupported-platforms: bindings-sane: [ x86_64-darwin, aarch64-darwin ] btrfs: [ x86_64-darwin, aarch64-darwin ] # depends on linux bustle: [ x86_64-darwin, aarch64-darwin ] # uses glibc-specific ptsname_r + camfort: [ aarch64-linux ] charsetdetect: [ aarch64-linux ] # not supported by vendored lib / not configured properly https://github.com/batterseapower/libcharsetdetect/issues/3 cut-the-crap: [ x86_64-darwin, aarch64-darwin ] d3d11binding: [ i686-linux, x86_64-linux, x86_64-darwin, aarch64-darwin, aarch64-linux, armv7l-linux ] @@ -411,19 +412,21 @@ unsupported-platforms: gi-dbusmenugtk3: [ x86_64-darwin, aarch64-darwin ] gi-dbusmenu: [ x86_64-darwin, aarch64-darwin ] gi-ggit: [ x86_64-darwin, aarch64-darwin ] + gi-gtkosxapplication: [ x86_64-linux, aarch64-linux ] gi-ibus: [ x86_64-darwin, aarch64-darwin ] gi-javascriptcore: [ x86_64-darwin, aarch64-darwin ] # webkitgtk marked broken on darwin gi-ostree: [ x86_64-darwin, aarch64-darwin ] gi-vte: [ x86_64-darwin, aarch64-darwin ] - gi-webkit2: [ x86_64-darwin, aarch64-darwin ] # webkitgtk marked broken on darwin gi-webkit2webextension: [ x86_64-darwin, aarch64-darwin ] # webkitgtk marked broken on darwin + gi-webkit2: [ x86_64-darwin, aarch64-darwin ] # webkitgtk marked broken on darwin gi-wnck: [ x86_64-darwin, aarch64-darwin ] gnome-keyring: [ x86_64-darwin, aarch64-darwin ] + gtk3-mac-integration: [ x86_64-linux, aarch64-linux ] gtk-mac-integration: [ i686-linux, x86_64-linux, aarch64-linux, armv7l-linux ] gtk-sni-tray: [ x86_64-darwin, aarch64-darwin ] haskell-snake: [ x86_64-darwin, aarch64-darwin ] - hbro: [ x86_64-darwin, aarch64-darwin ] # webkitgtk marked broken on darwin hbro-contrib: [ x86_64-darwin, aarch64-darwin ] # webkitgtk marked broken on darwin + hbro: [ x86_64-darwin, aarch64-darwin ] # webkitgtk marked broken on darwin hcwiid: [ x86_64-darwin, aarch64-darwin ] HFuse: [ x86_64-darwin, aarch64-darwin ] hidapi: [ x86_64-darwin, aarch64-darwin ] @@ -436,6 +439,11 @@ unsupported-platforms: iwlib: [ x86_64-darwin, aarch64-darwin ] Jazzkell: [ x86_64-darwin, aarch64-darwin ] # depends on Euterpea jsaddle-webkit2gtk: [ x86_64-darwin, aarch64-darwin ] + keid-core: [ aarch64-linux ] + keid-geometry: [ aarch64-linux ] + keid-render-basic: [ aarch64-linux ] + keid-sound-openal: [ aarch64-linux ] + keid-ui-dearimgui: [ aarch64-linux ] kqueue: [ x86_64-linux, aarch64-linux, i686-linux, armv7l-linux ] # BSD / Darwin only API Kulitta: [ x86_64-darwin, aarch64-darwin ] # depends on Euterpea LambdaHack: [ x86_64-darwin, aarch64-darwin ] @@ -452,6 +460,7 @@ unsupported-platforms: linux-namespaces: [ x86_64-darwin, aarch64-darwin ] lio-fs: [ x86_64-darwin, aarch64-darwin ] logging-facade-journald: [ x86_64-darwin, aarch64-darwin ] + longshot: [ aarch64-linux ] midi-alsa: [ x86_64-darwin, aarch64-darwin ] mpi-hs: [ aarch64-linux, x86_64-darwin, aarch64-darwin ] mpi-hs-binary: [ aarch64-linux, x86_64-darwin, aarch64-darwin ] diff --git a/pkgs/development/haskell-modules/configuration-hackage2nix/transitive-broken.yaml b/pkgs/development/haskell-modules/configuration-hackage2nix/transitive-broken.yaml index 2a218fc26152..cabd5fec3568 100644 --- a/pkgs/development/haskell-modules/configuration-hackage2nix/transitive-broken.yaml +++ b/pkgs/development/haskell-modules/configuration-hackage2nix/transitive-broken.yaml @@ -42,6 +42,7 @@ dont-distribute-packages: - BiobaseInfernal - BiobaseMAF - BiobaseTrainingData + - BiobaseVienna - BirdPP - Bitly - BlastHTTP @@ -789,6 +790,7 @@ dont-distribute-packages: - biopsl - biosff - biostockholm + - bip32 - birch-beer - bird - bisc @@ -798,6 +800,8 @@ dont-distribute-packages: - bitcoin-api - bitcoin-api-extra - bitcoin-block + - bitcoin-compact-filters + - bitcoin-scripting - bitcoin-tx - bitcoin-types - bitcoind-regtest @@ -923,6 +927,7 @@ dont-distribute-packages: - chalkboard-viewer - charade - chart-cli + - chart-svg-various - chart-unit - cheapskate-terminal - check-pvp @@ -1162,10 +1167,16 @@ dont-distribute-packages: - dbus-client - ddate - ddc-build + - ddc-core-babel - ddc-core-eval - ddc-core-flow + - ddc-core-llvm + - ddc-core-salt + - ddc-core-simpl + - ddc-core-tetra - ddc-driver - ddc-interface + - ddc-source-tetra - ddc-tools - ddc-war - ddci-core @@ -1472,6 +1483,7 @@ dont-distribute-packages: - formlets-hsp - forsyde-deep - forth-hll + - fortran-vars - foscam-directory - foscam-sort - fpco-api @@ -1984,9 +1996,12 @@ dont-distribute-packages: - haskoin - haskoin-bitcoind - haskoin-crypto + - haskoin-node - haskoin-protocol - haskoin-script - haskoin-store + - haskoin-store-data + - haskoin-wallet - haskoon - haskoon-httpspec - haskoon-salvia @@ -2182,7 +2197,10 @@ dont-distribute-packages: - hsbencher-fusion - hsc3-auditor - hsc3-data + - hsc3-forth - hsc3-graphs + - hsc3-lisp + - hsc3-plot - hsc3-server - hsc3-sf-hsndfile - hsc3-utils @@ -2252,6 +2270,7 @@ dont-distribute-packages: - hws - hwsl2-bytevector - hwsl2-reducers + - hxmppc - hxournal - hxt-binary - hxt-filter @@ -2432,7 +2451,11 @@ dont-distribute-packages: - keera-hails-reactive-yampa - keera-hails-reactivelenses - keera-posture + - keid-geometry + - keid-render-basic - keid-resource-gltf + - keid-sound-openal + - keid-ui-dearimgui - kevin - keyring - keysafe @@ -2516,6 +2539,7 @@ dont-distribute-packages: - lenz - lenz-mtl - lenz-template + - levmar-chart - lex-applicative - lgtk - lha @@ -2579,6 +2603,7 @@ dont-distribute-packages: - llvm-tools - lmonad-yesod - lnd-client + - lnurl - lnurl-authenticator - load-balancing - local-search @@ -2836,6 +2861,8 @@ dont-distribute-packages: - net-spider-rpl-cli - netlines - netstring-enumerator + - nettle-frp + - nettle-netkit - network-anonymous-i2p - network-anonymous-tor - network-connection @@ -2845,6 +2872,7 @@ dont-distribute-packages: - network-minihttp - network-netpacket - network-pgi + - network-protocol-xmpp - network-rpca - network-stream - network-topic-models @@ -2904,6 +2932,7 @@ dont-distribute-packages: - olwrapper - online - online-csv + - opc-xml-da-client - open-adt-tutorial - openai-hs - openapi3-code-generator @@ -3389,6 +3418,7 @@ dont-distribute-packages: - sc2-lowlevel - sc2-support - sc2hs + - sc3-rdu - scalable-server - scalp-webhooks - scalpel-search @@ -3421,6 +3451,7 @@ dont-distribute-packages: - selenium-server - self-extract - semantic-source + - semi-iso - semiring - semiring-num - sensenet @@ -3495,6 +3526,7 @@ dont-distribute-packages: - si-clock - sibe - sigma-ij + - signals - signature - signify-hs - silvi @@ -3639,6 +3671,7 @@ dont-distribute-packages: - stratux-http - stratux-websockets - streaming-fft + - streaming-process - streaming-utils - strelka - strict-data @@ -3699,6 +3732,12 @@ dont-distribute-packages: - symbiote - symmetry-operations-symbols - syncthing-hs + - syntax + - syntax-attoparsec + - syntax-example + - syntax-example-json + - syntax-pretty + - syntax-printer - syntaxnet-haskell - synthesizer-llvm - sys-process @@ -3734,6 +3773,7 @@ dont-distribute-packages: - techlab - telega - telegram-bot + - telegram-raw-api - tensorflow-core-ops - tensorflow-logging - tensorflow-ops @@ -3968,6 +4008,7 @@ dont-distribute-packages: - wai-handler-snap - wai-hastache - wai-log + - wai-middleware-brotli - wai-middleware-cache - wai-middleware-cache-redis - wai-middleware-consul @@ -4051,6 +4092,7 @@ dont-distribute-packages: - xml-monad - xml-pipe - xml-push + - xml-query-xml-conduit - xml-tydom-conduit - xml2x - xmltv diff --git a/pkgs/development/haskell-modules/hackage-packages.nix b/pkgs/development/haskell-modules/hackage-packages.nix index 4d4f559d9605..0298584c028e 100644 --- a/pkgs/development/haskell-modules/hackage-packages.nix +++ b/pkgs/development/haskell-modules/hackage-packages.nix @@ -1593,6 +1593,8 @@ self: { ]; description = "BLAST-related tools"; license = lib.licenses.gpl3Only; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "BiobaseDotP" = callPackage @@ -1847,6 +1849,8 @@ self: { ]; description = "Import Turner RNA parameters"; license = lib.licenses.gpl3Only; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "BiobaseTypes" = callPackage @@ -1895,6 +1899,7 @@ self: { ]; description = "Import Vienna energy parameters"; license = lib.licenses.gpl3Only; + hydraPlatforms = lib.platforms.none; }) {}; "BiobaseXNA" = callPackage @@ -6939,6 +6944,8 @@ self: { ]; description = "GLFW OpenGL context creation for GPipe"; license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "GPipe-TextureLoad" = callPackage @@ -10097,6 +10104,8 @@ self: { ]; description = "HaskRel, Haskell as a DBMS with support for the relational algebra"; license = lib.licenses.gpl2Only; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "HaskellAnalysisProgram" = callPackage @@ -16848,6 +16857,8 @@ self: { executableHaskellDepends = [ cmdargs ]; description = "Draw RNA secondary structures"; license = lib.licenses.gpl3Only; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "RNAlien" = callPackage @@ -17333,6 +17344,8 @@ self: { testHaskellDepends = [ base directory doctest hspec lens vector ]; description = "quasiquoter for inline-R code"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "RollingDirectory" = callPackage @@ -19247,6 +19260,8 @@ self: { libraryHaskellDepends = [ base http-types Spock text time ]; description = "Provides authentification helpers for Spock"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "Spock-core" = callPackage @@ -20901,6 +20916,8 @@ self: { ]; description = "ViennaRNA v2 extensions"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "ViennaRNAParser" = callPackage @@ -43217,6 +43234,7 @@ self: { ]; description = "BIP-0032: Hierarchical Deterministic Wallets for Bitcoin and other cryptocurrencies"; license = lib.licenses.asl20; + hydraPlatforms = lib.platforms.none; }) {}; "birch-beer" = callPackage @@ -43606,6 +43624,7 @@ self: { ]; description = "BIP 158 compact block filters"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; }) {}; "bitcoin-hash" = callPackage @@ -43662,6 +43681,8 @@ self: { ]; description = "Bitcoin keys"; license = lib.licenses.asl20; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "bitcoin-payment-channel" = callPackage @@ -43727,6 +43748,8 @@ self: { ]; description = "Library to communicate with the Satoshi Bitcoin daemon"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "bitcoin-script" = callPackage @@ -43767,6 +43790,7 @@ self: { ]; description = "Resources for working with miniscript, and script descriptors"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; }) {}; "bitcoin-tx" = callPackage @@ -46635,6 +46659,8 @@ self: { ]; description = "audio-visual pseudo-physical simulation of colliding circles"; license = lib.licenses.gpl3Only; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "box" = callPackage @@ -47396,6 +47422,8 @@ self: { ]; description = "Conduit interface for Brotli (RFC7932) compression"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "brotli-streams" = callPackage @@ -51874,6 +51902,10 @@ self: { testToolDepends = [ hspec-discover ]; description = "CamFort - Cambridge Fortran infrastructure"; license = lib.licenses.asl20; + platforms = [ + "aarch64-darwin" "armv7l-linux" "i686-linux" "x86_64-darwin" + "x86_64-linux" + ]; }) {inherit (pkgs) flint;}; "camh" = callPackage @@ -54988,6 +55020,8 @@ self: { ]; description = "Charting library targetting SVGs"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "chart-svg-various" = callPackage @@ -55011,6 +55045,7 @@ self: { testHaskellDepends = [ base doctest numhask ]; description = "See readme.md"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; }) {}; "chart-unit" = callPackage @@ -59384,6 +59419,8 @@ self: { ]; description = "A Polysemy logging effect for high quality (unstructured) logs"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "co-log-sys" = callPackage @@ -61312,6 +61349,8 @@ self: { ]; description = "Compatibility checker for OpenAPI"; license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "compact" = callPackage @@ -68960,6 +68999,8 @@ self: { ]; description = "Analytical CSG (Constructive Solid Geometry) library"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "csound-catalog" = callPackage @@ -73691,6 +73732,8 @@ self: { ]; description = "Disciplined Disciple Compiler core language and type checker"; license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "ddc-core-babel" = callPackage @@ -73704,6 +73747,7 @@ self: { ]; description = "Disciplined Disciple Compiler PHP code generator"; license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; }) {}; "ddc-core-eval" = callPackage @@ -73754,6 +73798,7 @@ self: { ]; description = "Disciplined Disciple Compiler LLVM code generator"; license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; }) {}; "ddc-core-salt" = callPackage @@ -73769,6 +73814,7 @@ self: { ]; description = "Disciplined Disciple Compiler C code generator"; license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; }) {}; "ddc-core-simpl" = callPackage @@ -73784,6 +73830,7 @@ self: { ]; description = "Disciplined Disciple Compiler code transformations"; license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; }) {}; "ddc-core-tetra" = callPackage @@ -73800,6 +73847,7 @@ self: { ]; description = "Disciplined Disciple Compiler intermediate language"; license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; }) {}; "ddc-driver" = callPackage @@ -73848,6 +73896,7 @@ self: { ]; description = "Disciplined Disciple Compiler source language"; license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; }) {}; "ddc-tools" = callPackage @@ -75134,6 +75183,8 @@ self: { ]; description = "A dynamic environment for dependency injection"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "dependency" = callPackage @@ -78945,6 +78996,8 @@ self: { testToolDepends = [ hspec-discover ]; description = "A small library for working with directories"; license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "disassembler" = callPackage @@ -81697,6 +81750,8 @@ self: { testHaskellDepends = [ domain optics rerebase ]; description = "Integration of domain with optics"; license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "dominion" = callPackage @@ -83781,6 +83836,8 @@ self: { testToolDepends = [ hspec-discover ]; description = "Library Type Safe implementation of Dynamic Pipeline Paradigm (DPP)"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "dynamic-plot" = callPackage @@ -92053,6 +92110,8 @@ self: { ]; description = "Falling sand game/cellular automata simulation using regular parallel arrays"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "fallingblocks" = callPackage @@ -93504,6 +93563,8 @@ self: { ]; description = "Cocodataset with cocoapi"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "fei-dataiter" = callPackage @@ -98066,6 +98127,8 @@ self: { testToolDepends = [ hspec-discover ]; description = "Common functions and utils for fortran-src"; license = lib.licenses.asl20; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "fortran-vars" = callPackage @@ -98094,6 +98157,7 @@ self: { testToolDepends = [ hspec-discover ]; description = "Fortran memory model and other static analysis tools"; license = lib.licenses.asl20; + hydraPlatforms = lib.platforms.none; }) {}; "fortytwo" = callPackage @@ -100377,6 +100441,8 @@ self: { libraryHaskellDepends = [ base HList ]; description = "Combinators that allow for a more functional/monadic style of Arrow programming"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "functional-kmp" = callPackage @@ -107535,6 +107601,9 @@ self: { libraryPkgconfigDepends = [ gtk-mac-integration-gtk3 ]; description = "GtkosxApplication bindings"; license = lib.licenses.lgpl21Only; + platforms = [ + "aarch64-darwin" "armv7l-linux" "i686-linux" "x86_64-darwin" + ]; }) {inherit (pkgs) gtk-mac-integration-gtk3;}; "gi-gtksheet" = callPackage @@ -110654,6 +110723,8 @@ self: { testToolDepends = [ c2hs ]; description = "Bindings for GNU IDN"; license = lib.licenses.gpl3Only; + hydraPlatforms = lib.platforms.none; + broken = true; }) {inherit (pkgs) libidn;}; "gnuplot" = callPackage @@ -116628,6 +116699,9 @@ self: { libraryPkgconfigDepends = [ gtk-mac-integration-gtk3 ]; description = "Bindings for the Gtk/OS X integration library"; license = lib.licenses.lgpl21Only; + platforms = [ + "aarch64-darwin" "armv7l-linux" "i686-linux" "x86_64-darwin" + ]; }) {inherit (pkgs) gtk-mac-integration-gtk3;}; "gtkglext" = callPackage @@ -116765,6 +116839,8 @@ self: { libraryHaskellDepends = [ base HList ]; description = "Generate simple combinators given their type"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "guid" = callPackage @@ -118208,6 +118284,8 @@ self: { ]; description = "The Hackage web server"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "hackage-sparks" = callPackage @@ -119616,6 +119694,8 @@ self: { testHaskellDepends = [ base directory hakyll tasty tasty-hunit ]; description = "Typescript and javascript hakyll compilers"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "hal" = callPackage @@ -122381,6 +122461,8 @@ self: { ]; description = "A dialect of haskell with order of execution based on dependency resolution"; license = lib.licenses.gpl3Only; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "haskbot-core" = callPackage @@ -122555,6 +122637,8 @@ self: { ]; description = "Haskell Application BlockChain Interface (ABCI) Server Library"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "haskell-aliyun" = callPackage @@ -125361,6 +125445,8 @@ self: { testToolDepends = [ hspec-discover ]; description = "Bitcoin & Bitcoin Cash library for Haskell"; license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "haskoin-crypto" = callPackage @@ -125415,6 +125501,7 @@ self: { testToolDepends = [ hspec-discover ]; description = "P2P library for Bitcoin and Bitcoin Cash"; license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; }) {}; "haskoin-protocol" = callPackage @@ -125544,6 +125631,7 @@ self: { testToolDepends = [ hspec-discover ]; description = "Data for Haskoin Store"; license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; }) {}; "haskoin-util" = callPackage @@ -125610,6 +125698,7 @@ self: { ]; description = "Implementation of a Bitcoin SPV Wallet with BIP32 and multisig support"; license = lib.licenses.publicDomain; + hydraPlatforms = lib.platforms.none; }) {}; "haskoon" = callPackage @@ -126831,6 +126920,8 @@ self: { ]; description = "An example program that shows how to use Hasql streams with Rel8"; license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "hasql-streams-pipes" = callPackage @@ -128473,6 +128564,8 @@ self: { ]; description = "HDF: Uniform Rate Audio Signal Processing in Haskell"; license = "GPL"; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "hdf5-lite" = callPackage @@ -129794,6 +129887,8 @@ self: { ]; description = "Clipboard Manager"; license = "BSD-2-Clause-Patent"; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "helics" = callPackage @@ -130172,6 +130267,8 @@ self: { libraryHaskellDepends = [ base her-lexer parsec transformers ]; description = "Parsec frontend to \"her-lexer\" for Haskell source code"; license = lib.licenses.publicDomain; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "herbalizer" = callPackage @@ -134245,6 +134342,8 @@ self: { ]; description = "Web API server for the hledger accounting tool"; license = lib.licenses.gpl3Only; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "hledger-chart" = callPackage @@ -139307,6 +139406,8 @@ self: { ]; description = "Compression and decompression in the brotli format"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {brotlidec = null; brotlienc = null;}; "hs-captcha" = callPackage @@ -139453,6 +139554,8 @@ self: { ]; description = "Haskell bindings for a very compact embedded ECMAScript (JavaScript) engine"; license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "hs-excelx" = callPackage @@ -140857,6 +140960,8 @@ self: { libraryHaskellDepends = [ base cairo gtk hosc hsc3 split ]; description = "haskell supercollider cairo drawing"; license = "GPL"; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "hsc3-data" = callPackage @@ -140887,6 +140992,8 @@ self: { libraryHaskellDepends = [ base hsc3 safe ]; description = "Haskell SuperCollider Unit Generator Database"; license = "GPL"; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "hsc3-dot" = callPackage @@ -140899,6 +141006,8 @@ self: { libraryHaskellDepends = [ base directory filepath hsc3 process ]; description = "haskell supercollider graph drawing"; license = "GPL"; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "hsc3-forth" = callPackage @@ -140918,6 +141027,7 @@ self: { ]; description = "FORTH SUPERCOLLIDER"; license = "GPL"; + hydraPlatforms = lib.platforms.none; }) {}; "hsc3-graphs" = callPackage @@ -140963,6 +141073,8 @@ self: { ]; description = "Haskell SuperCollider Language"; license = "GPL"; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "hsc3-lisp" = callPackage @@ -140982,6 +141094,7 @@ self: { ]; description = "LISP SUPERCOLLIDER"; license = "GPL"; + hydraPlatforms = lib.platforms.none; }) {}; "hsc3-plot" = callPackage @@ -140999,6 +141112,7 @@ self: { ]; description = "Haskell SuperCollider Plotting"; license = "GPL"; + hydraPlatforms = lib.platforms.none; }) {}; "hsc3-process" = callPackage @@ -141018,6 +141132,8 @@ self: { ]; description = "Create and control scsynth processes"; license = "GPL"; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "hsc3-rec" = callPackage @@ -141030,6 +141146,8 @@ self: { libraryHaskellDepends = [ base hsc3 ]; description = "Haskell SuperCollider Record Variants"; license = "GPL"; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "hsc3-rw" = callPackage @@ -141119,6 +141237,8 @@ self: { libraryHaskellDepends = [ base hsc3 ]; description = "Unsafe Haskell SuperCollider"; license = "GPL"; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "hsc3-utils" = callPackage @@ -149288,6 +149408,7 @@ self: { ]; description = "Haskell XMPP (Jabber Client) Command Line Interface (CLI)"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; }) {}; "hxournal" = callPackage @@ -151157,6 +151278,8 @@ self: { doHaddock = false; description = "Branch on whether a constraint is satisfied"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "ifcxt" = callPackage @@ -152134,6 +152257,8 @@ self: { ]; description = "Deep embedding of VHDL programs with code generation"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "impl" = callPackage @@ -154919,6 +155044,8 @@ self: { libraryHaskellDepends = [ base HList invertible ]; description = "invertible functions and instances for HList"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "invertible-hxt" = callPackage @@ -161685,6 +161812,12 @@ self: { ]; description = "Core parts of Keid engine"; license = lib.licenses.bsd3; + platforms = [ + "aarch64-darwin" "armv7l-linux" "i686-linux" "x86_64-darwin" + "x86_64-linux" + ]; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "keid-geometry" = callPackage @@ -161700,6 +161833,11 @@ self: { ]; description = "Geometry primitives for Keid engine"; license = lib.licenses.bsd3; + platforms = [ + "aarch64-darwin" "armv7l-linux" "i686-linux" "x86_64-darwin" + "x86_64-linux" + ]; + hydraPlatforms = lib.platforms.none; }) {}; "keid-render-basic" = callPackage @@ -161721,6 +161859,11 @@ self: { ]; description = "Basic rendering programs for Keid engine"; license = lib.licenses.bsd3; + platforms = [ + "aarch64-darwin" "armv7l-linux" "i686-linux" "x86_64-darwin" + "x86_64-linux" + ]; + hydraPlatforms = lib.platforms.none; }) {}; "keid-resource-gltf" = callPackage @@ -161754,6 +161897,11 @@ self: { ]; description = "OpenAL sound system for Keid engine"; license = lib.licenses.bsd3; + platforms = [ + "aarch64-darwin" "armv7l-linux" "i686-linux" "x86_64-darwin" + "x86_64-linux" + ]; + hydraPlatforms = lib.platforms.none; }) {}; "keid-ui-dearimgui" = callPackage @@ -161771,6 +161919,11 @@ self: { ]; description = "DearImGui elements for Keid engine"; license = lib.licenses.bsd3; + platforms = [ + "aarch64-darwin" "armv7l-linux" "i686-linux" "x86_64-darwin" + "x86_64-linux" + ]; + hydraPlatforms = lib.platforms.none; }) {}; "keiretsu" = callPackage @@ -162663,6 +162816,8 @@ self: { executableHaskellDepends = [ base containers parallel ]; description = "Khovanov homology computations"; license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "koellner-phonetic" = callPackage @@ -168084,6 +168239,8 @@ self: { libraryHaskellDepends = [ base bindings-levmar hmatrix vector ]; description = "An implementation of the Levenberg-Marquardt algorithm"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "levmar-chart" = callPackage @@ -168097,6 +168254,7 @@ self: { libraryHaskellDepends = [ base Chart colour data-accessor levmar ]; description = "Plots the results of the Levenberg-Marquardt algorithm in a chart"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; }) {}; "lex-applicative" = callPackage @@ -169520,6 +169678,8 @@ self: { ]; description = "Flexible manual resource management"; license = lib.licenses.asl20; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "lift-generics" = callPackage @@ -172608,6 +172768,7 @@ self: { ]; description = "Support for developing against the LNURL protocol"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; }) {}; "lnurl-authenticator" = callPackage @@ -173887,6 +174048,12 @@ self: { ]; description = "Fast Brute-force search using parallelism"; license = lib.licenses.mit; + platforms = [ + "aarch64-darwin" "armv7l-linux" "i686-linux" "x86_64-darwin" + "x86_64-linux" + ]; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "lookup-tables" = callPackage @@ -185987,6 +186154,8 @@ self: { doHaddock = false; description = "Invocation helpers for the ReaderT-record-of-functions style"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "moonshine" = callPackage @@ -186232,6 +186401,8 @@ self: { ]; description = "A multi-lingual, typed, workflow language"; license = lib.licenses.gpl3Only; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "morph" = callPackage @@ -186599,6 +186770,8 @@ self: { ]; description = "Generación interactiva de mosaicos"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "mosquitto-hs" = callPackage @@ -190257,6 +190430,8 @@ self: { ]; description = "Web application to view and kill MySQL queries"; license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "myxine-client" = callPackage @@ -192022,6 +192197,8 @@ self: { ]; description = "The NetCore compiler and runtime system for OpenFlow networks"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "netease-fm" = callPackage @@ -192286,6 +192463,7 @@ self: { ]; description = "FRP for controlling networks of OpenFlow switches"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; }) {}; "nettle-netkit" = callPackage @@ -192301,6 +192479,7 @@ self: { ]; description = "DSL for describing OpenFlow networks, and a compiler generating NetKit labs"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; }) {}; "nettle-openflow" = callPackage @@ -192317,6 +192496,8 @@ self: { ]; description = "OpenFlow protocol messages, binary formats, and servers"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "netwire" = callPackage @@ -193091,6 +193272,7 @@ self: { ]; description = "Client library for the XMPP protocol"; license = lib.licenses.gpl3Only; + hydraPlatforms = lib.platforms.none; }) {}; "network-rpca" = callPackage @@ -196527,6 +196709,8 @@ self: { ]; description = "Ode solvers"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "numeric-prelude" = callPackage @@ -196719,6 +196903,8 @@ self: { testHaskellDepends = [ base doctest ]; description = "See readme.md"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "numhask-prelude" = callPackage @@ -198598,6 +198784,7 @@ self: { ]; description = "OPC XML-DA Client"; license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; }) {}; "open-adt" = callPackage @@ -206829,6 +207016,8 @@ self: { ]; description = "Create beautiful diagrams just by typing mathematical notation in plain text"; license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "peparser" = callPackage @@ -210309,6 +210498,8 @@ self: { ]; description = "Brotli (RFC7932) compressors and decompressors for the Pipes package"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "pipes-bytestring" = callPackage @@ -212147,6 +212338,8 @@ self: { executableHaskellDepends = [ base mtl optparse-generic text ]; description = "Basic plotting of tabular data for the command line"; license = lib.licenses.gpl3Only; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "plotfont" = callPackage @@ -215367,6 +215560,8 @@ self: { ]; description = "Sql interpolating quasiquote plus some kind of primitive ORM using it"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "postgresql-replicant" = callPackage @@ -230818,6 +231013,8 @@ self: { ]; description = "Examples using the Repa array library"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "repa-fftw" = callPackage @@ -231866,6 +232063,8 @@ self: { ]; description = "process and route HTTP requests and generate responses on top of WAI"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "rest-client" = callPackage @@ -237763,6 +237962,7 @@ self: { libraryHaskellDepends = [ base hsc3 hsc3-db ]; description = "Haskell bindings to sc3-rdu (sc3 rd ugens)"; license = "GPL"; + hydraPlatforms = lib.platforms.none; }) {}; "scalable-server" = callPackage @@ -239321,6 +239521,8 @@ self: { ]; description = "Distributed SDE solver"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "sdf2p1-parser" = callPackage @@ -240481,6 +240683,7 @@ self: { ]; description = "Weakened partial isomorphisms, reversible computations"; license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; }) {}; "semialign" = callPackage @@ -247259,6 +247462,8 @@ self: { ]; description = "Deterministic serialisation and signatures with proto-lens support"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "signable-haskell-protoc" = callPackage @@ -247310,6 +247515,7 @@ self: { ]; description = "Synchronous signal processing for DSLs"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; }) {}; "signature" = callPackage @@ -251839,6 +252045,8 @@ self: { ]; description = "Snap framework snaplet for the Mandrill API library"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "snaplet-mongoDB" = callPackage @@ -254977,6 +255185,8 @@ self: { ]; description = "HTTP proxy for authenticating users via OAuth2"; license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "sproxy-web" = callPackage @@ -255002,6 +255212,8 @@ self: { ]; description = "Web interface to sproxy database"; license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "sproxy2" = callPackage @@ -256140,6 +256352,8 @@ self: { ]; description = "Initial project template from stack"; license = lib.licenses.isc; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "stack-lib" = callPackage @@ -259052,6 +259266,8 @@ self: { ]; description = "Streaming interface for Brotli (RFC7932) compression"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "streaming-bytestring" = callPackage @@ -259142,6 +259358,8 @@ self: { ]; description = "Concurrency support for the streaming ecosystem"; license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "streaming-conduit" = callPackage @@ -259376,6 +259594,7 @@ self: { ]; description = "Streaming support for running system process"; license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; }) {}; "streaming-sort" = callPackage @@ -259397,6 +259616,8 @@ self: { ]; description = "Sorting streams"; license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "streaming-utils" = callPackage @@ -263979,6 +264200,7 @@ self: { ]; description = "Reversible parsing and pretty-printing"; license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; }) {}; "syntax-attoparsec" = callPackage @@ -263994,6 +264216,7 @@ self: { ]; description = "Syntax instances for Attoparsec"; license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; }) {}; "syntax-example" = callPackage @@ -264012,6 +264235,7 @@ self: { ]; description = "Example application using syntax, a library for abstract syntax descriptions"; license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; }) {}; "syntax-example-json" = callPackage @@ -264030,6 +264254,7 @@ self: { ]; description = "Example JSON parser/pretty-printer"; license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; }) {}; "syntax-pretty" = callPackage @@ -264044,6 +264269,7 @@ self: { ]; description = "Syntax instance for pretty, the pretty printing library"; license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; }) {}; "syntax-printer" = callPackage @@ -264060,6 +264286,7 @@ self: { ]; description = "Text and ByteString printers for 'syntax'"; license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; }) {}; "syntax-trees" = callPackage @@ -267680,6 +267907,7 @@ self: { ]; description = "Servant bindings to the Telegram bot API"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; }) {}; "telegram-types" = callPackage @@ -267701,6 +267929,8 @@ self: { ]; description = "Types used in Telegram bot API"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "telegraph" = callPackage @@ -278107,6 +278337,8 @@ self: { libraryHaskellDepends = [ base HList OneTuple ]; description = "Functions to convert between tuples and HLists"; license = "unknown"; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "tuple-lenses" = callPackage @@ -278133,6 +278365,8 @@ self: { libraryHaskellDepends = [ base HList template-haskell ]; description = "Morph between tuples, or convert them from and to HLists"; license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "tuple-ops" = callPackage @@ -278264,6 +278498,8 @@ self: { ]; description = "An implementation of Turing Machine and Automaton"; license = lib.licenses.gpl3Only; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "turkish-deasciifier" = callPackage @@ -280152,6 +280388,8 @@ self: { testHaskellDepends = [ base tasty tasty-hunit tasty-quickcheck ]; description = "Plugin to faciliate type-level let"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "typelevel" = callPackage @@ -281250,6 +281488,8 @@ self: { ]; description = "Opinionated Haskell Interoperability"; license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "unbound" = callPackage @@ -286562,6 +286802,8 @@ self: { doHaddock = false; description = "Storable vectors with cpu-independent representation"; license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "vector-extras" = callPackage @@ -287207,6 +287449,8 @@ self: { ]; description = "Servant combinators for the versioning library"; license = lib.licenses.asl20; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "versions" = callPackage @@ -287316,6 +287560,8 @@ self: { ]; description = "Extend vformat to Aeson datatypes"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "vformat-time" = callPackage @@ -289421,6 +289667,7 @@ self: { ]; description = "WAI middleware for brotli compression"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; }) {}; "wai-middleware-cache" = callPackage @@ -291282,6 +291529,8 @@ self: { testHaskellDepends = [ base bytestring HUnit network-uri text ]; description = "Composable, reversible, efficient web routing using invertible invariants and bijections"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "web-mongrel2" = callPackage @@ -291419,6 +291668,8 @@ self: { executableHaskellDepends = [ base optparse-generic ]; description = "representations of a web page"; license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "web-routes" = callPackage @@ -296897,6 +297148,7 @@ self: { ]; description = "A binding for the \"xml-query\" and \"xml-conduit\" libraries"; license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; }) {}; "xml-query-xml-types" = callPackage @@ -296920,6 +297172,8 @@ self: { ]; description = "An interpreter of \"xml-query\" queries for the \"xml-types\" documents"; license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "xml-syntax" = callPackage From 484ae5b0a134debc48bfcc2c40a05dcd47371385 Mon Sep 17 00:00:00 2001 From: sternenseemann Date: Thu, 24 Mar 2022 13:39:46 +0100 Subject: [PATCH 210/238] nixos/doc/rl-22.05: note default GHC update --- .../doc/manual/from_md/release-notes/rl-2205.section.xml | 8 ++++++++ nixos/doc/manual/release-notes/rl-2205.section.md | 2 ++ 2 files changed, 10 insertions(+) diff --git a/nixos/doc/manual/from_md/release-notes/rl-2205.section.xml b/nixos/doc/manual/from_md/release-notes/rl-2205.section.xml index 78606c6a9091..b3856142cecd 100644 --- a/nixos/doc/manual/from_md/release-notes/rl-2205.section.xml +++ b/nixos/doc/manual/from_md/release-notes/rl-2205.section.xml @@ -70,6 +70,14 @@ and their users. + + + The default GHC version has been updated from 8.10.7 to 9.0.2. + pkgs.haskellPackages and + pkgs.ghc will now use this version by + default. + +
diff --git a/nixos/doc/manual/release-notes/rl-2205.section.md b/nixos/doc/manual/release-notes/rl-2205.section.md index acb817d31a86..815e791d63e5 100644 --- a/nixos/doc/manual/release-notes/rl-2205.section.md +++ b/nixos/doc/manual/release-notes/rl-2205.section.md @@ -23,6 +23,8 @@ In addition to numerous new and upgraded packages, this release has the followin - Module authors can use `mkRenamedOptionModuleWith` to automate the deprecation cycle without annoying out-of-tree module authors and their users. +- The default GHC version has been updated from 8.10.7 to 9.0.2. `pkgs.haskellPackages` and `pkgs.ghc` will now use this version by default. + ## New Services {#sec-release-22.05-new-services} - [aesmd](https://github.com/intel/linux-sgx#install-the-intelr-sgx-psw), the Intel SGX Architectural Enclave Service Manager. Available as [services.aesmd](#opt-services.aesmd.enable). From b2f458dc40243376e7859bcd155d851f3fa068b8 Mon Sep 17 00:00:00 2001 From: sternenseemann Date: Thu, 24 Mar 2022 15:17:50 +0100 Subject: [PATCH 211/238] hledger-check-fancyassertions: update source hash for 1.25 --- .../office/hledger-check-fancyassertions/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/applications/office/hledger-check-fancyassertions/default.nix b/pkgs/applications/office/hledger-check-fancyassertions/default.nix index 2d85a4fce063..6edef5b621bd 100644 --- a/pkgs/applications/office/hledger-check-fancyassertions/default.nix +++ b/pkgs/applications/office/hledger-check-fancyassertions/default.nix @@ -7,7 +7,7 @@ stdenvNoCC.mkDerivation rec { src = fetchurl { name = "hledger-check-fancyassertion-${version}.hs"; url = "https://raw.githubusercontent.com/simonmichael/hledger/hledger-lib-${version}/bin/hledger-check-fancyassertions.hs"; - sha256 = "0naggvivc6szsc8haa52a6lm079ikz5qfva0ljnqx0f1zlkxv984"; + sha256 = "1xy3ssxnwybq40nlffz95w7m9xbzf8ysb13svg0i8g5sfgrw11vk"; }; dontUnpack = true; From 8bb8fcbc6a7e11dfc9bca59a5f9fa55c57cc8db1 Mon Sep 17 00:00:00 2001 From: Malte Brandy Date: Thu, 24 Mar 2022 18:58:06 +0100 Subject: [PATCH 212/238] haskellPackages.nvfetcher: jailbreak --- pkgs/development/haskell-modules/configuration-common.nix | 3 +++ 1 file changed, 3 insertions(+) diff --git a/pkgs/development/haskell-modules/configuration-common.nix b/pkgs/development/haskell-modules/configuration-common.nix index f0b85f30c083..8b3a77d0acd3 100644 --- a/pkgs/development/haskell-modules/configuration-common.nix +++ b/pkgs/development/haskell-modules/configuration-common.nix @@ -686,6 +686,9 @@ self: super: { # https://github.com/pxqr/base32-bytestring/issues/4 base32-bytestring = dontCheck super.base32-bytestring; + # 2022-03-24: Strict aeson bound: https://github.com/berberman/nvfetcher/pull/63 + nvfetcher = pkgs.lib.throwIfNot (super.nvfetcher.version == "0.4.0.0") "nvfetcher: remove jailbreak after update" doJailbreak super.nvfetcher; + # Djinn's last release was 2014, incompatible with Semigroup-Monoid Proposal # https://github.com/augustss/djinn/pull/8 djinn = appendPatch (pkgs.fetchpatch { From 38df6e7a57de75acd0a8dfb9109ec7dd3984863d Mon Sep 17 00:00:00 2001 From: Malte Brandy Date: Thu, 24 Mar 2022 18:58:17 +0100 Subject: [PATCH 213/238] haskellPackages.arch-web: jailbreak --- pkgs/development/haskell-modules/configuration-common.nix | 3 +++ 1 file changed, 3 insertions(+) diff --git a/pkgs/development/haskell-modules/configuration-common.nix b/pkgs/development/haskell-modules/configuration-common.nix index 8b3a77d0acd3..6f03025159f7 100644 --- a/pkgs/development/haskell-modules/configuration-common.nix +++ b/pkgs/development/haskell-modules/configuration-common.nix @@ -689,6 +689,9 @@ self: super: { # 2022-03-24: Strict aeson bound: https://github.com/berberman/nvfetcher/pull/63 nvfetcher = pkgs.lib.throwIfNot (super.nvfetcher.version == "0.4.0.0") "nvfetcher: remove jailbreak after update" doJailbreak super.nvfetcher; + # 2022-03-24: Strict aeson bound: + arch-web = pkgs.lib.throwIfNot (super.arch-web.version == "0.1.0") "arch-web: remove jailbreak after update" doJailbreak super.arch-web; + # Djinn's last release was 2014, incompatible with Semigroup-Monoid Proposal # https://github.com/augustss/djinn/pull/8 djinn = appendPatch (pkgs.fetchpatch { From 194c266f9a89db524175ce2803b39093447202ce Mon Sep 17 00:00:00 2001 From: Malte Brandy Date: Thu, 24 Mar 2022 19:19:57 +0100 Subject: [PATCH 214/238] haskellPackages: configuration-common.nix add imports at top of file --- .../haskell-modules/configuration-common.nix | 153 +++++++++--------- 1 file changed, 79 insertions(+), 74 deletions(-) diff --git a/pkgs/development/haskell-modules/configuration-common.nix b/pkgs/development/haskell-modules/configuration-common.nix index 6f03025159f7..66bb1705aca8 100644 --- a/pkgs/development/haskell-modules/configuration-common.nix +++ b/pkgs/development/haskell-modules/configuration-common.nix @@ -11,6 +11,11 @@ # distinction. { pkgs, haskellLib }: +let + inherit (pkgs) fetchpatch lib; + inherit (lib) throwIfNot versionOlder; +in + with haskellLib; self: super: { @@ -30,7 +35,7 @@ self: super: { bin-package-db = null; # waiting for release: https://github.com/jwiegley/c2hsc/issues/41 - c2hsc = appendPatch (pkgs.fetchpatch { + c2hsc = appendPatch (fetchpatch { url = "https://github.com/jwiegley/c2hsc/commit/490ecab202e0de7fc995eedf744ad3cb408b53cc.patch"; sha256 = "1c7knpvxr7p8c159jkyk6w29653z5yzgjjqj11130bbb8mk9qhq7"; }) super.c2hsc; @@ -100,13 +105,13 @@ self: super: { patches = drv.patches or [] ++ [ # Intermediate, inconsequential patch we need to add so the next one applies - (pkgs.fetchpatch { + (fetchpatch { name = "git-annex-enable-package-imports.patch"; url = "https://git.joeyh.name/index.cgi/git-annex.git/patch/?id=952664641a38ee4da940c1bb8f1bf6c3e699137f"; sha256 = "0ablfa5jh98rgpx9wd0kgjdr6j1vyqygfnsisvn45dh7f3svkhx9"; }) # Allows compilation with aeson >= 2.0, submitted upstream as well - (pkgs.fetchpatch { + (fetchpatch { name = "git-annex-aeson-2.0.patch"; url = "https://git.joeyh.name/index.cgi/git-annex.git/patch/?id=ca596e7c54ed08e2bec3b6b3e669ccf5ded9aff8"; sha256 = "18m164xwx6axw50bm2c833772rqcyqk3aqzap2pzawbb5d024ss6"; @@ -161,8 +166,8 @@ self: super: { hsc3-db = dontHaddock super.hsc3-db; # Pick patch from master for GHC 9.0 support - flat = assert pkgs.lib.versionOlder super.flat.version "0.5"; appendPatches [ - (pkgs.fetchpatch { + flat = assert versionOlder super.flat.version "0.5"; appendPatches [ + (fetchpatch { name = "flat-ghc-9.0.patch"; url = "https://github.com/Quid2/flat/commit/d32c2c0c0c3c38c41177684ade9febe92d279b06.patch"; sha256 = "0ay0c53jpjmnnh7ylfpzpxqkhs1vq9jdwm9f84d40r88ki8hls8g"; @@ -421,7 +426,7 @@ self: super: { crypto-pubkey = dontCheck super.crypto-pubkey; # Test suite works with aeson 2.0 only starting with 0.14.1 - vinyl = assert pkgs.lib.versionOlder super.vinyl.version "0.14.1"; + vinyl = assert versionOlder super.vinyl.version "0.14.1"; dontCheck super.vinyl; # https://github.com/Philonous/xml-picklers/issues/5 @@ -514,12 +519,12 @@ self: super: { # Compatibility with tasty-hspec >= 1.1.7 requires a patch and a dependency on hspec patches = drv.patches or [] ++ [ # Intermediate patch so fix applies - (pkgs.fetchpatch { + (fetchpatch { url = "https://github.com/haskell-works/tasty-discover/commit/67b022f5945abdfb71ca31fca7910abc7effe043.patch"; sha256 = "1x539qa2871fiahw9zjxyyqz86v4ib7k7fv9hdvvxcrrfw3zwl66"; }) # Actual fix - (pkgs.fetchpatch { + (fetchpatch { name = "tasty-hspec-1.1.7-compat.patch"; url = "https://github.com/haskell-works/tasty-discover/commit/98d3c464f33129e38fa9c0fcdfb1847dfb0490b9.patch"; sha256 = "01a8ni3lyh1wql7aghl41nd2c9m6gcn1i77bh3pygh6r403x771p"; @@ -633,7 +638,7 @@ self: super: { jwt = dontCheck super.jwt; # 2022-03-16: ghc 9 support has not been merged: https://github.com/hasura/monad-validate/pull/5 - monad-validate = appendPatch (pkgs.fetchpatch { + monad-validate = appendPatch (fetchpatch { url = "https://github.com/hasura/monad-validate/commit/7ba916e23c219a8cd397e2a1801c74682b52fcf0.patch"; sha256 = "sha256-udJ+/2VvfWA5Bm36nftH0sbPNuMkWj8rCh9cNN2f9Zw="; }) (dontCheck super.monad-validate); @@ -687,14 +692,14 @@ self: super: { base32-bytestring = dontCheck super.base32-bytestring; # 2022-03-24: Strict aeson bound: https://github.com/berberman/nvfetcher/pull/63 - nvfetcher = pkgs.lib.throwIfNot (super.nvfetcher.version == "0.4.0.0") "nvfetcher: remove jailbreak after update" doJailbreak super.nvfetcher; + nvfetcher = throwIfNot (super.nvfetcher.version == "0.4.0.0") "nvfetcher: remove jailbreak after update" doJailbreak super.nvfetcher; # 2022-03-24: Strict aeson bound: - arch-web = pkgs.lib.throwIfNot (super.arch-web.version == "0.1.0") "arch-web: remove jailbreak after update" doJailbreak super.arch-web; + arch-web = throwIfNot (super.arch-web.version == "0.1.0") "arch-web: remove jailbreak after update" doJailbreak super.arch-web; # Djinn's last release was 2014, incompatible with Semigroup-Monoid Proposal # https://github.com/augustss/djinn/pull/8 - djinn = appendPatch (pkgs.fetchpatch { + djinn = appendPatch (fetchpatch { url = "https://github.com/augustss/djinn/commit/6cb9433a137fb6b5194afe41d616bd8b62b95630.patch"; sha256 = "0s021y5nzrh74gfp8xpxpxm11ivzfs3jwg6mkrlyry3iy584xqil"; }) super.djinn; @@ -724,7 +729,7 @@ self: super: { } super.d-bus; # Add now required extension on recent compilers. # https://github.com/Philonous/d-bus/pull/23 - in appendPatch (pkgs.fetchpatch { + in appendPatch (fetchpatch { url = "https://github.com/Philonous/d-bus/commit/e5f37900a3a301c41d98bdaa134754894c705681.patch"; sha256 = "6rQ7H9t483sJe1x95yLPAZ0BKTaRjgqQvvrQv7HkJRE="; }) newer; @@ -787,7 +792,7 @@ self: super: { find . -type f -print0 | xargs -0 ${pkgs.buildPackages.dos2unix}/bin/dos2unix '' + (drv.prePatch or ""); patches = [ - (pkgs.fetchpatch { + (fetchpatch { url = "https://github.com/JonasDuregard/sized-functors/pull/10/commits/fe6bf78a1b97ff7429630d0e8974c9bc40945dcf.patch"; sha256 = "sha256-mMsXOqLqSbGl9Q0txiZiciPtGT7f12lnhlpFsnCwamk="; }) @@ -842,7 +847,7 @@ self: super: { buildTools = drv.buildTools or [] ++ [ pkgs.buildPackages.makeWrapper ]; postInstall = drv.postInstall or "" + '' for b in $out/bin/cryptol $out/bin/cryptol-html; do - wrapProgram $b --prefix 'PATH' ':' "${pkgs.lib.getBin pkgs.z3}/bin" + wrapProgram $b --prefix 'PATH' ':' "${lib.getBin pkgs.z3}/bin" done ''; }) super.cryptol; @@ -902,7 +907,7 @@ self: super: { cryptohash-sha256 = overrideCabal (drv: { jailbreak = true; broken = false; - hydraPlatforms = pkgs.lib.platforms.all; + hydraPlatforms = lib.platforms.all; }) super.cryptohash-sha256; # The test suite has all kinds of out-dated dependencies, so it feels easier @@ -1056,7 +1061,7 @@ self: super: { generateOptparseApplicativeCompletion "stack" (doJailbreak # for Cabal constraint added on hackage (appendPatch - (pkgs.fetchpatch { + (fetchpatch { # https://github.com/commercialhaskell/stack/pull/5559 # When removing, also remove doJailbreak. name = "stack-pull-5559.patch"; @@ -1089,7 +1094,7 @@ self: super: { brittany = doJailbreak (dontCheck super.brittany); # Outdated upperbound on ghc-exactprint: https://github.com/lspitzner/brittany/issues/342 # Fix with Cabal 2.2, https://github.com/guillaume-nargeot/hpc-coveralls/pull/73 - hpc-coveralls = appendPatch (pkgs.fetchpatch { + hpc-coveralls = appendPatch (fetchpatch { url = "https://github.com/guillaume-nargeot/hpc-coveralls/pull/73/commits/344217f513b7adfb9037f73026f5d928be98d07f.patch"; sha256 = "056rk58v9h114mjx62f41x971xn9p3nhsazcf9zrcyxh1ymrdm8j"; }) super.hpc-coveralls; @@ -1112,7 +1117,7 @@ self: super: { purescript-cst = doJailbreak super.purescript-cst; purescript = - pkgs.lib.pipe + lib.pipe (super.purescript.override { # The latest version of language-javascript is 0.7.1.0, # but it seems to have a bug with async support: @@ -1125,7 +1130,7 @@ self: super: { # # This patch can likely be removed when purescript-0.14.6 is released. (appendPatch - (pkgs.fetchpatch { + (fetchpatch { url = "https://patch-diff.githubusercontent.com/raw/purescript/purescript/pull/4199.patch"; sha256 = "sha256-OeG30EfCHs7gttLME909WfKxkEZr7Ch3leYiw4lElGg="; includes = [ @@ -1186,7 +1191,7 @@ self: super: { # Fix for base >= 4.11 scat = overrideCabal (drv: { - patches = [(pkgs.fetchpatch { + patches = [(fetchpatch { url = "https://github.com/redelmann/scat/pull/6.diff"; sha256 = "07nj2p0kg05livhgp1hkkdph0j0a6lb216f8x348qjasy0lzbfhl"; })]; @@ -1238,13 +1243,13 @@ self: super: { # Remove for hail > 0.2.0.0 hail = overrideCabal (drv: { patches = [ - (pkgs.fetchpatch { + (fetchpatch { # Relax dependency constraints, # upstream PR: https://github.com/james-preston/hail/pull/13 url = "https://patch-diff.githubusercontent.com/raw/james-preston/hail/pull/13.patch"; sha256 = "039p5mqgicbhld2z44cbvsmam3pz0py3ybaifwrjsn1y69ldsmkx"; }) - (pkgs.fetchpatch { + (fetchpatch { # Relax dependency constraints, # upstream PR: https://github.com/james-preston/hail/pull/16 url = "https://patch-diff.githubusercontent.com/raw/james-preston/hail/pull/16.patch"; @@ -1299,12 +1304,12 @@ self: super: { # 2022-03-12: Pick patches from master for compat with Stackage Nightly gitit = appendPatches [ - (pkgs.fetchpatch { + (fetchpatch { name = "gitit-allow-pandoc-2.17.patch"; url = "https://github.com/jgm/gitit/commit/9eddd1d3bde46bccb23c6d21e15b289f2a9ebe66.patch"; sha256 = "09ahvwyaqzqaa9gnpbffncs9574d20mfy30zz2ww67cmm8f2a8iv"; }) - (pkgs.fetchpatch { + (fetchpatch { name = "gitit-fix-build-with-hoauth2-2.3.0.patch"; url = "https://github.com/jgm/gitit/commit/fd534c0155eef1790500c834e612ab22cf9b67b6.patch"; sha256 = "0hmlqkavn8hr0b4y4hxs1yyg0r79ylkzhzwy1dzbb3a2q86ydd2f"; @@ -1317,7 +1322,7 @@ self: super: { # Fix EdisonAPI and EdisonCore for GHC 8.8: # https://github.com/robdockins/edison/pull/16 - EdisonAPI = appendPatch (pkgs.fetchpatch { + EdisonAPI = appendPatch (fetchpatch { url = "https://github.com/robdockins/edison/pull/16/commits/8da6c0f7d8666766e2f0693425c347c0adb492dc.patch"; postFetch = '' ${pkgs.buildPackages.patchutils}/bin/filterdiff --include='a/edison-api/*' --strip=1 "$out" > "$tmpfile" @@ -1326,7 +1331,7 @@ self: super: { sha256 = "0yi5pz039lcm4pl9xnl6krqxyqq5rgb5b6m09w0sfy06x0n4x213"; }) super.EdisonAPI; - EdisonCore = appendPatch (pkgs.fetchpatch { + EdisonCore = appendPatch (fetchpatch { url = "https://github.com/robdockins/edison/pull/16/commits/8da6c0f7d8666766e2f0693425c347c0adb492dc.patch"; postFetch = '' ${pkgs.buildPackages.patchutils}/bin/filterdiff --include='a/edison-core/*' --strip=1 "$out" > "$tmpfile" @@ -1364,12 +1369,12 @@ self: super: { patch = appendPatches [ # 2022-02-27: https://github.com/reflex-frp/patch/pull/40 for bump bounds - (pkgs.fetchpatch { + (fetchpatch { url = "https://github.com/reflex-frp/patch/commit/15ea4956e04264b9be2fe4644119a709b196708f.patch"; sha256 = "sha256-la97DCjeVu82AaQv2my+UhmB/jBmMyxxpRAwhEB1RGc="; }) # 2022-03-13: https://github.com/reflex-frp/patch/pull/41 for ghc 9.0 compat - (pkgs.fetchpatch { + (fetchpatch { url = "https://github.com/reflex-frp/patch/commit/fee3addcfc982c7b70489a8a64f208ab2360bdb7.patch"; sha256 = "sha256-/CTiHSs+Z4dyL5EJx949XD0zzSAy5s4hzchmNkb0YOk="; }) @@ -1386,7 +1391,7 @@ self: super: { # 2022-03-16: Pullrequest for ghc 9 compat https://github.com/reflex-frp/reflex-dom/pull/433 reflex-dom-core = doDistribute (unmarkBroken (dontCheck (appendPatch - (pkgs.fetchpatch { + (fetchpatch { url = "https://github.com/reflex-frp/reflex-dom/compare/a0459deafd296656b3e99db01ea7f65b89b0948c...56fa8a484ccfc7d3365d07fea3caa430155dbcac.patch"; sha256 = "sha256-azMF3uX7S1rKKRAVjY+xP2XbQKHvEY/9nU7cH81KKPA="; stripLen = 2; @@ -1427,12 +1432,12 @@ self: super: { svgcairo = appendPatches [ # Remove when https://github.com/gtk2hs/svgcairo/pull/12 goes in. - (pkgs.fetchpatch { + (fetchpatch { url = "https://github.com/gtk2hs/svgcairo/commit/348c60b99c284557a522baaf47db69322a0a8b67.patch"; sha256 = "0akhq6klmykvqd5wsbdfnnl309f80ds19zgq06sh1mmggi54dnf3"; }) # Remove when https://github.com/gtk2hs/svgcairo/pull/13 goes in. - (pkgs.fetchpatch { + (fetchpatch { url = "https://github.com/dalpd/svgcairo/commit/d1e0d7ae04c1edca83d5b782e464524cdda6ae85.patch"; sha256 = "1pq9ld9z67zsxj8vqjf82qwckcp69lvvnrjb7wsyb5jc6jaj3q0a"; }) @@ -1443,7 +1448,7 @@ self: super: { massiv = dontCheck super.massiv; # Upstream PR: https://github.com/jkff/splot/pull/9 - splot = appendPatch (pkgs.fetchpatch { + splot = appendPatch (fetchpatch { url = "https://github.com/jkff/splot/commit/a6710b05470d25cb5373481cf1cfc1febd686407.patch"; sha256 = "1c5ck2ibag2gcyag6rjivmlwdlp5k0dmr8nhk7wlkzq2vh7zgw63"; }) super.splot; @@ -1466,7 +1471,7 @@ self: super: { # Fails with "supports custom headers" # Patch for GHC 9.0 support Spock-core = dontCheck (appendPatches [ - (pkgs.fetchpatch { + (fetchpatch { name = "Spock-core-GHC-9.0.patch"; url = "https://github.com/agrafix/Spock/commit/25c75961c4aaaa2e81c9e2afd3d758f2b643f9df.patch"; sha256 = "03854yvda7dclz60fb1b5q8qx6zq2yjbvlyj994352xsz0lz2qan"; @@ -1519,7 +1524,7 @@ self: super: { hcoord = overrideCabal (drv: { # Remove when https://github.com/danfran/hcoord/pull/8 is merged. patches = [ - (pkgs.fetchpatch { + (fetchpatch { url = "https://github.com/danfran/hcoord/pull/8/commits/762738b9e4284139f5c21f553667a9975bad688e.patch"; sha256 = "03r4jg9a6xh7w3jz3g4bs7ff35wa4rrmjgcggq51y0jc1sjqvhyz"; }) @@ -1556,11 +1561,11 @@ self: super: { buildTools = drv.buildTools or [ ] ++ [ pkgs.buildPackages.makeWrapper ]; postInstall = drv.postInstall or "" + '' wrapProgram "$out/bin/update-nix-fetchgit" --prefix 'PATH' ':' "${ - pkgs.lib.makeBinPath deps + lib.makeBinPath deps }" ''; }) (addTestToolDepends deps ( - appendPatch (pkgs.fetchpatch { + appendPatch (fetchpatch { url = "https://github.com/expipiplus1/update-nix-fetchgit/commit/2a4229b04aaeec025f1400a39f4e6390af760b54.patch"; sha256 = "sha256-G3abFWykpvtsh8l3GZhkNUpBo7zRb9Ve4d6mjizysIo="; includes = [ "src/Update/Nix/FetchGit/Prefetch.hs" ]; @@ -1574,7 +1579,7 @@ self: super: { # Raise version bounds: https://github.com/idontgetoutmuch/binary-low-level/pull/16 binary-strict = appendPatches [ - (pkgs.fetchpatch { + (fetchpatch { url = "https://github.com/idontgetoutmuch/binary-low-level/pull/16/commits/c16d06a1f274559be0dea0b1f7497753e1b1a8ae.patch"; sha256 = "sha256-deSbudy+2je1SWapirWZ1IVWtJ0sJVR5O/fnaAaib2g="; }) @@ -1583,7 +1588,7 @@ self: super: { # 2020-11-19: Checks nearly fixed, but still disabled because of flaky tests: # https://github.com/haskell/haskell-language-server/issues/610 # https://github.com/haskell/haskell-language-server/issues/611 - haskell-language-server = pkgs.lib.pipe super.haskell-language-server [ + haskell-language-server = lib.pipe super.haskell-language-server [ dontCheck (appendConfigureFlags ["-ftactics"]) (overrideCabal (old: { @@ -1596,14 +1601,14 @@ self: super: { lsp = assert super.lsp.version == "1.4.0.0"; dontCheck super.lsp; hls-test-utils = assert super.hls-test-utils.version == "1.2.0.0"; appendPatches [ - (pkgs.fetchpatch { + (fetchpatch { url = "https://github.com/haskell/haskell-language-server/commit/074593987e9086e308b89ecde336de2c64861dc0.patch"; sha256 = "sha256-uTlIbGQKulP3963UPL2V9cqMoIvPscK+s2W/HtBmMWc="; stripLen = 2; extraPrefix = ""; includes = [ "*/Util.hs" ]; }) - (pkgs.fetchpatch { + (fetchpatch { url = "https://github.com/haskell/haskell-language-server/commit/78305f21783807b04baebca4860c255bfe84d4ab.patch"; sha256 = "sha256-oe8Q8kBJBkel+pR5imFj43NVpm4afcyLgAUCWhrIoPk="; stripLen = 2; @@ -1673,7 +1678,7 @@ self: super: { reflex-dom-pandoc = super.reflex-dom-pandoc.override { clay = dontCheck self.clay_0_13_3; }; # 2022-03-16: Pull request for ghc 9 compat: https://github.com/reflex-frp/reflex/pull/467 - reflex = appendPatch (pkgs.fetchpatch { + reflex = appendPatch (fetchpatch { url = "https://github.com/reflex-frp/reflex/compare/823afd9424234cbe0134051f09a6710e54509cec...469b4ab4a755cad76b8d4d6c9ad482d02686b4ae.patch"; sha256 = "sha256-EwW7QBXHGlcJkKiLDmsXCZPwQz24+mg2Vuiu0Vb/T6w="; }) (dontCheck super.reflex); @@ -1714,7 +1719,7 @@ self: super: { # https://github.com/hercules-ci/hercules-ci-agent/pull/387 hercules-ci-api-agent = dontCheck super.hercules-ci-api-agent; - hercules-ci-cli = pkgs.lib.pipe super.hercules-ci-cli [ + hercules-ci-cli = lib.pipe super.hercules-ci-cli [ unmarkBroken (overrideCabal (drv: { hydraPlatforms = super.hercules-ci-cli.meta.platforms; })) # See hercules-ci-optparse-applicative in non-hackage-packages.nix. @@ -1724,14 +1729,14 @@ self: super: { pipes-aeson = appendPatches [ # Dependency of the aeson-2 patch - (pkgs.fetchpatch { + (fetchpatch { name = "pipes-aeson-add-loop.patch"; url = "https://github.com/k0001/pipes-aeson/commit/d22133b4a678edbb52bcaec5079dc88ccc0de1d3.patch"; sha256 = "sha256-5o5ys1P1+QB4rjLCYok5AcPRWCtRiecP/TqCFm8ulVY="; includes = ["src/Pipes/Aeson.hs" "src/Pipes/Aeson/Internal.hs" "src/Pipes/Aeson/Unchecked.hs"]; }) # https://github.com/k0001/pipes-aeson/pull/20 - (pkgs.fetchpatch { + (fetchpatch { name = "pipes-aeson-aeson-2.patch"; url = "https://github.com/hercules-ci/pipes-aeson/commit/ac735c9cd459c6ef51ba82325d1c55eb67cb7b2c.patch"; sha256 = "sha256-viWZ6D5t79x50RXiOjP6UeQ809opgNFYZOP+h+1KJh0="; @@ -1741,7 +1746,7 @@ self: super: { moto-postgresql = appendPatches [ # https://gitlab.com/k0001/moto/-/merge_requests/3 - (pkgs.fetchpatch { + (fetchpatch { name = "moto-postgresql-monadfail.patch"; url = "https://gitlab.com/k0001/moto/-/commit/09cc1c11d703c25f6e81325be6482dc7ec6cbf58.patch"; # includes = ["moto/lib/Moto/File.hs"]; @@ -1752,7 +1757,7 @@ self: super: { moto = appendPatches [ # https://gitlab.com/k0001/moto/-/merge_requests/3 - (pkgs.fetchpatch { + (fetchpatch { name = "moto-ghc-9.0.patch"; url = "https://gitlab.com/k0001/moto/-/commit/5b6f015a1271765005f03762f1f1aaed3a3198ed.patch"; stripLen = 1; @@ -1841,7 +1846,7 @@ self: super: { ''; patches = (attrs.patches or []) ++ [ # fix a compilation error related to protolude 0.3 - (pkgs.fetchpatch { + (fetchpatch { url = "https://github.com/Profpatsch/yarn2nix/commit/ca78cf06226819b2e78cb6cdbc157d27afb41532.patch"; sha256 = "1vkczwzhxilnp87apyb18nycn834y5nbw4yr1kpwlwhrhalvzw61"; includes = [ "*/ResolveLockfile.hs" ]; @@ -1868,7 +1873,7 @@ self: super: { # while waiting for a new release: https://github.com/brendanhay/amazonka/pull/572 amazonka = appendPatches [ - (pkgs.fetchpatch { + (fetchpatch { stripLen = 1; url = "https://github.com/brendanhay/amazonka/commit/43ddd87b1ebd6af755b166e16336259ec025b337.patch"; sha256 = "1x9l5xgvrh908di6whpavyp08cys11v3yn6rc21zw87xiyigdbi3"; @@ -1896,7 +1901,7 @@ self: super: { # * Disable test suite which doesn't compile # https://github.com/creswick/chatter/issues/38 chatter = appendPatch - (pkgs.fetchpatch { + (fetchpatch { url = "https://github.com/creswick/chatter/commit/e8c15a848130d7d27b8eb5e73e8a0db1366b2e62.patch"; sha256 = "1dzak8d12h54vss5fxnrclygz0fz9ygbqvxd5aifz5n3vrwwpj3g"; }) @@ -1937,11 +1942,11 @@ self: super: { # Too strict verion bounds on cryptonite and github. # PRs are merged, will be fixed next release or Hackage revision. nix-thunk = appendPatches [ - (pkgs.fetchpatch { + (fetchpatch { url = "https://github.com/obsidiansystems/nix-thunk/commit/49d27a85dd39cd9413c99958c67e596756a502b5.patch"; sha256 = "1p1n0123yrbdqyfk4kx3gq6bdv65l1bxgbsg51ckcwclg54xp2p5"; }) - (pkgs.fetchpatch { + (fetchpatch { url = "https://github.com/obsidiansystems/nix-thunk/commit/512867c651977265d5d8f456b538f7a364ec8a8b.patch"; sha256 = "121yg26y4g28k8xv7y1j6c3pxm17vsjn3vi62kkc8g928c47yd02"; }) @@ -1968,7 +1973,7 @@ self: super: { # Apply patch from master relaxing the version bounds on tasty. # Can be removed at next release (current is 0.10.1.0). ginger = appendPatch - (pkgs.fetchpatch { + (fetchpatch { url = "https://github.com/tdammers/ginger/commit/bd8cb39c1853d4fb4f663c4c201884575906acea.patch"; sha256 = "1rdy53k0384g52bnc59j1f0i13hr4lbnbksfsabr4av6zmw9wmzf"; }) super.ginger; @@ -2006,7 +2011,7 @@ self: super: { version = "1.0"; sha256 = "0xl848q8z6qx2bi6xil0d35lra7wshwvysyfblki659d7272b1im"; description = "GHC BigNum library"; - license = pkgs.lib.licenses.bsd3; + license = lib.licenses.bsd3; # ghc-bignum is not buildable if none of the three backends # is explicitly enabled. We enable Native for now as it doesn't # depend on anything else as oppossed to GMP and FFI. @@ -2015,7 +2020,7 @@ self: super: { # i. e. if GHC 8.10.* and 8.8.* have been removed. configureFlags = [ "-f" "Native" ]; patches = [ - (pkgs.fetchpatch { + (fetchpatch { url = "https://gitlab.haskell.org/ghc/ghc/-/commit/08d1588bf38d83140a86817a7a615db486357d4f.patch"; sha256 = "1qx4r031y72px291vz38bng9sb23r8zb35s03v5hhawlmgzfzcb5"; stripLen = 2; @@ -2052,7 +2057,7 @@ self: super: { # Presumably to be removed at the next release # Test suite doesn't support hspec 2.8 # https://github.com/yi-editor/yi/issues/1124 - yi-language = appendPatch (pkgs.fetchpatch { + yi-language = appendPatch (fetchpatch { url = "https://github.com/yi-editor/yi/commit/0d3bcb5ba4c237d57ce33a3dc39b63c56d890765.patch"; sha256 = "0r4mzngs0x1akqpajzx7ssa9rax977fvj5ra8d3grfbpx6z0nm01"; includes = [ "yi-language.cabal" ]; @@ -2073,7 +2078,7 @@ self: super: { # 2022-03-22: PR for haskell-gi-base compat https://github.com/ghcjs/jsaddle/pull/129 jsaddle-webkit2gtk = appendPatch ( - pkgs.fetchpatch { + fetchpatch { name = "haskell-gi-base-0.26-compat-patch"; url = "https://github.com/ghcjs/jsaddle/commit/c9a9ad39addea469f7e3f5bc6b1c778fefaab5d8.patch"; sha256 = "sha256-4njoOxtJH2jVqiPmW8f9hGUqpzI3yJ1XP4u85QgmvjU="; @@ -2095,7 +2100,7 @@ self: super: { # Fix build with bytestring >= 0.11 (GHC 9.2) # https://github.com/llvm-hs/llvm-hs/pull/389 llvm-hs-pure = appendPatches [ - (pkgs.fetchpatch { + (fetchpatch { name = "llvm-hs-pure-bytestring-0.11.patch"; url = "https://github.com/llvm-hs/llvm-hs/commit/fe8fd556e8d2cc028f61d4d7b4b6bf18c456d090.patch"; sha256 = "0gjgcvy3jx15nhq4jgarn8ff2nk1dc0k7w64knhhr17isw91gikp"; @@ -2107,7 +2112,7 @@ self: super: { # * Fix build failure by picking patch from 8.5, we need # this version of sbv for petrinizer # * Pin version of crackNum that still exposes its library - sbv_7_13 = appendPatch (pkgs.fetchpatch { + sbv_7_13 = appendPatch (fetchpatch { url = "https://github.com/LeventErkok/sbv/commit/57014b9c7c67dd9b63619a996e2c66e32c33c958.patch"; sha256 = "10npa8nh2413n6p6qld795qfkbld08icm02bspmk93y0kabpgmgm"; }) @@ -2145,7 +2150,7 @@ self: super: { }; } self.haskell-ci; - large-hashable = pkgs.lib.pipe super.large-hashable [ + large-hashable = lib.pipe super.large-hashable [ # 2022-03-21: use version from git which includes support for GHC 9.0.1 (assert super.large-hashable.version == "0.1.0.4"; overrideSrc { version = "unstable-2021-11-01"; @@ -2169,7 +2174,7 @@ self: super: { # 2022-03-21: patch for aeson 2.0 # https://github.com/factisresearch/large-hashable/pull/22 (appendPatches [ - (pkgs.fetchpatch { + (fetchpatch { name = "large-hashable-aeson-2.0.patch"; url = "https://github.com/factisresearch/large-hashable/commit/7094ef0ba55b4848cb57bae73d119acfb496a4c9.patch"; sha256 = "0ckiii0s697h817z65jwlmjzqw2ckpm815wqcnxjigf6v9kxps8j"; @@ -2219,7 +2224,7 @@ self: super: { composite-base = assert super.composite-base.version == "0.7.5.0"; overrideCabal (drv: { patches = drv.patches or [] ++ [ - (pkgs.fetchpatch { + (fetchpatch { name = "composite-base-template-haskell-2.17.patch"; url = "https://github.com/ConferOpenSource/composite/commit/4ca7562d46a0cdfae3afacf194134db768450a02.patch"; sha256 = "143rp8g2bskf2hxszahpg72gvagj4qnw87ikswlbal0p7gfd8zii"; @@ -2260,14 +2265,14 @@ self: super: { # Release 1.0.0.0 added version bounds (was unrestricted before), # but with too strict lower bounds for our lts-18. # Disable aeson for now, future release should support it - graphql = assert pkgs.lib.versionOlder self.hspec.version "2.9.0"; + graphql = assert versionOlder self.hspec.version "2.9.0"; assert super.graphql.version == "1.0.2.0"; appendConfigureFlags [ "-f-json" ] (doJailbreak super.graphql); # https://github.com/ajscholl/basic-cpuid/pull/1 - basic-cpuid = appendPatch (pkgs.fetchpatch { + basic-cpuid = appendPatch (fetchpatch { url = "https://github.com/ajscholl/basic-cpuid/commit/2f2bd7a7b53103fb0cf26883f094db9d7659887c.patch"; sha256 = "0l15ccfdys100jf50s9rr4p0d0ikn53bkh7a9qlk9i0y0z5jc6x1"; }) super.basic-cpuid; @@ -2347,7 +2352,7 @@ self: super: { heist = assert super.heist.version == "1.1.0.1"; # aeson 2.0 compat https://github.com/snapframework/heist/pull/132 # not merged in master yet - appendPatch (pkgs.fetchpatch { + appendPatch (fetchpatch { url = "https://github.com/snapframework/heist/compare/de802b0ed5055bd45cfed733524b4086c7e71660...d76adf749d14d7401963d36a22597584c52fc55f.patch"; sha256 = "sha256-GEIPGYYJO6S4t710AQe1uk3EvBu4UpablrlMDZLBSTk="; includes = [ "src/*" "heist.cabal"]; @@ -2422,13 +2427,13 @@ self: super: { protolude = appendPatches [ # Intermediate Patch, so the next one applies - (pkgs.fetchpatch { + (fetchpatch { name = "integer-gmp-only-symbols.patch"; url = "https://github.com/protolude/protolude/commit/84d228a3b5a2adfe5c8aec23176a0301012e54eb.patch"; sha256 = "0mk0gxcg8vp73wlz764y24gqmxdrhanp12dfam9xsb6cm34jkjdc"; }) # Compat with GHC 9.0 (not merged yet) - (pkgs.fetchpatch { + (fetchpatch { name = "protolude-ghc-9.0.patch"; url = "https://github.com/protolude/protolude/pull/131/commits/1ca4b4564b4d868022d5bab5330e2c7d9cae11a0.patch"; sha256 = "0jrm6715kc8v7v4isi79b3w1i51rs332bkak25ik6zv3i5lgcg68"; @@ -2482,7 +2487,7 @@ self: super: { }) super.misfortune); # GHC 9 support https://github.com/lambdabot/dice/pull/2 - dice = appendPatch (pkgs.fetchpatch { + dice = appendPatch (fetchpatch { name = "dice-ghc9.patch"; url = "https://github.com/lambdabot/dice/commit/80d6fd443cb17b21d91b725f994ece6e8274e0a0.patch"; excludes = [ ".gitignore" ]; @@ -2523,7 +2528,7 @@ self: super: { # https://github.com/aristidb/aws/issues/275 aws = overrideCabal (drv: { patches = drv.patches or [] ++ [ - (pkgs.fetchpatch { + (fetchpatch { name = "aws-aeson-2.0-compat.patch"; url = "https://github.com/aristidb/aws/pull/277/commits/7af7586c5d244d07f77d49e5fdc739e6e8e54816.patch"; sha256 = "1bsiyk1k671rwlyflka2whq972h72cwscrxkr9n2wzhxp70ap3g3"; @@ -2542,9 +2547,9 @@ self: super: { csv = overrideCabal (drv: { preCompileBuildDriver = "rm Setup.hs"; }) super.csv; # 2022-02-25: Upstream fixes are not released. Remove this override on update. - cabal-fmt = assert super.cabal-fmt.version == "0.1.5.1"; pkgs.lib.pipe super.cabal-fmt [ + cabal-fmt = assert super.cabal-fmt.version == "0.1.5.1"; lib.pipe super.cabal-fmt [ doJailbreak - (appendPatch (pkgs.fetchpatch { + (appendPatch (fetchpatch { url = "https://github.com/phadej/cabal-fmt/commit/842630f70adb5397245109f77dba07662836e964.patch"; sha256 = "sha256-s0W/TI3wHA73MFyKKcNBJFHgFAmBDLGbLaIvWbe/Bsg="; })) @@ -2591,13 +2596,13 @@ self: super: { elm2nix = appendPatches [ # unreleased, prereq for aeson-2 patch - (pkgs.fetchpatch { + (fetchpatch { name = "elm2nix-pull-44.patch"; url = "https://patch-diff.githubusercontent.com/raw/cachix/elm2nix/pull/44.patch"; sha256 = "sha256-d6Ra3mIVKCA/5pEavsPi2TdN0qcRwU3gc634oWdYZq8="; }) # https://github.com/cachix/elm2nix/issues/46#issuecomment-1056236009 - (pkgs.fetchpatch { + (fetchpatch { name = "elm2nix-aeson-2.patch"; url = "https://github.com/cachix/elm2nix/commit/1a35f07ad5d63085ffd7e5634355412e1112c4e9.patch"; sha256 = "sha256-HAwMvOyp2IdPyjwt+aKYogMqg5NZYlu897UqJy59eFc="; @@ -2607,7 +2612,7 @@ self: super: { mustache = overrideCabal (drv: { # allow building with unordered-containers 0.2.17 patches = drv.mustache or [] ++ [ - (pkgs.fetchpatch { + (fetchpatch { name = "mustache-unordered-containers-0.2.17-compat.patch"; url = "https://github.com/JustusAdam/mustache/commit/19b97b58b35ee746fdae1fc34ba97d7967175a62.patch"; sha256 = "02cxxmm3ymh64lzl1kp47rmfpar9358ksj0g4q963i40lg9y0g55"; From c1f8889beb3242322aa972019b417913a54e00a9 Mon Sep 17 00:00:00 2001 From: sternenseemann Date: Fri, 25 Mar 2022 13:21:16 +0100 Subject: [PATCH 215/238] haskell.packages.ghc{884,8017}.mysql-simple: provide blaze-textual The package shims blaze-textual for GHC >= 9.0 and makes its inclusion conditional, causing hackage2nix to miss this dependency. --- .../haskell-modules/configuration-ghc-8.10.x.nix | 6 ++++++ .../development/haskell-modules/configuration-ghc-8.8.x.nix | 6 ++++++ 2 files changed, 12 insertions(+) diff --git a/pkgs/development/haskell-modules/configuration-ghc-8.10.x.nix b/pkgs/development/haskell-modules/configuration-ghc-8.10.x.nix index daa8d0389e86..2f11410661bd 100644 --- a/pkgs/development/haskell-modules/configuration-ghc-8.10.x.nix +++ b/pkgs/development/haskell-modules/configuration-ghc-8.10.x.nix @@ -113,4 +113,10 @@ self: super: { OneTuple = super.OneTuple.override { ghc-prim = self.hashable; }; + + # Temporarily disabled blaze-textual for GHC >= 9.0 causing hackage2nix ignoring it + # https://github.com/paul-rouse/mysql-simple/blob/872604f87044ff6d1a240d9819a16c2bdf4ed8f5/Database/MySQL/Internal/Blaze.hs#L4-L10 + mysql-simple = addBuildDepends [ + self.blaze-textual + ] super.mysql-simple; } diff --git a/pkgs/development/haskell-modules/configuration-ghc-8.8.x.nix b/pkgs/development/haskell-modules/configuration-ghc-8.8.x.nix index 6b6a40cc8dc7..0ff1294c1dbf 100644 --- a/pkgs/development/haskell-modules/configuration-ghc-8.8.x.nix +++ b/pkgs/development/haskell-modules/configuration-ghc-8.8.x.nix @@ -147,4 +147,10 @@ self: super: { OneTuple = super.OneTuple.override { ghc-prim = self.hashable; }; + + # Temporarily disabled blaze-textual for GHC >= 9.0 causing hackage2nix ignoring it + # https://github.com/paul-rouse/mysql-simple/blob/872604f87044ff6d1a240d9819a16c2bdf4ed8f5/Database/MySQL/Internal/Blaze.hs#L4-L10 + mysql-simple = addBuildDepends [ + self.blaze-textual + ] super.mysql-simple; } From f6d7cbb2470cce467e320ede800ae3d411e88181 Mon Sep 17 00:00:00 2001 From: sternenseemann Date: Fri, 25 Mar 2022 14:08:27 +0100 Subject: [PATCH 216/238] haskellPackages.validation: allow lens 5.* in test suite --- pkgs/development/haskell-modules/configuration-common.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/pkgs/development/haskell-modules/configuration-common.nix b/pkgs/development/haskell-modules/configuration-common.nix index 66bb1705aca8..5f72731de942 100644 --- a/pkgs/development/haskell-modules/configuration-common.nix +++ b/pkgs/development/haskell-modules/configuration-common.nix @@ -2522,6 +2522,8 @@ self: super: { # https://github.com/kowainik/validation-selective/issues/64 validation-selective = doJailbreak super.validation-selective; + # https://github.com/system-f/validation/issues/57 + validation = doJailbreak super.validation; # aws upstream seems to lack the necessary maintenance at the moment, luckily # Joey Hess seems to have already looked into building git-annex with aeson 2.0 From 9f7ac9269852b12a220a8cc48d1879ddfab0a115 Mon Sep 17 00:00:00 2001 From: sternenseemann Date: Sat, 26 Mar 2022 09:44:27 +0100 Subject: [PATCH 217/238] dhall-text: remove at 1.0.18 dhall-text has been deprecated upstream and no longer builds with the other dhall packages we are shipping. --- pkgs/top-level/aliases.nix | 1 + pkgs/top-level/all-packages.nix | 2 -- pkgs/top-level/release-haskell.nix | 1 - 3 files changed, 1 insertion(+), 3 deletions(-) diff --git a/pkgs/top-level/aliases.nix b/pkgs/top-level/aliases.nix index 2731c0bd3fc7..64b6cf2cdd11 100644 --- a/pkgs/top-level/aliases.nix +++ b/pkgs/top-level/aliases.nix @@ -256,6 +256,7 @@ mapAliases ({ demjson = with python3Packages; toPythonApplication demjson; # Added 2022-01-18 desktop_file_utils = throw "'desktop_file_utils' has been renamed to/replaced by 'desktop-file-utils'"; # Converted to throw 2022-02-22 devicemapper = throw "'devicemapper' has been renamed to/replaced by 'lvm2'"; # Converted to throw 2022-02-22 + dhall-text = throw "'dhall-text' has been deprecated in favor of the 'dhall text' command from 'dhall'"; # Added 2022-03-26 digikam5 = throw "'digikam5' has been renamed to/replaced by 'digikam'"; # Converted to throw 2022-02-22 displaycal = throw "displaycal has been removed from nixpkgs, as it hasn't migrated to python3"; # Added 2022-01-12 dmtx = throw "'dmtx' has been renamed to/replaced by 'dmtx-utils'"; # Converted to throw 2022-02-22 diff --git a/pkgs/top-level/all-packages.nix b/pkgs/top-level/all-packages.nix index 4a2a408ed701..49e4972e0dcb 100644 --- a/pkgs/top-level/all-packages.nix +++ b/pkgs/top-level/all-packages.nix @@ -13787,8 +13787,6 @@ with pkgs; dhall-nixpkgs = haskell.lib.compose.justStaticExecutables haskellPackages.dhall-nixpkgs; - dhall-text = haskell.lib.compose.justStaticExecutables haskellPackages.dhall-text; - dhallPackages = recurseIntoAttrs (callPackage ./dhall-packages.nix { }); duktape = callPackage ../development/interpreters/duktape { }; diff --git a/pkgs/top-level/release-haskell.nix b/pkgs/top-level/release-haskell.nix index 88ff5a6ae9f9..c69d03d0ef7f 100644 --- a/pkgs/top-level/release-haskell.nix +++ b/pkgs/top-level/release-haskell.nix @@ -157,7 +157,6 @@ let dhall-lsp-server dhall-json dhall-nix - dhall-text diagrams-builder elm2nix fffuu From 66996acc2a9afd1b0c34beffc2bab3e8daecbcad Mon Sep 17 00:00:00 2001 From: sternenseemann Date: Sat, 26 Mar 2022 09:52:40 +0100 Subject: [PATCH 218/238] all-cabal-hashes: 2022-03-22T14:25:11Z -> 2022-03-26T03:24:04Z This commit has been generated by maintainers/scripts/haskell/update-hackage.sh and maintainers/scripts/haskell/regenerate-hackage-packages.sh --- pkgs/data/misc/hackage/pin.json | 8 +- .../haskell-modules/hackage-packages.nix | 1599 ++++++++++++++--- 2 files changed, 1352 insertions(+), 255 deletions(-) diff --git a/pkgs/data/misc/hackage/pin.json b/pkgs/data/misc/hackage/pin.json index 527ecc3f0df3..f3e784b47c6f 100644 --- a/pkgs/data/misc/hackage/pin.json +++ b/pkgs/data/misc/hackage/pin.json @@ -1,6 +1,6 @@ { - "commit": "908462d155551c292872dd2a4072fd49563ef1d1", - "url": "https://github.com/commercialhaskell/all-cabal-hashes/archive/908462d155551c292872dd2a4072fd49563ef1d1.tar.gz", - "sha256": "06gm5qk077m22v1gjksbrkqxykvvkv8b02ghhzrjwygv1rcvhphy", - "msg": "Update from Hackage at 2022-03-22T14:25:11Z" + "commit": "f504760b580057f368d85ed6f6c4e78a38968ff4", + "url": "https://github.com/commercialhaskell/all-cabal-hashes/archive/f504760b580057f368d85ed6f6c4e78a38968ff4.tar.gz", + "sha256": "0m3w7bawx0qxj2qn3yx1d4j90dq89k5c4604f6z38cxxx0rszmzj", + "msg": "Update from Hackage at 2022-03-26T03:24:04Z" } diff --git a/pkgs/development/haskell-modules/hackage-packages.nix b/pkgs/development/haskell-modules/hackage-packages.nix index 0298584c028e..9a0eb2e57371 100644 --- a/pkgs/development/haskell-modules/hackage-packages.nix +++ b/pkgs/development/haskell-modules/hackage-packages.nix @@ -25210,8 +25210,8 @@ self: { ({ mkDerivation, aeson, base, hspec, lens, lens-aeson, text }: mkDerivation { pname = "aeson-picker"; - version = "0.1.0.5"; - sha256 = "05lw6fd8xk9s37iz8pvznqh4vj856ayc75ha9iw1w82zxzv87pwp"; + version = "0.1.0.6"; + sha256 = "18qn7d163li5v4hjikjfds5jiqcv4h54myipw0pr4sq1ra1wlys4"; libraryHaskellDepends = [ aeson base lens lens-aeson text ]; testHaskellDepends = [ base hspec text ]; description = "Tiny library to get fields from JSON format"; @@ -25567,8 +25567,8 @@ self: { }: mkDerivation { pname = "aeson-via"; - version = "0.1.2"; - sha256 = "1dm90xx57c5d7x55zdq57pm78v1phii8gkb92y9nzvjjq5y6galy"; + version = "0.2.0"; + sha256 = "0v2k9ilm60hnjzsjw1x1b0qcyc6b6db64k6rkci9mbnfqv8bj2wj"; libraryHaskellDepends = [ aeson aeson-casing base newtype-generics text ]; @@ -26336,6 +26336,25 @@ self: { license = lib.licenses.bsd3; }) {}; + "alarmclock_0_7_0_6" = callPackage + ({ mkDerivation, async, base, clock, hspec, stm, time + , unbounded-delays + }: + mkDerivation { + pname = "alarmclock"; + version = "0.7.0.6"; + sha256 = "02fkmdhhzdmjkz68l9gayk99b21kvm47ksaflqlqsw3yiy8zq2ss"; + libraryHaskellDepends = [ + async base clock stm time unbounded-delays + ]; + testHaskellDepends = [ + async base clock hspec stm time unbounded-delays + ]; + description = "Wake up and perform an action at a certain time"; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + }) {}; + "alea" = callPackage ({ mkDerivation, base, optparse-applicative, random, text }: mkDerivation { @@ -30746,8 +30765,8 @@ self: { }: mkDerivation { pname = "annotated-exception"; - version = "0.1.2.0"; - sha256 = "01iilib225sjv69qy2dwafgg0xhv7jbmjqnpcdivn0w4bg7m6g6r"; + version = "0.1.2.1"; + sha256 = "06nzxm6vxli3jlj940vjxa4j8cg76v5l4za2w1w3j3z9lfzms0h9"; libraryHaskellDepends = [ base containers safe-exceptions text unliftio-core ]; @@ -34026,6 +34045,25 @@ self: { license = lib.licenses.asl20; }) {}; + "ascii_1_1_2_0" = callPackage + ({ mkDerivation, ascii-case, ascii-char, ascii-group, ascii-numbers + , ascii-predicates, ascii-superset, ascii-th, base, bytestring + , hedgehog, text + }: + mkDerivation { + pname = "ascii"; + version = "1.1.2.0"; + sha256 = "17yh71i28m1m4hnlbd6sp234kwqpgsdpn4bmv2g283vq37mkn09n"; + libraryHaskellDepends = [ + ascii-case ascii-char ascii-group ascii-numbers ascii-predicates + ascii-superset ascii-th base bytestring text + ]; + testHaskellDepends = [ base hedgehog text ]; + description = "The ASCII character set and encoding"; + license = lib.licenses.asl20; + hydraPlatforms = lib.platforms.none; + }) {}; + "ascii-art-to-unicode" = callPackage ({ mkDerivation, base, comonad, doctest, strict }: mkDerivation { @@ -34105,6 +34143,19 @@ self: { license = lib.licenses.asl20; }) {}; + "ascii-group_1_0_0_12" = callPackage + ({ mkDerivation, ascii-char, base, hashable, hedgehog }: + mkDerivation { + pname = "ascii-group"; + version = "1.0.0.12"; + sha256 = "0g7n2bqhy131b4d87gqny82pwjndgmddvb2c4k6k2ic5138z6zk3"; + libraryHaskellDepends = [ ascii-char base hashable ]; + testHaskellDepends = [ ascii-char base hedgehog ]; + description = "ASCII character groups"; + license = lib.licenses.asl20; + hydraPlatforms = lib.platforms.none; + }) {}; + "ascii-holidays" = callPackage ({ mkDerivation, base, random, random-shuffle, terminfo, time }: mkDerivation { @@ -34120,6 +34171,26 @@ self: { license = lib.licenses.gpl3Only; }) {}; + "ascii-numbers" = callPackage + ({ mkDerivation, ascii-case, ascii-char, ascii-superset, base + , bytestring, d10, hashable, hedgehog, invert, text + }: + mkDerivation { + pname = "ascii-numbers"; + version = "1.0.0.0"; + sha256 = "1zmid1p3gqdmbriq6d87fyz69pksh1ha2x7w4m4pw7nch85440f5"; + libraryHaskellDepends = [ + ascii-case ascii-char ascii-superset base bytestring d10 hashable + text + ]; + testHaskellDepends = [ + ascii-case ascii-char ascii-superset base bytestring d10 hashable + hedgehog invert text + ]; + description = "ASCII representations of numbers"; + license = lib.licenses.asl20; + }) {}; + "ascii-predicates" = callPackage ({ mkDerivation, ascii-char, base }: mkDerivation { @@ -34132,6 +34203,19 @@ self: { license = lib.licenses.asl20; }) {}; + "ascii-predicates_1_0_0_10" = callPackage + ({ mkDerivation, ascii-char, base, hedgehog }: + mkDerivation { + pname = "ascii-predicates"; + version = "1.0.0.10"; + sha256 = "1964w50mvfwq4x6ss6vhz7q7fg8b9bfhczv95ll9cxs61qn2rir0"; + libraryHaskellDepends = [ ascii-char base ]; + testHaskellDepends = [ ascii-char base hedgehog ]; + description = "Various categorizations of ASCII characters"; + license = lib.licenses.asl20; + hydraPlatforms = lib.platforms.none; + }) {}; + "ascii-progress" = callPackage ({ mkDerivation, async, base, concurrent-output, data-default , hspec, QuickCheck, time @@ -34190,6 +34274,23 @@ self: { license = lib.licenses.asl20; }) {}; + "ascii-superset_1_0_1_12" = callPackage + ({ mkDerivation, ascii-char, base, bytestring, hashable, hedgehog + , text + }: + mkDerivation { + pname = "ascii-superset"; + version = "1.0.1.12"; + sha256 = "04kp4v0m1z1sh78862qryhkq1a5jzv1hdkyyrsv2m7caqkh8rn2c"; + libraryHaskellDepends = [ + ascii-char base bytestring hashable text + ]; + testHaskellDepends = [ ascii-char base hedgehog text ]; + description = "Representing ASCII with refined supersets"; + license = lib.licenses.asl20; + hydraPlatforms = lib.platforms.none; + }) {}; + "ascii-table" = callPackage ({ mkDerivation, aeson, base, containers, dlist, hashable, text , unordered-containers, vector, wl-pprint-extras @@ -34225,6 +34326,25 @@ self: { license = lib.licenses.asl20; }) {}; + "ascii-th_1_0_0_10" = callPackage + ({ mkDerivation, ascii-char, ascii-superset, base, bytestring + , hedgehog, template-haskell, text + }: + mkDerivation { + pname = "ascii-th"; + version = "1.0.0.10"; + sha256 = "16ir0rkkwzc60fdznjjx9mgfh5vi09h2a77b1gk63m01p10xlr6g"; + libraryHaskellDepends = [ + ascii-char ascii-superset base template-haskell + ]; + testHaskellDepends = [ + ascii-char ascii-superset base bytestring hedgehog text + ]; + description = "Template Haskell support for ASCII"; + license = lib.licenses.asl20; + hydraPlatforms = lib.platforms.none; + }) {}; + "ascii-vector-avc" = callPackage ({ mkDerivation, attoparsec, base, binary, bytestring, deepseq , deepseq-generics, HUnit, split, zlib @@ -38620,8 +38740,8 @@ self: { pname = "ban-instance"; version = "0.1.0.1"; sha256 = "0504qsjbqbrdf9avfrhs290baszc9dickx7wknbyxwrzpzzbpggk"; - revision = "1"; - editedCabalFile = "1ii8z13xlnn9avkpvbwbm3m8pwvd5rrkp34n1klcdy9r96bk9pw3"; + revision = "2"; + editedCabalFile = "1piiw6fkfbkdbiz4sky34anghhhzjsklgxgxn1x76fsh5nyj1dkn"; libraryHaskellDepends = [ base template-haskell ]; testHaskellDepends = [ base ]; description = "For when a type should never be an instance of a class"; @@ -38654,6 +38774,19 @@ self: { license = lib.licenses.bsd3; }) {}; + "bank-holidays-england_0_2_0_7" = callPackage + ({ mkDerivation, base, containers, hspec, QuickCheck, time }: + mkDerivation { + pname = "bank-holidays-england"; + version = "0.2.0.7"; + sha256 = "0q24flhiqp50krld6blmnlj8wqf2jvhfdpwrg469n3391p7jgfsc"; + libraryHaskellDepends = [ base containers time ]; + testHaskellDepends = [ base containers hspec QuickCheck time ]; + description = "Calculation of bank holidays in England and Wales"; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + }) {}; + "banwords" = callPackage ({ mkDerivation, attoparsec, base, bytestring, data-default, HUnit , test-framework, test-framework-hunit, text, vector @@ -38856,12 +38989,12 @@ self: { broken = true; }) {}; - "base_4_16_0_0" = callPackage + "base_4_16_1_0" = callPackage ({ mkDerivation, ghc-bignum, ghc-prim, rts }: mkDerivation { pname = "base"; - version = "4.16.0.0"; - sha256 = "0m5h5kynyfll8hna1dgqw7s2w5spvxzp84pm3niinpf9fva6hhv9"; + version = "4.16.1.0"; + sha256 = "1n6w97xxdsspa34w417sakx1ysv4qgp5l00r6lkf09rwfmani7vl"; libraryHaskellDepends = [ ghc-bignum ghc-prim rts ]; description = "Basic libraries"; license = lib.licenses.bsd3; @@ -40678,6 +40811,21 @@ self: { license = lib.licenses.bsd3; }) {}; + "benchpress_0_2_2_19" = callPackage + ({ mkDerivation, base, bytestring, mtl, time }: + mkDerivation { + pname = "benchpress"; + version = "0.2.2.19"; + sha256 = "00yv902qicsyrx2sbx7m2h1wsqfzikl8ffbkcvm1xqkn11p3gcjw"; + isLibrary = true; + isExecutable = true; + libraryHaskellDepends = [ base mtl time ]; + executableHaskellDepends = [ base bytestring time ]; + description = "Micro-benchmarking with detailed statistics"; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + }) {}; + "bencode" = callPackage ({ mkDerivation, base, binary, bytestring, containers, hspec , parsec, QuickCheck, transformers, transformers-compat @@ -44040,15 +44188,15 @@ self: { license = lib.licenses.bsd3; }) {}; - "bits-extra_0_0_2_1" = callPackage + "bits-extra_0_0_2_3" = callPackage ({ mkDerivation, base, criterion, doctest, doctest-discover , ghc-prim, hedgehog, hspec, hspec-discover, hw-hedgehog , hw-hspec-hedgehog, vector }: mkDerivation { pname = "bits-extra"; - version = "0.0.2.1"; - sha256 = "1lxfc56b53km1zm46vnx4l7r7fr2p0xhmkaqb19maz03czmnnd3g"; + version = "0.0.2.3"; + sha256 = "1lyrr5jg8yg9cb97pn1pd4qgc7qn3irv8k5ra5j48fyn1rb6z4r7"; libraryHaskellDepends = [ base ghc-prim vector ]; testHaskellDepends = [ base doctest doctest-discover ghc-prim hedgehog hspec hw-hedgehog @@ -46214,6 +46362,22 @@ self: { license = lib.licenses.bsd3; }) {}; + "boomerang_1_4_8" = callPackage + ({ mkDerivation, base, mtl, semigroups, template-haskell, text + , th-abstraction + }: + mkDerivation { + pname = "boomerang"; + version = "1.4.8"; + sha256 = "141rs9q8i89118ldplm90zqzkjff3jwqhsdld4vp4ipc26f9gjdl"; + libraryHaskellDepends = [ + base mtl semigroups template-haskell text th-abstraction + ]; + description = "Library for invertible parsing and printing"; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + }) {}; + "boomslang" = callPackage ({ mkDerivation, base, containers, data-accessor , data-accessor-template, font-opengl-basic4x6, GLFW-b, MonadRandom @@ -51441,8 +51605,8 @@ self: { }: mkDerivation { pname = "cairo"; - version = "0.13.8.1"; - sha256 = "1hpkyhrlg1d24s34kq6d379z8l8fvznm98wpq37haqjma4nl25hk"; + version = "0.13.8.2"; + sha256 = "1sq2imy359vnbny610n7655a4z5a8fgdxanys4f5nw84246hc2yl"; enableSeparateDataOutput = true; setupHaskellDepends = [ base Cabal gtk2hs-buildtools ]; libraryHaskellDepends = [ @@ -59499,8 +59663,8 @@ self: { }: mkDerivation { pname = "cobot-io"; - version = "0.1.4.2"; - sha256 = "1gh51097r6z35vbvdfg8fasv00midmdxgya0b2acm3hbrjnrdvp4"; + version = "0.1.4.3"; + sha256 = "1xmdz71ay9jphxabap610qvcm4bcm3dbd06zx6zkhd8xjz1hqsjf"; libraryHaskellDepends = [ array attoparsec base binary bytestring cobot containers data-msgpack deepseq http-conduit hyraxAbif lens linear megaparsec @@ -60121,6 +60285,8 @@ self: { pname = "cointracking-imports"; version = "0.1.0.1"; sha256 = "19in8n8sigcbph29cgrbg1ccbxzadav1siryfjfc1g112p6mrf91"; + revision = "1"; + editedCabalFile = "1pcqkp1fvnwv5f4r88nva0dafgzfk2vixa5wh2q42991aj38a539"; libraryHaskellDepends = [ base base-compat-batteries bytestring cassava filepath lens scientific text time xlsx @@ -60955,6 +61121,26 @@ self: { license = lib.licenses.bsd3; }) {}; + "comfort-graph_0_0_3_2" = callPackage + ({ mkDerivation, base, containers, doctest-exitcode-stdio + , QuickCheck, semigroups, transformers, utility-ht + }: + mkDerivation { + pname = "comfort-graph"; + version = "0.0.3.2"; + sha256 = "13g6dcqcnysh1l0hsm3j3q9il9r987brxc3557m69k0ag0wk5m4b"; + libraryHaskellDepends = [ + base containers QuickCheck semigroups transformers utility-ht + ]; + testHaskellDepends = [ + base containers doctest-exitcode-stdio QuickCheck transformers + utility-ht + ]; + description = "Graph structure with type parameters for nodes and edges"; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + }) {}; + "comic" = callPackage ({ mkDerivation, aeson, base, deepseq, hashable, hashable-orphans , lens, sorted-list, text, time, uuid @@ -62134,6 +62320,22 @@ self: { license = lib.licenses.bsd3; }) {}; + "composite-ix" = callPackage + ({ mkDerivation, base, composite-base, containers, lens + , nonempty-containers, vector, vinyl + }: + mkDerivation { + pname = "composite-ix"; + version = "0.0.1.0"; + sha256 = "0kyy3fm1z9w2mwrhwn3gz5hpvykzsnij0rrsqi2fh3gd1dsxgc6c"; + libraryHaskellDepends = [ + base composite-base containers lens nonempty-containers vector + vinyl + ]; + description = "Indexing utilities for composite records"; + license = lib.licenses.bsd3; + }) {}; + "composite-lens-extra" = callPackage ({ mkDerivation, base, composite-base, lens, vinyl }: mkDerivation { @@ -64842,6 +65044,34 @@ self: { broken = true; }) {}; + "construct_0_3_1" = callPackage + ({ mkDerivation, attoparsec, base, bytestring, Cabal, cabal-doctest + , cereal, directory, doctest, filepath, incremental-parser + , input-parsers, markdown-unlit, monoid-subclasses, parsers + , rank2classes, tasty, tasty-hunit, text + }: + mkDerivation { + pname = "construct"; + version = "0.3.1"; + sha256 = "0kv186wqw4fzwibsacsr5slb7fxrjhcxdf96bav9rgsq114py5y2"; + enableSeparateDataOutput = true; + setupHaskellDepends = [ base Cabal cabal-doctest ]; + libraryHaskellDepends = [ + attoparsec base bytestring cereal incremental-parser input-parsers + monoid-subclasses parsers rank2classes text + ]; + testHaskellDepends = [ + attoparsec base bytestring cereal directory doctest filepath + incremental-parser monoid-subclasses rank2classes tasty tasty-hunit + text + ]; + testToolDepends = [ markdown-unlit ]; + description = "Haskell version of the Construct library for easy specification of file formats"; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; + }) {}; + "constructible" = callPackage ({ mkDerivation, base, binary-search, complex-generic , integer-roots @@ -66602,20 +66832,27 @@ self: { }) {}; "country" = callPackage - ({ mkDerivation, aeson, attoparsec, base, bytestring, deepseq - , hashable, primitive, QuickCheck, quickcheck-classes, scientific - , tasty, tasty-quickcheck, text, unordered-containers + ({ mkDerivation, aeson, attoparsec, base, bytebuild, bytehash + , byteslice, bytestring, compact, contiguous, deepseq, entropy + , gauge, hashable, primitive, primitive-unlifted, QuickCheck + , quickcheck-classes, scientific, tasty, tasty-quickcheck, text + , text-short, unordered-containers }: mkDerivation { pname = "country"; - version = "0.2.1"; - sha256 = "0nc9vjwagmih0m8h423lbsamkbxxyzhk3cr9cm7a7wwbl2bddq3a"; + version = "0.2.2"; + sha256 = "149j83j8y7q078azsbq4clrmgcd95w3980fs2dfqg7hmmiff8gcm"; libraryHaskellDepends = [ - aeson attoparsec base bytestring deepseq hashable primitive - scientific text unordered-containers + aeson attoparsec base bytebuild bytehash byteslice bytestring + contiguous deepseq entropy hashable primitive primitive-unlifted + scientific text text-short unordered-containers ]; testHaskellDepends = [ - base QuickCheck quickcheck-classes tasty tasty-quickcheck + base byteslice primitive QuickCheck quickcheck-classes tasty + tasty-quickcheck text text-short + ]; + benchmarkHaskellDepends = [ + base bytehash byteslice bytestring compact gauge primitive text ]; description = "Country data type and functions"; license = lib.licenses.bsd3; @@ -70345,6 +70582,22 @@ self: { license = lib.licenses.mit; }) {}; + "d10_1_0_1_0" = callPackage + ({ mkDerivation, base, hashable, hedgehog, template-haskell }: + mkDerivation { + pname = "d10"; + version = "1.0.1.0"; + sha256 = "0494hnk99nski7xsas06kbskvi4m9k7h5hizn1w8034xc34n0ppg"; + libraryHaskellDepends = [ + base hashable hedgehog template-haskell + ]; + testHaskellDepends = [ base hashable hedgehog template-haskell ]; + doHaddock = false; + description = "Digits 0-9"; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; + }) {}; + "d3d11binding" = callPackage ({ mkDerivation, base, c-storable-deriving, d3d11, D3DCompiler , d3dx11, d3dxof, dxgi, dxguid, vect, Win32 @@ -74177,8 +74430,8 @@ self: { }: mkDerivation { pname = "debug-me"; - version = "1.20200820"; - sha256 = "1pxcycgdd0gmiqabpbjkish31yb2n7bqgwd1fm1na6w6xmjlh58a"; + version = "1.20220324"; + sha256 = "0zpg45bfqnlcnxh8kg2yy336qq9zb01g0ypqf7s2la33kxgck8n5"; isLibrary = false; isExecutable = true; setupHaskellDepends = [ base Cabal filepath ]; @@ -77422,6 +77675,29 @@ self: { hydraPlatforms = lib.platforms.none; }) {}; + "diagrams-input" = callPackage + ({ mkDerivation, attoparsec, base, base64-bytestring, blaze-builder + , blaze-markup, bytestring, colour, conduit, conduit-extra + , containers, css-text, data-default, diagrams-core, diagrams-lib + , digits, either, JuicyPixels, linear, resourcet, semigroups, split + , system-filepath, text, transformers, unordered-containers, vector + , xml-conduit, xml-types + }: + mkDerivation { + pname = "diagrams-input"; + version = "0.1"; + sha256 = "1ap1qark5f746fgvnzr0fam9csxqqbpvlsyr7smxgwxzhqhsjdjy"; + libraryHaskellDepends = [ + attoparsec base base64-bytestring blaze-builder blaze-markup + bytestring colour conduit conduit-extra containers css-text + data-default diagrams-core diagrams-lib digits either JuicyPixels + linear resourcet semigroups split system-filepath text transformers + unordered-containers vector xml-conduit xml-types + ]; + description = "Parse raster and SVG files for diagrams"; + license = lib.licenses.bsd3; + }) {}; + "diagrams-lib" = callPackage ({ mkDerivation, active, adjunctions, array, base, bytestring , cereal, colour, containers, criterion, data-default-class @@ -79133,8 +79409,8 @@ self: { pname = "discord-haskell-voice"; version = "2.2.2"; sha256 = "0vbp8xdvb9ci49l1ifqghbv6smqx0ll902957yyxym6yj2xjfpmv"; - revision = "1"; - editedCabalFile = "0nwknpfflyz2zww1mb8ldyi1jrdam4hzk1i46pjxas4xp8ip6jdp"; + revision = "2"; + editedCabalFile = "11dylm637a0wgvdmk47rhznhfkvdssfl52mnaf3wmqvd3axfh1id"; isLibrary = true; isExecutable = true; libraryHaskellDepends = [ @@ -81754,6 +82030,26 @@ self: { broken = true; }) {}; + "domain-optics_0_1_0_3" = callPackage + ({ mkDerivation, base, domain, domain-core, optics, optics-core + , rerebase, template-haskell, template-haskell-compat-v0208, text + , th-lego, unordered-containers + }: + mkDerivation { + pname = "domain-optics"; + version = "0.1.0.3"; + sha256 = "0bfp6vidn10p0jjzmag0cdxncb5mq1qlp0v851hqps5cl9qshnbk"; + libraryHaskellDepends = [ + base domain-core optics-core template-haskell + template-haskell-compat-v0208 text th-lego unordered-containers + ]; + testHaskellDepends = [ domain optics rerebase ]; + description = "Integration of domain with optics"; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; + broken = true; + }) {}; + "dominion" = callPackage ({ mkDerivation, base, containers, hspec, lens, mtl, random }: mkDerivation { @@ -81926,29 +82222,28 @@ self: { license = lib.licenses.mit; }) {}; - "dotenv_0_9_0_1" = callPackage + "dotenv_0_9_0_2" = callPackage ({ mkDerivation, base, base-compat, containers, directory , exceptions, hspec, hspec-discover, hspec-megaparsec, megaparsec - , optparse-applicative, process, text, transformers + , optparse-applicative, process, text }: mkDerivation { pname = "dotenv"; - version = "0.9.0.1"; - sha256 = "1iz9xfp8z2cjxnh1355hws7ds19rmrznmk0vkj4mz6i2k9a302r1"; + version = "0.9.0.2"; + sha256 = "0f0kzkkfvk7bmlxzq2z7b1rr374aa4qlh8pklbjaqg0drfhyyk6a"; isLibrary = true; isExecutable = true; enableSeparateDataOutput = true; libraryHaskellDepends = [ base base-compat containers directory exceptions megaparsec process - text transformers + text ]; executableHaskellDepends = [ base base-compat megaparsec optparse-applicative process text - transformers ]; testHaskellDepends = [ base base-compat containers directory exceptions hspec - hspec-megaparsec megaparsec process text transformers + hspec-megaparsec megaparsec process text ]; testToolDepends = [ hspec-discover ]; description = "Loads environment variables from dotenv files"; @@ -96092,8 +96387,8 @@ self: { ({ mkDerivation, base, directory, parsec }: mkDerivation { pname = "flat-tex"; - version = "0.7.0"; - sha256 = "19djkalk3pw309y8ngia88qrppm3c6128db7lk7q6l0w18vrnb9d"; + version = "0.8.0"; + sha256 = "0p5shxpvv15ihbgdvgqwqjq1xz96s5cbflvwb8x7bh5qni8mm3ax"; isLibrary = false; isExecutable = true; executableHaskellDepends = [ base directory parsec ]; @@ -97235,8 +97530,8 @@ self: { ({ mkDerivation, base }: mkDerivation { pname = "foldable-ix"; - version = "0.2.0.0"; - sha256 = "1xbdwnvbg4phkqrcb9izabff85dhdj004nnbgk53f50if9sv4463"; + version = "0.2.1.0"; + sha256 = "0sbqlii75sjmha2kmiwi36r2wdkpxdargyrrv2g60vpryvndiqck"; libraryHaskellDepends = [ base ]; description = "Functions to find out the indices of the elements in the Foldable structures"; license = lib.licenses.mit; @@ -104497,26 +104792,25 @@ self: { license = lib.licenses.bsd3; }) {}; - "ghc_9_2_1" = callPackage + "ghc_9_2_2" = callPackage ({ mkDerivation, array, base, binary, bytestring, containers , deepseq, directory, exceptions, filepath, ghc-boot, ghc-heap - , ghci, hpc, parsec, process, template-haskell, terminfo, time - , transformers, unbuildable, unix + , ghci, hpc, process, template-haskell, terminfo, time + , transformers, unix }: mkDerivation { pname = "ghc"; - version = "9.2.1"; - sha256 = "0zj1bvrhbkxhnbzia9lcwz9h8d7vrcfddiqfvycbz77sr30505kx"; + version = "9.2.2"; + sha256 = "125cx0zycc5gkj6awg5lgc6zhlr0iklw18g20dhpbgiyzplx2gqb"; libraryHaskellDepends = [ array base binary bytestring containers deepseq directory - exceptions filepath ghc-boot ghc-heap ghci hpc parsec process - template-haskell terminfo time transformers unbuildable unix + exceptions filepath ghc-boot ghc-heap ghci hpc process + template-haskell terminfo time transformers unix ]; description = "The GHC API"; license = lib.licenses.bsd3; hydraPlatforms = lib.platforms.none; - broken = true; - }) {unbuildable = null;}; + }) {}; "ghc-api-compat_8_6" = callPackage ({ mkDerivation, ghc }: @@ -104579,29 +104873,29 @@ self: { license = lib.licenses.bsd3; }) {}; - "ghc-boot_9_2_1" = callPackage + "ghc-boot_9_2_2" = callPackage ({ mkDerivation, base, binary, bytestring, containers, deepseq - , directory, filepath, ghc-boot-th + , directory, filepath, ghc-boot-th, unix }: mkDerivation { pname = "ghc-boot"; - version = "9.2.1"; - sha256 = "1i1rr219jsfi23j6ynzx7r1r2si3q2pp89hld56c7wcvqcwa2b77"; + version = "9.2.2"; + sha256 = "0wdyaj8w08r20j4if5v3d5wh3b1f5lwdvw3wk0lx7scxz7xzs9fq"; libraryHaskellDepends = [ base binary bytestring containers deepseq directory filepath - ghc-boot-th + ghc-boot-th unix ]; description = "Shared functionality between GHC and its boot libraries"; license = lib.licenses.bsd3; hydraPlatforms = lib.platforms.none; }) {}; - "ghc-boot-th_9_2_1" = callPackage + "ghc-boot-th_9_2_2" = callPackage ({ mkDerivation, base }: mkDerivation { pname = "ghc-boot-th"; - version = "9.2.1"; - sha256 = "1qv0lzaxlwxb2hswgjcryk9d7zk0163yd1fa2sgv4jd6ycn9yxh5"; + version = "9.2.2"; + sha256 = "06rgdq07fkkzhfkq29nxmqiiy9ndbzb5dgij7flz113bdskq88i3"; libraryHaskellDepends = [ base ]; description = "Shared functionality between GHC and the @template-haskell@ library"; license = lib.licenses.bsd3; @@ -108252,8 +108546,8 @@ self: { }: mkDerivation { pname = "gio"; - version = "0.13.8.1"; - sha256 = "00dq87p6nqk4x2n98a6b35l7a4crkmhr36zjk0xsfdsr3lf7zmr6"; + version = "0.13.8.2"; + sha256 = "1fh0h786h36sm8bd2v72xqqp6paw4qm5inhf86gmd993hm4avxdk"; enableSeparateDataOutput = true; setupHaskellDepends = [ base Cabal gtk2hs-buildtools ]; libraryHaskellDepends = [ @@ -108380,31 +108674,31 @@ self: { }) {}; "git-annex" = callPackage - ({ mkDerivation, aeson, async, attoparsec, aws, base, blaze-builder - , bloomfilter, bup, byteable, bytestring, Cabal, case-insensitive - , clientsession, concurrent-output, conduit, connection, containers - , crypto-api, cryptonite, curl, data-default, DAV, dbus, deepseq - , directory, disk-free-space, dlist, edit-distance, exceptions - , fdo-notify, feed, filepath, filepath-bytestring, free, git - , git-lfs, gnupg, hinotify, http-client, http-client-restricted - , http-client-tls, http-conduit, http-types, IfElse, lsof, magic - , memory, microlens, monad-control, monad-logger, mountpoints, mtl - , network, network-bsd, network-info, network-multicast - , network-uri, old-locale, openssh, optparse-applicative - , path-pieces, perl, persistent, persistent-sqlite - , persistent-template, process, QuickCheck, random, regex-tdfa - , resourcet, rsync, SafeSemaphore, sandi, securemem, shakespeare - , socks, split, stm, stm-chans, tagsoup, tasty, tasty-hunit - , tasty-quickcheck, tasty-rerun, template-haskell, text, time - , torrent, transformers, unix, unix-compat, unliftio-core - , unordered-containers, utf8-string, uuid, vector, wai, wai-extra - , warp, warp-tls, wget, which, yesod, yesod-core, yesod-form - , yesod-static + ({ mkDerivation, aeson, ansi-terminal, async, attoparsec, aws, base + , blaze-builder, bloomfilter, bup, byteable, bytestring, Cabal + , case-insensitive, clientsession, concurrent-output, conduit + , connection, containers, crypto-api, cryptonite, curl + , data-default, DAV, dbus, deepseq, directory, disk-free-space + , dlist, edit-distance, exceptions, fdo-notify, feed, filepath + , filepath-bytestring, free, git, git-lfs, gnupg, hinotify + , http-client, http-client-restricted, http-client-tls + , http-conduit, http-types, IfElse, lsof, magic, memory, microlens + , monad-control, monad-logger, mountpoints, mtl, network + , network-bsd, network-info, network-multicast, network-uri + , old-locale, openssh, optparse-applicative, path-pieces, perl + , persistent, persistent-sqlite, persistent-template, process + , QuickCheck, random, regex-tdfa, resourcet, rsync, SafeSemaphore + , sandi, securemem, shakespeare, socks, split, stm, stm-chans + , tagsoup, tasty, tasty-hunit, tasty-quickcheck, tasty-rerun + , template-haskell, text, time, torrent, transformers, unix + , unix-compat, unliftio-core, unordered-containers, utf8-string + , uuid, vector, wai, wai-extra, warp, warp-tls, wget, which, yesod + , yesod-core, yesod-form, yesod-static }: mkDerivation { pname = "git-annex"; - version = "10.20220222"; - sha256 = "119c7l2vqv19ja3pg3adaivsmrmbyg03a88j2msnzcgyhddggf8z"; + version = "10.20220322"; + sha256 = "107v1c2lw53k25p6snbmxyia3ghd63kj3izvd81d8km9qncv96bv"; configureFlags = [ "-fassistant" "-f-benchmark" "-fdbus" "-f-debuglocks" "-fmagicmime" "-fnetworkbsd" "-fpairing" "-fproduction" "-fs3" "-ftorrentparser" @@ -108418,13 +108712,14 @@ self: { unix-compat utf8-string ]; executableHaskellDepends = [ - aeson async attoparsec aws base blaze-builder bloomfilter byteable - bytestring case-insensitive clientsession concurrent-output conduit - connection containers crypto-api cryptonite data-default DAV dbus - deepseq directory disk-free-space dlist edit-distance exceptions - fdo-notify feed filepath filepath-bytestring free git-lfs hinotify - http-client http-client-restricted http-client-tls http-conduit - http-types IfElse magic memory microlens monad-control monad-logger + aeson ansi-terminal async attoparsec aws base blaze-builder + bloomfilter byteable bytestring case-insensitive clientsession + concurrent-output conduit connection containers crypto-api + cryptonite data-default DAV dbus deepseq directory disk-free-space + dlist edit-distance exceptions fdo-notify feed filepath + filepath-bytestring free git-lfs hinotify http-client + http-client-restricted http-client-tls http-conduit http-types + IfElse magic memory microlens monad-control monad-logger mountpoints mtl network network-bsd network-info network-multicast network-uri old-locale optparse-applicative path-pieces persistent persistent-sqlite persistent-template process QuickCheck random @@ -109880,8 +110175,8 @@ self: { }: mkDerivation { pname = "glib"; - version = "0.13.8.1"; - sha256 = "170sbi1gg38sxl4yhd4z716fljlcbf21vgl58p0pcx2adnn2il6w"; + version = "0.13.8.2"; + sha256 = "09qamkxkpx2paazbh8x225wvwgzgpp0g0a3s708n96q76b4bvd46"; setupHaskellDepends = [ base Cabal gtk2hs-buildtools ]; libraryHaskellDepends = [ base bytestring containers text utf8-string @@ -110405,8 +110700,8 @@ self: { }: mkDerivation { pname = "gltf-codec"; - version = "0.1.0.3"; - sha256 = "0kgkzskn2k9zgihrb1v9xy5yfjlggmpj15g1bdgx7faipksaa3fb"; + version = "0.1.0.4"; + sha256 = "1jzh6cdgpiq0lmcfnxkfnzywjv1ny058xsss0b1nrwxra6wcai6x"; libraryHaskellDepends = [ aeson base base64-bytestring binary bytestring scientific text unordered-containers vector @@ -116313,8 +116608,8 @@ self: { }: mkDerivation { pname = "gtk"; - version = "0.15.5"; - sha256 = "096xawq85shmdhsqwpcmidjc4asqgqxsxv0f0xff78169jrdh6a2"; + version = "0.15.7"; + sha256 = "063gfqpz8l4g2d1dy2iabdh2z350z82krgav9rypwi1vws92z9pn"; enableSeparateDataOutput = true; setupHaskellDepends = [ base Cabal gtk2hs-buildtools ]; libraryHaskellDepends = [ @@ -116516,6 +116811,28 @@ self: { license = lib.licenses.gpl2Only; }) {}; + "gtk2hs-buildtools_0_13_8_3" = callPackage + ({ mkDerivation, alex, array, base, Cabal, containers, directory + , filepath, happy, hashtables, pretty, process, random + }: + mkDerivation { + pname = "gtk2hs-buildtools"; + version = "0.13.8.3"; + sha256 = "0fcm0v32hm9j908nyziia16ahb181y9hqppsy18clx2prvj480rv"; + isLibrary = true; + isExecutable = true; + enableSeparateDataOutput = true; + libraryHaskellDepends = [ + array base Cabal containers directory filepath hashtables pretty + process random + ]; + libraryToolDepends = [ alex happy ]; + executableHaskellDepends = [ base ]; + description = "Tools to build the Gtk2Hs suite of User Interface libraries"; + license = lib.licenses.gpl2Only; + hydraPlatforms = lib.platforms.none; + }) {}; + "gtk2hs-cast-glade" = callPackage ({ mkDerivation, base, glade, gtk, gtk2hs-cast-glib, hint , template-haskell @@ -116654,8 +116971,8 @@ self: { }: mkDerivation { pname = "gtk3"; - version = "0.15.6"; - sha256 = "008q6pbl0vq4c2cg94s5az67xdy5q3nzi8qgr7934q3cgdhzbb8w"; + version = "0.15.7"; + sha256 = "0f8gpmm52hzy8zszy2qdd3a30ssr6zdv4r09vqdkq8p5yrc419j4"; isLibrary = true; isExecutable = true; enableSeparateDataOutput = true; @@ -118718,8 +119035,8 @@ self: { }: mkDerivation { pname = "hadolint"; - version = "2.9.2"; - sha256 = "1nygrlhvwc077hvq2sjg3zpi9m1v8ikfbkwy4rj5s734vhj1k8qf"; + version = "2.9.3"; + sha256 = "0kiy570s08qf9gqphbbv5kzhfkbc3m1jpzpszpb52rbmflmgwi7m"; isLibrary = true; isExecutable = true; libraryHaskellDepends = [ @@ -119725,6 +120042,34 @@ self: { license = lib.licenses.bsd3; }) {}; + "hal_0_4_10" = callPackage + ({ mkDerivation, aeson, base, base64-bytestring, bytestring + , case-insensitive, conduit, conduit-extra, containers, envy + , exceptions, hashable, hedgehog, hspec, hspec-hedgehog + , http-client, http-types, mtl, raw-strings-qq, scientific, text + , time, transformers, unordered-containers, vector + }: + mkDerivation { + pname = "hal"; + version = "0.4.10"; + sha256 = "10byncg5m23qfzi2avlrh3yq5gdppgiy998a225wa5p95m31xh9b"; + revision = "1"; + editedCabalFile = "01mrqgh8n1kzpclcfqpc02jqdijj9pwks9bia5hs1s6vnasbpfg7"; + libraryHaskellDepends = [ + aeson base base64-bytestring bytestring case-insensitive conduit + conduit-extra containers envy exceptions hashable http-client + http-types mtl scientific text time unordered-containers + ]; + testHaskellDepends = [ + aeson base base64-bytestring bytestring case-insensitive containers + hedgehog hspec hspec-hedgehog http-client http-types raw-strings-qq + scientific text time transformers unordered-containers vector + ]; + description = "A runtime environment for Haskell applications running on AWS Lambda"; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + }) {}; + "halberd" = callPackage ({ mkDerivation, base, Cabal, containers, haskell-names , haskell-packages, haskell-src-exts, HUnit, mtl, safe, split, syb @@ -126594,8 +126939,8 @@ self: { }: mkDerivation { pname = "hasql-dynamic-statements"; - version = "0.3.1"; - sha256 = "1fs5bfxk0yd2j4iygc8m0nx9hwfmvsxyhdanclass0dxr40pqyhc"; + version = "0.3.1.1"; + sha256 = "1bc7l6l6ss9grgphnb0sks08v0wx0aalja4rkjzp49p5m6g82rc6"; libraryHaskellDepends = [ base bytestring containers hasql hasql-implicits ptr ]; @@ -126652,8 +126997,8 @@ self: { }: mkDerivation { pname = "hasql-implicits"; - version = "0.1.0.2"; - sha256 = "0kg74bqm9mxf3b1gfbkj78zh859pmivvawi4aqk4h34xvmjx7217"; + version = "0.1.0.3"; + sha256 = "0xw7yy146adc805cr95ijm06ynmzinidngy16vgcfaqph0zx1ks2"; libraryHaskellDepends = [ aeson base bytestring containers hasql network-ip scientific text time uuid vector @@ -133919,8 +134264,8 @@ self: { pname = "hjsmin"; version = "0.2.0.4"; sha256 = "1r2p5rjdjr25j3w4s57q5hxw2c3ymw12x7ms18yvglnq2ivr9fc1"; - revision = "1"; - editedCabalFile = "0ni726dy3a0mmqwlpqby4yhy7cdddjala1vwgaq75pgb0bmp7wr0"; + revision = "2"; + editedCabalFile = "184g49wsj2sfm8d75kgr7ylfw29gbyrqbqp4syyz30ch047jd0af"; isLibrary = true; isExecutable = true; libraryHaskellDepends = [ @@ -136437,6 +136782,25 @@ self: { license = lib.licenses.bsd3; }) {}; + "hoauth2_2_4_0" = callPackage + ({ mkDerivation, aeson, base, binary, bytestring, containers + , data-default, exceptions, http-conduit, http-types, microlens + , text, transformers, uri-bytestring, uri-bytestring-aeson + }: + mkDerivation { + pname = "hoauth2"; + version = "2.4.0"; + sha256 = "0lz4ah5dxzzbkw01sarx5dg15vr2d7bms7nksbl66kblpdwyskbx"; + libraryHaskellDepends = [ + aeson base binary bytestring containers data-default exceptions + http-conduit http-types microlens text transformers uri-bytestring + uri-bytestring-aeson + ]; + description = "Haskell OAuth2 authentication client"; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + }) {}; + "hob" = callPackage ({ mkDerivation, base, bytestring, containers, directory, filepath , glib, gtk-largeTreeStore, gtk3, gtksourceview3, hspec, mtl, pango @@ -145258,8 +145622,8 @@ self: { pname = "html-entity-map"; version = "0.1.0.0"; sha256 = "0k1l1pbmrfmh44v9cc9ka01bx9xm1x4jabbl675fc5c57v1h0dlq"; - revision = "3"; - editedCabalFile = "0aj61kpf39rhn4d7nk3vwq933b826ywhwklw479y9nkczac5lpz8"; + revision = "4"; + editedCabalFile = "0xi765ynj5jq3qmchd6zzpfhgq6d1436dyd154866g8nwklp50ch"; libraryHaskellDepends = [ base text unordered-containers ]; benchmarkHaskellDepends = [ base criterion text unordered-containers @@ -147976,6 +148340,33 @@ self: { broken = true; }) {}; + "hw-conduit_0_2_1_1" = callPackage + ({ mkDerivation, array, base, bytestring, conduit + , conduit-combinators, criterion, doctest, doctest-discover, hspec + , hspec-discover, mmap, time, transformers, unliftio-core, vector + , word8 + }: + mkDerivation { + pname = "hw-conduit"; + version = "0.2.1.1"; + sha256 = "1iv001vm0xlz9msw5f6bcr2a4fd7rhyd1zmk3axnh80g4m8lknzj"; + libraryHaskellDepends = [ + array base bytestring conduit conduit-combinators time transformers + unliftio-core word8 + ]; + testHaskellDepends = [ + base bytestring conduit doctest doctest-discover hspec + ]; + testToolDepends = [ doctest-discover hspec-discover ]; + benchmarkHaskellDepends = [ + base bytestring conduit criterion mmap vector + ]; + description = "Conduits for tokenizing streams"; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; + broken = true; + }) {}; + "hw-conduit-merges" = callPackage ({ mkDerivation, base, bytestring, conduit, conduit-extra, hspec , hspec-discover, mtl, QuickCheck @@ -147999,8 +148390,8 @@ self: { pname = "hw-diagnostics"; version = "0.0.1.0"; sha256 = "111g54c5bhgjii6vbyb116bg3dxywa9l693r8xjjrxpamzvi0avj"; - revision = "1"; - editedCabalFile = "04qpkr54wkb99hdfzk6gxhi6ak5lc564jzab1cc7675s7lsj1nji"; + revision = "2"; + editedCabalFile = "0mfixppzi2x528z9vl8m22rifksg3r8czbg5z6n4x0p1pav20im9"; libraryHaskellDepends = [ base ]; testHaskellDepends = [ base doctest doctest-discover ]; testToolDepends = [ doctest-discover ]; @@ -148049,6 +148440,46 @@ self: { license = lib.licenses.bsd3; }) {}; + "hw-dsv_0_4_1_1" = callPackage + ({ mkDerivation, appar, base, bits-extra, bytestring, cassava + , criterion, deepseq, directory, doctest, doctest-discover + , generic-lens, ghc-prim, hedgehog, hspec, hspec-discover, hw-bits + , hw-hspec-hedgehog, hw-ip, hw-prim, hw-rankselect + , hw-rankselect-base, hw-simd, lens, mmap, optparse-applicative + , resourcet, text, transformers, vector, weigh + }: + mkDerivation { + pname = "hw-dsv"; + version = "0.4.1.1"; + sha256 = "0xfpkyinwfhjilb428z7nnk84m12b34x29806j1azbv9yfqvhq7z"; + isLibrary = true; + isExecutable = true; + libraryHaskellDepends = [ + base bits-extra bytestring deepseq ghc-prim hw-bits hw-prim + hw-rankselect hw-rankselect-base hw-simd transformers vector + ]; + executableHaskellDepends = [ + appar base bits-extra bytestring deepseq generic-lens ghc-prim + hedgehog hw-bits hw-ip hw-prim hw-rankselect hw-rankselect-base + hw-simd lens optparse-applicative resourcet text transformers + vector + ]; + testHaskellDepends = [ + base bits-extra bytestring cassava deepseq directory doctest + doctest-discover ghc-prim hedgehog hspec hw-bits hw-hspec-hedgehog + hw-prim hw-rankselect hw-rankselect-base hw-simd text vector weigh + ]; + testToolDepends = [ doctest-discover hspec-discover ]; + benchmarkHaskellDepends = [ + base bits-extra bytestring cassava criterion deepseq directory + ghc-prim hw-bits hw-prim hw-rankselect hw-rankselect-base hw-simd + mmap vector + ]; + description = "Unbelievably fast streaming DSV file parser"; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + }) {}; + "hw-dump" = callPackage ({ mkDerivation, base, bits-extra, bytestring, criterion, doctest , doctest-discover, generic-lens, hedgehog, hspec, hspec-discover @@ -148121,6 +148552,44 @@ self: { license = lib.licenses.bsd3; }) {}; + "hw-eliasfano_0_1_2_1" = callPackage + ({ mkDerivation, base, binary, bytestring, criterion, deepseq + , doctest, doctest-discover, generic-lens, hedgehog, hspec + , hspec-discover, hw-bits, hw-hedgehog, hw-hspec-hedgehog, hw-int + , hw-packed-vector, hw-prim, hw-rankselect, hw-rankselect-base + , lens, mmap, optparse-applicative, resourcet, temporary-resourcet + , vector + }: + mkDerivation { + pname = "hw-eliasfano"; + version = "0.1.2.1"; + sha256 = "1k22yq8blyjmgh7nzmqvnc1g0bgjbbvqv9r4w02z5jn9kfj619h2"; + isLibrary = true; + isExecutable = true; + libraryHaskellDepends = [ + base deepseq hw-bits hw-int hw-packed-vector hw-prim hw-rankselect + hw-rankselect-base temporary-resourcet vector + ]; + executableHaskellDepends = [ + base binary bytestring generic-lens hw-bits hw-packed-vector + hw-prim hw-rankselect hw-rankselect-base lens optparse-applicative + resourcet temporary-resourcet vector + ]; + testHaskellDepends = [ + base doctest doctest-discover hedgehog hspec hw-bits hw-hedgehog + hw-hspec-hedgehog hw-int hw-packed-vector hw-prim hw-rankselect + hw-rankselect-base vector + ]; + testToolDepends = [ doctest-discover hspec-discover ]; + benchmarkHaskellDepends = [ + base bytestring criterion hedgehog hspec hw-bits hw-hedgehog + hw-hspec-hedgehog hw-int hw-packed-vector hw-prim mmap vector + ]; + description = "Elias-Fano"; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + }) {}; + "hw-excess" = callPackage ({ mkDerivation, base, bytestring, criterion, doctest , doctest-discover, hedgehog, hspec, hspec-discover, hw-bits @@ -148131,8 +148600,8 @@ self: { pname = "hw-excess"; version = "0.2.3.0"; sha256 = "0xiyf3xyg6f4kgkils9ycx6q0qcsbd6rw4m9lizw9295mnp05s3g"; - revision = "2"; - editedCabalFile = "03xn63rydgflzpyqshi7kd18llkzd8ma15ml846mw95ww97d4i9i"; + revision = "3"; + editedCabalFile = "0gzvcpihgv1xmnyl1ry4kdzvrm80449viv3l0rvzmj16gzx7lhg2"; libraryHaskellDepends = [ base hw-bits hw-prim hw-rankselect-base safe vector ]; @@ -148211,6 +148680,28 @@ self: { broken = true; }) {}; + "hw-fingertree-strict_0_1_2_1" = callPackage + ({ mkDerivation, base, deepseq, doctest, doctest-discover, hedgehog + , hspec, hspec-discover, HUnit, hw-hspec-hedgehog, QuickCheck + , test-framework, test-framework-hunit, test-framework-quickcheck2 + }: + mkDerivation { + pname = "hw-fingertree-strict"; + version = "0.1.2.1"; + sha256 = "1y9h4riikfdrxbmfchm95qv2pmwsshdl27ngimkd5iww3d67vg36"; + libraryHaskellDepends = [ base deepseq ]; + testHaskellDepends = [ + base doctest doctest-discover hedgehog hspec HUnit + hw-hspec-hedgehog QuickCheck test-framework test-framework-hunit + test-framework-quickcheck2 + ]; + testToolDepends = [ doctest-discover hspec-discover ]; + description = "Generic strict finger-tree structure"; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; + }) {}; + "hw-hedgehog" = callPackage ({ mkDerivation, base, doctest, doctest-discover, hedgehog, vector }: @@ -148269,8 +148760,8 @@ self: { pname = "hw-int"; version = "0.0.2.0"; sha256 = "13ifa28b12hiibhmwas5hn3dmmiz2rihlc837hhii0z1ng03s360"; - revision = "1"; - editedCabalFile = "13vc1hvyil8qql2d6ryi2m4a6snhm2v8vghh8s9hr4qx6dzh4irv"; + revision = "2"; + editedCabalFile = "117a16jn369ip6059prrp3752p4fbkkr6vqjksji2bkmy5yxkn1q"; libraryHaskellDepends = [ base ]; testHaskellDepends = [ base doctest doctest-discover hedgehog hspec hw-hedgehog @@ -148354,10 +148845,8 @@ self: { }: mkDerivation { pname = "hw-json"; - version = "1.3.2.2"; - sha256 = "03h5zv94ndsz4vh0jql8rg8pl95rbf8xkyzvr3r55i3kpmb85sbg"; - revision = "5"; - editedCabalFile = "0pln3fcdbsd2gzvpa29gc2krsqk5ndkgpygcskwakj25cw3irh76"; + version = "1.3.2.3"; + sha256 = "1m5q46ywmdymk2xwqbpm0rswmkbdfzscg6gdym61yninz2sjmd7a"; isLibrary = true; isExecutable = true; libraryHaskellDepends = [ @@ -148389,6 +148878,25 @@ self: { hydraPlatforms = lib.platforms.none; }) {}; + "hw-json-demo" = callPackage + ({ mkDerivation, aeson, base, bytestring, deepseq, dlist + , hw-balancedparens, hw-bits, hw-json, hw-json-simd, hw-mquery + , hw-prim, hw-rankselect, hw-rankselect-base, mmap, vector + }: + mkDerivation { + pname = "hw-json-demo"; + version = "1.0.0.0"; + sha256 = "0bz21z86b3ayc60cysbb2pjqy188arg7nnga954s1s054gk8c5v3"; + libraryHaskellDepends = [ + aeson base bytestring deepseq dlist hw-balancedparens hw-bits + hw-json hw-json-simd hw-mquery hw-prim hw-rankselect + hw-rankselect-base mmap vector + ]; + doHaddock = false; + description = "Memory efficient JSON parser"; + license = lib.licenses.bsd3; + }) {}; + "hw-json-lens" = callPackage ({ mkDerivation, aeson, base, bytestring, containers, criterion , doctest, doctest-discover, hedgehog, hspec, hspec-discover @@ -148445,6 +148953,31 @@ self: { license = lib.licenses.bsd3; }) {}; + "hw-json-simd_0_1_1_1" = callPackage + ({ mkDerivation, base, bytestring, c2hs, doctest, doctest-discover + , hw-prim, lens, optparse-applicative, transformers, vector + }: + mkDerivation { + pname = "hw-json-simd"; + version = "0.1.1.1"; + sha256 = "0nn6fyvw0j2csn8anqpgjzdzdasiwa99g1v2qrcyym1wi86biqqb"; + isLibrary = true; + isExecutable = true; + libraryHaskellDepends = [ base bytestring hw-prim lens vector ]; + libraryToolDepends = [ c2hs ]; + executableHaskellDepends = [ + base bytestring hw-prim lens optparse-applicative vector + ]; + testHaskellDepends = [ + base bytestring doctest doctest-discover hw-prim lens transformers + vector + ]; + testToolDepends = [ doctest-discover ]; + description = "SIMD-based JSON semi-indexer"; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + }) {}; + "hw-json-simple-cursor" = callPackage ({ mkDerivation, base, bytestring, criterion, directory, doctest , doctest-discover, generic-lens, hedgehog, hspec, hspec-discover @@ -148482,6 +149015,42 @@ self: { license = lib.licenses.bsd3; }) {}; + "hw-json-simple-cursor_0_1_1_1" = callPackage + ({ mkDerivation, base, bytestring, criterion, directory, doctest + , doctest-discover, generic-lens, hedgehog, hspec, hspec-discover + , hw-balancedparens, hw-bits, hw-hspec-hedgehog, hw-json-simd + , hw-prim, hw-rankselect, hw-rankselect-base, lens, mmap + , optparse-applicative, text, vector, word8 + }: + mkDerivation { + pname = "hw-json-simple-cursor"; + version = "0.1.1.1"; + sha256 = "0b867rgsybfb568z6qa4x8jqz24wfjydg91w7bsl44vqq0k3hk4f"; + isLibrary = true; + isExecutable = true; + libraryHaskellDepends = [ + base bytestring hw-balancedparens hw-bits hw-prim hw-rankselect + hw-rankselect-base vector word8 + ]; + executableHaskellDepends = [ + base bytestring generic-lens hw-balancedparens hw-json-simd hw-prim + hw-rankselect hw-rankselect-base lens mmap optparse-applicative + text vector + ]; + testHaskellDepends = [ + base bytestring doctest doctest-discover hedgehog hspec + hw-balancedparens hw-bits hw-hspec-hedgehog hw-prim hw-rankselect + hw-rankselect-base vector + ]; + testToolDepends = [ doctest-discover hspec-discover ]; + benchmarkHaskellDepends = [ + base bytestring criterion directory mmap + ]; + description = "Memory efficient JSON parser"; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + }) {}; + "hw-json-standard-cursor" = callPackage ({ mkDerivation, array, base, bits-extra, bytestring, criterion , directory, doctest, doctest-discover, generic-lens, hedgehog @@ -148521,28 +149090,62 @@ self: { license = lib.licenses.bsd3; }) {}; - "hw-kafka-avro" = callPackage - ({ mkDerivation, aeson, avro, base, binary, bytestring, cache - , containers, errors, hashable, hspec, http-client, http-types - , lens, mtl, pure-zlib, QuickCheck, semigroups, tagged, text - , transformers, unordered-containers, wreq + "hw-json-standard-cursor_0_2_3_2" = callPackage + ({ mkDerivation, array, base, bits-extra, bytestring, criterion + , directory, doctest, doctest-discover, generic-lens, hedgehog + , hspec, hspec-discover, hw-balancedparens, hw-bits + , hw-hspec-hedgehog, hw-json-simd, hw-prim, hw-rankselect + , hw-rankselect-base, lens, mmap, optparse-applicative, text + , vector, word8 }: mkDerivation { - pname = "hw-kafka-avro"; - version = "5.1.0"; - sha256 = "11j1c881g08vgyaf26rfylydii0zk824i210pxb393616npyg9h5"; + pname = "hw-json-standard-cursor"; + version = "0.2.3.2"; + sha256 = "02fmhjnjf0idmzq0y1a1m78bwl72ycvr6cxlscxpc2370r2s3akh"; isLibrary = true; isExecutable = true; libraryHaskellDepends = [ - aeson avro base binary bytestring cache containers errors hashable - http-client http-types lens mtl pure-zlib semigroups tagged text - transformers unordered-containers wreq + array base bits-extra bytestring hw-balancedparens hw-bits + hw-json-simd hw-prim hw-rankselect hw-rankselect-base mmap vector + word8 + ]; + executableHaskellDepends = [ + base bytestring generic-lens hw-balancedparens hw-json-simd hw-prim + hw-rankselect hw-rankselect-base lens mmap optparse-applicative + text vector ]; testHaskellDepends = [ - aeson avro base binary bytestring cache containers errors hashable - hspec http-client mtl pure-zlib QuickCheck semigroups text - transformers unordered-containers + base bits-extra bytestring doctest doctest-discover hedgehog hspec + hw-balancedparens hw-bits hw-hspec-hedgehog hw-prim hw-rankselect + hw-rankselect-base vector ]; + testToolDepends = [ doctest-discover hspec-discover ]; + benchmarkHaskellDepends = [ + base bytestring criterion directory mmap + ]; + description = "Memory efficient JSON parser"; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + }) {}; + + "hw-kafka-avro" = callPackage + ({ mkDerivation, aeson, avro, base, binary, bytestring, cache + , containers, hashable, hedgehog, hspec, http-client, http-types + , hw-hspec-hedgehog, lens, mtl, safe-exceptions, semigroups, tagged + , text, transformers, unordered-containers, wreq + }: + mkDerivation { + pname = "hw-kafka-avro"; + version = "6.0.0"; + sha256 = "1dbii37kgh4gsa30a7wqsl5vdwir7v2y3kksk9ab4djfir154anv"; + isLibrary = true; + isExecutable = true; + libraryHaskellDepends = [ + aeson avro base binary bytestring cache containers hashable + http-client http-types lens mtl safe-exceptions semigroups tagged + text transformers unordered-containers wreq + ]; + testHaskellDepends = [ base hedgehog hspec hw-hspec-hedgehog ]; description = "Avro support for Kafka infrastructure"; license = lib.licenses.bsd3; hydraPlatforms = lib.platforms.none; @@ -148648,6 +149251,30 @@ self: { broken = true; }) {}; + "hw-mquery_0_2_1_1" = callPackage + ({ mkDerivation, ansi-wl-pprint, base, dlist, doctest + , doctest-discover, hedgehog, hspec, hspec-discover + , hw-hspec-hedgehog, lens + }: + mkDerivation { + pname = "hw-mquery"; + version = "0.2.1.1"; + sha256 = "1jdmgg0y04xl18vkdjwynb48wdl58kkzsw062v2cv65mkjhcvf0l"; + isLibrary = true; + isExecutable = true; + libraryHaskellDepends = [ ansi-wl-pprint base dlist lens ]; + executableHaskellDepends = [ base ]; + testHaskellDepends = [ + base dlist doctest doctest-discover hedgehog hspec + hw-hspec-hedgehog lens + ]; + testToolDepends = [ doctest-discover hspec-discover ]; + description = "Monadic query DSL"; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; + }) {}; + "hw-packed-vector" = callPackage ({ mkDerivation, base, binary, bytestring, criterion, deepseq , directory, doctest, doctest-discover, generic-lens, hedgehog @@ -148722,8 +149349,8 @@ self: { pname = "hw-parser"; version = "0.1.1.0"; sha256 = "1zsbw725mw3fn4814qricqanbvx1kgbnqvgwijqgfv8jz7yf5gxa"; - revision = "3"; - editedCabalFile = "1rc0swmmnckp99qzmhl1acxykyhdyw1lvy73mn7c4dlv751gnlhk"; + revision = "4"; + editedCabalFile = "0wiizlmhv1pjc9fpga5fjfxzxcf55qgamg6gl1n4c9x5l5yj6yk6"; libraryHaskellDepends = [ attoparsec base bytestring hw-prim text ]; @@ -148871,6 +149498,44 @@ self: { license = lib.licenses.bsd3; }) {}; + "hw-rankselect_0_13_4_1" = callPackage + ({ mkDerivation, base, bytestring, conduit, criterion, deepseq + , directory, doctest, doctest-discover, generic-lens, hedgehog + , hspec, hspec-discover, hw-balancedparens, hw-bits, hw-fingertree + , hw-hedgehog, hw-hspec-hedgehog, hw-prim, hw-rankselect-base, lens + , mmap, mtl, optparse-applicative, QuickCheck, resourcet + , transformers, vector + }: + mkDerivation { + pname = "hw-rankselect"; + version = "0.13.4.1"; + sha256 = "03nf8jwr1qpbfa20y3zlb3z6cxy8ylpdbsy0fvxdjs8q35f7bmx5"; + isLibrary = true; + isExecutable = true; + libraryHaskellDepends = [ + base deepseq hedgehog hspec hw-balancedparens hw-bits hw-fingertree + hw-prim hw-rankselect-base vector + ]; + executableHaskellDepends = [ + base directory generic-lens hw-bits hw-prim hw-rankselect-base lens + mmap mtl optparse-applicative vector + ]; + testHaskellDepends = [ + base directory doctest doctest-discover hedgehog hspec hw-bits + hw-hedgehog hw-hspec-hedgehog hw-prim hw-rankselect-base mmap + QuickCheck transformers vector + ]; + testToolDepends = [ doctest-discover hspec-discover ]; + benchmarkHaskellDepends = [ + base bytestring conduit criterion directory hw-bits hw-prim + hw-rankselect-base mmap resourcet vector + ]; + doHaddock = false; + description = "Rank-select"; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + }) {}; + "hw-rankselect-base" = callPackage ({ mkDerivation, base, bits-extra, bitvec, criterion, doctest , doctest-discover, hedgehog, hspec, hspec-discover, hw-bits @@ -148881,8 +149546,8 @@ self: { pname = "hw-rankselect-base"; version = "0.3.4.1"; sha256 = "1s0lqwq0rjmjca6lshfnxqi0c7bzlyflhm45xw1xa9pvqci8439h"; - revision = "2"; - editedCabalFile = "174a3qhkdam5m5rqwb9qzapg2xkd8vb0lirkz2d0xb4xxc0vzcy7"; + revision = "3"; + editedCabalFile = "0xb03a8bla45rbdnfjaq9pbz2r0mz9b3vm2ljm6lmr1dpgy0yh5c"; libraryHaskellDepends = [ base bits-extra bitvec hw-bits hw-int hw-prim hw-string-parse vector @@ -148933,6 +149598,39 @@ self: { license = lib.licenses.bsd3; }) {}; + "hw-simd_0_1_2_1" = callPackage + ({ mkDerivation, base, bits-extra, bytestring, c2hs, cassava + , containers, criterion, deepseq, directory, doctest + , doctest-discover, hedgehog, hspec, hspec-discover, hw-bits + , hw-hedgehog, hw-hspec-hedgehog, hw-prim, hw-rankselect + , hw-rankselect-base, lens, mmap, text, transformers, vector + }: + mkDerivation { + pname = "hw-simd"; + version = "0.1.2.1"; + sha256 = "051dbwi4kvv04dnglcx9666g097fy9rw8kmgbcw5y9cs06mbw9cr"; + libraryHaskellDepends = [ + base bits-extra bytestring deepseq hw-bits hw-prim hw-rankselect + hw-rankselect-base transformers vector + ]; + libraryToolDepends = [ c2hs ]; + testHaskellDepends = [ + base bits-extra bytestring deepseq directory doctest + doctest-discover hedgehog hspec hw-bits hw-hedgehog + hw-hspec-hedgehog hw-prim hw-rankselect hw-rankselect-base lens + text vector + ]; + testToolDepends = [ doctest-discover hspec-discover ]; + benchmarkHaskellDepends = [ + base bits-extra bytestring cassava containers criterion deepseq + directory hw-bits hw-prim hw-rankselect hw-rankselect-base mmap + transformers vector + ]; + description = "SIMD library"; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + }) {}; + "hw-simd-cli" = callPackage ({ mkDerivation, base, bits-extra, bytestring, containers, deepseq , directory, doctest, doctest-discover, generic-lens, hw-bits @@ -148973,8 +149671,8 @@ self: { pname = "hw-streams"; version = "0.0.1.0"; sha256 = "0hzpx1j06h98y0zcmysklzn3s3mvpbb1nkwg4zkbdxvzzqs5hnm5"; - revision = "2"; - editedCabalFile = "1c9vll8i0pl4x3b3xpy3zxc581f7n7m6mvpgz7pfhcpikw426s9y"; + revision = "3"; + editedCabalFile = "0g2fhjv62jf807j2w5rikfbmsircpjf6q0l8xqpbyy8krch8mrx5"; libraryHaskellDepends = [ base bytestring ghc-prim hw-bits hw-prim mmap primitive transformers vector @@ -149156,6 +149854,48 @@ self: { license = lib.licenses.bsd3; }) {}; + "hw-xml_0_5_1_1" = callPackage + ({ mkDerivation, ansi-wl-pprint, array, attoparsec, base + , bytestring, cereal, containers, criterion, deepseq, doctest + , doctest-discover, generic-lens, ghc-prim, hedgehog, hspec + , hspec-discover, hw-balancedparens, hw-bits, hw-hspec-hedgehog + , hw-parser, hw-prim, hw-rankselect, hw-rankselect-base, lens, mmap + , mtl, optparse-applicative, resourcet, text, transformers, vector + , word8 + }: + mkDerivation { + pname = "hw-xml"; + version = "0.5.1.1"; + sha256 = "1gjs2rcm40j3962kw7n02pqim1p485prm1bd2v8hk1ka35c8nq1w"; + isLibrary = true; + isExecutable = true; + enableSeparateDataOutput = true; + libraryHaskellDepends = [ + ansi-wl-pprint array attoparsec base bytestring cereal containers + deepseq ghc-prim hw-balancedparens hw-bits hw-parser hw-prim + hw-rankselect hw-rankselect-base lens mmap mtl resourcet text + transformers vector word8 + ]; + executableHaskellDepends = [ + attoparsec base bytestring deepseq generic-lens hw-balancedparens + hw-bits hw-prim hw-rankselect lens mmap mtl optparse-applicative + resourcet text vector + ]; + testHaskellDepends = [ + attoparsec base bytestring doctest doctest-discover hedgehog hspec + hw-balancedparens hw-bits hw-hspec-hedgehog hw-prim hw-rankselect + hw-rankselect-base text vector + ]; + testToolDepends = [ doctest-discover hspec-discover ]; + benchmarkHaskellDepends = [ + base bytestring criterion hw-balancedparens hw-bits hw-prim mmap + resourcet vector + ]; + description = "XML parser based on succinct data structures"; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + }) {}; + "hwall-auth-iitk" = callPackage ({ mkDerivation, base, bytestring, haskeline, http-conduit , http-types, mtl, regex-compat, unix @@ -150381,8 +151121,8 @@ self: { pname = "hyraxAbif"; version = "0.2.3.27"; sha256 = "1ww4lgf280sjj9bhj8s6pxadqwk91jkx6lngb2cqcf81gr38drhm"; - revision = "1"; - editedCabalFile = "0l8dl3mw4vw8xhq59hin72rc5qh2swbzv41z61bqj2i1088xw0dg"; + revision = "2"; + editedCabalFile = "168gf9ib669ji8lyd1a57xqkqmxyzi3m4r9pnmdxyfnqpnfqdv6r"; isLibrary = true; isExecutable = true; libraryHaskellDepends = [ @@ -153738,6 +154478,23 @@ self: { license = lib.licenses.bsd3; }) {}; + "input-parsers_0_2_3_2" = callPackage + ({ mkDerivation, attoparsec, base, binary, bytestring + , monoid-subclasses, parsec, parsers, text, transformers + }: + mkDerivation { + pname = "input-parsers"; + version = "0.2.3.2"; + sha256 = "0y643507p9grj8gkq722p4b9gbrkg8xyh6pi19qvrbmmadpn1r89"; + libraryHaskellDepends = [ + attoparsec base binary bytestring monoid-subclasses parsec parsers + text transformers + ]; + description = "Extension of the parsers library with more capability and efficiency"; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + }) {}; + "inquire" = callPackage ({ mkDerivation, aether, base, text }: mkDerivation { @@ -162791,10 +163548,8 @@ self: { ({ mkDerivation, base, bytestring, transformers }: mkDerivation { pname = "knob"; - version = "0.1.1"; - sha256 = "05qj7s04p5pbasivyxc06l0jbii250zjnvb3l1y2sfhglb7q8b4c"; - revision = "1"; - editedCabalFile = "152ba32yb1d3qli5mghgcxqa0ynvppbm9067mkkdgkiy9a1v4dpf"; + version = "0.2"; + sha256 = "1p48kgy5kw1g2grx71q55lh821l2fvm2izjh68qba3268pvx06vh"; libraryHaskellDepends = [ base bytestring transformers ]; description = "Memory-backed handles"; license = lib.licenses.mit; @@ -164898,6 +165653,29 @@ self: { license = lib.licenses.gpl3Only; }) {}; + "language-docker_10_4_3" = callPackage + ({ mkDerivation, base, bytestring, containers, data-default-class + , hspec, hspec-megaparsec, HUnit, megaparsec, prettyprinter + , QuickCheck, split, text, time + }: + mkDerivation { + pname = "language-docker"; + version = "10.4.3"; + sha256 = "0s3grrz3n0fvxh7qn4gfaw1m194zd2s4zjqhzar8kr783yw3rr1k"; + libraryHaskellDepends = [ + base bytestring containers data-default-class megaparsec + prettyprinter split text time + ]; + testHaskellDepends = [ + base bytestring containers data-default-class hspec + hspec-megaparsec HUnit megaparsec prettyprinter QuickCheck split + text time + ]; + description = "Dockerfile parser, pretty-printer and embedded DSL"; + license = lib.licenses.gpl3Only; + hydraPlatforms = lib.platforms.none; + }) {}; + "language-dockerfile" = callPackage ({ mkDerivation, aeson, base, bytestring, directory, filepath, free , Glob, hspec, HUnit, mtl, parsec, pretty, process, QuickCheck @@ -166008,6 +166786,26 @@ self: { license = lib.licenses.bsd3; }) {}; + "large-generics" = callPackage + ({ mkDerivation, aeson, base, generic-deriving, generics-sop + , microlens, mtl, QuickCheck, sop-core, tasty, tasty-hunit + , tasty-quickcheck, vector + }: + mkDerivation { + pname = "large-generics"; + version = "0.1.0.0"; + sha256 = "0i80pzxi7nrk5m0lxhqavw9glhrr5l69g958zyc998rskqyi0mjw"; + libraryHaskellDepends = [ + aeson base generics-sop sop-core vector + ]; + testHaskellDepends = [ + aeson base generic-deriving generics-sop microlens mtl QuickCheck + sop-core tasty tasty-hunit tasty-quickcheck + ]; + description = "Generic programming API for large-records and large-anon"; + license = lib.licenses.bsd3; + }) {}; + "large-hashable" = callPackage ({ mkDerivation, aeson, base, base16-bytestring, byteable, bytes , bytestring, cereal, containers, cryptohash, deepseq, hashable @@ -166044,31 +166842,24 @@ self: { }) {}; "large-records" = callPackage - ({ mkDerivation, aeson, base, containers, generic-deriving - , generics-sop, ghc-dump-core, haskell-src-exts, haskell-src-meta - , json-sop, microlens, mtl, newtype, QuickCheck - , record-dot-preprocessor, record-hasfield, sop-core, syb, tasty - , tasty-hunit, tasty-quickcheck, template-haskell, text + ({ mkDerivation, base, containers, generic-deriving, ghc + , large-generics, mtl, newtype, record-dot-preprocessor + , record-hasfield, syb, tasty, tasty-hunit, template-haskell , transformers, vector }: mkDerivation { pname = "large-records"; - version = "0.1.0.0"; - sha256 = "1l4j7vb3lckqn1cvyvcg6g3bnvi8x69nsjmkmmi7666025bxfw61"; - revision = "1"; - editedCabalFile = "1j89aypcp97vwb7qyg4n2ffilsp064z1w7kck1wh2rp69wk5r51n"; + version = "0.2.0.0"; + sha256 = "0vgdrs12xg2d917z24x7i61xv41m1bdkb7vj136l0vf03av65ffm"; libraryHaskellDepends = [ - aeson base containers generics-sop haskell-src-exts - haskell-src-meta microlens mtl record-hasfield sop-core syb - template-haskell text vector - ]; - testHaskellDepends = [ - aeson base generic-deriving generics-sop ghc-dump-core json-sop - microlens mtl newtype QuickCheck record-dot-preprocessor - record-hasfield sop-core tasty tasty-hunit tasty-quickcheck + base containers ghc large-generics mtl record-hasfield syb template-haskell transformers vector ]; - testToolDepends = [ record-dot-preprocessor ]; + testHaskellDepends = [ + base generic-deriving large-generics mtl newtype + record-dot-preprocessor record-hasfield tasty tasty-hunit + template-haskell transformers + ]; description = "Efficient compilation for large records, linear in the size of the record"; license = lib.licenses.bsd3; hydraPlatforms = lib.platforms.none; @@ -168065,6 +168856,34 @@ self: { maintainers = with lib.maintainers; [ rvl ]; }) {}; + "lentil_1_5_4_0" = callPackage + ({ mkDerivation, ansi-wl-pprint, base, csv, deepseq, directory + , dlist, filemanip, filepath, hspec, megaparsec, mtl, natural-sort + , optparse-applicative, regex-tdfa, semigroups + , terminal-progress-bar, text + }: + mkDerivation { + pname = "lentil"; + version = "1.5.4.0"; + sha256 = "0xfsf7g9r2w30qkp4829w77hsja562jvx4n9i880j9qngi2ms2h1"; + isLibrary = false; + isExecutable = true; + executableHaskellDepends = [ + ansi-wl-pprint base csv deepseq directory dlist filemanip filepath + megaparsec mtl natural-sort optparse-applicative regex-tdfa + semigroups terminal-progress-bar text + ]; + testHaskellDepends = [ + ansi-wl-pprint base csv deepseq directory dlist filemanip filepath + hspec megaparsec mtl natural-sort optparse-applicative regex-tdfa + semigroups terminal-progress-bar text + ]; + description = "frugal issue tracker"; + license = lib.licenses.gpl3Only; + hydraPlatforms = lib.platforms.none; + maintainers = with lib.maintainers; [ rvl ]; + }) {}; + "lenz" = callPackage ({ mkDerivation, base, base-unicode-symbols, hs-functors , transformers @@ -168726,14 +169545,14 @@ self: { broken = true; }) {}; - "libiserv_9_0_1" = callPackage + "libiserv_9_2_2" = callPackage ({ mkDerivation, base, binary, bytestring, containers, deepseq , ghci, unix }: mkDerivation { pname = "libiserv"; - version = "9.0.1"; - sha256 = "1f7q09xyxv0q9rjmr0a9f96am44rjsy0r5iy9b8lkrch67xfjd3v"; + version = "9.2.2"; + sha256 = "0c4hm42sqi134ig1rlhddljj601fd10y27m5az5bada0wjnia9jg"; libraryHaskellDepends = [ base binary bytestring containers deepseq ghci unix ]; @@ -168928,8 +169747,8 @@ self: { ({ mkDerivation, base, bytestring, data-default, modbus, vector }: mkDerivation { pname = "libmodbus"; - version = "1.1.1"; - sha256 = "192jgmih2fqv4kid8r9cy59914g94826rkcjr2a8339p0d3ddh8j"; + version = "1.1.2"; + sha256 = "1yd7wqnb78zqhlfg5byjkbyly33a9r7m1893d8c52wl244bmng3q"; libraryHaskellDepends = [ base bytestring data-default vector ]; librarySystemDepends = [ modbus ]; description = "Haskell bindings to the C modbus library"; @@ -171869,8 +172688,8 @@ self: { ({ mkDerivation, base }: mkDerivation { pname = "lists-flines"; - version = "0.1.1.0"; - sha256 = "0srpivpf43xn0zj64phq90hkrchjih92sxx984c5zx9nrrcvyxwf"; + version = "0.1.2.0"; + sha256 = "0m33az0fkry1p0653g3kyxi0y7flmlpivi02a5iz7drslikz6xbd"; libraryHaskellDepends = [ base ]; description = "Additional data and structures to some 'String'-related lists"; license = lib.licenses.mit; @@ -182947,6 +183766,34 @@ self: { license = lib.licenses.bsd3; }) {}; + "mmark_0_0_7_5" = callPackage + ({ mkDerivation, aeson, base, case-insensitive, containers + , criterion, deepseq, dlist, email-validate, foldl, hashable, hspec + , hspec-megaparsec, html-entity-map, lucid, megaparsec, microlens + , microlens-th, modern-uri, mtl, parser-combinators, QuickCheck + , text, text-metrics, unordered-containers, weigh, yaml + }: + mkDerivation { + pname = "mmark"; + version = "0.0.7.5"; + sha256 = "0jh5pbd2f6bqi8rg4q73k7cgbkdc888hjqf99kzcm6k9xllg5770"; + enableSeparateDataOutput = true; + libraryHaskellDepends = [ + aeson base case-insensitive containers deepseq dlist email-validate + foldl hashable html-entity-map lucid megaparsec microlens + microlens-th modern-uri mtl parser-combinators text text-metrics + unordered-containers yaml + ]; + testHaskellDepends = [ + aeson base foldl hspec hspec-megaparsec lucid megaparsec modern-uri + QuickCheck text + ]; + benchmarkHaskellDepends = [ base criterion text weigh ]; + description = "Strict markdown processor for writers"; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + }) {}; + "mmark-cli" = callPackage ({ mkDerivation, aeson, base, bytestring, directory , ghc-syntax-highlighter, gitrev, lucid, megaparsec, mmark @@ -184129,6 +184976,22 @@ self: { license = "GPL"; }) {}; + "monad-coroutine_0_9_2" = callPackage + ({ mkDerivation, base, monad-parallel, transformers + , transformers-compat + }: + mkDerivation { + pname = "monad-coroutine"; + version = "0.9.2"; + sha256 = "0bikrq73r1xc6vrpwll3i8pkg4vflj3sa2ifv913mjkcmnwqijzs"; + libraryHaskellDepends = [ + base monad-parallel transformers transformers-compat + ]; + description = "Coroutine monad transformer for suspending and resuming monadic computations"; + license = "GPL"; + hydraPlatforms = lib.platforms.none; + }) {}; + "monad-dijkstra" = callPackage ({ mkDerivation, base, containers, free, hlint, mtl, psqueues , tasty, tasty-hspec, transformers @@ -184715,6 +185578,21 @@ self: { license = lib.licenses.bsd3; }) {}; + "monad-parallel_0_8" = callPackage + ({ mkDerivation, base, parallel, transformers, transformers-compat + }: + mkDerivation { + pname = "monad-parallel"; + version = "0.8"; + sha256 = "1j905cwc440g7rvbhsdkqf50ag7p2bi6cy2rqsk918rn80fqqra4"; + libraryHaskellDepends = [ + base parallel transformers transformers-compat + ]; + description = "Parallel execution of monadic computations"; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + }) {}; + "monad-parallel-progressbar" = callPackage ({ mkDerivation, base, monad-parallel, monadIO , terminal-progress-bar @@ -189569,17 +190447,16 @@ self: { "musicw" = callPackage ({ mkDerivation, array, base, bytestring, containers, data-default - , file-embed, ghcjs-base, ghcjs-dom, ghcjs-prim, json, monad-loops - , mtl, safe, text, time, transformers + , file-embed, ghcjs-base, ghcjs-dom, ghcjs-prim, monad-loops, mtl + , safe, text, time, transformers }: mkDerivation { pname = "musicw"; - version = "0.3.9"; - sha256 = "1wccn0c7ixcn3p7gm7x53rlh2qwj0i4476pxbljaqj13rha0pk89"; + version = "0.3.10"; + sha256 = "1dz8010h2qj5m7zn1shjl6j7wvdjgxppafmbhplgazhhfpfj1jss"; libraryHaskellDepends = [ array base bytestring containers data-default file-embed ghcjs-base - ghcjs-dom ghcjs-prim json monad-loops mtl safe text time - transformers + ghcjs-dom ghcjs-prim monad-loops mtl safe text time transformers ]; description = "Sound synthesis library, to be used with GHCJS and Web Audio API"; license = lib.licenses.bsd3; @@ -189630,10 +190507,8 @@ self: { }: mkDerivation { pname = "mustache"; - version = "2.4.0"; - sha256 = "0g7bwfc1yx59lk2l12wbh67ydk4rnwam2kv6ypc85qxd0pjbcd4n"; - revision = "1"; - editedCabalFile = "0lx4xhmn37jdikhqvy7bgbkjp23zgp45sdf5v0f274yhp33ym8h9"; + version = "2.4.1"; + sha256 = "1hp4g8mjh6aibhj7114dkpsnibxcf223lcaqm6hsysb8c2d1ajlr"; isLibrary = true; isExecutable = true; libraryHaskellDepends = [ @@ -197531,8 +198406,8 @@ self: { }: mkDerivation { pname = "obdd"; - version = "0.8.2"; - sha256 = "17cs06cxxmjknb1mc691n5k70yqplasqc97dpr6vx71aj1wzwzhw"; + version = "0.8.4"; + sha256 = "1qb6324nfrfjng54dzp3z2134vc74dcwp4xn61y5a9vc4jkizb0s"; libraryHaskellDepends = [ array base containers ersatz mtl process-extras random text ]; @@ -203223,8 +204098,8 @@ self: { ({ mkDerivation }: mkDerivation { pname = "pandora"; - version = "0.5.2"; - sha256 = "0q62xm05qb88lsj0l53h9yxqlsbnlqnm8a4phmkran4jhnwi3ndn"; + version = "0.5.3"; + sha256 = "097vpsml5hma4acyrz26hmfddyz1j9kcbqw5z7lkhak1jmpdv2ac"; description = "A box of patterns and paradigms"; license = lib.licenses.mit; hydraPlatforms = lib.platforms.none; @@ -203235,8 +204110,8 @@ self: { ({ mkDerivation, ghc-prim, pandora }: mkDerivation { pname = "pandora-io"; - version = "0.5.2"; - sha256 = "1lzviab5kql25g9p3fmkkg6k3fw65raf2dhi9570j51sjfms0248"; + version = "0.5.3"; + sha256 = "0m0cskpylr26sz6gs133j2p6yr6r22hksk7p4aimszbg88vayany"; libraryHaskellDepends = [ ghc-prim pandora ]; description = "..."; license = lib.licenses.mit; @@ -203271,8 +204146,8 @@ self: { }: mkDerivation { pname = "pango"; - version = "0.13.8.1"; - sha256 = "0by8ada93srgapdg78n8hyk5xsqb7n54mjacvplwwsbrd1b7m9j0"; + version = "0.13.8.2"; + sha256 = "1mndcb904vlkqpbmj5np9lxqw2qw3pzawvrgbsbxa9xjayh0ylw5"; enableSeparateDataOutput = true; setupHaskellDepends = [ base Cabal filepath gtk2hs-buildtools ]; libraryHaskellDepends = [ @@ -207155,6 +208030,25 @@ self: { broken = true; }) {}; + "peregrin_0_3_2" = callPackage + ({ mkDerivation, base, bytestring, hspec, pg-harness-client + , postgresql-simple, resource-pool, text, transformers + }: + mkDerivation { + pname = "peregrin"; + version = "0.3.2"; + sha256 = "12p17fznvrn9hhcwr7hpsii4syq5vhyww8lp7nrsyn966q8dd8xa"; + libraryHaskellDepends = [ base bytestring postgresql-simple text ]; + testHaskellDepends = [ + base hspec pg-harness-client postgresql-simple resource-pool text + transformers + ]; + description = "Database migration support for use in other libraries"; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; + broken = true; + }) {}; + "perf" = callPackage ({ mkDerivation, base, containers, foldl, mtl, rdtsc, text, time , transformers @@ -209074,8 +209968,8 @@ self: { ({ mkDerivation, base, subG }: mkDerivation { pname = "phonetic-languages-constraints-array"; - version = "0.1.0.0"; - sha256 = "0mxn7xvggiii4cmpqmxx5mkk660z9q8s3n09kaqbmwszf5l86ynd"; + version = "0.1.1.0"; + sha256 = "1c5n04zkfhws6ciilbkya4fyr3qc2yszmqrbb7pk3jcjnv2xp32b"; libraryHaskellDepends = [ base subG ]; description = "Constraints to filter the needed permutations"; license = lib.licenses.mit; @@ -209160,8 +210054,8 @@ self: { ({ mkDerivation, base, subG }: mkDerivation { pname = "phonetic-languages-permutations-array"; - version = "0.3.3.0"; - sha256 = "0r742vhcyghq2r2wjxqi1njhkvpmq4i635ayd5zv5im5qf5xcry6"; + version = "0.3.4.0"; + sha256 = "06xlxh82m681ss0ycb9r6xmfcxgfq0pjsvd2s1nm43jk5a2yfxfn"; libraryHaskellDepends = [ base subG ]; description = "Permutations and universal set related functions for the phonetic-languages series"; license = lib.licenses.mit; @@ -209195,8 +210089,8 @@ self: { }: mkDerivation { pname = "phonetic-languages-plus"; - version = "0.5.1.0"; - sha256 = "1cwj1i6illdaf51piidlbxdw61srql4p47kqz5sy9as251g7n1rm"; + version = "0.5.3.0"; + sha256 = "09wqch3ajsxqm4w10k95qg7ljv6s5rznxrniljcnl4pram4xfr8d"; isLibrary = true; isExecutable = true; libraryHaskellDepends = [ @@ -209234,8 +210128,8 @@ self: { ({ mkDerivation, base }: mkDerivation { pname = "phonetic-languages-rhythmicity"; - version = "0.9.1.0"; - sha256 = "1j2fr1hf6k9b7838sqyv5lq5cx75a44d2adk78ljyc0qx9hh9537"; + version = "0.9.2.0"; + sha256 = "0qnid53az0w4p4rb0pkxbn5z1s7r5h7cvyh4lh81c3q9bprc6cr0"; libraryHaskellDepends = [ base ]; description = "Allows to estimate the rhythmicity properties for the text"; license = lib.licenses.mit; @@ -209248,8 +210142,8 @@ self: { }: mkDerivation { pname = "phonetic-languages-simplified-base"; - version = "0.4.5.0"; - sha256 = "0qbb04sk2iigy07skyk434p92r3bza8glwfpxdlwi5bxy69fsrdj"; + version = "0.4.6.0"; + sha256 = "0pnq92xg0zkbvq8a9jqw75v7zfqazg6r1ja35hjwdr8rl991nvjr"; libraryHaskellDepends = [ base phonetic-languages-permutations-array subG ]; @@ -209275,8 +210169,8 @@ self: { }) {}; "phonetic-languages-simplified-examples-array" = callPackage - ({ mkDerivation, base, cli-arguments, heaps, mmsyn2-array - , mmsyn2-array-ukrainian-data, parallel + ({ mkDerivation, base, cli-arguments, heaps, lists-flines + , mmsyn2-array, mmsyn2-array-ukrainian-data, parallel , phonetic-languages-constraints-array , phonetic-languages-filters-array , phonetic-languages-permutations-array, phonetic-languages-plus @@ -209289,13 +210183,14 @@ self: { }: mkDerivation { pname = "phonetic-languages-simplified-examples-array"; - version = "0.17.0.0"; - sha256 = "0g9nvs9rdnabh4vnwlw1wpslgyp4xsapx5glh9qvaq86c207zy64"; + version = "0.17.1.0"; + sha256 = "00lb3h4b0yd3ra0i6g64r8vfn2cyazrqai51arfprihyj31zm9kq"; isLibrary = true; isExecutable = true; libraryHaskellDepends = [ - base cli-arguments heaps mmsyn2-array mmsyn2-array-ukrainian-data - parallel phonetic-languages-constraints-array + base cli-arguments heaps lists-flines mmsyn2-array + mmsyn2-array-ukrainian-data parallel + phonetic-languages-constraints-array phonetic-languages-filters-array phonetic-languages-permutations-array phonetic-languages-plus phonetic-languages-rhythmicity phonetic-languages-simplified-base @@ -209305,8 +210200,9 @@ self: { ukrainian-phonetics-basic-array uniqueness-periods-vector-stats ]; executableHaskellDepends = [ - base cli-arguments heaps mmsyn2-array mmsyn2-array-ukrainian-data - parallel phonetic-languages-constraints-array + base cli-arguments heaps lists-flines mmsyn2-array + mmsyn2-array-ukrainian-data parallel + phonetic-languages-constraints-array phonetic-languages-filters-array phonetic-languages-permutations-array phonetic-languages-plus phonetic-languages-rhythmicity phonetic-languages-simplified-base @@ -209326,8 +210222,8 @@ self: { }: mkDerivation { pname = "phonetic-languages-simplified-examples-common"; - version = "0.4.2.0"; - sha256 = "05ghrqxjlpgdxdcfzj5l0shwmria2c9xkkbps1j1vdsn2qlwihxy"; + version = "0.4.4.0"; + sha256 = "1y5nrr23blxm08s62q58aq0yiifxgds9lf2wf45zz11w1z16ff1n"; libraryHaskellDepends = [ base heaps phonetic-languages-constraints-array phonetic-languages-ukrainian-array @@ -209443,8 +210339,8 @@ self: { }: mkDerivation { pname = "phonetic-languages-simplified-properties-array"; - version = "0.13.0.0"; - sha256 = "0lpbv7r1l4sw067344ipj8ap8qqv23x5143j3ra1y4r0rfigg098"; + version = "0.13.1.0"; + sha256 = "17p6hpljkvcsjyfc7dpk8pf2ws1rimmnwc93gaa2a473ifk4a1sd"; libraryHaskellDepends = [ base phonetic-languages-rhythmicity phonetic-languages-simplified-base ukrainian-phonetics-basic-array @@ -209508,8 +210404,8 @@ self: { ({ mkDerivation, base, mmsyn2-array, mmsyn5 }: mkDerivation { pname = "phonetic-languages-ukrainian-array"; - version = "0.9.2.0"; - sha256 = "0x0llv91r0837qiajnxhln6ddf8qyc7m13rc87x8rg7f5rqpzqip"; + version = "0.9.3.0"; + sha256 = "0pi3dm72zw26lyp876r28ql4gxfp8h1sbr201a62g5p6jlvaixi4"; isLibrary = true; isExecutable = true; libraryHaskellDepends = [ base mmsyn2-array mmsyn5 ]; @@ -213309,8 +214205,8 @@ self: { ({ mkDerivation, array, base, compact-word-vectors, containers }: mkDerivation { pname = "polynomial-algebra"; - version = "0.1"; - sha256 = "03133j7hknn0d6b6lvq0q05zy6m92lx5wh68chimgm45xh2p8y0a"; + version = "0.1.0.1"; + sha256 = "01vqffxfxwh00g64db0xi8wjd330c6dypcw1hzmx1smkggmvzcsb"; libraryHaskellDepends = [ array base compact-word-vectors containers ]; @@ -224322,8 +225218,8 @@ self: { }: mkDerivation { pname = "r-glpk-phonetic-languages-ukrainian-durations"; - version = "0.4.1.0"; - sha256 = "1zgxr7c2szzmwk9n9hdir2nfg4gzpzwk4jgzlb95m5wlpagsz3fl"; + version = "0.4.2.0"; + sha256 = "04m9493db98x5i2n1zpgdl6kc2lvx0fmr8w17hs89jwfr8h6k4ni"; isLibrary = true; isExecutable = true; libraryHaskellDepends = [ @@ -236241,6 +237137,27 @@ self: { license = lib.licenses.mit; }) {}; + "safe-coupling" = callPackage + ({ mkDerivation, HUnit, liquid-base, liquid-containers + , liquid-prelude, liquidhaskell, probability, sort, tasty + , tasty-discover, tasty-hunit + }: + mkDerivation { + pname = "safe-coupling"; + version = "0.1.0.0"; + sha256 = "1hcx4z7i6r7bldkrsyy407l171c0kwkdwxj7cwb9pkfbp6q3jbvz"; + libraryHaskellDepends = [ + liquid-base liquid-containers liquid-prelude liquidhaskell + probability + ]; + testHaskellDepends = [ + HUnit liquid-base probability sort tasty tasty-hunit + ]; + testToolDepends = [ tasty-discover ]; + description = "Relational proof system for probabilistic algorithms"; + license = lib.licenses.bsd3; + }) {}; + "safe-decimal" = callPackage ({ mkDerivation, base, deepseq, doctest, exceptions, hspec , hspec-discover, QuickCheck, scientific @@ -243310,8 +244227,8 @@ self: { pname = "servant-openapi3"; version = "2.0.1.4"; sha256 = "1dlz5fsz7j5yrf6kps4j1mxlj4ww2q4szx5k6apawi06i8ibshh7"; - revision = "1"; - editedCabalFile = "09mvra21hs32zgwcvhj50078l6kybw43xvdp7wd5f40sk8d5j4gf"; + revision = "2"; + editedCabalFile = "1g8byg51brdpabn5kv1zpkzic84hg50w1dxs1hbkpxj5a26gbd07"; setupHaskellDepends = [ base Cabal cabal-doctest ]; libraryHaskellDepends = [ aeson aeson-pretty base base-compat bytestring hspec http-media @@ -244173,8 +245090,8 @@ self: { pname = "servant-swagger"; version = "1.1.10"; sha256 = "0y6zylhs4z0nfz75d4i2azcq0yh2bd4inanwblx4035dgkk1q78a"; - revision = "4"; - editedCabalFile = "14z5b3x58y8jlwqvzs3icwqyg1abq46d06dv2jjp60cbvpf38mxf"; + revision = "5"; + editedCabalFile = "0xv8d3va3rg1rvss2dqig2zxc130qj5jrpszkza25nfgwhbcnmx3"; setupHaskellDepends = [ base Cabal cabal-doctest ]; libraryHaskellDepends = [ aeson aeson-pretty base base-compat bytestring hspec http-media @@ -244191,6 +245108,35 @@ self: { license = lib.licenses.bsd3; }) {}; + "servant-swagger_1_1_11" = callPackage + ({ mkDerivation, aeson, aeson-pretty, base, base-compat, bytestring + , Cabal, cabal-doctest, directory, doctest, filepath, hspec + , hspec-discover, http-media, insert-ordered-containers, lens + , lens-aeson, QuickCheck, servant, singleton-bool, swagger2 + , template-haskell, text, time, unordered-containers, utf8-string + , vector + }: + mkDerivation { + pname = "servant-swagger"; + version = "1.1.11"; + sha256 = "1kvnjq3iqc8xbgmbaz881r48vj4cpzx7pkwdgwbhqlmhg808bfgl"; + setupHaskellDepends = [ base Cabal cabal-doctest ]; + libraryHaskellDepends = [ + aeson aeson-pretty base base-compat bytestring hspec http-media + insert-ordered-containers lens QuickCheck servant singleton-bool + swagger2 text unordered-containers + ]; + testHaskellDepends = [ + aeson base base-compat directory doctest filepath hspec lens + lens-aeson QuickCheck servant swagger2 template-haskell text time + utf8-string vector + ]; + testToolDepends = [ hspec-discover ]; + description = "Generate a Swagger/OpenAPI/OAS 2.0 specification for your servant API."; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + }) {}; + "servant-swagger-tags" = callPackage ({ mkDerivation, base, insert-ordered-containers, lens, servant , servant-mock, servant-server, servant-swagger, swagger2, text @@ -246432,6 +247378,22 @@ self: { broken = true; }) {}; + "sheets" = callPackage + ({ mkDerivation, aeson, base, base64-bytestring, bytestring + , cassava, composite-base, composite-cassava, text, vector + }: + mkDerivation { + pname = "sheets"; + version = "0.1.0.0"; + sha256 = "0v7xii2sabpc61gy4jrym5cg6nzj6x3fl8iif6cfq7z5afk6ylyr"; + libraryHaskellDepends = [ + aeson base base64-bytestring bytestring cassava composite-base + composite-cassava text vector + ]; + description = "Spreadsheet type for composite"; + license = lib.licenses.bsd3; + }) {}; + "shelduck" = callPackage ({ mkDerivation, aeson, aeson-pretty, async, base, bytestring , directory, exceptions, hastache, hspec, http-client, lens @@ -253907,12 +254869,12 @@ self: { , monad-loops, mtl, neat-interpolation, ordered-containers, process , random, scientific, sdl2, sdl2-mixer, stm, strip-ansi-escape , template-haskell, terminal, text, time, unordered-containers - , vector, WAVE + , vector, WAVE, with-utf8 }: mkDerivation { pname = "spade"; - version = "0.1.0.5"; - sha256 = "1q0sp33r2w2gm73fr38gc2yrjllsn8lg1mqvqv3xh4sm3axaqw22"; + version = "0.1.0.6"; + sha256 = "12ffyb1hx2zgb7cmfbvr88xjxs423734w048nw3c3sa4qyfc0hyk"; isLibrary = true; isExecutable = true; libraryHaskellDepends = [ @@ -253920,14 +254882,14 @@ self: { exceptions file-embed hedgehog hex-text hspec hspec-hedgehog monad-loops mtl ordered-containers process random scientific sdl2 sdl2-mixer stm template-haskell terminal text time - unordered-containers vector WAVE + unordered-containers vector WAVE with-utf8 ]; executableHaskellDepends = [ aeson ansi-terminal base bytestring constraints containers Decimal exceptions file-embed hedgehog hex-text hspec hspec-hedgehog monad-loops mtl ordered-containers process random scientific sdl2 sdl2-mixer stm template-haskell terminal text time - unordered-containers vector WAVE + unordered-containers vector WAVE with-utf8 ]; testHaskellDepends = [ aeson ansi-terminal base bytestring constraints containers Decimal @@ -253935,7 +254897,7 @@ self: { hspec-hedgehog monad-loops mtl neat-interpolation ordered-containers process random scientific sdl2 sdl2-mixer stm strip-ansi-escape template-haskell terminal text time - unordered-containers vector WAVE + unordered-containers vector WAVE with-utf8 ]; testToolDepends = [ hspec-discover ]; description = "A simple programming and debugging environment"; @@ -257369,16 +258331,12 @@ self: { }) {}; "statestack" = callPackage - ({ mkDerivation, base, mtl, transformers, transformers-compat }: + ({ mkDerivation, base, mtl, transformers }: mkDerivation { pname = "statestack"; - version = "0.3"; - sha256 = "1b8yd314h8a97ggjv82cy4mr0f4scb5pjvslxq7hwxxq7cw7mgns"; - revision = "2"; - editedCabalFile = "00qpdrgxibfcdablasi5bdvdflxfgdk3hyg6461nsymwagr42ya3"; - libraryHaskellDepends = [ - base mtl transformers transformers-compat - ]; + version = "0.3.1"; + sha256 = "0h8kwzf117zb2ffc5phbvlxpgza8h59bjg93ndp7r1ks0jvs5lpr"; + libraryHaskellDepends = [ base mtl transformers ]; description = "Simple State-like monad transformer with saveable and restorable state"; license = lib.licenses.bsd3; }) {}; @@ -260489,8 +261447,8 @@ self: { ({ mkDerivation, base }: mkDerivation { pname = "string-interpreter"; - version = "0.5.4.1"; - sha256 = "1dgmqircw5gz62crxzx3d7gk2xyvmcwqdy15rpjgy2q7q5brcv7h"; + version = "0.5.5.0"; + sha256 = "094fh3byv0bgcaccq15nqra31cw12csmyqj38hib2a2p6jnc3mq1"; libraryHaskellDepends = [ base ]; description = "Is used in the phonetic languages approach (e. g. in the recursive mode)."; license = lib.licenses.mit; @@ -261525,8 +262483,8 @@ self: { ({ mkDerivation, base }: mkDerivation { pname = "subG"; - version = "0.5.2.0"; - sha256 = "0s2fzzrw3fqr02lqifm1qfily5gnvrlsswpnj7hvnv0bsgql9b23"; + version = "0.5.3.0"; + sha256 = "0bq49g3ippsjiqm1qvd3y9a4fyngzw8f3my8n1amgyzxb6fk5q7w"; libraryHaskellDepends = [ base ]; description = "Some extension to the Foldable and Monoid classes"; license = lib.licenses.mit; @@ -267885,6 +268843,43 @@ self: { license = lib.licenses.bsd3; }) {}; + "telegram-bot-simple_0_4_4" = callPackage + ({ mkDerivation, aeson, aeson-pretty, base, blaze-html, bytestring + , cookie, cron, dhall, filepath, hashable, http-api-data + , http-client, http-client-tls, http-types, monad-control, mtl + , optparse-applicative, pretty-show, prettyprinter, profunctors + , QuickCheck, random, servant, servant-blaze, servant-client + , servant-multipart-api, servant-multipart-client, servant-server + , signal, split, stm, template-haskell, text, time, transformers + , unordered-containers, uuid, warp + }: + mkDerivation { + pname = "telegram-bot-simple"; + version = "0.4.4"; + sha256 = "1qlw4qn773rq3dz97ifrd3vp38xas46hmgxp05r1pmbphw1ncyr8"; + isLibrary = true; + isExecutable = true; + libraryHaskellDepends = [ + aeson aeson-pretty base bytestring cron filepath hashable + http-api-data http-client http-client-tls monad-control mtl + pretty-show profunctors servant servant-client + servant-multipart-api servant-multipart-client split stm + template-haskell text time transformers unordered-containers + ]; + executableHaskellDepends = [ + aeson aeson-pretty base blaze-html bytestring cookie cron dhall + filepath hashable http-api-data http-client http-client-tls + http-types monad-control mtl optparse-applicative pretty-show + prettyprinter profunctors QuickCheck random servant servant-blaze + servant-client servant-multipart-api servant-multipart-client + servant-server signal split stm template-haskell text time + transformers unordered-containers uuid warp + ]; + description = "Easy to use library for building Telegram bots"; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + }) {}; + "telegram-raw-api" = callPackage ({ mkDerivation, aeson, base, bytestring, deriving-aeson , generic-lens, hashable, http-client, http-client-tls, http-media @@ -280379,8 +281374,8 @@ self: { }: mkDerivation { pname = "typelet"; - version = "0.1.0.0"; - sha256 = "0kmidkbdq40bhfz4kqcb81kn2h67vcrl5lrpv3hg3ca79wxnxk2s"; + version = "0.1.1.0"; + sha256 = "1mgmlly0whdgbpjqa3smjgxhrlwqq971kka36i61ldkppb6ic2kj"; isLibrary = true; isExecutable = true; setupHaskellDepends = [ base cabal-doctest ]; @@ -281153,8 +282148,8 @@ self: { ({ mkDerivation, base, process }: mkDerivation { pname = "ueberzug"; - version = "0.1.0.0"; - sha256 = "047f493xlxwb7hz1c531wqy9qydrbnlavjnjf9mad8q3k46421k6"; + version = "0.2.0.0"; + sha256 = "01n669wjcjh01x168vjhalq6l52m9jgma86jlym4456sl9cja6s2"; libraryHaskellDepends = [ base process ]; testHaskellDepends = [ base ]; description = "Haskell bindings for ueberzug to display images in the terminal"; @@ -281311,8 +282306,8 @@ self: { }: mkDerivation { pname = "ukrainian-phonetics-basic-array"; - version = "0.5.2.0"; - sha256 = "17aniswxvzw9kprbkqhlnns5vr9811zz4sp78r9p5a3s3qwl9z2d"; + version = "0.5.3.0"; + sha256 = "181cm83hl2ga3gg0fa8kflrn2fnxmmdxx7flijr3c7pj8xd04l18"; libraryHaskellDepends = [ base mmsyn2-array mmsyn5 ukrainian-phonetics-common ]; @@ -282684,8 +283679,8 @@ self: { ({ mkDerivation, base, ghc-prim }: mkDerivation { pname = "uniqueness-periods-vector-stats"; - version = "0.2.1.0"; - sha256 = "1vw12a6q1h2in2llyy49n54s20sh8i4ry9vr2rwy8q0xfvfq9v25"; + version = "0.2.2.0"; + sha256 = "0j6n6maqjm1jvwl8s08v2ykv23yzkk6cnqkbv2af3p8fnd6m83sy"; libraryHaskellDepends = [ base ghc-prim ]; description = "A very basic descriptive statistics"; license = lib.licenses.mit; @@ -283096,6 +284091,8 @@ self: { pname = "unix-compat"; version = "0.5.4"; sha256 = "1cd4lh2c16h7y5hzrcn5l9vir8aq2wcizwksppnagklsdsfmf942"; + revision = "1"; + editedCabalFile = "0v2cp1p7vswbwclai1c74vbwdapczlaqgshcb6l1j49jph1w1vnm"; libraryHaskellDepends = [ base unix ]; description = "Portable POSIX-compatibility layer"; license = lib.licenses.bsd3; @@ -287865,7 +288862,7 @@ self: { license = lib.licenses.mit; }) {}; - "vinyl_0_14_2" = callPackage + "vinyl_0_14_3" = callPackage ({ mkDerivation, aeson, array, base, criterion, deepseq, ghc-prim , hspec, lens, lens-aeson, linear, microlens, mtl, mwc-random , primitive, should-not-typecheck, tagged, text @@ -287873,8 +288870,8 @@ self: { }: mkDerivation { pname = "vinyl"; - version = "0.14.2"; - sha256 = "0kpgwfy6ch80436balwqg1dxg2igq83hl298ynsv6qg3bvbhh6hi"; + version = "0.14.3"; + sha256 = "1lp67kaksng2g9sx4my8c6sllvjrlkhm2ln8bh397d1xknzrqy76"; libraryHaskellDepends = [ array base deepseq ghc-prim ]; testHaskellDepends = [ aeson base hspec lens lens-aeson microlens mtl should-not-typecheck @@ -289616,8 +290613,8 @@ self: { }: mkDerivation { pname = "wai-middleware-auth"; - version = "0.2.5.1"; - sha256 = "0ch9vh14bhnf7g789rbqqgnn3q2nc892xs73kf7k6l8n9p2md0yd"; + version = "0.2.6.0"; + sha256 = "0ji0jywippk9vqdcbv79fy79xl20p91h8wdadmxa684m5mj95b6x"; isLibrary = true; isExecutable = true; libraryHaskellDepends = [ @@ -296574,6 +297571,40 @@ self: { license = lib.licenses.mit; }) {}; + "xlsx_1_0_0_1" = callPackage + ({ mkDerivation, attoparsec, base, base64-bytestring, binary-search + , bytestring, conduit, containers, criterion, data-default, deepseq + , Diff, directory, dlist, errors, exceptions, extra, filepath + , groom, hexpat, lens, monad-control, mtl, network-uri, old-locale + , raw-strings-qq, safe, smallcheck, tasty, tasty-hunit + , tasty-smallcheck, text, time, transformers, transformers-base + , vector, xeno, xml-conduit, xml-types, zip, zip-archive + , zip-stream, zlib + }: + mkDerivation { + pname = "xlsx"; + version = "1.0.0.1"; + sha256 = "1fs2xks7wcbr0idgd50kxlb35l5xy1icvkiyxm8q8772bq2zvadl"; + libraryHaskellDepends = [ + attoparsec base base64-bytestring binary-search bytestring conduit + containers data-default deepseq dlist errors exceptions extra + filepath hexpat lens monad-control mtl network-uri old-locale safe + text time transformers transformers-base vector xeno xml-conduit + xml-types zip zip-archive zip-stream zlib + ]; + testHaskellDepends = [ + base bytestring conduit containers deepseq Diff directory filepath + groom lens mtl raw-strings-qq smallcheck tasty tasty-hunit + tasty-smallcheck text time vector xml-conduit + ]; + benchmarkHaskellDepends = [ + base bytestring conduit criterion deepseq lens + ]; + description = "Simple and incomplete Excel file parser/writer"; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; + }) {}; + "xlsx-tabular" = callPackage ({ mkDerivation, aeson, base, bytestring, containers, data-default , lens, text, xlsx @@ -299409,8 +300440,8 @@ self: { }: mkDerivation { pname = "yaya"; - version = "0.4.2.0"; - sha256 = "1d5nwmg7ds9qk93d1n1693zgm4pfnmbj09vis2pd1w4n221rx5cx"; + version = "0.4.2.1"; + sha256 = "182h9lhk493az2ic2v5q64yy1adnxa6mm4hp72pcb73ma87z6amd"; libraryHaskellDepends = [ base bifunctors comonad constraints containers distributive either errors free kan-extensions lens profunctors template-haskell @@ -300294,6 +301325,34 @@ self: { license = lib.licenses.mit; }) {}; + "yesod-bin_1_6_2_1" = callPackage + ({ mkDerivation, aeson, base, bytestring, Cabal, conduit + , conduit-extra, containers, data-default-class, directory + , file-embed, filepath, fsnotify, http-client, http-client-tls + , http-reverse-proxy, http-types, network, optparse-applicative + , process, project-template, say, split, stm, streaming-commons + , tar, text, time, transformers, transformers-compat, unliftio + , unordered-containers, wai, wai-extra, warp, warp-tls, yaml, zlib + }: + mkDerivation { + pname = "yesod-bin"; + version = "1.6.2.1"; + sha256 = "1p0ycwnvi5pg1vsl7yvak8cglxlrs3bimcr3r4ni8y0xj0jdadq5"; + isLibrary = false; + isExecutable = true; + executableHaskellDepends = [ + aeson base bytestring Cabal conduit conduit-extra containers + data-default-class directory file-embed filepath fsnotify + http-client http-client-tls http-reverse-proxy http-types network + optparse-applicative process project-template say split stm + streaming-commons tar text time transformers transformers-compat + unliftio unordered-containers wai wai-extra warp warp-tls yaml zlib + ]; + description = "The yesod helper executable"; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; + }) {}; + "yesod-bootstrap" = callPackage ({ mkDerivation, base, blaze-html, blaze-markup, bootstrap-types , shakespeare, text, transformers, yesod-core, yesod-elements @@ -300431,6 +301490,44 @@ self: { license = lib.licenses.mit; }) {}; + "yesod-core_1_6_22_0" = callPackage + ({ mkDerivation, aeson, async, auto-update, base, blaze-html + , blaze-markup, bytestring, case-insensitive, cereal, clientsession + , conduit, conduit-extra, containers, cookie, deepseq, entropy + , fast-logger, gauge, hspec, hspec-expectations, http-types, HUnit + , memory, monad-logger, mtl, network, parsec, path-pieces + , primitive, random, resourcet, shakespeare, streaming-commons + , template-haskell, text, time, transformers, unix-compat, unliftio + , unordered-containers, vector, wai, wai-extra, wai-logger, warp + , word8 + }: + mkDerivation { + pname = "yesod-core"; + version = "1.6.22.0"; + sha256 = "0vc60va1lj7a409ljpipk90k89pycsf7zfpvdn0bvsqgsy75qgq6"; + libraryHaskellDepends = [ + aeson auto-update base blaze-html blaze-markup bytestring + case-insensitive cereal clientsession conduit conduit-extra + containers cookie deepseq entropy fast-logger http-types memory + monad-logger mtl parsec path-pieces primitive random resourcet + shakespeare template-haskell text time transformers unix-compat + unliftio unordered-containers vector wai wai-extra wai-logger warp + word8 + ]; + testHaskellDepends = [ + async base bytestring clientsession conduit conduit-extra + containers cookie hspec hspec-expectations http-types HUnit network + path-pieces random resourcet shakespeare streaming-commons + template-haskell text transformers unliftio wai wai-extra warp + ]; + benchmarkHaskellDepends = [ + base blaze-html bytestring gauge shakespeare text + ]; + description = "Creation of type-safe, RESTful web applications"; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; + }) {}; + "yesod-crud" = callPackage ({ mkDerivation, base, classy-prelude, containers, MissingH , monad-control, persistent, random, safe, stm, uuid, yesod-core From 084588444df732a5bb6b0ac87df92b770f3a00c2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Na=C3=AFm=20Favier?= Date: Fri, 25 Mar 2022 17:42:21 +0100 Subject: [PATCH 219/238] haskellPackages: use fetchpatch's `relative` argument --- .../haskell-modules/configuration-common.nix | 42 ++++++++----------- .../configuration-ghc-9.2.x.nix | 4 +- 2 files changed, 20 insertions(+), 26 deletions(-) diff --git a/pkgs/development/haskell-modules/configuration-common.nix b/pkgs/development/haskell-modules/configuration-common.nix index 6ce380272a30..d2f065929fb9 100644 --- a/pkgs/development/haskell-modules/configuration-common.nix +++ b/pkgs/development/haskell-modules/configuration-common.nix @@ -1394,8 +1394,7 @@ self: super: { (fetchpatch { url = "https://github.com/reflex-frp/reflex-dom/compare/a0459deafd296656b3e99db01ea7f65b89b0948c...56fa8a484ccfc7d3365d07fea3caa430155dbcac.patch"; sha256 = "sha256-azMF3uX7S1rKKRAVjY+xP2XbQKHvEY/9nU7cH81KKPA="; - stripLen = 2; - extraPrefix = ""; + relative = "reflex-dom-core"; }) super.reflex-dom-core))); @@ -1474,8 +1473,8 @@ self: super: { (fetchpatch { name = "Spock-core-GHC-9.0.patch"; url = "https://github.com/agrafix/Spock/commit/25c75961c4aaaa2e81c9e2afd3d758f2b643f9df.patch"; - sha256 = "03854yvda7dclz60fb1b5q8qx6zq2yjbvlyj994352xsz0lz2qan"; - stripLen = 1; + sha256 = "sha256-JlliIpVYh2CYjJF2I119ab4/1oh6uvxMbRoxlUkKiGw="; + relative = "Spock-core"; }) ] super.Spock-core); @@ -1604,15 +1603,12 @@ self: super: { (fetchpatch { url = "https://github.com/haskell/haskell-language-server/commit/074593987e9086e308b89ecde336de2c64861dc0.patch"; sha256 = "sha256-uTlIbGQKulP3963UPL2V9cqMoIvPscK+s2W/HtBmMWc="; - stripLen = 2; - extraPrefix = ""; - includes = [ "*/Util.hs" ]; + relative = "hls-test-utils"; }) (fetchpatch { url = "https://github.com/haskell/haskell-language-server/commit/78305f21783807b04baebca4860c255bfe84d4ab.patch"; sha256 = "sha256-oe8Q8kBJBkel+pR5imFj43NVpm4afcyLgAUCWhrIoPk="; - stripLen = 2; - extraPrefix = ""; + relative = "hls-test-utils"; }) ] super.hls-test-utils; @@ -1749,9 +1745,8 @@ self: super: { (fetchpatch { name = "moto-postgresql-monadfail.patch"; url = "https://gitlab.com/k0001/moto/-/commit/09cc1c11d703c25f6e81325be6482dc7ec6cbf58.patch"; - # includes = ["moto/lib/Moto/File.hs"]; - stripLen = 1; - sha256 = "sha256-ZKo0csaSM51bDGmzcasIklkRyg54O+8U5w6OwRHt8ms="; + relative = "moto-postgresql"; + sha256 = "sha256-f2JVX9VveShCeV+T41RQgacpUoh1izfyHlE6VlErkZM="; }) ] (unmarkBroken super.moto-postgresql); @@ -1760,8 +1755,8 @@ self: super: { (fetchpatch { name = "moto-ghc-9.0.patch"; url = "https://gitlab.com/k0001/moto/-/commit/5b6f015a1271765005f03762f1f1aaed3a3198ed.patch"; - stripLen = 1; - sha256 = "sha256-PqG/Ujvb/IOvX0SAeGZ/vgzNoZC68vIOwmYfhxjiYCg="; + relative = "moto"; + sha256 = "sha256-RMa9tk+2ip3Ks73UFv9Ea9GEnElRtzIjdpld1Fx+dno="; }) ] super.moto; @@ -1874,9 +1869,9 @@ self: super: { # while waiting for a new release: https://github.com/brendanhay/amazonka/pull/572 amazonka = appendPatches [ (fetchpatch { - stripLen = 1; + relative = "amazonka"; url = "https://github.com/brendanhay/amazonka/commit/43ddd87b1ebd6af755b166e16336259ec025b337.patch"; - sha256 = "1x9l5xgvrh908di6whpavyp08cys11v3yn6rc21zw87xiyigdbi3"; + sha256 = "sha256-9Ed3qrLGRaNCdvqWMyg8ydAnqDkFqWKLLoObv/5jG54="; }) ] (doJailbreak super.amazonka); @@ -2022,8 +2017,8 @@ self: super: { patches = [ (fetchpatch { url = "https://gitlab.haskell.org/ghc/ghc/-/commit/08d1588bf38d83140a86817a7a615db486357d4f.patch"; - sha256 = "1qx4r031y72px291vz38bng9sb23r8zb35s03v5hhawlmgzfzcb5"; - stripLen = 2; + sha256 = "sha256-Y9WW0KDQ/qY2L9ObPvh1i/6lxXIlprbxzdSBDfiaMtE="; + relative = "libraries/ghc-bignum"; }) ]; }; @@ -2080,8 +2075,7 @@ self: super: { name = "haskell-gi-base-0.26-compat-patch"; url = "https://github.com/ghcjs/jsaddle/commit/c9a9ad39addea469f7e3f5bc6b1c778fefaab5d8.patch"; sha256 = "sha256-4njoOxtJH2jVqiPmW8f9hGUqpzI3yJ1XP4u85QgmvjU="; - stripLen = 2; - extraPrefix = ""; + relative = "jsaddle-webkit2gtk"; } ) super.jsaddle-webkit2gtk; @@ -2101,8 +2095,8 @@ self: super: { (fetchpatch { name = "llvm-hs-pure-bytestring-0.11.patch"; url = "https://github.com/llvm-hs/llvm-hs/commit/fe8fd556e8d2cc028f61d4d7b4b6bf18c456d090.patch"; - sha256 = "0gjgcvy3jx15nhq4jgarn8ff2nk1dc0k7w64knhhr17isw91gikp"; - stripLen = 1; + sha256 = "sha256-1d4wQg6JEJL3GwmXQpvbW7VOY5DwjUPmIsLEEur0Kps="; + relative = "llvm-hs-pure"; excludes = [ "**/Triple.hs" ]; # doesn't exist in 9.0.0 }) ] super.llvm-hs-pure; @@ -2225,8 +2219,8 @@ self: super: { (fetchpatch { name = "composite-base-template-haskell-2.17.patch"; url = "https://github.com/ConferOpenSource/composite/commit/4ca7562d46a0cdfae3afacf194134db768450a02.patch"; - sha256 = "143rp8g2bskf2hxszahpg72gvagj4qnw87ikswlbal0p7gfd8zii"; - stripLen = 1; + sha256 = "sha256-FG2t1BYfV09VENJDlh1PD88sXAGqaujhpss5DWFcbeE="; + relative = "composite-base"; }) ]; jailbreak = true; diff --git a/pkgs/development/haskell-modules/configuration-ghc-9.2.x.nix b/pkgs/development/haskell-modules/configuration-ghc-9.2.x.nix index 1633f01b875b..22c5897da61a 100644 --- a/pkgs/development/haskell-modules/configuration-ghc-9.2.x.nix +++ b/pkgs/development/haskell-modules/configuration-ghc-9.2.x.nix @@ -132,8 +132,8 @@ self: super: { # awaiting release (pkgs.fetchpatch { url = "https://github.com/haskell-servant/servant/commit/61d0d14b5cb01db3d589101b3f17b0178f52e386.diff"; - stripLen = 1; - sha256 = "sha256-trkXnzT4ZGLT2GKRJXQryuscR4K/FqKxSvTf26eePm0="; + relative = "servant-server"; + sha256 = "sha256-3lM8xLO8avVRo8oncJR8QLDSWEzOaoCmzgVtyaEBEw8="; }) ] (doJailbreak super.servant-server); servant-swagger = doJailbreak super.servant-swagger; From 27aed0d10bec72ab2cbf24a192e05b431995e746 Mon Sep 17 00:00:00 2001 From: sternenseemann Date: Sat, 26 Mar 2022 11:02:16 +0100 Subject: [PATCH 220/238] haskellPackages.mmark: 0.0.7.4 -> 0.0.7.5 --- pkgs/development/haskell-modules/configuration-common.nix | 3 +++ 1 file changed, 3 insertions(+) diff --git a/pkgs/development/haskell-modules/configuration-common.nix b/pkgs/development/haskell-modules/configuration-common.nix index 6ce380272a30..ac16273347e9 100644 --- a/pkgs/development/haskell-modules/configuration-common.nix +++ b/pkgs/development/haskell-modules/configuration-common.nix @@ -2623,4 +2623,7 @@ self: super: { revision = null; }) super.mustache; + # Fixes test suite with modern-uri 0.3.4.3, waiting for Stackage LTS to follow suit + mmark = doDistribute self.mmark_0_0_7_5; + } // import ./configuration-tensorflow.nix {inherit pkgs haskellLib;} self super From ad560b3ef4820f505a533953cd23bfc0b3342d90 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Na=C3=AFm=20Favier?= Date: Sat, 26 Mar 2022 09:59:24 +0100 Subject: [PATCH 221/238] haskellPackages.knob: remove patch after 0.2 --- .../haskell-modules/configuration-common.nix | 2 - .../configuration-ghc-9.2.x.nix | 2 - .../haskell-modules/patches/knob-ghc9.patch | 62 ------------------- 3 files changed, 66 deletions(-) delete mode 100644 pkgs/development/haskell-modules/patches/knob-ghc9.patch diff --git a/pkgs/development/haskell-modules/configuration-common.nix b/pkgs/development/haskell-modules/configuration-common.nix index ac16273347e9..625912d25f71 100644 --- a/pkgs/development/haskell-modules/configuration-common.nix +++ b/pkgs/development/haskell-modules/configuration-common.nix @@ -2476,8 +2476,6 @@ self: super: { # https://github.com/kuribas/mfsolve/issues/8 mfsolve = dontCheck super.mfsolve; - knob = appendPatch ./patches/knob-ghc9.patch super.knob; - # compatibility with random-fu 0.3 https://github.com/mokus0/misfortune/pull/5 misfortune = appendPatch ./patches/misfortune-ghc9.patch (overrideCabal (drv: { revision = null; diff --git a/pkgs/development/haskell-modules/configuration-ghc-9.2.x.nix b/pkgs/development/haskell-modules/configuration-ghc-9.2.x.nix index 1633f01b875b..a82849d9aed9 100644 --- a/pkgs/development/haskell-modules/configuration-ghc-9.2.x.nix +++ b/pkgs/development/haskell-modules/configuration-ghc-9.2.x.nix @@ -61,8 +61,6 @@ self: super: { # Tests fail in GHC 9.2 extra = dontCheck super.extra; - knob = appendPatch ./patches/knob-ghc9.patch super.knob; - # Jailbreaks & Version Updates # This `doJailbreak` can be removed once we have doctest v0.20 diff --git a/pkgs/development/haskell-modules/patches/knob-ghc9.patch b/pkgs/development/haskell-modules/patches/knob-ghc9.patch deleted file mode 100644 index 9316f1c29d31..000000000000 --- a/pkgs/development/haskell-modules/patches/knob-ghc9.patch +++ /dev/null @@ -1,62 +0,0 @@ -diff --git a/knob.cabal b/knob.cabal -index a8abae0..45bd5c7 100644 ---- a/knob.cabal -+++ b/knob.cabal -@@ -52,7 +52,7 @@ library - ghc-options: -Wall -O2 - - build-depends: -- base >= 4.2 && < 4.15 -+ base >= 4.2 && < 5 - , bytestring >= 0.9 - , transformers >= 0.2 - -diff --git a/lib/Data/Knob.hs b/lib/Data/Knob.hs -index fa87ad2..f01d0a7 100644 ---- a/lib/Data/Knob.hs -+++ b/lib/Data/Knob.hs -@@ -1,4 +1,4 @@ --{-# LANGUAGE DeriveDataTypeable #-} -+{-# LANGUAGE DeriveDataTypeable, DeriveAnyClass #-} - - -- | - -- Module: Data.Knob -@@ -58,7 +58,7 @@ import qualified System.IO as IO - newtype Knob = Knob (MVar.MVar ByteString) - - data Device = Device IO.IOMode (MVar.MVar ByteString) (MVar.MVar Int) -- deriving (Typeable) -+ deriving (Typeable, IO.RawIO) - - instance IO.IODevice Device where - ready _ _ _ = return True -@@ -68,21 +68,21 @@ instance IO.IODevice Device where - - seek (Device _ _ var) IO.AbsoluteSeek off = do - checkOffset off -- MVar.modifyMVar_ var (\_ -> return (fromInteger off)) -- -+ MVar.modifyMVar var (\_ -> return (fromInteger off, off)) -+ - seek (Device _ _ var) IO.RelativeSeek off = do -- MVar.modifyMVar_ var (\old_off -> do -+ MVar.modifyMVar var (\old_off -> do - let new_off = toInteger old_off + off - checkOffset new_off -- return (fromInteger new_off)) -- -+ return (fromInteger new_off, new_off)) -+ - seek dev@(Device _ _ off_var) IO.SeekFromEnd off = do -- MVar.modifyMVar_ off_var (\_ -> do -+ MVar.modifyMVar off_var (\_ -> do - size <- IO.getSize dev - let new_off = size + off - checkOffset new_off -- return (fromInteger new_off)) -- -+ return (fromInteger new_off, new_off)) -+ - tell (Device _ _ var) = fmap toInteger (MVar.readMVar var) - getSize (Device _ var _) = do - bytes <- MVar.readMVar var From e63b736b1be211c39d38e3419022760c4dc41042 Mon Sep 17 00:00:00 2001 From: sternenseemann Date: Sat, 26 Mar 2022 22:25:05 +0100 Subject: [PATCH 222/238] haskellPackages.git-annex: update sha256 for 10.20220322 Also drop aeson 2.0 patch included in this release. --- .../haskell-modules/configuration-common.nix | 17 +---------------- 1 file changed, 1 insertion(+), 16 deletions(-) diff --git a/pkgs/development/haskell-modules/configuration-common.nix b/pkgs/development/haskell-modules/configuration-common.nix index 625912d25f71..329874b75a7f 100644 --- a/pkgs/development/haskell-modules/configuration-common.nix +++ b/pkgs/development/haskell-modules/configuration-common.nix @@ -93,7 +93,7 @@ self: super: { name = "git-annex-${super.git-annex.version}-src"; url = "git://git-annex.branchable.com/"; rev = "refs/tags/" + super.git-annex.version; - sha256 = "1f656rcc6z3jp1n7hh4bczj3inahg1asayxc93vzk3im28a8gr2f"; + sha256 = "066gs2lkkiz9z9n6rjg33wmgi04qmn6xpnx86j0x3d56r1110id4"; # delete android and Android directories which cause issues on # darwin (case insensitive directory). Since we don't need them # during the build process, we can delete it to prevent a hash @@ -103,21 +103,6 @@ self: super: { ''; }; - patches = drv.patches or [] ++ [ - # Intermediate, inconsequential patch we need to add so the next one applies - (fetchpatch { - name = "git-annex-enable-package-imports.patch"; - url = "https://git.joeyh.name/index.cgi/git-annex.git/patch/?id=952664641a38ee4da940c1bb8f1bf6c3e699137f"; - sha256 = "0ablfa5jh98rgpx9wd0kgjdr6j1vyqygfnsisvn45dh7f3svkhx9"; - }) - # Allows compilation with aeson >= 2.0, submitted upstream as well - (fetchpatch { - name = "git-annex-aeson-2.0.patch"; - url = "https://git.joeyh.name/index.cgi/git-annex.git/patch/?id=ca596e7c54ed08e2bec3b6b3e669ccf5ded9aff8"; - sha256 = "18m164xwx6axw50bm2c833772rqcyqk3aqzap2pzawbb5d024ss6"; - }) - ]; - # Git annex provides a restricted login shell. Setting # passthru.shellPath here allows a user's login shell to be set to # `git-annex-shell` by making `shell = haskellPackages.git-annex`. From 3388c7684ea8d34a20e96b3f9c4bc0b4c11bb6ca Mon Sep 17 00:00:00 2001 From: sternenseemann Date: Sat, 26 Mar 2022 22:31:58 +0100 Subject: [PATCH 223/238] haskellPackages.mustache: drop upstreamed patch --- .../haskell-modules/configuration-common.nix | 14 -------------- 1 file changed, 14 deletions(-) diff --git a/pkgs/development/haskell-modules/configuration-common.nix b/pkgs/development/haskell-modules/configuration-common.nix index 329874b75a7f..8bab9212d1fc 100644 --- a/pkgs/development/haskell-modules/configuration-common.nix +++ b/pkgs/development/haskell-modules/configuration-common.nix @@ -2592,20 +2592,6 @@ self: super: { }) ] super.elm2nix; - mustache = overrideCabal (drv: { - # allow building with unordered-containers 0.2.17 - patches = drv.mustache or [] ++ [ - (fetchpatch { - name = "mustache-unordered-containers-0.2.17-compat.patch"; - url = "https://github.com/JustusAdam/mustache/commit/19b97b58b35ee746fdae1fc34ba97d7967175a62.patch"; - sha256 = "02cxxmm3ymh64lzl1kp47rmfpar9358ksj0g4q963i40lg9y0g55"; - }) - ]; - # hackage revisions forbid unordered-containers 0.2.17 - editedCabalFile = null; - revision = null; - }) super.mustache; - # Fixes test suite with modern-uri 0.3.4.3, waiting for Stackage LTS to follow suit mmark = doDistribute self.mmark_0_0_7_5; From 229609de1667dacbc2662b59362c76bf4e468e63 Mon Sep 17 00:00:00 2001 From: sternenseemann Date: Sat, 26 Mar 2022 22:39:42 +0100 Subject: [PATCH 224/238] haskellPackages.cabal-install-parsers: provide Cabal 3.6 --- pkgs/development/haskell-modules/configuration-common.nix | 4 +++- pkgs/development/haskell-modules/configuration-ghc-8.10.x.nix | 3 --- pkgs/development/haskell-modules/configuration-ghc-8.8.x.nix | 3 --- 3 files changed, 3 insertions(+), 7 deletions(-) diff --git a/pkgs/development/haskell-modules/configuration-common.nix b/pkgs/development/haskell-modules/configuration-common.nix index 8bab9212d1fc..faf80dc71af3 100644 --- a/pkgs/development/haskell-modules/configuration-common.nix +++ b/pkgs/development/haskell-modules/configuration-common.nix @@ -1285,7 +1285,9 @@ self: super: { # The test suite depends on an impure cabal-install installation in # $HOME, which we don't have in our build sandbox. - cabal-install-parsers = dontCheck super.cabal-install-parsers; + cabal-install-parsers = dontCheck (super.cabal-install-parsers.override { + Cabal = self.Cabal_3_6_3_0; + }); # 2022-03-12: Pick patches from master for compat with Stackage Nightly gitit = appendPatches [ diff --git a/pkgs/development/haskell-modules/configuration-ghc-8.10.x.nix b/pkgs/development/haskell-modules/configuration-ghc-8.10.x.nix index 2f11410661bd..dc480666ba6f 100644 --- a/pkgs/development/haskell-modules/configuration-ghc-8.10.x.nix +++ b/pkgs/development/haskell-modules/configuration-ghc-8.10.x.nix @@ -46,9 +46,6 @@ self: super: { Cabal = self.Cabal_3_6_3_0; }); - # cabal-install-parsers is written for Cabal 3.6 - cabal-install-parsers = super.cabal-install-parsers.override { Cabal = super.Cabal_3_6_3_0; }; - # Pick right versions for GHC-specific packages ghc-api-compat = doDistribute self.ghc-api-compat_8_10_7; diff --git a/pkgs/development/haskell-modules/configuration-ghc-8.8.x.nix b/pkgs/development/haskell-modules/configuration-ghc-8.8.x.nix index 0ff1294c1dbf..c0e9b7aab5ae 100644 --- a/pkgs/development/haskell-modules/configuration-ghc-8.8.x.nix +++ b/pkgs/development/haskell-modules/configuration-ghc-8.8.x.nix @@ -96,9 +96,6 @@ self: super: { # of issues with Cabal 3.x. darcs = dontDistribute super.darcs; - # The package needs the latest Cabal version. - cabal-install-parsers = super.cabal-install-parsers.overrideScope (self: super: { Cabal = self.Cabal_3_6_3_0; }); - # cabal-fmt requires Cabal3 cabal-fmt = super.cabal-fmt.override { Cabal = self.Cabal_3_2_1_0; }; From b4e65fc3d7baa1ffe8dd80320f504bb3c333283a Mon Sep 17 00:00:00 2001 From: sternenseemann Date: Sat, 26 Mar 2022 23:19:00 +0100 Subject: [PATCH 225/238] haskellPackages.geojson: disable test suite failing to compile --- pkgs/development/haskell-modules/configuration-common.nix | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/pkgs/development/haskell-modules/configuration-common.nix b/pkgs/development/haskell-modules/configuration-common.nix index faf80dc71af3..d185742349c6 100644 --- a/pkgs/development/haskell-modules/configuration-common.nix +++ b/pkgs/development/haskell-modules/configuration-common.nix @@ -2597,4 +2597,8 @@ self: super: { # Fixes test suite with modern-uri 0.3.4.3, waiting for Stackage LTS to follow suit mmark = doDistribute self.mmark_0_0_7_5; + # Test suite doesn't support hspec 2.8 + # https://github.com/zellige/hs-geojson/issues/29 + geojson = dontCheck super.geojson; + } // import ./configuration-tensorflow.nix {inherit pkgs haskellLib;} self super From f9268040166a01420d396cff7c5fb8b5113a202b Mon Sep 17 00:00:00 2001 From: sternenseemann Date: Sun, 27 Mar 2022 00:12:31 +0100 Subject: [PATCH 226/238] haskellPackages.sbv: provide new solvers for version 8.17 * Newly added are bitwuzla and cvc5 (unpackaged at the moment) * Refactor sed expression disabling solves we don't provide in the test suite. * Stop conditionally disabling z3 solver on aarch64, seems there is no reason for it anymore. --- .../haskell-modules/configuration-nix.nix | 16 +++++++++------- 1 file changed, 9 insertions(+), 7 deletions(-) diff --git a/pkgs/development/haskell-modules/configuration-nix.nix b/pkgs/development/haskell-modules/configuration-nix.nix index fb2ceab823ff..32108a0b7182 100644 --- a/pkgs/development/haskell-modules/configuration-nix.nix +++ b/pkgs/development/haskell-modules/configuration-nix.nix @@ -482,19 +482,21 @@ self: super: builtins.intersectAttrs super { # The tests expect additional solvers on the path, replace the # available ones also with hard coded paths, and remove the missing # ones from the test. + # TODO(@sternenseemann): package cvc5 and re-enable tests sbv = overrideCabal (drv: { postPatch = '' sed -i -e 's|"abc"|"${pkgs.abc-verifier}/bin/abc"|' Data/SBV/Provers/ABC.hs + sed -i -e 's|"bitwuzla"|"${pkgs.bitwuzla}/bin/bitwuzla"|' Data/SBV/Provers/Bitwuzla.hs sed -i -e 's|"boolector"|"${pkgs.boolector}/bin/boolector"|' Data/SBV/Provers/Boolector.hs + sed -i -e 's|"cvc4"|"${pkgs.cvc4}/bin/cvc4"|' Data/SBV/Provers/CVC4.hs sed -i -e 's|"yices-smt2"|"${pkgs.yices}/bin/yices-smt2"|' Data/SBV/Provers/Yices.hs sed -i -e 's|"z3"|"${pkgs.z3}/bin/z3"|' Data/SBV/Provers/Z3.hs - '' + (if pkgs.stdenv.isAarch64 then '' - sed -i -e 's|\[abc, boolector, cvc4, mathSAT, yices, z3, dReal\]|[abc, boolector, yices, z3]|' SBVTestSuite/SBVConnectionTest.hs - '' - else '' - sed -i -e 's|"cvc4"|"${pkgs.cvc4}/bin/cvc4"|' Data/SBV/Provers/CVC4.hs - sed -i -e 's|\[abc, boolector, cvc4, mathSAT, yices, z3, dReal\]|[abc, boolector, cvc4, yices, z3]|' SBVTestSuite/SBVConnectionTest.hs - ''); + + # Solvers we don't provide are removed from tests + sed -i -e 's|, cvc5||' SBVTestSuite/SBVConnectionTest.hs + sed -i -e 's|, mathSAT||' SBVTestSuite/SBVConnectionTest.hs + sed -i -e 's|, dReal||' SBVTestSuite/SBVConnectionTest.hs + ''; }) super.sbv; # The test-suite requires a running PostgreSQL server. From 4ed08031db4a77a577dc1a8c27310bdb54fa25a4 Mon Sep 17 00:00:00 2001 From: sternenseemann Date: Sun, 27 Mar 2022 11:10:34 +0200 Subject: [PATCH 227/238] haskellPackages.mattermost-api: build with aeson 1.5 This applies the same override as achieved via overrideScope from matterhorn also for the mattermost-api attribute. --- pkgs/development/haskell-modules/configuration-common.nix | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/pkgs/development/haskell-modules/configuration-common.nix b/pkgs/development/haskell-modules/configuration-common.nix index c3fc23815d57..271c2acd7eb1 100644 --- a/pkgs/development/haskell-modules/configuration-common.nix +++ b/pkgs/development/haskell-modules/configuration-common.nix @@ -326,6 +326,7 @@ self: super: { lensref = dontCheck super.lensref; lvmrun = disableHardening ["format"] (dontCheck super.lvmrun); matplotlib = dontCheck super.matplotlib; + # https://github.com/matterhorn-chat/matterhorn/issues/679 they do not want to be on stackage matterhorn = doJailbreak (super.matterhorn.overrideScope (self: super: { brick = self.brick_0_64_2; @@ -333,6 +334,10 @@ self: super: { # https://github.com/matterhorn-chat/matterhorn/issues/759 aeson = self.aeson_1_5_6_0; })); + mattermost-api = super.mattermost-api.override { + aeson = self.aeson_1_5_6_0; + }; + memcache = dontCheck super.memcache; metrics = dontCheck super.metrics; milena = dontCheck super.milena; From 1f57d3e7224290eebda23fa1c79718d6b8361574 Mon Sep 17 00:00:00 2001 From: sternenseemann Date: Sun, 27 Mar 2022 12:11:28 +0200 Subject: [PATCH 228/238] nix-linter: 0.2.0.3 -> 0.2.0.4 --- pkgs/development/haskell-modules/configuration-common.nix | 5 +++++ pkgs/development/tools/analysis/nix-linter/default.nix | 6 +++--- 2 files changed, 8 insertions(+), 3 deletions(-) diff --git a/pkgs/development/haskell-modules/configuration-common.nix b/pkgs/development/haskell-modules/configuration-common.nix index 271c2acd7eb1..8c2e5c32df13 100644 --- a/pkgs/development/haskell-modules/configuration-common.nix +++ b/pkgs/development/haskell-modules/configuration-common.nix @@ -2596,6 +2596,11 @@ self: super: { # Fixes test suite with modern-uri 0.3.4.3, waiting for Stackage LTS to follow suit mmark = doDistribute self.mmark_0_0_7_5; + # https://github.com/Synthetica9/nix-linter/issues/65 + nix-linter = super.nix-linter.overrideScope (self: super: { + aeson = self.aeson_1_5_6_0; + }); + # Test suite doesn't support hspec 2.8 # https://github.com/zellige/hs-geojson/issues/29 geojson = dontCheck super.geojson; diff --git a/pkgs/development/tools/analysis/nix-linter/default.nix b/pkgs/development/tools/analysis/nix-linter/default.nix index 1a6539520d73..cd3374262370 100644 --- a/pkgs/development/tools/analysis/nix-linter/default.nix +++ b/pkgs/development/tools/analysis/nix-linter/default.nix @@ -21,13 +21,13 @@ mkDerivation rec { pname = "nix-linter"; - version = "0.2.0.3"; + version = "0.2.0.4"; src = fetchFromGitHub { owner = "Synthetica9"; repo = "nix-linter"; - rev = "38c4a14681cf3a1e6f098d8b723db503910a28d8"; - sha256 = "16igk4xnm4mg9mw0zg2zk6s44axia3fs6334fasvjy0c7cjwk4c7"; + rev = "ecdd50750fd3ffaff83c0637474b884a0c38f8b9"; + sha256 = "0hm6iaamh1wlvqk8z4yfh4idgbclbsimxhlgflwz2hnv9mm12sf1"; }; isLibrary = false; From 6da02123602069ced56d0c733658a4fd509b6964 Mon Sep 17 00:00:00 2001 From: sternenseemann Date: Mon, 28 Mar 2022 13:10:21 +0200 Subject: [PATCH 229/238] taffybar: build using GHC 8.10.7 taffybar's GHC 9.0 patches are unreleased and not easy to backport. --- .../haskell-modules/configuration-ghc-8.10.x.nix | 2 ++ pkgs/top-level/all-packages.nix | 6 ++++-- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/pkgs/development/haskell-modules/configuration-ghc-8.10.x.nix b/pkgs/development/haskell-modules/configuration-ghc-8.10.x.nix index dc480666ba6f..466db68e2497 100644 --- a/pkgs/development/haskell-modules/configuration-ghc-8.10.x.nix +++ b/pkgs/development/haskell-modules/configuration-ghc-8.10.x.nix @@ -116,4 +116,6 @@ self: super: { mysql-simple = addBuildDepends [ self.blaze-textual ] super.mysql-simple; + + taffybar = markUnbroken (doDistribute super.taffybar); } diff --git a/pkgs/top-level/all-packages.nix b/pkgs/top-level/all-packages.nix index 046766fa6223..2075d14826ae 100644 --- a/pkgs/top-level/all-packages.nix +++ b/pkgs/top-level/all-packages.nix @@ -29412,8 +29412,10 @@ with pkgs; # customConfig = builtins.readFile ./tabbed.config.h; }; - taffybar = callPackage ../applications/window-managers/taffybar { - inherit (haskellPackages) ghcWithPackages taffybar; + # Use GHC 9.0 when this asserts starts to fire + taffybar = assert haskellPackages.taffybar.version == "3.3.0"; + callPackage ../applications/window-managers/taffybar { + inherit (haskell.packages.ghc8107) ghcWithPackages taffybar; }; tagainijisho = callPackage ../applications/office/tagainijisho {}; From 6aa03ecb26c8010a4707ff0450d7cdc191d11c0a Mon Sep 17 00:00:00 2001 From: Malte Brandy Date: Mon, 28 Mar 2022 17:56:26 +0200 Subject: [PATCH 230/238] haskellPackages: mark builds failing on hydra as broken This commit has been generated by maintainers/scripts/haskell/mark-broken.sh --- .../configuration-hackage2nix/broken.yaml | 30 +++++ .../transitive-broken.yaml | 64 ++++++++- .../haskell-modules/hackage-packages.nix | 122 +++++++++++++++++- 3 files changed, 210 insertions(+), 6 deletions(-) diff --git a/pkgs/development/haskell-modules/configuration-hackage2nix/broken.yaml b/pkgs/development/haskell-modules/configuration-hackage2nix/broken.yaml index 60f44ccaf1f8..6b110b01ca25 100644 --- a/pkgs/development/haskell-modules/configuration-hackage2nix/broken.yaml +++ b/pkgs/development/haskell-modules/configuration-hackage2nix/broken.yaml @@ -187,6 +187,7 @@ broken-packages: - arbor-monad-logger - arbor-monad-metric - arbor-postgres + - arch-hs - archiver - archlinux - archnews @@ -214,6 +215,7 @@ broken-packages: - asap - ascii85-conduit - ascii-flatten + - ascii-numbers - ascii-string - ascii-vector-avc - asil @@ -450,6 +452,7 @@ broken-packages: - botpp - bottom - boundingboxes + - bower-json - bowntz - bpath - braid @@ -564,6 +567,7 @@ broken-packages: - call-alloy - cal-layout - call-haskell-from-anything + - camfort - canon - canonical-filepath - canonical-json @@ -1066,6 +1070,7 @@ broken-packages: - dhall-check - dhall-csv - dhall-fly + - dhall-text - dhall-to-cabal - dhrun - dia-base @@ -1256,6 +1261,7 @@ broken-packages: - ekg-statsd - elevator - elision + - elm-export-persistent - elminator - elm-street - elm-websocket @@ -1691,6 +1697,7 @@ broken-packages: - gingersnap - ginsu - giphy-api + - gi-rsvg - gist - GiST - git @@ -1827,6 +1834,7 @@ broken-packages: - h2048 - h2c - haar + - HABQT - hack2-handler-warp - hackage2hwn - hackage-api @@ -2531,6 +2539,7 @@ broken-packages: - hylolib - hyperdrive - hyperfunctions + - hyper-haskell-server - hyperion - hyperloglogplus - hyperscript @@ -2582,6 +2591,7 @@ broken-packages: - impossible - imprint - indentation-core + - index-core - indexed-containers - indexed-do-notation - indextype @@ -2830,6 +2840,7 @@ broken-packages: - lambdatex - lambda-toolbox - lame + - lame-tester - language-asn - language-c-comments - language-c-inline @@ -2901,6 +2912,7 @@ broken-packages: - lens-text-encoding - lens-th-rewrite - lens-time + - lens-tutorial - lens-typelevel - lens-xml - less-arbitrary @@ -2968,6 +2980,7 @@ broken-packages: - linux-perf - linx-gateway - lipsum-gen + - liquid - liquidhaskell-cabal - Liquorice - list-fusion-probe @@ -3210,6 +3223,7 @@ broken-packages: - mltool - ml-w - mm2 + - mmark-ext - mmsyn2 - mmsyn3 - mmtf @@ -3292,6 +3306,7 @@ broken-packages: - morpheus-graphql-core - morphisms-functors - morphisms-objects + - morte - mosaico-lib - motor - mount @@ -3344,6 +3359,7 @@ broken-packages: - mustache2hs - mustache-haskell - mutable-lens + - mvc - mxnet - mxnet-nnvm - myanimelist-export @@ -3407,6 +3423,7 @@ broken-packages: - netclock - netcore - netease-fm + - net-mqtt - netrium - NetSNMP - netspec @@ -3590,6 +3607,7 @@ broken-packages: - options-time - optparse-applicative-simple - optparse-helper + - orbits - orc - orchestrate - OrchestrateDB @@ -4048,6 +4066,7 @@ broken-packages: - pure-io - pure-priority-queue - purescript-ast + - purescript-cst - pure-zlib - pushbullet - pushbullet-types @@ -4212,6 +4231,7 @@ broken-packages: - regex-posix-unittest - regexpr-symbolic - regexqq + - regex-rure - regex-tdfa-pipes - regex-tdfa-quasiquoter - regex-tdfa-rc @@ -4365,6 +4385,7 @@ broken-packages: - satyros - savage - sax + - sbvPlugin - sc2-proto - scale - scaleimage @@ -4391,6 +4412,7 @@ broken-packages: - scotty-tls - scotty-view - scrapbook-core + - scrape-changes - ScratchFs - script-monad - scrobble @@ -4480,6 +4502,7 @@ broken-packages: - servant-wasm - servant-yaml - servant-zeppelin + - server-generic - serversession-backend-persistent - serversession-backend-redis - serversession-frontend-yesod @@ -4872,6 +4895,7 @@ broken-packages: - supplemented - surjective - sv2v + - sv-core - svfactor - svg-builder-fork - svgutils @@ -5015,6 +5039,7 @@ broken-packages: - text-and-plots - text-ascii - text-containers + - text-format - text-format-heavy - text-icu-normalized - text-lens @@ -5329,6 +5354,7 @@ broken-packages: - urxml - useragents - users-persistent + - utc - utf - utf8-conversions - utf8-prelude @@ -5480,6 +5506,7 @@ broken-packages: - web3-ipfs - webapi - webapp + - webauthn - WebBits - webby - webcloud @@ -5529,6 +5556,7 @@ broken-packages: - wiring - witty - wkt + - wkt-geom - WL500gPLib - wl-pprint-extras - WMSigner @@ -5645,6 +5673,7 @@ broken-packages: - yandex-translate - yaop - yapb + - yarn2nix - yarr - yasi - yate @@ -5708,6 +5737,7 @@ broken-packages: - yhccore - yhseq - yices + - yi-core - yoda - Yogurt - yst diff --git a/pkgs/development/haskell-modules/configuration-hackage2nix/transitive-broken.yaml b/pkgs/development/haskell-modules/configuration-hackage2nix/transitive-broken.yaml index cabd5fec3568..71775add849e 100644 --- a/pkgs/development/haskell-modules/configuration-hackage2nix/transitive-broken.yaml +++ b/pkgs/development/haskell-modules/configuration-hackage2nix/transitive-broken.yaml @@ -608,6 +608,7 @@ dont-distribute-packages: - animate-frames - animate-preview - animate-sdl2 + - annah - anonymous-sums-tests - antagonist - anticiv @@ -661,6 +662,7 @@ dont-distribute-packages: - arraylist - ascii-cows - ascii-table + - ascii_1_1_2_0 - asic - asif - assert4hs-hspec @@ -699,13 +701,13 @@ dont-distribute-packages: - aviation-cessna172-weight-balance - aviation-navigation - aviation-weight-balance - - avro-piper - awesomium - awesomium-glut - aws-configuration-tools - aws-dynamodb-conduit - aws-dynamodb-streams - aws-easy + - aws-ec2-knownhosts - aws-elastic-transcoder - aws-kinesis - aws-kinesis-client @@ -871,7 +873,9 @@ dont-distribute-packages: - cabal2arch - cabalmdvrpm - cabalrpmdeps + - cabocha - cake + - cake3 - cakyrespa - cal3d-examples - cal3d-opengl @@ -1217,6 +1221,7 @@ dont-distribute-packages: - dia-functions - diagrams-haddock - diagrams-html5 + - diagrams-input - diagrams-pandoc - diagrams-reflex - diagrams-wx @@ -1279,6 +1284,8 @@ dont-distribute-packages: - dom-parser - dormouse-client - doublezip + - dovetail + - dovetail-aeson - dow - download-media-content - dph-examples @@ -1295,6 +1302,7 @@ dont-distribute-packages: - dtd - dtw - dumb-cas + - duplo - dvda - dynamic-cabal - dynamic-plot @@ -1535,6 +1543,7 @@ dont-distribute-packages: - gbu - gdax - gdiff-ig + - gedcom - geek - geek-server - gelatin-freetype2 @@ -1943,6 +1952,7 @@ dont-distribute-packages: - hashes - hashflare - hask-home + - haskades - haskdeep - haskeem - haskell-aliyun @@ -2084,6 +2094,7 @@ dont-distribute-packages: - hesh - hesql - heterolist + - hevm - hevolisa - hevolisa-dph - hexpat-conduit @@ -2110,6 +2121,7 @@ dont-distribute-packages: - hinvaders - hinze-streams - hipbot + - hipe - hipsql-client - hipsql-server - hirt @@ -2262,8 +2274,8 @@ dont-distribute-packages: - hw-all - hw-aws-sqs-conduit - hw-json + - hw-json-demo - hw-json-lens - - hw-kafka-avro - hw-uri - hworker-ses - hwormhole @@ -2384,6 +2396,7 @@ dont-distribute-packages: - ixset-typed-hashable-instance - iyql - j2hs + - jacinda - jail - java-bridge-extras - java-character @@ -2397,6 +2410,7 @@ dont-distribute-packages: - jmacro-rpc-happstack - jmacro-rpc-snap - jmonkey + - jobqueue - join - jordan-openapi - jsaddle-hello @@ -2431,6 +2445,7 @@ dont-distribute-packages: - kansas-lava-papilio - kansas-lava-shake - karakuri + - karps - katip-elasticsearch - katip-raven - katip-rollbar @@ -2473,6 +2488,7 @@ dont-distribute-packages: - koji-install - koji-tool - korfu + - krapsh - ks-test - kubernetes-client - kure-your-boilerplate @@ -2512,8 +2528,8 @@ dont-distribute-packages: - language-python-colour - language-qux - language-spelling - - large-records - lat + - latest-npm-version - latex-formulae-hakyll - latex-formulae-pandoc - latex-svg-hakyll @@ -2621,9 +2637,11 @@ dont-distribute-packages: - lojysamban - lol-apps - lol-benches + - lol-calculus - lol-cpp - lol-repa - lol-tests + - lol-typing - loli - loop-effin - lorentz @@ -2718,6 +2736,7 @@ dont-distribute-packages: - micro-gateway - microformats2-parser - microformats2-types + - micrologger - midimory - mighttpd - migrant-hdbc @@ -2737,6 +2756,7 @@ dont-distribute-packages: - mixed-strategies - mkbndl - mlist + - mmark-cli - mmsyn4 - mmsyn6ukr - mmsyn6ukr-array @@ -2832,6 +2852,7 @@ dont-distribute-packages: - musicxml2 - mutable-iter - mute-unmute + - mvc-updates - mvclient - mwc-random-accelerate - mxnet-dataiter @@ -2855,6 +2876,8 @@ dont-distribute-packages: - nero-wai - nero-warp - nested-routes + - net-mqtt-lens + - net-mqtt-rpc - net-spider-cli - net-spider-pangraph - net-spider-rpl @@ -2883,6 +2906,7 @@ dont-distribute-packages: - newsynth - ngrams-loader - ngx-export-tools-extra + - nicovideo-translator - nikepub - nirum - nix-thunk @@ -3040,6 +3064,7 @@ dont-distribute-packages: - phonetic-languages-simplified-properties-lists-double - phonetic-languages-ukrainian - phooey + - pia-forward - pianola - pier - ping @@ -3146,6 +3171,7 @@ dont-distribute-packages: - protobuf-native - protocol-buffers-descriptor-fork - proton + - psc-ide - psql - ptera - ptera-core @@ -3157,7 +3183,10 @@ dont-distribute-packages: - puppetresources - pure-cdb - pure-priority-queue-tests + - purenix + - purescript - purescript-iso + - purescript-tsd-gen - pursuit-client - push-notify - push-notify-apn @@ -3342,6 +3371,7 @@ dont-distribute-packages: - rfc-redis - rfc-servant - rhythm-game-tutorial + - rib - ribosome - ribosome-root - ribosome-test @@ -3390,6 +3420,7 @@ dont-distribute-packages: - safe-coloured-text-gen - safe-coloured-text-layout - safe-coloured-text-layout-gen + - safe-coupling - safe-plugins - safer-file-handles - safer-file-handles-bytestring @@ -3498,6 +3529,8 @@ dont-distribute-packages: - servant-swagger-tags - servant-to-elm - servant-typescript + - servant-util + - servant-util-beam-pg - servant-waargonaut - servant-zeppelin-client - servant-zeppelin-server @@ -3614,6 +3647,7 @@ dont-distribute-packages: - soundgen - source-code-server - spade + - spago - sparkle - sparrow - sparsebit @@ -3700,6 +3734,8 @@ dont-distribute-packages: - supercollider-ht - supercollider-midi - superconstraints + - sv + - sv-cassava - sv-svfactor - svg2q - svgone @@ -3741,6 +3777,7 @@ dont-distribute-packages: - syntaxnet-haskell - synthesizer-llvm - sys-process + - systemstats - t3-client - ta - tag-stream @@ -3782,6 +3819,7 @@ dont-distribute-packages: - test-sandbox-compose - test-simple - testbench + - text-all - text-generic-pretty - text-json-qq - text-locale-encoding @@ -3871,6 +3909,7 @@ dont-distribute-packages: - trurl - tsession-happstack - tsweb + - ttn-client - tuntap-simple - tup-functor - tuple-ops @@ -3946,6 +3985,7 @@ dont-distribute-packages: - urbit-airlock - urbit-api - ureader + - urembed - uri-enumerator - uri-enumerator-file - urlpath @@ -4145,6 +4185,23 @@ dont-distribute-packages: - yesod-routes-typescript - yesod-session-redis - yesod-worker + - yi + - yi-contrib + - yi-dynamic-configuration + - yi-frontend-pango + - yi-frontend-vty + - yi-fuzzy-open + - yi-ireader + - yi-keymap-cua + - yi-keymap-emacs + - yi-keymap-vim + - yi-misc-modes + - yi-mode-haskell + - yi-mode-javascript + - yi-monokai + - yi-snippet + - yi-solarized + - yi-spolsky - yjftp - yjftp-libs - yoko @@ -4154,6 +4211,7 @@ dont-distribute-packages: - yuuko - z85 - zasni-gerna + - zephyr - zephyr-copilot - zeromq3-conduit - zeromq3-haskell diff --git a/pkgs/development/haskell-modules/hackage-packages.nix b/pkgs/development/haskell-modules/hackage-packages.nix index 9a0eb2e57371..e7a5d66967d0 100644 --- a/pkgs/development/haskell-modules/hackage-packages.nix +++ b/pkgs/development/haskell-modules/hackage-packages.nix @@ -7819,6 +7819,8 @@ self: { ]; description = "Hierarchical adaptive Bayesian quantum tomography for quantum bits"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "HARM" = callPackage @@ -30745,6 +30747,7 @@ self: { ]; description = "Medium-level language that desugars to Morte"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; maintainers = with lib.maintainers; [ Gabriel439 ]; }) {}; @@ -32963,6 +32966,8 @@ self: { ]; description = "Distribute hackage packages to archlinux"; license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "arch-web" = callPackage @@ -34189,6 +34194,8 @@ self: { ]; description = "ASCII representations of numbers"; license = lib.licenses.asl20; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "ascii-predicates" = callPackage @@ -37082,7 +37089,6 @@ self: { ]; description = "Tool for decoding avro"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; }) {}; "avwx" = callPackage @@ -37425,6 +37431,7 @@ self: { ]; description = "Capture and manage AWS EC2 known_host pubkeys"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; }) {}; "aws-elastic-transcoder" = callPackage @@ -46808,6 +46815,8 @@ self: { ]; description = "Read bower.json from Haskell"; license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "bowntz" = callPackage @@ -51296,6 +51305,7 @@ self: { librarySystemDepends = [ cabocha ]; testHaskellDepends = [ base text-format ]; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; }) {cabocha = null;}; "cache" = callPackage @@ -51716,6 +51726,7 @@ self: { ]; description = "Third cake the Makefile EDSL"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; }) {}; "cakyrespa" = callPackage @@ -52070,6 +52081,8 @@ self: { "aarch64-darwin" "armv7l-linux" "i686-linux" "x86_64-darwin" "x86_64-linux" ]; + hydraPlatforms = lib.platforms.none; + broken = true; }) {inherit (pkgs) flint;}; "camh" = callPackage @@ -77129,7 +77142,9 @@ self: { ]; description = "Template text using Dhall"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; maintainers = with lib.maintainers; [ Gabriel439 ]; + broken = true; }) {}; "dhall-to-cabal" = callPackage @@ -77696,6 +77711,7 @@ self: { ]; description = "Parse raster and SVG files for diagrams"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; }) {}; "diagrams-lib" = callPackage @@ -82410,6 +82426,7 @@ self: { ]; description = "A PureScript interpreter with a Haskell FFI"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; }) {}; "dovetail-aeson" = callPackage @@ -82426,6 +82443,7 @@ self: { ]; description = "Use Aeson from your Dovetail programs"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; }) {}; "dovin" = callPackage @@ -83689,6 +83707,7 @@ self: { ]; description = "Frontend development build tool"; license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; }) {}; "dura" = callPackage @@ -86320,7 +86339,9 @@ self: { ]; description = "elm-export persistent entities"; license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; maintainers = with lib.maintainers; [ jb55 ]; + broken = true; }) {}; "elm-get" = callPackage @@ -102454,6 +102475,7 @@ self: { testHaskellDepends = [ base hspec megaparsec text-all ]; description = "Parser for the GEDCOM genealogy file format"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; }) {}; "geek" = callPackage @@ -108201,6 +108223,8 @@ self: { libraryPkgconfigDepends = [ librsvg ]; description = "librsvg bindings"; license = lib.licenses.lgpl21Only; + hydraPlatforms = lib.platforms.none; + broken = true; }) {inherit (pkgs) librsvg;}; "gi-secret" = callPackage @@ -122744,6 +122768,7 @@ self: { ]; description = "Utility to generate bindings for BlackBerry Cascades"; license = "unknown"; + hydraPlatforms = lib.platforms.none; }) {}; "haskakafka" = callPackage @@ -131337,6 +131362,7 @@ self: { testSystemDepends = [ secp256k1 ]; description = "Ethereum virtual machine evaluator"; license = lib.licenses.agpl3Only; + hydraPlatforms = lib.platforms.none; }) {inherit (pkgs) libff; inherit (pkgs) secp256k1;}; "hevolisa" = callPackage @@ -133832,6 +133858,7 @@ self: { ]; description = "Support for reading and writing ipe7 files (http://ipe7.sourceforge.net)"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; }) {}; "hips" = callPackage @@ -148895,6 +148922,7 @@ self: { doHaddock = false; description = "Memory efficient JSON parser"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; }) {}; "hw-json-lens" = callPackage @@ -149148,7 +149176,6 @@ self: { testHaskellDepends = [ base hedgehog hspec hw-hspec-hedgehog ]; description = "Avro support for Kafka infrastructure"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; }) {}; "hw-kafka-client" = callPackage @@ -150875,6 +150902,8 @@ self: { ]; description = "Server back-end for the HyperHaskell graphical Haskell interpreter"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "hyperdrive" = callPackage @@ -153678,7 +153707,9 @@ self: { libraryHaskellDepends = [ base ]; description = "Indexed Types"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; maintainers = with lib.maintainers; [ Gabriel439 ]; + broken = true; }) {}; "indexation" = callPackage @@ -158052,6 +158083,7 @@ self: { doHaddock = false; description = "Functional, expression-oriented data processing language"; license = lib.licenses.agpl3Only; + hydraPlatforms = lib.platforms.none; maintainers = with lib.maintainers; [ sternenseemann ]; }) {}; @@ -158916,6 +158948,7 @@ self: { ]; description = "A job queue library"; license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; }) {}; "jobs-ui" = callPackage @@ -161607,6 +161640,7 @@ self: { ]; description = "Haskell bindings for Spark Dataframes and Datasets"; license = lib.licenses.asl20; + hydraPlatforms = lib.platforms.none; }) {}; "karver" = callPackage @@ -163875,6 +163909,7 @@ self: { ]; description = "Haskell bindings for Spark Dataframes and Datasets"; license = lib.licenses.asl20; + hydraPlatforms = lib.platforms.none; }) {}; "krpc" = callPackage @@ -165231,6 +165266,8 @@ self: { testHaskellDepends = [ bizzlelude containers tasty tasty-hunit ]; description = "A strange and unnecessary selective test-running library"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "lang" = callPackage @@ -166862,7 +166899,6 @@ self: { ]; description = "Efficient compilation for large records, linear in the size of the record"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; }) {}; "largeword" = callPackage @@ -166930,6 +166966,7 @@ self: { ]; description = "Find the latest version of a package on npm"; license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; }) {}; "latex" = callPackage @@ -168749,7 +168786,9 @@ self: { testHaskellDepends = [ base doctest ]; description = "Tutorial for the lens library"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; maintainers = with lib.maintainers; [ Gabriel439 ]; + broken = true; }) {}; "lens-typelevel" = callPackage @@ -172024,6 +172063,8 @@ self: { benchmarkHaskellDepends = [ aeson attoparsec base criterion text ]; description = "Liquid template language library"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "liquid-base" = callPackage @@ -174708,6 +174749,7 @@ self: { ]; description = "Calculus for LOL (λω language)"; license = lib.licenses.gpl3Only; + hydraPlatforms = lib.platforms.none; }) {}; "lol-cpp" = callPackage @@ -174792,6 +174834,7 @@ self: { ]; description = "Type inferencer for LOL (λω language)"; license = lib.licenses.gpl3Only; + hydraPlatforms = lib.platforms.none; }) {}; "loli" = callPackage @@ -182083,6 +182126,7 @@ self: { testHaskellDepends = [ aeson base hspec text ]; description = "A super simple logging module"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; }) {}; "microsoft-translator" = callPackage @@ -183813,6 +183857,7 @@ self: { ]; description = "Command line interface to the MMark markdown processor"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; }) {}; "mmark-ext" = callPackage @@ -183833,6 +183878,8 @@ self: { testToolDepends = [ hspec-discover ]; description = "Commonly useful extensions for the MMark markdown processor"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "mmorph_1_1_3" = callPackage @@ -187597,7 +187644,9 @@ self: { benchmarkHaskellDepends = [ base criterion system-filepath text ]; description = "A bare-bones calculus of constructions"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; maintainers = with lib.maintainers; [ Gabriel439 ]; + broken = true; }) {}; "mortred" = callPackage @@ -190693,7 +190742,9 @@ self: { ]; description = "Model-view-controller"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; maintainers = with lib.maintainers; [ Gabriel439 ]; + broken = true; }) {}; "mvc-updates" = callPackage @@ -190705,6 +190756,7 @@ self: { libraryHaskellDepends = [ async base foldl mvc ]; description = "Concurrent and combinable updates"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; maintainers = with lib.maintainers; [ Gabriel439 ]; }) {}; @@ -192855,6 +192907,8 @@ self: { ]; description = "An MQTT Protocol Implementation"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "net-mqtt-lens" = callPackage @@ -192871,6 +192925,7 @@ self: { ]; description = "Optics for net-mqtt"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; }) {}; "net-mqtt-rpc" = callPackage @@ -192892,6 +192947,7 @@ self: { ]; description = "Make RPC calls via an MQTT broker"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; }) {}; "net-spider" = callPackage @@ -195310,6 +195366,7 @@ self: { executableHaskellDepends = [ base ]; description = "Nico Nico Douga (ニコニコ動画) Comment Translator"; license = lib.licenses.agpl3Only; + hydraPlatforms = lib.platforms.none; }) {}; "nikepub" = callPackage @@ -201711,7 +201768,9 @@ self: { ]; description = "Types and functions for Kepler orbits"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; maintainers = with lib.maintainers; [ expipiplus1 ]; + broken = true; }) {}; "orc" = callPackage @@ -210644,6 +210703,7 @@ self: { ]; description = "Set up port forwarding with the Private Internet Access VPN service"; license = lib.licenses.gpl3Only; + hydraPlatforms = lib.platforms.none; }) {}; "pianola" = callPackage @@ -221563,6 +221623,7 @@ self: { ]; description = "Language support for the PureScript programming language"; license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; }) {}; "pseudo-boolean" = callPackage @@ -222407,6 +222468,7 @@ self: { executableHaskellDepends = [ base ]; description = "Nix backend for PureScript. Transpile PureScript code to Nix."; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; maintainers = with lib.maintainers; [ cdepillabout ]; }) {}; @@ -222501,6 +222563,7 @@ self: { doCheck = false; description = "PureScript Programming Language Compiler"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; }) {}; "purescript-ast" = callPackage @@ -222576,6 +222639,8 @@ self: { libraryToolDepends = [ happy ]; description = "PureScript Programming Language Concrete Syntax Tree"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "purescript-iso" = callPackage @@ -222628,6 +222693,7 @@ self: { ]; description = "TypeScript Declaration File (.d.ts) generator for PureScript"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; }) {}; "pursuit-client" = callPackage @@ -230478,7 +230544,9 @@ self: { testHaskellDepends = [ base bytestring tasty tasty-hunit ]; description = "Bindings to Rust's regex library"; license = lib.licenses.agpl3Only; + hydraPlatforms = lib.platforms.none; maintainers = with lib.maintainers; [ sternenseemann ]; + broken = true; }) {inherit (pkgs) rure;}; "regex-tdfa" = callPackage @@ -234104,6 +234172,7 @@ self: { ]; description = "Static site generator based on Shake"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; }) {}; "rib-core" = callPackage @@ -237156,6 +237225,7 @@ self: { testToolDepends = [ tasty-discover ]; description = "Relational proof system for probabilistic algorithms"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; }) {}; "safe-decimal" = callPackage @@ -238781,6 +238851,8 @@ self: { ]; description = "Formally prove properties of Haskell programs using SBV/SMT"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "sc2-lowlevel" = callPackage @@ -240230,6 +240302,8 @@ self: { ]; description = "Scrape websites for changes"; license = lib.licenses.gpl3Only; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "script-monad" = callPackage @@ -245349,6 +245423,7 @@ self: { testToolDepends = [ hspec-discover ]; description = "Servant servers utilities"; license = lib.licenses.mpl20; + hydraPlatforms = lib.platforms.none; }) {}; "servant-util-beam-pg" = callPackage @@ -245379,6 +245454,7 @@ self: { testToolDepends = [ hspec-discover ]; description = "Implementation of servant-util primitives for beam-postgres"; license = lib.licenses.mpl20; + hydraPlatforms = lib.platforms.none; }) {}; "servant-validate" = callPackage @@ -245598,7 +245674,9 @@ self: { ]; description = "Auto-generate a server for your datatype"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; maintainers = with lib.maintainers; [ Gabriel439 ]; + broken = true; }) {}; "serverless-haskell" = callPackage @@ -263409,6 +263487,7 @@ self: { ]; description = "Encode and decode separated values (CSV, PSV, ...)"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; }) {}; "sv-cassava" = callPackage @@ -263430,6 +263509,7 @@ self: { ]; description = "Integration to use sv with cassava's parser"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; }) {}; "sv-core" = callPackage @@ -263457,6 +263537,8 @@ self: { ]; description = "Encode and decode separated values (CSV, PSV, ...)"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "sv-svfactor" = callPackage @@ -265909,6 +265991,7 @@ self: { ]; description = "An application that regularly logs system stats for later analysis"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; }) {}; "syz" = callPackage @@ -270975,6 +271058,7 @@ self: { ]; description = "Everything Data.Text related in one package"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; }) {}; "text-and-plots" = callPackage @@ -271171,6 +271255,8 @@ self: { ]; description = "Text formatting"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "text-format-heavy" = callPackage @@ -279171,6 +279257,7 @@ self: { executableHaskellDepends = [ base text time ttn ]; description = "TheThingsNetwork client"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; maintainers = with lib.maintainers; [ sorki ]; }) {}; @@ -285105,6 +285192,7 @@ self: { ]; description = "Ur/Web static content generator"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; }) {}; "uri" = callPackage @@ -285781,7 +285869,9 @@ self: { ]; description = "A pragmatic time and date library"; license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; maintainers = with lib.maintainers; [ sternenseemann ]; + broken = true; }) {}; "utf" = callPackage @@ -293106,6 +293196,8 @@ self: { ]; description = "Relying party (server) implementation of the WebAuthn 2 specification"; license = lib.licenses.asl20; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "webby" = callPackage @@ -295042,6 +295134,8 @@ self: { ]; description = "A parser of WKT, WKB and eWKB"; license = lib.licenses.asl20; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "wl-pprint" = callPackage @@ -300337,7 +300431,9 @@ self: { ]; description = "Convert yarn.lock files to nix expressions"; license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; maintainers = with lib.maintainers; [ sternenseemann ]; + broken = true; }) {}; "yarr" = callPackage @@ -303025,6 +303121,7 @@ self: { ]; description = "Yi editor"; license = lib.licenses.gpl2Only; + hydraPlatforms = lib.platforms.none; }) {}; "yi-contrib" = callPackage @@ -303043,6 +303140,7 @@ self: { ]; description = "Add-ons to Yi, the Haskell-Scriptable Editor"; license = lib.licenses.gpl2Only; + hydraPlatforms = lib.platforms.none; }) {}; "yi-core" = callPackage @@ -303075,6 +303173,8 @@ self: { benchmarkHaskellDepends = [ base criterion deepseq yi-rope ]; description = "Yi editor core library"; license = lib.licenses.gpl2Only; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "yi-dynamic-configuration" = callPackage @@ -303091,6 +303191,7 @@ self: { ]; description = "Dynamic configuration support for Yi"; license = lib.licenses.gpl2Only; + hydraPlatforms = lib.platforms.none; }) {}; "yi-emacs-colours" = callPackage @@ -303121,6 +303222,7 @@ self: { ]; description = "Pango frontend for Yi editor"; license = lib.licenses.gpl2Only; + hydraPlatforms = lib.platforms.none; }) {}; "yi-frontend-vty" = callPackage @@ -303138,6 +303240,7 @@ self: { ]; description = "Vty frontend for Yi editor"; license = lib.licenses.gpl2Only; + hydraPlatforms = lib.platforms.none; }) {}; "yi-fuzzy-open" = callPackage @@ -303156,6 +303259,7 @@ self: { ]; description = "Fuzzy open plugin for yi"; license = lib.licenses.gpl2Only; + hydraPlatforms = lib.platforms.none; }) {}; "yi-gtk" = callPackage @@ -303183,6 +303287,7 @@ self: { ]; description = "Yi editor incremental reader"; license = lib.licenses.gpl2Only; + hydraPlatforms = lib.platforms.none; }) {}; "yi-keymap-cua" = callPackage @@ -303198,6 +303303,7 @@ self: { ]; description = "Cua keymap for Yi editor"; license = lib.licenses.gpl2Only; + hydraPlatforms = lib.platforms.none; }) {}; "yi-keymap-emacs" = callPackage @@ -303217,6 +303323,7 @@ self: { ]; description = "Emacs keymap for Yi editor"; license = lib.licenses.gpl2Only; + hydraPlatforms = lib.platforms.none; }) {}; "yi-keymap-vim" = callPackage @@ -303245,6 +303352,7 @@ self: { ]; description = "Vim keymap for Yi editor"; license = lib.licenses.gpl2Only; + hydraPlatforms = lib.platforms.none; }) {}; "yi-language" = callPackage @@ -303289,6 +303397,7 @@ self: { libraryToolDepends = [ alex ]; description = "Yi editor miscellaneous modes"; license = lib.licenses.gpl2Only; + hydraPlatforms = lib.platforms.none; }) {}; "yi-mode-haskell" = callPackage @@ -303306,6 +303415,7 @@ self: { libraryToolDepends = [ alex ]; description = "Yi editor haskell mode"; license = lib.licenses.gpl2Only; + hydraPlatforms = lib.platforms.none; }) {}; "yi-mode-javascript" = callPackage @@ -303326,6 +303436,7 @@ self: { libraryToolDepends = [ alex ]; description = "Yi editor javascript mode"; license = lib.licenses.gpl2Only; + hydraPlatforms = lib.platforms.none; }) {}; "yi-monokai" = callPackage @@ -303337,6 +303448,7 @@ self: { libraryHaskellDepends = [ base yi ]; description = "Monokai colour theme for the Yi text editor"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; }) {}; "yi-rope" = callPackage @@ -303376,6 +303488,7 @@ self: { ]; description = "Snippet support for yi"; license = lib.licenses.gpl2Only; + hydraPlatforms = lib.platforms.none; }) {}; "yi-solarized" = callPackage @@ -303387,6 +303500,7 @@ self: { libraryHaskellDepends = [ base yi ]; description = "Solarized colour theme for the Yi text editor"; license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; }) {}; "yi-spolsky" = callPackage @@ -303398,6 +303512,7 @@ self: { libraryHaskellDepends = [ base yi ]; description = "Spolsky colour theme for the Yi text editor"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; }) {}; "yi-vty" = callPackage @@ -304189,6 +304304,7 @@ self: { testToolDepends = [ purescript ]; description = "Zephyr, tree-shaking for the PureScript language"; license = lib.licenses.mpl20; + hydraPlatforms = lib.platforms.none; }) {}; "zephyr-copilot" = callPackage From e14278d33be7a1b496d237cce746ab16eb1750f6 Mon Sep 17 00:00:00 2001 From: sternenseemann Date: Mon, 28 Mar 2022 18:31:01 +0200 Subject: [PATCH 231/238] yi: build using GHC 8.10.7 Luckily, all build failures where just related to type checking changes in GHC 9.0 (and maybe base changes?), so we can just use GHC 8.10.7 with the Stackage version of packages and keep Yi working. I feel like we dodged a bullet here, as upstream maintenance doesn't seem to be too proactive these days. --- pkgs/development/haskell-modules/configuration-ghc-8.10.x.nix | 3 +++ pkgs/top-level/all-packages.nix | 4 +++- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/pkgs/development/haskell-modules/configuration-ghc-8.10.x.nix b/pkgs/development/haskell-modules/configuration-ghc-8.10.x.nix index 466db68e2497..097946690447 100644 --- a/pkgs/development/haskell-modules/configuration-ghc-8.10.x.nix +++ b/pkgs/development/haskell-modules/configuration-ghc-8.10.x.nix @@ -111,6 +111,9 @@ self: super: { ghc-prim = self.hashable; }; + # Doesn't build with 9.0, see https://github.com/yi-editor/yi/issues/1125 + yi-core = doDistribute (markUnbroken super.yi-core); + # Temporarily disabled blaze-textual for GHC >= 9.0 causing hackage2nix ignoring it # https://github.com/paul-rouse/mysql-simple/blob/872604f87044ff6d1a240d9819a16c2bdf4ed8f5/Database/MySQL/Internal/Blaze.hs#L4-L10 mysql-simple = addBuildDepends [ diff --git a/pkgs/top-level/all-packages.nix b/pkgs/top-level/all-packages.nix index 2075d14826ae..aefa4d2fe484 100644 --- a/pkgs/top-level/all-packages.nix +++ b/pkgs/top-level/all-packages.nix @@ -11579,7 +11579,9 @@ with pkgs; yggdrasil = callPackage ../tools/networking/yggdrasil { }; # To expose more packages for Yi, override the extraPackages arg. - yi = callPackage ../applications/editors/yi/wrapper.nix { }; + yi = callPackage ../applications/editors/yi/wrapper.nix { + haskellPackages = haskell.packages.ghc8107; + }; yj = callPackage ../development/tools/yj { }; From d59d8621cd105b7e5f10cab6705388ccec7b19e1 Mon Sep 17 00:00:00 2001 From: sternenseemann Date: Mon, 28 Mar 2022 18:45:17 +0200 Subject: [PATCH 232/238] pakcs: build using GHC 8.10.7 Possibly updating the compiler will make it possible to build it with GHC 9.0.2 out of the box or patching it to work with it would be trivial (only errors so far are whitespace-related), but I couldn't be bothered at this time. Sadly the maintainer of the package has disappeared since adding it. --- pkgs/top-level/all-packages.nix | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/pkgs/top-level/all-packages.nix b/pkgs/top-level/all-packages.nix index aefa4d2fe484..1514342e245e 100644 --- a/pkgs/top-level/all-packages.nix +++ b/pkgs/top-level/all-packages.nix @@ -8830,7 +8830,11 @@ with pkgs; pagmo2 = callPackage ../development/libraries/pagmo2 { }; - pakcs = callPackage ../development/compilers/pakcs { }; + pakcs = callPackage ../development/compilers/pakcs { + # Doesn't compile with GHC 9.0 due to whitespace syntax changes + # see also https://github.com/NixOS/nixpkgs/issues/166108 + haskellPackages = haskell.packages.ghc8107; + }; pal = callPackage ../tools/misc/pal { }; From f85b49ff197237d80af2d80a121f6d290be7f1ee Mon Sep 17 00:00:00 2001 From: sternenseemann Date: Mon, 28 Mar 2022 18:59:29 +0200 Subject: [PATCH 233/238] vaultenv: provide aeson 1.5.6.0 --- pkgs/development/haskell-modules/configuration-common.nix | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/pkgs/development/haskell-modules/configuration-common.nix b/pkgs/development/haskell-modules/configuration-common.nix index 8c2e5c32df13..7b20d8f8a8f5 100644 --- a/pkgs/development/haskell-modules/configuration-common.nix +++ b/pkgs/development/haskell-modules/configuration-common.nix @@ -2605,4 +2605,10 @@ self: super: { # https://github.com/zellige/hs-geojson/issues/29 geojson = dontCheck super.geojson; + # Doesn't support aeson >= 2.0 + # https://github.com/channable/vaultenv/issues/118 + vaultenv = super.vaultenv.overrideScope (self: super: { + aeson = self.aeson_1_5_6_0; + }); + } // import ./configuration-tensorflow.nix {inherit pkgs haskellLib;} self super From 4c31a79bbcaef5dba26ce528383577d7d0e0b7cd Mon Sep 17 00:00:00 2001 From: sternenseemann Date: Mon, 28 Mar 2022 19:40:54 +0200 Subject: [PATCH 234/238] haskellPackages.yarn2nix: 0.8.0 -> 0.10.1 Cheese in a package update while keeping the old expression in hackage-packages.nix, so we can avoid any regressions updating our hackage snapshot might introduce. --- .../haskell-modules/configuration-common.nix | 29 +++++++------------ 1 file changed, 10 insertions(+), 19 deletions(-) diff --git a/pkgs/development/haskell-modules/configuration-common.nix b/pkgs/development/haskell-modules/configuration-common.nix index 7b20d8f8a8f5..1d92ee361f28 100644 --- a/pkgs/development/haskell-modules/configuration-common.nix +++ b/pkgs/development/haskell-modules/configuration-common.nix @@ -1821,27 +1821,18 @@ self: super: { vivid-osc = dontCheck super.vivid-osc; vivid-supercollider = dontCheck super.vivid-supercollider; - # Dependency to regex-tdfa-text can be removed for later regex-tdfa versions. - # Fix protolude compilation error by applying patch from pull-request. - # Override can be removed for the next release > 0.8.0. - yarn2nix = overrideCabal (attrs: { - jailbreak = true; - # remove dependency on regex-tdfa-text - # which has been merged into regex-tdfa - postPatch = '' - sed -i '/regex-tdfa-text/d' yarn2nix.cabal - ''; - patches = (attrs.patches or []) ++ [ - # fix a compilation error related to protolude 0.3 - (fetchpatch { - url = "https://github.com/Profpatsch/yarn2nix/commit/ca78cf06226819b2e78cb6cdbc157d27afb41532.patch"; - sha256 = "1vkczwzhxilnp87apyb18nycn834y5nbw4yr1kpwlwhrhalvzw61"; - includes = [ "*/ResolveLockfile.hs" ]; + yarn2nix = assert super.yarn2nix.version == "0.8.0"; + lib.pipe (super.yarn2nix.override { + regex-tdfa-text = null; # dependency dropped in 0.10.1 + }) [ + (overrideCabal { + version = "0.10.1"; + sha256 = "17f96563v9hp56ycd276fxri7z6nljd7yaiyzpgaa3px6rf48a0m"; + editedCabalFile = null; + revision = null; }) + (addBuildDepends [ self.aeson-better-errors ]) # 0.8.0 didn't depend on this ]; - }) (super.yarn2nix.override { - regex-tdfa-text = null; - }); # cabal-install switched to build type simple in 3.2.0.0 # as a result, the cabal(1) man page is no longer installed From 8de8aab4883cb83ae350f159899ca762bd436256 Mon Sep 17 00:00:00 2001 From: sternenseemann Date: Mon, 28 Mar 2022 19:45:31 +0200 Subject: [PATCH 235/238] haskellPackages.yarn2nix: remove broken flag --- .../haskell-modules/configuration-hackage2nix/broken.yaml | 1 - pkgs/development/haskell-modules/hackage-packages.nix | 2 -- 2 files changed, 3 deletions(-) diff --git a/pkgs/development/haskell-modules/configuration-hackage2nix/broken.yaml b/pkgs/development/haskell-modules/configuration-hackage2nix/broken.yaml index 6b110b01ca25..1ae524750b80 100644 --- a/pkgs/development/haskell-modules/configuration-hackage2nix/broken.yaml +++ b/pkgs/development/haskell-modules/configuration-hackage2nix/broken.yaml @@ -5673,7 +5673,6 @@ broken-packages: - yandex-translate - yaop - yapb - - yarn2nix - yarr - yasi - yate diff --git a/pkgs/development/haskell-modules/hackage-packages.nix b/pkgs/development/haskell-modules/hackage-packages.nix index e7a5d66967d0..90e07c030152 100644 --- a/pkgs/development/haskell-modules/hackage-packages.nix +++ b/pkgs/development/haskell-modules/hackage-packages.nix @@ -300431,9 +300431,7 @@ self: { ]; description = "Convert yarn.lock files to nix expressions"; license = lib.licenses.mit; - hydraPlatforms = lib.platforms.none; maintainers = with lib.maintainers; [ sternenseemann ]; - broken = true; }) {}; "yarr" = callPackage From 052cd37187b66f9717c7f3e0f4075adb078817f6 Mon Sep 17 00:00:00 2001 From: Malte Brandy Date: Tue, 29 Mar 2022 11:10:06 +0200 Subject: [PATCH 236/238] haskellPackages.taffybar: mark broken pkgs.taffybar stays working because taffybar is marked unbroken in configuration-ghc810x.nix --- .../haskell-modules/configuration-hackage2nix/broken.yaml | 1 + pkgs/development/haskell-modules/hackage-packages.nix | 2 ++ 2 files changed, 3 insertions(+) diff --git a/pkgs/development/haskell-modules/configuration-hackage2nix/broken.yaml b/pkgs/development/haskell-modules/configuration-hackage2nix/broken.yaml index 1ae524750b80..28a6e8f3e5dd 100644 --- a/pkgs/development/haskell-modules/configuration-hackage2nix/broken.yaml +++ b/pkgs/development/haskell-modules/configuration-hackage2nix/broken.yaml @@ -4949,6 +4949,7 @@ broken-packages: - Tablify - tabloid - tabs + - taffybar - tag-bits - tagged-exception-core - tagged-timers diff --git a/pkgs/development/haskell-modules/hackage-packages.nix b/pkgs/development/haskell-modules/hackage-packages.nix index 90e07c030152..d800f05e07d5 100644 --- a/pkgs/development/haskell-modules/hackage-packages.nix +++ b/pkgs/development/haskell-modules/hackage-packages.nix @@ -266331,7 +266331,9 @@ self: { platforms = [ "aarch64-linux" "armv7l-linux" "i686-linux" "x86_64-linux" ]; + hydraPlatforms = lib.platforms.none; maintainers = with lib.maintainers; [ rvl ]; + broken = true; }) {inherit (pkgs) gtk3;}; "tag-bits" = callPackage From 7b74c9ff048ac7cdac04974ef791d9b249139511 Mon Sep 17 00:00:00 2001 From: sternenseemann Date: Tue, 29 Mar 2022 13:10:03 +0200 Subject: [PATCH 237/238] release-haskell.nix: re-enable x86_64-darwin --- pkgs/top-level/release-haskell.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/top-level/release-haskell.nix b/pkgs/top-level/release-haskell.nix index c69d03d0ef7f..ef2a8737e677 100644 --- a/pkgs/top-level/release-haskell.nix +++ b/pkgs/top-level/release-haskell.nix @@ -9,7 +9,7 @@ $ hydra-eval-jobs -I . pkgs/top-level/release-haskell.nix */ -{ supportedSystems ? [ "x86_64-linux" /* "x86_64-darwin" */ "aarch64-linux" ] }: +{ supportedSystems ? [ "x86_64-linux" "x86_64-darwin" "aarch64-linux" ] }: let From b0d3044823591c4947a82cd43f0d3e17b3abece4 Mon Sep 17 00:00:00 2001 From: sternenseemann Date: Wed, 30 Mar 2022 18:39:05 +0200 Subject: [PATCH 238/238] haskellPackages.graphql: convert assert on hspec into warning We should only make use of asserts to assert a property about the *current* attribute in order to make it possible for downstream users to change versions of packages: When a downstream user changes the package an attribute points to, the assert is removed as the attribute is swapped out, so asserting something about itself is okay. However, when it asserts a property about another package, changing that other package may break the package unexpectedly, with no better workaround then passing in an empty `configurationCommon` overlay. See also: https://github.com/NixOS/nixpkgs/pull/166425 --- pkgs/development/haskell-modules/configuration-common.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/development/haskell-modules/configuration-common.nix b/pkgs/development/haskell-modules/configuration-common.nix index 1d92ee361f28..dfa47f2a82c5 100644 --- a/pkgs/development/haskell-modules/configuration-common.nix +++ b/pkgs/development/haskell-modules/configuration-common.nix @@ -2240,11 +2240,11 @@ self: super: { # Release 1.0.0.0 added version bounds (was unrestricted before), # but with too strict lower bounds for our lts-18. # Disable aeson for now, future release should support it - graphql = assert versionOlder self.hspec.version "2.9.0"; + graphql = assert super.graphql.version == "1.0.2.0"; appendConfigureFlags [ "-f-json" - ] (doJailbreak super.graphql); + ] (lib.warnIf (lib.versionAtLeast self.hspec.version "2.9.0") "@NixOS/haskell: Remove jailbreak for graphql" doJailbreak super.graphql); # https://github.com/ajscholl/basic-cpuid/pull/1 basic-cpuid = appendPatch (fetchpatch {