From 5617c0ba4749178e6ffc1213f8531ecd6a278d74 Mon Sep 17 00:00:00 2001 From: Wolfgang Walther Date: Sun, 7 Jun 2026 12:28:22 +0200 Subject: [PATCH] haskellPackages: stackage Nightly 2026-05-27 -> Nightly 2026-06-09 all-cabal-hashes: 2026-05-28T09:17:22Z -> 2026-06-09T15:28:54Z (generated by maintainers/scripts/haskell/update-package-set.sh) Co-authored-by: sterni --- pkgs/data/misc/hackage/pin.json | 8 +- .../haskell-modules/configuration-common.nix | 13 - .../configuration-ghc-9.12.x.nix | 3 - .../configuration-ghc-9.14.x.nix | 3 - .../configuration-ghc-9.6.x.nix | 3 - .../configuration-hackage2nix/stackage.yaml | 216 +- .../haskell-modules/hackage-packages.nix | 5112 ++++++++++++++--- 7 files changed, 4281 insertions(+), 1077 deletions(-) diff --git a/pkgs/data/misc/hackage/pin.json b/pkgs/data/misc/hackage/pin.json index 97560231cd2d..4510863cc7b9 100644 --- a/pkgs/data/misc/hackage/pin.json +++ b/pkgs/data/misc/hackage/pin.json @@ -1,6 +1,6 @@ { - "commit": "41e49d63ab2d2faba2408df6de30fc5aee663d79", - "url": "https://github.com/commercialhaskell/all-cabal-hashes/archive/41e49d63ab2d2faba2408df6de30fc5aee663d79.tar.gz", - "sha256": "1iyd3ldbv8474vcpps9nzfkj98ksvql5xrsxkdfrl0fisg2ah9pf", - "msg": "Update from Hackage at 2026-05-28T09:17:22Z" + "commit": "6018b8c3b3b733775ca101a6aa6472c0bfb9e8f8", + "url": "https://github.com/commercialhaskell/all-cabal-hashes/archive/6018b8c3b3b733775ca101a6aa6472c0bfb9e8f8.tar.gz", + "sha256": "02l917hjpfnr9my3cvyrr95waankmbbkwmcajzsrv3c9kv8br5av", + "msg": "Update from Hackage at 2026-06-09T15:28:54Z" } diff --git a/pkgs/development/haskell-modules/configuration-common.nix b/pkgs/development/haskell-modules/configuration-common.nix index 4f91b6a18883..61b3f7054911 100644 --- a/pkgs/development/haskell-modules/configuration-common.nix +++ b/pkgs/development/haskell-modules/configuration-common.nix @@ -805,15 +805,6 @@ with haskellLib; # Tests require a Kafka broker running locally haskakafka = dontCheck super.haskakafka; - # https://github.com/itchyny/qhs/issues/8 - qhs = overrideSrc { - version = "0.4.3"; - src = pkgs.fetchzip { - url = "mirror://hackage/qhs-0.4.3/qhs-0.4.3.tar.gz"; - sha256 = "191015m47qdxzi8w5pvadgv95g8vk7v2gr76jzfgglyjy6zhb5wb"; - }; - } (warnAfterVersion "0.4.2" super.qhs); - # Fix build with time >= 1.10 while retaining compat with time < 1.9 mbox = appendPatch ./patches/mbox-time-1.10.patch ( overrideCabal { @@ -1513,10 +1504,6 @@ with haskellLib; # Already updated upstream, but not released on hackage, yet. finite-typelits = warnAfterVersion "0.2.1.0" (doJailbreak super.finite-typelits); - # 2026-05-16: allow QuickCheck 2.16 - # https://github.com/pcapriotti/optparse-applicative/issues/516 - optparse-applicative = doJailbreak super.optparse-applicative; - # 2026-05-17: allow QuickCheck 2.16 # https://github.com/fizruk/http-api-data/issues/157 http-api-data = doJailbreak super.http-api-data; diff --git a/pkgs/development/haskell-modules/configuration-ghc-9.12.x.nix b/pkgs/development/haskell-modules/configuration-ghc-9.12.x.nix index 259f77cc339b..6c66313617f8 100644 --- a/pkgs/development/haskell-modules/configuration-ghc-9.12.x.nix +++ b/pkgs/development/haskell-modules/configuration-ghc-9.12.x.nix @@ -112,9 +112,6 @@ with haskellLib; ''; }) super.alex; - # https://github.com/sjakobi/newtype-generics/pull/28/files - newtype-generics = warnAfterVersion "0.6.2" (doJailbreak super.newtype-generics); - # Test failure because of GHC bug: # https://gitlab.haskell.org/ghc/ghc/-/issues/25937 # https://github.com/sol/interpolate/issues/20 diff --git a/pkgs/development/haskell-modules/configuration-ghc-9.14.x.nix b/pkgs/development/haskell-modules/configuration-ghc-9.14.x.nix index f31f2c0325f7..70503ef4f538 100644 --- a/pkgs/development/haskell-modules/configuration-ghc-9.14.x.nix +++ b/pkgs/development/haskell-modules/configuration-ghc-9.14.x.nix @@ -128,9 +128,6 @@ with haskellLib; ] super.serialise ); - # https://github.com/sjakobi/newtype-generics/pull/28/files - newtype-generics = warnAfterVersion "0.6.2" (doJailbreak super.newtype-generics); - # haskell-debugger only works with ghc 9.14+ haskell-debugger-view = doDistribute (unmarkBroken super.haskell-debugger-view); haskell-debugger = doDistribute (doJailbreak super.haskell-debugger); # hie-bios < 0.18, random >=1.3.1 diff --git a/pkgs/development/haskell-modules/configuration-ghc-9.6.x.nix b/pkgs/development/haskell-modules/configuration-ghc-9.6.x.nix index 5d8030473fd9..5703db34bf1d 100644 --- a/pkgs/development/haskell-modules/configuration-ghc-9.6.x.nix +++ b/pkgs/development/haskell-modules/configuration-ghc-9.6.x.nix @@ -110,9 +110,6 @@ in cabal-install-solver = doJailbreak super.cabal-install-solver; cabal-install = doJailbreak super.cabal-install; - # Forbids base >= 4.18, fix proposed: https://github.com/sjakobi/newtype-generics/pull/25 - newtype-generics = warnAfterVersion "0.6.2" (doJailbreak super.newtype-generics); - # Jailbreaks for servant <0.20 servant-lucid = doJailbreak super.servant-lucid; diff --git a/pkgs/development/haskell-modules/configuration-hackage2nix/stackage.yaml b/pkgs/development/haskell-modules/configuration-hackage2nix/stackage.yaml index 509dc2f28dd5..e7245393a952 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 2026-05-27 +# Stackage Nightly 2026-06-09 # This file is auto-generated by # maintainers/scripts/haskell/update-stackage.sh default-package-overrides: @@ -26,7 +26,7 @@ default-package-overrides: - aeson-diff ==1.1.0.15 - aeson-gadt-th ==0.2.5.4 - aeson-generic-compat ==0.0.2.0 - - aeson-jsonpath ==0.4.0.0 + - aeson-jsonpath ==0.4.2.0 - aeson-pretty ==0.8.10 - aeson-qq ==0.8.4 - aeson-schemas ==1.4.3.1 @@ -63,7 +63,7 @@ default-package-overrides: - annotated-exception ==0.3.0.4 - annotated-wl-pprint ==0.7.0 - ansi-terminal ==1.1.5 - - ansi-terminal-game ==1.9.3.0 + - ansi-terminal-game ==1.9.4.0 - ansi-terminal-types ==1.1.3 - ansi-wl-pprint ==1.0.2 - antigen ==0.4.0.0 @@ -82,14 +82,14 @@ default-package-overrides: - apportionment ==0.0.0.4 - approximate ==0.3.5 - approximate-equality ==1.1.0.2 - - arithmoi ==0.13.3.0 + - arithmoi ==0.13.4.0 - array-chunks ==0.1.4.2 - array-memoize ==0.6.0 - arrow-extras ==0.1.0.1 - arrows ==0.4.4.2 - ascii-char ==1.0.1.0 - ascii-progress ==0.3.3.0 - - asciidoc ==0.1.0.2 + - asciidoc ==0.1.0.3 - asn1-encoding ==0.9.6 - asn1-parse ==0.9.5 - asn1-types ==0.3.4 @@ -119,7 +119,7 @@ default-package-overrides: - attoparsec-path ==0.0.0.1 - attoparsec-time ==1.0.3.1 - attoparsec-uri ==0.0.9 - - audacity ==0.0.2.2 + - audacity ==0.0.2.4 - authenticate ==1.3.5.2 - authenticate-oauth ==1.7 - auto-update ==0.2.6 @@ -161,7 +161,7 @@ default-package-overrides: - base64-string ==0.2 - basement ==0.0.16 - basic-prelude ==0.7.0 - - battleship-combinatorics ==0.0.1 + - battleship-combinatorics ==0.0.1.2 - bazel-runfiles ==0.12 - bbdb ==0.8 - bcp47 ==0.3.0.0 @@ -209,7 +209,7 @@ default-package-overrides: - bitset-word8 ==0.1.1.2 - bitvec ==1.1.6.0 - bitwise ==1.0.0.1 - - bitwise-enum ==1.0.1.2 + - bitwise-enum ==1.0.2.0 - Blammo ==2.1.3.0 - blank-canvas ==0.7.5 - blas-carray ==0.1.0.2 @@ -227,11 +227,12 @@ default-package-overrides: - bloomfilter ==2.0.1.3 - bluefin ==0.6.0.0 - bluefin-internal ==0.6.0.0 + - bm ==0.3.0.0 - bmp ==1.2.6.4 - bnb-staking-csvs ==0.2.2.0 - BNFC ==2.9.6.3 - BNFC-meta ==0.6.1 - - board-games ==0.4.0.1 + - board-games ==0.4.0.3 - bodhi ==0.1.0 - boltzmann-samplers ==0.1.1.0 - Boolean ==0.2.4 @@ -257,9 +258,9 @@ default-package-overrides: - bson-lens ==0.1.1 - btrfs ==0.2.1.0 - buffer-pipe ==0.0 - - bugsnag ==1.2.0.1 + - bugsnag ==1.2.0.2 - bugsnag-hs ==0.2.0.13 - - bugsnag-wai ==1.0.1.1 + - bugsnag-wai ==1.0.1.2 - bugsnag-yesod ==1.0.1.0 - bugzilla-redhat ==1.0.1.1 - burrito ==2.0.1.17 @@ -357,6 +358,7 @@ default-package-overrides: - checksum ==0.0.0.1 - chell ==0.5.0.2 - chell-hunit ==0.3.0.2 + - chemical-equation ==0.0.2 - chimera ==0.4.1.0 - choice ==0.2.4.2 - chronologique ==0.3.1.3 @@ -367,7 +369,7 @@ default-package-overrides: - cipher-rc4 ==0.1.4 - circle-packing ==0.1.0.6 - circular ==0.4.0.3 - - citeproc ==0.13 + - citeproc ==0.13.0.1 - clash-ghc ==1.10.0 - clash-lib ==1.10.0 - clash-prelude ==1.10.0 @@ -390,7 +392,7 @@ default-package-overrides: - cmdargs ==0.10.22 - co-log ==0.7.0.0 - co-log-concurrent ==0.5.1.1 - - co-log-core ==0.3.2.6 + - co-log-core ==0.3.2.7 - co-log-polysemy ==0.0.1.6 - co-log-simple ==1.2.1 - coco ==1.0.0.0 @@ -414,10 +416,10 @@ default-package-overrides: - comfort-blas ==0.0.3.1 - comfort-fftw ==0.0.0.1 - comfort-glpk ==0.1 - - comfort-graph ==0.0.4.1 - - commonmark ==0.2.6.1 - - commonmark-extensions ==0.2.6 - - commonmark-pandoc ==0.2.3 + - comfort-graph ==0.0.5.1 + - commonmark ==0.3 + - commonmark-extensions ==0.2.7 + - commonmark-pandoc ==0.3 - commutative ==0.0.2 - commutative-semigroups ==0.2.0.2 - comonad ==5.0.10 @@ -467,6 +469,7 @@ default-package-overrides: - context-resource ==0.2.0.2 - context-wai-middleware ==0.2.0.2 - contiguous ==0.6.5.0 + - contra-tracer ==0.2.1.0 - contravariant ==1.5.6 - contravariant-extras ==0.3.5.4 - control-bool ==0.2.1 @@ -548,6 +551,7 @@ default-package-overrides: - cutter ==0.0 - cyclotomic ==1.1.2 - czipwith ==1.0.1.4 + - daemons ==0.4.0 - data-accessor ==0.2.3.1 - data-accessor-mtl ==0.2.0.5 - data-accessor-transformers ==0.2.1.8 @@ -582,22 +586,22 @@ default-package-overrides: - data-ref ==0.1 - data-reify ==0.6.4 - data-serializer ==0.3.5 - - data-sketches ==0.3.1.0 - - data-sketches-core ==0.1.0.0 + - data-sketches ==0.4.0.1 + - data-sketches-core ==0.3.0.0 - data-textual ==0.3.0.3 - - dataframe ==2.1.0.0 - - dataframe-core ==1.0.1.0 - - dataframe-csv ==1.0.1.0 + - dataframe ==2.1.0.2 + - dataframe-core ==1.0.2.0 + - dataframe-csv ==1.0.1.1 - dataframe-csv-th ==1.0.1.0 - dataframe-json ==1.0.1.0 - - dataframe-lazy ==1.0.1.0 - - dataframe-learn ==1.0.1.0 - - dataframe-operations ==1.0.1.1 + - dataframe-lazy ==1.0.1.1 + - dataframe-learn ==1.0.2.0 + - dataframe-operations ==1.1.0.1 - dataframe-parquet ==1.0.1.0 - dataframe-parquet-th ==1.0.1.0 - dataframe-parsing ==1.0.1.0 - dataframe-th ==1.0.1.0 - - dataframe-viz ==1.0.1.1 + - dataframe-viz ==1.0.2.0 - dataurl ==0.1.0.0 - DAV ==1.3.4 - dbcleaner ==0.1.3 @@ -690,7 +694,7 @@ default-package-overrides: - do-notation ==0.1.0.2 - dobutokO2 ==0.45.3.0 - dockerfile ==0.2.0 - - doclayout ==0.5.0.1 + - doclayout ==0.5.0.3 - docopt ==0.7.0.8 - doctemplates ==0.11.0.1 - doctest ==0.24.3 @@ -771,7 +775,7 @@ default-package-overrides: - emacs-module ==0.3 - email-validate ==2.3.2.21 - emd ==0.2.0.0 - - emojis ==0.1.4.1 + - emojis ==0.1.5 - enclosed-exceptions ==1.0.3 - encoding ==0.10.2 - end-of-exe ==0.1.2.0 @@ -780,7 +784,7 @@ default-package-overrides: - enum-subset-generate ==0.1.0.3 - enum-text ==0.5.3.0 - enummapset ==0.7.3.0 - - enumset ==0.1 + - enumset ==0.1.0.2 - envelope ==0.2.2.0 - envparse ==0.6.0 - envy ==2.1.5.0 @@ -807,7 +811,7 @@ default-package-overrides: - every ==0.0.1 - evm-opcodes ==0.3.3 - exact-combinatorics ==0.2.0.11 - - exact-pi ==0.5.0.2 + - exact-pi ==0.5.1.0 - exception-hierarchy ==0.1.0.14 - exception-mtl ==0.4.0.2 - exception-transformers ==0.4.0.12 @@ -818,7 +822,7 @@ default-package-overrides: - exon ==1.7.3.0 - exp-pairs ==0.2.1.1 - expiring-cache-map ==0.0.6.1 - - explicit-exception ==0.2 + - explicit-exception ==0.2.0.2 - express ==1.0.18 - extended-reals ==0.2.7.0 - extensible-exceptions ==0.1.1.4 @@ -839,7 +843,7 @@ default-package-overrides: - fast-logger ==3.2.6 - fast-math ==1.0.2 - fast-myers-diff ==0.0.1 - - fbrnch ==1.8.1 + - fbrnch ==1.8.3 - fcf-family ==0.2.0.3 - fdo-notify ==0.3.1 - feature-flags ==0.1.0.1 @@ -901,6 +905,7 @@ default-package-overrides: - foldable1-classes-compat ==0.1.3 - foldl ==1.4.18 - folds ==0.7.8 + - fontwhich ==0.3 - FontyFruity ==0.5.3.5 - force-layout ==0.4.1 - foreign-store ==0.2.1 @@ -1071,6 +1076,7 @@ default-package-overrides: - gi-javascriptcore ==6.0.5 - gi-javascriptcore6 ==6.0.5 - gi-pango ==1.0.30 + - gi-pangocairo ==1.0.31 - gi-soup ==3.0.4 - gi-soup3 ==3.0.5 - gi-vte ==2.91.35 @@ -1263,6 +1269,7 @@ default-package-overrides: - haskoin-node ==1.1.4 - haskoin-store-data ==1.5.16 - hasktags ==0.73.0 + - hasktorch ==0.2.2.0 - hasql ==1.10.3.2 - hasql-dynamic-statements ==0.5.1 - hasql-implicits ==0.2.0.2 @@ -1279,6 +1286,8 @@ default-package-overrides: - Hclip ==3.0.0.4 - HCodecs ==0.5.2 - hdaemonize ==0.5.7 + - HDBC ==2.4.0.5 + - HDBC-session ==0.1.2.1 - headed-megaparsec ==0.2.1.3 - headroom ==0.4.3.0 - heap ==1.0.4 @@ -1352,7 +1361,7 @@ default-package-overrides: - hourglass ==0.2.12 - hourglass-orphans ==0.1.0.0 - hp2pretty ==0.10.1 - - hpack ==0.39.5 + - hpack ==0.39.6 - hpc-codecov ==0.6.4.1 - hpc-lcov ==1.2.0 - HPDF ==1.8 @@ -1367,15 +1376,20 @@ default-package-overrides: - hs-bibutils ==6.10.0.0 - hs-captcha ==1.0 - hs-GeoIP ==0.3 - - hs-opentelemetry-api ==0.3.1.0 - - hs-opentelemetry-exporter-otlp ==0.1.1.0 - - hs-opentelemetry-otlp ==0.2.0.0 - - hs-opentelemetry-propagator-b3 ==0.0.1.3 - - hs-opentelemetry-propagator-datadog ==0.0.1.1 - - hs-opentelemetry-propagator-w3c ==0.1.0.0 - - hs-opentelemetry-sdk ==0.1.0.1 - - hs-opentelemetry-semantic-conventions ==0.1.0.0 - - hs-opentelemetry-vendor-honeycomb ==0.0.1.2 + - hs-opentelemetry-api ==1.0.0.0 + - hs-opentelemetry-api-types ==1.0.0.0 + - hs-opentelemetry-exporter-handle ==1.0.0.0 + - hs-opentelemetry-exporter-in-memory ==1.0.0.0 + - hs-opentelemetry-exporter-otlp ==1.0.0.0 + - hs-opentelemetry-otlp ==1.0.0.0 + - hs-opentelemetry-propagator-b3 ==1.0.0.0 + - hs-opentelemetry-propagator-datadog ==1.0.0.0 + - hs-opentelemetry-propagator-jaeger ==1.0.0.0 + - hs-opentelemetry-propagator-w3c ==1.0.0.0 + - hs-opentelemetry-propagator-xray ==1.0.0.0 + - hs-opentelemetry-sdk ==1.0.0.0 + - hs-opentelemetry-semantic-conventions ==1.40.0.0 + - hs-opentelemetry-vendor-honeycomb ==1.0.0.0 - hs-php-session ==0.0.9.3 - hsc2hs ==0.68.10 - hschema ==0.0.1.1 @@ -1427,7 +1441,7 @@ default-package-overrides: - hspec-golden ==0.2.2.0 - hspec-golden-aeson ==0.9.0.0 - hspec-hedgehog ==0.3.0.0 - - hspec-junit-formatter ==1.2.0.0 + - hspec-junit-formatter ==1.2.1.0 - hspec-leancheck ==0.0.6 - hspec-megaparsec ==2.2.1 - hspec-meta ==2.11.17 @@ -1473,7 +1487,7 @@ default-package-overrides: - http-reverse-proxy ==0.6.2.0 - http-semantics ==0.4.0 - http-streams ==0.8.9.9 - - http-types ==0.12.4 + - http-types ==0.12.5 - http2 ==5.4.0 - http3 ==0.1.2 - httpd-shed ==0.4.1.2 @@ -1566,7 +1580,7 @@ default-package-overrides: - interpolatedstring-perl6 ==1.0.2 - interpolation ==0.1.1.2 - Interpolation ==0.3.0 - - IntervalMap ==0.6.2.1 + - IntervalMap ==0.6.2.4 - intervals ==0.9.3 - intset-imperative ==0.1.0.0 - invariant ==0.6.5 @@ -1583,7 +1597,7 @@ default-package-overrides: - ip6addr ==2.0.0.1 - iproute ==1.7.15 - IPv6Addr ==2.0.6.2 - - IPv6DB ==0.3.3.4 + - IPv6DB ==0.3.3.5 - ipynb ==0.2 - ipython-kernel ==0.12.1.0 - irc ==0.6.1.1 @@ -1618,7 +1632,7 @@ default-package-overrides: - json-spec-elm ==0.5.0.2 - json-spec-elm-servant ==0.5.0.0 - json-spec-openapi ==1.2.0.3 - - json-stream ==0.4.6.0 + - json-stream ==0.4.6.1 - jsonifier ==0.2.1.3 - jsonpath ==0.3.0.0 - JuicyCairo ==0.1.0.1 @@ -1631,7 +1645,7 @@ default-package-overrides: - kansas-comet ==0.4.4 - katip ==0.8.8.4 - katip-logstash ==0.1.0.2 - - katip-wai ==0.2.0.1 + - katip-wai ==0.2.0.2 - kazura-queue ==0.1.0.4 - kdl-hs ==1.1.1 - kdt ==0.2.6 @@ -1688,7 +1702,7 @@ default-package-overrides: - lawful-conversions ==0.4.0 - layoutz ==0.3.4.0 - lazy-csv ==0.5.1 - - lazyio ==0.1.0.4 + - lazyio ==0.1.0.6 - lazyppl ==1.0.1 - lazysmallcheck ==0.6 - lca ==0.4 @@ -1717,6 +1731,8 @@ default-package-overrides: - libmpd ==0.10.0.1 - liboath-hs ==0.0.1.2 - libsodium-bindings ==0.0.3.0 + - libtorch-ffi ==2.0.2.0 + - libtorch-ffi-helper ==2.0.0.3 - libyaml ==0.1.4 - libyaml-clib ==0.2.5 - lift-generics ==0.3.1 @@ -1858,7 +1874,7 @@ default-package-overrides: - microspec ==0.2.1.3 - microstache ==1.0.3.1 - midair ==0.2.0.1 - - midi ==0.2.2.4 + - midi ==0.2.2.6 - midi-alsa ==0.2.1 - midi-music-box ==0.0.1.2 - mighty-metropolis ==2.0.0 @@ -1940,7 +1956,7 @@ default-package-overrides: - monoid-insertleft ==0.1.0.1 - monoid-map ==0.2.0.1 - monoid-subclasses ==1.2.6.1 - - monoid-transformer ==0.0.4 + - monoid-transformer ==0.0.4.1 - monoidal-containers ==0.6.7.0 - monoidal-functors ==0.2.3.0 - monoidmap ==0.0.5.1 @@ -2001,6 +2017,7 @@ default-package-overrides: - natural-sort ==0.1.2 - natural-transformation ==0.4.1 - neat-interpolation ==0.5.1.4 + - nerd-font-icons ==0.1.0.1 - net-mqtt ==0.8.6.4 - net-mqtt-lens ==0.1.1.0 - netcode-io ==0.0.3 @@ -2034,7 +2051,7 @@ default-package-overrides: - network-uri-template ==0.1.2.0 - network-wait ==0.4.0.0 - newtype ==0.2.2.1 - - newtype-generics ==0.6.2 + - newtype-generics ==0.6.3 - nfc ==0.1.1 - nicify-lib ==1.0.1 - NineP ==0.0.2.1 @@ -2044,10 +2061,10 @@ default-package-overrides: - no-recursion ==0.4.0.0 - no-value ==1.0.0.0 - NoHoed ==0.1.1 - - non-empty ==0.3.5 + - non-empty ==0.3.6.1 - non-empty-sequence ==0.2.0.4 - non-empty-text ==0.2.1 - - non-negative ==0.1.2 + - non-negative ==0.1.2.1 - nonce ==1.0.7 - nondeterminism ==1.5 - nonempty-containers ==0.3.5.0 @@ -2156,14 +2173,14 @@ default-package-overrides: - pagure ==0.2.1 - pagure-cli ==0.2.3 - palette ==0.3.0.4 - - pandoc ==3.9.0.2 - - pandoc-cli ==3.9.0.2 - - pandoc-lua-engine ==0.5.2 + - pandoc ==3.10 + - pandoc-cli ==3.10 + - pandoc-lua-engine ==0.5.3 - pandoc-lua-marshal ==0.3.2.1 - pandoc-plot ==1.9.2 - - pandoc-server ==0.1.2 + - pandoc-server ==0.1.3 - pandoc-throw ==0.1.0.0 - - pandoc-types ==1.23.1.1 + - pandoc-types ==1.23.1.2 - panic ==0.4.0.1 - pantry ==0.11.2 - parallel ==3.3.0.0 @@ -2200,7 +2217,7 @@ default-package-overrides: - path-like ==0.2.0.2 - path-pieces ==0.2.1 - path-utils ==0.1.1.0 - - pathtype ==0.8.1.3 + - pathtype ==0.8.1.4 - pathwalk ==0.3.1.2 - patience ==0.3 - patrol ==1.2.0.5 @@ -2217,6 +2234,7 @@ default-package-overrides: - perfect-hash-generator ==1.0.0 - persist ==1.0.0.0 - persistable-record ==0.6.0.6 + - persistable-types-HDBC-pg ==0.0.3.5 - persistent ==2.18.1.0 - persistent-discover ==0.1.0.7 - persistent-documentation ==0.1.0.6 @@ -2232,7 +2250,7 @@ default-package-overrides: - persistent-typed-db ==0.1.0.7 - pg-harness-client ==0.6.0 - pg-transact ==0.3.2.0 - - pgmq-core ==0.2.0.0 + - pgmq-core ==0.3.0.0 - phantom-state ==0.2.1.5 - pid1 ==0.1.3.1 - pinch ==0.5.2.0 @@ -2277,9 +2295,11 @@ default-package-overrides: - polysemy-plugin ==0.4.5.3 - polysemy-webserver ==0.2.1.2 - poolboy ==0.5.0.0 - - pooled-io ==0.0.2.3 + - pooled-io ==0.0.2.5 - port-utils ==0.2.1.0 - portable-lines ==0.1 + - PortMidi ==0.2.0.0 + - portmidi-utility ==0.0 - posix-paths ==0.3.0.1 - posix-pty ==0.2.2 - possibly ==1.0.0.0 @@ -2297,6 +2317,7 @@ default-package-overrides: - postgresql-simple-interval ==1.0.1.2 - postgresql-syntax ==0.4.3.1 - postgresql-transactional ==1.1.1 + - postgresql-typed ==0.6.2.5 - ppad-aead ==0.3.2 - ppad-base16 ==0.3.0 - ppad-base58 ==0.2.3 @@ -2304,14 +2325,14 @@ default-package-overrides: - ppad-bip32 ==0.3.4 - ppad-bip39 ==0.3.3 - ppad-chacha ==0.2.2 - - ppad-fixed ==0.1.4 + - ppad-fixed ==0.1.5 - ppad-hkdf ==0.3.2 - ppad-hmac-drbg ==0.3.1 - ppad-pbkdf ==0.2.2 - ppad-poly1305 ==0.4.2 - ppad-ripemd160 ==0.1.4 - ppad-script ==0.2.3 - - ppad-secp256k1 ==0.5.5 + - ppad-secp256k1 ==0.5.7 - ppad-sha256 ==0.3.2 - ppad-sha512 ==0.2.2 - pptable ==0.3.0.0 @@ -2348,7 +2369,7 @@ default-package-overrides: - primitive-unaligned ==0.1.1.2 - primitive-unlifted ==2.2.0.0 - print-console-colors ==0.1.0.0 - - probability ==0.2.8 + - probability ==0.2.9.1 - probability-polynomial ==1.0.1.0 - process-extras ==0.7.4 - product-isomorphic ==0.0.3.4 @@ -2357,7 +2378,7 @@ default-package-overrides: - project-template ==0.2.1.0 - projectroot ==0.2.0.1 - prometheus ==2.3.0 - - prometheus-client ==1.1.1 + - prometheus-client ==1.1.2 - prometheus-metrics-ghc ==1.0.1.2 - promises ==0.3 - prompt-hs ==1.1.0.2 @@ -2416,7 +2437,7 @@ default-package-overrides: - quickcheck-simple ==0.1.1.1 - quickcheck-special ==0.1.0.6 - quickcheck-text ==0.1.2.1 - - quickcheck-transformer ==0.3.1.2 + - quickcheck-transformer ==0.3.1.3 - quickcheck-unicode ==1.0.1.0 - quicklz ==1.5.0.11 - quiet ==0.2 @@ -2424,7 +2445,6 @@ default-package-overrides: - radix-tree ==1.1.0.0 - rainbow ==0.34.2.2 - rainbox ==0.26.0.0 - - ram ==0.22.0 - rampart ==2.0.0.13 - ramus ==0.1.2 - rando ==0.0.0.4 @@ -2457,7 +2477,7 @@ default-package-overrides: - reactive-banana ==1.3.2.0 - reactive-banana-bunch ==1.0.0.1 - reactive-jack ==0.4.1.2 - - reactive-midyim ==0.4.1.1 + - reactive-midyim ==0.4.1.3 - read-editor ==0.1.0.2 - read-env-var ==1.0.0.0 - readable ==0.3.1 @@ -2503,6 +2523,8 @@ default-package-overrides: - reinterpret-cast ==0.1.0 - relapse ==1.0.0.1 - relational-query ==0.12.3.1 + - relational-query-HDBC ==0.7.2.1 + - relational-record ==0.2.2.0 - relational-schemas ==0.1.8.1 - reliable-io ==0.0.2 - relude ==1.2.2.2 @@ -2583,17 +2605,17 @@ default-package-overrides: - sampling ==0.3.5 - samsort ==0.1.0.0 - sandi ==0.5 - - sandwich ==0.3.0.5 - - sandwich-contexts ==0.3.0.3 + - sandwich ==0.3.1.0 + - sandwich-contexts ==0.3.0.4 - sandwich-hedgehog ==0.1.3.1 - sandwich-quickcheck ==0.2.0.0 - - sandwich-slack ==0.1.2.0 - - sandwich-webdriver ==0.4.0.2 + - sandwich-slack ==0.2.0.0 + - sandwich-webdriver ==0.5.0.0 - saturn ==1.1.0.5 - say ==0.1.0.1 - sayable ==1.2.6.0 - sbp ==6.5.0 - - sbv ==14.1 + - sbv ==14.2 - scalpel ==0.6.2.2 - scalpel-core ==0.6.2.2 - scanf ==0.1.0.0 @@ -2674,7 +2696,7 @@ default-package-overrides: - serversession-frontend-wai ==1.0.1 - serversession-frontend-yesod ==1.0.1 - servius ==1.2.3.0 - - set-cover ==0.1.1.1 + - set-cover ==0.1.2.1 - setenv ==0.1.1.3 - setlocale ==1.0.0.10 - sexp-grammar ==2.3.4.2 @@ -2766,6 +2788,7 @@ default-package-overrides: - sop-core ==0.5.0.2 - sort ==1.0.0.0 - sorted-list ==0.3.1.0 + - sound-collage ==0.2.1 - sourcemap ==0.1.7 - sox ==0.2.3.2 - soxlib ==0.0.3.2 @@ -2825,8 +2848,8 @@ default-package-overrides: - storable-peek-poke ==0.1.0.2 - storable-record ==0.0.7 - storable-tuple ==0.1 - - storablevector ==0.2.13.2 - - store ==0.7.20 + - storablevector ==0.2.13.4 + - store ==0.7.21 - store-core ==0.4.4.7 - store-streaming ==0.2.0.5 - stratosphere ==1.0.1 @@ -2837,9 +2860,9 @@ default-package-overrides: - streaming-bytestring ==0.3.4 - streaming-commons ==0.2.3.1 - streaming-wai ==0.1.1 - - streamly ==0.11.0 + - streamly ==0.11.1 - streamly-bytestring ==0.2.3 - - streamly-core ==0.3.0 + - streamly-core ==0.3.1 - streamly-examples ==0.3.1 - streamly-filepath ==0.1.0 - streamly-fsevents ==0.1.1 @@ -2995,7 +3018,7 @@ default-package-overrides: - testcontainers-postgresql ==0.2.0.1 - testing-feat ==1.1.1.1 - testing-type-modifiers ==0.1.0.1 - - texmath ==0.13.1.1 + - texmath ==0.13.1.2 - text-ansi ==0.3.0.1 - text-binary ==0.2.1.1 - text-builder ==1.0.0.5 @@ -3052,16 +3075,16 @@ default-package-overrides: - thread-hierarchy ==0.3.0.2 - thread-local-storage ==0.2 - thread-supervisor ==0.2.0.0 - - thread-utils-context ==0.3.0.4 + - thread-utils-context ==0.4.1.0 - thread-utils-finalizers ==0.1.1.0 - threads ==0.5.1.8 - threads-extras ==0.1.0.3 - threads-supervisor ==1.2.0.2 - threepenny-gui ==0.9.4.2 - thyme ==0.4.1 - - tidal ==1.10.1 - - tidal-core ==1.10.1 - - tidal-link ==1.2.0 + - tidal ==1.10.2 + - tidal-core ==1.10.2 + - tidal-link ==1.2.1 - tile ==0.3.0.0 - time-compat ==1.9.9 - time-domain ==1.6 @@ -3153,14 +3176,14 @@ default-package-overrides: - typelits-witnesses ==0.4.1.0 - typenums ==0.1.4 - typography-geometry ==1.0.1.0 - - typst ==0.9.0.1 - - typst-symbols ==0.1.9.1 + - typst ==0.10 + - typst-symbols ==0.2 - tz ==0.1.3.6 - tzdata ==0.2.20250115.0 - tztime ==0.1.1.0 - ua-parser ==0.7.7.0 - uglymemo ==0.1.0.1 - - uhd ==0.1.0.1 + - uhd ==0.1.1.0 - ulid ==0.3.3.0 - unagi-chan ==0.4.1.4 - unbound-generics ==0.4.4 @@ -3175,9 +3198,11 @@ default-package-overrides: - unexceptionalio-trans ==0.5.2 - unfoldable ==1.1 - unfoldable-restricted ==0.0.3 - - unicode ==0.0.1.1 - - unicode-collation ==0.1.3.6 + - unicode ==0.0.1.3 + - unicode-collation ==0.1.3.7 - unicode-data ==0.8.0 + - unicode-data-names ==0.6.0 + - unicode-data-scripts ==0.6.0 - unicode-show ==0.1.1.1 - unicode-transforms ==0.4.0.1 - unidecode ==0.1.0.4 @@ -3190,8 +3215,8 @@ default-package-overrides: - uniplate ==1.6.13 - uniq-deep ==1.2.1 - unique ==0.0.2 - - unique-logic ==0.4.0.1 - - unique-logic-tf ==0.5.1.1 + - unique-logic ==0.4.1.1 + - unique-logic-tf ==0.5.1.3 - uniqueness-periods-vector-stats ==0.4.0.0 - unit-constraint ==0.0.0 - units ==2.4.1.5 @@ -3325,7 +3350,7 @@ default-package-overrides: - wai-transformers ==0.2.0 - wai-websockets ==3.0.1.2 - wakame ==0.1.0.0 - - warp ==3.4.13 + - warp ==3.4.13.1 - warp-tls ==3.4.14 - wave ==0.2.1 - wcwidth ==0.0.2 @@ -3337,7 +3362,7 @@ default-package-overrides: - web-view ==0.7.0 - web3-tools ==0.1.0.0 - webby ==1.2.1 - - webdriver ==0.14.0.0 + - webdriver ==0.15.0.0 - webdriver-precore ==0.2.0.2 - webex-teams-api ==0.2.0.1 - webex-teams-conduit ==0.2.0.1 @@ -3361,7 +3386,7 @@ default-package-overrides: - wild-bind-x11 ==0.2.0.18 - Win32-notify ==0.3.0.3 - windns ==0.1.0.1 - - witch ==1.3.2.0 + - witch ==1.3.3.0 - with-utf8 ==1.1.0.0 - withdependencies ==0.3.1 - witherable ==0.5 @@ -3479,9 +3504,10 @@ default-package-overrides: - zip ==2.2.1 - zip-archive ==0.4.3.2 - zip-stream ==0.2.2.0 + - zip2tar ==0.0 - zippers ==0.3.2 - zlib ==0.7.1.1 - zlib-bindings ==0.1.1.5 - - zlib-clib ==1.3.1 + - zlib-clib ==1.3.2 - zot ==0.0.3 - zstd ==0.1.3.0 diff --git a/pkgs/development/haskell-modules/hackage-packages.nix b/pkgs/development/haskell-modules/hackage-packages.nix index f6cbb94c1dcc..ad171e576f8b 100644 --- a/pkgs/development/haskell-modules/hackage-packages.nix +++ b/pkgs/development/haskell-modules/hackage-packages.nix @@ -1562,8 +1562,8 @@ self: { pname = "Agda"; version = "2.8.0"; sha256 = "184vjq260zf5w9c8nz11nbhpsvq3a1yxp7mhaz7synlaww3ik146"; - revision = "3"; - editedCabalFile = "0c839h8x7lbwhmsi8yjkvrl9rhb0a57va7rs4lsh0l4gbx2g5rk9"; + revision = "4"; + editedCabalFile = "018cp08gndx74igkxyymp27ncpimmmk1kipjmi3aziqr7fraahly"; isLibrary = true; isExecutable = true; enableSeparateDataOutput = true; @@ -24889,7 +24889,6 @@ self: { { mkDerivation, aeson, - attoparsec, base, bytestring, fast-logger, @@ -24909,23 +24908,15 @@ self: { }: mkDerivation { pname = "IPv6DB"; - version = "0.3.3.4"; - sha256 = "1mkf2fqlg2n9q3l3p8rxdcmb7k281lz37x6hiry1wvxbn92d4pja"; - revision = "1"; - editedCabalFile = "18wx26x4nyyywbl7inwna68kmxs8sbyckmrhdz4png9gn7ix4sr0"; + version = "0.3.3.5"; + sha256 = "1zrb9kqpjq7a72x22injgyjqf9vpv5ls6g7nkiwiry05i6l68swy"; isLibrary = true; isExecutable = true; libraryHaskellDepends = [ aeson - attoparsec base - bytestring - hedis - http-types IPv6Addr - mtl text - unordered-containers vector ]; executableHaskellDepends = [ @@ -25394,13 +25385,12 @@ self: { fingertree, QuickCheck, random, - SegmentTree, weigh, }: mkDerivation { pname = "IntervalMap"; - version = "0.6.2.1"; - sha256 = "17v9q1vnm3pzrr5xhv8xvxqh27facwwfladrr10l57fzibp82265"; + version = "0.6.2.4"; + sha256 = "0jsiwjcqn8533b7f05dwkyn5abgxdxn2vxg2390nbar79x52p99p"; libraryHaskellDepends = [ base containers @@ -25420,7 +25410,6 @@ self: { deepseq fingertree random - SegmentTree weigh ]; description = "Containers for intervals, with efficient search"; @@ -29989,8 +29978,8 @@ self: { }: mkDerivation { pname = "MicroCabal"; - version = "0.3.1.2"; - sha256 = "175f6s0b6h3vdi57jdwwx6mbi8azm3j5cnbqi1il3356hhfq0786"; + version = "0.5.10.0"; + sha256 = "0gwhlhfcnvpmzr37897qc33322sh3z67xm718fnswg5b32yggmrw"; isLibrary = false; isExecutable = true; executableHaskellDepends = [ @@ -30013,7 +30002,6 @@ self: { deepseq, directory, filepath, - ghc-prim, haskeline, process, text, @@ -30021,24 +30009,11 @@ self: { }: mkDerivation { pname = "MicroHs"; - version = "0.15.0.0"; - sha256 = "0ggc2nxa4ccpxi08h01xvc9g5s0zkxs3yq6r3dbqcvmakaba6k7i"; - isLibrary = true; + version = "0.16.0.0"; + sha256 = "0m9i95hrf5iwqi9qmb2ppcghrvinma1vnamvi84r3q2yfr3aikyq"; + isLibrary = false; isExecutable = true; enableSeparateDataOutput = true; - libraryHaskellDepends = [ - array - base - bytestring - deepseq - directory - filepath - ghc-prim - haskeline - process - text - time - ]; executableHaskellDepends = [ array base @@ -30046,7 +30021,6 @@ self: { deepseq directory filepath - ghc-prim haskeline process text @@ -35262,8 +35236,8 @@ self: { }: mkDerivation { pname = "PenroseKiteDart"; - version = "1.8.1"; - sha256 = "18xgip2bvs23hq74538c9r4d2g14lkgak5zb39ivlfq705pwbf4m"; + version = "1.9"; + sha256 = "0rwk996i1y95j7a2n7iymrk4ldpkjlqv2rp3pyqd2mzbiyyf8vin"; libraryHaskellDepends = [ base containers @@ -56008,49 +55982,8 @@ self: { }: mkDerivation { pname = "aeson-jsonpath"; - version = "0.4.0.0"; - sha256 = "0ivy5cm0hf9nws5gyi4g6y4bpqjm1p7mm23fs1fk8wrad387m9dp"; - enableSeparateDataOutput = true; - libraryHaskellDepends = [ - aeson - base - parsec - regex-tdfa - scientific - template-haskell - text - vector - ]; - testHaskellDepends = [ - aeson - base - hspec - parsec - text - vector - ]; - description = "Parse and run JSONPath queries on Aeson documents"; - license = lib.licenses.mit; - } - ) { }; - - aeson-jsonpath_0_4_1_0 = callPackage ( - { - mkDerivation, - aeson, - base, - hspec, - parsec, - regex-tdfa, - scientific, - template-haskell, - text, - vector, - }: - mkDerivation { - pname = "aeson-jsonpath"; - version = "0.4.1.0"; - sha256 = "1yc79hll7ckglpcq9dwf3066pxa1ar4d0891pgz0kd1620zhr0my"; + version = "0.4.2.0"; + sha256 = "0l8m72k7gzwb6wblx0zhmfaqpxvb6zhyhchcpqs5dq3l0m8sxf07"; enableSeparateDataOutput = true; libraryHaskellDepends = [ aeson @@ -56072,7 +56005,6 @@ self: { ]; description = "Parse and run JSONPath queries on Aeson documents"; license = lib.meta.getLicenseFromSpdxId "MIT"; - hydraPlatforms = lib.platforms.none; } ) { }; @@ -58410,6 +58342,80 @@ self: { } ) { }; + aihc-parser = callPackage ( + { + mkDerivation, + aeson, + aihc-cpp, + aihc-hackage, + base, + bytestring, + Cabal-syntax, + containers, + deepseq, + Diff, + directory, + filepath, + ghc-lib-parser, + haskell-src-exts, + megaparsec, + optparse-applicative, + prettyprinter, + process, + QuickCheck, + tasty, + tasty-hunit, + tasty-quickcheck, + template-haskell, + text, + yaml, + }: + mkDerivation { + pname = "aihc-parser"; + version = "1.0.0.3"; + sha256 = "19mk9lcrayzmfsmkxxn02hciflyxvjrlx6hni6jskkx7sfw6yv8n"; + libraryHaskellDepends = [ + base + bytestring + containers + deepseq + megaparsec + prettyprinter + text + ]; + testHaskellDepends = [ + aeson + aihc-cpp + aihc-hackage + base + bytestring + Cabal-syntax + containers + deepseq + Diff + directory + filepath + ghc-lib-parser + haskell-src-exts + megaparsec + optparse-applicative + prettyprinter + process + QuickCheck + tasty + tasty-hunit + tasty-quickcheck + template-haskell + text + yaml + ]; + description = "Haskell parser"; + license = lib.meta.getLicenseFromSpdxId "Unlicense"; + hydraPlatforms = lib.platforms.none; + broken = true; + } + ) { aihc-hackage = null; }; + aip = callPackage ( { mkDerivation, @@ -78077,88 +78083,6 @@ self: { ) { }; ansi-terminal-game = callPackage ( - { - mkDerivation, - ansi-terminal, - array, - base, - bytestring, - cereal, - clock, - colour, - containers, - exceptions, - file-embed, - hspec, - hspec-discover, - linebreak, - mintty, - mtl, - QuickCheck, - random, - split, - terminal-size, - timers-tick, - unidecode, - }: - mkDerivation { - pname = "ansi-terminal-game"; - version = "1.9.3.0"; - sha256 = "1yy7hzdcawdmwl8wqzabbamzjdg260xbwryj0hdjn7b0n6qlqymk"; - revision = "5"; - editedCabalFile = "047n59p2sslawlv7fs6dn0mwgf4fsbk4lwlvl622dj45mbn77sgm"; - isLibrary = true; - isExecutable = true; - libraryHaskellDepends = [ - ansi-terminal - array - base - bytestring - cereal - clock - colour - containers - exceptions - file-embed - linebreak - mintty - mtl - QuickCheck - random - split - terminal-size - timers-tick - unidecode - ]; - testHaskellDepends = [ - ansi-terminal - array - base - bytestring - cereal - clock - colour - containers - exceptions - file-embed - hspec - linebreak - mintty - mtl - QuickCheck - random - split - terminal-size - timers-tick - unidecode - ]; - testToolDepends = [ hspec-discover ]; - description = "cross-platform library for terminal games"; - license = lib.licenses.gpl3Only; - } - ) { }; - - ansi-terminal-game_1_9_4_0 = callPackage ( { mkDerivation, ansi-terminal, @@ -78235,7 +78159,6 @@ self: { testToolDepends = [ hspec-discover ]; description = "cross-platform library for terminal games"; license = lib.licenses.gpl3Only; - hydraPlatforms = lib.platforms.none; } ) { }; @@ -80081,6 +80004,8 @@ self: { pname = "apecs-gloss"; version = "0.2.4"; sha256 = "0dwaynabg26vlzbaa59q5ri6sczda667ni900fn567zn8hq9c837"; + revision = "1"; + editedCabalFile = "1380w15brydr06gfks4cr5vg40ma99bv32vn0m2cg40g3jhwpaq4"; libraryHaskellDepends = [ apecs apecs-physics @@ -80109,6 +80034,8 @@ self: { pname = "apecs-physics"; version = "0.4.6"; sha256 = "14x26x6c747fh1yrl50g0pwcirbk7r7qxvy48h8y8zrm0n158n5c"; + revision = "1"; + editedCabalFile = "1ak1wji2pqjvy0c7w86ms20hbiw3l3bnsvmzb5wgk636j06wz11y"; libraryHaskellDepends = [ apecs base @@ -84878,8 +84805,8 @@ self: { }: mkDerivation { pname = "arithmoi"; - version = "0.13.3.0"; - sha256 = "1p2x13g1nxbz1bm8bz21kn4zw0gza491cfn5h83d6wvqkzd16dqh"; + version = "0.13.4.0"; + sha256 = "11zpdypz4ypksc2dr7nw679l0rs14n03vlanljjcqgnv9zrv0yfb"; configureFlags = [ "-f-llvm" ]; libraryHaskellDepends = [ array @@ -86783,8 +86710,8 @@ self: { }: mkDerivation { pname = "asciidoc"; - version = "0.1.0.2"; - sha256 = "0djdvr06xs77c5gp57s13r96zpgbdglb6ay53ql4mlm4120d1v4p"; + version = "0.1.0.3"; + sha256 = "0658qmmbaxpv3csgnkirsrrmhgwnv86pl4vwwvma2cb39z4d75a9"; isLibrary = true; isExecutable = true; libraryHaskellDepends = [ @@ -88665,6 +88592,245 @@ self: { } ) { }; + atelier-core = callPackage ( + { + mkDerivation, + aeson, + async, + atelier-prelude, + base, + base64-bytestring, + bytestring, + casing, + containers, + contra-tracer, + daemons, + data-default, + directory, + effectful, + effectful-core, + effectful-plugin, + effectful-th, + filepath, + fsnotify, + hedgehog, + hs-opentelemetry-api, + hs-opentelemetry-exporter-otlp, + hs-opentelemetry-sdk, + hspec, + hspec-hedgehog, + http-api-data, + http-types, + ki, + list-t, + optparse-applicative, + process, + prometheus-client, + prometheus-metrics-ghc, + stm, + stm-containers, + tasty, + tasty-discover, + tasty-hspec, + text, + time, + time-units, + typed-process, + unagi-chan, + unix, + unordered-containers, + uuid, + wai, + warp, + }: + mkDerivation { + pname = "atelier-core"; + version = "0.1.0.0"; + sha256 = "1i5d0cqs7pszgfrb8vvssbq192k6167hlmlp7m0mshlr6shaayay"; + libraryHaskellDepends = [ + aeson + atelier-prelude + base + base64-bytestring + bytestring + casing + containers + contra-tracer + daemons + data-default + directory + effectful + effectful-core + effectful-plugin + effectful-th + filepath + fsnotify + hs-opentelemetry-api + hs-opentelemetry-exporter-otlp + hs-opentelemetry-sdk + http-api-data + http-types + ki + list-t + optparse-applicative + process + prometheus-client + prometheus-metrics-ghc + stm + stm-containers + text + time + time-units + typed-process + unagi-chan + unix + unordered-containers + uuid + wai + warp + ]; + testHaskellDepends = [ + aeson + async + atelier-prelude + base + bytestring + containers + data-default + effectful + effectful-core + effectful-plugin + hedgehog + hs-opentelemetry-api + hspec + hspec-hedgehog + stm + stm-containers + tasty + tasty-hspec + time + ]; + testToolDepends = [ tasty-discover ]; + description = "Foundational Effectful-based effects and utilities"; + license = lib.licenses.mit; + } + ) { }; + + atelier-db = callPackage ( + { + mkDerivation, + aeson, + atelier-core, + atelier-prelude, + base, + bytestring, + containers, + data-default, + effectful, + effectful-core, + effectful-plugin, + effectful-th, + hasql, + hasql-pool, + hasql-transaction, + rel8, + text, + time, + }: + mkDerivation { + pname = "atelier-db"; + version = "0.1.0.0"; + sha256 = "0qi7iq747z8jd58bdc4pdnqsiir65xx7hh1sknzij1d9cc97a82f"; + libraryHaskellDepends = [ + aeson + atelier-core + atelier-prelude + base + bytestring + containers + data-default + effectful + effectful-core + effectful-plugin + effectful-th + hasql + hasql-pool + hasql-transaction + rel8 + text + time + ]; + description = "Relational database effect for atelier (Hasql/Rel8)"; + license = lib.licenses.mit; + } + ) { }; + + atelier-prelude = callPackage ( + { + mkDerivation, + base, + effectful-core, + relude, + }: + mkDerivation { + pname = "atelier-prelude"; + version = "0.1.0.0"; + sha256 = "0wfw696kjrpb81h1k14nr9plhnpc4b71jqzniv9i0fm9037qw4pn"; + libraryHaskellDepends = [ + base + effectful-core + relude + ]; + description = "Custom relude-based prelude with Effectful conventions"; + license = lib.licenses.mit; + } + ) { }; + + atelier-testing = callPackage ( + { + mkDerivation, + atelier-core, + atelier-db, + atelier-prelude, + base, + effectful-core, + effectful-plugin, + hasql, + hasql-pool, + hspec, + postgres-options, + string-conversions, + text, + tmp-postgres, + unix, + uuid, + }: + mkDerivation { + pname = "atelier-testing"; + version = "0.1.0.0"; + sha256 = "1i8nk0fip3mrfsy2m75976xmddwbs79fnhs10qz3mhhz6gixs5w3"; + libraryHaskellDepends = [ + atelier-core + atelier-db + atelier-prelude + base + effectful-core + effectful-plugin + hasql + hasql-pool + hspec + postgres-options + string-conversions + text + tmp-postgres + unix + uuid + ]; + description = "Database-backed test utilities for atelier"; + license = lib.licenses.mit; + } + ) { }; + aterm = callPackage ( { mkDerivation, @@ -91188,10 +91354,8 @@ self: { }: mkDerivation { pname = "audacity"; - version = "0.0.2.2"; - sha256 = "1glvk4mkq8j48s0xm86xb1l3xrb6m3cijcckdm48zq3pz7yg3hd8"; - revision = "1"; - editedCabalFile = "1zijgx43yd713czj9r5b2yv26dii4d4i6ar9n0l1c9zqaqv7vh6p"; + version = "0.0.2.4"; + sha256 = "032smxnykziyixghhs0j2mayfl7r6dj706fsnd376c7bwhmjgis3"; isLibrary = true; isExecutable = true; libraryHaskellDepends = [ @@ -92544,6 +92708,100 @@ self: { } ) { }; + automaton_1_8 = callPackage ( + { + mkDerivation, + base, + changeset, + containers, + free, + mmorph, + MonadRandom, + mtl, + profunctors, + QuickCheck, + selective, + semialign, + simple-affine-space, + sop-core, + tasty, + tasty-hunit, + tasty-quickcheck, + these, + time-domain, + transformers, + witherable, + }: + mkDerivation { + pname = "automaton"; + version = "1.8"; + sha256 = "0wabcig5kis6rw2cx13csxhsndilvmhcx8p0cp3wk37xyiyqh2f3"; + isLibrary = true; + isExecutable = true; + libraryHaskellDepends = [ + base + changeset + containers + free + mmorph + MonadRandom + mtl + profunctors + selective + semialign + simple-affine-space + sop-core + these + time-domain + transformers + witherable + ]; + executableHaskellDepends = [ + base + changeset + containers + free + mmorph + MonadRandom + mtl + profunctors + selective + semialign + simple-affine-space + sop-core + these + time-domain + transformers + witherable + ]; + testHaskellDepends = [ + base + changeset + containers + free + mmorph + MonadRandom + mtl + profunctors + QuickCheck + selective + semialign + simple-affine-space + sop-core + tasty + tasty-hunit + tasty-quickcheck + these + time-domain + transformers + witherable + ]; + description = "Effectful streams and automata in coalgebraic encoding"; + license = lib.meta.getLicenseFromSpdxId "MIT"; + hydraPlatforms = lib.platforms.none; + } + ) { }; + automitive-cse = callPackage ( { mkDerivation, @@ -97738,6 +97996,271 @@ self: { } ) { }; + baikai = callPackage ( + { + mkDerivation, + aeson, + base, + base64-bytestring, + bytestring, + containers, + directory, + filepath, + generic-lens, + lens, + process, + scientific, + stm, + streamly, + streamly-core, + tasty, + tasty-hunit, + temporary, + text, + time, + unliftio-core, + vector, + }: + mkDerivation { + pname = "baikai"; + version = "0.1.0.0"; + sha256 = "006fi19dwaj8za016nd6zn4hskahxx7jsmip1mxhjzn24ldjvf6c"; + isLibrary = true; + isExecutable = true; + libraryHaskellDepends = [ + aeson + base + base64-bytestring + bytestring + containers + generic-lens + lens + scientific + streamly + streamly-core + text + time + unliftio-core + vector + ]; + executableHaskellDepends = [ + aeson + base + bytestring + containers + directory + filepath + scientific + text + ]; + testHaskellDepends = [ + aeson + base + bytestring + directory + filepath + process + stm + streamly-core + tasty + tasty-hunit + temporary + text + vector + ]; + description = "Unified Haskell interface for multiple AI providers"; + license = lib.meta.getLicenseFromSpdxId "BSD-3-Clause"; + mainProgram = "baikai-gen-models"; + } + ) { }; + + baikai-claude = callPackage ( + { + mkDerivation, + aeson, + baikai, + base, + base64-bytestring, + bytestring, + claude, + containers, + cradle, + generic-lens, + http-client, + http-client-tls, + lens, + servant-client, + streamly, + streamly-core, + tasty, + tasty-hunit, + text, + time, + vector, + }: + mkDerivation { + pname = "baikai-claude"; + version = "0.1.0.0"; + sha256 = "0qpcn8gnpxag2nn6vbzv590bv9yvkp4fr5dl0a664mzfghh8lbh2"; + libraryHaskellDepends = [ + aeson + baikai + base + base64-bytestring + bytestring + claude + containers + cradle + generic-lens + http-client + http-client-tls + lens + servant-client + streamly + streamly-core + text + time + vector + ]; + testHaskellDepends = [ + baikai + base + bytestring + generic-lens + lens + streamly-core + tasty + tasty-hunit + text + vector + ]; + description = "Anthropic Claude providers for the baikai abstraction"; + license = lib.meta.getLicenseFromSpdxId "BSD-3-Clause"; + } + ) { }; + + baikai-openai = callPackage ( + { + mkDerivation, + aeson, + baikai, + base, + base64-bytestring, + bytestring, + containers, + generic-lens, + http-client, + http-client-tls, + lens, + openai, + process, + servant-client, + streamly, + streamly-core, + tasty, + tasty-hunit, + text, + time, + vector, + }: + mkDerivation { + pname = "baikai-openai"; + version = "0.1.0.0"; + sha256 = "01yi4gd02sk4a9wffngpvdc455sdx086jvf00zz2fkhyj7iadyfb"; + libraryHaskellDepends = [ + aeson + baikai + base + base64-bytestring + bytestring + containers + generic-lens + http-client + http-client-tls + lens + openai + process + servant-client + streamly + streamly-core + text + time + vector + ]; + testHaskellDepends = [ + baikai + base + bytestring + generic-lens + lens + streamly-core + tasty + tasty-hunit + text + vector + ]; + description = "OpenAI providers for the baikai abstraction"; + license = lib.meta.getLicenseFromSpdxId "BSD-3-Clause"; + } + ) { }; + + baikai-trace-otel = callPackage ( + { + mkDerivation, + baikai, + base, + containers, + generic-lens, + hs-opentelemetry-api, + hs-opentelemetry-exporter-in-memory, + hs-opentelemetry-sdk, + hs-opentelemetry-semantic-conventions, + lens, + scientific, + streamly-core, + tasty, + tasty-hunit, + text, + time, + unordered-containers, + vector, + }: + mkDerivation { + pname = "baikai-trace-otel"; + version = "0.1.0.0"; + sha256 = "0dr4yrr9ahrn41q52jcrn1b2zf3f934f3jl4xc3qdv82d6ks4igp"; + libraryHaskellDepends = [ + baikai + base + containers + hs-opentelemetry-api + hs-opentelemetry-semantic-conventions + scientific + streamly-core + text + time + unordered-containers + ]; + testHaskellDepends = [ + baikai + base + generic-lens + hs-opentelemetry-api + hs-opentelemetry-exporter-in-memory + hs-opentelemetry-sdk + lens + tasty + tasty-hunit + text + time + unordered-containers + vector + ]; + description = "OpenTelemetry TraceSink for baikai"; + license = lib.meta.getLicenseFromSpdxId "BSD-3-Clause"; + } + ) { }; + bake = callPackage ( { mkDerivation, @@ -100995,10 +101518,8 @@ self: { }: mkDerivation { pname = "battleship-combinatorics"; - version = "0.0.1"; - sha256 = "0pr1vcq69ndkln5jd6kxd0gn8jvc8n7aiqanxsrqnjpx4kkixph4"; - revision = "3"; - editedCabalFile = "1q84kx54d3qq00fckwypzqdxgqi0am4kh88qh21pb4kh4hbalxmz"; + version = "0.0.1.2"; + sha256 = "00svmmls98s0a8q684rzkzp7lqhhrj8icvdd8xah7c3vfrnnc0np"; isLibrary = true; isExecutable = true; libraryHaskellDepends = [ @@ -111176,6 +111697,7 @@ self: { base, deepseq, gauge, + hashable, mono-traversable, QuickCheck, test-framework, @@ -111185,15 +111707,14 @@ self: { }: mkDerivation { pname = "bitwise-enum"; - version = "1.0.1.2"; - sha256 = "15v40b2rffrx1sqfbfrbiky1g1bic0waabsznq5cgrlv7jh5znxx"; - revision = "2"; - editedCabalFile = "16q8p4k74gkb2xpnhrj0z1rachp4aa893f95i9a83gjaql3q9zfb"; + version = "1.0.2.0"; + sha256 = "17x51mpgv16xcw45lvgi75kjg6gxbgzxrvdvy6ifdfc8rk5adrxj"; libraryHaskellDepends = [ aeson array base deepseq + hashable mono-traversable vector ]; @@ -111202,6 +111723,7 @@ self: { array base deepseq + hashable mono-traversable QuickCheck test-framework @@ -111214,6 +111736,7 @@ self: { base deepseq gauge + hashable mono-traversable vector wide-word @@ -111304,8 +111827,8 @@ self: { }: mkDerivation { pname = "bizzlelude"; - version = "4.20.2.0.2"; - sha256 = "1fb83w83ynbwz4pj5y0xvzf9wwg6y6q11qyl6jfnlv5p0njxv2yr"; + version = "4.20.2.0.3"; + sha256 = "031nlz582sh5sj30hxzv4bl3s5kljah5an4d0jrxzzfk35rrym86"; libraryHaskellDepends = [ base bytestring @@ -114339,8 +114862,8 @@ self: { }: mkDerivation { pname = "bluesky-tools"; - version = "0.6.0.4"; - sha256 = "0q0q945xqxwq2mv1nd31cyfxb207rws1rhvnmqvg3p96354ahd12"; + version = "0.6.0.6"; + sha256 = "1g5i5h4c05jd6dgl0vsf21v452dqlvvvaqipib6gwpsxr1450ikn"; libraryHaskellDepends = [ aeson async @@ -114703,8 +115226,8 @@ self: { }: mkDerivation { pname = "board-games"; - version = "0.4.0.1"; - sha256 = "1zw5061m29kaz4hxn18hz9p7hvxb1ga8x2vqxkpk7iyd25yncd05"; + version = "0.4.0.3"; + sha256 = "1rs0iqrzp93xy0a0qshfv2g5p6jaxzkqjzv2szix51bjy8lhav0f"; isLibrary = true; isExecutable = true; libraryHaskellDepends = [ @@ -117182,6 +117705,46 @@ self: { } ) { }; + bowtie_0_8_0 = callPackage ( + { + mkDerivation, + base, + bifunctors, + comonad, + dependent-map, + hashable, + mtl, + nonempty-containers, + optics, + prettyprinter, + recursion-schemes, + semigroupoids, + some, + }: + mkDerivation { + pname = "bowtie"; + version = "0.8.0"; + sha256 = "0cfjd5i8n6h9q1jfxv5cvmga7dp3sp64izs1z9f64z4zfwlbiy51"; + libraryHaskellDepends = [ + base + bifunctors + comonad + dependent-map + hashable + mtl + nonempty-containers + optics + prettyprinter + recursion-schemes + semigroupoids + some + ]; + description = "Tying knots in polynomial functors"; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + } + ) { }; + box = callPackage ( { mkDerivation, @@ -119399,6 +119962,38 @@ self: { } ) { }; + browse = callPackage ( + { + mkDerivation, + base, + directory, + filepath, + open-browser, + text, + }: + mkDerivation { + pname = "browse"; + version = "0.5.0.0"; + sha256 = "0103n4kbagiccvnzqq5s2iimb78fc6cj5mffg72ps0bgmmwi6c6x"; + libraryHaskellDepends = [ + base + directory + filepath + open-browser + text + ]; + testHaskellDepends = [ + base + directory + filepath + open-browser + text + ]; + description = "Library to present content to an user via their browser"; + license = lib.licenses.publicDomain; + } + ) { }; + brush-strokes = callPackage ( { mkDerivation, @@ -120688,8 +121283,8 @@ self: { }: mkDerivation { pname = "bugsnag"; - version = "1.2.0.1"; - sha256 = "0n78jl3spg4i3g3n5z0cz6xniizpz1l45mkvxm599510gkdqk028"; + version = "1.2.0.2"; + sha256 = "13mq013qcfmldyb9mnm96bw1b2s4k521qzsdhnqw792brvqmkg2z"; isLibrary = true; isExecutable = true; libraryHaskellDepends = [ @@ -120849,8 +121444,8 @@ self: { }: mkDerivation { pname = "bugsnag-wai"; - version = "1.0.1.1"; - sha256 = "0wi0ip7fjzk3hvw2i19wjj08pn0bvmnx9j68lh4hgc8a0bdr69bg"; + version = "1.0.1.2"; + sha256 = "0dvsym04x50953sqz78nd9cgyzxd847752fx9csqxxsfacqhlsxw"; isLibrary = true; isExecutable = true; libraryHaskellDepends = [ @@ -123777,6 +124372,27 @@ self: { } ) { }; + bytestring-mmap-compat = callPackage ( + { + mkDerivation, + base, + bytestring, + unix, + }: + mkDerivation { + pname = "bytestring-mmap-compat"; + version = "0.2.3"; + sha256 = "18yl0xfxclkzn1chw4yywr9l9gvd2f9083vyrpvfmcmrx6vr745i"; + libraryHaskellDepends = [ + base + bytestring + unix + ]; + description = "mmap support for strict ByteStrings (unix >= 2.8 fork)"; + license = lib.licenses.bsd3; + } + ) { }; + bytestring-nums = callPackage ( { mkDerivation, @@ -127420,8 +128036,8 @@ self: { }: mkDerivation { pname = "cabal-matrix"; - version = "1.0.2.0"; - sha256 = "1dd3bh32vgjp8h1wlf6v2dhlfs0yh498f3gbzg6b6dsny0z6frk3"; + version = "1.0.3.0"; + sha256 = "095449nihda0akfjlwafhw431fqp5y1aa0w4rz6r3mir0prkmbxa"; isLibrary = true; isExecutable = true; libraryHaskellDepends = [ @@ -129086,11 +129702,12 @@ self: { tasty, tasty-hunit, time, + transformers, }: mkDerivation { pname = "cached-io"; - version = "1.3.2.0"; - sha256 = "1hjh90gbd4y48v98p53r0sy1vvcar6cwq1vp4zd4z109j3f509dk"; + version = "1.4.0.0"; + sha256 = "14nfqds5wcmrqh2549hs4b6766yrgixbas69q1n3rljhlsj2dkm5"; libraryHaskellDepends = [ base exceptions @@ -129101,6 +129718,7 @@ self: { base tasty tasty-hunit + transformers ]; description = "A simple library to cache IO actions"; license = lib.meta.getLicenseFromSpdxId "Apache-2.0"; @@ -135554,6 +136172,8 @@ self: { pname = "cayley-client"; version = "0.4.19.5"; sha256 = "0fksq22p80j7ggj9ls90lyvi237vw28yiz7908vrcn7wf4h9f3fq"; + revision = "1"; + editedCabalFile = "0jwwxmi8yc91fb0cjk0xh2mzrjhadnzpcyfi35w7izh3b0knivl5"; libraryHaskellDepends = [ aeson attoparsec @@ -143066,8 +143686,8 @@ self: { }: mkDerivation { pname = "citeproc"; - version = "0.13"; - sha256 = "1dvpb2yh4z84xcw95pdzfmwlll6bdz0in382ilhwd3jhd7jy4b67"; + version = "0.13.0.1"; + sha256 = "1xjd7ga44w1crs9xqymdsawidxd9anmcg80s45ca3dc0jgd2ybb6"; isLibrary = true; isExecutable = true; libraryHaskellDepends = [ @@ -147599,8 +148219,8 @@ self: { }: mkDerivation { pname = "climb"; - version = "0.7.0"; - sha256 = "023hh9i70pwxb5v8gxgv18g2391pkyxwjmbw86wii90k4c78nk15"; + version = "0.8.0"; + sha256 = "1mh4np2y2czmpkrgspiwbywi66c69azwrmk2x0b4k78szar1y51p"; isLibrary = true; isExecutable = true; libraryHaskellDepends = [ @@ -150350,28 +150970,6 @@ self: { ) { }; co-log-core = callPackage ( - { - mkDerivation, - base, - doctest, - Glob, - }: - mkDerivation { - pname = "co-log-core"; - version = "0.3.2.6"; - sha256 = "04y26fzj1n4nfn0cbl863bdcf2iv4gcgwins278n3f309ljyjmv4"; - libraryHaskellDepends = [ base ]; - testHaskellDepends = [ - base - doctest - Glob - ]; - description = "Composable Contravariant Comonadic Logging Library"; - license = lib.meta.getLicenseFromSpdxId "MPL-2.0"; - } - ) { }; - - co-log-core_0_3_2_7 = callPackage ( { mkDerivation, base, @@ -150390,7 +150988,6 @@ self: { ]; description = "Composable Contravariant Comonadic Logging Library"; license = lib.meta.getLicenseFromSpdxId "MPL-2.0"; - hydraPlatforms = lib.platforms.none; } ) { }; @@ -154368,6 +154965,7 @@ self: { containers, doctest-exitcode-stdio, doctest-lib, + non-empty, QuickCheck, semigroups, transformers, @@ -154375,11 +154973,12 @@ self: { }: mkDerivation { pname = "comfort-graph"; - version = "0.0.4.1"; - sha256 = "0g3fbv0x0g8d5k09qcsahrys0igkn8hnjwa0281lwsy16inwqlxg"; + version = "0.0.5.1"; + sha256 = "0dal4rasq2mi4wbdrc3jvzkyd920x0bb1z2shzf017n6fqmcdawr"; libraryHaskellDepends = [ base containers + non-empty QuickCheck semigroups transformers @@ -154390,6 +154989,7 @@ self: { containers doctest-exitcode-stdio doctest-lib + non-empty QuickCheck transformers utility-ht @@ -154750,8 +155350,8 @@ self: { }: mkDerivation { pname = "commonmark"; - version = "0.2.6.1"; - sha256 = "0wwh0smqdmyb1qa992d0jva24yml4lxmmwr3av3c8s0xh3z7vkpv"; + version = "0.3"; + sha256 = "1szf81x8nmkzksj14yq44yd2h6rnf9464nx7v26lpahxk8a95j6b"; libraryHaskellDepends = [ base bytestring @@ -154798,8 +155398,8 @@ self: { }: mkDerivation { pname = "commonmark-cli"; - version = "0.2.1"; - sha256 = "0gc11zz604qsjrdip3cwb8rpz2j73md9014nvmr5wzb8ds6cjnwf"; + version = "0.2.1.1"; + sha256 = "1a8xf0rq058kdhya4q2d6gn5jwwsdnvfx801sziynhwsrrmx7f4k"; isLibrary = false; isExecutable = true; executableHaskellDepends = [ @@ -154839,8 +155439,8 @@ self: { }: mkDerivation { pname = "commonmark-extensions"; - version = "0.2.6"; - sha256 = "1qhd6q00ccdr0l9zv1vknpc2fx0p4avdf9zcd27q20q3fdp0phsz"; + version = "0.2.7"; + sha256 = "0lbgwa7ykc58ygvwmmrzfnpcdzjpql4jr0rb8xgqbg0r6f8w488m"; libraryHaskellDepends = [ base commonmark @@ -154918,8 +155518,8 @@ self: { }: mkDerivation { pname = "commonmark-pandoc"; - version = "0.2.3"; - sha256 = "187gkvv0pp7bb8np8nns80aqprd2zpw7hxp9knvylckayysgig5l"; + version = "0.3"; + sha256 = "0xfxha6jkfl4i5jdyj30j2ghnkmi0n5d5mqb84gyacwymdiw62dw"; libraryHaskellDepends = [ base commonmark @@ -167686,6 +168286,8 @@ self: { pname = "country"; version = "0.2.5.0"; sha256 = "195jvf322pg06jmcnibx5dz2hvzrq53893hy6cvh9qhh47axd884"; + revision = "1"; + editedCabalFile = "0xk4qj03vjycvi50fcnxjpqpl95gadxfnpils4bcmxifhagvgcgj"; libraryHaskellDepends = [ aeson attoparsec @@ -172826,6 +173428,8 @@ self: { pname = "crypto-token"; version = "0.1.2"; sha256 = "18xphlvn6wzyi6lqrvm5vic97pkcbiph1938p5l1mb22rj5215zm"; + revision = "1"; + editedCabalFile = "1ff8m0ajmxgy0fp8lr0anbzliags0nwixianxarlg66cmmp6mfgs"; libraryHaskellDepends = [ array base @@ -173632,7 +174236,7 @@ self: { } ) { }; - crypton_1_1_3 = callPackage ( + crypton_1_1_4 = callPackage ( { mkDerivation, base, @@ -173652,8 +174256,8 @@ self: { }: mkDerivation { pname = "crypton"; - version = "1.1.3"; - sha256 = "0n96mkxmxgvmimv1h0080qb471v95qp8ds43mfs6x820v88g9a8b"; + version = "1.1.4"; + sha256 = "0rxfw3ikgkdgn4s3sv3fx815nbv78l5pw7c668jrk0rzmfc980ki"; libraryHaskellDepends = [ base base16 @@ -174085,7 +174689,7 @@ self: { } ) { }; - crypton-x509_1_9_0 = callPackage ( + crypton-x509_1_9_1 = callPackage ( { mkDerivation, base, @@ -174105,8 +174709,8 @@ self: { }: mkDerivation { pname = "crypton-x509"; - version = "1.9.0"; - sha256 = "1kbn88qfk61rixbk1k35k9hn7rdw0b9pfjw7li5gm18rz7avlp8m"; + version = "1.9.1"; + sha256 = "03mw7kdd5x8mc5gw47dk5ywvdnfh38p00lhlgcmmcwl26f8049jm"; libraryHaskellDepends = [ base bytestring @@ -174462,7 +175066,7 @@ self: { } ) { }; - crypton-x509-validation_1_9_0 = callPackage ( + crypton-x509-validation_1_9_1 = callPackage ( { mkDerivation, base, @@ -174484,8 +175088,10 @@ self: { }: mkDerivation { pname = "crypton-x509-validation"; - version = "1.9.0"; - sha256 = "1n2gsg10ygwi9ljpzp9jqpym54c3az9i00k1nwnlpambwh2y15hk"; + version = "1.9.1"; + sha256 = "0gffxqvd6h9pj1qafc1sah6adklngy7kwm2cv2agdiql25087jwg"; + revision = "1"; + editedCabalFile = "12p6yjrw6f8y8zs9yc3j2ls4s5qri6jqsd2sp6xyffz11hg27lbz"; libraryHaskellDepends = [ base bytestring @@ -178047,22 +178653,27 @@ self: { { mkDerivation, base, + containers, tasty, tasty-hunit, + tasty-quickcheck, text, }: mkDerivation { pname = "cvss"; - version = "0.2.0.1"; - sha256 = "174f32cll6r8ks5qpaivgiid0diypj9pckbjvxd575m7kxs60v66"; + version = "0.3.0.0"; + sha256 = "1y5yxzm7yjackmy329lliamw4hjbiyhpqarahvk02vsg7h63ppzi"; libraryHaskellDepends = [ base + containers text ]; testHaskellDepends = [ base + containers tasty tasty-hunit + tasty-quickcheck text ]; description = "Common Vulnerability Scoring System"; @@ -179016,6 +179627,78 @@ self: { } ) { }; + danecheck = callPackage ( + { + mkDerivation, + attoparsec, + base, + bytestring, + clock, + containers, + crypton, + crypton-asn1-encoding, + crypton-asn1-types, + crypton-x509, + crypton-x509-store, + crypton-x509-validation, + data-default-class, + dnsbase, + hostname, + idna2008, + iproute, + network, + optparse-applicative, + ram, + streaming, + streaming-bytestring, + text, + time-hourglass, + tls, + transformers, + unix, + unix-time, + }: + mkDerivation { + pname = "danecheck"; + version = "1.0.0.0"; + sha256 = "1xwfl9xy0ijq29jfky8r9c9bybz23yw5nni8irplcda4chcwsbb3"; + isLibrary = false; + isExecutable = true; + executableHaskellDepends = [ + attoparsec + base + bytestring + clock + containers + crypton + crypton-asn1-encoding + crypton-asn1-types + crypton-x509 + crypton-x509-store + crypton-x509-validation + data-default-class + dnsbase + hostname + idna2008 + iproute + network + optparse-applicative + ram + streaming + streaming-bytestring + text + time-hourglass + tls + transformers + unix + unix-time + ]; + description = "DANE SMTP validator"; + license = lib.meta.getLicenseFromSpdxId "BSD-3-Clause"; + mainProgram = "danecheck"; + } + ) { }; + dani-optics-dot = callPackage ( { mkDerivation, @@ -183558,69 +184241,6 @@ self: { ) { }; data-sketches = callPackage ( - { - mkDerivation, - base, - criterion, - data-sketches-core, - ghc-prim, - hspec, - hspec-discover, - mtl, - mwc-random, - pretty-show, - primitive, - QuickCheck, - statistics, - vector, - vector-algorithms, - }: - mkDerivation { - pname = "data-sketches"; - version = "0.3.1.0"; - sha256 = "0a3157ch2l2vn6s1b6mcfjw3lnvp45vm3dykzbjmfglhz7x9dxbz"; - libraryHaskellDepends = [ - base - data-sketches-core - ghc-prim - mtl - mwc-random - primitive - vector - vector-algorithms - ]; - testHaskellDepends = [ - base - data-sketches-core - ghc-prim - hspec - hspec-discover - mtl - mwc-random - pretty-show - primitive - QuickCheck - statistics - vector - vector-algorithms - ]; - testToolDepends = [ hspec-discover ]; - benchmarkHaskellDepends = [ - base - criterion - data-sketches-core - ghc-prim - mtl - mwc-random - primitive - vector - vector-algorithms - ]; - license = lib.licenses.asl20; - } - ) { }; - - data-sketches_0_4_0_1 = callPackage ( { mkDerivation, base, @@ -183674,48 +184294,10 @@ self: { ]; description = "Stochastic streaming algorithms for approximate computation on large datasets. Includes KLL, HLL, Theta, Count-Min, and REQ sketches."; license = lib.licenses.asl20; - hydraPlatforms = lib.platforms.none; } ) { }; data-sketches-core = callPackage ( - { - mkDerivation, - base, - deepseq, - ghc-prim, - mwc-random, - primitive, - vector, - vector-algorithms, - }: - mkDerivation { - pname = "data-sketches-core"; - version = "0.1.0.0"; - sha256 = "0ffw8ppgv1ifqh43nr3730qc188dg65d4bswsk0vj519fw578m93"; - libraryHaskellDepends = [ - base - deepseq - ghc-prim - mwc-random - primitive - vector - vector-algorithms - ]; - testHaskellDepends = [ - base - deepseq - ghc-prim - mwc-random - primitive - vector - vector-algorithms - ]; - license = lib.licenses.bsd3; - } - ) { }; - - data-sketches-core_0_3_0_0 = callPackage ( { mkDerivation, base, @@ -183743,7 +184325,6 @@ self: { vector ]; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; } ) { }; @@ -184925,6 +185506,7 @@ self: { dataframe-parsing, dataframe-th, dataframe-viz, + deepseq, directory, filepath, HUnit, @@ -184939,8 +185521,10 @@ self: { }: mkDerivation { pname = "dataframe"; - version = "2.1.0.0"; - sha256 = "05ab7m820bv68wl86gwbkj8nmwfxcn3igs75g8nawqg4bx6qcrnm"; + version = "2.1.0.2"; + sha256 = "0vsch6zcqswarb5pd3mifs6kvi6il2ng29v5i7mqn0hlh2n6cx5w"; + revision = "1"; + editedCabalFile = "1zsrrbfwcdlyxfifdas9gmhh8xbl0xcqrd3mx4l1i3p8agj10jfy"; isLibrary = true; isExecutable = true; libraryHaskellDepends = [ @@ -184982,6 +185566,7 @@ self: { vector ]; testHaskellDepends = [ + aeson base bytestring containers @@ -184993,7 +185578,6 @@ self: { dataframe-operations dataframe-parquet dataframe-parsing - dataframe-th HUnit QuickCheck random @@ -185005,6 +185589,119 @@ self: { benchmarkHaskellDepends = [ base criterion + deepseq + process + random + ]; + doHaddock = false; + description = "A fast, safe, and intuitive DataFrame library"; + license = lib.meta.getLicenseFromSpdxId "MIT"; + hydraPlatforms = lib.platforms.none; + } + ) { }; + + dataframe_2_1_0_3 = callPackage ( + { + mkDerivation, + aeson, + base, + bytestring, + containers, + criterion, + dataframe-core, + dataframe-csv, + dataframe-csv-th, + dataframe-json, + dataframe-lazy, + dataframe-learn, + dataframe-operations, + dataframe-parquet, + dataframe-parquet-th, + dataframe-parsing, + dataframe-th, + dataframe-viz, + deepseq, + directory, + filepath, + HUnit, + process, + QuickCheck, + random, + random-shuffle, + text, + time, + unix, + vector, + }: + mkDerivation { + pname = "dataframe"; + version = "2.1.0.3"; + sha256 = "15m1zc44vxi63v444r04d0x1vawc6ysyyil416bibw4306lkmk4j"; + isLibrary = true; + isExecutable = true; + libraryHaskellDepends = [ + aeson + base + bytestring + containers + dataframe-core + dataframe-csv + dataframe-csv-th + dataframe-json + dataframe-lazy + dataframe-learn + dataframe-operations + dataframe-parquet + dataframe-parquet-th + dataframe-parsing + dataframe-th + dataframe-viz + text + vector + ]; + executableHaskellDepends = [ + base + bytestring + containers + dataframe-core + dataframe-lazy + dataframe-learn + dataframe-operations + dataframe-parsing + directory + filepath + process + random + text + time + unix + vector + ]; + testHaskellDepends = [ + aeson + base + bytestring + containers + dataframe-core + dataframe-csv + dataframe-json + dataframe-lazy + dataframe-learn + dataframe-operations + dataframe-parquet + dataframe-parsing + HUnit + QuickCheck + random + random-shuffle + text + time + vector + ]; + benchmarkHaskellDepends = [ + base + criterion + deepseq process random ]; @@ -185026,8 +185723,8 @@ self: { }: mkDerivation { pname = "dataframe-core"; - version = "1.0.1.0"; - sha256 = "0kfccasxz74a3279lbsl1lbx0y0z0b9l8g0zlzsn0wlh8ck21ps3"; + version = "1.0.2.0"; + sha256 = "1q3fiaqc8b7i297g7djglvabv2mz88adm0119qy0hg83pg8dyzki"; libraryHaskellDepends = [ base containers @@ -185055,8 +185752,8 @@ self: { }: mkDerivation { pname = "dataframe-csv"; - version = "1.0.1.0"; - sha256 = "1jbxfkjhrzzadjqyylh9xl2pj9wf8vjjm33d4zjgzsbsg0p2ycnq"; + version = "1.0.1.1"; + sha256 = "0ap9xfmwrzj4h0dh4lbxqjshks4fk919xsrr0xc6kqx47ms0kjc5"; libraryHaskellDepends = [ base bytestring @@ -185224,8 +185921,8 @@ self: { }: mkDerivation { pname = "dataframe-lazy"; - version = "1.0.1.0"; - sha256 = "0v3jq58xiryvp5js8wr3haxfjvpd11nziaw4h6jvfi2jfcmkpn34"; + version = "1.0.1.1"; + sha256 = "0vs4aj3571rk8fxia06n4ca1vk3ahfjwx9b54p17shpcvxwhz44j"; libraryHaskellDepends = [ async attoparsec @@ -185258,20 +185955,26 @@ self: { containers, dataframe-core, dataframe-operations, + parallel, text, vector, + vector-algorithms, }: mkDerivation { pname = "dataframe-learn"; - version = "1.0.1.0"; - sha256 = "0g044lsfjjfl6krvfkv077m7m12x98gfbg8j87gdbyn8scaglksb"; + version = "1.0.2.0"; + sha256 = "0d4h2yy5067sivxqmsb133apynjz68g2kzlfxzzdrgknl7d2qljd"; + revision = "1"; + editedCabalFile = "1h04fbncqmndxak0hzc1sgpgmg3s4rl6sc04kvvn0jrrm34blas7"; libraryHaskellDepends = [ base containers dataframe-core dataframe-operations + parallel text vector + vector-algorithms ]; description = "Decision trees and feature synthesis for the dataframe ecosystem"; license = lib.meta.getLicenseFromSpdxId "MIT"; @@ -185285,7 +185988,6 @@ self: { containers, dataframe-core, dataframe-parsing, - hashable, random, regex-tdfa, text, @@ -185296,14 +185998,15 @@ self: { }: mkDerivation { pname = "dataframe-operations"; - version = "1.0.1.1"; - sha256 = "16s707ndspb2vd62qppakbpbygmg4fvvkj372ybldl50hisqym3g"; + version = "1.1.0.1"; + sha256 = "09x6l7867q9bg5xlz6jajcwbx1hgb6cakcz2vibn4hwsbxpjqlxz"; + revision = "1"; + editedCabalFile = "0vq4irlzzfajp5jc1haxz58p68i3v2wa856psi8dzh6vsw1lakck"; libraryHaskellDepends = [ base containers dataframe-core dataframe-parsing - hashable random regex-tdfa text @@ -185317,6 +186020,44 @@ self: { } ) { }; + dataframe-operations_1_1_0_2 = callPackage ( + { + mkDerivation, + base, + containers, + dataframe-core, + dataframe-parsing, + random, + regex-tdfa, + text, + time, + unordered-containers, + vector, + vector-algorithms, + }: + mkDerivation { + pname = "dataframe-operations"; + version = "1.1.0.2"; + sha256 = "12q8hxflfk0cl665641d5n71fs0bmac3rprq8j9b3x68jxgad7b3"; + libraryHaskellDepends = [ + base + containers + dataframe-core + dataframe-parsing + random + regex-tdfa + text + time + unordered-containers + vector + vector-algorithms + ]; + description = "Column operations, expression DSL, and statistics for the dataframe ecosystem"; + license = lib.meta.getLicenseFromSpdxId "MIT"; + hydraPlatforms = lib.platforms.none; + } + ) { }; + dataframe-parquet = callPackage ( { mkDerivation, @@ -185345,6 +186086,64 @@ self: { pname = "dataframe-parquet"; version = "1.0.1.0"; sha256 = "1rhw18hlykr5w7v9xcrrrhisx3pvd9387hj22g39nkkb2ci4cqjs"; + revision = "1"; + editedCabalFile = "1fiipixglbnhak1qp9dzkldvbjarfc1ap0jjgxr73xlljypdjrjh"; + libraryHaskellDepends = [ + aeson + base + bytestring + containers + dataframe-core + dataframe-operations + dataframe-parsing + directory + filepath + Glob + http-conduit + pinch + snappy-hs + streamly-bytestring + streamly-core + text + time + vector + zlib + zstd + ]; + description = "Parquet reader and writer for the dataframe ecosystem"; + license = lib.meta.getLicenseFromSpdxId "MIT"; + hydraPlatforms = lib.platforms.none; + } + ) { }; + + dataframe-parquet_1_0_1_1 = callPackage ( + { + mkDerivation, + aeson, + base, + bytestring, + containers, + dataframe-core, + dataframe-operations, + dataframe-parsing, + directory, + filepath, + Glob, + http-conduit, + pinch, + snappy-hs, + streamly-bytestring, + streamly-core, + text, + time, + vector, + zlib, + zstd, + }: + mkDerivation { + pname = "dataframe-parquet"; + version = "1.0.1.1"; + sha256 = "18hbhbhg2q1xr63mayhzbqmxc7zvn9m87hrzfg169lynnwj849p7"; libraryHaskellDepends = [ aeson base @@ -185445,8 +186244,11 @@ self: { mkDerivation, base, bytestring, + conduit, containers, dataframe, + dataframe-core, + dataframe-operations, HUnit, monad-logger, persistent, @@ -185461,14 +186263,18 @@ self: { }: mkDerivation { pname = "dataframe-persistent"; - version = "0.2.0.0"; - sha256 = "0zm6k82vx41pn2yg30j1p0ghrai39yz450cam5298ln18b8c87w8"; + version = "0.3.0.0"; + sha256 = "0x4a97s27q0mmy35m700ci00cbj45rzhjm06dpjrkfaspwshwyff"; libraryHaskellDepends = [ base bytestring + conduit containers - dataframe + dataframe-core + dataframe-operations persistent + persistent-sqlite + resourcet template-haskell text time @@ -185478,6 +186284,8 @@ self: { testHaskellDepends = [ base dataframe + dataframe-core + dataframe-operations HUnit monad-logger persistent @@ -185490,7 +186298,7 @@ self: { vector ]; description = "Persistent database integration for the dataframe library"; - license = lib.meta.getLicenseFromSpdxId "GPL-3.0-or-later"; + license = lib.meta.getLicenseFromSpdxId "MIT"; hydraPlatforms = lib.platforms.none; } ) { }; @@ -185511,6 +186319,8 @@ self: { pname = "dataframe-th"; version = "1.0.1.0"; sha256 = "0z4vvf0a622iw2kfckwsdyja6l5pdzwxq2flbyazgxn6q8438k9w"; + revision = "1"; + editedCabalFile = "1lk3vywdajmqxwy050sp3rqwik79019zvdkzdzfjiwqswjzq0md0"; libraryHaskellDepends = [ base containers @@ -185526,9 +186336,42 @@ self: { } ) { }; + dataframe-th_1_0_1_1 = callPackage ( + { + mkDerivation, + base, + containers, + dataframe-core, + dataframe-operations, + dataframe-parsing, + template-haskell, + text, + vector, + }: + mkDerivation { + pname = "dataframe-th"; + version = "1.0.1.1"; + sha256 = "1f9l72h07wakydnz1a9lhnbh37y6b190vq4gvs24qz8prjcfy9b8"; + libraryHaskellDepends = [ + base + containers + dataframe-core + dataframe-operations + dataframe-parsing + template-haskell + text + vector + ]; + description = "Record-based Template Haskell splices for the dataframe ecosystem"; + license = lib.meta.getLicenseFromSpdxId "MIT"; + hydraPlatforms = lib.platforms.none; + } + ) { }; + dataframe-viz = callPackage ( { mkDerivation, + aeson, base, containers, dataframe-core, @@ -185541,9 +186384,10 @@ self: { }: mkDerivation { pname = "dataframe-viz"; - version = "1.0.1.1"; - sha256 = "0jp3ay2y93nfkr1mr2h8n7bs2zalni05cbnjyd7klar95f19k3w1"; + version = "1.0.2.0"; + sha256 = "0brwlcpkzqlb5709kg15r7zcq436h9gmkarz5wgpdj4fxn9ffcli"; libraryHaskellDepends = [ + aeson base containers dataframe-core @@ -186317,6 +187161,37 @@ self: { } ) { }; + db-pipe = callPackage ( + { + mkDerivation, + base, + clock, + interpolatedstring-perl6, + mtl, + sqlite-simple, + stm, + text, + unliftio, + }: + mkDerivation { + pname = "db-pipe"; + version = "0.1.0.2"; + sha256 = "03ypxr77p04y4cp33k4x0jzkkxdnyq01i7m9l68a8h59n76xs4w7"; + libraryHaskellDepends = [ + base + clock + interpolatedstring-perl6 + mtl + sqlite-simple + stm + text + unliftio + ]; + description = "A pipe-like wrapper around sqlite-simple"; + license = lib.meta.getLicenseFromSpdxId "BSD-3-Clause"; + } + ) { }; + dbcleaner = callPackage ( { mkDerivation, @@ -188685,8 +189560,8 @@ self: { }: mkDerivation { pname = "debuggable"; - version = "0.1.0"; - sha256 = "0wr0s3l427wd20bq93dppdbxcr3pda63yc1h08cppm10j1dfhlpx"; + version = "0.1.1"; + sha256 = "1q3lwah80kds9gn7m7yhi3vpfbalw2wqgx1r67ysgyjy2xp8fm7b"; libraryHaskellDepends = [ base containers @@ -192995,6 +193870,58 @@ self: { } ) { }; + devforms = callPackage ( + { + mkDerivation, + aeson, + base, + containers, + file-embed, + filepath, + htmx-lucid, + http-types, + lucid2, + mtl, + relude, + scotty, + string-interpolate, + time, + wai, + warp, + }: + mkDerivation { + pname = "devforms"; + version = "0.1.0.0"; + sha256 = "1mvcfay6hc4hrm3jmrz7fqss1r0h901j3n29r92nia4n7cccv6ag"; + isLibrary = true; + isExecutable = true; + libraryHaskellDepends = [ + aeson + base + containers + file-embed + filepath + htmx-lucid + http-types + lucid2 + mtl + relude + scotty + string-interpolate + time + wai + warp + ]; + executableHaskellDepends = [ + base + relude + ]; + description = "A builder DSL for HTML survey forms with built-in server and storage"; + license = lib.meta.getLicenseFromSpdxId "BSD-3-Clause"; + mainProgram = "example"; + } + ) { }; + devil = callPackage ( { mkDerivation, @@ -203478,6 +204405,116 @@ self: { } ) { }; + dnsbase = callPackage ( + { + mkDerivation, + base, + base16, + base32, + base64, + bytestring, + containers, + crypton, + deepseq, + hashtables, + hourglass, + iproute, + monad-ste, + mtl, + network, + primitive, + tasty, + tasty-bench, + tasty-hunit, + tasty-quickcheck, + template-haskell, + text, + time, + transformers, + unordered-containers, + }: + mkDerivation { + pname = "dnsbase"; + version = "1.0.2.0"; + sha256 = "0vrx4103fmsdaqq3jkywbcc9f6g0qh9sfd8301l1d54ng61gdw23"; + revision = "2"; + editedCabalFile = "1yffdnzwh375wpn4klmd8nqkn628xvw7ji808b5srb7gw61k37d1"; + libraryHaskellDepends = [ + base + base16 + base32 + base64 + bytestring + containers + crypton + deepseq + hashtables + hourglass + iproute + monad-ste + mtl + network + primitive + template-haskell + text + time + transformers + unordered-containers + ]; + testHaskellDepends = [ + base + base16 + base32 + base64 + bytestring + containers + crypton + deepseq + hashtables + hourglass + iproute + monad-ste + mtl + network + primitive + tasty + tasty-hunit + tasty-quickcheck + template-haskell + text + time + transformers + unordered-containers + ]; + benchmarkHaskellDepends = [ + base + base16 + base32 + base64 + bytestring + containers + crypton + deepseq + hashtables + hourglass + iproute + monad-ste + mtl + network + primitive + tasty-bench + template-haskell + text + time + transformers + unordered-containers + ]; + doHaddock = false; + description = "Stub DNS resolver with a typed RData model and value-based extension API"; + license = lib.meta.getLicenseFromSpdxId "BSD-3-Clause"; + } + ) { }; + dnscache = callPackage ( { mkDerivation, @@ -204549,8 +205586,8 @@ self: { }: mkDerivation { pname = "doclayout"; - version = "0.5.0.1"; - sha256 = "01vh5j9w0xprh2p9njnrmfj2lpivbfg4r1rksshgaj8b9fqdh8b5"; + version = "0.5.0.3"; + sha256 = "1sa8gm9iilwmmhdabdgjv2l3cqsp33gszyz6997ldr3kh4kydpsj"; enableSeparateDataOutput = true; libraryHaskellDepends = [ base @@ -219429,8 +220466,8 @@ self: { }: mkDerivation { pname = "emojis"; - version = "0.1.4.1"; - sha256 = "1r8a8xjnsqbyzg96fla2s1cg6804297w6487rnrvjhqxgccxc040"; + version = "0.1.5"; + sha256 = "1p3x068qg6vr77j3z54795qhaqk0726nf8qwijzkbvkb8ks7fw9p"; libraryHaskellDepends = [ base containers @@ -220732,8 +221769,8 @@ self: { }: mkDerivation { pname = "enumset"; - version = "0.1"; - sha256 = "1flsyc8a9hj33pl35jkcls8sdc7yw8yc9xfflynm0h9ncq1frlcr"; + version = "0.1.0.2"; + sha256 = "1m658211vjwx45vifax7cxyq9d3i6x3rjrsigcnfp28v8yripim0"; libraryHaskellDepends = [ base data-accessor @@ -222012,8 +223049,8 @@ self: { }: mkDerivation { pname = "erebos-tester"; - version = "0.3.4"; - sha256 = "0ys9pqmsyvw0sfw5k7w1nkjxigsgw6azaksmafhfc0pzjk5qhhyh"; + version = "0.3.5"; + sha256 = "1cr8a6klyq7s0fkw6d385g8jfyxlg3dfgz2kclvpyr0pgmyhmqcn"; isLibrary = false; isExecutable = true; executableHaskellDepends = [ @@ -226372,8 +227409,10 @@ self: { }: mkDerivation { pname = "eventlog-live-otelcol"; - version = "0.6.0.0"; - sha256 = "09clk4skxsqjgfcl2nq2ab5j9vdlr12ylwa2az5423hy9y6x9r51"; + version = "0.6.1.0"; + sha256 = "1ipmhigi0yz71kw66b5x9x730z5hpr8psx9ndgsc1z22g9bia33p"; + revision = "1"; + editedCabalFile = "01wg91yan053pf4a3ns0a1vzi8aj4c87sb20j67dkzwb4q31mpk4"; isLibrary = true; isExecutable = true; libraryHaskellDepends = [ @@ -227519,6 +228558,7 @@ self: { { mkDerivation, base, + infinite-list, numtype-dk, QuickCheck, tasty, @@ -227527,15 +228567,15 @@ self: { }: mkDerivation { pname = "exact-pi"; - version = "0.5.0.2"; - sha256 = "1xmc3vlzfccrn5szglnxx13akxw2xacgl40kqh0kiw82d58x47a4"; + version = "0.5.1.0"; + sha256 = "12m3dg6c7k77gan6v0xd2cwy6ix3b2fgc0n106v6zrwpg9kzbcqd"; libraryHaskellDepends = [ base + infinite-list numtype-dk ]; testHaskellDepends = [ base - numtype-dk QuickCheck tasty tasty-hunit @@ -227987,8 +229027,8 @@ self: { }: mkDerivation { pname = "exchangealgebra"; - version = "0.4.0.0"; - sha256 = "0qv2nh8iqwzcw905bmk64w49y2gm6v43sn1hrsjs92jpxsw70pf0"; + version = "0.4.1.1"; + sha256 = "1m41nzl3n52p1ghy7zl2jkdykp20h3z8gzg16d7140jhs13adamy"; libraryHaskellDepends = [ array async @@ -229073,8 +230113,8 @@ self: { }: mkDerivation { pname = "exitcode"; - version = "0.3.0.0"; - sha256 = "1dzdi6zx7j3d4a3gcgs2nx1f14p3s2zzgb9307ag5zzsj35pknw2"; + version = "0.3.0.1"; + sha256 = "1d7g5cxwbfddqwi9zw8s5jkmk7ww1qrajykhn86pi6090brpxpp1"; libraryHaskellDepends = [ base bifunctors @@ -229714,10 +230754,8 @@ self: { }: mkDerivation { pname = "explicit-exception"; - version = "0.2"; - sha256 = "0n2cgliy0ls9740crzpk19wl3cbk5zq90x7qmhhw8idbip7xidni"; - revision = "2"; - editedCabalFile = "0wixdj39wxyfy82yp344nn38b6d1cmf32jmx89x98j4pvqb65cy1"; + version = "0.2.0.2"; + sha256 = "0kyd46l3sivdlqjml216c3hdll6p32bqifbiww9kpxbi4x7xlpa4"; isLibrary = true; isExecutable = true; libraryHaskellDepends = [ @@ -230911,8 +231949,8 @@ self: { pname = "extensions"; version = "0.1.1.0"; sha256 = "1v8hikf03p81rzg6cpiadzpbjljfc6q8dj4q8yr09nwgxcjij3h7"; - revision = "3"; - editedCabalFile = "1j50kvcm5hwgvzcg2vqn5f0yi0m9crr715sb4qd5zjnqhd5dkndi"; + revision = "4"; + editedCabalFile = "1pzgx20bzhbrc1c1ac8x0dy84kw565vsq5mlrap8rsxrwsb6nqpz"; isLibrary = true; isExecutable = true; libraryHaskellDepends = [ @@ -234293,8 +235331,8 @@ self: { }: mkDerivation { pname = "fbrnch"; - version = "1.8.1"; - sha256 = "01sxsyb1xwcgk306hzchvkzmhvcws3dr14pvglaiw7xj6y8915pd"; + version = "1.8.3"; + sha256 = "0j5ygh2irp06v9mfrkizqm4d15z5kxa1pzd56qpgs16vw57nfidp"; isLibrary = false; isExecutable = true; executableHaskellDepends = [ @@ -263192,6 +264230,66 @@ self: { } ) { }; + ghc-build-stats = callPackage ( + { + mkDerivation, + aeson, + base, + bytestring, + containers, + optparse-applicative, + psqueues, + text, + }: + mkDerivation { + pname = "ghc-build-stats"; + version = "0.1.0.0"; + sha256 = "09nafa6xhnhrah2s6g7w2dqjjkc33vdzgrq4r0dz0hkqd0ngi5lz"; + revision = "1"; + editedCabalFile = "0jy5mxf5x9a17y5yq8qwc5y5ri1g7p73w8balymcwzlmdnfln2sc"; + isLibrary = true; + isExecutable = true; + libraryHaskellDepends = [ + aeson + base + bytestring + containers + optparse-applicative + psqueues + text + ]; + executableHaskellDepends = [ base ]; + description = "A tool for analysing the output of ghc-build-stats-plugin"; + license = lib.meta.getLicenseFromSpdxId "BSD-3-Clause"; + mainProgram = "ghc-build-stats"; + } + ) { }; + + ghc-build-stats-plugin = callPackage ( + { + mkDerivation, + base, + containers, + filepath, + ghc, + }: + mkDerivation { + pname = "ghc-build-stats-plugin"; + version = "0.1.0.0"; + sha256 = "194jzm6azfbfqjq9jyymh4a6wx4bv5by54hln1c44fqf4adg60a7"; + revision = "1"; + editedCabalFile = "1ahbhgm2cphjndk89f3mam0y1y9ks5alcnck1kpgbwngcz4rrp8v"; + libraryHaskellDepends = [ + base + containers + filepath + ghc + ]; + description = "A plugin for collecting GHC build statistics"; + license = lib.meta.getLicenseFromSpdxId "BSD-3-Clause"; + } + ) { }; + ghc-byteorder = callPackage ( { mkDerivation, base }: mkDerivation { @@ -274395,8 +275493,8 @@ self: { }: mkDerivation { pname = "git-annex"; - version = "10.20260525"; - sha256 = "0xg2q4y524c15f9zqm9s0mr9qsxvqr6456hqd45dlf9b9fws98qr"; + version = "10.20260601"; + sha256 = "1y47aqgwnc1w2myxqjy3w2lrabggwnvzyrq2d066wqpim6z0vqnc"; configureFlags = [ "-fassistant" "-f-benchmark" @@ -277841,6 +278939,8 @@ self: { pname = "glabrous"; version = "2.0.6.4"; sha256 = "0qz4hza2arv37dwhy6pjgyrrjy723zxa4prc0fzj1lcsa1nsjw74"; + revision = "1"; + editedCabalFile = "0bn2r0kd7f6sgr9i4w1sz9kcl52y0m6ifgsy63amxmbar5zi40gp"; libraryHaskellDepends = [ aeson aeson-pretty @@ -285770,6 +286870,8 @@ self: { pname = "gothic"; version = "0.1.8.5"; sha256 = "1j6mzniw3n2v4lg3pzkxz05jk50baclnmx84lfxnjv71rz83sjz6"; + revision = "1"; + editedCabalFile = "1grg3q95yay2aqdi064c117mx15ny9s2ilzbwpqk1bsihxzvcfvb"; libraryHaskellDepends = [ aeson base @@ -291859,8 +292961,8 @@ self: { { mkDerivation, base }: mkDerivation { pname = "gruvbox-colors"; - version = "0.1.0.0"; - sha256 = "0if8kvwx51bwsdkwpk9ardmlm9l5v91vfy4g3bj2gmd3184nw6la"; + version = "0.1.0.1"; + sha256 = "1mz3j61k9gcfq2dndgjg5cjfd2v52pq7j514f34kx9zsgy3c2iy1"; libraryHaskellDepends = [ base ]; description = "Gruvbox colors for use in Haskell"; license = lib.meta.getLicenseFromSpdxId "MIT"; @@ -299608,8 +300710,8 @@ self: { pname = "hakyll"; version = "4.17.0.0"; sha256 = "0gk7ar6iz6wrz9z7zibqjn1y65h9572cmlfhq38n86jsrrff4am0"; - revision = "2"; - editedCabalFile = "122c76mdcvc32sj4vmwznnghx58d2kbs5iqk937w2kwcfkwcf4pw"; + revision = "3"; + editedCabalFile = "09z4mszrv0nls3y2chcadn5pdbp4fspsb2iv5gp19kskp1qrnayk"; isLibrary = true; isExecutable = true; enableSeparateDataOutput = true; @@ -299770,8 +300872,8 @@ self: { pname = "hakyll-alectryon"; version = "0.2.0.0"; sha256 = "0zcl7wyi922lfp1dp3sbacqjcy8yk7qs6az48x40x2g42grrzddl"; - revision = "2"; - editedCabalFile = "17nfp5vb67sbbcyd31wfdb77wfs2qcw4gkazhml9wxdpq1nx45yj"; + revision = "4"; + editedCabalFile = "0d8nlhag6c4h23rfpfn07dzdd2dy5zbvnkpj4cijg2lihjg5wrbr"; libraryHaskellDepends = [ aeson base @@ -318698,8 +319800,8 @@ self: { }: mkDerivation { pname = "hasql-generate"; - version = "1.1.0"; - sha256 = "0ylfryjm38rx6rn2s1qx88j22l9ssik3mvjqnvpxqd0z3j3zjayg"; + version = "1.1.1"; + sha256 = "1iz3n3j9i7xjbxyhn46a57wbg12q8dvxzj3538lr93sn19m174ss"; libraryHaskellDepends = [ aeson base @@ -325971,8 +327073,8 @@ self: { pname = "hedgehog-quickcheck"; version = "0.1.1"; sha256 = "1z2ja63wqz83qhwzh0zs98k502v8fjdpnsnhqk3srypx2nw5vdlp"; - revision = "10"; - editedCabalFile = "18vclwp2i5w0acgs4zjjw82sy0s8sky9baa168qvyj2c1rdhs48q"; + revision = "11"; + editedCabalFile = "1l93hpmmgp178ldjcvxlw4j3br09m8hsli7ls9blai650xz47pvj"; libraryHaskellDepends = [ base hedgehog @@ -326160,7 +327262,7 @@ self: { } ) { }; - hedis_0_16_0 = callPackage ( + hedis_0_16_1 = callPackage ( { mkDerivation, async, @@ -326193,8 +327295,8 @@ self: { }: mkDerivation { pname = "hedis"; - version = "0.16.0"; - sha256 = "040w0gci931h46bkvg8p7xpfxdmq7r96nb2y521wwy8m86xzb72z"; + version = "0.16.1"; + sha256 = "07j625nvjfynkp340m1hwb5q1lxn550jfd49aryax5l96f1z0bv1"; libraryHaskellDepends = [ async base @@ -335492,7 +336594,9 @@ self: { deriving-aeson, exceptions, filepath, + ghc-lib-parser, hashable, + hlint, lens, monad-logger, mtl, @@ -335511,8 +336615,8 @@ self: { }: mkDerivation { pname = "himari"; - version = "1.1.2.1"; - sha256 = "01asvw1r9i6liy4w52xa24pszyiwbccyfyhn8samdgk71a1mrhpa"; + version = "1.1.3.0"; + sha256 = "1jc2asf0hihwn4g8mbnxdxi68gm0y5zg8213z1d0wzw2ib1i0mff"; isLibrary = true; isExecutable = true; enableSeparateDataOutput = true; @@ -335582,6 +336686,7 @@ self: { deriving-aeson exceptions filepath + ghc-lib-parser hashable lens monad-logger @@ -335599,6 +336704,7 @@ self: { unordered-containers vector ]; + testToolDepends = [ hlint ]; description = "A standard library for Haskell as an alternative to rio"; license = lib.meta.getLicenseFromSpdxId "Apache-2.0"; hydraPlatforms = lib.platforms.none; @@ -343319,19 +344425,22 @@ self: { hscurses, mtl, ncurses, + optparse-applicative, pcre-light, process, random, + tasty, + tasty-hunit, unix, utf8-string, }: mkDerivation { pname = "hmp3-ng"; - version = "2.17.3"; - sha256 = "1afws7lm7c4bxwy31nrfq4li7ign1g6vdjk5qdrp9lv1xymsd4ly"; - isLibrary = false; + version = "2.18.0"; + sha256 = "1m5j3hbq4wvr6zqk2zlc0qjyvnwiaqrp8a09k7fh7zv591w6asym"; + isLibrary = true; isExecutable = true; - executableHaskellDepends = [ + libraryHaskellDepends = [ array base bytestring @@ -343347,7 +344456,22 @@ self: { unix utf8-string ]; - executableSystemDepends = [ ncurses ]; + libraryPkgconfigDepends = [ ncurses ]; + executableHaskellDepends = [ + base + bytestring + optparse-applicative + unix + utf8-string + ]; + testHaskellDepends = [ + base + bytestring + clock + tasty + tasty-hunit + utf8-string + ]; description = "A 2019 fork of an ncurses mp3 player written in Haskell"; license = lib.meta.getLicenseFromSpdxId "GPL-2.0-or-later"; mainProgram = "hmp3"; @@ -344137,6 +345261,8 @@ self: { pname = "hnix-store-nar"; version = "0.1.1.0"; sha256 = "16g03bvgdmpmzvq1acsayfq4b9xh7cgf41xn9bqjl0w72var67qp"; + revision = "1"; + editedCabalFile = "135sdfmi5idg2bkis4z7zc0r6dk8wafpigz6q12l497rb5p6465h"; libraryHaskellDepends = [ algebraic-graphs base @@ -345930,8 +347056,8 @@ self: { }: mkDerivation { pname = "holidays"; - version = "0.3.0.2"; - sha256 = "0b6zc5m9n67b0mqc07f88n1ycs6qglfh52ciq22xyw1m9hg4ihrc"; + version = "0.4.0.0"; + sha256 = "0rlyahsbhsa0959p44k6ah2j6ly3siffaa2kwj109sgp8n8qfdy7"; libraryHaskellDepends = [ base containers @@ -349555,8 +350681,8 @@ self: { }: mkDerivation { pname = "hpack"; - version = "0.39.5"; - sha256 = "0wd4hp0dga5gzbqbr40mkkbrlf4qx41y4jxwdkxlp5z5zzr6jpk0"; + version = "0.39.6"; + sha256 = "0dm9ir0k89i8f8cbjxdp0wdc2xy5marp22jpl4l69xhvjv1mjx16"; isLibrary = true; isExecutable = true; libraryHaskellDepends = [ @@ -354065,19 +355191,16 @@ self: { { mkDerivation, async, - attoparsec, base, - binary, bytestring, - charset, - clock, + containers, hashable, + hedgehog, + hs-opentelemetry-api-types, + hs-opentelemetry-semantic-conventions, hspec, - http-types, - memory, - mtl, - regex-tdfa, - safe-exceptions, + hspec-hedgehog, + tasty-bench, template-haskell, text, thread-utils-context, @@ -354090,22 +355213,15 @@ self: { }: mkDerivation { pname = "hs-opentelemetry-api"; - version = "0.3.1.0"; - sha256 = "0969dz945vrg4snabnwdxq1yw0v610mwxrgnfqp5jlzql7dv66a8"; + version = "1.0.0.0"; + sha256 = "0bb1c930jzdgp1mpal930ig78mppk1rl63cjjazdgi90jdn1lz3r"; libraryHaskellDepends = [ async - attoparsec base - binary bytestring - charset - clock hashable - http-types - memory - mtl - regex-tdfa - safe-exceptions + hs-opentelemetry-api-types + hs-opentelemetry-semantic-conventions template-haskell text thread-utils-context @@ -354114,23 +355230,57 @@ self: { unordered-containers vault vector - vector-builder ]; testHaskellDepends = [ + async base + bytestring + hedgehog hspec - mtl + hspec-hedgehog text + transformers unliftio-core unordered-containers vector + ]; + benchmarkHaskellDepends = [ + base + containers + tasty-bench + text + unordered-containers + vector vector-builder ]; - description = "OpenTelemetry API for use by libraries for direct instrumentation or wrapper packages"; + description = "OpenTelemetry API for libraries to instrument code or build wrappers"; license = lib.licenses.bsd3; } ) { }; + hs-opentelemetry-api-types = callPackage ( + { + mkDerivation, + base, + hashable, + template-haskell, + text, + }: + mkDerivation { + pname = "hs-opentelemetry-api-types"; + version = "1.0.0.0"; + sha256 = "1s00k6h5i2zagc2yfx1znqv4bz9g0j3qxpm62npvcppg95mqjvvf"; + libraryHaskellDepends = [ + base + hashable + template-haskell + text + ]; + description = "Core attribute types for hs-opentelemetry"; + license = lib.meta.getLicenseFromSpdxId "BSD-3-Clause"; + } + ) { }; + hs-opentelemetry-awsxray = callPackage ( { mkDerivation, @@ -354189,17 +355339,29 @@ self: { mkDerivation, base, hs-opentelemetry-api, + hspec, text, + unordered-containers, + vector, }: mkDerivation { pname = "hs-opentelemetry-exporter-handle"; - version = "0.0.1.3"; - sha256 = "1lbdcvpx7vz1f39d1zrpk0sbmhsjqm5q9dgp78pqvfza3hnc2jgi"; + version = "1.0.0.0"; + sha256 = "0csbym538kkqn98mb6ld7a4x3402bz3brzg26yr5prbcr4rvgpa7"; libraryHaskellDepends = [ base hs-opentelemetry-api text + vector ]; + testHaskellDepends = [ + base + hs-opentelemetry-api + hspec + unordered-containers + vector + ]; + description = "Handle-based exporter for OpenTelemetry (e.g. stdout)"; license = lib.licenses.bsd3; } ) { }; @@ -354210,18 +355372,30 @@ self: { async, base, hs-opentelemetry-api, + hspec, + text, unagi-chan, + vector, }: mkDerivation { pname = "hs-opentelemetry-exporter-in-memory"; - version = "0.0.1.5"; - sha256 = "036f06247g311zl07krb7c01rx0ws7qby8pm8sbrq76rvv47g33w"; + version = "1.0.0.0"; + sha256 = "0q6nycnsga8g8ia57880lj2gp859jhma4kbrn8bp6kxvprqnsqdj"; libraryHaskellDepends = [ async base hs-opentelemetry-api + text unagi-chan + vector ]; + testHaskellDepends = [ + base + hs-opentelemetry-api + hspec + text + ]; + description = "In-memory exporter for OpenTelemetry testing"; license = lib.licenses.bsd3; } ) { }; @@ -354235,20 +355409,23 @@ self: { hs-opentelemetry-api, hs-opentelemetry-otlp, hs-opentelemetry-propagator-w3c, + hspec, http-client, http-conduit, http-types, microlens, proto-lens, + random, text, + time, unordered-containers, vector, zlib, }: mkDerivation { pname = "hs-opentelemetry-exporter-otlp"; - version = "0.1.1.0"; - sha256 = "157i9qghmj8wrhblic7yp8yc75s7rpq8ly2rnykfbi7zq0rdsif5"; + version = "1.0.0.0"; + sha256 = "0rvlwa58v10zmkm8vmhhpjjwp1rfw22h0mwpk5c6br1bvvid6av9"; libraryHaskellDepends = [ base bytestring @@ -354261,16 +355438,136 @@ self: { http-types microlens proto-lens + random text + time unordered-containers vector zlib ]; + testHaskellDepends = [ + base + bytestring + hs-opentelemetry-api + hs-opentelemetry-otlp + hspec + http-types + microlens + proto-lens + text + unordered-containers + vector + ]; description = "OpenTelemetry exporter supporting the standard OTLP protocol"; license = lib.licenses.bsd3; } ) { }; + hs-opentelemetry-exporter-prometheus = callPackage ( + { + mkDerivation, + async, + base, + bytestring, + containers, + hs-opentelemetry-api, + hs-opentelemetry-semantic-conventions, + hspec, + http-client, + http-types, + text, + unordered-containers, + vector, + wai, + wai-extra, + warp, + }: + mkDerivation { + pname = "hs-opentelemetry-exporter-prometheus"; + version = "1.0.0.0"; + sha256 = "0pq27xfjqh23c3ccq01dhwjwr6gwg89x07haikarm30rr09n73ag"; + libraryHaskellDepends = [ + async + base + bytestring + containers + hs-opentelemetry-api + http-client + http-types + text + unordered-containers + vector + wai + warp + ]; + testHaskellDepends = [ + base + bytestring + hs-opentelemetry-api + hs-opentelemetry-semantic-conventions + hspec + http-types + text + vector + wai + wai-extra + ]; + description = "Prometheus text exposition for OpenTelemetry metrics export batches"; + license = lib.licenses.bsd3; + } + ) { }; + + hs-opentelemetry-instrumentation-amazonka = callPackage ( + { + mkDerivation, + amazonka, + amazonka-core, + base, + bytestring, + case-insensitive, + hs-opentelemetry-api, + hs-opentelemetry-exporter-in-memory, + hs-opentelemetry-sdk, + hs-opentelemetry-semantic-conventions, + hspec, + http-client, + http-types, + text, + unordered-containers, + }: + mkDerivation { + pname = "hs-opentelemetry-instrumentation-amazonka"; + version = "1.0.0.0"; + sha256 = "16v1l4wllfndyn5pmyh5153921vhm652ixmxqf505mb8rrsyi09x"; + libraryHaskellDepends = [ + amazonka + amazonka-core + base + bytestring + case-insensitive + hs-opentelemetry-api + hs-opentelemetry-semantic-conventions + http-client + http-types + text + unordered-containers + ]; + testHaskellDepends = [ + amazonka + amazonka-core + base + hs-opentelemetry-api + hs-opentelemetry-exporter-in-memory + hs-opentelemetry-sdk + hspec + text + unordered-containers + ]; + description = "OpenTelemetry instrumentation for the Amazonka AWS SDK"; + license = lib.licenses.bsd3; + } + ) { }; + hs-opentelemetry-instrumentation-auto = callPackage ( { mkDerivation, @@ -354332,24 +355629,90 @@ self: { base, case-insensitive, hs-opentelemetry-api, + hs-opentelemetry-exporter-in-memory, hs-opentelemetry-instrumentation-wai, + hs-opentelemetry-sdk, + hs-opentelemetry-semantic-conventions, + hspec, + http-types, + network, text, unordered-containers, + vault, wai, }: mkDerivation { pname = "hs-opentelemetry-instrumentation-cloudflare"; - version = "0.2.0.2"; - sha256 = "00iw1f3nz3kraxyw5a9sfg8ikws0d2vg4c8wcc5ibyyi3i96p4q9"; + version = "1.0.0.0"; + sha256 = "141l7ls10cm7xf6by9z2yk3qbn1kw43hpfi9m9af8xiz75bgia4k"; libraryHaskellDepends = [ base case-insensitive hs-opentelemetry-api hs-opentelemetry-instrumentation-wai + hs-opentelemetry-semantic-conventions text unordered-containers wai ]; + testHaskellDepends = [ + base + hs-opentelemetry-api + hs-opentelemetry-exporter-in-memory + hs-opentelemetry-instrumentation-wai + hs-opentelemetry-sdk + hspec + http-types + network + text + vault + wai + ]; + description = "OpenTelemetry instrumentation for Cloudflare services"; + license = lib.licenses.bsd3; + } + ) { }; + + hs-opentelemetry-instrumentation-co-log = callPackage ( + { + mkDerivation, + base, + co-log, + co-log-core, + hs-opentelemetry-api, + hs-opentelemetry-exporter-in-memory, + hs-opentelemetry-sdk, + hs-opentelemetry-semantic-conventions, + hspec, + text, + unordered-containers, + vector, + }: + mkDerivation { + pname = "hs-opentelemetry-instrumentation-co-log"; + version = "1.0.0.0"; + sha256 = "1rrxssgh1hmw69qiygn8rwdp4nknssf0x1vnn8mnllphkwmj0hzh"; + libraryHaskellDepends = [ + base + co-log + co-log-core + hs-opentelemetry-api + hs-opentelemetry-semantic-conventions + text + unordered-containers + ]; + testHaskellDepends = [ + base + co-log + co-log-core + hs-opentelemetry-api + hs-opentelemetry-exporter-in-memory + hs-opentelemetry-sdk + hspec + text + vector + ]; + description = "Bridge co-log to OpenTelemetry Logs"; license = lib.licenses.bsd3; } ) { }; @@ -354360,18 +355723,124 @@ self: { base, conduit, hs-opentelemetry-api, + hs-opentelemetry-exporter-in-memory, + hs-opentelemetry-sdk, + hs-opentelemetry-semantic-conventions, + hspec, + resourcet, text, + vector, }: mkDerivation { pname = "hs-opentelemetry-instrumentation-conduit"; - version = "0.1.0.2"; - sha256 = "08y16850db5mbfkyr9b5v1xarrs0znw2qxrhkx1kw6xb7jjamq8g"; + version = "1.0.0.0"; + sha256 = "0s5lf5achy6cm2lgf8mn78b65llkfq4wcxphgdy0xcwrnzm9za7v"; libraryHaskellDepends = [ base conduit hs-opentelemetry-api + hs-opentelemetry-semantic-conventions text ]; + testHaskellDepends = [ + base + conduit + hs-opentelemetry-api + hs-opentelemetry-exporter-in-memory + hs-opentelemetry-sdk + hspec + resourcet + text + vector + ]; + description = "OpenTelemetry instrumentation for Conduit streaming pipelines"; + license = lib.licenses.bsd3; + } + ) { }; + + hs-opentelemetry-instrumentation-ghc-metrics = callPackage ( + { + mkDerivation, + base, + bytestring, + directory, + hs-opentelemetry-api, + hs-opentelemetry-exporter-in-memory, + hs-opentelemetry-sdk, + hs-opentelemetry-semantic-conventions, + hspec, + text, + vector, + }: + mkDerivation { + pname = "hs-opentelemetry-instrumentation-ghc-metrics"; + version = "1.0.0.0"; + sha256 = "1sjhzwad9qryxsyhncb6g70nkvirybiprn2c0cq31idnpxjkixqw"; + libraryHaskellDepends = [ + base + bytestring + directory + hs-opentelemetry-api + hs-opentelemetry-semantic-conventions + text + ]; + testHaskellDepends = [ + base + hs-opentelemetry-api + hs-opentelemetry-exporter-in-memory + hs-opentelemetry-sdk + hspec + text + vector + ]; + description = "OpenTelemetry metrics for the GHC runtime (RTS statistics)"; + license = lib.meta.getLicenseFromSpdxId "BSD-3-Clause"; + } + ) { }; + + hs-opentelemetry-instrumentation-gogol = callPackage ( + { + mkDerivation, + base, + bytestring, + exceptions, + gogol-core, + hs-opentelemetry-api, + hs-opentelemetry-exporter-in-memory, + hs-opentelemetry-sdk, + hs-opentelemetry-semantic-conventions, + hspec, + http-types, + resourcet, + text, + unordered-containers, + }: + mkDerivation { + pname = "hs-opentelemetry-instrumentation-gogol"; + version = "1.0.0.0"; + sha256 = "0yc90805ibgwk20iv330j1cj0wlars69g5akqjbd1bbkkhfvjysg"; + libraryHaskellDepends = [ + base + bytestring + exceptions + gogol-core + hs-opentelemetry-api + hs-opentelemetry-semantic-conventions + http-types + resourcet + text + unordered-containers + ]; + testHaskellDepends = [ + base + gogol-core + hs-opentelemetry-api + hs-opentelemetry-exporter-in-memory + hs-opentelemetry-sdk + hspec + text + ]; + description = "OpenTelemetry instrumentation for the Gogol Google Cloud SDK"; license = lib.licenses.bsd3; } ) { }; @@ -354381,14 +355850,17 @@ self: { mkDerivation, base, hs-opentelemetry-api, + hs-opentelemetry-exporter-in-memory, + hs-opentelemetry-sdk, + hspec, hspec-core, mtl, text, }: mkDerivation { pname = "hs-opentelemetry-instrumentation-hspec"; - version = "0.0.1.3"; - sha256 = "05afhgwzv8p99cxvn7yj983p7pl8yvqd6lppdjjrybxf5fbq9qmc"; + version = "1.0.0.0"; + sha256 = "1ch9qgkld3h8y6j7w28igd35yp57rkhcafjxb5i5h8i6y99521a4"; libraryHaskellDepends = [ base hs-opentelemetry-api @@ -354396,6 +355868,16 @@ self: { mtl text ]; + testHaskellDepends = [ + base + hs-opentelemetry-api + hs-opentelemetry-exporter-in-memory + hs-opentelemetry-sdk + hspec + hspec-core + text + ]; + description = "OpenTelemetry instrumentation for Hspec test suites"; license = lib.licenses.bsd3; } ) { }; @@ -354409,7 +355891,11 @@ self: { case-insensitive, conduit, hs-opentelemetry-api, + hs-opentelemetry-exporter-in-memory, hs-opentelemetry-instrumentation-conduit, + hs-opentelemetry-sdk, + hs-opentelemetry-semantic-conventions, + hspec, http-client, http-conduit, http-types, @@ -354419,8 +355905,8 @@ self: { }: mkDerivation { pname = "hs-opentelemetry-instrumentation-http-client"; - version = "0.1.0.2"; - sha256 = "1nv3i0rwhslhb68j5xwq04wmnz04z1b2dg3fc1f1zn89cldzs8lb"; + version = "1.0.0.0"; + sha256 = "0ds0xxic75bs8hn37zsq0nfmpr2n423p577dlbd6y18x2hfhf356"; libraryHaskellDepends = [ aeson base @@ -354429,6 +355915,7 @@ self: { conduit hs-opentelemetry-api hs-opentelemetry-instrumentation-conduit + hs-opentelemetry-semantic-conventions http-client http-conduit http-types @@ -354436,6 +355923,19 @@ self: { unliftio unordered-containers ]; + testHaskellDepends = [ + base + hs-opentelemetry-api + hs-opentelemetry-exporter-in-memory + hs-opentelemetry-sdk + hs-opentelemetry-semantic-conventions + hspec + http-client + http-types + text + unordered-containers + ]; + description = "OpenTelemetry instrumentation for http-client"; license = lib.licenses.bsd3; } ) { }; @@ -354445,42 +355945,139 @@ self: { mkDerivation, base, bytestring, - case-insensitive, containers, hs-opentelemetry-api, hs-opentelemetry-semantic-conventions, - http-types, + hspec, hw-kafka-client, text, unliftio-core, + unordered-containers, }: mkDerivation { pname = "hs-opentelemetry-instrumentation-hw-kafka-client"; - version = "0.1.0.0"; - sha256 = "0w465m7yzxj0y9b3c97hzz3yz8l4q648dcwvig2rsa4brkncjc3a"; + version = "1.0.0.0"; + sha256 = "1c5007i486gdzkd6j1p801vnxi2byfm49ba3h9lxba35x39n594h"; libraryHaskellDepends = [ base bytestring - case-insensitive containers hs-opentelemetry-api hs-opentelemetry-semantic-conventions - http-types hw-kafka-client text unliftio-core ]; + testHaskellDepends = [ + base + bytestring + containers + hs-opentelemetry-api + hspec + hw-kafka-client + text + unordered-containers + ]; description = "OpenTelemetry instrumentation for hw-kafka-client"; license = lib.meta.getLicenseFromSpdxId "BSD-3-Clause"; } ) { }; + hs-opentelemetry-instrumentation-katip = callPackage ( + { + mkDerivation, + aeson, + base, + hs-opentelemetry-api, + hs-opentelemetry-exporter-in-memory, + hs-opentelemetry-sdk, + hs-opentelemetry-semantic-conventions, + hspec, + katip, + template-haskell, + text, + unordered-containers, + vector, + }: + mkDerivation { + pname = "hs-opentelemetry-instrumentation-katip"; + version = "1.0.0.0"; + sha256 = "07rwp24hnsi2f8bbrkws1p1wj2fk4gqwrwi2if6zcbavg33802yf"; + libraryHaskellDepends = [ + aeson + base + hs-opentelemetry-api + hs-opentelemetry-semantic-conventions + katip + template-haskell + text + unordered-containers + ]; + testHaskellDepends = [ + base + hs-opentelemetry-api + hs-opentelemetry-exporter-in-memory + hs-opentelemetry-sdk + hspec + katip + text + vector + ]; + description = "Bridge Katip structured logging to OpenTelemetry Logs"; + license = lib.licenses.bsd3; + } + ) { }; + + hs-opentelemetry-instrumentation-monad-logger = callPackage ( + { + mkDerivation, + base, + fast-logger, + hs-opentelemetry-api, + hs-opentelemetry-exporter-in-memory, + hs-opentelemetry-sdk, + hs-opentelemetry-semantic-conventions, + hspec, + monad-logger, + text, + unordered-containers, + vector, + }: + mkDerivation { + pname = "hs-opentelemetry-instrumentation-monad-logger"; + version = "1.0.0.0"; + sha256 = "00isibdrrwd4cfp77s7dr64nfidb3cmzvf8krd6glh8fk7lnpn34"; + libraryHaskellDepends = [ + base + fast-logger + hs-opentelemetry-api + hs-opentelemetry-semantic-conventions + monad-logger + text + unordered-containers + ]; + testHaskellDepends = [ + base + hs-opentelemetry-api + hs-opentelemetry-exporter-in-memory + hs-opentelemetry-sdk + hspec + monad-logger + text + vector + ]; + description = "Bridge monad-logger to OpenTelemetry Logs"; + license = lib.licenses.bsd3; + } + ) { }; + hs-opentelemetry-instrumentation-persistent = callPackage ( { mkDerivation, base, - clock, hs-opentelemetry-api, + hs-opentelemetry-semantic-conventions, + hspec, mtl, persistent, resourcet, @@ -354491,12 +356088,12 @@ self: { }: mkDerivation { pname = "hs-opentelemetry-instrumentation-persistent"; - version = "0.1.0.2"; - sha256 = "0jgdsmyrz12qh6d16if0r3x2sf6n9cf6mgyj79c3nv7gvj513743"; + version = "1.0.0.0"; + sha256 = "1vfhkn5ldlsksfd59x82y5id8w8rpda4ijf205vxzgvb6n527i5b"; libraryHaskellDepends = [ base - clock hs-opentelemetry-api + hs-opentelemetry-semantic-conventions mtl persistent resourcet @@ -354505,6 +356102,15 @@ self: { unordered-containers vault ]; + testHaskellDepends = [ + base + hs-opentelemetry-api + hs-opentelemetry-semantic-conventions + hspec + text + unordered-containers + ]; + description = "OpenTelemetry instrumentation for the Persistent database library"; license = lib.licenses.bsd3; } ) { }; @@ -354515,6 +356121,7 @@ self: { base, hs-opentelemetry-api, hs-opentelemetry-instrumentation-persistent, + hs-opentelemetry-semantic-conventions, iproute, monad-logger, mysql, @@ -354527,12 +356134,13 @@ self: { }: mkDerivation { pname = "hs-opentelemetry-instrumentation-persistent-mysql"; - version = "0.0.0.0"; - sha256 = "06riwq0ry9m39s6s9yng7mhd1a96dj9xlwb6h5akzzwnyy927cmq"; + version = "1.0.0.0"; + sha256 = "1zabwgblmy39fzhljmp12hkxj6ymnai8immgi0sz3hcyvpymj6iw"; libraryHaskellDepends = [ base hs-opentelemetry-api hs-opentelemetry-instrumentation-persistent + hs-opentelemetry-semantic-conventions iproute monad-logger mysql @@ -354554,6 +356162,8 @@ self: { base, bytestring, hs-opentelemetry-api, + hs-opentelemetry-semantic-conventions, + hspec, iproute, postgresql-libpq, postgresql-simple, @@ -354564,12 +356174,13 @@ self: { }: mkDerivation { pname = "hs-opentelemetry-instrumentation-postgresql-simple"; - version = "0.2.0.1"; - sha256 = "1hlzxnbgn672jlynxkdlnmbj5vccgz9hkhm6n4gcznynb299ilz2"; + version = "1.0.0.0"; + sha256 = "08426gy79jn8jgw3zjrmwgp6kz4bz4f38w70avwznxsx3amaaf3m"; libraryHaskellDepends = [ base bytestring hs-opentelemetry-api + hs-opentelemetry-semantic-conventions iproute postgresql-libpq postgresql-simple @@ -354578,6 +356189,12 @@ self: { unliftio-core unordered-containers ]; + testHaskellDepends = [ + base + bytestring + hspec + ]; + description = "OpenTelemetry instrumentation for postgresql-simple"; license = lib.licenses.bsd3; } ) { }; @@ -354590,6 +356207,7 @@ self: { containers, hs-opentelemetry-api, hs-opentelemetry-sdk, + hs-opentelemetry-semantic-conventions, tagged, tasty, tasty-hunit, @@ -354597,11 +356215,12 @@ self: { }: mkDerivation { pname = "hs-opentelemetry-instrumentation-tasty"; - version = "0.1"; - sha256 = "1lj3h5dg4cjcadincwbv0i4ah9q38qk2irp74v3j3b7k7b2x9vg6"; + version = "1.0.0.0"; + sha256 = "02jlnb0nz40igp5svskspwbc7kyawcxraz1ic1876pcq3mwg6zzi"; libraryHaskellDepends = [ base hs-opentelemetry-api + hs-opentelemetry-semantic-conventions tagged tasty text @@ -354616,6 +356235,7 @@ self: { tasty-hunit text ]; + description = "OpenTelemetry instrumentation for the Tasty test framework"; license = lib.licenses.bsd3; } ) { }; @@ -354624,7 +356244,12 @@ self: { { mkDerivation, base, + case-insensitive, hs-opentelemetry-api, + hs-opentelemetry-exporter-in-memory, + hs-opentelemetry-sdk, + hs-opentelemetry-semantic-conventions, + hspec, http-types, iproute, network, @@ -354635,11 +356260,13 @@ self: { }: mkDerivation { pname = "hs-opentelemetry-instrumentation-wai"; - version = "0.1.1.1"; - sha256 = "0mjb1aqhbx8cl5sp0h9wnd943z5m33vwj7zc3sx0m7l8r48ag31i"; + version = "1.0.0.0"; + sha256 = "1s8q065cmqjz0z8r61xy2w4ab72rbpawzqqlzhkykhzjlkcvc4ki"; libraryHaskellDepends = [ base + case-insensitive hs-opentelemetry-api + hs-opentelemetry-semantic-conventions http-types iproute network @@ -354648,6 +356275,20 @@ self: { vault wai ]; + testHaskellDepends = [ + base + hs-opentelemetry-api + hs-opentelemetry-exporter-in-memory + hs-opentelemetry-sdk + hs-opentelemetry-semantic-conventions + hspec + http-types + network + text + unordered-containers + vault + wai + ]; description = "WAI instrumentation middleware for OpenTelemetry"; license = lib.licenses.bsd3; } @@ -354658,23 +356299,31 @@ self: { mkDerivation, base, hs-opentelemetry-api, + hs-opentelemetry-exporter-in-memory, hs-opentelemetry-instrumentation-wai, + hs-opentelemetry-sdk, + hs-opentelemetry-semantic-conventions, + hspec, + http-types, microlens, + network, template-haskell, text, unliftio, unordered-containers, + vault, wai, yesod-core, }: mkDerivation { pname = "hs-opentelemetry-instrumentation-yesod"; - version = "0.1.1.1"; - sha256 = "1lv5bpdyis5a8j9l6wifsgxw8whprxhqkwyr2ijzhmp53np53c73"; + version = "1.0.0.0"; + sha256 = "17n10sb9v11ywp9qkfk0fvzykgikk1ir6njfblg16aj14kj2l548"; libraryHaskellDepends = [ base hs-opentelemetry-api hs-opentelemetry-instrumentation-wai + hs-opentelemetry-semantic-conventions microlens template-haskell text @@ -354683,6 +356332,23 @@ self: { wai yesod-core ]; + testHaskellDepends = [ + base + hs-opentelemetry-api + hs-opentelemetry-exporter-in-memory + hs-opentelemetry-instrumentation-wai + hs-opentelemetry-sdk + hs-opentelemetry-semantic-conventions + hspec + http-types + network + template-haskell + text + unordered-containers + vault + wai + yesod-core + ]; description = "Yesod middleware for providing OpenTelemetry instrumentation"; license = lib.licenses.bsd3; } @@ -354696,13 +356362,13 @@ self: { }: mkDerivation { pname = "hs-opentelemetry-otlp"; - version = "0.2.0.0"; - sha256 = "0yf9n7q0r5rrf7kdwl4gsqr4zdlb7rlgv0ksbj3aghvpbvnw33hx"; + version = "1.0.0.0"; + sha256 = "0brls9mdadwdsk2wadj2pxl02ryg84jly0qmmvm7616q8rqf4nv5"; libraryHaskellDepends = [ base proto-lens-runtime ]; - description = "OpenTelemetry protocol buffer modules generated for the OTLP protocol by the proto-lens package"; + description = "OTLP protocol buffer modules for OpenTelemetry, generated via proto-lens"; license = lib.licenses.bsd3; } ) { }; @@ -354714,19 +356380,25 @@ self: { base, bytestring, hs-opentelemetry-api, - http-types, + hspec, text, }: mkDerivation { pname = "hs-opentelemetry-propagator-b3"; - version = "0.0.1.3"; - sha256 = "0rbzfcg99gsqk3yxxnszkhsn8prcz1nffchgfr959qzjih5ljhj1"; + version = "1.0.0.0"; + sha256 = "10b1id1wwyv3zqn7mxdfdrjkmw4xwq2qwpiz1vm5carwrvbjdinf"; libraryHaskellDepends = [ attoparsec base bytestring hs-opentelemetry-api - http-types + text + ]; + testHaskellDepends = [ + base + bytestring + hs-opentelemetry-api + hspec text ]; description = "Trace propagation via HTTP headers following the b3 tracestate spec"; @@ -354744,7 +356416,6 @@ self: { hs-opentelemetry-api, hspec, hspec-discover, - http-types, pretty-hex, primitive, QuickCheck, @@ -354752,13 +356423,12 @@ self: { }: mkDerivation { pname = "hs-opentelemetry-propagator-datadog"; - version = "0.0.1.1"; - sha256 = "1izsp6jw46i6999jnzgi189v62640rkfxi72m3sm3bs187fwgcw7"; + version = "1.0.0.0"; + sha256 = "10hjh8fhp5g0bjbyny09gr3ql99x1z0vw9b2n14vssnp57i2ybxj"; libraryHaskellDepends = [ base bytestring hs-opentelemetry-api - http-types primitive text ]; @@ -354770,6 +356440,7 @@ self: { pretty-hex primitive QuickCheck + text ]; testToolDepends = [ hspec-discover ]; benchmarkHaskellDepends = [ @@ -354785,6 +356456,42 @@ self: { } ) { }; + hs-opentelemetry-propagator-jaeger = callPackage ( + { + mkDerivation, + base, + bytestring, + hs-opentelemetry-api, + hspec, + hspec-discover, + text, + unordered-containers, + }: + mkDerivation { + pname = "hs-opentelemetry-propagator-jaeger"; + version = "1.0.0.0"; + sha256 = "0ac4aqbhkq3mi96zy27gffr240hag6szq689p0vzhrx9yh5vvc7i"; + libraryHaskellDepends = [ + base + bytestring + hs-opentelemetry-api + text + unordered-containers + ]; + testHaskellDepends = [ + base + bytestring + hs-opentelemetry-api + hspec + text + unordered-containers + ]; + testToolDepends = [ hspec-discover ]; + description = "Jaeger trace context propagation for OpenTelemetry"; + license = lib.meta.getLicenseFromSpdxId "BSD-3-Clause"; + } + ) { }; + hs-opentelemetry-propagator-w3c = callPackage ( { mkDerivation, @@ -354794,20 +356501,19 @@ self: { hs-opentelemetry-api, hspec, hspec-discover, - http-types, QuickCheck, text, + unordered-containers, }: mkDerivation { pname = "hs-opentelemetry-propagator-w3c"; - version = "0.1.0.0"; - sha256 = "1y4avgvp9fm4z9qrr51glhhks3np6ca33i2adjh09ilxczqlbsg3"; + version = "1.0.0.0"; + sha256 = "0rp8la57kla61dwny6cy5r4vl854n3pkqdr9lxhib96ksbffm7xh"; libraryHaskellDepends = [ attoparsec base bytestring hs-opentelemetry-api - http-types text ]; testHaskellDepends = [ @@ -354819,6 +356525,7 @@ self: { hspec-discover QuickCheck text + unordered-containers ]; testToolDepends = [ hspec-discover ]; description = "Trace propagation via HTTP headers following the w3c tracestate spec"; @@ -354826,63 +356533,147 @@ self: { } ) { }; + hs-opentelemetry-propagator-xray = callPackage ( + { + mkDerivation, + base, + bytestring, + hs-opentelemetry-api, + hspec, + hspec-discover, + text, + unordered-containers, + }: + mkDerivation { + pname = "hs-opentelemetry-propagator-xray"; + version = "1.0.0.0"; + sha256 = "1pjgvlv9fk1nwjw05sqh8nvwdp21cksz9bxb33jhfi2ff3zcq8jx"; + libraryHaskellDepends = [ + base + bytestring + hs-opentelemetry-api + text + ]; + testHaskellDepends = [ + base + bytestring + hs-opentelemetry-api + hspec + text + unordered-containers + ]; + testToolDepends = [ hspec-discover ]; + description = "AWS X-Ray trace context propagation for OpenTelemetry"; + license = lib.meta.getLicenseFromSpdxId "BSD-3-Clause"; + } + ) { }; + hs-opentelemetry-sdk = callPackage ( { mkDerivation, + aeson, async, base, bytestring, + case-insensitive, clock, + containers, + crypton-connection, + crypton-x509, + crypton-x509-store, + directory, + hashable, hs-opentelemetry-api, + hs-opentelemetry-exporter-handle, + hs-opentelemetry-exporter-in-memory, hs-opentelemetry-exporter-otlp, hs-opentelemetry-propagator-b3, hs-opentelemetry-propagator-datadog, + hs-opentelemetry-propagator-jaeger, hs-opentelemetry-propagator-w3c, + hs-opentelemetry-propagator-xray, + hs-opentelemetry-semantic-conventions, hspec, + http-client, + http-client-tls, http-types, network-bsd, + process, random, + scientific, stm, text, - unagi-chan, + time, + tls, unix, unix-compat, unordered-containers, vector, vector-builder, + yaml, }: mkDerivation { pname = "hs-opentelemetry-sdk"; - version = "0.1.0.1"; - sha256 = "0wdlj4gn0mq3naf0wvn81q97sifw774868wv4yyyy5diwd3hyxk5"; + version = "1.0.0.0"; + sha256 = "0qdfbpd1zd53xdfbnhm5hqj2hnm6w44qq56hnzz44r9ns87h9rg4"; libraryHaskellDepends = [ + aeson async base bytestring + case-insensitive + clock + containers + crypton-connection + crypton-x509 + crypton-x509-store + directory + hashable hs-opentelemetry-api + hs-opentelemetry-exporter-handle hs-opentelemetry-exporter-otlp hs-opentelemetry-propagator-b3 hs-opentelemetry-propagator-datadog + hs-opentelemetry-propagator-jaeger hs-opentelemetry-propagator-w3c + hs-opentelemetry-propagator-xray + hs-opentelemetry-semantic-conventions + http-client + http-client-tls http-types network-bsd + process random + scientific stm text - unagi-chan + time + tls unix unix-compat unordered-containers vector vector-builder + yaml ]; testHaskellDepends = [ + async base + bytestring clock + containers + directory hs-opentelemetry-api + hs-opentelemetry-exporter-in-memory + hs-opentelemetry-propagator-b3 + hs-opentelemetry-propagator-w3c + hs-opentelemetry-semantic-conventions hspec + process text + unix unordered-containers + vector ]; description = "OpenTelemetry SDK for use in applications"; license = lib.licenses.bsd3; @@ -354897,7 +356688,7 @@ self: { directory, filepath, Glob, - hs-opentelemetry-api, + hs-opentelemetry-api-types, text, unordered-containers, vector, @@ -354905,13 +356696,13 @@ self: { }: mkDerivation { pname = "hs-opentelemetry-semantic-conventions"; - version = "0.1.0.0"; - sha256 = "1ag6ig3vkbhjlq69pliiidxg7j40mb6q36lmi50a7jdkfpfgw1z0"; + version = "1.40.0.0"; + sha256 = "1w8f2fvj0nwb1vvlb8zf71yaxznmahqsnv2hazgi98widaj8dfn9"; isLibrary = true; isExecutable = true; libraryHaskellDepends = [ base - hs-opentelemetry-api + hs-opentelemetry-api-types text ]; executableHaskellDepends = [ @@ -354937,13 +356728,15 @@ self: { base, exceptions, hs-opentelemetry-api, + hs-opentelemetry-exporter-in-memory, hs-opentelemetry-sdk, + hspec, text, }: mkDerivation { pname = "hs-opentelemetry-utils-exceptions"; - version = "0.2.0.2"; - sha256 = "1rbr95f3bsyamsl17y6g385alqs2b2vwl64vqm2kilp26h3f82dr"; + version = "1.0.0.0"; + sha256 = "0g9akx8zd90jp3hsa4av741pa6whsyll6wxpzyg0v3lfnsx9c971"; libraryHaskellDepends = [ base exceptions @@ -354951,7 +356744,15 @@ self: { hs-opentelemetry-sdk text ]; - testHaskellDepends = [ base ]; + testHaskellDepends = [ + base + hs-opentelemetry-api + hs-opentelemetry-exporter-in-memory + hs-opentelemetry-sdk + hspec + text + ]; + description = "Exception utilities for OpenTelemetry instrumentation"; license = lib.licenses.bsd3; } ) { }; @@ -354974,8 +356775,8 @@ self: { }: mkDerivation { pname = "hs-opentelemetry-vendor-honeycomb"; - version = "0.0.1.2"; - sha256 = "1q0ckazz17mvl6h8k0di0kfvq377xxsbi5aghsv6wyzpb2fq7brf"; + version = "1.0.0.0"; + sha256 = "0qimac9plbcn9sjbsqnd9bhqmmw5s30clqidnwbkyvjwsasbqh9w"; libraryHaskellDepends = [ base bytestring @@ -358944,6 +360745,7 @@ self: { mkDerivation, base, Cabal-syntax, + containers, cvss, network-uri, osv, @@ -358956,11 +360758,12 @@ self: { }: mkDerivation { pname = "hsec-core"; - version = "0.3.0.0"; - sha256 = "1hjd985lkxxncidwxzjcfpmvjsar0hrcvq08367mykaqnbb5f5bb"; + version = "0.4.0.0"; + sha256 = "1669yigfvlvzgdbnvj40kxsd989zqqgilbixi3dvysm7i22arvzg"; libraryHaskellDepends = [ base Cabal-syntax + containers cvss network-uri osv @@ -359108,8 +360911,8 @@ self: { }: mkDerivation { pname = "hsec-tools"; - version = "0.3.0.1"; - sha256 = "0v3jl34pkmnvchhdz07v6m50wz5s9wf7xbbs19cgxf7kiybbw7yj"; + version = "0.4.0.0"; + sha256 = "1xvz6qk65hwpkbgxrbpbv63xlpv96yhyfkv5bhd1g187py3424sw"; isLibrary = true; isExecutable = true; libraryHaskellDepends = [ @@ -359156,6 +360959,7 @@ self: { base bytestring Cabal-syntax + directory filepath hsec-core network-uri @@ -362998,6 +364802,7 @@ self: { hspec-golden, iso8601-time, markdown-unlit, + pretty-simple, regex-base, regex-tdfa, temporary, @@ -363008,8 +364813,8 @@ self: { }: mkDerivation { pname = "hspec-junit-formatter"; - version = "1.2.0.0"; - sha256 = "0m1p00hpxwyyw6hqvc2b23mg93ci5yx0lyd9b3w2xhk8byr5kyg3"; + version = "1.2.1.0"; + sha256 = "1i5ibciyi8na21l4k7ifyyx4kdjpfhzxkcjrzfjzn7ga3c6n8nbg"; libraryHaskellDepends = [ array base @@ -363034,6 +364839,7 @@ self: { filepath hspec hspec-golden + pretty-simple temporary text xml-conduit @@ -370642,17 +372448,18 @@ self: { bytestring, case-insensitive, doctest, + filepath, hspec, + hspec-discover, + hspec-golden, QuickCheck, quickcheck-instances, text, }: mkDerivation { pname = "http-types"; - version = "0.12.4"; - sha256 = "0jg53cw8dzry951m042sqh0d7x39gxjcjxlw1kpmyzl1rjq1njsd"; - revision = "1"; - editedCabalFile = "1h78wza5gcl5pzlhqvb30183li0bgiqnifwv3ap4zk32x5nrcxyj"; + version = "0.12.5"; + sha256 = "03gy1qbl9qsmp4slh6fa48c1blxaly1nlkj88h67kmw98yy50vfy"; libraryHaskellDepends = [ array base @@ -370663,12 +372470,16 @@ self: { testHaskellDepends = [ base bytestring + case-insensitive doctest + filepath hspec + hspec-golden QuickCheck quickcheck-instances text ]; + testToolDepends = [ hspec-discover ]; description = "Generic HTTP types for Haskell (for both client and server code)"; license = lib.meta.getLicenseFromSpdxId "BSD-3-Clause"; } @@ -381277,21 +383088,45 @@ self: { idna2008 = callPackage ( { mkDerivation, + aeson, base, - punycode, - split, + bytestring, + containers, + directory, + primitive, + tasty, + tasty-hunit, + template-haskell, + text, + zlib, }: mkDerivation { pname = "idna2008"; - version = "0.0.1.0"; - sha256 = "1pd62pr1hyk565mxc15f5lxyms58bywcqll5ya6cnzw20lv4lzlz"; + version = "1.0.0.0"; + sha256 = "0r65nyg3k9njrr0z5015gvb5d9pb6zvhxrzy5f7wnyaps7pww7na"; libraryHaskellDepends = [ base - punycode - split + bytestring + primitive + template-haskell + text ]; - description = "Converts Unicode hostnames into ASCII"; - license = lib.licenses.bsd3; + testHaskellDepends = [ + aeson + base + bytestring + containers + directory + primitive + tasty + tasty-hunit + template-haskell + text + zlib + ]; + doHaddock = false; + description = "Strict IDNA2008 for Haskell"; + license = lib.meta.getLicenseFromSpdxId "BSD-3-Clause"; hydraPlatforms = lib.platforms.none; broken = true; } @@ -386685,8 +388520,8 @@ self: { pname = "inchworm"; version = "1.1.1.2"; sha256 = "1dsrx48srmrqcw4y60prgnzxzr7nc7vyzjv0nnr2vaay3j6pxkii"; - revision = "2"; - editedCabalFile = "0mgyipf3qc0f1k65l1qncs40r7cmgjvd40q5l10q94mr6hsvx58a"; + revision = "3"; + editedCabalFile = "0vqn5zmr4kh1mzndvjx40si4rpmx28q2hj3nh6z7nvc9n5b4apd6"; libraryHaskellDepends = [ base ]; description = "Simple parser combinators for lexical analysis"; license = lib.licenses.mit; @@ -400909,6 +402744,8 @@ self: { pname = "jose"; version = "0.12"; sha256 = "1wsm2r6lvhgw10blgj21v4nf2293jkjhis9yl7a6r38sdarqzc59"; + revision = "1"; + editedCabalFile = "102hcfli41kys96qw3dczj53jkv54d1kqxciw5rqwk1xpzp275h9"; isLibrary = true; isExecutable = true; libraryHaskellDepends = [ @@ -400954,6 +402791,82 @@ self: { } ) { }; + jose_0_13 = callPackage ( + { + mkDerivation, + aeson, + base, + base64-bytestring, + bytestring, + concise, + containers, + crypton, + crypton-x509, + hedgehog, + hspec, + lens, + monad-time, + mtl, + network-uri, + pem, + ram, + tasty, + tasty-hedgehog, + tasty-hspec, + template-haskell, + text, + time, + }: + mkDerivation { + pname = "jose"; + version = "0.13"; + sha256 = "0nazawimg6n0bwsyhd2dxwxidsnpinfrci8q0g0g1sjq62x2dqis"; + isLibrary = true; + isExecutable = true; + libraryHaskellDepends = [ + aeson + base + base64-bytestring + bytestring + concise + containers + crypton + crypton-x509 + lens + monad-time + mtl + network-uri + ram + template-haskell + text + time + ]; + testHaskellDepends = [ + aeson + base + base64-bytestring + bytestring + concise + containers + crypton + crypton-x509 + hedgehog + hspec + lens + mtl + network-uri + pem + tasty + tasty-hedgehog + tasty-hspec + time + ]; + description = "JSON Object Signing and Encryption (JOSE) and JSON Web Token (JWT) library"; + license = lib.meta.getLicenseFromSpdxId "Apache-2.0"; + hydraPlatforms = lib.platforms.none; + } + ) { }; + jose-jwt = callPackage ( { mkDerivation, @@ -403477,8 +405390,8 @@ self: { }: mkDerivation { pname = "json-stream"; - version = "0.4.6.0"; - sha256 = "0w59673565sjhcal7rk69v79fz5hal4fr8xj9jg3w7n3z5f849ym"; + version = "0.4.6.1"; + sha256 = "1r6h7dnsn8s8bbgbxn65z522k3yl8fza0j8gip3ldrgpsiq7wb7y"; libraryHaskellDepends = [ aeson base @@ -406515,8 +408428,8 @@ self: { }: mkDerivation { pname = "kafka-effectful"; - version = "0.2.0.0"; - sha256 = "06ndca5n2sbn44f4g2iaw0dks3jsmyj72iqyipn3a25z7jiyr0s6"; + version = "0.3.0.0"; + sha256 = "112pfbspnzkbv2hg2b6wgr8wm6s676n76dz5dw7p6f8w4ssfkhdd"; isLibrary = true; isExecutable = true; libraryHaskellDepends = [ @@ -407879,8 +409792,8 @@ self: { }: mkDerivation { pname = "katip-wai"; - version = "0.2.0.1"; - sha256 = "0v1zsg158hfq0dl1d3535b5bz60j78mx3n8bi3y6482dhjnx35gp"; + version = "0.2.0.2"; + sha256 = "1bpjz2309znqqsmr230vmjdvx2dzjh55b1lbiysidgh0fdp7qr11"; libraryHaskellDepends = [ aeson base @@ -409832,6 +411745,153 @@ self: { } ) { }; + keiki = callPackage ( + { + mkDerivation, + base, + bytestring, + containers, + cryptohash-sha256, + deepseq, + hspec, + nothunks, + profunctors, + sbv, + template-haskell, + text, + time, + }: + mkDerivation { + pname = "keiki"; + version = "0.1.0.0"; + sha256 = "1zvcwgqla2d7n7ijjry4s6xi9zb33ij8kjdbzkxg65gkmb62w9s2"; + libraryHaskellDepends = [ + base + bytestring + containers + cryptohash-sha256 + nothunks + profunctors + sbv + template-haskell + text + time + ]; + testHaskellDepends = [ + base + containers + deepseq + hspec + nothunks + profunctors + sbv + text + time + ]; + description = "Pure core for symbolic-register transducer event sourcing"; + license = lib.meta.getLicenseFromSpdxId "BSD-3-Clause"; + } + ) { }; + + keiki-codec-json = callPackage ( + { + mkDerivation, + aeson, + base, + bytestring, + containers, + deepseq, + hspec, + keiki, + QuickCheck, + quickcheck-instances, + tasty-bench, + template-haskell, + text, + time, + }: + mkDerivation { + pname = "keiki-codec-json"; + version = "0.1.0.0"; + sha256 = "1ppwzriw9ydhqia2hyljbbjg7sxciny3kf8bkb7nqxy15d4ncccm"; + libraryHaskellDepends = [ + aeson + base + containers + keiki + template-haskell + text + ]; + testHaskellDepends = [ + aeson + base + bytestring + containers + hspec + keiki + QuickCheck + quickcheck-instances + text + time + ]; + benchmarkHaskellDepends = [ + aeson + base + bytestring + deepseq + keiki + tasty-bench + text + ]; + description = "Optional JSON codec for keiki's RegFile"; + license = lib.meta.getLicenseFromSpdxId "BSD-3-Clause"; + } + ) { }; + + keiki-codec-json-test = callPackage ( + { + mkDerivation, + aeson, + base, + bytestring, + hspec, + keiki, + keiki-codec-json, + QuickCheck, + quickcheck-instances, + text, + }: + mkDerivation { + pname = "keiki-codec-json-test"; + version = "0.1.0.0"; + sha256 = "0x6adrkhq08lg415hza76if8rhh3v45ddrf3rbcan1pf54bp1yc3"; + libraryHaskellDepends = [ + aeson + base + bytestring + hspec + keiki + keiki-codec-json + QuickCheck + quickcheck-instances + text + ]; + testHaskellDepends = [ + aeson + base + bytestring + hspec + keiki + keiki-codec-json + QuickCheck + quickcheck-instances + text + ]; + description = "Property-test toolkit for keiki-codec-json downstream consumers"; + license = lib.meta.getLicenseFromSpdxId "BSD-3-Clause"; + } + ) { }; + keiretsu = callPackage ( { mkDerivation, @@ -411697,49 +413757,133 @@ self: { } ) { }; + kiroku-cli = callPackage ( + { + mkDerivation, + aeson, + base, + bytestring, + containers, + generic-lens, + hspec, + kiroku-store, + kiroku-test-support, + lens, + optparse-applicative, + text, + }: + mkDerivation { + pname = "kiroku-cli"; + version = "0.1.0.0"; + sha256 = "1dz5wzzsd6miyrlqwdim0vzx7kfq1j7zr07rqyim5s3v19d6m0mf"; + isLibrary = true; + isExecutable = true; + libraryHaskellDepends = [ + aeson + base + bytestring + containers + generic-lens + kiroku-store + lens + optparse-applicative + text + ]; + executableHaskellDepends = [ + base + optparse-applicative + text + ]; + testHaskellDepends = [ + aeson + base + containers + generic-lens + hspec + kiroku-store + kiroku-test-support + lens + optparse-applicative + text + ]; + description = "Embeddable operator CLI for Kiroku"; + license = lib.meta.getLicenseFromSpdxId "BSD-3-Clause"; + hydraPlatforms = lib.platforms.none; + mainProgram = "kiroku"; + broken = true; + } + ) { kiroku-test-support = null; }; + kiroku-otel = callPackage ( { mkDerivation, aeson, base, bytestring, + containers, + ephemeral-pg, + generic-lens, + hasql-pool, hs-opentelemetry-api, + hs-opentelemetry-exporter-in-memory, hs-opentelemetry-propagator-w3c, + hs-opentelemetry-sdk, + hs-opentelemetry-semantic-conventions, hspec, kiroku-store, + kiroku-test-support, + lens, + stm, text, time, + unordered-containers, uuid, }: mkDerivation { pname = "kiroku-otel"; - version = "0.1.0.0"; - sha256 = "06by15j9yjkkxlai1sq4an666clq8yv839ifkkvnn95ykin69xb0"; + version = "0.2.0.0"; + sha256 = "1n2x2s8jfpwm7d2c8c8l850mqyi0jgsf95lyp6diqipdy7sb9ggs"; libraryHaskellDepends = [ aeson base bytestring + containers + generic-lens hs-opentelemetry-api hs-opentelemetry-propagator-w3c + hs-opentelemetry-semantic-conventions kiroku-store + lens text + unordered-containers ]; testHaskellDepends = [ aeson base bytestring + containers + ephemeral-pg + generic-lens + hasql-pool hs-opentelemetry-api + hs-opentelemetry-exporter-in-memory + hs-opentelemetry-sdk hspec kiroku-store + kiroku-test-support + lens + stm text time + unordered-containers uuid ]; description = "OpenTelemetry W3C trace-context helpers for Kiroku event metadata"; license = lib.meta.getLicenseFromSpdxId "BSD-3-Clause"; hydraPlatforms = lib.platforms.none; + broken = true; } - ) { }; + ) { kiroku-test-support = null; }; kiroku-store = callPackage ( { @@ -411782,14 +413926,13 @@ self: { }: mkDerivation { pname = "kiroku-store"; - version = "0.1.0.0"; - sha256 = "19gjsa7rkfs3hsxxipyzksncaz2yzxlj3qb1czssjv6mj3ph23cs"; - isLibrary = true; - isExecutable = true; + version = "0.2.0.0"; + sha256 = "1sp9rhhwb2qn8nw1ajrlay9imd7vg9gkrpkm89jzqbrdq9dx7krq"; libraryHaskellDepends = [ aeson async base + bytestring containers contravariant-extras effectful-core @@ -411808,15 +413951,6 @@ self: { uuid vector ]; - executableHaskellDepends = [ - aeson - base - ephemeral-pg - generic-lens - lens - stm - text - ]; testHaskellDepends = [ aeson async @@ -411875,7 +414009,6 @@ self: { description = "High-performance PostgreSQL event store"; license = lib.meta.getLicenseFromSpdxId "BSD-3-Clause"; hydraPlatforms = lib.platforms.none; - mainProgram = "kiroku-consumer-group-example"; broken = true; } ) { kiroku-test-support = null; }; @@ -411902,8 +414035,8 @@ self: { }: mkDerivation { pname = "kiroku-store-migrations"; - version = "0.1.0.0"; - sha256 = "0aj0i0gmh94zzrcfmj2p4dl87cpwbin5c4xiaw9jdx6a9gzk373w"; + version = "0.1.1.0"; + sha256 = "095p8csjbgfr9107m8wd9r0d5bk5iwya2yprylmlvwr4yw1bqkq6"; isLibrary = true; isExecutable = true; libraryHaskellDepends = [ @@ -419934,6 +422067,61 @@ self: { } ) { }; + language-smtlib = callPackage ( + { + mkDerivation, + base, + containers, + directory, + filepath, + megaparsec, + parser-combinators, + prettyprinter, + QuickCheck, + quickcheck-instances, + scientific, + tasty, + tasty-hunit, + tasty-quickcheck, + text, + }: + mkDerivation { + pname = "language-smtlib"; + version = "0.1.0.0"; + sha256 = "00wyxq888bgy2l4m54l5fdk3pdpi3zd3rvdim85zzp6vq7lbwpn1"; + isLibrary = true; + isExecutable = true; + libraryHaskellDepends = [ + base + containers + megaparsec + parser-combinators + prettyprinter + scientific + text + ]; + executableHaskellDepends = [ + base + text + ]; + testHaskellDepends = [ + base + directory + filepath + megaparsec + QuickCheck + quickcheck-instances + tasty + tasty-hunit + tasty-quickcheck + text + ]; + description = "Parsing, printing and incremental I/O for the SMT-LIB 2 format"; + license = lib.meta.getLicenseFromSpdxId "BSD-3-Clause"; + mainProgram = "language-smtlib-exe"; + } + ) { }; + language-spelling = callPackage ( { mkDerivation, @@ -421558,8 +423746,8 @@ self: { }: mkDerivation { pname = "launchdarkly-server-sdk"; - version = "4.5.1"; - sha256 = "1rwz5qm7vbznr6gi8pwajzm6qp2y6qac3ir9gp9nh1d2ngjl8q70"; + version = "4.6.0"; + sha256 = "08yw54j76c2axas5v76f3lfzywh47sz78kx11gc7fagxq92k8h46"; libraryHaskellDepends = [ aeson attoparsec @@ -422778,17 +424966,17 @@ self: { }: mkDerivation { pname = "lazyio"; - version = "0.1.0.4"; - sha256 = "0v6g2r4x9m1ksvx62bkn0hndasfh387ylrz67hwkdj61rnyg0m4b"; - revision = "1"; - editedCabalFile = "1kbvbdzh3n6ci51nc2sfp0i2mc203a5cn5xraafiabk3awi5b9x7"; - isLibrary = true; - isExecutable = true; + version = "0.1.0.6"; + sha256 = "0rjx9plzmfg8s7z598gk2rwwrlvsnifp0y6qylhngf36xrlfp591"; libraryHaskellDepends = [ base transformers unsafe ]; + testHaskellDepends = [ + base + transformers + ]; description = "Run IO actions lazily while respecting their order"; license = lib.licenses.bsd3; maintainers = [ lib.maintainers.thielema ]; @@ -432082,6 +434270,45 @@ self: { } ) { }; + linenoise_0_7_0 = callPackage ( + { + mkDerivation, + base, + bytestring, + exceptions, + mtl, + text, + unliftio-core, + }: + mkDerivation { + pname = "linenoise"; + version = "0.7.0"; + sha256 = "02d8f3s03y9d974d726azsc7mn0i72ry012gl7pipdrq347nkp52"; + isLibrary = true; + isExecutable = true; + libraryHaskellDepends = [ + base + bytestring + exceptions + mtl + text + unliftio-core + ]; + executableHaskellDepends = [ + base + bytestring + exceptions + mtl + text + unliftio-core + ]; + description = "A lightweight readline-replacement library for Haskell"; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + mainProgram = "linenoise-demo"; + } + ) { }; + lines-of-action = callPackage ( { mkDerivation, @@ -433712,7 +435939,7 @@ self: { } ) { }; - liquid-fixpoint_0_9_6_3_6 = callPackage ( + liquid-fixpoint_0_9_6_3_7 = callPackage ( { mkDerivation, aeson, @@ -433726,7 +435953,6 @@ self: { boxes, bytestring, cereal, - cmdargs, containers, deepseq, directory, @@ -433760,8 +435986,8 @@ self: { }: mkDerivation { pname = "liquid-fixpoint"; - version = "0.9.6.3.6"; - sha256 = "0v8x553qwjb1n4ags0xx5kbiwnd68mr6n7jnkdwk4g34hfbpvp9y"; + version = "0.9.6.3.7"; + sha256 = "1kifvan7gjp9chqi60ay2fwxs3ax4s9qji2kn5wchbhlr4il9fwd"; isLibrary = true; isExecutable = true; libraryHaskellDepends = [ @@ -433776,7 +436002,6 @@ self: { boxes bytestring cereal - cmdargs containers deepseq directory @@ -434029,7 +436254,7 @@ self: { } ) { inherit (pkgs) z3; }; - liquidhaskell_0_9_14_1 = callPackage ( + liquidhaskell_0_9_14_1_1 = callPackage ( { mkDerivation, base, @@ -434042,8 +436267,8 @@ self: { }: mkDerivation { pname = "liquidhaskell"; - version = "0.9.14.1"; - sha256 = "0gr8c969pafzri69314ly1s6nzpwmq3d7qlf52knvlf3nhm6vamz"; + version = "0.9.14.1.1"; + sha256 = "0chh1a6cl0b8gdc0pkzf3wsk7r2448v4ph0g31fbzyg7daznjdg2"; setupHaskellDepends = [ base Cabal @@ -434181,7 +436406,7 @@ self: { } ) { }; - liquidhaskell-boot_0_9_14_1 = callPackage ( + liquidhaskell-boot_0_9_14_1_1 = callPackage ( { mkDerivation, aeson, @@ -434191,7 +436416,6 @@ self: { bytestring, Cabal, cereal, - cmdargs, containers, deepseq, Diff, @@ -434213,7 +436437,6 @@ self: { liquid-fixpoint, megaparsec, mtl, - optparse-applicative, pretty, split, syb, @@ -434231,8 +436454,8 @@ self: { }: mkDerivation { pname = "liquidhaskell-boot"; - version = "0.9.14.1"; - sha256 = "0r2gxic1n0yvr1cwgfxzfakrhbn50ly7hmc557q5vjwbmlajjsya"; + version = "0.9.14.1.1"; + sha256 = "0cj124s9mdmg2hs8jyfp4c1zysx7pml6blg5yshbbykna57w4yai"; libraryHaskellDepends = [ aeson array @@ -434241,7 +436464,6 @@ self: { bytestring Cabal cereal - cmdargs containers deepseq Diff @@ -434261,7 +436483,6 @@ self: { liquid-fixpoint megaparsec mtl - optparse-applicative pretty split syb @@ -440556,6 +442777,7 @@ self: { bifunctors, containers, errata, + hashable, mmorph, mtl, recursion-schemes, @@ -440567,13 +442789,14 @@ self: { }: mkDerivation { pname = "looksee"; - version = "0.8.2"; - sha256 = "1jz863hv0p34f5nsmi20d57cyji2ldhg2fr4zqz5frj507p603dm"; + version = "0.8.4"; + sha256 = "0cisjp9lyaaiazk1dmpfr40wx7yca719n4fxflk61gavfbpzfw0d"; libraryHaskellDepends = [ base bifunctors containers errata + hashable mmorph mtl recursion-schemes @@ -440586,6 +442809,7 @@ self: { bifunctors containers errata + hashable mmorph mtl recursion-schemes @@ -446143,6 +448367,49 @@ self: { } ) { inherit (pkgs) file; }; + magic_2_0_0 = callPackage ( + { + mkDerivation, + base, + bytestring, + deepseq, + directory, + filepath, + HUnit, + libmagic, + os-string, + text, + unix, + }: + mkDerivation { + pname = "magic"; + version = "2.0.0"; + sha256 = "0j66mbaxwnqbbja9jag9jzmn8zmdp6lk3ajivcs245y4q4ahwyrs"; + libraryHaskellDepends = [ + base + bytestring + deepseq + filepath + os-string + text + ]; + libraryPkgconfigDepends = [ libmagic ]; + testHaskellDepends = [ + base + bytestring + deepseq + directory + filepath + HUnit + text + unix + ]; + description = "Interface to C file/magic library"; + license = lib.meta.getLicenseFromSpdxId "BSD-3-Clause"; + hydraPlatforms = lib.platforms.none; + } + ) { libmagic = null; }; + magic-tyfams = callPackage ( { mkDerivation, @@ -454823,6 +457090,7 @@ self: { containers, daytripper, foldl, + hashable, looksee, looksee-trip, mtl, @@ -454834,13 +457102,14 @@ self: { }: mkDerivation { pname = "mello"; - version = "0.5.0"; - sha256 = "0caajqihzs6is5ijr9kivrg16bd8j8h99fi40z0203kcxmq6n0kx"; + version = "0.7.1"; + sha256 = "03cq9zhky3kg85q2mrcmiyswjr9ajih2znm4s8021iv32hp4gky7"; libraryHaskellDepends = [ base bowtie containers foldl + hashable looksee mtl prettyprinter @@ -454854,6 +457123,7 @@ self: { containers daytripper foldl + hashable looksee looksee-trip mtl @@ -458043,6 +460313,60 @@ self: { } ) { }; + microecta = callPackage ( + { + mkDerivation, + base, + containers, + equivalence, + hashable, + hashtables, + hspec, + intern, + mtl, + QuickCheck, + text, + transformers, + unordered-containers, + }: + mkDerivation { + pname = "microecta"; + version = "0.1.0.0"; + sha256 = "1w51wbymrvy1kbgky314l4dgynvw38m93g46ypawvqaa07jgk579"; + revision = "1"; + editedCabalFile = "0gjpcs3psbdj9ar5g7db4n1dgr00l4qfhcsphgsf299xlvjplawi"; + libraryHaskellDepends = [ + base + containers + equivalence + hashable + hashtables + intern + mtl + text + transformers + unordered-containers + ]; + testHaskellDepends = [ + base + containers + equivalence + hashable + hspec + mtl + QuickCheck + text + unordered-containers + ]; + benchmarkHaskellDepends = [ + base + text + ]; + description = "Small equality-constrained tree automata core"; + license = lib.meta.getLicenseFromSpdxId "BSD-3-Clause"; + } + ) { }; + microformats2-parser = callPackage ( { mkDerivation, @@ -459003,10 +461327,8 @@ self: { }: mkDerivation { pname = "midi"; - version = "0.2.2.4"; - sha256 = "14dv5ihlk5jqmvd3b0wfk4nzk4phan5gx6fmvq616mrp6dsflx58"; - revision = "1"; - editedCabalFile = "086fhjrg3abwnxqwngfyw5paw4jszx5q9mxym5q7x9yqy4dl64j0"; + version = "0.2.2.6"; + sha256 = "1fllpzlcfxkimrp11k50lkndx3n6yvgsw8ky8q8jjifzids78p4v"; libraryHaskellDepends = [ base binary @@ -462473,6 +464795,59 @@ self: { } ) { }; + miso-css = callPackage ( + { + mkDerivation, + add-dependent-file, + base, + bytestring, + containers, + css-parser, + filepath, + miso, + mtl, + QuickCheck, + tagged, + tasty, + tasty-discover, + tasty-hunit, + tasty-quickcheck, + template-haskell, + text, + }: + mkDerivation { + pname = "miso-css"; + version = "0.0.2"; + sha256 = "0cw7c2j6z4hh91irzxbb9in3milzr7wqhwmw8idy8s6s83f5197w"; + libraryHaskellDepends = [ + add-dependent-file + base + containers + css-parser + filepath + miso + mtl + tagged + template-haskell + text + ]; + testHaskellDepends = [ + base + bytestring + miso + QuickCheck + tasty + tasty-discover + tasty-hunit + tasty-quickcheck + template-haskell + ]; + testToolDepends = [ tasty-discover ]; + description = "wrapper over miso checking CSS classes applicability through dependent types"; + license = lib.meta.getLicenseFromSpdxId "BSD-3-Clause"; + } + ) { }; + miso-examples = callPackage ( { mkDerivation }: mkDerivation { @@ -463118,8 +465493,8 @@ self: { }: mkDerivation { pname = "mlkem"; - version = "0.2.0.0"; - sha256 = "0ryq0mwlics4kqjqh05y33y4qmj2j2z0r4p2jaw6mhs41qyj346z"; + version = "0.2.1.0"; + sha256 = "0mw90qq671klq5w20ijrv7pk10lxzphqxrpdjawdl3azhdcvr8kd"; libraryHaskellDepends = [ base crypton @@ -468118,6 +470493,60 @@ self: { } ) { }; + monad-schedule_1_7 = callPackage ( + { + mkDerivation, + base, + base-compat, + free, + generic-arbitrary, + HUnit, + operational, + QuickCheck, + stm, + test-framework, + test-framework-hunit, + test-framework-quickcheck2, + time, + time-domain, + transformers, + }: + mkDerivation { + pname = "monad-schedule"; + version = "1.7"; + sha256 = "128zn2j38gkm4yhc3nkyf86nh763lc4jdipqlp72skml8jrdcn3z"; + libraryHaskellDepends = [ + base + base-compat + free + operational + stm + time-domain + transformers + ]; + testHaskellDepends = [ + base + base-compat + free + generic-arbitrary + HUnit + operational + QuickCheck + stm + test-framework + test-framework-hunit + test-framework-quickcheck2 + time + time-domain + transformers + ]; + description = "A new, simple, composable concurrency abstraction"; + license = lib.meta.getLicenseFromSpdxId "MIT"; + hydraPlatforms = lib.platforms.none; + maintainers = [ lib.maintainers.turion ]; + } + ) { }; + monad-skeleton = callPackage ( { mkDerivation, base }: mkDerivation { @@ -470272,8 +472701,8 @@ self: { }: mkDerivation { pname = "monoid-transformer"; - version = "0.0.4"; - sha256 = "1243r77m5ywphwyhw7kn9vb2ha5m5zj375bd61fprdfiwi3z3as3"; + version = "0.0.4.1"; + sha256 = "1kpb7pq1w0gwis4qs1bl6nzaswyywm2kdy4cxdz0v3qw21zyzxqp"; libraryHaskellDepends = [ base semigroups @@ -473480,8 +475909,8 @@ self: { }: mkDerivation { pname = "mpd-current-json"; - version = "3.1.0.0"; - sha256 = "0z0yc5gy02kpdd22x77pnawlr9fcdspda138gnm1q3sn4ryq9z7a"; + version = "3.1.0.1"; + sha256 = "01c1s5mrj2lqwvlykd41sj5cw94jql7sf6bvah2dhs7k7lifb4qv"; isLibrary = true; isExecutable = true; libraryHaskellDepends = [ @@ -485067,8 +487496,8 @@ self: { { mkDerivation, base }: mkDerivation { pname = "nerd-font-icons"; - version = "0.1.0.0"; - sha256 = "0nbgb9lz0ibha72gyh0q86rbssik2fxphab6f1asm0r5kz5va3ly"; + version = "0.1.0.1"; + sha256 = "1zd51y8xnzik3z94dk37l20fqy5j2vidnfqwx6gjq2zbj7023ybk"; libraryHaskellDepends = [ base ]; description = "Nerd Font Icons for use in haskell"; license = lib.meta.getLicenseFromSpdxId "MIT"; @@ -490529,10 +492958,8 @@ self: { }: mkDerivation { pname = "newtype-generics"; - version = "0.6.2"; - sha256 = "0km7cp041bgdgrxrbrawz611mcylxp943880a2yg228a09961b51"; - revision = "5"; - editedCabalFile = "0arlqrq482ai3j6cwgb8kc34zc8y3ghg8fgrxxcnw752hzrl1g71"; + version = "0.6.3"; + sha256 = "008ad7xqll7xf1i706sbnh3wbhin1r7a3hpqn44lrmf5446xsnjz"; libraryHaskellDepends = [ base ]; testHaskellDepends = [ base @@ -493980,26 +496407,28 @@ self: { containers, deepseq, doctest-exitcode-stdio, + doctest-lib, QuickCheck, + semigroups, utility-ht, }: mkDerivation { pname = "non-empty"; - version = "0.3.5"; - sha256 = "0xnxisshns862l5khb70i6pkzc9l95j33vkqlk046xl6galcxdvd"; - revision = "3"; - editedCabalFile = "09372apcl58lw6cw0xibinskrrq5jx02a20n9qbx06dxgswzcjdh"; + version = "0.3.6.1"; + sha256 = "039hb15rcj8grgbpmhb1wq3ky3ra1f77rw0zra94k3a9125446v7"; libraryHaskellDepends = [ base containers deepseq QuickCheck + semigroups utility-ht ]; testHaskellDepends = [ base containers doctest-exitcode-stdio + doctest-lib QuickCheck utility-ht ]; @@ -494120,8 +496549,8 @@ self: { }: mkDerivation { pname = "non-negative"; - version = "0.1.2"; - sha256 = "0f01q916dzkl1i0v15qrw9cviycki5g3fgi6x8gs45iwbzssq52n"; + version = "0.1.2.1"; + sha256 = "0acn76g7am9i318vrqj82dmxa746iz4kg2kyx2das10w7b0wmdrb"; libraryHaskellDepends = [ base QuickCheck @@ -494852,6 +497281,88 @@ self: { } ) { }; + nostr = callPackage ( + { + mkDerivation, + aeson, + async, + base, + base16-bytestring, + base64-bytestring, + bech32, + bytestring, + containers, + cryptonite, + entropy, + hspec, + http-conduit, + memory, + mtl, + nonempty-wrapper-text, + ppad-fixed, + ppad-secp256k1, + QuickCheck, + stm, + text, + time, + unix-time, + vector, + websockets, + wuss, + }: + mkDerivation { + pname = "nostr"; + version = "1.3.1.0"; + sha256 = "08v0x94s2kpxl5v7h5q8d20nvmpwksqmairnghpns798svm2xra7"; + isLibrary = true; + isExecutable = true; + libraryHaskellDepends = [ + aeson + async + base + base16-bytestring + base64-bytestring + bech32 + bytestring + containers + cryptonite + entropy + http-conduit + memory + mtl + nonempty-wrapper-text + ppad-fixed + ppad-secp256k1 + stm + text + time + unix-time + vector + websockets + wuss + ]; + executableHaskellDepends = [ + aeson + base + bytestring + text + time + ]; + testHaskellDepends = [ + aeson + base + base64-bytestring + bytestring + containers + hspec + QuickCheck + text + ]; + description = "Nostr library"; + license = lib.meta.getLicenseFromSpdxId "MIT"; + } + ) { }; + not-gloss = callPackage ( { mkDerivation, @@ -495478,8 +497989,8 @@ self: { }: mkDerivation { pname = "nova-cache"; - version = "0.3.2.1"; - sha256 = "13k4g6msfcf40hizba1sdl4h59839jajs909phcn0h6yhw2v3cn9"; + version = "0.4.0.0"; + sha256 = "0m4dwa4kqxnqj5yxxmaxpijh6q0af9kjay4kfbjvaf64wz7dz4k8"; isLibrary = true; isExecutable = true; libraryHaskellDepends = [ @@ -495504,7 +498015,7 @@ self: { ram text ]; - description = "Pure Nix binary cache protocol library"; + description = "Pure-first Nix binary cache protocol library"; license = lib.meta.getLicenseFromSpdxId "BSD-3-Clause"; hydraPlatforms = lib.platforms.none; broken = true; @@ -495573,7 +498084,6 @@ self: { memory, mtl, nova-cache, - primitive, process, regex-tdfa, sqlite-simple, @@ -495582,8 +498092,8 @@ self: { }: mkDerivation { pname = "nova-nix"; - version = "0.1.8.0"; - sha256 = "1kzgsgwkrfj74pz5d4bn03805rsqqpq4d8z8ihkvjcq763q88wid"; + version = "0.3.0.0"; + sha256 = "1sadwr404fp1isyrnygdk21ppq17yhb8a3x20gq1grlj3j6ngshr"; isLibrary = true; isExecutable = true; enableSeparateDataOutput = true; @@ -495601,7 +498111,6 @@ self: { memory mtl nova-cache - primitive process regex-tdfa sqlite-simple @@ -495621,11 +498130,10 @@ self: { containers directory filepath - primitive process text ]; - description = "Windows-native Nix implementation in pure Haskell"; + description = "Windows-native Nix implementation in Haskell and C99"; license = lib.meta.getLicenseFromSpdxId "BSD-3-Clause"; hydraPlatforms = lib.platforms.none; mainProgram = "nova-nix"; @@ -495974,8 +498482,8 @@ self: { }: mkDerivation { pname = "nri-http"; - version = "0.3.0.0"; - sha256 = "1b3zaw96np1x87839fi47shzb79v6rs6hvr116fjb7kvayrz7xpn"; + version = "0.7.0.1"; + sha256 = "0fvra4wmgc0mr806hs52flp2i0x2pq5fv7dqqgqr4102mmjw113x"; libraryHaskellDepends = [ aeson base @@ -496038,8 +498546,10 @@ self: { }: mkDerivation { pname = "nri-kafka"; - version = "0.1.0.4"; - sha256 = "1cmrssyr32ks7wy8ypk6wq5daljk26a7yx61jlq2m56p5b0nvam2"; + version = "0.4.0.1"; + sha256 = "1izw6ph2rp5wpvkgfjw1mh770r3sas8apamp3igv4vf7i7bcjxj0"; + isLibrary = true; + isExecutable = true; libraryHaskellDepends = [ aeson async @@ -496101,6 +498611,7 @@ self: { random, safe-exceptions, stm, + strict-stm, text, time, unordered-containers, @@ -496108,8 +498619,10 @@ self: { }: mkDerivation { pname = "nri-observability"; - version = "0.1.1.4"; - sha256 = "077zj96iapjp6cn38z0g6didpwq866xz5m03d8kbp3pwdmfpr65c"; + version = "0.4.0.1"; + sha256 = "0ajisxyjkxd99a2az5ms4d3rlixg40kbn9mq6hwlv3dy7s0dbqdi"; + isLibrary = true; + isExecutable = true; libraryHaskellDepends = [ aeson aeson-pretty @@ -496127,6 +498640,30 @@ self: { random safe-exceptions stm + strict-stm + text + time + unordered-containers + uuid + ]; + executableHaskellDepends = [ + aeson + aeson-pretty + async + base + bugsnag-hs + bytestring + conduit + directory + hostname + http-client + http-client-tls + nri-env-parser + nri-prelude + random + safe-exceptions + stm + strict-stm text time unordered-containers @@ -496149,6 +498686,7 @@ self: { random safe-exceptions stm + strict-stm text time unordered-containers @@ -496157,6 +498695,7 @@ self: { description = "Report log spans collected by nri-prelude"; license = lib.licenses.bsd3; hydraPlatforms = lib.platforms.none; + mainProgram = "memory-leak-test"; } ) { }; @@ -496229,6 +498768,7 @@ self: { aeson, aeson-pretty, async, + attoparsec, auto-update, base, bytestring, @@ -496253,12 +498793,13 @@ self: { }: mkDerivation { pname = "nri-prelude"; - version = "0.6.0.6"; - sha256 = "1i1y16pc8rph7ahj53jxrhr18qnw114zfb9z0fnd4k2cs0sryyqz"; + version = "0.7.0.0"; + sha256 = "1m5whki0gbcqzr365vfsv7akadqi9jiw876ykhc25wmdxph4fg4s"; libraryHaskellDepends = [ aeson aeson-pretty async + attoparsec auto-update base bytestring @@ -496285,6 +498826,7 @@ self: { aeson aeson-pretty async + attoparsec auto-update base bytestring @@ -496340,8 +498882,8 @@ self: { }: mkDerivation { pname = "nri-redis"; - version = "0.2.0.3"; - sha256 = "17rpdmqqfv6iyhjjf7lrr6hbn0mlz71i8llx7617d3v34y1bh3r0"; + version = "0.4.1.1"; + sha256 = "1z0x1gg12hpr76j8w2nknyw1vgv94ynqwkvychqnwh5hcw3qmgsf"; libraryHaskellDepends = [ aeson async @@ -502560,8 +505102,8 @@ self: { }: mkDerivation { pname = "om-plugin-imports"; - version = "0.4.0.2.9.14"; - sha256 = "1ad1zbhr4pph5dv4d16rw9l58ghvpglv3qyd3cx8lfzl39chbi28"; + version = "0.4.1.1.9.14"; + sha256 = "0sycyhdmdnhbdx0dj2f58ssr6z7vgkml27q7vzhcwwp0lnifds40"; libraryHaskellDepends = [ base containers @@ -508276,6 +510818,8 @@ self: { pname = "optparse-applicative"; version = "0.19.0.0"; sha256 = "0waq6i6jk0zj9vb00m62khfcm9xdnz3afzs471vhqwr1v3psw5ng"; + revision = "1"; + editedCabalFile = "1hvcdhc7m9f3qh70cqhrjf0qszyv0dj8fvl2i3fpr3s9ybdwn7ac"; libraryHaskellDepends = [ base prettyprinter @@ -508305,6 +510849,8 @@ self: { pname = "optparse-applicative-cmdline-util"; version = "0.2.1"; sha256 = "0l6qmxncqacfm8abpf2j2f7pn7pbd09lpm20im6gpm27dmls001h"; + revision = "1"; + editedCabalFile = "07p0flx6k16xpsm8057n8giimv45di1kymfdp6fk5m8nj6nllk45"; libraryHaskellDepends = [ attoparsec base @@ -513613,8 +516159,8 @@ self: { }: mkDerivation { pname = "pandoc"; - version = "3.9.0.2"; - sha256 = "0v1b3n9sn25kblhnzn1p0l5pv0raj93byx75jqbssnj854qshik4"; + version = "3.10"; + sha256 = "016k9bmc4c0pc1b4iilrp60rlxc8339mwqr1k9kd9xm6h4xz0slw"; configureFlags = [ "-f-trypandoc" ]; enableSeparateDataOutput = true; libraryHaskellDepends = [ @@ -513921,8 +516467,8 @@ self: { }: mkDerivation { pname = "pandoc-cli"; - version = "3.9.0.2"; - sha256 = "084q8f3y9p2a4vjaqir56r35fjb277i6pkwn1kl3r7xgqjw3a1bj"; + version = "3.10"; + sha256 = "14zsnj1zw5zjk704hivdimzwgs7zw47wl89i6phlaw7s9balvx4j"; isLibrary = false; isExecutable = true; executableHaskellDepends = [ @@ -514762,8 +517308,8 @@ self: { }: mkDerivation { pname = "pandoc-lua-engine"; - version = "0.5.2"; - sha256 = "08lg5qsacgll5yvbh28r4x79hzhl7vm6jn8xw5wrqf9wgd7rbblk"; + version = "0.5.3"; + sha256 = "1n2jkylqxk5c4n3ag8b5w4d3nzdnrw5j4d31i2binv9xs9zm3lkp"; libraryHaskellDepends = [ aeson base @@ -515275,8 +517821,8 @@ self: { }: mkDerivation { pname = "pandoc-server"; - version = "0.1.2"; - sha256 = "1igs9fkbid824pj2bxgwk4s485fgc8sn9qqcbafyybfs571qqw1x"; + version = "0.1.3"; + sha256 = "1sncxx1q29z7vs6nf7vhakx0lym1wj37sbjb5zywshnl5bfn9izj"; libraryHaskellDepends = [ aeson base @@ -515471,8 +518017,8 @@ self: { }: mkDerivation { pname = "pandoc-types"; - version = "1.23.1.1"; - sha256 = "17zhzimkk27s0mx4h752jzhxqqr7nklj1mnrkx86faq816qx1hc9"; + version = "1.23.1.2"; + sha256 = "16si06wlmk7x8br8nzd628pdgk72k0jl552xrkkdq965m2yavpc1"; libraryHaskellDepends = [ aeson base @@ -518544,6 +521090,8 @@ self: { pname = "parsec"; version = "3.1.18.0"; sha256 = "1byha0j1i0h5wwzafm0csx0y8maga17r6my2z5w2ciki789rybs0"; + revision = "1"; + editedCabalFile = "1ajpd2nn6ph3zrzbkwp877zv8772pqashbwqf714mhgl9jbcp818"; libraryHaskellDepends = [ base bytestring @@ -521675,10 +524223,8 @@ self: { }: mkDerivation { pname = "pathtype"; - version = "0.8.1.3"; - sha256 = "0wik0dpqd0bjwpsjwgqzn6cghrjkh5rbv5ggkyj50savh30y9mkj"; - revision = "1"; - editedCabalFile = "1c3qzn30dkfl92i0c67wlr9c8nx75vh02r5w12rr4m0icx3mdc44"; + version = "0.8.1.4"; + sha256 = "0pmbayic8h1j27xwvvcd5vn2lmdm9xrxkprd4vz3b26ascai7x3v"; libraryHaskellDepends = [ base deepseq @@ -528996,8 +531542,8 @@ self: { }: mkDerivation { pname = "pgmq-config"; - version = "0.2.0.0"; - sha256 = "0y5vgas8hixs57ygh7wcy76jikzlw567vc83w1ygjk6ssdx2vd1g"; + version = "0.3.0.0"; + sha256 = "0fbr3rywgvpvhm3jp2ll6353ngd5dpmwpd7fnlzw8y6jk6jwqcmb"; libraryHaskellDepends = [ base containers @@ -529044,8 +531590,8 @@ self: { }: mkDerivation { pname = "pgmq-core"; - version = "0.2.0.0"; - sha256 = "0pfiflhnaqnpxv8srblr5s11aqvy3jkq70v1ggbsji1a9q6zh4n8"; + version = "0.3.0.0"; + sha256 = "1hm1cva51f2fi7363vff4035rfb0dqwymk8sswqvjif22z4bd3dc"; libraryHaskellDepends = [ aeson base @@ -529090,8 +531636,8 @@ self: { }: mkDerivation { pname = "pgmq-effectful"; - version = "0.2.0.0"; - sha256 = "07d2zzg9s5n43k29xx7gqlpjjk21jgb58sv392i7wdvm9g5byhd8"; + version = "0.3.0.0"; + sha256 = "1yslphqkbqzrgl896yf5jj8jbrm8p56bgqy2jnzdyshgg28yxizs"; libraryHaskellDepends = [ aeson base @@ -529163,8 +531709,8 @@ self: { }: mkDerivation { pname = "pgmq-hasql"; - version = "0.2.0.0"; - sha256 = "128k8q1g78nb56282dmbgkjdic1acc5607fmg6cvdmh9xwmf5cv6"; + version = "0.3.0.0"; + sha256 = "0akq7w7zp6rk0ng29z4cmjhg2xxx5ms0sfw99rwf6f0bzqcw2a5j"; libraryHaskellDepends = [ aeson base @@ -529219,8 +531765,8 @@ self: { }: mkDerivation { pname = "pgmq-migration"; - version = "0.2.0.0"; - sha256 = "17yykj64dabc65hwzgdnq98v2qxr9q7cg5zhyhixybgi7s1c7ync"; + version = "0.3.0.0"; + sha256 = "1bb9q8mcanzsaszf0vw5pxgxpk1llqya18dkrs9ji308f88vldjm"; libraryHaskellDepends = [ base bytestring @@ -529692,8 +532238,8 @@ self: { }: mkDerivation { pname = "phino"; - version = "0.0.0.71"; - sha256 = "0dghwrjw3alzi4986nip4hp5vdgkqs4kqxxvrvpr5i1yh9nmq2zc"; + version = "0.0.77"; + sha256 = "1nz1532s54iqhl4va0kir0h0b0qi4gd3hwdgiqraa5cqhy4kfci4"; isLibrary = true; isExecutable = true; libraryHaskellDepends = [ @@ -538312,8 +540858,8 @@ self: { }: mkDerivation { pname = "pms-application-service"; - version = "0.1.1.0"; - sha256 = "0bi69fkgx9sinml2q4ab33y569qcdandq534l78abas113af3vgp"; + version = "0.1.2.0"; + sha256 = "0max9rsqfcri7yqr5zwksm8z7bcka1wsjib17q9lqrsqhaygw41q"; libraryHaskellDepends = [ aeson async @@ -538356,15 +540902,19 @@ self: { aeson, async, base, + base16-bytestring, bytestring, data-default, fast-logger, filepath, hspec, hspec-discover, + iproute, lens, monad-logger, mtl, + network, + regex-tdfa, safe-exceptions, stm, strip-ansi-escape, @@ -538373,19 +540923,23 @@ self: { }: mkDerivation { pname = "pms-domain-model"; - version = "0.1.7.0"; - sha256 = "14srq67bkwligmighjdm84b5bmhsvs5p745gjxhss9bpy7lkyvqa"; + version = "0.1.8.0"; + sha256 = "0daf4s4m9vmbfp25hgfxkb04c2bs94pzbmn4g9d78pbhm6p237wb"; libraryHaskellDepends = [ aeson async base + base16-bytestring bytestring data-default fast-logger filepath + iproute lens monad-logger mtl + network + regex-tdfa safe-exceptions stm strip-ansi-escape @@ -538396,6 +540950,7 @@ self: { aeson async base + bytestring data-default hspec hspec-discover @@ -538441,8 +540996,8 @@ self: { }: mkDerivation { pname = "pms-domain-service"; - version = "0.1.4.0"; - sha256 = "0mk6r1si2ixzpjvik56i59pg3c7xb9pldakdmnyyl8xkrwsc0hyb"; + version = "0.1.5.0"; + sha256 = "0bbnlmbmls80ycb734kynv5vyyjz67rm03f9mk5qk7g4d8h69hr3"; libraryHaskellDepends = [ aeson base @@ -538512,8 +541067,8 @@ self: { }: mkDerivation { pname = "pms-infra-agent-process"; - version = "0.0.1.0"; - sha256 = "1v0yvqy9n4y21a48m91z3wyyyychdifqmy1p4jj6rkvr19nnc2dc"; + version = "0.0.2.0"; + sha256 = "1vdx5sp7ymc4syb522gla6ag700bzxa0vck8jlxgi99zgv5pn3h0"; libraryHaskellDepends = [ aeson async @@ -538556,6 +541111,157 @@ self: { } ) { }; + pms-infra-agent-serial = callPackage ( + { + mkDerivation, + aeson, + async, + base, + base16-bytestring, + bytestring, + conduit, + data-default, + directory, + fast-logger, + filepath, + hspec, + hspec-discover, + lens, + monad-logger, + mtl, + network, + pms-domain-model, + process, + safe-exceptions, + serialport, + stm, + text, + transformers, + }: + mkDerivation { + pname = "pms-infra-agent-serial"; + version = "0.0.1.0"; + sha256 = "11pydlarapp07wbswjg8zik2dm4xqp5y9qrycyd81dfqnbbxd7d2"; + libraryHaskellDepends = [ + aeson + async + base + base16-bytestring + bytestring + conduit + data-default + directory + fast-logger + filepath + lens + monad-logger + mtl + network + pms-domain-model + process + safe-exceptions + serialport + stm + text + transformers + ]; + testHaskellDepends = [ + async + base + base16-bytestring + bytestring + data-default + directory + fast-logger + filepath + hspec + hspec-discover + lens + monad-logger + network + pms-domain-model + serialport + stm + text + ]; + testToolDepends = [ hspec-discover ]; + description = "pms-infra-agent-serial"; + license = lib.meta.getLicenseFromSpdxId "Apache-2.0"; + } + ) { }; + + pms-infra-agent-socket = callPackage ( + { + mkDerivation, + aeson, + async, + base, + base16-bytestring, + bytestring, + conduit, + data-default, + directory, + fast-logger, + filepath, + hspec, + hspec-discover, + lens, + monad-logger, + mtl, + network, + pms-domain-model, + safe-exceptions, + stm, + text, + transformers, + }: + mkDerivation { + pname = "pms-infra-agent-socket"; + version = "0.0.1.0"; + sha256 = "1mms0xiqgvqflmyi4arn02sghg611q8zq9d8gddv015w4z7an3wh"; + libraryHaskellDepends = [ + aeson + async + base + base16-bytestring + bytestring + conduit + data-default + fast-logger + lens + monad-logger + mtl + network + pms-domain-model + safe-exceptions + stm + text + transformers + ]; + testHaskellDepends = [ + aeson + async + base + bytestring + data-default + directory + fast-logger + filepath + hspec + hspec-discover + lens + monad-logger + network + pms-domain-model + stm + text + ]; + testToolDepends = [ hspec-discover ]; + description = "pms-infra-agent-socket"; + license = lib.meta.getLicenseFromSpdxId "Apache-2.0"; + } + ) { }; + pms-infra-cmdrun = callPackage ( { mkDerivation, @@ -543599,10 +546305,8 @@ self: { }: mkDerivation { pname = "pooled-io"; - version = "0.0.2.3"; - sha256 = "0ysgfwlppilj21sqhbcq7xbyc5hnc26mzb58y7mm9rd5piw3v7mc"; - revision = "2"; - editedCabalFile = "17p76x90fz5bvn1y4mn7q00r2p6ssahmb84kycfkq0mhcjsdgch6"; + version = "0.0.2.5"; + sha256 = "1lvvfragrd7i3axvm1aw0i40vpvg34ghn0ny4ch2pdpcx728d2qa"; isLibrary = true; isExecutable = true; libraryHaskellDepends = [ @@ -549646,6 +552350,39 @@ self: { } ) { }; + ppad-eproc = callPackage ( + { + mkDerivation, + base, + criterion, + deepseq, + tasty, + tasty-hunit, + tasty-quickcheck, + weigh, + }: + mkDerivation { + pname = "ppad-eproc"; + version = "0.1.0"; + sha256 = "18dq2dfrxyl0jfxjkq179ivba9ra3s76ya8lfx0mkvz1hj6ya7vk"; + libraryHaskellDepends = [ base ]; + testHaskellDepends = [ + base + tasty + tasty-hunit + tasty-quickcheck + ]; + benchmarkHaskellDepends = [ + base + criterion + deepseq + weigh + ]; + description = "Anytime-valid sequential testing via e-processes"; + license = lib.meta.getLicenseFromSpdxId "MIT"; + } + ) { }; + ppad-fixed = callPackage ( { mkDerivation, @@ -549659,8 +552396,8 @@ self: { }: mkDerivation { pname = "ppad-fixed"; - version = "0.1.4"; - sha256 = "0p1bc855m0plp67aq7v10xq58arqdnscymk9lyphaqsypqpb2kqm"; + version = "0.1.5"; + sha256 = "0sy0v3kqvk05q9grw71dcljsfkysacbnfq11acnyglabla2gq20g"; libraryHaskellDepends = [ base deepseq @@ -550021,8 +552758,8 @@ self: { }: mkDerivation { pname = "ppad-secp256k1"; - version = "0.5.5"; - sha256 = "1lcp71nb3k394dm6anlvg0xqqlacd6b7im7vjas7mjw7a86ny37c"; + version = "0.5.7"; + sha256 = "11kyqf5d39siblclxxad8g402625rzdnrikdad851jd6is7vwl1i"; libraryHaskellDepends = [ base bytestring @@ -554900,19 +557637,19 @@ self: { mkDerivation, base, containers, + non-empty, random, transformers, utility-ht, }: mkDerivation { pname = "probability"; - version = "0.2.8"; - sha256 = "06vaq2wsy63vnsprpz0921v5mdqnhp58h1ly721lwrxyd8lg57hg"; - revision = "3"; - editedCabalFile = "02703w7680va0gicxjx4s644i0y3jm6f20wqkk90hhk3l33yp4y8"; + version = "0.2.9.1"; + sha256 = "1v0jgyd7a5pdrinvs2ziqmxpf3hrqgvcdbf8dj4y0vlnb6w7wvjz"; libraryHaskellDepends = [ base containers + non-empty random transformers utility-ht @@ -557440,88 +560177,6 @@ self: { ) { }; prometheus-client = callPackage ( - { - mkDerivation, - atomic-primops, - base, - bytestring, - clock, - containers, - criterion, - data-sketches, - deepseq, - doctest, - exceptions, - hspec, - mtl, - primitive, - QuickCheck, - random, - random-shuffle, - stm, - text, - transformers, - transformers-compat, - utf8-string, - }: - mkDerivation { - pname = "prometheus-client"; - version = "1.1.1"; - sha256 = "1j248vy67j0wqfbh5wgqxa4l99ynsf9r2651wghqc7b5973rww3a"; - revision = "1"; - editedCabalFile = "0x2b7bq2k7k8ww6aza330xpamgy1accabljan7fz0f78v32pm1js"; - libraryHaskellDepends = [ - atomic-primops - base - bytestring - clock - containers - data-sketches - deepseq - exceptions - mtl - primitive - stm - text - transformers - transformers-compat - utf8-string - ]; - testHaskellDepends = [ - atomic-primops - base - bytestring - clock - containers - data-sketches - deepseq - doctest - exceptions - hspec - mtl - primitive - 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_2 = callPackage ( { mkDerivation, atomic-primops, @@ -557598,7 +560253,6 @@ self: { ]; description = "Haskell client library for http://prometheus.io."; license = lib.licenses.asl20; - hydraPlatforms = lib.platforms.none; } ) { }; @@ -558015,8 +560669,8 @@ self: { }: mkDerivation { pname = "prop-unit"; - version = "1.0.1"; - sha256 = "083m9lisb5qb1l71wmhv22fmgaf13zfzwxkz312mcgr6ifmm2nxi"; + version = "1.0.2"; + sha256 = "0pppsf269wbgkppxa7dw6dgqzb8nxn0j8g53yxfwbs8pcq4lp8p3"; libraryHaskellDepends = [ base hedgehog @@ -561005,6 +563659,8 @@ self: { pms-domain-model, pms-domain-service, pms-infra-agent-process, + pms-infra-agent-serial, + pms-infra-agent-socket, pms-infra-cmdrun, pms-infra-filesystem, pms-infra-procspawn, @@ -561019,8 +563675,8 @@ self: { }: mkDerivation { pname = "pty-mcp-server"; - version = "0.1.9.0"; - sha256 = "0rq7312i3qfzvw7i6wsvc2rm8yqff2l41fv4jkrzzss4gjcaiida"; + version = "0.2.0.0"; + sha256 = "0zbbh0v84g8k3jmqz3vck6n5gvcxbbchmz68ap90c6n81c9309mn"; isLibrary = false; isExecutable = true; executableHaskellDepends = [ @@ -561030,6 +563686,8 @@ self: { pms-domain-model pms-domain-service pms-infra-agent-process + pms-infra-agent-serial + pms-infra-agent-socket pms-infra-cmdrun pms-infra-filesystem pms-infra-procspawn @@ -563846,7 +566504,7 @@ self: { } ) { }; - pusher-http-haskell_2_1_0_24 = callPackage ( + pusher-http-haskell_2_1_0_25 = callPackage ( { mkDerivation, aeson, @@ -563867,8 +566525,8 @@ self: { }: mkDerivation { pname = "pusher-http-haskell"; - version = "2.1.0.24"; - sha256 = "146i9ih9m5bfwq131h0yrmf9a38p8hw82ifijnvzqysj2ip054w2"; + version = "2.1.0.25"; + sha256 = "0zpyac27wxcr1sg6rhvwg8zmj2aajacv49fajg58n1paxbrl69ch"; libraryHaskellDepends = [ aeson base @@ -564912,6 +567570,7 @@ self: { cryptonite, extra, hspec, + hspec-discover, optparse-applicative, process, simple-sql-parser, @@ -564922,8 +567581,8 @@ self: { }: mkDerivation { pname = "qhs"; - version = "0.4.1"; - sha256 = "0j7jdjgq45qahf1dyys94a3appi70n9jrhglwv0c52zn703vwqa4"; + version = "0.4.3"; + sha256 = "1ndrr3fjplffc0ifp163kcjg7g38y6skf5py58q3js6gilqhbbsi"; isLibrary = false; isExecutable = true; libraryHaskellDepends = [ @@ -564947,6 +567606,7 @@ self: { hspec process ]; + testToolDepends = [ hspec-discover ]; doHaddock = false; description = "Command line tool qhs, SQL queries on CSV and TSV files"; license = lib.meta.getLicenseFromSpdxId "MIT"; @@ -568609,10 +571269,8 @@ self: { }: mkDerivation { pname = "quickcheck-transformer"; - version = "0.3.1.2"; - sha256 = "07y6k1c8flg3ldkckb19s28ls0k3bg769r26smkr3dbz7w4mg7rh"; - revision = "1"; - editedCabalFile = "131grjardvlbgvj3hzxg14n03vynvvb8lmy01nggdg9x4h78b4ib"; + version = "0.3.1.3"; + sha256 = "110d292p2lk13pbklgrq5ka225x5knbhf4bz5kshmlcdqbad200l"; libraryHaskellDepends = [ base QuickCheck @@ -575657,10 +578315,8 @@ self: { }: mkDerivation { pname = "reactive-midyim"; - version = "0.4.1.1"; - sha256 = "1hsa7d79mf7r36grl9i41x84kg3s9j5gj2fy40mb1mhvr221pi9v"; - revision = "3"; - editedCabalFile = "1i4syy9vs2frgl8b92r62yjzzbz8dxx91v5823kf9nrcm7prqffw"; + version = "0.4.1.3"; + sha256 = "1c4akl8fjr4w68wnzm62qxmkmmgaw1r762sl4qi87xv507chp8bz"; libraryHaskellDepends = [ base containers @@ -587107,6 +589763,7 @@ self: { request = callPackage ( { mkDerivation, + aeson, base, bytestring, case-insensitive, @@ -587118,9 +589775,10 @@ self: { }: mkDerivation { pname = "request"; - version = "0.4.0.0"; - sha256 = "1l3x0p4i3kmi065y19g5q8kbwi2pndipkaay9j7m8zprklgzixzg"; + version = "0.4.1.0"; + sha256 = "1j8nw5d6hqarc6ifgb6yi65b5vazq1i7xxp0w5kj2g6vrbphd39z"; libraryHaskellDepends = [ + aeson base bytestring case-insensitive @@ -587130,6 +589788,7 @@ self: { text ]; testHaskellDepends = [ + aeson base bytestring hspec @@ -587301,8 +589960,8 @@ self: { pname = "rere"; version = "0.2.0.2"; sha256 = "14lmqbihrhy9cdskxgk9l36ndr323vqiwxs8fry5s64gg00ahlyf"; - revision = "1"; - editedCabalFile = "018hk8ng0ca1z37wvm8vr1cfh13dmha300cq1l9mzxvkm7nkbp4m"; + revision = "2"; + editedCabalFile = "1brmp42vxfn301lwqvkvwcqbzqwnkhq171yx6ry204l178ih4yj5"; libraryHaskellDepends = [ base containers @@ -589562,8 +592221,8 @@ self: { }: mkDerivation { pname = "retroclash-lib"; - version = "0.1.2.3"; - sha256 = "0cxvcxldfl4nl9vhllbs4n0h8615s84mms93kj6g9nl5rvmfgkg7"; + version = "0.1.2.4"; + sha256 = "1zxh9wk8k71f6xzfsjvx59m5n9wbw6wkmda5pzv96k4afwsq7im2"; libraryHaskellDepends = [ barbies base @@ -589721,6 +592380,53 @@ self: { } ) { }; + retry-io-classes = callPackage ( + { + mkDerivation, + base, + ghc-prim, + hedgehog, + io-classes, + mtl, + random, + stm, + tasty, + tasty-hedgehog, + tasty-hunit, + time, + transformers, + }: + mkDerivation { + pname = "retry-io-classes"; + version = "0.1.0.0"; + sha256 = "0jsi8l65iviaqx2gc8aj5rnlpgrgmgmf798kf6197cqhssbbmg0h"; + libraryHaskellDepends = [ + base + ghc-prim + io-classes + mtl + random + transformers + ]; + testHaskellDepends = [ + base + ghc-prim + hedgehog + io-classes + mtl + random + stm + tasty + tasty-hedgehog + tasty-hunit + time + transformers + ]; + description = "Retry combinators for monadic actions that may fail (io-classes port)"; + license = lib.meta.getLicenseFromSpdxId "BSD-3-Clause"; + } + ) { }; + retryer = callPackage ( { mkDerivation, @@ -590757,6 +593463,93 @@ self: { } ) { }; + rhine_1_8 = callPackage ( + { + mkDerivation, + automaton, + base, + containers, + criterion, + deepseq, + foldable1-classes-compat, + free, + mmorph, + MonadRandom, + mtl, + profunctors, + QuickCheck, + random, + selective, + simple-affine-space, + tasty, + tasty-hunit, + tasty-quickcheck, + text, + time, + time-domain, + transformers, + vector-sized, + }: + mkDerivation { + pname = "rhine"; + version = "1.8"; + sha256 = "1h9bznrqj52nfc6w71ai4j3jl2c6fvgppjjri0jwn4ygmhhs99gb"; + enableSeparateDataOutput = true; + libraryHaskellDepends = [ + automaton + base + containers + deepseq + foldable1-classes-compat + free + mmorph + MonadRandom + mtl + profunctors + random + selective + simple-affine-space + text + time + time-domain + transformers + vector-sized + ]; + testHaskellDepends = [ + automaton + base + criterion + mtl + QuickCheck + selective + tasty + tasty-hunit + tasty-quickcheck + text + time + time-domain + transformers + vector-sized + ]; + benchmarkHaskellDepends = [ + automaton + base + criterion + mtl + selective + text + time + time-domain + transformers + vector-sized + ]; + description = "Functional Reactive Programming with type-level clocks"; + license = lib.meta.getLicenseFromSpdxId "BSD-3-Clause"; + hydraPlatforms = lib.platforms.none; + maintainers = [ lib.maintainers.turion ]; + } + ) { }; + rhine-bayes = callPackage ( { mkDerivation, @@ -590802,7 +593595,7 @@ self: { } ) { }; - rhine-bayes_1_6 = callPackage ( + rhine-bayes_1_8 = callPackage ( { mkDerivation, automaton, @@ -590817,8 +593610,8 @@ self: { }: mkDerivation { pname = "rhine-bayes"; - version = "1.6"; - sha256 = "11h3a3jwsk19hw473lkamgplx0mbvcr29cidvcibr3i0vp6lxmmz"; + version = "1.8"; + sha256 = "0k015kgyqabqiykar6v51fpwcz2sf40bnw57kwgam7d5zv0sm504"; isLibrary = true; isExecutable = true; libraryHaskellDepends = [ @@ -590842,7 +593635,7 @@ self: { transformers ]; description = "monad-bayes backend for Rhine"; - license = lib.licenses.bsd3; + license = lib.meta.getLicenseFromSpdxId "BSD-3-Clause"; hydraPlatforms = lib.platforms.none; mainProgram = "rhine-bayes-gloss"; } @@ -590882,6 +593675,39 @@ self: { } ) { }; + rhine-gloss_1_8 = callPackage ( + { + mkDerivation, + automaton, + base, + gloss, + mmorph, + rhine, + transformers, + }: + mkDerivation { + pname = "rhine-gloss"; + version = "1.8"; + sha256 = "02fmr3y63xwsg2yg85n3qjnqx9ba8j8mpxjdb5mhi31kd0f7rxz6"; + isLibrary = true; + isExecutable = true; + libraryHaskellDepends = [ + automaton + base + gloss + mmorph + rhine + transformers + ]; + executableHaskellDepends = [ base ]; + description = "Gloss backend for Rhine"; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + mainProgram = "rhine-gloss-gears"; + maintainers = [ lib.maintainers.turion ]; + } + ) { }; + rhine-terminal = callPackage ( { mkDerivation, @@ -590935,6 +593761,65 @@ self: { } ) { }; + rhine-terminal_1_8 = callPackage ( + { + mkDerivation, + automaton, + base, + exceptions, + hspec, + rhine, + stm, + terminal, + text, + time, + transformers, + }: + mkDerivation { + pname = "rhine-terminal"; + version = "1.8"; + sha256 = "01xmzhdq60dfyq265y98zmf7kwrbyblqrx5mjr540d3dv2lgbpxd"; + isLibrary = true; + isExecutable = true; + libraryHaskellDepends = [ + automaton + base + exceptions + rhine + terminal + text + time + transformers + ]; + executableHaskellDepends = [ + automaton + base + exceptions + rhine + terminal + text + time + transformers + ]; + testHaskellDepends = [ + automaton + base + exceptions + hspec + rhine + stm + terminal + text + time + transformers + ]; + description = "Terminal backend for Rhine"; + license = lib.meta.getLicenseFromSpdxId "BSD-3-Clause"; + hydraPlatforms = lib.platforms.none; + mainProgram = "rhine-terminal-simple"; + } + ) { }; + rhythm-game-tutorial = callPackage ( { mkDerivation, @@ -601155,6 +604040,7 @@ self: { monad-control, monad-logger, mtl, + network, optparse-applicative, pretty-show, process, @@ -601176,8 +604062,8 @@ self: { }: mkDerivation { pname = "sandwich"; - version = "0.3.0.5"; - sha256 = "1xx99hlscbqyyl5z8yby4x13bnkxzbxcxq817jf4b4v2qyha1a0b"; + version = "0.3.1.0"; + sha256 = "1zw4sg40qsn5qk24wbaf6faffhvwj77g8am4agz55pafgzi5ig54"; isLibrary = true; isExecutable = true; libraryHaskellDepends = [ @@ -601199,6 +604085,7 @@ self: { monad-control monad-logger mtl + network optparse-applicative pretty-show process @@ -601237,6 +604124,7 @@ self: { monad-control monad-logger mtl + network optparse-applicative pretty-show process @@ -601275,6 +604163,7 @@ self: { monad-control monad-logger mtl + network optparse-applicative pretty-show process @@ -601337,8 +604226,8 @@ self: { }: mkDerivation { pname = "sandwich-contexts"; - version = "0.3.0.3"; - sha256 = "0bd0a3akg7rbpp94cwyrpjjw104468y7caxnvl6iwl3fnc6gvy7c"; + version = "0.3.0.4"; + sha256 = "03l0xsfnscbg48jfgk8sdivf3dns9fxlwz98y0gs7cnlrh657jmx"; libraryHaskellDepends = [ aeson base @@ -601426,8 +604315,8 @@ self: { }: mkDerivation { pname = "sandwich-contexts-kubernetes"; - version = "0.1.2.0"; - sha256 = "19nvallfy3cqwapdsgxp6pwnxrqycb10awlgac9hx5l6m3qmp7w5"; + version = "0.1.3.0"; + sha256 = "1xgzlsf7as6ipxwicgzd3vg9h4yjqb0ldnljwydxvhgwd1v3a059"; libraryHaskellDepends = [ aeson base @@ -601503,8 +604392,8 @@ self: { }: mkDerivation { pname = "sandwich-contexts-minio"; - version = "0.1.0.2"; - sha256 = "0s8aqra7h52sa1md8x9a38ikd4z1wx5kxdg4a5hw5nvmr0c86y4w"; + version = "0.1.0.3"; + sha256 = "0p7d60f6jc6xqfi4cgdx6ch5fg7nblf1w7lqnzdvkkfixwcgqfib"; libraryHaskellDepends = [ aeson base @@ -601630,19 +604519,20 @@ self: { monad-logger, mtl, safe, - safe-exceptions, sandwich, stm, string-interpolate, text, time, + unliftio, + unliftio-core, vector, wreq, }: mkDerivation { pname = "sandwich-slack"; - version = "0.1.2.0"; - sha256 = "01fvqn5laby4hs8mb49kp88l9633kihqsxzv8ncqfaq4axgs07cf"; + version = "0.2.0.0"; + sha256 = "1yk1g8h4g5zg31wigpb400jxz2574vm8mg4mfyankwfwf9ykshfi"; isLibrary = true; isExecutable = true; libraryHaskellDepends = [ @@ -601655,12 +604545,13 @@ self: { monad-logger mtl safe - safe-exceptions sandwich stm string-interpolate text time + unliftio + unliftio-core vector wreq ]; @@ -601674,12 +604565,13 @@ self: { monad-logger mtl safe - safe-exceptions sandwich stm string-interpolate text time + unliftio + unliftio-core vector wreq ]; @@ -601693,12 +604585,13 @@ self: { monad-logger mtl safe - safe-exceptions sandwich stm string-interpolate text time + unliftio + unliftio-core vector wreq ]; @@ -601745,8 +604638,8 @@ self: { }: mkDerivation { pname = "sandwich-webdriver"; - version = "0.4.0.2"; - sha256 = "1ixcq0vffy4awfv5dimkdq9yzkrbnjm046vsls6pvy1b5dlp9nb6"; + version = "0.5.0.0"; + sha256 = "0l40cj08kzfcfp8cizmf36a0xbwj467hn8wv9h34i0lpicb8ddwd"; libraryHaskellDepends = [ aeson base @@ -602812,8 +605705,8 @@ self: { }: mkDerivation { pname = "sbv"; - version = "14.1"; - sha256 = "00k8z0l1w2flqg7j3yj5fz3bakq8qfxwp2x3g8h15d3bna3kw2m4"; + version = "14.2"; + sha256 = "1ymcc0sgi9gnw3gdn2saalb4m4nc80121dm5kabmvpyzkk61ip43"; enableSeparateDataOutput = true; libraryHaskellDepends = [ array @@ -605251,6 +608144,25 @@ self: { } ) { }; + scip = callPackage ( + { + mkDerivation, + base, + proto-lens-runtime, + }: + mkDerivation { + pname = "scip"; + version = "0.8.1"; + sha256 = "02a38xbh62mmb9x4djrknzrlc3gbf9vrmm7310liqr4g2q0j5w1b"; + libraryHaskellDepends = [ + base + proto-lens-runtime + ]; + description = "Haskell bindings for the SCIP code intelligence protocol"; + license = lib.meta.getLicenseFromSpdxId "Apache-2.0"; + } + ) { }; + scons2dot = callPackage ( { mkDerivation, @@ -606720,8 +609632,8 @@ self: { }: mkDerivation { pname = "scripths"; - version = "0.3.3.0"; - sha256 = "0i6ya0nk3nc286f07qv71xbqak34in88izmykg5b8kms91lqp4xr"; + version = "0.4.0.1"; + sha256 = "11w0l8y4qc3wlqn5jngj8pmlj66wv0p5kmzrm2lr97flr366qhvw"; isLibrary = true; isExecutable = true; libraryHaskellDepends = [ @@ -609589,6 +612501,30 @@ self: { } ) { }; + seline = callPackage ( + { + mkDerivation, + base, + hspec, + safe, + }: + mkDerivation { + pname = "seline"; + version = "0.3.2.2"; + sha256 = "0llx5irixg6v0f6g8xycxji0y1w1d0a2dja336nsrar213fwvwn3"; + libraryHaskellDepends = [ + base + safe + ]; + testHaskellDepends = [ + base + hspec + ]; + description = "command line interface to select from a list of options"; + license = lib.meta.getLicenseFromSpdxId "BSD-2-Clause"; + } + ) { }; + selinux = callPackage ( { mkDerivation, @@ -620905,7 +623841,10 @@ self: { array, base, containers, + doctest-exitcode-stdio, + doctest-lib, enummapset, + enumset, non-empty, prelude-compat, psqueues, @@ -620918,10 +623857,8 @@ self: { }: mkDerivation { pname = "set-cover"; - version = "0.1.1.1"; - sha256 = "14j4ml7kglk667idd3qgsdkkzr8iikrj6jcr80wpnlk6wpi2cpnm"; - revision = "2"; - editedCabalFile = "14mvjd4k8zlxh7g16n2bzkb84lx125ajdlmk05w4i7xijvvcw2c3"; + version = "0.1.2.1"; + sha256 = "17f7dh9h3z49firm7dp488whfdk7r19sr7hiwss6jvivxzgqx5g4"; isLibrary = true; isExecutable = true; libraryHaskellDepends = [ @@ -620940,7 +623877,10 @@ self: { array base containers + doctest-exitcode-stdio + doctest-lib enummapset + enumset QuickCheck transformers utility-ht @@ -625221,7 +628161,6 @@ self: { hs-opentelemetry-semantic-conventions, hspec, lens, - memory, nqe, QuickCheck, random, @@ -625237,8 +628176,8 @@ self: { }: mkDerivation { pname = "shibuya-core"; - version = "0.5.0.0"; - sha256 = "1a93xnb3c3cp1rzlcybk8bgb7h20vh7m74gbxvz334k69pbiz06v"; + version = "0.7.0.0"; + sha256 = "0j2734my57m5la0wbsrzvivhk29dx62w9cbpbywjd82lwv65gfn1"; libraryHaskellDepends = [ aeson base @@ -625271,7 +628210,6 @@ self: { hs-opentelemetry-api hs-opentelemetry-exporter-in-memory hspec - memory nqe QuickCheck stm @@ -625317,8 +628255,8 @@ self: { }: mkDerivation { pname = "shibuya-kafka-adapter"; - version = "0.5.0.1"; - sha256 = "0lvcpyj2glpql7xjf4mgg8zm57kysv701fd8dfwqrj37q5p1qa3s"; + version = "0.7.0.0"; + sha256 = "0a89g295yhdksabqghqgvyimlwqr5nx6h6gs91df6d9ikhs8kklg"; libraryHaskellDepends = [ base bytestring @@ -625378,6 +628316,8 @@ self: { generic-lens, hasql, hasql-pool, + hs-opentelemetry-api, + hs-opentelemetry-semantic-conventions, hspec, kiroku-store, kiroku-test-support, @@ -625392,14 +628332,17 @@ self: { }: mkDerivation { pname = "shibuya-kiroku-adapter"; - version = "0.1.0.0"; - sha256 = "1fcwd2qdbmhk5qq9cxzyk9alvl56j6w3j2mflg5vap47rgasy06y"; + version = "0.2.0.0"; + sha256 = "0b3lvbjbyxzf4dj6bbgyxakmm58kzfvvyqpyc9rf1kva53zh6k8q"; libraryHaskellDepends = [ aeson base effectful-core + hs-opentelemetry-api + hs-opentelemetry-semantic-conventions kiroku-store shibuya-core + stm streamly-core text unordered-containers @@ -625415,6 +628358,7 @@ self: { generic-lens hasql hasql-pool + hs-opentelemetry-api hspec kiroku-store kiroku-test-support @@ -625423,6 +628367,7 @@ self: { stm text time + unordered-containers uuid ]; description = "Kiroku event store adapter for the Shibuya queue processing framework"; @@ -625454,8 +628399,8 @@ self: { }: mkDerivation { pname = "shibuya-metrics"; - version = "0.5.0.0"; - sha256 = "0jbx1hcrvk6z9z0hn6w69gaja7xmhmyph6mq11wdb2jy40c4gxz8"; + version = "0.7.0.0"; + sha256 = "1s7h696hf1sjs4mnixlxy4xlhpxak1xq0p48b9z6ibjdlw2gdjvl"; libraryHaskellDepends = [ aeson async @@ -625510,8 +628455,8 @@ self: { }: mkDerivation { pname = "shibuya-pgmq-adapter"; - version = "0.5.0.0"; - sha256 = "0zbanf7b7k2rk9sjii8v05w4xskqpnq75zd4il2waq2z14bdq6i5"; + version = "0.7.0.0"; + sha256 = "1dgachx3g9s1cv7bpcap4kgm4v4sqj648ch28bpvc1wr8ig71pi3"; libraryHaskellDepends = [ aeson base @@ -642114,8 +645059,8 @@ self: { pname = "sound-collage"; version = "0.2.1"; sha256 = "09g63b3k0l30z3lxmcz0zpggqqhnr7m01wh2vpm5v561rbnl8rsi"; - revision = "4"; - editedCabalFile = "07innczhsry9nar0ry5h9fia7r6aiidqxdh8mppvk6d3bpvh04y6"; + revision = "5"; + editedCabalFile = "1wxcvf2iz70g9q2ihzcp9dpvzlpjcdc6r9a8qlwn15nda5l5xxzj"; isLibrary = false; isExecutable = true; executableHaskellDepends = [ @@ -645729,8 +648674,8 @@ self: { }: mkDerivation { pname = "sport"; - version = "1.0.0.0"; - sha256 = "1f5jmvqgbv3dzv0rzcgs4nlzz2dwnhyp9x51i7y7jb8qxdpcj4yc"; + version = "3.0.0.0"; + sha256 = "0dgbi6js4ljpj1hz7j9kxcch3glx7642lprxcjz355y697qb81y6"; isLibrary = true; isExecutable = true; libraryHaskellDepends = [ @@ -645745,7 +648690,6 @@ self: { async base bytestring - stm ]; description = "UNIX serial port"; license = lib.meta.getLicenseFromSpdxId "MIT"; @@ -651631,8 +654575,8 @@ self: { pname = "stan"; version = "0.2.1.0"; sha256 = "1mf01bpy291131jfl4fcslv0jfn8i8jqwr29v1v48j6c6q49rias"; - revision = "4"; - editedCabalFile = "052qy3ckclp5qz8yf37m3lqbj8fw9hxv2lcl3wxy6gj8q76z4a90"; + revision = "5"; + editedCabalFile = "1jv50zl2xjgrmpsr2dwb9cxa6x5izzb4xc1k3r8mrallg7lykf8n"; isLibrary = true; isExecutable = true; libraryHaskellDepends = [ @@ -655503,10 +658447,8 @@ self: { }: mkDerivation { pname = "storablevector"; - version = "0.2.13.2"; - sha256 = "03nq5930yjpdvnyh93pjxzh3xjsracnnzcyqc0j3yiwadggbjy35"; - revision = "1"; - editedCabalFile = "0rc3y0sw2lf92cxhrbpcypb7hp4s4cspj81ragcs6sxvf0jj79j2"; + version = "0.2.13.4"; + sha256 = "0pjqd3cr4iy5wlvzd8180mxms5frqbarzwh5gg53i8lhviipyj4j"; libraryHaskellDepends = [ base deepseq @@ -655642,8 +658584,8 @@ self: { }: mkDerivation { pname = "store"; - version = "0.7.20"; - sha256 = "1ysp87fhqxw2rlcbhfba1z08j8ml7gq1a1ic6dcl5mdyxxmqywr0"; + version = "0.7.21"; + sha256 = "1bfslxiiskma99v3vhlgv2n4bzlc0iv8cfjbwpd3r30gzd791aw3"; libraryHaskellDepends = [ array async @@ -663546,10 +666488,8 @@ self: { }: mkDerivation { pname = "streamly"; - version = "0.11.0"; - sha256 = "1ha7rr6038k1hikfhg2bi0ican8b9yf1gcbaf82b4889wymy7xyc"; - revision = "2"; - editedCabalFile = "0b7yp4ha7h2zgjhm36allq8s0a67mbk73ckx2al5d7vn1qcdm236"; + version = "0.11.1"; + sha256 = "0l1sknnblmc08aw4cramihdspphfiqwk8fknc6l96kva0nbjl5i1"; libraryHaskellDepends = [ atomic-primops base @@ -663694,6 +666634,8 @@ self: { pname = "streamly-bytestring"; version = "0.2.3"; sha256 = "1j4bjc8f7xwxk19558xxvrmbrahphhn1dh70h9z23pxf18lpnlrn"; + revision = "1"; + editedCabalFile = "1qzfc436g9gq8pz0kkq87y4x05l8apm42cchqdpsdakmxg5kn7hd"; libraryHaskellDepends = [ base bytestring @@ -663812,10 +666754,8 @@ self: { }: mkDerivation { pname = "streamly-core"; - version = "0.3.0"; - sha256 = "1qycnqxc7icqfd2y06rg7bgymigmrcmm75q7l7m2c92ssh5rbv4q"; - revision = "1"; - editedCabalFile = "1hjdwsc0yk4z5lhvaxnv5yw70qlpccfrbm2s4di53fz4g5r80xh0"; + version = "0.3.1"; + sha256 = "0wacgkc1qvny5dirljqcnn68ai67hqvcl7d6nw0nq7xg0r4r2qb0"; libraryHaskellDepends = [ base containers @@ -663860,6 +666800,8 @@ self: { pname = "streamly-examples"; version = "0.3.1"; sha256 = "0yfckhymdzkfgr8ip9bkchic6xh0fn5v17palpn81xw2vbwj78vd"; + revision = "1"; + editedCabalFile = "09c7kqng4qdiaim37w7nql880pdcgrwvfc9jfxfknx144sd5nxvw"; isLibrary = false; isExecutable = true; executableHaskellDepends = [ @@ -663932,6 +666874,8 @@ self: { pname = "streamly-fsevents"; version = "0.1.1"; sha256 = "0k2zsiz89slsp6vv1cf4i61dj7h69hyn50pj5mlix63vl52iw8w8"; + revision = "1"; + editedCabalFile = "1fmag6dcxx3bxwpwxcr0f22hn6vv0r9dlsdb2q3s398ckvw1p55h"; libraryHaskellDepends = [ base containers @@ -663969,10 +666913,8 @@ self: { }: mkDerivation { pname = "streamly-fsnotify"; - version = "2.1.0.2"; - sha256 = "1firr8rbdi39qpwj7d5p8bzavsr37cy9jwgd93yss708msx3n0cl"; - revision = "1"; - editedCabalFile = "0mk5f6i3lk6napip8rkkny97yn5y1acq44wzpsjfnnw1w4sv50f2"; + version = "2.1.0.3"; + sha256 = "15hsrc46n47skw2964504szi9prk5167il54z9g5f6nl5k8mvws7"; libraryHaskellDepends = [ base exceptions @@ -669110,6 +672052,113 @@ self: { } ) { }; + suckless-conf = callPackage ( + { + mkDerivation, + aeson, + base, + bytestring, + containers, + directory, + filepath, + filepattern, + hashable, + hspec, + hspec-discover, + html-entities, + ini, + interpolatedstring-perl6, + microlens-platform, + mtl, + prettyprinter, + prettyprinter-ansi-terminal, + random, + random-shuffle, + safe, + scientific, + split, + stm, + streaming, + tasty-hunit, + temporary, + text, + time, + toml-parser, + transformers, + typed-process, + uniplate, + unliftio, + unordered-containers, + uuid, + vector, + yaml, + }: + mkDerivation { + pname = "suckless-conf"; + version = "0.1.2.11"; + sha256 = "18wqmq4gv3jsj6dq90n40iy8yy8y996qq77sqagzjh30mabs5bgj"; + isLibrary = true; + isExecutable = true; + libraryHaskellDepends = [ + aeson + base + bytestring + containers + directory + filepath + filepattern + hashable + html-entities + ini + interpolatedstring-perl6 + microlens-platform + mtl + prettyprinter + prettyprinter-ansi-terminal + random + random-shuffle + safe + scientific + split + stm + streaming + temporary + text + time + toml-parser + transformers + typed-process + uniplate + unliftio + unordered-containers + uuid + vector + yaml + ]; + executableHaskellDepends = [ + base + safe + unliftio + ]; + testHaskellDepends = [ + aeson + base + containers + hspec + interpolatedstring-perl6 + mtl + prettyprinter + scientific + tasty-hunit + text + ]; + testToolDepends = [ hspec-discover ]; + description = "S-expression configuration language and the bf6 script runtime"; + license = "BSD-3-Clause AND MIT"; + mainProgram = "bf6"; + } + ) { }; + suffix = callPackage ( { mkDerivation, @@ -677649,7 +680698,6 @@ self: { hspec-expectations, optparse-applicative, tasty, - tasty-autocollect, tasty-hunit-compat, text, typed-process, @@ -677658,8 +680706,8 @@ self: { }: mkDerivation { pname = "systranything"; - version = "0.1.4.0"; - sha256 = "0jmdiqp7cmysp20j4vf38i5kic5kfcqm89bxgpcch58sj1xkwfyf"; + version = "0.1.5.0"; + sha256 = "0brg2zssvndgrwziwf7j2nxlpmjc7x3s8j2wmaikff1r48xzq43w"; isLibrary = true; isExecutable = true; enableSeparateDataOutput = true; @@ -677688,12 +680736,10 @@ self: { base hspec-expectations tasty - tasty-autocollect tasty-hunit-compat text yaml ]; - testToolDepends = [ tasty-autocollect ]; description = "Let you put anything in the system tray"; license = lib.meta.getLicenseFromSpdxId "MIT"; mainProgram = "systranything"; @@ -679210,6 +682256,61 @@ self: { } ) { }; + tagliatelle = callPackage ( + { + mkDerivation, + aeson, + base, + bytestring, + containers, + deepseq, + hedgehog, + insert-ordered-containers, + microlens, + openapi3, + tasty, + tasty-hedgehog, + tasty-hunit, + text, + vector, + }: + mkDerivation { + pname = "tagliatelle"; + version = "0.9.0"; + sha256 = "1ma96swmi76gdr89a7d9clhr6aia94sy313rsp3fvvbp1dc9gl7g"; + libraryHaskellDepends = [ + aeson + base + bytestring + containers + deepseq + hedgehog + insert-ordered-containers + microlens + openapi3 + tasty + tasty-hedgehog + text + vector + ]; + testHaskellDepends = [ + aeson + base + bytestring + containers + deepseq + hedgehog + openapi3 + tasty + tasty-hedgehog + tasty-hunit + text + ]; + description = "Tagged encodings that are not spaghetti"; + license = lib.meta.getLicenseFromSpdxId "BSD-3-Clause"; + } + ) { }; + taglib = callPackage ( { mkDerivation, @@ -690875,8 +693976,8 @@ self: { }: mkDerivation { pname = "texmath"; - version = "0.13.1.1"; - sha256 = "0ws4zqzd5n63mf6622gvimgj23gr4khicx655dcjjm18ypfd9886"; + version = "0.13.1.2"; + sha256 = "042azr8ii561i5pa1wp13bm50fp8qx2nvj94a35jlii1j0shnri5"; isLibrary = true; isExecutable = true; libraryHaskellDepends = [ @@ -692863,8 +695964,8 @@ self: { }: mkDerivation { pname = "text-replace"; - version = "0.1.0.3"; - sha256 = "17pxhf42r5f2zm74jivkwljsz5vyjzvvdln00jlvhryrg7vb3dah"; + version = "0.1.0.4"; + sha256 = "0pkff14rm573k6pa6mkv0zigxw9d13ncybn7rhipdd4g4yib3f7b"; isLibrary = true; isExecutable = true; libraryHaskellDepends = [ @@ -695456,8 +698557,8 @@ self: { }: mkDerivation { pname = "theatre"; - version = "1.0.0.2"; - sha256 = "1iwl4wswhav9d5vnfgwx9w9sms785jwxxc0vx7p5x2kb9hf3d8ac"; + version = "1.0.0.3"; + sha256 = "1clc60g05afl7r03yafmf83pqs2ap4vr5r4nqn7wp6db6m4k3qa0"; libraryHaskellDepends = [ base contravariant @@ -696132,39 +699233,6 @@ self: { ) { }; thread-utils-context = callPackage ( - { - mkDerivation, - base, - containers, - ghc-prim, - hspec, - hspec-expectations, - thread-utils-finalizers, - }: - mkDerivation { - pname = "thread-utils-context"; - version = "0.3.0.4"; - sha256 = "1z40qlr40iylms4623bhz9m54zln05vrh9iamypy7d2l5fb4y556"; - libraryHaskellDepends = [ - base - containers - ghc-prim - thread-utils-finalizers - ]; - testHaskellDepends = [ - base - containers - ghc-prim - hspec - hspec-expectations - thread-utils-finalizers - ]; - description = "Garbage-collected thread local storage"; - license = lib.licenses.bsd3; - } - ) { }; - - thread-utils-context_0_4_1_0 = callPackage ( { mkDerivation, base, @@ -696192,7 +699260,6 @@ self: { benchmarkHaskellDepends = [ base ]; description = "Garbage-collected thread local storage"; license = lib.meta.getLicenseFromSpdxId "BSD-3-Clause"; - hydraPlatforms = lib.platforms.none; } ) { }; @@ -697837,8 +700904,10 @@ self: { }: mkDerivation { pname = "tidal"; - version = "1.10.1"; - sha256 = "0pkklwnl49ldmasbdsgz385n9ba2rryivrb66c0hq437f62b0f4q"; + version = "1.10.2"; + sha256 = "1mq0bzbr5hcsi1k8ry9xckbf0zf3s812pj08s6qrqn6zg3qg6qmw"; + revision = "1"; + editedCabalFile = "07ji0hxk2v9vfk141q6174fcnagjwyn2jf3gxbfdgmihjk1vcnc4"; enableSeparateDataOutput = true; libraryHaskellDepends = [ base @@ -697892,8 +700961,8 @@ self: { }: mkDerivation { pname = "tidal-core"; - version = "1.10.1"; - sha256 = "1wgzfmhmw5f0jzmrjksr84fbc2yhm836b45vyr9mdzgrs8872v9j"; + version = "1.10.2"; + sha256 = "078xddsr91q8z35bv37ks0ydkh81aay09i9za06czqh5dsvb1hl4"; libraryHaskellDepends = [ base colour @@ -697924,8 +700993,8 @@ self: { }: mkDerivation { pname = "tidal-link"; - version = "1.2.0"; - sha256 = "15sqmdafz8ha2rlk4k327pjfc2kpcvq211avchanmmlvn7dflvsv"; + version = "1.2.1"; + sha256 = "1w6qk38wwjvkx517dk16qmqzjg5sbsxi4pl9g00hwayls8mp30jf"; isLibrary = true; isExecutable = true; libraryHaskellDepends = [ @@ -698626,6 +701695,31 @@ self: { } ) { }; + time-domain_1_8 = callPackage ( + { + mkDerivation, + base, + changeset, + groups, + time, + }: + mkDerivation { + pname = "time-domain"; + version = "1.8"; + sha256 = "1id8ap095yz14j7rgmwh4r48521ca7r8q6cr5x8bcrz7psq1xdl0"; + libraryHaskellDepends = [ + base + changeset + groups + time + ]; + description = "A library for time domains and durations"; + license = lib.meta.getLicenseFromSpdxId "MIT"; + hydraPlatforms = lib.platforms.none; + maintainers = [ lib.maintainers.turion ]; + } + ) { }; + time-extras = callPackage ( { mkDerivation, @@ -702023,7 +705117,7 @@ self: { } ) { }; - tls_2_4_2 = callPackage ( + tls_2_4_3 = callPackage ( { mkDerivation, async, @@ -702060,10 +705154,8 @@ self: { }: mkDerivation { pname = "tls"; - version = "2.4.2"; - sha256 = "10783rq1fdcz132gyxjy8di1q6canv76drr8xncibqxhlq98413k"; - revision = "1"; - editedCabalFile = "0lb41196l10kqdz05hgssj4blx9vaci63da5wcyslyr85xjwzd9r"; + version = "2.4.3"; + sha256 = "0lf5m70n4b65izxnz4k7zq2dr4lhd4l7237gglmrvy8s2f2hzpd2"; isLibrary = true; isExecutable = true; libraryHaskellDepends = [ @@ -705962,6 +709054,8 @@ self: { tpdb = callPackage ( { mkDerivation, + atto-lisp, + attoparsec, base, bytestring, containers, @@ -705975,16 +709069,19 @@ self: { prettyprinter, text, time, + unordered-containers, xml-conduit, xml-hamlet, }: mkDerivation { pname = "tpdb"; - version = "2.8.6"; - sha256 = "0gxjxlwbdbwlygw0n8rd00564vp96jgasf49s6rkm4pgi3hzh1m8"; + version = "2.9.0"; + sha256 = "1i0kdsxb3qqk87wvfa89cji3nc335q1j08m8i0h3f0809wh1fb6b"; isLibrary = true; isExecutable = true; libraryHaskellDepends = [ + atto-lisp + attoparsec base bytestring containers @@ -705997,6 +709094,7 @@ self: { prettyprinter text time + unordered-containers xml-conduit xml-hamlet ]; @@ -709662,6 +712760,124 @@ self: { } ) { }; + tricorder = callPackage ( + { + mkDerivation, + aeson, + ansi-terminal, + atelier-core, + atelier-prelude, + base, + brick, + bytestring, + Cabal-syntax, + casing, + containers, + data-default, + directory, + effectful, + effectful-core, + effectful-plugin, + effectful-th, + filepath, + hashable, + hspec, + megaparsec, + mtl, + network, + optparse-applicative, + process, + relude, + stm, + tasty, + tasty-discover, + tasty-hspec, + template-haskell, + text, + time, + time-units, + typed-process, + unagi-chan, + vty, + vty-crossplatform, + yaml, + }: + mkDerivation { + pname = "tricorder"; + version = "0.1.0.1"; + sha256 = "1ckl2idd9kx21zh57w3wdayq478whjrsqnhizzndlwri3dmwa5n4"; + isLibrary = false; + isExecutable = true; + libraryHaskellDepends = [ + aeson + ansi-terminal + atelier-core + atelier-prelude + base + brick + bytestring + Cabal-syntax + casing + containers + data-default + directory + effectful + effectful-core + effectful-plugin + effectful-th + filepath + hashable + megaparsec + mtl + network + optparse-applicative + process + relude + stm + template-haskell + text + time + time-units + vty + vty-crossplatform + yaml + ]; + executableHaskellDepends = [ + atelier-prelude + base + effectful-core + effectful-plugin + ]; + testHaskellDepends = [ + aeson + atelier-core + atelier-prelude + base + Cabal-syntax + containers + data-default + effectful + effectful-core + effectful-plugin + hspec + process + stm + tasty + tasty-discover + tasty-hspec + text + time + time-units + typed-process + unagi-chan + ]; + testToolDepends = [ tasty-discover ]; + doHaddock = false; + description = "Continuous Haskell build status, diagnostics, and tests via a shared daemon"; + license = lib.licenses.mit; + } + ) { }; + trie-simple = callPackage ( { mkDerivation, @@ -711357,8 +714573,8 @@ self: { }: mkDerivation { pname = "tuispec"; - version = "0.3.0.0"; - sha256 = "0hm49invx0wdh4kipsyvhkq84qn8pva76jhp2m0f2f60h35bxmw6"; + version = "0.3.1.1"; + sha256 = "1c0zbakx0r2fhf5b4hdpwbpc8fs8ljnlv5zvwnjznvyq8jmn00jv"; isLibrary = true; isExecutable = true; libraryHaskellDepends = [ @@ -717474,8 +720690,8 @@ self: { }: mkDerivation { pname = "typst"; - version = "0.9.0.1"; - sha256 = "013li974rqm125k8kj12mc1j84pzqx4k9rf3nci57mfv4z6wb36v"; + version = "0.10"; + sha256 = "0qbj3dip0v8f5h9sqa2dy084szf3agl97pn2li0rwvkr1cyb0sgk"; isLibrary = true; isExecutable = true; libraryHaskellDepends = [ @@ -717525,8 +720741,8 @@ self: { }: mkDerivation { pname = "typst-symbols"; - version = "0.1.9.1"; - sha256 = "0pqjdmyclljsybipcmyas4pifggndf47bvahnpcaflnw9db73j63"; + version = "0.2"; + sha256 = "1f6jj6hvj0lvjf1dbkmmc54sf3d8ms7y057vvjmhjqpcscxa6g4j"; libraryHaskellDepends = [ base text @@ -718611,8 +721827,8 @@ self: { }: mkDerivation { pname = "uhd"; - version = "0.1.0.1"; - sha256 = "0a9gdh28lavxjkf158d4n4l371jbnqva1k8yswc9mrbfgsf70f7i"; + version = "0.1.1.0"; + sha256 = "1a6ia1s40dzr6106nhc9x70hwzf9zzwjq9c3cfvg4i753rq1bnzi"; isLibrary = true; isExecutable = true; libraryHaskellDepends = [ @@ -720206,10 +723422,8 @@ self: { }: mkDerivation { pname = "unicode"; - version = "0.0.1.1"; - sha256 = "1hgqnplpgaw0pwz0lfr59vmljcf4l5b4ynrhdcic94g18lpsmnvg"; - revision = "2"; - editedCabalFile = "0wmih9v4jpxwnhc93gwy890fdcw93wj245yndmr54zjc71gy3139"; + version = "0.0.1.3"; + sha256 = "0fd6dshprgc606j4bng8dkp1yxwhdx531i8q70k54p2ya4liv47v"; isLibrary = true; isExecutable = true; libraryHaskellDepends = [ @@ -720235,25 +723449,21 @@ self: { binary, bytestring, containers, + deepseq, parsec, - QuickCheck, - quickcheck-instances, tasty, tasty-bench, tasty-hunit, tasty-quickcheck, template-haskell, text, - text-icu, th-lift-instances, unicode-transforms, }: mkDerivation { pname = "unicode-collation"; - version = "0.1.3.6"; - sha256 = "0c1s1n4cqhjibiv05h5qfl4cg4h11ny4jay0gqnqg36z9kb66hfn"; - revision = "2"; - editedCabalFile = "01jnv53mizky61zr1i469wk2ry19mpczgylfxg3ilbj9221wv7zm"; + version = "0.1.3.7"; + sha256 = "0mrwf6ph1kb6gl83kvnf8r0ss78b73zr682xyh5pcva86pb7azzc"; isLibrary = true; isExecutable = true; libraryHaskellDepends = [ @@ -720277,11 +723487,9 @@ self: { ]; benchmarkHaskellDepends = [ base - QuickCheck - quickcheck-instances + deepseq tasty-bench text - text-icu ]; description = "Haskell implementation of the Unicode Collation Algorithm"; license = lib.meta.getLicenseFromSpdxId "BSD-2-Clause"; @@ -720301,6 +723509,8 @@ self: { pname = "unicode-data"; version = "0.8.0"; sha256 = "02qgvnv6izs3nq8a14nw86pbgazqvjj22rsvvzklck56rmm7paby"; + revision = "1"; + editedCabalFile = "16rc4xis9sl8ygd629k9s1y4kz2ydh119dc7acl15pi9aq30q9qh"; libraryHaskellDepends = [ base ]; testHaskellDepends = [ base @@ -720331,6 +723541,8 @@ self: { pname = "unicode-data-names"; version = "0.6.0"; sha256 = "0dr2wb100km8v683aw8ylwc2npj4bl7adsmknrdb0z3nz7xi0j0k"; + revision = "1"; + editedCabalFile = "1bxa7s4alyad88gmlp8cz9i301p0ij4l4n07948l028bjil7r218"; isLibrary = true; isExecutable = true; libraryHaskellDepends = [ @@ -720388,6 +723600,8 @@ self: { pname = "unicode-data-scripts"; version = "0.6.0"; sha256 = "0g6a7smdzjp6rxqv86nvh9bp7qihg5a9a9agw14jhg6zvs8kpgy0"; + revision = "1"; + editedCabalFile = "13v1n071x8jaxwmrrp849ywylaggal2iay6bjjwc75y79hwwzx58"; libraryHaskellDepends = [ base ]; testHaskellDepends = [ base @@ -720418,6 +723632,8 @@ self: { pname = "unicode-data-security"; version = "0.6.0"; sha256 = "16kkvmjqigzgwhw7x0kx9p38m1m9bhm0nc47rm8564czx2bxw7lh"; + revision = "1"; + editedCabalFile = "0vmysj0cz5626kdsr7g5r63pzkc5s3df83s21zp7pmaqcvnq9hj1"; libraryHaskellDepends = [ base unicode-data @@ -721768,8 +724984,8 @@ self: { }: mkDerivation { pname = "unique-logic"; - version = "0.4.0.1"; - sha256 = "05y401k00qminds1di27sxvhwjl5xn6yn1qq1vnbhs0ib4s8csvy"; + version = "0.4.1.1"; + sha256 = "118ryg5gi4y4j9gi487qwh9l8zcvyiy8bh95gh0a692arsyviaaf"; libraryHaskellDepends = [ base explicit-exception @@ -721804,8 +725020,8 @@ self: { }: mkDerivation { pname = "unique-logic-tf"; - version = "0.5.1.1"; - sha256 = "0l6clsazbcvbxb65hhjp3cpsf00ksi625mvxg0v9gxqibssdziwk"; + version = "0.5.1.3"; + sha256 = "0shh78834hnrb6gzk2w6gl40g6rsjylq9fii766i4zvnppb4n5yi"; libraryHaskellDepends = [ base containers @@ -736616,8 +739832,8 @@ self: { }: mkDerivation { pname = "wai-app-file-cgi"; - version = "3.2.0"; - sha256 = "1si1n7zlfki52gsxv529w94a40mlgzx187pcnbr1x7bv93gxs49r"; + version = "3.2.1"; + sha256 = "0c75f4q34bjqyncyf7k0lnl25yvl814y1np7rd36y1iqqqg1jca0"; libraryHaskellDepends = [ array attoparsec @@ -740704,8 +743920,8 @@ self: { }: mkDerivation { pname = "wai-secure-cookies"; - version = "0.1.0.8"; - sha256 = "04h9vxinzwnfn45knjgs59kvkv3hwysavlh0h3ap95xxajbarsh2"; + version = "0.1.0.9"; + sha256 = "07ar06lcalmfky8krwabmr8dcx95jqpgnhw1x6zb8b2gmldbrljm"; isLibrary = true; isExecutable = true; libraryHaskellDepends = [ @@ -741869,10 +745085,8 @@ self: { }: mkDerivation { pname = "warp"; - version = "3.4.13"; - sha256 = "1dlcv9grnkswxwndb0qpn6qw5qlwx5h6hgz7jkw24ad8kkxn098x"; - revision = "1"; - editedCabalFile = "1sgr9djs02sy07b8rphpxmkwr3b6hpq1d6s14kb3515cg0sviyyz"; + version = "3.4.13.1"; + sha256 = "16g1vml90v14y6g037j1ijyrmacsawjrxdhg99wyghm6659dj8q4"; libraryHaskellDepends = [ array async @@ -745376,8 +748590,8 @@ self: { }: mkDerivation { pname = "webdriver"; - version = "0.14.0.0"; - sha256 = "0sqphl21ma7n6fk40wyh8b79xrz1aznpnpmgds6277ini1lvn3q8"; + version = "0.15.0.0"; + sha256 = "1iw0lwhdd6pxjazw9bvyraqmpajb7h7va85ryi32dz7kyfxvyqva"; isLibrary = true; isExecutable = true; libraryHaskellDepends = [ @@ -749965,8 +753179,8 @@ self: { }: mkDerivation { pname = "witch"; - version = "1.3.2.0"; - sha256 = "17mi9lk0d2l89bs8y2sgdb5x6fgavikk0fdyj4xq0klp48fb74v2"; + version = "1.3.3.0"; + sha256 = "1ra7g0nkvms5wwqzdv7sw0mphzakcdcbxlbdk2762pq39y3qjgip"; libraryHaskellDepends = [ base bytestring @@ -751724,8 +754938,8 @@ self: { }: mkDerivation { pname = "wordlist"; - version = "0.1.0.7"; - sha256 = "1wa5r85035lrjw878jkqh63ppj3rz1wcc01a0si85fnc5awa1gfi"; + version = "0.1.0.8"; + sha256 = "0ay80hxp0lb21f58m16c15fl7v8rxy2ypc8ixam2b7dkzxw3l6vv"; isLibrary = true; isExecutable = true; libraryHaskellDepends = [ @@ -758973,6 +762187,8 @@ self: { pname = "xmonad-contrib"; version = "0.18.2"; sha256 = "0kbaccm8nmx2yxg82yhniv0r87b6yw26qa6w5p83a38i86jfz0rd"; + revision = "1"; + editedCabalFile = "0yfl413sxiql49b1xp0yi09cq3svzr9g5ds69pdjxsa7r7hfbhh3"; libraryHaskellDepends = [ base bytestring @@ -759507,8 +762723,8 @@ self: { }: mkDerivation { pname = "xnobar"; - version = "1.0.0.3"; - sha256 = "0mmz7kpqhccbwr5gp8dmngw743phsdhcb3wbjqwl8khga16bgxvm"; + version = "1.0.0.4"; + sha256 = "1irpl7p1bk971f08566d1x6px0c2vjr2fbfhslikq99inrl2nfzi"; isLibrary = true; isExecutable = true; libraryHaskellDepends = [ @@ -759524,10 +762740,7 @@ self: { transformers xmobar ]; - executableHaskellDepends = [ - base - xmobar - ]; + executableHaskellDepends = [ base ]; testHaskellDepends = [ base extra @@ -762594,8 +765807,8 @@ self: { }: mkDerivation { pname = "yamlscript"; - version = "0.2.8.0"; - sha256 = "172bkvr7b6j69d5yyvbiphy9r67hqwqdm4yq6hnxcja46k8zqhqd"; + version = "0.2.14.0"; + sha256 = "106dbb2dlbymhfddk1rafn027p6jv1202p1j5kvwscqli2wzs78n"; isLibrary = true; isExecutable = true; libraryHaskellDepends = [ @@ -774434,18 +777647,6 @@ self: { ) { }; zlib-clib = callPackage ( - { mkDerivation }: - mkDerivation { - pname = "zlib-clib"; - version = "1.3.1"; - sha256 = "153aldw8vqy6wzz7knbzyfkxsr3gsv5hjf4y84s12ifx2fi8zfkn"; - doHaddock = false; - description = "zlib C library bits"; - license = lib.meta.getLicenseFromSpdxId "Zlib"; - } - ) { }; - - zlib-clib_1_3_2 = callPackage ( { mkDerivation }: mkDerivation { pname = "zlib-clib"; @@ -774454,7 +777655,6 @@ self: { doHaddock = false; description = "zlib C library bits"; license = lib.meta.getLicenseFromSpdxId "Zlib"; - hydraPlatforms = lib.platforms.none; } ) { };