From c1025b82b3e20a275be5e8670b2ef69a9c93206d Mon Sep 17 00:00:00 2001 From: sternenseemann Date: Fri, 30 Jan 2026 21:55:19 +0100 Subject: [PATCH] haskellPackages: stackage LTS 24.27 -> LTS 24.29 all-cabal-hashes: 2026-01-10T16:06:01Z -> 2026-01-30T20:25:58Z (generated by maintainers/scripts/haskell/update-package-set.sh) - Bump version for underscore packages (what4 and os-string). - Break infinite recursion introduced by async starting to depend on unordered-containers. The only test deps involved in the infinite recursion are those of unordered-containers and nothunks. I've decided to sacrifice the test suite of nothunks. --- pkgs/data/misc/hackage/pin.json | 8 +- .../haskell-modules/configuration-common.nix | 6 +- .../configuration-ghc-9.4.x.nix | 2 +- .../configuration-ghc-9.6.x.nix | 2 +- .../configuration-ghc-9.8.x.nix | 2 +- .../configuration-hackage2nix/stackage.yaml | 258 +- .../haskell-modules/configuration-nix.nix | 4 + .../haskell-modules/hackage-packages.nix | 7411 +++++++++-------- 8 files changed, 4270 insertions(+), 3423 deletions(-) diff --git a/pkgs/data/misc/hackage/pin.json b/pkgs/data/misc/hackage/pin.json index 9f288d9c9b8f..556516f937a9 100644 --- a/pkgs/data/misc/hackage/pin.json +++ b/pkgs/data/misc/hackage/pin.json @@ -1,6 +1,6 @@ { - "commit": "fff69f8f5a9d3fd24badf3c5924216977fb86568", - "url": "https://github.com/commercialhaskell/all-cabal-hashes/archive/fff69f8f5a9d3fd24badf3c5924216977fb86568.tar.gz", - "sha256": "1bbsyimw1kiig8m3am0y60rvpfs7gd97xjzrhil3hn3k94varkxs", - "msg": "Update from Hackage at 2026-01-10T16:06:01Z" + "commit": "2128173b41632a6cc5b2342152a28985650cc4ce", + "url": "https://github.com/commercialhaskell/all-cabal-hashes/archive/2128173b41632a6cc5b2342152a28985650cc4ce.tar.gz", + "sha256": "19amns4ybljw2xf240anldqxaabymxad4izjclh5kxd13llk0jdb", + "msg": "Update from Hackage at 2026-01-30T20:25:58Z" } diff --git a/pkgs/development/haskell-modules/configuration-common.nix b/pkgs/development/haskell-modules/configuration-common.nix index a50b965a1bd5..2ecea0595d33 100644 --- a/pkgs/development/haskell-modules/configuration-common.nix +++ b/pkgs/development/haskell-modules/configuration-common.nix @@ -3028,7 +3028,7 @@ with haskellLib; ] ) super) what4 - what4_1_7_2 + what4_1_7_3 ; copilot-theorem = lib.pipe super.copilot-theorem [ @@ -3104,12 +3104,12 @@ with haskellLib; # 2025-04-13: jailbreak to allow th-abstraction >= 0.7 crucible = doJailbreak ( super.crucible.override { - what4 = self.what4_1_7_2; + what4 = self.what4_1_7_3; } ); crucible-llvm = super.crucible-llvm.override { - what4 = self.what4_1_7_2; + what4 = self.what4_1_7_3; }; # Test suite invokes cabal-install in a way incompatible with our generic builder diff --git a/pkgs/development/haskell-modules/configuration-ghc-9.4.x.nix b/pkgs/development/haskell-modules/configuration-ghc-9.4.x.nix index e17851404614..5483021c3e73 100644 --- a/pkgs/development/haskell-modules/configuration-ghc-9.4.x.nix +++ b/pkgs/development/haskell-modules/configuration-ghc-9.4.x.nix @@ -56,7 +56,7 @@ self: super: { semaphore-compat = doDistribute self.semaphore-compat_1_0_0; # Becomes a core package in GHC >= 9.10 - os-string = doDistribute self.os-string_2_0_8; + os-string = doDistribute self.os-string_2_0_10; # Becomes a core package in GHC >= 9.10, no release compatible with GHC < 9.10 is available ghc-internal = null; 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 03b4375bda34..414ad17b0c81 100644 --- a/pkgs/development/haskell-modules/configuration-ghc-9.6.x.nix +++ b/pkgs/development/haskell-modules/configuration-ghc-9.6.x.nix @@ -64,7 +64,7 @@ in semaphore-compat = doDistribute self.semaphore-compat_1_0_0; # Becomes a core package in GHC >= 9.10 - os-string = doDistribute self.os-string_2_0_8; + os-string = doDistribute self.os-string_2_0_10; # Becomes a core package in GHC >= 9.10, no release compatible with GHC < 9.10 is available ghc-internal = null; diff --git a/pkgs/development/haskell-modules/configuration-ghc-9.8.x.nix b/pkgs/development/haskell-modules/configuration-ghc-9.8.x.nix index 1a3e6d13b652..84238d0fcde5 100644 --- a/pkgs/development/haskell-modules/configuration-ghc-9.8.x.nix +++ b/pkgs/development/haskell-modules/configuration-ghc-9.8.x.nix @@ -64,7 +64,7 @@ in Win32 = null; # Becomes a core package in GHC >= 9.10 - os-string = doDistribute self.os-string_2_0_8; + os-string = doDistribute self.os-string_2_0_10; # Becomes a core package in GHC >= 9.10, no release compatible with GHC < 9.10 is available ghc-internal = null; diff --git a/pkgs/development/haskell-modules/configuration-hackage2nix/stackage.yaml b/pkgs/development/haskell-modules/configuration-hackage2nix/stackage.yaml index da75df1628c1..1a878bd18f99 100644 --- a/pkgs/development/haskell-modules/configuration-hackage2nix/stackage.yaml +++ b/pkgs/development/haskell-modules/configuration-hackage2nix/stackage.yaml @@ -1,4 +1,4 @@ -# Stackage LTS 24.27 +# Stackage LTS 24.29 # This file is auto-generated by # maintainers/scripts/haskell/update-stackage.sh default-package-overrides: @@ -6,14 +6,14 @@ default-package-overrides: - abstract-deque-tests ==0.3 - abstract-par ==0.3.3 - AC-Angle ==1.0 - - acc ==0.2.0.3 + - acc ==0.2.0.4 - ace ==0.6 - acid-state ==0.16.1.4 - action-permutations ==0.0.0.1 - active ==0.2.1 - ad ==4.5.6 - ad-delcont ==0.5.0.0 - - adjunctions ==4.4.3 + - adjunctions ==4.4.4 - adler32 ==0.1.2.0 - advent-of-code-api ==0.2.11.0 - aern2-mp ==0.2.16.1 @@ -29,7 +29,7 @@ default-package-overrides: - aeson-jsonpath ==0.3.0.2 - aeson-pretty ==0.8.10 - aeson-qq ==0.8.4 - - aeson-schemas ==1.4.3.0 + - aeson-schemas ==1.4.3.1 - aeson-typescript ==0.6.4.0 - aeson-unqualified-ast ==1.0.0.3 - aeson-value-parser ==0.19.7.2 @@ -95,7 +95,7 @@ default-package-overrides: - assignment ==0.0.1.0 - assoc ==1.1.1 - astro ==0.4.3.0 - - async ==2.2.5 + - async ==2.2.6 - async-extra ==0.2.0.0 - async-pool ==0.9.2 - async-refresh ==0.3.0.0 @@ -127,7 +127,7 @@ default-package-overrides: - autodocodec-servant-multipart ==0.0.0.2 - autodocodec-swagger2 ==0.1.0.0 - autodocodec-yaml ==0.4.0.2 - - autoexporter ==2.0.0.15 + - autoexporter ==2.0.0.17 - automaton ==1.5 - avro ==0.6.2.1 - aws ==0.24.4 @@ -139,12 +139,12 @@ default-package-overrides: - aws-xray-client-wai ==0.1.0.2 - backprop ==0.2.7.2 - backtracking ==0.1.0 - - bank-holiday-germany ==2.1.0.1 + - bank-holiday-germany ==2.1.0.2 - bank-holidays-england ==0.2.0.11 - barbies ==2.1.1.0 - base-compat ==0.14.1 - base-compat-batteries ==0.14.1 - - base-orphans ==0.9.3 + - base-orphans ==0.9.4 - base-prelude ==1.6.1.1 - base-unicode-symbols ==0.2.4.2 - base16 ==1.0 @@ -180,7 +180,7 @@ default-package-overrides: - between ==0.11.0.0 - bhoogle ==0.1.4.4 - bibtex ==0.1.0.7 - - bifunctor-classes-compat ==0.1 + - bifunctor-classes-compat ==0.1.1 - bifunctors ==5.6.3 - bimap ==0.5.0 - bimaps ==0.1.0.2 @@ -210,7 +210,7 @@ default-package-overrides: - bitwise ==1.0.0.1 - bitwise-enum ==1.0.1.2 - Blammo ==2.1.3.0 - - blank-canvas ==0.7.4 + - blank-canvas ==0.7.5 - blas-carray ==0.1.0.2 - blas-comfort-array ==0.0.0.4 - blas-ffi ==0.1 @@ -246,10 +246,10 @@ default-package-overrides: - boundingboxes ==0.2.3 - bower-json ==1.1.0.0 - bowtie ==0.7.0 - - box ==0.9.3.3 - - box-socket ==0.5.2.1 + - box ==0.9.4.0 + - box-socket ==0.5.3.0 - boxes ==0.1.5 - - breakpoint ==0.1.5.0 + - breakpoint ==0.1.5.1 - brick ==2.9 - brotli ==0.0.0.3 - brotli-streams ==0.0.0.0 @@ -263,7 +263,7 @@ default-package-overrides: - bugsnag-wai ==1.0.1.1 - bugsnag-yesod ==1.0.1.0 - bugzilla-redhat ==1.0.1.1 - - burrito ==2.0.1.14 + - burrito ==2.0.1.16 - butcher ==1.3.3.2 - bv ==0.5 - bv-sized ==1.0.6 @@ -274,7 +274,7 @@ default-package-overrides: - bytedump ==1.0 - bytehash ==0.1.1.2 - byteorder ==1.0.4 - - bytes ==0.17.4 + - bytes ==0.17.5 - byteset ==0.1.1.2 - byteslice ==0.2.15.0 - bytesmith ==0.3.14.0 @@ -298,13 +298,13 @@ default-package-overrides: - c2hs ==0.28.8 - ca-province-codes ==1.0.0.0 - cabal-add ==0.2 - - cabal-appimage ==0.4.2.0 + - cabal-appimage ==0.4.3.0 - cabal-clean ==0.2.20230609 - cabal-debian ==5.2.6 - cabal-doctest ==1.0.12 - cabal-file ==0.1.1 - cabal-flatpak ==0.1.2 - - cabal-gild ==1.6.0.2 + - cabal-gild ==1.6.0.4 - cabal-install-parsers ==0.6.2 - cabal-plan ==0.7.6.1 - cabal-rpm ==2.3.0 @@ -314,7 +314,7 @@ default-package-overrides: - cached-json-file ==0.1.1 - cacophony ==0.11.0 - cairo ==0.13.12.0 - - cairo-image ==0.1.0.5 + - cairo-image ==0.1.0.6 - calendar-recycling ==0.0.0.1 - call-alloy ==0.6.0.3 - call-plantuml ==0.0.1.3 @@ -356,7 +356,7 @@ default-package-overrides: - Chart ==1.9.5 - Chart-cairo ==1.9.4.1 - Chart-diagrams ==1.9.5.1 - - chart-svg ==0.8.2.1 + - chart-svg ==0.8.3.2 - ChasingBottoms ==1.3.1.17 - check-email ==1.0.2 - checkers ==0.6.0 @@ -422,7 +422,7 @@ default-package-overrides: - commonmark-pandoc ==0.2.3 - commutative ==0.0.2 - commutative-semigroups ==0.2.0.2 - - comonad ==5.0.9 + - comonad ==5.0.10 - compact ==0.2.0.0 - compactmap ==0.1.4.6 - companion ==0.1.0 @@ -457,7 +457,7 @@ default-package-overrides: - configurator-export ==0.1.0.1 - constrained-categories ==0.4.2.0 - constraint-tuples ==0.2 - - constraints ==0.14.2 + - constraints ==0.14.3 - constraints-extras ==0.4.0.2 - construct ==0.3.2 - consumers ==2.3.3.1 @@ -466,7 +466,7 @@ default-package-overrides: - context-resource ==0.2.0.2 - context-wai-middleware ==0.2.0.2 - contiguous ==0.6.5.0 - - contravariant ==1.5.5 + - contravariant ==1.5.6 - contravariant-extras ==0.3.5.4 - control-bool ==0.2.1 - control-dsl ==0.2.1.3 @@ -516,14 +516,14 @@ default-package-overrides: - cryptohash-sha1 ==0.11.101.0 - cryptohash-sha256 ==0.11.102.1 - cryptohash-sha512 ==0.11.103.0 - - crypton ==1.0.4 + - crypton ==1.0.5 - crypton-conduit ==0.2.3 - crypton-connection ==0.4.5 - crypton-pem ==0.3.0 - crypton-socks ==0.6.2 - crypton-x509 ==1.7.7 - - crypton-x509-store ==1.6.12 - - crypton-x509-system ==1.6.7 + - crypton-x509-store ==1.6.14 + - crypton-x509-system ==1.6.8 - crypton-x509-validation ==1.6.14 - cryptonite ==0.30 - cryptonite-conduit ==0.2.2 @@ -556,7 +556,7 @@ default-package-overrides: - data-checked ==0.3 - data-clist ==0.2 - data-compat ==0.1.0.5 - - data-default ==0.8.0.1 + - data-default ==0.8.0.2 - data-default-class ==0.2.0.0 - data-diverse ==4.7.1.0 - data-dword ==0.3.2.1 @@ -597,9 +597,9 @@ default-package-overrides: - Decimal ==0.5.2 - declarative ==0.5.4 - deepseq-generics ==0.2.0.1 - - deferred-folds ==0.9.18.7 + - deferred-folds ==0.9.18.10 - defun-core ==0.1.0.1 - - dejafu ==2.4.0.7 + - dejafu ==2.4.0.8 - delta-types ==1.0.0.0 - dense-linear-algebra ==0.1.0.0 - dependent-map ==0.4.0.1 @@ -613,7 +613,7 @@ default-package-overrides: - derive-topdown ==0.1.1.0 - deriveJsonNoPrefix ==0.1.0.1 - deriving-aeson ==0.2.10 - - deriving-compat ==0.6.7 + - deriving-compat ==0.6.8 - deriving-trans ==0.9.1.0 - detour-via-sci ==1.0.0 - df1 ==0.4.3 @@ -665,7 +665,7 @@ default-package-overrides: - distributed-process-tests ==0.5.2 - distributed-static ==0.3.11 - distribution-opensuse ==1.1.4 - - distributive ==0.6.2.1 + - distributive ==0.6.3 - djinn-lib ==0.0.1.4 - djot ==0.1.2.4 - dl-fedora ==2.0.1 @@ -688,14 +688,14 @@ default-package-overrides: - doctest-parallel ==0.4 - doldol ==0.4.1.2 - domain ==0.1.1.5 - - domain-aeson ==0.1.1.2 + - domain-aeson ==0.1.1.3 - domain-cereal ==0.1.0.1 - domain-core ==0.1.0.4 - domain-optics ==0.1.0.4 - dot ==0.3 - dotgen ==0.4.3 - dotnet-timespan ==0.0.1.0 - - dotparse ==0.1.3.0 + - dotparse ==0.1.4.0 - double-conversion ==2.0.5.0 - download ==0.3.2.7 - download-curl ==0.1.4 @@ -765,7 +765,7 @@ default-package-overrides: - enumset ==0.1 - envelope ==0.2.2.0 - envparse ==0.6.0 - - envy ==2.1.4.0 + - envy ==2.1.5.0 - epub-metadata ==5.4 - eq ==4.3 - equal-files ==0.0.5.4 @@ -791,7 +791,7 @@ default-package-overrides: - evm-opcodes ==0.2.0 - exact-combinatorics ==0.2.0.11 - exact-pi ==0.5.0.2 - - exception-hierarchy ==0.1.0.13 + - exception-hierarchy ==0.1.0.14 - exception-mtl ==0.4.0.2 - exception-transformers ==0.4.0.12 - executable-hash ==0.2.0.4 @@ -824,7 +824,7 @@ default-package-overrides: - fast-math ==1.0.2 - fast-myers-diff ==0.0.1 - fbrnch ==1.7.1 - - fcf-family ==0.2.0.2 + - fcf-family ==0.2.0.3 - fdo-notify ==0.3.1 - feature-flags ==0.1.0.1 - fedora-krb ==0.1.0 @@ -842,7 +842,7 @@ default-package-overrides: - file-io ==0.1.5 - file-modules ==0.1.2.4 - file-path-th ==0.1.0.0 - - filecache ==0.5.2 + - filecache ==0.5.3 - filelock ==0.1.1.8 - filemanip ==0.3.6.3 - filepath-bytestring ==1.5.2.0.3 @@ -872,16 +872,16 @@ default-package-overrides: - flexible-defaults ==0.0.3 - FloatingHex ==0.5 - floatshow ==0.2.4 - - flow ==2.0.0.9 + - flow ==2.0.0.11 - flush-queue ==1.0.0 - fmlist ==0.9.4 - fmt ==0.6.3.0 - fn ==0.3.0.2 - focus ==1.0.3.2 - focuslist ==0.1.1.0 - - fold-debounce ==0.2.0.16 - - fold-debounce-conduit ==0.2.0.8 - - foldable1-classes-compat ==0.1.2 + - fold-debounce ==0.2.0.17 + - fold-debounce-conduit ==0.2.0.9 + - foldable1-classes-compat ==0.1.3 - foldl ==1.4.18 - folds ==0.7.8 - FontyFruity ==0.5.3.5 @@ -891,7 +891,7 @@ default-package-overrides: - forkable-monad ==0.2.0.3 - forma ==1.2.0 - format-numbers ==0.1.0.1 - - formatn ==0.3.2.0 + - formatn ==0.3.3.1 - formatting ==7.2.0 - foundation ==0.0.30 - free ==5.2 @@ -1051,7 +1051,7 @@ default-package-overrides: - git-mediate ==1.1.0 - githash ==0.1.7.0 - github ==0.30.0.1 - - github-release ==2.0.0.14 + - github-release ==2.0.0.17 - github-rest ==1.2.1 - github-types ==0.2.1 - github-webhooks ==0.18.0 @@ -1165,7 +1165,7 @@ default-package-overrides: - gpolyline ==0.1.0.1 - graph-core ==0.3.0.0 - graphite ==0.10.0.1 - - graphql ==1.5.0.1 + - graphql ==1.5.0.2 - graphql-client ==1.2.4 - graphql-spice ==1.0.6.0 - graphs ==0.7.3 @@ -1204,8 +1204,8 @@ default-package-overrides: - happy ==2.1.7 - happy-lib ==2.1.7 - happy-meta ==0.2.1.0 - - harpie ==0.1.3.1 - - harpie-numhask ==0.1.0.2 + - harpie ==0.1.4.0 + - harpie-numhask ==0.1.1.0 - has-transformers ==0.1.0.4 - HasBigDecimal ==0.2.0.0 - hashable ==1.5.1.0 @@ -1229,7 +1229,7 @@ default-package-overrides: - hasktags ==0.73.0 - hasql ==1.9.3.1 - hasql-dynamic-statements ==0.3.1.8 - - hasql-implicits ==0.2.0.1 + - hasql-implicits ==0.2.0.2 - hasql-interpolate ==1.0.1.0 - hasql-listen-notify ==0.1.0.1 - hasql-migration ==0.3.1 @@ -1306,7 +1306,7 @@ default-package-overrides: - hoauth2 ==2.14.3 - hoogle ==5.0.18.4 - hopenssl ==2.2.5 - - horizontal-rule ==0.7.0.0 + - horizontal-rule ==0.7.1.0 - hosc ==0.21.1 - hostname ==1.0 - hostname-validate ==1.0.0 @@ -1343,12 +1343,12 @@ default-package-overrides: - HSlippyMap ==3.0.1 - hslogger ==1.3.2.0 - hslua ==2.3.1 - - hslua-aeson ==2.3.1.1 - - hslua-classes ==2.3.1 - - hslua-cli ==1.4.3 - - hslua-core ==2.3.2 + - hslua-aeson ==2.3.2 + - hslua-classes ==2.3.2 + - hslua-cli ==1.4.4 + - hslua-core ==2.3.2.1 - hslua-list ==1.1.4 - - hslua-marshalling ==2.3.1 + - hslua-marshalling ==2.3.2 - hslua-module-doclayout ==1.2.0.1 - hslua-module-path ==1.1.1 - hslua-module-system ==1.1.3 @@ -1381,7 +1381,7 @@ default-package-overrides: - hspec-leancheck ==0.0.6 - hspec-megaparsec ==2.2.1 - hspec-meta ==2.11.16 - - hspec-need-env ==0.1.0.12 + - hspec-need-env ==0.1.0.13 - hspec-parsec ==0 - hspec-smallcheck ==0.5.3 - hspec-tmp-proc ==0.7.0.0 @@ -1466,13 +1466,13 @@ default-package-overrides: - IfElse ==0.85 - iff ==0.0.6.1 - ihaskell ==0.12.0.0 - - ihaskell-hvega ==0.5.0.6 + - ihaskell-hvega ==0.5.0.7 - ihs ==0.1.0.3 - imagesize-conduit ==1.1 - Imlib ==0.1.2 - immortal ==0.3 - immortal-queue ==0.1.0.1 - - imp ==1.0.3.3 + - imp ==1.0.3.5 - ImpSpec ==0.1.0.0 - inbox ==0.2.0 - incipit-base ==0.6.1.1 @@ -1498,7 +1498,7 @@ default-package-overrides: - inline-c-cpp ==0.5.0.2 - input-parsers ==0.3.0.2 - insert-ordered-containers ==0.2.7 - - inspection-testing ==0.6.2 + - inspection-testing ==0.6.3 - int-cast ==0.2.0.0 - int-supply ==1.0.0 - integer-conversion ==0.1.1 @@ -1514,7 +1514,7 @@ default-package-overrides: - IntervalMap ==0.6.2.1 - intervals ==0.9.3 - intset-imperative ==0.1.0.0 - - invariant ==0.6.4 + - invariant ==0.6.5 - invertible ==0.2.0.8 - invertible-grammar ==0.1.3.5 - io-embed ==0.1.0.1 @@ -1541,7 +1541,7 @@ default-package-overrides: - iso639 ==0.1.0.3 - iso8601-time ==0.1.5 - isocline ==1.0.9 - - isomorphism-class ==0.3.1.2 + - isomorphism-class ==0.3.1.4 - ix-shapable ==0.1.0 - jack ==0.7.2.2 - jalaali ==1.0.0.0 @@ -1559,7 +1559,7 @@ default-package-overrides: - jsaddle-dom ==0.9.9.2 - jsaddle-warp ==0.9.9.5 - json ==0.11 - - json-feed ==2.0.0.15 + - json-feed ==2.0.0.18 - json-rpc ==1.1.2 - json-spec ==1.1.1.2 - json-spec-elm ==0.4.0.6 @@ -1573,21 +1573,21 @@ default-package-overrides: - JuicyPixels-extra ==0.6.0 - junit-xml ==0.1.0.4 - justified-containers ==0.3.0.0 - - kan-extensions ==5.2.7 - - kansas-comet ==0.4.3 + - kan-extensions ==5.2.8 + - kansas-comet ==0.4.4 - katip ==0.8.8.4 - katip-logstash ==0.1.0.2 - - katip-wai ==0.2.0.0 + - katip-wai ==0.2.0.1 - kazura-queue ==0.1.0.4 - kdt ==0.2.6 - keep-alive ==0.2.1.0 - keter ==2.1.10 - - keycode ==0.2.3 - - keyed-vals ==0.2.3.2 - - keyed-vals-hspec-tests ==0.2.3.2 - - keyed-vals-mem ==0.2.3.2 - - keyed-vals-redis ==0.2.3.2 - - keys ==3.12.4 + - keycode ==0.2.4 + - keyed-vals ==0.2.3.4 + - keyed-vals-hspec-tests ==0.2.3.4 + - keyed-vals-mem ==0.2.3.4 + - keyed-vals-redis ==0.2.3.4 + - keys ==3.12.5 - ki ==1.0.1.2 - ki-unlifted ==1.0.0.2 - kind-apply ==0.4.0.1 @@ -1598,7 +1598,7 @@ default-package-overrides: - koji-tool ==1.3.1 - kvitable ==1.1.1.0 - labels ==0.3.3 - - lackey ==2.0.0.11 + - lackey ==2.0.0.12 - lambdabot-core ==5.3.1.2 - lambdabot-irc-plugins ==5.3.1.2 - LambdaHack ==0.11.0.1 @@ -1636,7 +1636,7 @@ default-package-overrides: - leapseconds-announced ==2017.1.0.1 - learn-physics ==0.6.7 - leb128-cereal ==1.2 - - lens ==5.3.5 + - lens ==5.3.6 - lens-action ==0.2.6 - lens-aeson ==1.2.3 - lens-csv ==0.1.1.0 @@ -1658,12 +1658,12 @@ default-package-overrides: - libsodium-bindings ==0.0.3.0 - libyaml ==0.1.4 - libyaml-clib ==0.2.5 - - lift-generics ==0.3 + - lift-generics ==0.3.1 - lift-type ==0.1.2.0 - lifted-async ==0.10.2.7 - lifted-base ==0.2.3.12 - lifted-threads ==1.0 - - linear ==1.23.2 + - linear ==1.23.3 - linear-base ==0.5.0 - linear-generics ==0.2.3 - linear-geo ==0.1.0.0 @@ -1703,14 +1703,14 @@ default-package-overrides: - logict ==0.8.2.0 - logstash ==0.1.0.4 - loop ==0.3.0 - - lpeg ==1.1.0 + - lpeg ==1.1.0.1 - LPFP ==1.1.5 - LPFP-core ==1.1.5 - lr-acts ==0.0.1 - lrucache ==1.2.0.1 - lsfrom ==2.0 - lua ==2.3.4 - - lua-arbitrary ==1.0.1.1 + - lua-arbitrary ==1.0.1.2 - lucid ==2.11.20250303 - lucid-cdn ==0.2.2.0 - lucid-extras ==0.2.2 @@ -1737,7 +1737,7 @@ default-package-overrides: - markdown-unlit ==0.6.0 - markov-chain ==0.0.3.4 - markov-chain-usage-model ==0.0.0 - - markup-parse ==0.2.1.0 + - markup-parse ==0.2.2.0 - massiv ==1.0.5.0 - massiv-io ==1.0.0.1 - massiv-serialise ==1.0.0.2 @@ -1757,14 +1757,14 @@ default-package-overrides: - mbox-utility ==0.0.3.1 - mcmc ==0.8.3.1 - mcmc-types ==1.0.3 - - mcp-server ==0.1.0.15 - - mealy ==0.5.0.1 + - mcp-server ==0.1.0.16 + - mealy ==0.5.1.1 - med-module ==0.1.3 - median-stream ==0.7.0.0 - megaparsec ==9.7.0 - megaparsec-tests ==9.7.0 - melf ==1.3.1 - - mem-info ==0.4.1.1 + - mem-info ==0.4.1.2 - membership ==0.0.1 - memcache ==0.3.0.2 - memory ==0.18.0 @@ -1809,13 +1809,13 @@ default-package-overrides: - misfortune ==0.1.2.1 - miso ==1.8.7.0 - missing-foreign ==0.1.1 - - MissingH ==1.6.0.2 + - MissingH ==1.6.0.3 - mixed-types-num ==0.6.2 - mmap ==0.5.9 - mmark ==0.0.8.0 - mmark-cli ==0.0.5.2 - mmark-ext ==0.2.1.5 - - mmorph ==1.2.1 + - mmorph ==1.2.2 - mmsyn2-array ==0.3.1.1 - mmsyn7l ==0.9.2.0 - mmsyn7ukr-array ==0.3.0.0 @@ -1836,11 +1836,11 @@ default-package-overrides: - monad-control ==1.0.3.1 - monad-control-aligned ==0.0.2.1 - monad-control-identity ==0.2.0.0 - - monad-coroutine ==0.9.2 + - monad-coroutine ==0.9.3 - monad-extras ==0.6.0 - monad-interleave ==0.2.0.1 - monad-logger ==0.3.42 - - monad-logger-aeson ==0.4.1.4 + - monad-logger-aeson ==0.4.1.5 - monad-logger-extras ==0.1.1.2 - monad-logger-json ==0.1.0.0 - monad-logger-logstash ==0.2.0.2 @@ -1850,7 +1850,7 @@ default-package-overrides: - monad-metrics ==0.2.2.2 - monad-par ==0.3.6 - monad-par-extras ==0.3.3 - - monad-parallel ==0.8 + - monad-parallel ==0.8.0.1 - monad-peel ==0.3 - monad-resumption ==0.1.4.0 - monad-schedule ==0.2.0.2 @@ -1860,7 +1860,7 @@ default-package-overrides: - monadoid ==0.0.3 - monadology ==0.4 - MonadPrompt ==1.0.0.5 - - MonadRandom ==0.6.2 + - MonadRandom ==0.6.2.1 - monads-tf ==0.3.0.1 - mongoDB ==2.7.1.4 - mono-traversable ==1.0.21.0 @@ -1868,7 +1868,7 @@ default-package-overrides: - monoid-extras ==0.7 - monoid-insertleft ==0.1.0.1 - monoid-map ==0.2.0.1 - - monoid-subclasses ==1.2.6 + - monoid-subclasses ==1.2.6.1 - monoid-transformer ==0.0.4 - monoidal-containers ==0.6.6.0 - monoidal-functors ==0.2.3.0 @@ -1982,14 +1982,14 @@ default-package-overrides: - normaldistribution ==1.1.0.3 - nothunks ==0.3.1 - nowdoc ==0.1.1.0 - - nsis ==0.3.3 + - nsis ==0.3.4 - numbers ==3000.2.0.2 - numeric-extras ==0.1 - numeric-limits ==0.1.0.0 - numeric-prelude ==0.4.4 - numeric-quest ==0.2.0.2 - - numhask ==0.13.1.0 - - numhask-space ==0.13.1.0 + - numhask ==0.13.2.1 + - numhask-space ==0.13.2.0 - NumInstances ==1.4 - numtype-dk ==0.5.0.3 - nvim-hs ==2.3.2.4 @@ -2027,7 +2027,7 @@ default-package-overrides: - om-show ==0.1.2.11 - om-time ==0.3.1.1 - once ==0.4 - - one-liner ==2.1 + - one-liner ==2.1.1 - one-liner-instances ==0.1.3.0 - OneTuple ==0.4.2.1 - Only ==0.1 @@ -2077,7 +2077,7 @@ default-package-overrides: - pandoc ==3.7.0.2 - pandoc-cli ==3.7.0.2 - pandoc-lua-engine ==0.4.3 - - pandoc-lua-marshal ==0.3.1 + - pandoc-lua-marshal ==0.3.2.1 - pandoc-plot ==1.9.1 - pandoc-server ==0.1.0.11 - pandoc-throw ==0.1.0.0 @@ -2218,7 +2218,7 @@ default-package-overrides: - postgresql-typed ==0.6.2.5 - pptable ==0.3.0.0 - pqueue ==1.5.0.0 - - prairie ==0.1.0.0 + - prairie ==0.1.1.0 - pred-set ==0.0.1 - prefix-units ==0.3.0.1 - prelude-compat ==0.0.0.2 @@ -2230,7 +2230,7 @@ default-package-overrides: - pretty-simple ==4.1.4.0 - pretty-sop ==0.2.0.3 - pretty-terminal ==0.1.0.0 - - prettychart ==0.3.0.2 + - prettychart ==0.3.0.3 - prettyclass ==1.0.0.0 - prettyprinter ==1.7.1 - prettyprinter-ansi-terminal ==1.1.3 @@ -2282,7 +2282,7 @@ default-package-overrides: - psqueues ==0.2.8.3 - pthread ==0.2.1 - ptr ==0.16.8.7 - - ptr-poker ==0.1.2.16 + - ptr-poker ==0.1.3 - pulse-simple ==0.1.14 - pureMD5 ==2.1.4 - puresat ==0.1 @@ -2325,7 +2325,7 @@ default-package-overrides: - rainbow ==0.34.2.2 - rainbox ==0.26.0.0 - ral ==0.2.2 - - rampart ==2.0.0.11 + - rampart ==2.0.0.13 - ramus ==0.1.2 - rando ==0.0.0.4 - random ==1.2.1.3 @@ -2339,12 +2339,12 @@ default-package-overrides: - Ranged-sets ==0.5.0 - ranges ==0.2.4 - rank1dynamic ==0.4.3 - - rank2classes ==1.5.5 + - rank2classes ==1.5.5.1 - Rasterific ==0.7.5.4 - rasterific-svg ==0.3.3.2 - rate-limit ==1.4.3 - - ratel ==2.0.0.15 - - ratel-wai ==2.0.0.10 + - ratel ==2.0.0.17 + - ratel-wai ==2.0.0.12 - ratio-int ==0.1.2 - rattle ==0.2 - rattletrap ==14.1.4 @@ -2367,7 +2367,7 @@ default-package-overrides: - rebase ==1.21.2 - rec-def ==0.2.2 - record-hasfield ==1.0.1 - - recover-rtti ==0.5.2 + - recover-rtti ==0.5.3 - recursion-schemes ==5.2.3 - recv ==0.1.1 - redact ==0.6.0.0 @@ -2475,13 +2475,13 @@ default-package-overrides: - safe-exceptions ==0.1.7.4 - safe-foldable ==0.1.0.0 - safe-gen ==1.0.1 - - safe-json ==1.2.1.0 + - safe-json ==1.2.1.1 - safe-money ==0.9.1 - safecopy ==0.10.4.3 - safeio ==0.0.6.0 - SafeSemaphore ==0.10.1 - saltine ==0.2.2.0 - - salve ==2.0.0.8 + - salve ==2.0.0.10 - sample-frame ==0.0.4 - sample-frame-np ==0.0.5 - sampling ==0.3.5 @@ -2521,8 +2521,8 @@ default-package-overrides: - selections ==0.3.0.0 - selective ==0.7.0.1 - semialign ==1.3.1 - - semigroupoids ==6.0.1 - - semigroups ==0.20 + - semigroupoids ==6.0.2 + - semigroups ==0.20.1 - semiring-simple ==1.0.0.1 - semirings ==0.7 - semver ==0.4.0.1 @@ -2583,7 +2583,7 @@ default-package-overrides: - setlocale ==1.0.0.10 - sexp-grammar ==2.3.4.2 - SHA ==1.6.4.4 - - shake ==0.19.8 + - shake ==0.19.9 - shake-plus ==0.3.4.0 - shakespeare ==2.1.0.1 - shakespeare-text ==1.1.0 @@ -2704,7 +2704,7 @@ default-package-overrides: - stateWriter ==0.4.0 - static-bytes ==0.1.1 - static-text ==0.2.0.7 - - statistics ==0.16.4.0 + - statistics ==0.16.5.0 - statistics-linreg ==0.3 - statsd-rupp ==0.5.0.1 - status-notifier-item ==0.3.1.0 @@ -2715,7 +2715,7 @@ default-package-overrides: - stm-containers ==1.2.2 - stm-delay ==0.1.1.2 - stm-extras ==0.1.0.3 - - stm-hamt ==1.2.2 + - stm-hamt ==1.2.2.1 - stm-split ==0.0.2.1 - stm-supply ==0.2.0.0 - STMonadTrans ==0.4.8.1 @@ -2766,7 +2766,7 @@ default-package-overrides: - stringsearch ==0.3.6.6 - strive ==6.0.0.17 - strongweak ==0.12.0 - - structs ==0.1.9 + - structs ==0.1.10 - stylish-haskell ==0.15.1.0 - subcategories ==0.2.1.2 - sundown ==0.6 @@ -2774,7 +2774,7 @@ default-package-overrides: - svg-tree ==0.6.2.4 - SVGFonts ==1.8.1 - swagger2 ==2.8.10 - - swish ==0.10.10.0 + - swish ==0.10.11.0 - swizzle ==0.1.0.4 - swizzle-lens ==0.1.0.0 - swizzle-modify ==0.1.0.0 @@ -2829,7 +2829,7 @@ default-package-overrides: - tao-example ==1.0.0 - tar ==0.6.4.0 - tar-conduit ==0.4.1 - - tardis ==0.5.0 + - tardis ==0.5.0.1 - tasty ==1.5.3 - tasty-ant-xml ==1.1.9 - tasty-autocollect ==0.4.4 @@ -2842,7 +2842,7 @@ default-package-overrides: - tasty-focus ==1.0.1 - tasty-golden ==2.3.5 - tasty-hedgehog ==1.4.0.2 - - tasty-hslua ==1.1.1 + - tasty-hslua ==1.1.1.1 - tasty-hspec ==1.2.0.4 - tasty-html ==0.4.2.2 - tasty-hunit ==0.10.2 @@ -2868,7 +2868,7 @@ default-package-overrides: - telegram-bot-simple ==0.14.4 - tempgres-client ==1.0.0 - template ==0.2.0.10 - - template-haskell-compat-v0208 ==0.1.9.5 + - template-haskell-compat-v0208 ==0.1.9.6 - temporary ==1.3 - temporary-rc ==1.2.0.3 - temporary-resourcet ==0.1.0.1 @@ -2882,7 +2882,7 @@ default-package-overrides: - terminal ==0.2.0.0 - terminal-progress-bar ==0.4.2 - terminal-size ==0.3.4 - - test-certs ==0.1.1.1 + - test-certs ==0.1.1.2 - test-framework ==0.8.2.3 - test-framework-hunit ==0.3.0.3 - test-framework-leancheck ==0.0.4 @@ -2896,7 +2896,7 @@ default-package-overrides: - text-binary ==0.2.1.1 - text-builder ==1.0.0.4 - text-builder-core ==0.1.1.1 - - text-builder-dev ==0.4 + - text-builder-dev ==0.4.0.1 - text-builder-linear ==0.1.3 - text-conversions ==0.3.1.1 - text-convert ==0.1.0.1 @@ -2914,7 +2914,7 @@ default-package-overrides: - text-regex-replace ==0.1.1.5 - text-rope ==0.3 - text-short ==0.1.6.1 - - text-show ==3.11.2 + - text-show ==3.11.3 - text-show-instances ==3.9.10 - text-zipper ==0.13 - textlocal ==0.1.0.5 @@ -2934,12 +2934,12 @@ default-package-overrides: - th-lift ==0.8.7 - th-lift-instances ==0.1.20 - th-nowq ==0.1.0.5 - - th-orphans ==0.13.16 + - th-orphans ==0.13.17 - th-printf ==0.8 - th-reify-compat ==0.0.1.5 - th-reify-many ==0.1.10 - th-strict-compat ==0.1.0.1 - - th-test-utils ==1.2.2 + - th-test-utils ==1.2.3 - th-utilities ==0.2.5.2 - these ==1.2.1 - these-lens ==1.0.2 @@ -2980,7 +2980,7 @@ default-package-overrides: - tlynx ==0.8.0.0 - tmapchan ==0.0.3 - tmapmvar ==0.0.4 - - tmp-proc ==0.7.2.2 + - tmp-proc ==0.7.2.5 - tmp-proc-postgres ==0.7.2.4 - tmp-proc-rabbitmq ==0.7.2.4 - tmp-proc-redis ==0.7.2.4 @@ -3009,7 +3009,7 @@ default-package-overrides: - trimdent ==0.1.0.0 - trivial-constraint ==0.7.0.0 - tsv2csv ==0.1.0.2 - - ttc ==1.5.0.0 + - ttc ==1.5.0.1 - ttrie ==0.1.2.2 - tuple ==0.3.0.2 - tuple-sop ==0.3.1.0 @@ -3146,7 +3146,7 @@ default-package-overrides: - vector-algorithms ==0.9.1.0 - vector-binary-instances ==0.2.5.2 - vector-buffer ==0.4.1 - - vector-builder ==0.3.8.6 + - vector-builder ==0.3.8.7 - vector-bytes-instances ==0.1.1 - vector-extras ==0.3 - vector-fftw ==0.1.4.1 @@ -3196,7 +3196,7 @@ default-package-overrides: - wai-middleware-delegate ==0.2.0.1 - wai-middleware-metrics ==0.2.4 - wai-middleware-prometheus ==1.0.1.0 - - wai-middleware-static ==0.9.3 + - wai-middleware-static ==0.9.4 - wai-middleware-throttle ==0.3.0.1 - wai-rate-limit ==0.3.0.0 - wai-rate-limit-redis ==0.2.0.1 @@ -3211,8 +3211,8 @@ default-package-overrides: - warp-tls ==3.4.13 - wave ==0.2.1 - wcwidth ==0.0.2 - - web-cookiejar ==0.1.3.0 - - web-rep ==0.14.0.0 + - web-cookiejar ==0.1.3.1 + - web-rep ==0.14.0.1 - web-routes ==0.27.16 - web-routes-th ==0.22.8.3 - web-view ==0.7.0 @@ -3236,12 +3236,12 @@ default-package-overrides: - what4 ==1.6.3 - wherefrom-compat ==0.1.1.1 - which ==0.2.0.3 - - wide-word ==0.1.8.1 - - wild-bind ==0.1.2.13 - - wild-bind-x11 ==0.2.0.17 + - wide-word ==0.1.9.0 + - wild-bind ==0.1.2.14 + - wild-bind-x11 ==0.2.0.18 - Win32-notify ==0.3.0.3 - windns ==0.1.0.1 - - witch ==1.3.0.6 + - witch ==1.3.0.9 - with-utf8 ==1.1.0.0 - withdependencies ==0.3.1 - witherable ==0.5 @@ -3264,7 +3264,7 @@ default-package-overrides: - wreq-stringless ==0.5.9.1 - writer-cps-transformers ==0.5.6.1 - ws ==0.0.6 - - wuss ==2.0.2.5 + - wuss ==2.0.2.7 - X11 ==1.10.3 - X11-xft ==0.3.4 - x11-xim ==0.0.9.0 @@ -3297,7 +3297,7 @@ default-package-overrides: - xss-sanitize ==0.3.7.2 - xxhash-ffi ==0.3.1 - yaml ==0.11.11.2 - - yaml-unscrambler ==0.1.0.20 + - yaml-unscrambler ==0.1.0.21 - Yampa ==0.15 - yarn-lock ==0.6.5 - yaya ==0.6.2.3 @@ -3308,7 +3308,7 @@ default-package-overrides: - yes-precure5-command ==5.5.3 - yeshql-core ==4.2.0.0 - yesod ==1.6.2.1 - - yesod-auth ==1.6.11.3 + - yesod-auth ==1.6.12.0 - yesod-auth-basic ==0.1.0.3 - yesod-auth-hashdb ==1.7.1.7 - yesod-auth-oauth2 ==0.7.4.0 @@ -3327,7 +3327,7 @@ default-package-overrides: - yesod-recaptcha2 ==1.0.2.1 - yesod-routes-flow ==3.0.0.2 - yesod-sitemap ==1.6.0 - - yesod-static ==1.6.1.0 + - yesod-static ==1.6.1.2 - yesod-test ==1.6.19 - yesod-websockets ==0.3.0.3 - yggdrasil-schema ==1.0.0.6 diff --git a/pkgs/development/haskell-modules/configuration-nix.nix b/pkgs/development/haskell-modules/configuration-nix.nix index 4a4e708a3d11..73a84cb92f47 100644 --- a/pkgs/development/haskell-modules/configuration-nix.nix +++ b/pkgs/development/haskell-modules/configuration-nix.nix @@ -912,6 +912,10 @@ builtins.intersectAttrs super { splitmix = dontCheck super.splitmix; splitmix_0_1_1 = dontCheck super.splitmix_0_1_1; + # Break infinite recursion + # hedgehog (dep)→ async (dep)→ unordered-containers (test)→ nothunks (test)→ hedgehog + nothunks = dontCheck super.nothunks; + # Break infinite recursion cycle with OneTuple and quickcheck-instances. foldable1-classes-compat = dontCheck super.foldable1-classes-compat; diff --git a/pkgs/development/haskell-modules/hackage-packages.nix b/pkgs/development/haskell-modules/hackage-packages.nix index 848f5b78dee1..814d533ab4e4 100644 --- a/pkgs/development/haskell-modules/hackage-packages.nix +++ b/pkgs/development/haskell-modules/hackage-packages.nix @@ -2603,6 +2603,73 @@ self: { } ) { }; + BNFC_2_9_6_2 = callPackage ( + { + mkDerivation, + alex, + array, + base, + containers, + deepseq, + directory, + filepath, + happy, + hspec, + hspec-discover, + HUnit, + mtl, + pretty, + QuickCheck, + string-qq, + temporary, + time, + }: + mkDerivation { + pname = "BNFC"; + version = "2.9.6.2"; + sha256 = "12cap3xqsa06bkhq46qazaqvpcckh0p7cnyacr4p1klr1nvlxkcr"; + isLibrary = true; + isExecutable = true; + libraryHaskellDepends = [ + array + base + containers + deepseq + directory + filepath + mtl + pretty + string-qq + time + ]; + libraryToolDepends = [ + alex + happy + ]; + executableHaskellDepends = [ base ]; + testHaskellDepends = [ + base + directory + filepath + hspec + HUnit + mtl + pretty + QuickCheck + temporary + ]; + testToolDepends = [ + alex + happy + hspec-discover + ]; + description = "A compiler front-end generator"; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + mainProgram = "bnfc"; + } + ) { }; + BNFC-meta = callPackage ( { mkDerivation, @@ -6626,8 +6693,8 @@ self: { pname = "Chart-cairo"; version = "1.9.4.1"; sha256 = "0x10l9y38bscx88n849k9ybn7axp4j9hlivc1jv9wwvv4gqw5jr7"; - revision = "3"; - editedCabalFile = "0rl4var9s1521n6ryxp59kglfip2bw1svm3mx72ya8zc4yj3z5rb"; + revision = "4"; + editedCabalFile = "1yw1y233bzir1i75cln0ljrpmg52izh9kdrplf27sgqcplzqww8r"; libraryHaskellDepends = [ array base @@ -6673,8 +6740,8 @@ self: { pname = "Chart-diagrams"; version = "1.9.5.1"; sha256 = "1pk2fsmjl2dsabzpdwk3190nw0nwy581c4qsl93npx764qcxkp7q"; - revision = "4"; - editedCabalFile = "0lkpn0jdx0nj6991dkakm3262z4l9sqzbyhck2nrxcisgg8afmn6"; + revision = "6"; + editedCabalFile = "1sjfjd3y48fq1y7wphcrx08y1bjh7s58ssasg2d31ywh2yc7vi7x"; enableSeparateDataOutput = true; libraryHaskellDepends = [ base @@ -20483,8 +20550,8 @@ self: { pname = "HStringTemplate"; version = "0.8.8"; sha256 = "1n8ci0kzjcgnqh4dfpqwlh7mnlzyiqiqc6hc0zr65p0balbg8zbi"; - revision = "9"; - editedCabalFile = "1pfn0g6zchygdp3y2laj67ni81iyq57kwj7wpf5z4g0dfg286abp"; + revision = "10"; + editedCabalFile = "03i9glxnx7g6k56zhi50bp3rfz1mw3kxxnf1k3jlk5zkf9fyvhb5"; libraryHaskellDepends = [ array base @@ -20755,6 +20822,8 @@ self: { pname = "HTTP"; version = "4000.5.0"; sha256 = "16sg079a630jpbf41b3bv063z4iz5ry2h67fmwh8yz9jh713p8yj"; + revision = "1"; + editedCabalFile = "0vjzxbn8mjc6qdfxf4v0lbz4r9hnw7g2bnp3c0vjzz3zb4l3dw2c"; libraryHaskellDepends = [ array base @@ -22651,8 +22720,8 @@ self: { pname = "Hastructure"; version = "0.50.4"; sha256 = "15g4hsgh2spfmynz4rs9za0ifcgdgcvp4n5qgm2szf4i9sdly0cf"; - revision = "2"; - editedCabalFile = "0j298vgn27f8xgfzq85pgmbzwwv95r2v4004093vn2xyr9gb5v19"; + revision = "3"; + editedCabalFile = "09gqhb2h0sxwfvmaxb5ff0xh02dmxv7cj1d2iv2imah8fkga1ws0"; isLibrary = true; isExecutable = true; libraryHaskellDepends = [ @@ -26117,6 +26186,8 @@ self: { pname = "JuicyPixels"; version = "3.3.9"; sha256 = "0kc68bjj3izbdvw67kyzg74fv1ksj2dclq5gxzlnajv87rfsqi1y"; + revision = "1"; + editedCabalFile = "01lyl7nxwnfy9vci1800pvb30yr3a55gikj39fw80dbz5hi9fmxz"; libraryHaskellDepends = [ base binary @@ -30256,66 +30327,6 @@ self: { ) { }; MissingH = callPackage ( - { - mkDerivation, - array, - base, - containers, - directory, - filepath, - hslogger, - HUnit, - mtl, - network, - network-bsd, - old-locale, - old-time, - parsec, - process, - regex-compat, - time, - unix, - }: - mkDerivation { - pname = "MissingH"; - version = "1.6.0.2"; - sha256 = "17ckc5hck9ng9rqx2afj1xac0d7m1p0vqfc5mdmmlkg5nza432is"; - libraryHaskellDepends = [ - array - base - containers - directory - filepath - hslogger - mtl - network - network-bsd - old-locale - old-time - parsec - process - regex-compat - time - unix - ]; - testHaskellDepends = [ - base - containers - directory - filepath - HUnit - old-time - parsec - regex-compat - time - unix - ]; - description = "Large utility library"; - license = lib.licenses.bsd3; - } - ) { }; - - MissingH_1_6_0_3 = callPackage ( { mkDerivation, array, @@ -30371,7 +30382,6 @@ self: { ]; description = "Large utility library"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; } ) { }; @@ -30762,19 +30772,17 @@ self: { primitive, random, transformers, - transformers-compat, }: mkDerivation { pname = "MonadRandom"; - version = "0.6.2"; - sha256 = "0sk61xbpagiwfpmfskysc2f7y05rpmaz0q8hr0a7m6f2xyw1rw02"; + version = "0.6.2.1"; + sha256 = "1dkqn7j99f47zsn4524fnrq6s0h09c5ww6qvxwa4vkx6bx3kn45k"; libraryHaskellDepends = [ base mtl primitive random transformers - transformers-compat ]; description = "Random-number generation monad"; license = lib.licenses.bsd3; @@ -34686,6 +34694,8 @@ self: { pname = "PSQueue"; version = "1.2.2"; sha256 = "1jm8fswmmlrlg0cxgc358sc4jinjligm5qzqrzdli8pi8d06p5ni"; + revision = "1"; + editedCabalFile = "09wzjxijch5k4vdz1aa0pd1f385v9p6ajhwpvhz3mjkn025gjjja"; libraryHaskellDepends = [ base ]; testHaskellDepends = [ base @@ -49271,8 +49281,8 @@ self: { }: mkDerivation { pname = "Ztrategic"; - version = "0.1.0"; - sha256 = "0720gmpijd89sma3699cqc2mwj60bz6gidrgfsnm0zw67saqcq1f"; + version = "0.2.0"; + sha256 = "01x3rgs1rp2rmglnn0lfcjylbxhblgchc6611in9zhgwy48x3hl9"; libraryHaskellDepends = [ base monadplus @@ -49943,10 +49953,8 @@ self: { }: mkDerivation { pname = "acc"; - version = "0.2.0.3"; - sha256 = "13gx2d2bdwkcdk8q06hq3q4a6jlamljbimd57ck2lfmr1lm5r1w9"; - revision = "1"; - editedCabalFile = "0qsggnxzzb1awfcjqm7xihr6lxjpx0yxpvwd6hzvd52s3j0qbz1a"; + version = "0.2.0.4"; + sha256 = "04fcxxpm5x86qxwz0ih62q73iqb1x093xhdj2ykf83g4mja59pc5"; libraryHaskellDepends = [ base deepseq @@ -53495,11 +53503,9 @@ self: { adjunctions = callPackage ( { mkDerivation, - array, base, comonad, containers, - contravariant, distributive, free, hspec, @@ -53507,32 +53513,24 @@ self: { mtl, profunctors, semigroupoids, - semigroups, tagged, transformers, - transformers-compat, - void, }: mkDerivation { pname = "adjunctions"; - version = "4.4.3"; - sha256 = "16hqxd88998dgjib8k1dy78a1waww3hd33hqqgd17y9bxqf15swb"; + version = "4.4.4"; + sha256 = "0i9icqx20ra0gvry79yj35p4cmigb4g2i1nfaysk2hy7sfdqsh11"; libraryHaskellDepends = [ - array base comonad containers - contravariant distributive free mtl profunctors semigroupoids - semigroups tagged transformers - transformers-compat - void ]; testHaskellDepends = [ base @@ -56030,80 +56028,6 @@ self: { ) { }; aeson-schemas = callPackage ( - { - mkDerivation, - aeson, - aeson-qq, - base, - criterion, - deepseq, - filepath, - first-class-families, - hashable, - interpolate, - megaparsec, - process, - QuickCheck, - raw-strings-qq, - tasty, - tasty-golden, - tasty-hunit, - tasty-quickcheck, - template-haskell, - temporary, - text, - th-orphans, - th-test-utils, - unordered-containers, - }: - mkDerivation { - pname = "aeson-schemas"; - version = "1.4.3.0"; - sha256 = "1cc9irb91p8zpa04vpgc8rb5dxg65mg8vmssmf2y3xpn4djzzpxx"; - libraryHaskellDepends = [ - aeson - base - first-class-families - hashable - megaparsec - template-haskell - text - unordered-containers - ]; - testHaskellDepends = [ - aeson - aeson-qq - base - deepseq - filepath - interpolate - process - QuickCheck - raw-strings-qq - tasty - tasty-golden - tasty-hunit - tasty-quickcheck - template-haskell - temporary - text - th-orphans - th-test-utils - ]; - benchmarkHaskellDepends = [ - aeson - base - criterion - deepseq - template-haskell - th-test-utils - ]; - description = "Easily consume JSON data on-demand with type-safety"; - license = lib.licenses.bsd3; - } - ) { }; - - aeson-schemas_1_4_3_1 = callPackage ( { mkDerivation, aeson, @@ -56174,7 +56098,6 @@ self: { ]; description = "Easily consume JSON data on-demand with type-safety"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; } ) { }; @@ -59503,6 +59426,45 @@ self: { } ) { }; + algebraic-graphs_0_8 = callPackage ( + { + mkDerivation, + array, + base, + containers, + deepseq, + extra, + inspection-testing, + QuickCheck, + transformers, + }: + mkDerivation { + pname = "algebraic-graphs"; + version = "0.8"; + sha256 = "071q78h5l6pafcn39jdkvgi62hjvxk09204gfdckp7az4j9qk9m4"; + libraryHaskellDepends = [ + array + base + containers + deepseq + transformers + ]; + testHaskellDepends = [ + array + base + containers + deepseq + extra + inspection-testing + QuickCheck + transformers + ]; + description = "A library for algebraic graph construction and transformation"; + license = lib.licensesSpdx."MIT"; + hydraPlatforms = lib.platforms.none; + } + ) { }; + algebraic-graphs-io = callPackage ( { mkDerivation, @@ -59574,6 +59536,44 @@ self: { } ) { }; + algebraic-path = callPackage ( + { + mkDerivation, + attoparsec, + base, + hashable, + hspec, + natural-sort, + QuickCheck, + quickcheck-classes, + rerebase, + text, + text-builder, + }: + mkDerivation { + pname = "algebraic-path"; + version = "0.1.0.1"; + sha256 = "0msq2v8zzikfmdl0j9y75ai5rd2xwa7bfpjjd7bj98mxm3knzd5v"; + libraryHaskellDepends = [ + attoparsec + base + hashable + natural-sort + QuickCheck + text + text-builder + ]; + testHaskellDepends = [ + hspec + quickcheck-classes + rerebase + ]; + doHaddock = false; + description = "Flexible and simple path manipulation library"; + license = lib.licensesSpdx."MIT"; + } + ) { }; + algebraic-prelude = callPackage ( { mkDerivation, @@ -77587,6 +77587,49 @@ self: { } ) { }; + antigen = callPackage ( + { + mkDerivation, + base, + criterion, + free, + hspec, + mtl, + QuickCheck, + quickcheck-transformer, + random, + }: + mkDerivation { + pname = "antigen"; + version = "0.3.0.0"; + sha256 = "0wh163xsy3pspdpxbk8lx04q73bn8f2cg8cy5mhcm8j29bb2l3fz"; + revision = "2"; + editedCabalFile = "14ndq7wmjwbnx6jv533606vm5zn34j3v7q4f6w4q4kf43ab9f4mm"; + libraryHaskellDepends = [ + base + free + mtl + QuickCheck + quickcheck-transformer + random + ]; + testHaskellDepends = [ + base + hspec + QuickCheck + quickcheck-transformer + ]; + benchmarkHaskellDepends = [ + base + criterion + QuickCheck + quickcheck-transformer + ]; + description = "Fault injection for QuickCheck"; + license = lib.licensesSpdx."MIT"; + } + ) { }; + antikythera = callPackage ( { mkDerivation, @@ -84643,7 +84686,6 @@ self: { base, blaze-builder, bytestring, - bytestring-nums, containers, file-embed, hashable, @@ -84654,8 +84696,8 @@ self: { }: mkDerivation { pname = "arx"; - version = "0.3.2"; - sha256 = "01mz46r54fhvaaawvng4csf9qk2vlr4y3zgnwwl6q6449y1w1k25"; + version = "0.3.3"; + sha256 = "18ggi9jifmjdyp6dps3zjkjgmm0vpf4bjdky99k8nd9sqrfncv4d"; isLibrary = true; isExecutable = true; libraryHaskellDepends = [ @@ -84663,7 +84705,6 @@ self: { base blaze-builder bytestring - bytestring-nums containers file-embed hashable @@ -84677,7 +84718,6 @@ self: { base blaze-builder bytestring - bytestring-nums containers file-embed hashable @@ -84687,7 +84727,7 @@ self: { template-haskell ]; description = "Archive execution tool"; - license = lib.licenses.bsd3; + license = lib.licensesSpdx."BSD-3-Clause"; hydraPlatforms = lib.platforms.none; mainProgram = "arx"; } @@ -87099,41 +87139,6 @@ self: { ) { }; async = callPackage ( - { - mkDerivation, - base, - hashable, - HUnit, - stm, - test-framework, - test-framework-hunit, - }: - mkDerivation { - pname = "async"; - version = "2.2.5"; - sha256 = "1xqnixmcxbird7rxl124bn5swpyyxxx2jxpdsbx2l8drp8z4f60q"; - revision = "4"; - editedCabalFile = "0amddhjsja9b8nc1yhksn94lwgym9zyzw4hkr7ig3vb8g5qpga72"; - isLibrary = true; - isExecutable = true; - libraryHaskellDepends = [ - base - hashable - stm - ]; - testHaskellDepends = [ - base - HUnit - stm - test-framework - test-framework-hunit - ]; - description = "Run IO operations asynchronously and wait for their results"; - license = lib.licenses.bsd3; - } - ) { }; - - async_2_2_6 = callPackage ( { mkDerivation, base, @@ -87165,7 +87170,6 @@ self: { ]; description = "Run IO operations asynchronously and wait for their results"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; } ) { }; @@ -91269,8 +91273,8 @@ self: { }: mkDerivation { pname = "autoexporter"; - version = "2.0.0.15"; - sha256 = "0jx5vih8fjfy4xamiw38z9ycq27fmqdx0yjidbqgfc3js5rhhcki"; + version = "2.0.0.17"; + sha256 = "0sg2nbr7iaa5bl0c6ha9wrh4yf0g3h3brdpx30f1c9wqqrl3p552"; isLibrary = true; isExecutable = true; libraryHaskellDepends = [ @@ -91448,7 +91452,7 @@ self: { } ) { }; - automaton_1_6 = callPackage ( + automaton_1_6_1 = callPackage ( { mkDerivation, base, @@ -91470,8 +91474,8 @@ self: { }: mkDerivation { pname = "automaton"; - version = "1.6"; - sha256 = "1sykk3dlbwqgmb0fs5lk66gaar8ivhsf5iwlffjc51bv3pvm3vas"; + version = "1.6.1"; + sha256 = "19mccv73yzd3jg1mphijidgnqf5jm4ad5vnqxzmmi6mfv4spg4dm"; isLibrary = true; isExecutable = true; libraryHaskellDepends = [ @@ -95492,27 +95496,18 @@ self: { deepseq, hspec, mtl, - primitive, QuickCheck, - sparse-set, + vector, }: mkDerivation { pname = "aztecs"; - version = "0.14.0"; - sha256 = "0v9k2svhcrsj5gqwjrd4xhd4f3gxghwjr7mnb6ifbilw17h86651"; - isLibrary = true; - isExecutable = true; + version = "0.17.1"; + sha256 = "0cv2qxly5i4fisxb27a6k8m5y5j38p1fvv9mnb4wl0bzc3c5xibl"; libraryHaskellDepends = [ base containers - deepseq - mtl - primitive - sparse-set - ]; - executableHaskellDepends = [ - base mtl + vector ]; testHaskellDepends = [ base @@ -95520,13 +95515,13 @@ self: { deepseq hspec QuickCheck + vector ]; benchmarkHaskellDepends = [ base criterion deepseq - primitive - sparse-set + vector ]; description = "A modular game engine and Entity-Component-System (ECS) for Haskell"; license = lib.licensesSpdx."BSD-3-Clause"; @@ -95560,6 +95555,105 @@ self: { } ) { }; + aztecs-gl = callPackage ( + { + mkDerivation, + aztecs, + aztecs-glfw, + aztecs-transform, + base, + bytestring, + containers, + GLFW-b, + JuicyPixels, + OpenGL, + vector, + }: + mkDerivation { + pname = "aztecs-gl"; + version = "0.3.0"; + sha256 = "0iqgpipd95apznipnb1jcyja3jpycdnihh1a7vilvr564a714xz5"; + libraryHaskellDepends = [ + aztecs + aztecs-glfw + aztecs-transform + base + bytestring + containers + GLFW-b + JuicyPixels + OpenGL + vector + ]; + testHaskellDepends = [ base ]; + description = "OpenGL rendering for Aztecs"; + license = lib.licensesSpdx."BSD-3-Clause"; + } + ) { }; + + aztecs-gl-text = callPackage ( + { + mkDerivation, + aztecs, + aztecs-gl, + base, + containers, + freetype2, + linear, + OpenGL, + vector, + }: + mkDerivation { + pname = "aztecs-gl-text"; + version = "0.1.0"; + sha256 = "1qbd7yhndnlq5lppwq49s43l02sp1235mrzvgq22lghw7p3xwrvq"; + libraryHaskellDepends = [ + aztecs + aztecs-gl + base + containers + freetype2 + linear + OpenGL + vector + ]; + testHaskellDepends = [ base ]; + description = "OpenGL text rendering for Aztecs"; + license = lib.licensesSpdx."BSD-3-Clause"; + } + ) { }; + + aztecs-glfw = callPackage ( + { + mkDerivation, + aztecs, + base, + containers, + GLFW-b, + }: + mkDerivation { + pname = "aztecs-glfw"; + version = "0.2.0"; + sha256 = "0jgcfp6pcfbw3mjwlndlg64xm7wmpwnknfks1rdx8cjkd9zgkady"; + isLibrary = true; + isExecutable = true; + libraryHaskellDepends = [ + aztecs + base + containers + GLFW-b + ]; + executableHaskellDepends = [ + aztecs + base + ]; + testHaskellDepends = [ base ]; + description = "GLFW backed for Aztecs"; + license = lib.licensesSpdx."BSD-3-Clause"; + mainProgram = "aztecs-glfw"; + } + ) { }; + aztecs-hierarchy = callPackage ( { mkDerivation, @@ -95705,23 +95799,21 @@ self: { { mkDerivation, aztecs, - aztecs-hierarchy, base, + containers, linear, - mtl, }: mkDerivation { pname = "aztecs-transform"; - version = "0.2.0.0"; - sha256 = "0nbq24ksbk2xx4yx7lqkr23ky857bn75mv9bkmrndzpdg0fy9yk3"; + version = "0.3.2"; + sha256 = "1crd8v02bbm23n2janrbzz5y6vzgz6nzy3p9bc0kgzwv15164myk"; libraryHaskellDepends = [ aztecs - aztecs-hierarchy base + containers linear - mtl ]; - description = "A type-safe and friendly Entity-Component-System (ECS) for Haskell"; + description = "Transform components for Aztecs"; license = lib.licensesSpdx."BSD-3-Clause"; hydraPlatforms = lib.platforms.none; } @@ -97367,39 +97459,6 @@ self: { ) { }; bank-holiday-germany = callPackage ( - { - mkDerivation, - base, - doctest, - hedgehog, - hspec, - hspec-hedgehog, - time, - }: - mkDerivation { - pname = "bank-holiday-germany"; - version = "2.1.0.1"; - sha256 = "17mfcdm55bh8a4a00khwvij5zc2iibr7hibw9fh5zz9yzywvqniw"; - revision = "2"; - editedCabalFile = "0fdsxnsnia0af09sy4p5npwnpy95y38rq7a70999i744jhcsrn3v"; - libraryHaskellDepends = [ - base - time - ]; - testHaskellDepends = [ - base - doctest - hedgehog - hspec - hspec-hedgehog - time - ]; - description = "German bank holidays and public holidays"; - license = lib.licensesSpdx."MIT"; - } - ) { }; - - bank-holiday-germany_2_1_0_2 = callPackage ( { mkDerivation, base, @@ -97427,7 +97486,6 @@ self: { ]; description = "German bank holidays and public holidays"; license = lib.licensesSpdx."MIT"; - hydraPlatforms = lib.platforms.none; } ) { }; @@ -97980,6 +98038,26 @@ self: { } ) { }; + base-compat_0_15_0 = callPackage ( + { + mkDerivation, + base, + ghc-prim, + }: + mkDerivation { + pname = "base-compat"; + version = "0.15.0"; + sha256 = "0ca5h8r1da7m1pw2s5mmah7gpgf2acv5i426j84ah84sfzblkajr"; + libraryHaskellDepends = [ + base + ghc-prim + ]; + description = "A compatibility layer for base"; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; + } + ) { }; + base-compat-batteries = callPackage ( { mkDerivation, @@ -98010,6 +98088,39 @@ self: { } ) { }; + base-compat-batteries_0_15_0 = callPackage ( + { + mkDerivation, + base, + base-compat, + ghc-prim, + hspec, + hspec-discover, + QuickCheck, + }: + mkDerivation { + pname = "base-compat-batteries"; + version = "0.15.0"; + sha256 = "1f2am604ndi9ghksk9003jly1m7i64mrm6l3ad0p30issg66q5jc"; + revision = "1"; + editedCabalFile = "1nhwq8klffz81km0wrdn8h7y7ldsckqw54fm2n19i5333j7f10yr"; + libraryHaskellDepends = [ + base + base-compat + ghc-prim + ]; + testHaskellDepends = [ + base + hspec + QuickCheck + ]; + testToolDepends = [ hspec-discover ]; + description = "base-compat with extra batteries"; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; + } + ) { }; + base-compat-constptr = callPackage ( { mkDerivation, base }: mkDerivation { @@ -98136,34 +98247,6 @@ self: { ) { }; base-orphans = callPackage ( - { - mkDerivation, - base, - ghc-prim, - hspec, - hspec-discover, - QuickCheck, - }: - mkDerivation { - pname = "base-orphans"; - version = "0.9.3"; - sha256 = "1n5bpwzgw8xg00p23prajw0bj08kxh2ri3821ib1943ir1wm18qp"; - libraryHaskellDepends = [ - base - ghc-prim - ]; - testHaskellDepends = [ - base - hspec - QuickCheck - ]; - testToolDepends = [ hspec-discover ]; - description = "Backwards-compatible orphan instances for base"; - license = lib.licenses.mit; - } - ) { }; - - base-orphans_0_9_4 = callPackage ( { mkDerivation, base, @@ -98184,7 +98267,6 @@ self: { testToolDepends = [ hspec-discover ]; description = "Backwards-compatible orphan instances for base"; license = lib.licenses.mit; - hydraPlatforms = lib.platforms.none; } ) { }; @@ -103118,8 +103200,8 @@ self: { pname = "bhoogle"; version = "0.1.4.4"; sha256 = "1z19h0jgnipj16rqbrflcjnqaslafq9bvwkyg8q0il76q7s4wyxa"; - revision = "5"; - editedCabalFile = "1ffiijfyb0k8mm5jiygvai1kgshnn53zagy2cdv3i4nvi88jsn3v"; + revision = "6"; + editedCabalFile = "1k302sip83cq06b82hv7sxy4vv2wjap8f07rqg7nnswl40gwkv8r"; isLibrary = false; isExecutable = true; executableHaskellDepends = [ @@ -103460,23 +103542,14 @@ self: { ) { }; bifunctor-classes-compat = callPackage ( - { - mkDerivation, - base, - base-orphans, - tagged, - transformers, - }: + { mkDerivation, base }: mkDerivation { pname = "bifunctor-classes-compat"; - version = "0.1"; - sha256 = "0by738hg600sf5dcbjsn9flpqn3bgam72036znxbml17rcw6xj9p"; - libraryHaskellDepends = [ - base - base-orphans - tagged - transformers - ]; + version = "0.1.1"; + sha256 = "16lvakpv50xq3xfmmsksg3ldl1kgh59wgnv1qq27dmflic5hx373"; + revision = "1"; + editedCabalFile = "126417ws739lxmlqrwzmz50701qwslccwmbwh6dll75arapyyhib"; + libraryHaskellDepends = [ base ]; doHaddock = false; description = "Compatibility package for the Bifunctor, Bifoldable, and Bitraversable classes"; license = lib.licenses.bsd3; @@ -103501,6 +103574,8 @@ self: { pname = "bifunctors"; version = "5.6.3"; sha256 = "0p0iv1akpmxv4dhsn2sagdlzv9063hzxfh2ha067hk1g09zkaymd"; + revision = "1"; + editedCabalFile = "0vj6crkqj6nf57bvzdb9795kaabbk2ha3b4fciqdvn8ynxnxdwaq"; libraryHaskellDepends = [ assoc base @@ -110755,16 +110830,13 @@ self: { colour, containers, data-default-class, - fail, http-types, kansas-comet, mime-types, scotty, - semigroups, stm, text, text-show, - transformers, vector, wai, wai-extra, @@ -110772,10 +110844,10 @@ self: { }: mkDerivation { pname = "blank-canvas"; - version = "0.7.4"; - sha256 = "1qm0ms3jk8m5zv81lh3pn5n04afyq7bpn9lc137ddmm9blnkzndi"; - revision = "7"; - editedCabalFile = "06knam8p11j08cgxjrnfysrbzgp8fabh651xna0ygpfffylbj9qc"; + version = "0.7.5"; + sha256 = "0i3qkhfc0dqm0dn2n9f3f54i6wfayrg2n4ijnh0cv3jzyci2sp5x"; + revision = "1"; + editedCabalFile = "03ivkf7gb6nk8i178lg77ydcmfahiywc6lw50ya8ky59vzvsqayp"; enableSeparateDataOutput = true; libraryHaskellDepends = [ aeson @@ -110786,16 +110858,13 @@ self: { colour containers data-default-class - fail http-types kansas-comet mime-types scotty - semigroups stm text text-show - transformers vector wai wai-extra @@ -113176,12 +113245,12 @@ self: { } ) { }; - bluefin_0_2_5_0 = callPackage ( + bluefin_0_2_6_0 = callPackage ( { mkDerivation, bluefin-internal }: mkDerivation { pname = "bluefin"; - version = "0.2.5.0"; - sha256 = "0qj8yrq26zl93wkkd8y2szq4c5rcw6nja7dgn8f6548s33cplivs"; + version = "0.2.6.0"; + sha256 = "0fdlj319kny23giacwha56xb3z482hjybpjjrqfsv1aqwzvaw4si"; libraryHaskellDepends = [ bluefin-internal ]; description = "The Bluefin effect system"; license = lib.licensesSpdx."MIT"; @@ -113276,7 +113345,7 @@ self: { } ) { }; - bluefin-internal_0_3_3_0 = callPackage ( + bluefin-internal_0_3_4_0 = callPackage ( { mkDerivation, async, @@ -113288,10 +113357,8 @@ self: { }: mkDerivation { pname = "bluefin-internal"; - version = "0.3.3.0"; - sha256 = "0khflfc5dkgci2bpcr3jyg71090y18519z5iswrfvyjh1fl1206s"; - revision = "1"; - editedCabalFile = "183r4a8qjk0wf1s6zz3hfkx82jnxalgx0f1whnjrqzvvpv93cw0y"; + version = "0.3.4.0"; + sha256 = "0cg8d3rhy23rwn14p8j6cz1xjfsal1j6ij05h3kw2bla7alcjig0"; libraryHaskellDepends = [ async base @@ -116103,54 +116170,6 @@ self: { ) { }; box = callPackage ( - { - mkDerivation, - async, - base, - bytestring, - containers, - contravariant, - dlist, - doctest-parallel, - exceptions, - kan-extensions, - mtl, - profunctors, - semigroupoids, - stm, - text, - time, - }: - mkDerivation { - pname = "box"; - version = "0.9.3.3"; - sha256 = "1gn8hrq6f32jp91ckbz1bizhbpbm2a2wkh1id6ngdhdfxs7zx3di"; - libraryHaskellDepends = [ - async - base - bytestring - containers - contravariant - dlist - exceptions - kan-extensions - mtl - profunctors - semigroupoids - stm - text - time - ]; - testHaskellDepends = [ - base - doctest-parallel - ]; - description = "A profunctor effect system?"; - license = lib.licensesSpdx."BSD-3-Clause"; - } - ) { }; - - box_0_9_4_0 = callPackage ( { mkDerivation, async, @@ -116190,7 +116209,6 @@ self: { ]; description = "A profunctor effect system?"; license = lib.licensesSpdx."BSD-3-Clause"; - hydraPlatforms = lib.platforms.none; } ) { }; @@ -116228,7 +116246,6 @@ self: { base, box, bytestring, - doctest-parallel, network-simple, optparse-applicative, profunctors, @@ -116237,8 +116254,8 @@ self: { }: mkDerivation { pname = "box-socket"; - version = "0.5.2.1"; - sha256 = "0g2mw17s88z84268rdnv8jxpdrn9ix4bjk1bwc4w0krf7q750i75"; + version = "0.5.3.0"; + sha256 = "1389yip3az2ihfqxfkrhsxa1ah1lzk38f9sgig5r5ywqciigq3si"; isLibrary = true; isExecutable = true; libraryHaskellDepends = [ @@ -116255,10 +116272,6 @@ self: { base optparse-applicative ]; - testHaskellDepends = [ - base - doctest-parallel - ]; description = "Box websockets"; license = lib.licensesSpdx."BSD-3-Clause"; mainProgram = "box-socket"; @@ -116714,8 +116727,8 @@ self: { }: mkDerivation { pname = "breakpoint"; - version = "0.1.5.0"; - sha256 = "1x70c0m111557r947zcdgcrfsbnm0j4dzw3b885pxvfz7i58pysc"; + version = "0.1.5.1"; + sha256 = "0bwrcdz8wk72r8mm96jwyffxmpc0dnxb3d6959pfw6pspvk1mkn2"; libraryHaskellDepends = [ ansi-terminal base @@ -116949,6 +116962,8 @@ self: { pname = "brick"; version = "2.10"; sha256 = "08byr2w0697bdlnpycnb73f33v2as6sy7q9w9r8a2nhilv49yhmq"; + revision = "1"; + editedCabalFile = "0676jxx939xwhaqzf8zjz9vdl5jsx2zqvpclg34b3435n142hy2d"; isLibrary = true; isExecutable = true; libraryHaskellDepends = [ @@ -120583,8 +120598,8 @@ self: { }: mkDerivation { pname = "burrito"; - version = "2.0.1.14"; - sha256 = "1mywmf72rsj5p6mrg3454wsihlh1b26x4acb2gp0awx4bg96j09i"; + version = "2.0.1.16"; + sha256 = "13ls840xvpnnwnkm3cczvxps7nray98mlqv79wb1dibyv7m7nklz"; libraryHaskellDepends = [ base bytestring @@ -121265,6 +121280,51 @@ self: { } ) { }; + bv-sized_1_0_7 = callPackage ( + { + mkDerivation, + base, + bitwise, + bytestring, + deepseq, + hedgehog, + MonadRandom, + panic, + parameterized-utils, + random, + tasty, + tasty-hedgehog, + th-lift, + }: + mkDerivation { + pname = "bv-sized"; + version = "1.0.7"; + sha256 = "1hs83r58hxpchacrhhgvzkkx4vk50vz93njx6i1c93d14yaalysn"; + libraryHaskellDepends = [ + base + bitwise + bytestring + deepseq + panic + parameterized-utils + random + th-lift + ]; + testHaskellDepends = [ + base + bytestring + hedgehog + MonadRandom + parameterized-utils + tasty + tasty-hedgehog + ]; + description = "a bitvector datatype that is parameterized by the vector width"; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + } + ) { }; + bv-sized-lens = callPackage ( { mkDerivation, @@ -121859,51 +121919,6 @@ self: { ) { }; bytes = callPackage ( - { - mkDerivation, - base, - binary, - binary-orphans, - bytestring, - cereal, - containers, - hashable, - scientific, - text, - time, - transformers, - transformers-compat, - unordered-containers, - void, - }: - mkDerivation { - pname = "bytes"; - version = "0.17.4"; - sha256 = "14x3wnjg7ik1kh3vy9ahfal0hl86v8z3kj1h152364mf94j9macc"; - revision = "1"; - editedCabalFile = "0jhzp9ihka03fsgnjhhj3864p3zq500xqm2whjyvin3580wigc97"; - libraryHaskellDepends = [ - base - binary - binary-orphans - bytestring - cereal - containers - hashable - scientific - text - time - transformers - transformers-compat - unordered-containers - void - ]; - description = "Sharing code for serialization between binary and cereal"; - license = lib.licenses.bsd3; - } - ) { }; - - bytes_0_17_5 = callPackage ( { mkDerivation, base, @@ -121941,7 +121956,6 @@ self: { ]; description = "Sharing code for serialization between binary and cereal"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; } ) { }; @@ -124299,8 +124313,8 @@ self: { }: mkDerivation { pname = "cabal-appimage"; - version = "0.4.2.0"; - sha256 = "0vaxrp127anayn9zyk1icrzrq975f773fysn20ql1zs6msbwd9ca"; + version = "0.4.3.0"; + sha256 = "0j0r0px234b05k34b9p6mhjdgflgfyay0919d7j8sz78k1lrxpr1"; libraryHaskellDepends = [ base Cabal @@ -124904,7 +124918,7 @@ self: { } ) { }; - cabal-debian_5_4_3 = callPackage ( + cabal-debian_5_4_4 = callPackage ( { mkDerivation, base, @@ -124936,8 +124950,8 @@ self: { }: mkDerivation { pname = "cabal-debian"; - version = "5.4.3"; - sha256 = "1yqck2zjyfz832k9yddb9rj4hkp02y1qqazwy0ja7ikhqad4y0g8"; + version = "5.4.4"; + sha256 = "1q1wfq0m00b7hz9csncnbp176x8d901fk43hsziqjv3jdx99na0q"; isLibrary = true; isExecutable = true; libraryHaskellDepends = [ @@ -125561,8 +125575,8 @@ self: { }: mkDerivation { pname = "cabal-gild"; - version = "1.6.0.2"; - sha256 = "166ijl0lixglqpmif2934frdcxz8x6xp1ihfbi1j338mw6l212q2"; + version = "1.6.0.4"; + sha256 = "1ph40qnhwypdhgki9sxrwidaw5j7asg1gszir5myhpbpm7ygawcp"; isLibrary = true; isExecutable = true; libraryHaskellDepends = [ @@ -125598,6 +125612,64 @@ self: { } ) { }; + cabal-gild_1_7_0_1 = callPackage ( + { + mkDerivation, + base, + bytestring, + Cabal-syntax, + containers, + directory, + exceptions, + filepath, + filepattern, + hspec, + parsec, + pretty, + temporary, + text, + transformers, + }: + mkDerivation { + pname = "cabal-gild"; + version = "1.7.0.1"; + sha256 = "1r7bzwfacvjwvsdp1gbh91nrwsc7wlxd7kcnsmhxwkdc25m61yrp"; + isLibrary = true; + isExecutable = true; + libraryHaskellDepends = [ + base + bytestring + Cabal-syntax + containers + exceptions + filepath + filepattern + parsec + pretty + text + transformers + ]; + executableHaskellDepends = [ base ]; + testHaskellDepends = [ + base + bytestring + containers + directory + exceptions + filepath + filepattern + hspec + temporary + transformers + ]; + description = "Formats package descriptions"; + license = lib.licensesSpdx."MIT"; + hydraPlatforms = lib.platforms.none; + mainProgram = "cabal-gild"; + maintainers = [ lib.maintainers.turion ]; + } + ) { }; + cabal-graphdeps = callPackage ( { mkDerivation, @@ -129014,37 +129086,6 @@ self: { ) { inherit (pkgs) cairo; }; cairo-image = callPackage ( - { - mkDerivation, - base, - c-enum, - cairo, - primitive, - template-haskell, - }: - mkDerivation { - pname = "cairo-image"; - version = "0.1.0.5"; - sha256 = "13k7s3lpcb6mcc7ndyp139zr4xglfvhvx6d5ji2dxgk0s0nkj899"; - libraryHaskellDepends = [ - base - c-enum - primitive - template-haskell - ]; - libraryPkgconfigDepends = [ cairo ]; - testHaskellDepends = [ - base - c-enum - primitive - template-haskell - ]; - description = "Image for Cairo"; - license = lib.licenses.bsd3; - } - ) { inherit (pkgs) cairo; }; - - cairo-image_0_1_0_6 = callPackage ( { mkDerivation, base, @@ -129072,7 +129113,6 @@ self: { ]; description = "Image for Cairo"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; } ) { inherit (pkgs) cairo; }; @@ -137754,7 +137794,6 @@ self: { Color, containers, cubicbezier, - doctest-parallel, flatparse, formatn, harpie, @@ -137765,14 +137804,13 @@ self: { numhask-space, optics-core, random, - string-interpolate, text, time, }: mkDerivation { pname = "chart-svg"; - version = "0.8.2.1"; - sha256 = "0nxg8ggd7nslr585sag2zzgal6scs66sf5v42hrpjdslkqks85sl"; + version = "0.8.3.2"; + sha256 = "10lq0dqn0xdhk0wsx0v2lmakq733p0qg5gd4wwivyk989fbxmlgq"; libraryHaskellDepends = [ base bytestring @@ -137789,14 +137827,9 @@ self: { numhask-space optics-core random - string-interpolate text time ]; - testHaskellDepends = [ - base - doctest-parallel - ]; description = "Charting library targetting SVGs"; license = lib.licensesSpdx."BSD-3-Clause"; } @@ -140864,8 +140897,8 @@ self: { }: mkDerivation { pname = "cimple"; - version = "0.0.28"; - sha256 = "1f6g5ysf13y4p7nfx0zrpw4xhx8vjbbgbl90s12hs4ps8k3ch87i"; + version = "0.0.30"; + sha256 = "1x7dkkjiays4yc7j4bi35qgcn44gzanxzcrfrf517jwnykishyc0"; isLibrary = true; isExecutable = true; libraryHaskellDepends = [ @@ -140900,9 +140933,11 @@ self: { ]; testHaskellDepends = [ base + containers data-fix extra hspec + mtl prettyprinter prettyprinter-ansi-terminal QuickCheck @@ -142594,6 +142629,56 @@ self: { } ) { }; + claims-x12-dsl = callPackage ( + { + mkDerivation, + base, + containers, + Decimal, + hspec, + parsec, + QuickCheck, + text, + time, + }: + mkDerivation { + pname = "claims-x12-dsl"; + version = "0.1.0.0"; + sha256 = "1fyh2j1k52bp6wmm74bh88bc9g5086phd1bmvrn8rbchz8n559hp"; + isLibrary = true; + isExecutable = true; + libraryHaskellDepends = [ + base + containers + Decimal + parsec + text + time + ]; + executableHaskellDepends = [ + base + containers + Decimal + parsec + text + time + ]; + testHaskellDepends = [ + base + containers + Decimal + hspec + parsec + QuickCheck + text + time + ]; + description = "Type-safe DSL for healthcare claims validation and X12 processing"; + license = lib.licensesSpdx."BSD-3-Clause"; + mainProgram = "claims-x12-dsl-exe"; + } + ) { }; + clang-compilation-database = callPackage ( { mkDerivation, @@ -142899,6 +142984,8 @@ self: { pname = "clash-ghc"; version = "1.8.4"; sha256 = "1dgmqy5nm8fn55lmgd05akpkal46cydvbk0w6ian2z3979q4w4gb"; + revision = "1"; + editedCabalFile = "0pq4j5v7z94mr2v5gnivmcm03jr3z7xg16cz0hjqkrk2z2awrr2s"; isLibrary = true; isExecutable = true; libraryHaskellDepends = [ @@ -143246,8 +143333,8 @@ self: { pname = "clash-prelude"; version = "1.8.4"; sha256 = "0vc9vcqbh0i8xkm833nwxfmwxi47kzcajrh8nywymal2nsid1gby"; - revision = "1"; - editedCabalFile = "0jxnnzxkv1s43r4bpf8pxa2br9g5silf3a0rsni53wiiky3pc31i"; + revision = "2"; + editedCabalFile = "0y3czgr1rvnbrnh8y15wga0qpjbh8dih55qq376x6qm8pij9a78q"; libraryHaskellDepends = [ array arrows @@ -152508,8 +152595,8 @@ self: { pname = "comfort-array"; version = "0.5.5"; sha256 = "0jyhlxm64di682i2hwf1f1mw6f7xjwhb1ihnp8dh9vsg93hwik5i"; - revision = "1"; - editedCabalFile = "123q7i0zv3cl2218dkb9xcccf7j5kpw0awhgrj05gjhancfcdzcr"; + revision = "2"; + editedCabalFile = "1bwgcf8h114f8d0ppmkr92s1gp1iy2vvdwjkmjiyz71ab627ibjh"; libraryHaskellDepends = [ base bifunctors @@ -153544,14 +153631,11 @@ self: { indexed-traversable, tagged, transformers, - transformers-compat, }: mkDerivation { pname = "comonad"; - version = "5.0.9"; - sha256 = "12d7g3c2x1jb6jlmdgwdmi840z3p91b0l7fkfsdml1c0kas0xyv9"; - revision = "1"; - editedCabalFile = "0ly3cy3p99zvizspassk0wjnw9bz0spc11s69s790g2qpxwyvbbm"; + version = "5.0.10"; + sha256 = "1hgrjgwynnzhyznl82gfkj3w0ddzwfyp7sm4ca09ai2rpzr9swz9"; libraryHaskellDepends = [ base containers @@ -153559,7 +153643,6 @@ self: { indexed-traversable tagged transformers - transformers-compat ]; description = "Comonads"; license = lib.licenses.bsd3; @@ -159843,8 +159926,8 @@ self: { pname = "config-value"; version = "0.8.3"; sha256 = "0pkcwxg91wali7986k03d7q940hb078hlsxfknqhkp2spr3d1f3w"; - revision = "10"; - editedCabalFile = "1y6619hw62nk2am08z7s92ngrm5v9k8qp57xp73bwdjyb200dlvk"; + revision = "11"; + editedCabalFile = "1k26bmynzplq2nx9f50ch39hli6xk1qshva8fjml3cxixswklaz4"; libraryHaskellDepends = [ array base @@ -161271,7 +161354,6 @@ self: { binary, boring, deepseq, - ghc-prim, hashable, hspec, hspec-discover, @@ -161280,16 +161362,13 @@ self: { }: mkDerivation { pname = "constraints"; - version = "0.14.2"; - sha256 = "1y0rzl41wwkr3gqzf3ymf0mns86qkafamqindvcfq1qqbn09y92g"; - revision = "1"; - editedCabalFile = "1rx81r735ih046j4afgqlbmqlsf3zk2c5d8k9mj3gndasplm66iq"; + version = "0.14.3"; + sha256 = "1c3vsybgzd35rrydza7kjh1m92kb7hhamxfz61zii9imhk2gjjjq"; libraryHaskellDepends = [ base binary boring deepseq - ghc-prim hashable mtl transformers @@ -161304,6 +161383,43 @@ self: { } ) { }; + constraints_0_14_4 = callPackage ( + { + mkDerivation, + base, + binary, + boring, + deepseq, + hashable, + hspec, + hspec-discover, + mtl, + transformers, + }: + mkDerivation { + pname = "constraints"; + version = "0.14.4"; + sha256 = "0fbdpgc8s1km4axqcg8ljr1vzrgl8fzmmy3clymb97n32zi23040"; + libraryHaskellDepends = [ + base + binary + boring + deepseq + hashable + mtl + transformers + ]; + testHaskellDepends = [ + base + hspec + ]; + testToolDepends = [ hspec-discover ]; + description = "Constraint manipulation"; + license = lib.licensesSpdx."BSD-2-Clause"; + hydraPlatforms = lib.platforms.none; + } + ) { }; + constraints-deriving = callPackage ( { mkDerivation, @@ -162708,8 +162824,8 @@ self: { }: mkDerivation { pname = "contravariant"; - version = "1.5.5"; - sha256 = "1ynz89vfn7czxpa203zmdqknkvpylzzl9rlkpasx1anph1jxcbq6"; + version = "1.5.6"; + sha256 = "1qzgwqh7ilwsjws3f1ag4m67jayjk7zlrigzqzrd2pzfah1jdwv5"; libraryHaskellDepends = [ base StateVar @@ -163530,14 +163646,14 @@ self: { base, criterion, hspec, - linear, + ieee754, QuickCheck, template-haskell, }: mkDerivation { pname = "convert-units"; - version = "0"; - sha256 = "1bwivxq8farqzr2wmmnknnnrr8mv46i6kz1akackqvpl4d0n7cnm"; + version = "0.1"; + sha256 = "0qm42khbjaqamrxk4x5adyspdby2qzwnzx3sv7a6xijzyrbjv0w0"; libraryHaskellDepends = [ base template-haskell @@ -163545,7 +163661,7 @@ self: { testHaskellDepends = [ base hspec - linear + ieee754 QuickCheck template-haskell ]; @@ -163554,7 +163670,7 @@ self: { criterion template-haskell ]; - description = "Arithmetic and type checked conversions between units"; + description = "Statically typed unit conversions"; license = lib.licensesSpdx."BSD-3-Clause"; } ) { }; @@ -169529,6 +169645,8 @@ self: { pname = "criterion"; version = "1.6.4.1"; sha256 = "03danwzqimrnw39s91pxmya3jrb4wxvx0ijm3qr5mik8axn6z9af"; + revision = "1"; + editedCabalFile = "02sbckvbz107n369crcpb31jq4x6jw4kqvrkh3m03i8wn9bxbkis"; isLibrary = true; isExecutable = true; enableSeparateDataOutput = true; @@ -170246,8 +170364,8 @@ self: { }: mkDerivation { pname = "crucible"; - version = "0.8.0.0"; - sha256 = "0vvgxa0ah2hbnj2dh1iyc9i6wwq9qa01mzc8494wv6nj3hvcbn7y"; + version = "0.9"; + sha256 = "0p6bh7vwb8gjrglb9gq4ksw730cmm4ilk6y7yks8v35s5r5kym9a"; libraryHaskellDepends = [ async base @@ -170399,8 +170517,8 @@ self: { }: mkDerivation { pname = "crucible-llvm"; - version = "0.8.0.0"; - sha256 = "1nj45d75llj2laspiql6wzv54p5lv52x11ya06y0qgqcb0x8k4ai"; + version = "0.9"; + sha256 = "1mbh5mlhk3i65a1nf5lh7f9k3ggfk45hxl02jhw7z56vnap92k2f"; libraryHaskellDepends = [ attoparsec base @@ -170693,8 +170811,8 @@ self: { }: mkDerivation { pname = "crux"; - version = "0.8.0.0"; - sha256 = "09j0syp834xb968cjjjvlvqbyya5kavdd9xg726n064kbqj1kb5r"; + version = "0.9"; + sha256 = "0jr1xryxw584cd254rj5rlgx02cz8pkch2z2889w8mzi14dkb9h6"; libraryHaskellDepends = [ aeson ansi-terminal @@ -170784,8 +170902,8 @@ self: { }: mkDerivation { pname = "crux-llvm"; - version = "0.11.0.0"; - sha256 = "1jhygc1yxw847v9qzrc7a7nvx1q2kvsn2kps8qkvfhcf6g08kscs"; + version = "0.12"; + sha256 = "0mhbk96inp6cnwaj580sy2z96dri372jwzkmlkqg5624abf7sbxs"; isLibrary = true; isExecutable = true; enableSeparateDataOutput = true; @@ -172355,8 +172473,10 @@ self: { }: mkDerivation { pname = "cryptol"; - version = "3.4.0"; - sha256 = "1253c4rkv5i1kyvagyqxn94la0slsp7yvf0v4lkhlz1hzl6mfwsr"; + version = "3.5.0"; + sha256 = "111gzcqzrdmm0wqrrk850rbd2x1z00vxpzjcg0n8vcc3xwkc0hbk"; + revision = "1"; + editedCabalFile = "169lminzlpq2m0mkr76ljf8gjlix1rjf6q7jivria6a44629v1qy"; isLibrary = true; isExecutable = true; enableSeparateDataOutput = true; @@ -172464,7 +172584,6 @@ self: { bytestring, deepseq, gauge, - ghc-prim, integer-gmp, memory, random, @@ -172475,14 +172594,13 @@ self: { }: mkDerivation { pname = "crypton"; - version = "1.0.4"; - sha256 = "06h1qjvqd8gmiyzvh31sc061vcgns101l0774c44a8k44015925l"; + version = "1.0.5"; + sha256 = "111xhadds1nvi6kn87iirf1pb18469zq584b9dzlpx118xb5kwdk"; libraryHaskellDepends = [ base basement bytestring deepseq - ghc-prim integer-gmp memory ]; @@ -172508,6 +172626,57 @@ self: { } ) { }; + crypton_1_0_6 = callPackage ( + { + mkDerivation, + base, + basement, + bytestring, + deepseq, + gauge, + integer-gmp, + memory, + random, + tasty, + tasty-hunit, + tasty-kat, + tasty-quickcheck, + }: + mkDerivation { + pname = "crypton"; + version = "1.0.6"; + sha256 = "1rl25dszzfqahznrn5fd1lgyxca3dcgpl07566kvvw3dykkj6rcw"; + libraryHaskellDepends = [ + base + basement + bytestring + deepseq + integer-gmp + memory + ]; + testHaskellDepends = [ + base + bytestring + memory + tasty + tasty-hunit + tasty-kat + tasty-quickcheck + ]; + benchmarkHaskellDepends = [ + base + bytestring + deepseq + gauge + memory + random + ]; + description = "Cryptography Primitives sink"; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + } + ) { }; + crypton-asn1-encoding = callPackage ( { mkDerivation, @@ -172685,6 +172854,8 @@ self: { pname = "crypton-connection"; version = "0.4.5"; sha256 = "1pi56aw3yr4zjfvdrcp6q4vwggml040c5m6bdd916zzbjpqbkpdw"; + revision = "1"; + editedCabalFile = "04df18dicgdbqyccfnsbdn5n2q1sr805firlqp8qylhfdgyn27aj"; libraryHaskellDepends = [ base bytestring @@ -172815,6 +172986,57 @@ self: { } ) { }; + crypton-x509_1_8_0 = callPackage ( + { + mkDerivation, + base, + bytestring, + containers, + crypton, + crypton-asn1-encoding, + crypton-asn1-parse, + crypton-asn1-types, + crypton-pem, + memory, + mtl, + tasty, + tasty-quickcheck, + time-hourglass, + transformers, + }: + mkDerivation { + pname = "crypton-x509"; + version = "1.8.0"; + sha256 = "1kf2y6l25k0izvlmcafyi41nx3yx4w5jv82wi6b11shx5k8wds3w"; + libraryHaskellDepends = [ + base + bytestring + containers + crypton + crypton-asn1-encoding + crypton-asn1-parse + crypton-asn1-types + crypton-pem + memory + time-hourglass + transformers + ]; + testHaskellDepends = [ + base + bytestring + crypton + crypton-asn1-types + mtl + tasty + tasty-quickcheck + time-hourglass + ]; + description = "X509 reader and writer"; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + } + ) { }; + crypton-x509-store_1_6_11 = callPackage ( { mkDerivation, @@ -172882,10 +173104,8 @@ self: { }: mkDerivation { pname = "crypton-x509-store"; - version = "1.6.12"; - sha256 = "149wx24blr9b0pd1kaw14zl8li825hfdksyi47x1460zvxdsz86p"; - revision = "1"; - editedCabalFile = "1im0mbnshvp2f5279ca003f6vjna59yfiiphs7xggbk7fxs2iwab"; + version = "1.6.14"; + sha256 = "1d4dipa7by8zj913aag31swikpz4xznkfsq8d0f6ndvsciyvmpk8"; libraryHaskellDepends = [ asn1-encoding asn1-types @@ -172912,40 +173132,40 @@ self: { } ) { }; - crypton-x509-store_1_6_13 = callPackage ( + crypton-x509-store_1_8_0 = callPackage ( { mkDerivation, - asn1-encoding, - asn1-types, base, bytestring, containers, crypton, + crypton-asn1-encoding, + crypton-asn1-types, + crypton-pem, crypton-x509, directory, filepath, mtl, - pem, tasty, tasty-hunit, unix, }: mkDerivation { pname = "crypton-x509-store"; - version = "1.6.13"; - sha256 = "1zdffw8mxfsyyhbybfl3hiaywah6r0i1nr3h9snhs5x2pbfw4gsa"; + version = "1.8.0"; + sha256 = "0zps1xr2869syfqxr4jdf7wzby95w1fqk33nada33ws04qqshzd7"; libraryHaskellDepends = [ - asn1-encoding - asn1-types base bytestring containers crypton + crypton-asn1-encoding + crypton-asn1-types + crypton-pem crypton-x509 directory filepath mtl - pem unix ]; testHaskellDepends = [ @@ -172977,8 +173197,8 @@ self: { }: mkDerivation { pname = "crypton-x509-system"; - version = "1.6.7"; - sha256 = "1jilnr9715njlx1hqvg5lrsrwk12r04maypmh18di0sybwg2cdm4"; + version = "1.6.8"; + sha256 = "13hvl03d0nyx1j6q8yn4wa57mcp662j166yjdzdydzlgf0yi62z8"; libraryHaskellDepends = [ base bytestring @@ -172996,34 +173216,34 @@ self: { } ) { }; - crypton-x509-system_1_6_8 = callPackage ( + crypton-x509-system_1_8_0 = callPackage ( { mkDerivation, base, bytestring, containers, + crypton-pem, crypton-x509, crypton-x509-store, directory, filepath, mtl, - pem, process, }: mkDerivation { pname = "crypton-x509-system"; - version = "1.6.8"; - sha256 = "13hvl03d0nyx1j6q8yn4wa57mcp662j166yjdzdydzlgf0yi62z8"; + version = "1.8.0"; + sha256 = "0qv3a1sxblcw5mxn6h2c68qzwf9cdb9m3qqw5n0zm1n27gf26zxw"; libraryHaskellDepends = [ base bytestring containers + crypton-pem crypton-x509 crypton-x509-store directory filepath mtl - pem process ]; description = "Handle per-operating-system X.509 accessors and storage"; @@ -173032,6 +173252,50 @@ self: { } ) { }; + crypton-x509-util = callPackage ( + { + mkDerivation, + base, + bytestring, + crypton, + crypton-asn1-encoding, + crypton-asn1-types, + crypton-pem, + crypton-x509, + crypton-x509-store, + crypton-x509-system, + crypton-x509-validation, + directory, + memory, + time-hourglass, + }: + mkDerivation { + pname = "crypton-x509-util"; + version = "1.8.0"; + sha256 = "0kxl31z2rdmjjdd4i8ivb5i3sy5hdfj17ln0y339917ql5rcp16j"; + isLibrary = false; + isExecutable = true; + executableHaskellDepends = [ + base + bytestring + crypton + crypton-asn1-encoding + crypton-asn1-types + crypton-pem + crypton-x509 + crypton-x509-store + crypton-x509-system + crypton-x509-validation + directory + memory + time-hourglass + ]; + description = "Utility for X509 certificate and chain"; + license = lib.licenses.bsd3; + mainProgram = "crypton-x509-util"; + } + ) { }; + crypton-x509-validation = callPackage ( { mkDerivation, @@ -173091,6 +173355,66 @@ self: { } ) { }; + crypton-x509-validation_1_8_0 = callPackage ( + { + mkDerivation, + base, + bytestring, + containers, + crypton, + crypton-asn1-encoding, + crypton-asn1-types, + crypton-pem, + crypton-x509, + crypton-x509-store, + data-default, + iproute, + memory, + mtl, + tasty, + tasty-hunit, + time-hourglass, + }: + mkDerivation { + pname = "crypton-x509-validation"; + version = "1.8.0"; + sha256 = "0is9bbz6x002q473r80ddnr0v32h8kdmjk6hgvp5f8wi8iwjrmf3"; + libraryHaskellDepends = [ + base + bytestring + containers + crypton + crypton-asn1-encoding + crypton-asn1-types + crypton-pem + crypton-x509 + crypton-x509-store + data-default + iproute + memory + mtl + time-hourglass + ]; + testHaskellDepends = [ + base + bytestring + crypton + crypton-asn1-encoding + crypton-asn1-types + crypton-x509 + crypton-x509-store + data-default + memory + tasty + tasty-hunit + time-hourglass + ]; + description = "X.509 Certificate and CRL validation"; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + } + ) { }; + cryptonite = callPackage ( { mkDerivation, @@ -175037,8 +175361,8 @@ self: { pname = "cue-sheet"; version = "2.0.2"; sha256 = "0n8a5m5qlz8dz03sphj9pybfjfkc0gngpmh56h6idj88frn1z947"; - revision = "4"; - editedCabalFile = "1r2sf31lkmx5s48r7n0lcy2z1r2vkir8chnjcfd5hhjmpcbwrng1"; + revision = "5"; + editedCabalFile = "14pjkxxw0qlwn5srf780dlb8xrln0401z51nik3chh27ghrcn4ky"; enableSeparateDataOutput = true; libraryHaskellDepends = [ base @@ -175746,13 +176070,13 @@ self: { curryer-rpc = callPackage ( { mkDerivation, - asn1-types, async, base, binary, bytestring, containers, criterion, + crypton-asn1-types, crypton-x509, crypton-x509-store, crypton-x509-system, @@ -175777,22 +176101,23 @@ self: { text, time, tls, + unix, uuid, winery, }: mkDerivation { pname = "curryer-rpc"; - version = "0.5.0"; - sha256 = "1ksz7ixgaqhmxwf8kxixf4zm3d4mbrfd8wbpf0dbagv7870q565d"; + version = "0.5.1"; + sha256 = "168b34jf4f9a16fyx4lazmbcbbmkhmq75qy8hz56qgkvvvfgbn37"; isLibrary = true; isExecutable = true; libraryHaskellDepends = [ - asn1-types async base binary bytestring containers + crypton-asn1-types crypton-x509 crypton-x509-store crypton-x509-system @@ -175811,6 +176136,7 @@ self: { text time tls + unix uuid winery ]; @@ -177769,8 +178095,8 @@ self: { }: mkDerivation { pname = "dap"; - version = "0.3.1.0"; - sha256 = "0il9qcd7xss5vc9g9f5rni8bb8i5wzi8m6w6faq2357igf37n00v"; + version = "0.4.0.0"; + sha256 = "0nrk7r417706hgcfkh1a7v9bljwp4mkdq19nr27ixhbckj1qz6np"; libraryHaskellDepends = [ aeson aeson-pretty @@ -179570,33 +179896,6 @@ self: { ) { }; data-default = callPackage ( - { - mkDerivation, - base, - containers, - mtl, - }: - mkDerivation { - pname = "data-default"; - version = "0.8.0.1"; - sha256 = "1jmn83y7ss7896xvykpxxp4kfmvxa65avw0asg0z15i1xkl5s26f"; - revision = "1"; - editedCabalFile = "0vak67a186xb8fbvk4wkiyhr3dx0limdsi0q7zclysc3syjn8s21"; - libraryHaskellDepends = [ - base - containers - ]; - testHaskellDepends = [ - base - containers - mtl - ]; - description = "A class for types with a default value"; - license = lib.licensesSpdx."BSD-3-Clause"; - } - ) { }; - - data-default_0_8_0_2 = callPackage ( { mkDerivation, base, @@ -179618,7 +179917,6 @@ self: { ]; description = "A class for types with a default value"; license = lib.licensesSpdx."BSD-3-Clause"; - hydraPlatforms = lib.platforms.none; } ) { }; @@ -183339,12 +183637,14 @@ self: { criterion, directory, filepath, + Glob, granite, hashable, HUnit, mmap, parallel, process, + QuickCheck, random, random-shuffle, regex-tdfa, @@ -183353,6 +183653,7 @@ self: { template-haskell, text, time, + unix, unordered-containers, vector, vector-algorithms, @@ -183361,8 +183662,8 @@ self: { }: mkDerivation { pname = "dataframe"; - version = "0.4.0.5"; - sha256 = "1n9g1zz8xgpnknhvkglvn1zgxg79vfyvi8z5f6v28fsyzd6s7bdc"; + version = "0.4.1.0"; + sha256 = "1673idd2dvny2cih4a5wn21i6xc1a0z60y1vm8p1rlsm5b1vr4x0"; isLibrary = true; isExecutable = true; libraryHaskellDepends = [ @@ -183375,6 +183676,8 @@ self: { cassava containers directory + filepath + Glob granite hashable mmap @@ -183399,12 +183702,17 @@ self: { filepath process random + text time + unix vector ]; testHaskellDepends = [ base + containers + directory HUnit + QuickCheck random random-shuffle text @@ -183417,7 +183725,7 @@ self: { process ]; description = "A fast, safe, and intuitive DataFrame library"; - license = lib.licensesSpdx."GPL-3.0-or-later"; + license = lib.licensesSpdx."MIT"; hydraPlatforms = lib.platforms.none; broken = true; } @@ -187415,8 +187723,8 @@ self: { }: mkDerivation { pname = "deferred-folds"; - version = "0.9.18.7"; - sha256 = "1bkq05zzy1apvh9cmnj771xhrimx097ci1hs8bwv2zfkxisl9a6g"; + version = "0.9.18.10"; + sha256 = "18z14q0j2pwvgphwakrg8qgbn4db5h7nsvychla218argmz0fl2b"; libraryHaskellDepends = [ base bytestring @@ -187440,52 +187748,6 @@ self: { } ) { }; - deferred-folds_0_9_18_9 = callPackage ( - { - mkDerivation, - base, - bytestring, - containers, - foldl, - hashable, - primitive, - quickcheck-instances, - rerebase, - tasty, - tasty-quickcheck, - text, - transformers, - unordered-containers, - vector, - }: - mkDerivation { - pname = "deferred-folds"; - version = "0.9.18.9"; - sha256 = "1lnj232rc2ww3355rqzvcjfzp2c1i38i9dbfyvcdk101zjc0g6kk"; - libraryHaskellDepends = [ - base - bytestring - containers - foldl - hashable - primitive - text - transformers - unordered-containers - vector - ]; - testHaskellDepends = [ - quickcheck-instances - rerebase - tasty - tasty-quickcheck - ]; - description = "Abstractions over deferred folds"; - license = lib.licensesSpdx."MIT"; - hydraPlatforms = lib.platforms.none; - } - ) { }; - definitive-base = callPackage ( { mkDerivation, @@ -187888,8 +188150,8 @@ self: { }: mkDerivation { pname = "dejafu"; - version = "2.4.0.7"; - sha256 = "18507xbwxikgnj2b0rxpqkb543ml6nbq4f5qw1ivmlj23gkgmxml"; + version = "2.4.0.8"; + sha256 = "0xjk25dajyhqwf5ggxj7ppvdvhmgifl6fd6lbxlyy7ma1mn3kgpc"; libraryHaskellDepends = [ base concurrency @@ -190077,57 +190339,6 @@ self: { ) { }; deriving-compat = callPackage ( - { - mkDerivation, - base, - base-orphans, - containers, - ghc-boot-th, - ghc-prim, - hspec, - hspec-discover, - QuickCheck, - tagged, - template-haskell, - th-abstraction, - transformers, - transformers-compat, - void, - }: - mkDerivation { - pname = "deriving-compat"; - version = "0.6.7"; - sha256 = "1pzmqwjfd4j5bbcxl8xcgaxilmsfvcwak47rqkakn87n2c85zi6x"; - revision = "1"; - editedCabalFile = "0wmpl2falxhrksd8wf4p7amq5mlyawjpypysip4f1izcwq4vkvdl"; - libraryHaskellDepends = [ - base - containers - ghc-boot-th - ghc-prim - template-haskell - th-abstraction - transformers - transformers-compat - ]; - testHaskellDepends = [ - base - base-orphans - hspec - QuickCheck - tagged - template-haskell - transformers - transformers-compat - void - ]; - testToolDepends = [ hspec-discover ]; - description = "Backports of GHC deriving extensions"; - license = lib.licenses.bsd3; - } - ) { }; - - deriving-compat_0_6_8 = callPackage ( { mkDerivation, base, @@ -190159,7 +190370,6 @@ self: { testToolDepends = [ hspec-discover ]; description = "Backports of GHC deriving extensions"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; } ) { }; @@ -200277,7 +200487,6 @@ self: { { mkDerivation, base, - base-orphans, generic-deriving, hspec, hspec-discover, @@ -200286,13 +200495,10 @@ self: { }: mkDerivation { pname = "distributive"; - version = "0.6.2.1"; - sha256 = "14bb66qyfn43bj688igfvnfjw7iycjf4n2k38sm8rxbqw2916dfp"; - revision = "1"; - editedCabalFile = "033890dfyd23dh7g7px863l0hr1b881jnhv4kgwaq16a3iagb68g"; + version = "0.6.3"; + sha256 = "1ajb4vljfv196fzhcys05f6dbfbrddvbv9i47q3rp7yv4f505sxf"; libraryHaskellDepends = [ base - base-orphans tagged transformers ]; @@ -203407,6 +203613,7 @@ self: { hashable, hedgehog, hspec, + hspec-api, hspec-discover, hspec-expectations-pretty-diff, hspec-hedgehog, @@ -203416,6 +203623,7 @@ self: { monad-logger, mtl, optparse-applicative, + os-string, parser-combinators, pretty-terminal, process, @@ -203430,8 +203638,8 @@ self: { }: mkDerivation { pname = "dojang"; - version = "0.1.0"; - sha256 = "1bdyq39lphjlpc3agnbwdqvkqg8r4lmg7pzi87gd4kyx9wc8waw7"; + version = "0.2.0"; + sha256 = "0rx46glmms94nn0hp6nb5wb8gd6ma1md87pvyh7y3fa6nmai4v2y"; isLibrary = true; isExecutable = true; libraryHaskellDepends = [ @@ -203491,6 +203699,7 @@ self: { hashable hedgehog hspec + hspec-api hspec-discover hspec-expectations-pretty-diff hspec-hedgehog @@ -203500,6 +203709,7 @@ self: { monad-logger mtl optparse-applicative + os-string pretty-terminal random regex-tdfa @@ -203807,8 +204017,8 @@ self: { }: mkDerivation { pname = "domain-aeson"; - version = "0.1.1.2"; - sha256 = "01jg6psmpywkw76yf8gasiivkxigfnr2r3hapqrig34wl9ns3ags"; + version = "0.1.1.3"; + sha256 = "1a3salf5z30mii1wvj0rjrgshvd21779160xrj4dag4g78m3f6k2"; libraryHaskellDepends = [ aeson base @@ -204673,7 +204883,6 @@ self: { bytestring, chart-svg, containers, - doctest-parallel, flatparse, numhask-space, optics-core, @@ -204685,8 +204894,10 @@ self: { }: mkDerivation { pname = "dotparse"; - version = "0.1.3.0"; - sha256 = "1rhd4bd2796hl5w8p7hrqpwjaq76ma37k7578m4b1gzy4j6l0gqv"; + version = "0.1.4.0"; + sha256 = "1r0263f3zryvr4y714h185qqaw9mj9rfbyxb967h2prh1ilicvyk"; + revision = "1"; + editedCabalFile = "13gld9mih8pby566la70sdyf4l5gryls8nccvbwdlz1r8a8acrkk"; libraryHaskellDepends = [ algebraic-graphs base @@ -204702,10 +204913,6 @@ self: { text these ]; - testHaskellDepends = [ - base - doctest-parallel - ]; description = "dot language parsing and printing"; license = lib.licensesSpdx."BSD-3-Clause"; } @@ -207223,14 +207430,10 @@ self: { mkDerivation, base, bytestring, - Cabal, containers, - directory, duckdb, exceptions, - filepath, mtl, - process, tasty, tasty-expected-failure, tasty-hunit, @@ -207240,15 +207443,8 @@ self: { }: mkDerivation { pname = "duckdb-ffi"; - version = "1.4.1.3"; - sha256 = "1drn5raf1phaqbac3svkww0gs21h51sh1kpmwnvz0xxk5ksmp3lk"; - setupHaskellDepends = [ - base - Cabal - directory - filepath - process - ]; + version = "1.4.1.4"; + sha256 = "0qrd5r9lhyr5wqckbvm5733bgihda01qygc9xy59y9qfrrskyz20"; libraryHaskellDepends = [ base bytestring @@ -208274,6 +208470,39 @@ self: { } ) { }; + dvv = callPackage ( + { + mkDerivation, + base, + hashable, + hspec, + lattices, + QuickCheck, + unordered-containers, + }: + mkDerivation { + pname = "dvv"; + version = "0.1.1.0"; + sha256 = "0sdi830lm1i1vm3ws8m3h1i1ymfwg9nzvmfz0fnq03yg511krjz7"; + libraryHaskellDepends = [ + base + hashable + lattices + unordered-containers + ]; + testHaskellDepends = [ + base + hashable + hspec + lattices + QuickCheck + unordered-containers + ]; + description = "Dotted Version Vectors (DVV)"; + license = lib.licensesSpdx."MIT"; + } + ) { }; + dwarf = callPackage ( { mkDerivation, @@ -214288,7 +214517,7 @@ self: { } ) { }; - eliminators_0_9_6 = callPackage ( + eliminators_0_9_7 = callPackage ( { mkDerivation, base, @@ -214304,8 +214533,8 @@ self: { }: mkDerivation { pname = "eliminators"; - version = "0.9.6"; - sha256 = "1iw8x7y7g0fhswkmjwaar1xdiwly68rsxhj2bas03041k2hgkvvi"; + version = "0.9.7"; + sha256 = "195cyfghvw8gcpip7cbcbj3lzjkfzyj14chkyz7vw7i8081wh86i"; libraryHaskellDepends = [ base extra @@ -219049,8 +219278,8 @@ self: { }: mkDerivation { pname = "envy"; - version = "2.1.4.0"; - sha256 = "1gd975m8vwgvvgfa6q9gsq5b517zg0wndypiikz7xi55d5vsrydl"; + version = "2.1.5.0"; + sha256 = "15zs4ssnad13hp39h1xsbvgyns4a1m7rmg4wws7spp6r5dn2mjm3"; libraryHaskellDepends = [ base bytestring @@ -219344,62 +219573,20 @@ self: { ephemeral = callPackage ( { mkDerivation, - attoparsec, base, - box, - box-csv, - chart-svg, - concurrency, - doctest, - lens, - lucid, - mealy, - microlens, - moo, - mwc-probability, + free, numhask, - numhask-array, - numhask-space, - primitive, profunctors, - random, - text, - time, - transformers, - unordered-containers, }: mkDerivation { pname = "ephemeral"; - version = "0.0.1"; - sha256 = "1xxdifw1mcyfgz4749z136xqxmxbm26v0x0yk8238wm08i80y8fy"; + version = "0.0.2.0"; + sha256 = "06dy7fm9jhis8kipbyw8ca5xz8c880kyibfcfr4mf1ai3kjah7g7"; libraryHaskellDepends = [ - attoparsec base - box - box-csv - chart-svg - concurrency - lens - lucid - mealy - microlens - moo - mwc-probability + free numhask - numhask-array - numhask-space - primitive profunctors - random - text - time - transformers - unordered-containers - ]; - testHaskellDepends = [ - base - doctest - numhask ]; description = "See readme.md"; license = lib.licensesSpdx."BSD-3-Clause"; @@ -219772,6 +219959,8 @@ self: { pname = "equational-reasoning"; version = "0.7.1.0"; sha256 = "02m4gpjf5nffzsmdwmyz03sx22nydliv149bs6abld57vflcmwb4"; + revision = "1"; + editedCabalFile = "0431grrdnkkpb5asd7dc97qk6j8kklfx89cgpb0cij4sbb0k6vsh"; libraryHaskellDepends = [ base containers @@ -220066,8 +220255,8 @@ self: { }: mkDerivation { pname = "erebos-tester"; - version = "0.3.3"; - sha256 = "0xcwijr034dw5s4f6jyb727449wayyd31lv8afmfr49i0jmwhgay"; + version = "0.3.4"; + sha256 = "0ys9pqmsyvw0sfw5k7w1nkjxigsgw6azaksmafhfc0pzjk5qhhyh"; isLibrary = false; isExecutable = true; executableHaskellDepends = [ @@ -225272,6 +225461,65 @@ self: { } ) { }; + evm-opcodes_0_3_3 = callPackage ( + { + mkDerivation, + base, + bytestring, + cereal, + containers, + data-dword, + hedgehog, + hspec, + tasty, + tasty-bench, + tasty-discover, + tasty-hedgehog, + tasty-hspec, + text, + }: + mkDerivation { + pname = "evm-opcodes"; + version = "0.3.3"; + sha256 = "0davis4dikzv7vkmbc8dmw6cvxqciy078rka569chv1kwdfhxgbx"; + libraryHaskellDepends = [ + base + bytestring + cereal + containers + data-dword + text + ]; + testHaskellDepends = [ + base + bytestring + cereal + containers + data-dword + hedgehog + hspec + tasty + tasty-discover + tasty-hedgehog + tasty-hspec + text + ]; + testToolDepends = [ tasty-discover ]; + benchmarkHaskellDepends = [ + base + bytestring + cereal + containers + data-dword + tasty-bench + text + ]; + description = "Opcode types for Ethereum Virtual Machine (EVM)"; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; + } + ) { }; + evoke = callPackage ( { mkDerivation, @@ -225610,25 +225858,6 @@ self: { ) { }; exception-hierarchy = callPackage ( - { - mkDerivation, - base, - template-haskell, - }: - mkDerivation { - pname = "exception-hierarchy"; - version = "0.1.0.13"; - sha256 = "18pbkp82d6mlndx06b7sxwcacp41c342cqljmp2iksa05kwrdzny"; - libraryHaskellDepends = [ - base - template-haskell - ]; - description = "Exception type hierarchy with TemplateHaskell"; - license = lib.licenses.bsd3; - } - ) { }; - - exception-hierarchy_0_1_0_14 = callPackage ( { mkDerivation, base, @@ -225644,7 +225873,6 @@ self: { ]; description = "Exception type hierarchy with TemplateHaskell"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; } ) { }; @@ -225853,7 +226081,7 @@ self: { } ) { }; - exceptions_0_10_11 = callPackage ( + exceptions_0_10_12 = callPackage ( { mkDerivation, base, @@ -225868,8 +226096,8 @@ self: { }: mkDerivation { pname = "exceptions"; - version = "0.10.11"; - sha256 = "1v3gyzy3yjs4ph6jz97ivgddy0saa3rkmxsxfm9fdp7mzlb2z9ai"; + version = "0.10.12"; + sha256 = "08xz6j33l1zy6vihsiggn1p2pxp3yn974n4ssch1b5mz14xj8djk"; libraryHaskellDepends = [ base mtl @@ -225885,7 +226113,6 @@ self: { tasty tasty-hunit tasty-quickcheck - template-haskell transformers ]; description = "Extensible optionally-pure exceptions"; @@ -232552,35 +232779,6 @@ self: { ) { }; fcf-family = callPackage ( - { - mkDerivation, - base, - containers, - first-class-families, - template-haskell, - }: - mkDerivation { - pname = "fcf-family"; - version = "0.2.0.2"; - sha256 = "1hkvki5gjqz531rxvpby9mzdn5wsrwwcd4dkf6k4mvay174cnnqg"; - revision = "1"; - editedCabalFile = "0r4g2zyvb0dflsp9g235zarjg999gm5plc5rhr1xf2f696yw9l81"; - libraryHaskellDepends = [ - base - containers - first-class-families - template-haskell - ]; - testHaskellDepends = [ - base - first-class-families - ]; - description = "Family of families: featherweight defunctionalization"; - license = lib.licensesSpdx."MIT"; - } - ) { }; - - fcf-family_0_2_0_3 = callPackage ( { mkDerivation, base, @@ -232604,7 +232802,6 @@ self: { ]; description = "Family of families: featherweight defunctionalization"; license = lib.licensesSpdx."MIT"; - hydraPlatforms = lib.platforms.none; } ) { }; @@ -235965,6 +236162,45 @@ self: { } ) { }; + file-io_0_2_0 = callPackage ( + { + mkDerivation, + base, + bytestring, + deepseq, + directory, + filepath, + tasty, + tasty-hunit, + temporary, + unix, + }: + mkDerivation { + pname = "file-io"; + version = "0.2.0"; + sha256 = "1rxbbmbm10p36ilniksy05l2j3pz35x9wxv4c57137vwbn8ghxcf"; + libraryHaskellDepends = [ + base + bytestring + deepseq + filepath + unix + ]; + testHaskellDepends = [ + base + bytestring + directory + filepath + tasty + tasty-hunit + temporary + ]; + description = "Basic file IO operations via 'OsPath'"; + license = lib.licensesSpdx."BSD-3-Clause"; + hydraPlatforms = lib.platforms.none; + } + ) { }; + file-location = callPackage ( { mkDerivation, @@ -236155,16 +236391,15 @@ self: { filepath, fsnotify, hspec, - mtl, stm, - strict-base-types, + strict, temporary, time, }: mkDerivation { pname = "filecache"; - version = "0.5.2"; - sha256 = "1h7l5r5dlb793in1jqfic4j5rbvp0xj9hr2a34h17lbmp7fs5k0r"; + version = "0.5.3"; + sha256 = "0gqp2gsvcxnfbl6lx4ya5bw07dy9sl3rbhqqn71nj1n6lfsb9wvb"; libraryHaskellDepends = [ base containers @@ -236172,9 +236407,8 @@ self: { exceptions filepath fsnotify - mtl stm - strict-base-types + strict time ]; testHaskellDepends = [ @@ -236329,7 +236563,7 @@ self: { } ) { }; - filepath_1_5_4_0 = callPackage ( + filepath_1_5_5_0 = callPackage ( { mkDerivation, base, @@ -236339,6 +236573,7 @@ self: { generic-deriving, generic-random, os-string, + QuickCheck, quickcheck-classes-base, tasty, tasty-bench, @@ -236347,10 +236582,8 @@ self: { }: mkDerivation { pname = "filepath"; - version = "1.5.4.0"; - sha256 = "1bswvf1hrsslb8xlwvsccz12h5habrdpqq4zgcyjg4zm6b28dajl"; - revision = "1"; - editedCabalFile = "0b7hmqygr29ppazwbmrrl60bshpqg7zhvzq5g4wl3pgj19iw55ql"; + version = "1.5.5.0"; + sha256 = "07kx9ax51r5ad8qdx79n506lh6pi3wr4s61ishzjkkpz8c7zbrl7"; libraryHaskellDepends = [ base bytestring @@ -236366,6 +236599,7 @@ self: { generic-deriving generic-random os-string + QuickCheck quickcheck-classes-base tasty tasty-quickcheck @@ -238761,6 +238995,42 @@ self: { } ) { }; + fixed-vector_2_1_0_0 = callPackage ( + { + mkDerivation, + base, + deepseq, + doctest, + filemanip, + primitive, + tasty, + tasty-inspection-testing, + template-haskell, + }: + mkDerivation { + pname = "fixed-vector"; + version = "2.1.0.0"; + sha256 = "04nda87wy4zfs2crmajk9yv0kypk52kqf0vbsyalffw6h72rm0ag"; + libraryHaskellDepends = [ + base + deepseq + primitive + ]; + testHaskellDepends = [ + base + doctest + filemanip + primitive + tasty + tasty-inspection-testing + template-haskell + ]; + description = "Generic vectors with statically known size"; + license = lib.licensesSpdx."BSD-3-Clause"; + hydraPlatforms = lib.platforms.none; + } + ) { }; + fixed-vector-QC = callPackage ( { mkDerivation, @@ -238770,8 +239040,8 @@ self: { }: mkDerivation { pname = "fixed-vector-QC"; - version = "2.0.0.0"; - sha256 = "0yv4r93i26ak98h6qmd7crllbz33ys63yp5kigb9745271pi5ip7"; + version = "2.1.0.0"; + sha256 = "04gh0svia3q60al47fp994s1iyy7idblg8ax63c4z42ixmwga2wr"; libraryHaskellDepends = [ base fixed-vector @@ -238792,8 +239062,8 @@ self: { }: mkDerivation { pname = "fixed-vector-aeson"; - version = "2.0.0.0"; - sha256 = "0cdhdy0ay5044vxal8dhx9gqv07x8dd358n21vlas6s0kb6jxmvy"; + version = "2.1.0.0"; + sha256 = "0wpzk4jvwicqrn36kfn9fl45y9qmdjyfjsaxv1426nsvmrnvg4w1"; libraryHaskellDepends = [ aeson base @@ -238814,8 +239084,8 @@ self: { }: mkDerivation { pname = "fixed-vector-binary"; - version = "2.0.0.0"; - sha256 = "04fxpi7x7psfwdfr398l3y7x17qkm5hfjr444p29b0wbg89ldwwm"; + version = "2.1.0.0"; + sha256 = "19id0z8is2x1pxj58w70n0ndq302256gwriijp4f54v7k2c8ckrh"; libraryHaskellDepends = [ base binary @@ -238833,26 +239103,17 @@ self: { cborg, fixed-vector, serialise, - tasty, - tasty-quickcheck, }: mkDerivation { pname = "fixed-vector-cborg"; - version = "1.0.0.2"; - sha256 = "0rpdxkf0kmhrf7l1a7wvjxigg3yybmc3pcb5vxww57676qp0pm0d"; + version = "2.1.0.0"; + sha256 = "1dim11aa3fmmn95rc01da3525kjlcmdm16mm0ws0ivw6m329nwim"; libraryHaskellDepends = [ base cborg fixed-vector serialise ]; - testHaskellDepends = [ - base - fixed-vector - serialise - tasty - tasty-quickcheck - ]; description = "Binary instances for fixed-vector"; license = lib.licenses.bsd3; hydraPlatforms = lib.platforms.none; @@ -238869,8 +239130,8 @@ self: { }: mkDerivation { pname = "fixed-vector-cereal"; - version = "2.0.0.0"; - sha256 = "0pac616jkz2385yqzmrb71c4sqr4cvabw8rr9k316zygc89xy2jx"; + version = "2.1.0.0"; + sha256 = "1zlz1j90l8isabjm8vi8aly2b0gy5hgkkyl1njqdkkbz6v0xmgyj"; libraryHaskellDepends = [ base cereal @@ -239374,8 +239635,8 @@ self: { pname = "flac"; version = "0.2.1"; sha256 = "0ca41lyl21x9nrlnj5df4fbhycpsmfrl6fsd8pmza2wklx8zlv9d"; - revision = "3"; - editedCabalFile = "1s1x9dzzryccpsdyaqhivz5awlwrwqhmkfnvv58wpxqyjcc236jp"; + revision = "4"; + editedCabalFile = "1vc9ry902yvzblagqkw2041n4kaayk42i3b09y724c5svbn8mj79"; enableSeparateDataOutput = true; libraryHaskellDepends = [ base @@ -239896,8 +240157,8 @@ self: { }: mkDerivation { pname = "flat-tex"; - version = "0.8.1"; - sha256 = "1j6kjs1pl6lbcmkfwdxpa1m3bmb8ja53w9k99pzps5b9amdrcjgv"; + version = "0.8.2"; + sha256 = "16qpkrzpb1fn1mjwajd1hi5d5fmcmakzqbk9s9zhz50q7s742q1m"; isLibrary = false; isExecutable = true; executableHaskellDepends = [ @@ -240126,6 +240387,33 @@ self: { } ) { }; + flatcv = callPackage ( + { + mkDerivation, + base, + c2hs, + hspec, + vector, + }: + mkDerivation { + pname = "flatcv"; + version = "0.3.0.1"; + sha256 = "1z5gml04h9lzklfij5dby1s2ya7lvfjka4vzsr0r2fqhxqvhj741"; + libraryHaskellDepends = [ + base + vector + ]; + libraryToolDepends = [ c2hs ]; + testHaskellDepends = [ + base + hspec + vector + ]; + description = "Haskell bindings for FlatCV image processing library"; + license = lib.licensesSpdx."ISC"; + } + ) { }; + flatparse = callPackage ( { mkDerivation, @@ -240932,8 +241220,8 @@ self: { }: mkDerivation { pname = "flow"; - version = "2.0.0.9"; - sha256 = "1cvz65jq882f3ip9fwifdjjf6hx9vm1w21403z3hiiwc7i39zxqb"; + version = "2.0.0.11"; + sha256 = "1xq6jrg3czbgvslgwixm17lrxcp0lmpy87v9vij38vfcv9mvvp9y"; libraryHaskellDepends = [ base ]; testHaskellDepends = [ base @@ -242421,40 +242709,6 @@ self: { ) { }; fold-debounce = callPackage ( - { - mkDerivation, - base, - data-default, - hspec, - hspec-discover, - stm, - stm-delay, - time, - }: - mkDerivation { - pname = "fold-debounce"; - version = "0.2.0.16"; - sha256 = "0clc38mv6ss1js1b4lpyzx0z50f1hk2zl7ccx52yznid2a3ndw7p"; - libraryHaskellDepends = [ - base - data-default - stm - stm-delay - time - ]; - testHaskellDepends = [ - base - hspec - stm - time - ]; - testToolDepends = [ hspec-discover ]; - description = "Fold multiple events that happen in a given period of time"; - license = lib.licenses.bsd3; - } - ) { }; - - fold-debounce_0_2_0_17 = callPackage ( { mkDerivation, base, @@ -242485,51 +242739,10 @@ self: { testToolDepends = [ hspec-discover ]; description = "Fold multiple events that happen in a given period of time"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; } ) { }; fold-debounce-conduit = callPackage ( - { - mkDerivation, - base, - conduit, - fold-debounce, - hspec, - hspec-discover, - resourcet, - stm, - transformers, - transformers-base, - }: - mkDerivation { - pname = "fold-debounce-conduit"; - version = "0.2.0.8"; - sha256 = "17zyg28rhjlns7hs2yllhgc0c7srx2bajmwpx4d9anmkl0qi26dk"; - libraryHaskellDepends = [ - base - conduit - fold-debounce - resourcet - stm - transformers - transformers-base - ]; - testHaskellDepends = [ - base - conduit - hspec - resourcet - stm - transformers - ]; - testToolDepends = [ hspec-discover ]; - description = "Regulate input traffic from conduit Source with Control.FoldDebounce"; - license = lib.licenses.bsd3; - } - ) { }; - - fold-debounce-conduit_0_2_0_9 = callPackage ( { mkDerivation, base, @@ -242566,7 +242779,6 @@ self: { testToolDepends = [ hspec-discover ]; description = "Regulate input traffic from conduit Source with Control.FoldDebounce"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; } ) { }; @@ -242607,54 +242819,6 @@ self: { ) { }; foldable1-classes-compat = callPackage ( - { - mkDerivation, - base, - containers, - deepseq, - ghc-prim, - QuickCheck, - quickcheck-instances, - tagged, - tasty, - tasty-bench, - tasty-quickcheck, - transformers, - }: - mkDerivation { - pname = "foldable1-classes-compat"; - version = "0.1.2"; - sha256 = "1n6a8ga07gdwnhy485qzy23algcmnzppfcxfy8c6qipamn4hw5p3"; - revision = "2"; - editedCabalFile = "075wsm1ylbwpa0jk6b1z5z5slq1sfci81wfj2hk4ilxwl9c2n1fb"; - libraryHaskellDepends = [ - base - ghc-prim - tagged - ]; - testHaskellDepends = [ - base - containers - QuickCheck - quickcheck-instances - tasty - tasty-quickcheck - transformers - ]; - benchmarkHaskellDepends = [ - base - containers - deepseq - tasty-bench - transformers - ]; - doHaddock = false; - description = "Compatibility package for the Foldable1 and Bifoldable1 type classes"; - license = lib.licenses.bsd3; - } - ) { }; - - foldable1-classes-compat_0_1_3 = callPackage ( { mkDerivation, base, @@ -242699,7 +242863,6 @@ self: { doHaddock = false; description = "Compatibility package for the Foldable1 and Bifoldable1 type classes"; license = lib.licensesSpdx."BSD-3-Clause"; - hydraPlatforms = lib.platforms.none; } ) { }; @@ -243971,8 +244134,8 @@ self: { pname = "forma"; version = "1.2.0"; sha256 = "13kyggzlf156d3d3mj453jwmafyz74vk4bim3f30zxyd6syl3m5v"; - revision = "3"; - editedCabalFile = "0lh9dgi3m75078ijvc7s4c1bd1nr1l3v4w81l2455m6gydwsrrkd"; + revision = "4"; + editedCabalFile = "1kaxb0mpr46psvas9rk3yvqwmhbx0a90v8rxdzd4angwjxw4k1yi"; libraryHaskellDepends = [ aeson base @@ -244137,34 +244300,6 @@ self: { ) { }; formatn = callPackage ( - { - mkDerivation, - base, - containers, - doctest-parallel, - QuickCheck, - text, - }: - mkDerivation { - pname = "formatn"; - version = "0.3.2.0"; - sha256 = "082cakp1wwndb02ig387sc5r6dji27r6ahdbsvxvwmxfg52rqa2l"; - libraryHaskellDepends = [ - base - containers - text - ]; - testHaskellDepends = [ - base - doctest-parallel - QuickCheck - ]; - description = "Formatting of doubles"; - license = lib.licensesSpdx."BSD-3-Clause"; - } - ) { }; - - formatn_0_3_3_1 = callPackage ( { mkDerivation, base, @@ -244182,7 +244317,6 @@ self: { ]; description = "Formatting of doubles"; license = lib.licensesSpdx."BSD-3-Clause"; - hydraPlatforms = lib.platforms.none; } ) { }; @@ -246406,8 +246540,8 @@ self: { }: mkDerivation { pname = "freckle-app"; - version = "1.24.0.1"; - sha256 = "1hv8mgdr9qfwrl6a4p1kcqhxswqp8b513s2pf6qzsx370ynkw3c1"; + version = "1.25.0.1"; + sha256 = "12xyn2g38yrqgaziiqxw400gl6h0vdzk73dq1x1d867y9c8pxivd"; libraryHaskellDepends = [ aeson annotated-exception @@ -246490,6 +246624,8 @@ self: { bytestring cassava conduit + freckle-exception + freckle-prelude freckle-stats hs-opentelemetry-api hspec @@ -259948,8 +260084,8 @@ self: { }: mkDerivation { pname = "geojson"; - version = "4.1.1"; - sha256 = "16b5mvn4as3xi620n6wr3gfd138p48c4sif2bxqw915fwm4z10sl"; + version = "4.1.3"; + sha256 = "0m482a8a3d1v6a4bipy5hnwifay7ccvp9l9ivn6r13kwr06dizsh"; libraryHaskellDepends = [ aeson base @@ -260795,8 +260931,8 @@ self: { pname = "ghc-bignum-orphans"; version = "0.1.1"; sha256 = "1ns129cx6b2di2w66r38cwiirqcpkvwk6xn64hzbm202p73igim4"; - revision = "1"; - editedCabalFile = "0d7zmxnwv8ql6isp5hwwqkb5xxa2nla9fb9rn2zby9dxhb4hlkwy"; + revision = "2"; + editedCabalFile = "1gr6l11w32qbfc2i43ssb2nfqd9gzl4g0b1sha3axwhjdfsly6xv"; libraryHaskellDepends = [ base ghc-bignum @@ -264522,6 +264658,37 @@ self: { } ) { }; + ghc-syntax-highlighter_0_0_14_0 = callPackage ( + { + mkDerivation, + base, + ghc-lib-parser, + hspec, + hspec-discover, + text, + }: + mkDerivation { + pname = "ghc-syntax-highlighter"; + version = "0.0.14.0"; + sha256 = "1gi4rk3biqf60998am74i2rvvykg4hahh9z8qnx66zbllnm2krk2"; + enableSeparateDataOutput = true; + libraryHaskellDepends = [ + base + ghc-lib-parser + text + ]; + testHaskellDepends = [ + base + hspec + text + ]; + testToolDepends = [ hspec-discover ]; + description = "Syntax highlighter for Haskell using the lexer of GHC"; + license = lib.licensesSpdx."BSD-3-Clause"; + hydraPlatforms = lib.platforms.none; + } + ) { }; + ghc-tags_1_7 = callPackage ( { mkDerivation, @@ -264823,8 +264990,8 @@ self: { }: mkDerivation { pname = "ghc-tcplugin-api"; - version = "0.18.1.0"; - sha256 = "0nqcbilwzlvphbf5v902y84xx1f0h15bw2qnbh6zpcw97pbrliz5"; + version = "0.18.2.0"; + sha256 = "1xzx3f4rxhc8apbx8b0fsxxn3yjg5ap23nfanxvcq9s06695rj2c"; libraryHaskellDepends = [ array base @@ -265750,6 +265917,50 @@ self: { } ) { }; + ghci-quickfix = callPackage ( + { + mkDerivation, + async, + base, + deferred-folds, + directory, + foldl, + ghc, + process, + stm, + stm-containers, + tasty, + tasty-hunit, + text, + }: + mkDerivation { + pname = "ghci-quickfix"; + version = "0.1.0.0"; + sha256 = "1zgbj4klclfkrgzskjcj4ngf2hjsqw8g2fpcwl6zvwk9snz7hfhz"; + libraryHaskellDepends = [ + async + base + deferred-folds + directory + foldl + ghc + stm + stm-containers + text + ]; + testHaskellDepends = [ + async + base + directory + process + tasty + tasty-hunit + ]; + description = "GHC plugin that writes errors to a file for use with quickfix"; + license = lib.licensesSpdx."BSD-3-Clause"; + } + ) { }; + ghci-websockets = callPackage ( { mkDerivation, @@ -265939,6 +266150,7 @@ self: { Diff, directory, dlist, + edit-distance, enummapset, exceptions, extra, @@ -265970,6 +266182,7 @@ self: { parallel, prettyprinter, prettyprinter-ansi-terminal, + process, random, regex-tdfa, safe-exceptions, @@ -265990,8 +266203,8 @@ self: { }: mkDerivation { pname = "ghcide"; - version = "2.12.0.0"; - sha256 = "0m0a89ilkwcwpmjkp9jx4f40v3kn6cgjrmsws20blas6kcrjk68l"; + version = "2.13.0.0"; + sha256 = "0y78kl4gcqalv454jifwkhhjn1q2ml5z0r4zd9ym4qmqhxrcph0d"; isLibrary = true; isExecutable = true; libraryHaskellDepends = [ @@ -266013,6 +266226,7 @@ self: { Diff directory dlist + edit-distance enummapset exceptions extra @@ -266043,6 +266257,7 @@ self: { parallel prettyprinter prettyprinter-ansi-terminal + process random regex-tdfa safe-exceptions @@ -266915,6 +267130,8 @@ self: { pname = "ghcup"; version = "0.1.50.2"; sha256 = "1djhvm1iw5hff0cicg3kyi29hbhpk0klqia8sd8rp90wkb7ipfnx"; + revision = "1"; + editedCabalFile = "1hxldnqh5y9484an8inabf3ikjm2iyflj1bprphsillnpcawshpj"; isLibrary = true; isExecutable = true; libraryHaskellDepends = [ @@ -272013,8 +272230,6 @@ self: { mtl, network, network-bsd, - network-info, - network-multicast, network-uri, old-locale, optparse-applicative, @@ -272069,8 +272284,8 @@ self: { }: mkDerivation { pname = "git-annex"; - version = "10.20251215"; - sha256 = "17xn1mf6f785yc71ig7ayvhbvrrv2ysgjj2qdk17bw70xzhwbmxq"; + version = "10.20260115"; + sha256 = "0pi9zrw1dincw71ind4s7b3j7g1ji76bgh6rmvq5vhq30vbcy1v3"; configureFlags = [ "-fassistant" "-f-benchmark" @@ -272148,8 +272363,6 @@ self: { mtl network network-bsd - network-info - network-multicast network-uri old-locale optparse-applicative @@ -273850,8 +274063,8 @@ self: { }: mkDerivation { pname = "github-release"; - version = "2.0.0.14"; - sha256 = "1918vvxfya3b2zw56kbdblkbf5c524yz6m9d7bcr5rbpsx9fr9zh"; + version = "2.0.0.17"; + sha256 = "0vz4avcflyavwwgals33g217b385g0nz1zbqg2bbz3c4sqgmrnqb"; isLibrary = true; isExecutable = true; libraryHaskellDepends = [ @@ -276485,8 +276698,8 @@ self: { }: mkDerivation { pname = "glicko"; - version = "0.3.0.2"; - sha256 = "1vx9sk2w1914c7y7cr89yvps44xpd4n2pwnk3v337d8bqhanl1jp"; + version = "0.3.0.3"; + sha256 = "0v3l42wihnkb2f7hcvfrddq6gp4snx6bhmiirsrx7dg9hf7547w2"; libraryHaskellDepends = [ base containers @@ -276727,8 +276940,8 @@ self: { }: mkDerivation { pname = "glob-imports"; - version = "0.0.4.0"; - sha256 = "0znv081qzj3cpsc9js601s8m7bsnqflqcvccf4l3mkp0xbbzzwns"; + version = "0.0.5.0"; + sha256 = "14a47injxa8230ajbqcqg70963h74dgsjxzd3320br8dvrva6v14"; isLibrary = true; isExecutable = true; libraryHaskellDepends = [ @@ -281719,6 +281932,52 @@ self: { } ) { }; + golds-gym = callPackage ( + { + mkDerivation, + aeson, + base, + benchpress, + boxes, + bytestring, + directory, + filepath, + hspec, + hspec-core, + process, + statistics, + text, + time, + vector, + }: + mkDerivation { + pname = "golds-gym"; + version = "0.2.0.0"; + sha256 = "17jngahdl6kiaik3fmgj6glg00qhmi7jrdjrl4jdflicjrwwk99i"; + libraryHaskellDepends = [ + aeson + base + benchpress + boxes + bytestring + directory + filepath + hspec-core + process + statistics + text + time + vector + ]; + testHaskellDepends = [ + base + hspec + ]; + description = "Golden testing framework for performance benchmarks"; + license = lib.licensesSpdx."MIT"; + } + ) { }; + gooey = callPackage ( { mkDerivation, @@ -286055,61 +286314,6 @@ self: { ) { }; graphql = callPackage ( - { - mkDerivation, - base, - conduit, - containers, - exceptions, - hspec, - hspec-discover, - hspec-expectations, - hspec-megaparsec, - megaparsec, - parser-combinators, - QuickCheck, - text, - transformers, - unordered-containers, - vector, - }: - mkDerivation { - pname = "graphql"; - version = "1.5.0.1"; - sha256 = "0kx0pnf16zwdjxc1ig46mbv7px7r7v6xn6kmlypl0d73ik8jfzrq"; - libraryHaskellDepends = [ - base - conduit - containers - exceptions - megaparsec - parser-combinators - text - transformers - unordered-containers - vector - ]; - testHaskellDepends = [ - base - conduit - containers - exceptions - hspec - hspec-expectations - hspec-megaparsec - megaparsec - QuickCheck - text - unordered-containers - vector - ]; - testToolDepends = [ hspec-discover ]; - description = "Haskell GraphQL implementation"; - license = "MPL-2.0 AND BSD-3-Clause"; - } - ) { }; - - graphql_1_5_0_2 = callPackage ( { mkDerivation, base, @@ -286161,7 +286365,6 @@ self: { testToolDepends = [ hspec-discover ]; description = "Haskell GraphQL implementation"; license = "MPL-2.0 AND BSD-3-Clause"; - hydraPlatforms = lib.platforms.none; } ) { }; @@ -286370,6 +286573,65 @@ self: { } ) { }; + graphql-spice_1_0_7_0 = callPackage ( + { + mkDerivation, + aeson, + base, + conduit, + containers, + exceptions, + graphql, + hspec, + hspec-discover, + hspec-expectations, + megaparsec, + scientific, + template-haskell, + text, + time, + transformers, + unordered-containers, + vector, + }: + mkDerivation { + pname = "graphql-spice"; + version = "1.0.7.0"; + sha256 = "0f3g44mc8g9j644kq2zqag2n8gpb6h9rka0qd2par66c2sv5mw30"; + libraryHaskellDepends = [ + aeson + base + conduit + containers + exceptions + graphql + hspec-expectations + megaparsec + scientific + template-haskell + text + time + transformers + unordered-containers + vector + ]; + testHaskellDepends = [ + aeson + base + graphql + hspec + scientific + text + time + unordered-containers + ]; + testToolDepends = [ hspec-discover ]; + description = "GraphQL with batteries"; + license = lib.licensesSpdx."MPL-2.0"; + hydraPlatforms = lib.platforms.none; + } + ) { }; + graphql-utils = callPackage ( { mkDerivation, @@ -291491,10 +291753,8 @@ self: { }: mkDerivation { pname = "h-raylib"; - version = "5.5.3.1"; - sha256 = "1977pd0aqb9jiply9fyz1f5rw0vh6wpv8v2dyvk0awk8v5lbsaa0"; - revision = "1"; - editedCabalFile = "0zq58lnvkpg1mcx7f1jr12gzaj2qwmsva548k4l1nall7pv93h4m"; + version = "5.6.0.0"; + sha256 = "1ali2n1iwkxv36jjc25j8dv3i7jl74l62y5xcq1sjx493zgw9bh9"; isLibrary = true; isExecutable = true; enableSeparateDataOutput = true; @@ -297642,6 +297902,63 @@ self: { } ) { }; + hakyll-diagrams = callPackage ( + { + mkDerivation, + base, + base16-bytestring, + containers, + cryptohash-sha1, + data-default, + diagrams, + diagrams-core, + diagrams-lib, + diagrams-svg, + hakyll, + hint, + hspec, + HUnit, + pandoc-types, + split, + svg-builder, + tagsoup, + text, + }: + mkDerivation { + pname = "hakyll-diagrams"; + version = "0.1.0.2"; + sha256 = "172v6zinjpsjg8lzczjpabqmqhls5qma33qvxb6xipgry36rqh5z"; + libraryHaskellDepends = [ + base + base16-bytestring + cryptohash-sha1 + data-default + diagrams + diagrams-core + diagrams-lib + diagrams-svg + hakyll + hint + pandoc-types + split + svg-builder + text + ]; + testHaskellDepends = [ + base + containers + hakyll + hspec + HUnit + pandoc-types + tagsoup + text + ]; + description = "A Hakyll plugin for rendering diagrams figures from embedded Haskell code"; + license = lib.licensesSpdx."BSD-3-Clause"; + } + ) { }; + hakyll-dir-list = callPackage ( { mkDerivation, @@ -301684,6 +302001,34 @@ self: { } ) { }; + happy_2_2 = callPackage ( + { + mkDerivation, + base, + happy-lib, + process, + }: + mkDerivation { + pname = "happy"; + version = "2.2"; + sha256 = "1c2y9brklg7kf7nh2k4s94cs5ghwg7mc3mdrl6sjkg31kb4lb4rf"; + isLibrary = false; + isExecutable = true; + executableHaskellDepends = [ + base + happy-lib + ]; + testHaskellDepends = [ + base + process + ]; + description = "Happy is a parser generator for Haskell"; + license = lib.licenses.bsd2; + hydraPlatforms = lib.platforms.none; + mainProgram = "happy"; + } + ) { }; + happy-arbitrary = callPackage ( { mkDerivation, @@ -301836,6 +302181,34 @@ self: { } ) { }; + happy-lib_2_2 = callPackage ( + { + mkDerivation, + array, + base, + containers, + mtl, + transformers, + }: + mkDerivation { + pname = "happy-lib"; + version = "2.2"; + sha256 = "00rh3q7w0jlcxlrx9c2by050mvgnsjn982rqgiw0h85m28mndq6j"; + enableSeparateDataOutput = true; + libraryHaskellDepends = [ + array + base + containers + mtl + transformers + ]; + doHaddock = false; + description = "Happy is a parser generator for Haskell implemented using this library"; + license = lib.licensesSpdx."BSD-2-Clause"; + hydraPlatforms = lib.platforms.none; + } + ) { }; + happy-meta = callPackage ( { mkDerivation, @@ -302486,7 +302859,6 @@ self: { adjunctions, base, distributive, - doctest-parallel, first-class-families, prettyprinter, QuickCheck, @@ -302497,8 +302869,8 @@ self: { }: mkDerivation { pname = "harpie"; - version = "0.1.3.1"; - sha256 = "1wdr4jqfaqiy089hkgimaxhmrqh82cb73ycg6sl5bx22k871fjyr"; + version = "0.1.4.0"; + sha256 = "10y5g2ivdzgicsssfipg37nak2f8kv7r3lkfvhij4sj85ssjflv2"; isLibrary = true; isExecutable = true; libraryHaskellDepends = [ @@ -302518,12 +302890,48 @@ self: { base first-class-families ]; - testHaskellDepends = [ + description = "Haskell array programming"; + license = lib.licensesSpdx."BSD-3-Clause"; + mainProgram = "harpie-bug-issue1"; + } + ) { }; + + harpie_0_2_0_0 = callPackage ( + { + mkDerivation, + adjunctions, + base, + distributive, + first-class-families, + prettyprinter, + random, + vector, + vector-algorithms, + }: + mkDerivation { + pname = "harpie"; + version = "0.2.0.0"; + sha256 = "0ki1pbpjy8fqr8hp9krvk45yiqifkvjangqkhnxn3004rm679726"; + isLibrary = true; + isExecutable = true; + libraryHaskellDepends = [ + adjunctions base - doctest-parallel + distributive + first-class-families + prettyprinter + random + vector + vector-algorithms + ]; + executableHaskellDepends = [ + adjunctions + base + first-class-families ]; description = "Haskell array programming"; license = lib.licensesSpdx."BSD-3-Clause"; + hydraPlatforms = lib.platforms.none; mainProgram = "harpie-bug-issue1"; } ) { }; @@ -302533,7 +302941,6 @@ self: { mkDerivation, adjunctions, base, - doctest-parallel, first-class-families, harpie, numhask, @@ -302541,18 +302948,14 @@ self: { }: mkDerivation { pname = "harpie-numhask"; - version = "0.1.0.2"; - sha256 = "1vf21nbqrgws4lk6k1rhw00wccdskjl5cqdc9w0psgcdrq8xvprm"; + version = "0.1.1.0"; + sha256 = "1zj29m08cp1fgi1axi04id9r8dfk4k1a941il456rhpvsq1aip6q"; libraryHaskellDepends = [ adjunctions base first-class-families harpie numhask - ]; - testHaskellDepends = [ - base - doctest-parallel prettyprinter ]; description = "numhask shim for harpie"; @@ -302560,6 +302963,34 @@ self: { } ) { }; + harpie-numhask_0_2_0_0 = callPackage ( + { + mkDerivation, + adjunctions, + base, + first-class-families, + harpie, + numhask, + prettyprinter, + }: + mkDerivation { + pname = "harpie-numhask"; + version = "0.2.0.0"; + sha256 = "0xvnd8jkhdzbjmd6cjsnl6nznmccqmxkpsb9gpcxycwafbkpf6vm"; + libraryHaskellDepends = [ + adjunctions + base + first-class-families + harpie + numhask + prettyprinter + ]; + description = "numhask shim for harpie"; + license = lib.licensesSpdx."BSD-3-Clause"; + hydraPlatforms = lib.platforms.none; + } + ) { }; + harpy = callPackage ( { mkDerivation, @@ -306780,8 +307211,8 @@ self: { }: mkDerivation { pname = "haskell-ffprobe"; - version = "0.1.0.1"; - sha256 = "00b7pacn8bn7xhhznpbnnxzqjzf615winq6pnhs08yhawyvb0af3"; + version = "0.1.0.3"; + sha256 = "1c4lfmac3xka4c396qvbi6qrjr4i1nzvlbyqbzg1y8np480g222m"; libraryHaskellDepends = [ aeson base @@ -307617,14 +308048,11 @@ self: { ghc-boot, ghc-boot-th, ghc-exactprint, - ghc-lib-parser, - ghc-lib-parser-ex, ghcide, githash, hashable, hie-bios, hiedb, - hlint, hls-graph, hls-plugin-api, hls-test-utils, @@ -307649,7 +308077,6 @@ self: { process-extras, QuickCheck, random, - refact, regex-applicative, regex-tdfa, row-types, @@ -307670,7 +308097,6 @@ self: { tasty-quickcheck, tasty-rerun, template-haskell, - temporary, text, text-rope, time, @@ -307685,8 +308111,8 @@ self: { }: mkDerivation { pname = "haskell-language-server"; - version = "2.12.0.0"; - sha256 = "1la7kmpapzchypjarvy8vwjggxr4smaqfjpc1wfrgh3y3anb6s8p"; + version = "2.13.0.0"; + sha256 = "1hm5p40gkq3nh9dm7ws9nx3hpvykzq3prd2spyqrcgq390q8crxv"; isLibrary = true; isExecutable = true; libraryHaskellDepends = [ @@ -307714,14 +308140,11 @@ self: { ghc-boot ghc-boot-th ghc-exactprint - ghc-lib-parser - ghc-lib-parser-ex ghcide githash hashable hie-bios hiedb - hlint hls-graph hls-plugin-api hls-test-utils @@ -307741,7 +308164,6 @@ self: { prettyprinter process process-extras - refact regex-applicative regex-tdfa row-types @@ -307755,7 +308177,6 @@ self: { stylish-haskell syb template-haskell - temporary text text-rope time @@ -315424,7 +315845,7 @@ self: { } ) { }; - hasql_1_10_1 = callPackage ( + hasql_1_10_2 = callPackage ( { mkDerivation, aeson, @@ -315461,8 +315882,8 @@ self: { }: mkDerivation { pname = "hasql"; - version = "1.10.1"; - sha256 = "05767z4p67vvfxbr1rj4jyz0gwiz402v6syhjf42c4hhbj3fski0"; + version = "1.10.2"; + sha256 = "1l9la57k41v3swq7wfwrqwv07xvaawwdl0ycwhwwxgivs0smv40x"; libraryHaskellDepends = [ aeson attoparsec @@ -315773,7 +316194,7 @@ self: { } ) { }; - hasql-dynamic-statements_0_5 = callPackage ( + hasql-dynamic-statements_0_5_0_1 = callPackage ( { mkDerivation, base, @@ -315790,8 +316211,8 @@ self: { }: mkDerivation { pname = "hasql-dynamic-statements"; - version = "0.5"; - sha256 = "0iw6cwj7f057vpmnd3fwvvv9svvnyc1si88c3d5n6f46hl6z1icx"; + version = "0.5.0.1"; + sha256 = "13xjv3k9xykczp6rch4rvxzmxg6226grl4hfsak2322231qbc1n9"; libraryHaskellDepends = [ base bytestring @@ -315978,43 +316399,6 @@ self: { ) { }; hasql-implicits = callPackage ( - { - mkDerivation, - aeson, - base, - bytestring, - containers, - hasql, - iproute, - scientific, - text, - time, - uuid, - vector, - }: - mkDerivation { - pname = "hasql-implicits"; - version = "0.2.0.1"; - sha256 = "01qkb4fgi0i6h4gsdrfya9sl4flfvjhyilx5awpyay34nqfcs4rh"; - libraryHaskellDepends = [ - aeson - base - bytestring - containers - hasql - iproute - scientific - text - time - uuid - vector - ]; - description = "Implicit definitions for Hasql, such as default codecs for standard types"; - license = lib.licensesSpdx."MIT"; - } - ) { }; - - hasql-implicits_0_2_0_2 = callPackage ( { mkDerivation, aeson, @@ -316048,7 +316432,6 @@ self: { ]; description = "Implicit definitions for Hasql, such as default codecs for standard types"; license = lib.licensesSpdx."MIT"; - hydraPlatforms = lib.platforms.none; } ) { }; @@ -316747,6 +317130,35 @@ self: { } ) { }; + hasql-postgresql-types = callPackage ( + { + mkDerivation, + base, + hasql, + postgresql-types-algebra, + ptr-peeker, + ptr-poker, + tagged, + text-builder, + }: + mkDerivation { + pname = "hasql-postgresql-types"; + version = "0.1.0.1"; + sha256 = "0x1vdfqm1mg640cvsa6m4i37nnrrs6l5p076hx4gbmzjcv30xv21"; + libraryHaskellDepends = [ + base + hasql + postgresql-types-algebra + ptr-peeker + ptr-poker + tagged + text-builder + ]; + description = "Integration of \"hasql\" with \"postgresql-types\""; + license = lib.licensesSpdx."MIT"; + } + ) { }; + hasql-queue = callPackage ( { mkDerivation, @@ -316861,8 +317273,8 @@ self: { }: mkDerivation { pname = "hasql-resource-pool"; - version = "1.9.1.3"; - sha256 = "10hgwdpnd82yhsjflbskngwkjmkpp49qrvxspgka24ngp8q08zyz"; + version = "1.10.1.0"; + sha256 = "0nkpsj3zpr64qmr9va9cizq9wc118f8pmjch1g9gh8rdyv9lv5nv"; libraryHaskellDepends = [ base-prelude clock @@ -317154,11 +317566,10 @@ self: { } ) { }; - hasql-th_0_4_1_1 = callPackage ( + hasql-th_0_5 = callPackage ( { mkDerivation, base, - bytestring, containers, contravariant, foldl, @@ -317172,11 +317583,10 @@ self: { }: mkDerivation { pname = "hasql-th"; - version = "0.4.1.1"; - sha256 = "0q4mwmf5kwzbp7xagx53qn9jislbq8yk6p7l7q0bkwmvmx69mwhy"; + version = "0.5"; + sha256 = "0s8bc64ycxrsffcb59v2inj7s2qpf7ar3pcjgxcrd0dq6djqc5gd"; libraryHaskellDepends = [ base - bytestring containers contravariant foldl @@ -322424,8 +322834,8 @@ self: { { mkDerivation, base }: mkDerivation { pname = "heck"; - version = "1.0.0.0"; - sha256 = "1j318pv3afazvl7m65w2gbmhcddnyn3gxf25k36wkd6rlclzbnrh"; + version = "1.0.1.0"; + sha256 = "00lnlv0hwlsq5y5r0b2y0v18l7kcwbfn8w5gnphrw3rihdp70ik8"; libraryHaskellDepends = [ base ]; description = "Abstract unit test interface"; license = lib.licensesSpdx."0BSD"; @@ -322699,6 +323109,8 @@ self: { pname = "hedgehog"; version = "1.7"; sha256 = "0kjn3dxyhk55ayjd9m8acr8kxhbzc70piszkiy2gbnwqyyhbrqh9"; + revision = "1"; + editedCabalFile = "17k8m45craiwpfhp4kypnzxwkv7vzgsh9q99r3k3bzcxnfycqj8z"; libraryHaskellDepends = [ ansi-terminal async @@ -323673,8 +324085,8 @@ self: { pname = "hedn"; version = "0.3.0.4"; sha256 = "06js9mcif99k8bfyrsynlg1w5rjygydk5l0qhlrk6pa5v288a7wv"; - revision = "3"; - editedCabalFile = "0yaxvs2ywl1scpp2hjqlivhbxgd7qmn5ilzx8hzz59q1z9x075v4"; + revision = "4"; + editedCabalFile = "0svxilf3c540nvhlfwz0dc97sqn98w24k2gka92r74qd7663cpix"; libraryHaskellDepends = [ base containers @@ -325366,6 +325778,50 @@ self: { } ) { }; + henforcer = callPackage ( + { + mkDerivation, + base, + containers, + dlist, + filepattern, + ghc, + hedgehog, + optparse-applicative, + pollock, + tasty, + tasty-hedgehog, + text, + tomland, + }: + mkDerivation { + pname = "henforcer"; + version = "1.0.0.0"; + sha256 = "1mlavim9qvpxxadswx5nfkjb8qwrvs8jpx05h3hxm99baj4pa7bc"; + libraryHaskellDepends = [ + base + containers + dlist + filepattern + ghc + optparse-applicative + pollock + text + tomland + ]; + testHaskellDepends = [ + base + containers + hedgehog + tasty + tasty-hedgehog + ]; + doHaddock = false; + description = "GHC plugin to enforce user specified rules on code"; + license = lib.licensesSpdx."MIT"; + } + ) { }; + hepevt = callPackage ( { mkDerivation, @@ -325460,8 +325916,8 @@ self: { }: mkDerivation { pname = "heptapod"; - version = "1.1.0.1"; - sha256 = "19453ljazkgssj53ws2xlaln6kvr2fv1yh0crjx4zr17vl7pgc7x"; + version = "1.1.0.3"; + sha256 = "0vf6wff85z3r2gga9bqc1idvi7wf7sljzm0f8flm8y1bz9wi8i9d"; libraryHaskellDepends = [ base bytestring @@ -329975,8 +330431,8 @@ self: { pname = "hgmp"; version = "0.1.2.1"; sha256 = "08w0b6yla086vk802xqcqslpkqpjx2h2hc6l3jyymms77qyn70f6"; - revision = "2"; - editedCabalFile = "15n60g7bp59f6sbch4ww2k5dgjbghghw0k0jifn3rgiiki14gsxk"; + revision = "3"; + editedCabalFile = "1m4rhz6myq5bwysmcv4jsaayxfgfn6ka3dfxppnvxjgcrn4nd0zd"; libraryHaskellDepends = [ base ghc-bignum @@ -330529,6 +330985,82 @@ self: { } ) { }; + hic = callPackage ( + { + mkDerivation, + aeson, + base, + bytestring, + cimple, + containers, + data-fix, + groom, + hashable, + hspec, + hspec-discover, + mtl, + optparse-applicative, + prettyprinter, + prettyprinter-ansi-terminal, + process, + QuickCheck, + text, + transformers-compat, + }: + mkDerivation { + pname = "hic"; + version = "0.0.0.1"; + sha256 = "0y5gncc29ksdj2xmy737qyy2csni8wrhmps0mdkyxhnddzyhif2c"; + isLibrary = true; + isExecutable = true; + libraryHaskellDepends = [ + aeson + base + cimple + containers + data-fix + hashable + mtl + prettyprinter + prettyprinter-ansi-terminal + QuickCheck + text + transformers-compat + ]; + executableHaskellDepends = [ + aeson + base + bytestring + cimple + containers + data-fix + groom + optparse-applicative + prettyprinter + prettyprinter-ansi-terminal + process + text + ]; + testHaskellDepends = [ + base + cimple + containers + data-fix + groom + hspec + mtl + prettyprinter + prettyprinter-ansi-terminal + QuickCheck + text + ]; + testToolDepends = [ hspec-discover ]; + description = "High Integrity Cimple (Hic) inference and lowering"; + license = lib.licenses.gpl3Only; + mainProgram = "hic-check"; + } + ) { }; + hiccup = callPackage ( { mkDerivation, @@ -331058,8 +331590,8 @@ self: { }: mkDerivation { pname = "hiedb"; - version = "0.7.0.0"; - sha256 = "0mhajz4wlgdzg079r9dcrhkl6dx5fdwq2x1c892frq0gqd18k5ln"; + version = "0.8.0.0"; + sha256 = "0jfq70fidsfjja566idr9dlx7yvb4nhr14hkap1fxfnjkcrx0045"; isLibrary = true; isExecutable = true; libraryHaskellDepends = [ @@ -332218,6 +332750,7 @@ self: { bytestring, containers, convertible, + data-default, deepseq, deriving-aeson, exceptions, @@ -332230,6 +332763,7 @@ self: { pretty-simple, primitive, QuickCheck, + retry, safe, sydtest, text, @@ -332241,8 +332775,8 @@ self: { }: mkDerivation { pname = "himari"; - version = "1.0.4.0"; - sha256 = "0ishwlj4svmfzf9bviah6mb0mw21dq8mzm9n189y51y2q8hb0hfw"; + version = "1.0.5.0"; + sha256 = "1dg3sx3242yajxqcky6mmjjhhsc5qbyhdp3f06wgb9wphc1m13lg"; enableSeparateDataOutput = true; libraryHaskellDepends = [ aeson @@ -332251,6 +332785,7 @@ self: { bytestring containers convertible + data-default deepseq deriving-aeson exceptions @@ -332261,6 +332796,7 @@ self: { mtl pretty-simple primitive + retry safe text time @@ -332276,6 +332812,7 @@ self: { bytestring containers convertible + data-default deepseq deriving-aeson exceptions @@ -332287,6 +332824,7 @@ self: { pretty-simple primitive QuickCheck + retry safe sydtest text @@ -332477,8 +333015,8 @@ self: { }: mkDerivation { pname = "hindent"; - version = "6.2.1"; - sha256 = "0vhhbqlf4j17xqwln40z29vsv3r1rb0gd596skd1wkgljm124wrp"; + version = "6.3.0"; + sha256 = "0axbrrpqm4p8d43ypdsgi345xz7zbdll9a1zv235dia4cxk0mpv4"; isLibrary = true; isExecutable = true; enableSeparateDataOutput = true; @@ -338012,8 +338550,8 @@ self: { }: mkDerivation { pname = "hls-graph"; - version = "2.12.0.0"; - sha256 = "1z43wbyy41knmipc3yq8wg18nzbhygphk715xpmlg36xhgcwa85l"; + version = "2.13.0.0"; + sha256 = "0iwjiamckwkbxc7q20dqfiirpmr1krwav75rrqrjj7l9bnvdhjhs"; enableSeparateDataOutput = true; libraryHaskellDepends = [ aeson @@ -338294,8 +338832,8 @@ self: { }: mkDerivation { pname = "hls-plugin-api"; - version = "2.12.0.0"; - sha256 = "1s13cyvzndf2rlhxdw9kbhj2yrzjlxx2hq9b3gwdd1wrfn0ix1r1"; + version = "2.13.0.0"; + sha256 = "1804fbiwl0f8mnliwm6275gmc8yc03lf6qa6157fvi9aav37va3z"; libraryHaskellDepends = [ aeson base @@ -338762,8 +339300,8 @@ self: { }: mkDerivation { pname = "hls-test-utils"; - version = "2.12.0.0"; - sha256 = "0wqabmas8wkif93ffqw0818v6iha80c1vlr2jqxd86vkbpnl55ig"; + version = "2.13.0.0"; + sha256 = "19l3wv1jg9mi6rdbqdirk5qcwrl36v5lbs2brk6h2dfaj686gk4n"; libraryHaskellDepends = [ aeson async @@ -340065,8 +340603,8 @@ self: { }: mkDerivation { pname = "hmp3-ng"; - version = "2.17.2"; - sha256 = "1ybpn7gw7f1n6jpynvp9l36jz9h5iky6zhch7g303adc08n6hr95"; + version = "2.17.3"; + sha256 = "1afws7lm7c4bxwy31nrfq4li7ign1g6vdjk5qdrp9lv1xymsd4ly"; isLibrary = false; isExecutable = true; executableHaskellDepends = [ @@ -344112,6 +344650,122 @@ self: { } ) { }; + hoogle_5_0_19_0 = callPackage ( + { + mkDerivation, + aeson, + ansi-terminal, + base, + binary, + blaze-html, + blaze-markup, + bytestring, + Cabal-syntax, + cmdargs, + conduit, + conduit-extra, + containers, + crypton-connection, + data-default-class, + deepseq, + directory, + extra, + filepath, + ghc-lib-parser, + hackage-revdeps, + hashable, + haskell-src-exts, + http-conduit, + http-types, + js-flot, + js-jquery, + mmap, + old-locale, + process-extras, + QuickCheck, + resourcet, + safe, + storable-tuple, + tar, + template-haskell, + temporary, + text, + time, + transformers, + uniplate, + utf8-string, + vector, + wai, + wai-logger, + warp, + warp-tls, + zlib, + }: + mkDerivation { + pname = "hoogle"; + version = "5.0.19.0"; + sha256 = "05qv17pv0sg4gbmabzqn9fyh6lxjzckfiqbkgsfqp1imb5w3szd3"; + isLibrary = true; + isExecutable = true; + enableSeparateDataOutput = true; + libraryHaskellDepends = [ + aeson + ansi-terminal + base + binary + blaze-html + blaze-markup + bytestring + Cabal-syntax + cmdargs + conduit + conduit-extra + containers + crypton-connection + data-default-class + deepseq + directory + extra + filepath + ghc-lib-parser + hackage-revdeps + hashable + haskell-src-exts + http-conduit + http-types + js-flot + js-jquery + mmap + old-locale + process-extras + QuickCheck + resourcet + safe + storable-tuple + tar + template-haskell + temporary + text + time + transformers + uniplate + utf8-string + vector + wai + wai-logger + warp + warp-tls + zlib + ]; + executableHaskellDepends = [ base ]; + testFlags = [ "--no-net" ]; + description = "Haskell API Search"; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + mainProgram = "hoogle"; + } + ) { }; + hoogle-index = callPackage ( { mkDerivation, @@ -344197,6 +344851,8 @@ self: { pname = "hookup"; version = "0.8"; sha256 = "1p8mkb71bbs3lv7n1krcngaskn2s2icm3sl30qs8dsla7ww8afqm"; + revision = "1"; + editedCabalFile = "0z9q3y8zfnjz3snrzkqva1nl81l0v98zl542blayxhyhzkxb980i"; libraryHaskellDepends = [ async attoparsec @@ -345277,75 +345933,6 @@ self: { ) { }; horizontal-rule = callPackage ( - { - mkDerivation, - ansi-wl-pprint, - array, - base, - constraints, - containers, - data-default, - exceptions, - extra, - monad-control, - mtl, - optparse-applicative, - stm, - syb, - tasty, - tasty-hunit, - template-haskell, - terminal-size, - text, - time, - transformers-base, - unliftio, - }: - mkDerivation { - pname = "horizontal-rule"; - version = "0.7.0.0"; - sha256 = "0s4hf7frj1gc41v83qk8fgdfn49msmvhcfw6vjklx6w7b6pkfx9x"; - revision = "2"; - editedCabalFile = "02cql9yvsvbi6xf7kplidmxay7n70lxb1z2499vngn7197b6d5kh"; - isLibrary = true; - isExecutable = true; - libraryHaskellDepends = [ - base - terminal-size - text - ]; - executableHaskellDepends = [ - ansi-wl-pprint - base - optparse-applicative - text - time - ]; - testHaskellDepends = [ - array - base - constraints - containers - data-default - exceptions - extra - monad-control - mtl - stm - syb - tasty - tasty-hunit - template-haskell - transformers-base - unliftio - ]; - description = "horizontal rule for the terminal"; - license = lib.licensesSpdx."MIT"; - mainProgram = "hr"; - } - ) { }; - - horizontal-rule_0_7_1_0 = callPackage ( { mkDerivation, base, @@ -345382,7 +345969,6 @@ self: { ]; description = "horizontal rule for the terminal"; license = lib.licensesSpdx."MIT"; - hydraPlatforms = lib.platforms.none; mainProgram = "hr"; } ) { }; @@ -350152,6 +350738,306 @@ self: { } ) { }; + hs-hath = callPackage ( + { + mkDerivation, + aeson, + async, + base, + base64, + base64-bytestring, + binary, + bytestring, + case-insensitive, + co-log, + co-log-core, + co-log-polysemy, + conduit, + conduit-extra, + containers, + crypton, + crypton-connection, + crypton-x509, + crypton-x509-store, + cryptostore, + data-default-class, + dhall, + digest, + directory, + exceptions, + extra, + filepath, + ghc-prim, + hex-text, + hspec, + http-client, + http-client-tls, + http-conduit, + http-media, + http-types, + ini, + lrucache, + mason, + memory, + monad-control, + monad-loops, + mtl, + network, + network-uri, + optparse-applicative, + polysemy, + polysemy-zoo, + process, + recv, + relude, + resourcet, + retry, + safe-exceptions, + servant, + servant-client, + servant-client-core, + servant-server, + sqlite-simple, + stm, + streaming-commons, + string-interpolate, + suspend, + template-haskell, + temporary, + text, + time, + time-units, + timers, + tls, + tls-session-manager, + transformers, + unix, + unliftio, + unliftio-core, + unordered-containers, + wai, + wai-extra, + warp, + xml-conduit, + }: + mkDerivation { + pname = "hs-hath"; + version = "1.1.1"; + sha256 = "11l0q99d9a5ynhxxbqk1vfhjxbzrqkvy7wln4ygkwmxd4y3cf1rg"; + isLibrary = true; + isExecutable = true; + libraryHaskellDepends = [ + aeson + async + base + base64 + base64-bytestring + binary + bytestring + case-insensitive + co-log + co-log-core + co-log-polysemy + conduit + conduit-extra + containers + crypton + crypton-connection + crypton-x509 + crypton-x509-store + cryptostore + data-default-class + dhall + digest + directory + exceptions + extra + filepath + ghc-prim + hex-text + http-client + http-client-tls + http-conduit + http-media + http-types + ini + lrucache + mason + memory + monad-control + monad-loops + mtl + network + network-uri + optparse-applicative + polysemy + polysemy-zoo + process + recv + relude + resourcet + retry + safe-exceptions + servant + servant-client + servant-client-core + servant-server + sqlite-simple + stm + streaming-commons + string-interpolate + suspend + template-haskell + text + time + time-units + timers + tls + tls-session-manager + transformers + unix + unliftio + unliftio-core + unordered-containers + wai + wai-extra + warp + xml-conduit + ]; + executableHaskellDepends = [ + aeson + async + base + base64 + bytestring + co-log + co-log-core + co-log-polysemy + conduit + containers + crypton + crypton-connection + crypton-x509 + crypton-x509-store + cryptostore + dhall + directory + exceptions + extra + filepath + hex-text + http-client + http-client-tls + http-conduit + http-media + http-types + lrucache + mason + memory + monad-control + monad-loops + mtl + network + optparse-applicative + polysemy + polysemy-zoo + process + relude + resourcet + safe-exceptions + servant + servant-client + servant-client-core + servant-server + sqlite-simple + stm + string-interpolate + suspend + template-haskell + text + time + timers + tls + tls-session-manager + transformers + unix + unliftio + unordered-containers + wai + wai-extra + warp + ]; + testHaskellDepends = [ + aeson + async + base + base64 + bytestring + co-log + co-log-core + co-log-polysemy + conduit + containers + crypton + crypton-connection + crypton-x509 + crypton-x509-store + cryptostore + dhall + directory + exceptions + extra + filepath + hex-text + hspec + http-client + http-client-tls + http-conduit + http-media + http-types + lrucache + mason + memory + monad-control + monad-loops + mtl + network + optparse-applicative + polysemy + polysemy-zoo + process + relude + resourcet + safe-exceptions + servant + servant-client + servant-client-core + servant-server + sqlite-simple + stm + string-interpolate + suspend + template-haskell + temporary + text + time + timers + tls + tls-session-manager + transformers + unix + unliftio + unordered-containers + wai + wai-extra + warp + ]; + doHaddock = false; + description = "A Haskell implementation of the Hentai@Home client"; + license = lib.licenses.gpl3Only; + } + ) { }; + hs-highlight = callPackage ( { mkDerivation, @@ -356994,69 +357880,6 @@ self: { ) { }; hslua-aeson = callPackage ( - { - mkDerivation, - aeson, - base, - bytestring, - containers, - hashable, - hslua-core, - hslua-marshalling, - mtl, - QuickCheck, - quickcheck-instances, - scientific, - tasty, - tasty-hunit, - tasty-quickcheck, - text, - unordered-containers, - vector, - }: - mkDerivation { - pname = "hslua-aeson"; - version = "2.3.1.1"; - sha256 = "09a5xbl8ib79vln01naw9cd5g100arfx5nm41n0xbk272cjf7cgg"; - libraryHaskellDepends = [ - aeson - base - bytestring - containers - hashable - hslua-core - hslua-marshalling - mtl - scientific - text - unordered-containers - vector - ]; - testHaskellDepends = [ - aeson - base - bytestring - containers - hashable - hslua-core - hslua-marshalling - mtl - QuickCheck - quickcheck-instances - scientific - tasty - tasty-hunit - tasty-quickcheck - text - unordered-containers - vector - ]; - description = "Allow aeson data types to be used with Lua"; - license = lib.licensesSpdx."MIT"; - } - ) { }; - - hslua-aeson_2_3_2 = callPackage ( { mkDerivation, aeson, @@ -357102,63 +357925,10 @@ self: { ]; description = "Allow aeson data types to be used with Lua"; license = lib.licensesSpdx."MIT"; - hydraPlatforms = lib.platforms.none; } ) { }; hslua-classes = callPackage ( - { - mkDerivation, - base, - bytestring, - containers, - exceptions, - hslua-core, - hslua-marshalling, - lua-arbitrary, - QuickCheck, - quickcheck-instances, - tasty, - tasty-hslua, - tasty-hunit, - tasty-quickcheck, - text, - }: - mkDerivation { - pname = "hslua-classes"; - version = "2.3.1"; - sha256 = "185lynrinz1y38346b80jx8ag77ka53sg606wdlgzsqrx7rk66kq"; - libraryHaskellDepends = [ - base - bytestring - containers - exceptions - hslua-core - hslua-marshalling - text - ]; - testHaskellDepends = [ - base - bytestring - containers - exceptions - hslua-core - hslua-marshalling - lua-arbitrary - QuickCheck - quickcheck-instances - tasty - tasty-hslua - tasty-hunit - tasty-quickcheck - text - ]; - description = "Type classes for HsLua"; - license = lib.licensesSpdx."MIT"; - } - ) { }; - - hslua-classes_2_3_2 = callPackage ( { mkDerivation, base, @@ -357203,44 +357973,10 @@ self: { ]; description = "Type classes for HsLua"; license = lib.licensesSpdx."MIT"; - hydraPlatforms = lib.platforms.none; } ) { }; hslua-cli = callPackage ( - { - mkDerivation, - base, - bytestring, - hslua-core, - hslua-marshalling, - hslua-repl, - lua, - text, - unix, - }: - mkDerivation { - pname = "hslua-cli"; - version = "1.4.3"; - sha256 = "1sn8mc18lqn8c0pm7rms623p49vpmmhbp07bh561x6q96fgjcwzm"; - isLibrary = true; - isExecutable = true; - libraryHaskellDepends = [ - base - bytestring - hslua-core - hslua-marshalling - hslua-repl - lua - text - unix - ]; - description = "Command-line interface for Lua"; - license = lib.licensesSpdx."MIT"; - } - ) { }; - - hslua-cli_1_4_4 = callPackage ( { mkDerivation, base, @@ -357270,58 +358006,10 @@ self: { ]; description = "Command-line interface for Lua"; license = lib.licensesSpdx."MIT"; - hydraPlatforms = lib.platforms.none; } ) { }; hslua-core = callPackage ( - { - mkDerivation, - base, - bytestring, - exceptions, - lua, - lua-arbitrary, - mtl, - QuickCheck, - quickcheck-instances, - tasty, - tasty-hunit, - tasty-quickcheck, - text, - }: - mkDerivation { - pname = "hslua-core"; - version = "2.3.2"; - sha256 = "0h3d2r5wkbz0d2gylmc282mn0c7b7bfglmchr5hs7vq20206zv0l"; - libraryHaskellDepends = [ - base - bytestring - exceptions - lua - mtl - text - ]; - testHaskellDepends = [ - base - bytestring - exceptions - lua - lua-arbitrary - mtl - QuickCheck - quickcheck-instances - tasty - tasty-hunit - tasty-quickcheck - text - ]; - description = "Bindings to Lua, an embeddable scripting language"; - license = lib.licensesSpdx."MIT"; - } - ) { }; - - hslua-core_2_3_2_1 = callPackage ( { mkDerivation, base, @@ -357360,7 +358048,6 @@ self: { ]; description = "Bindings to Lua, an embeddable scripting language"; license = lib.licensesSpdx."MIT"; - hydraPlatforms = lib.platforms.none; } ) { }; @@ -357421,55 +358108,6 @@ self: { ) { }; hslua-marshalling = callPackage ( - { - mkDerivation, - base, - bytestring, - containers, - hslua-core, - lua-arbitrary, - mtl, - QuickCheck, - quickcheck-instances, - tasty, - tasty-hslua, - tasty-hunit, - tasty-quickcheck, - text, - }: - mkDerivation { - pname = "hslua-marshalling"; - version = "2.3.1"; - sha256 = "0v7hpzhj24zif89x4h2j3ji1ch7qifj7xh4r1rfvbsg48pzxjj89"; - libraryHaskellDepends = [ - base - bytestring - containers - hslua-core - mtl - text - ]; - testHaskellDepends = [ - base - bytestring - containers - hslua-core - lua-arbitrary - mtl - QuickCheck - quickcheck-instances - tasty - tasty-hslua - tasty-hunit - tasty-quickcheck - text - ]; - description = "Marshalling of values between Haskell and Lua"; - license = lib.licensesSpdx."MIT"; - } - ) { }; - - hslua-marshalling_2_3_2 = callPackage ( { mkDerivation, base, @@ -357512,7 +358150,6 @@ self: { ]; description = "Marshalling of values between Haskell and Lua"; license = lib.licensesSpdx."MIT"; - hydraPlatforms = lib.platforms.none; } ) { }; @@ -357551,7 +358188,7 @@ self: { } ) { }; - hslua-module-doclayout_1_2_1 = callPackage ( + hslua-module-doclayout_1_2_1_1 = callPackage ( { mkDerivation, base, @@ -357564,8 +358201,8 @@ self: { }: mkDerivation { pname = "hslua-module-doclayout"; - version = "1.2.1"; - sha256 = "18g66bdckqqafwda9iphpx2xxfsg7zr3mf1p97qqz8827py0w1g0"; + version = "1.2.1.1"; + sha256 = "06bbpxcpsrlxrf59appi49qq6qd8nfqgspfp0dx2xyzczgk5h863"; libraryHaskellDepends = [ base doclayout @@ -357878,7 +358515,7 @@ self: { } ) { }; - hslua-module-version_1_2_0 = callPackage ( + hslua-module-version_1_2_0_1 = callPackage ( { mkDerivation, base, @@ -357892,8 +358529,8 @@ self: { }: mkDerivation { pname = "hslua-module-version"; - version = "1.2.0"; - sha256 = "14brxq3cqpdlaz46d8hc90mn80p8355p9qzvfa37isla102hix7j"; + version = "1.2.0.1"; + sha256 = "1aakzdk1jvvwx0caa8nbvfwp2ysqhd5nvanyqy8xjz5cj5jwk0l5"; libraryHaskellDepends = [ base hslua-core @@ -357963,7 +358600,7 @@ self: { } ) { }; - hslua-module-zip_1_2_0 = callPackage ( + hslua-module-zip_1_2_1 = callPackage ( { mkDerivation, base, @@ -357981,8 +358618,8 @@ self: { }: mkDerivation { pname = "hslua-module-zip"; - version = "1.2.0"; - sha256 = "0hm85mih8kwqg0aqj0srfd14pj75j6kbzc4h8pkym89h4166qf80"; + version = "1.2.1"; + sha256 = "0nv665shbsg8v27gvlgz18y0cgvy20aflkdqlcs89sm5lxw8wjnq"; libraryHaskellDepends = [ base hslua-core @@ -358154,7 +358791,7 @@ self: { } ) { }; - hslua-packaging_2_4_0 = callPackage ( + hslua-packaging_2_4_1 = callPackage ( { mkDerivation, base, @@ -358171,8 +358808,8 @@ self: { }: mkDerivation { pname = "hslua-packaging"; - version = "2.4.0"; - sha256 = "1h5x0s4xwsbh335m3xqbqsm7an8daa4fy7ycswqra84bbkq5qpqj"; + version = "2.4.1"; + sha256 = "1kg6fn70zpq44zabca1d4mijqqfpyn3lp6zacbhcbmk67109yxll"; libraryHaskellDepends = [ base containers @@ -360228,39 +360865,6 @@ self: { ) { }; hspec-need-env = callPackage ( - { - mkDerivation, - base, - hspec, - hspec-core, - hspec-discover, - hspec-expectations, - setenv, - transformers, - }: - mkDerivation { - pname = "hspec-need-env"; - version = "0.1.0.12"; - sha256 = "0z35n7agd96b0qfshp1k822yj9xyf6mfwpy38hsy3srfhbb2vqbn"; - libraryHaskellDepends = [ - base - hspec-core - hspec-expectations - ]; - testHaskellDepends = [ - base - hspec - hspec-core - setenv - transformers - ]; - testToolDepends = [ hspec-discover ]; - description = "Read environment variables for hspec tests"; - license = lib.licenses.bsd3; - } - ) { }; - - hspec-need-env_0_1_0_13 = callPackage ( { mkDerivation, base, @@ -360290,7 +360894,6 @@ self: { testToolDepends = [ hspec-discover ]; description = "Read environment variables for hspec tests"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; } ) { }; @@ -361034,8 +361637,8 @@ self: { }: mkDerivation { pname = "hspec-yesod"; - version = "0.2.1.0"; - sha256 = "005a0i6z1mg9wm8xvm014jzagcr7pji754phagj42nidi545p31f"; + version = "0.2.1.1"; + sha256 = "1r4vnrlsr30wax6zyjbm01b6g29iswinl7allphgi7i3pbll7hri"; libraryHaskellDepends = [ aeson attoparsec @@ -367217,8 +367820,8 @@ self: { }: mkDerivation { pname = "http-slim"; - version = "1.0"; - sha256 = "0jqm1id1n0zyz78610xqc5rvr6fa0r5qiavj4v1idp1rvcfp2iif"; + version = "1.2"; + sha256 = "1n5ally89p9p27krndgjmaamyij6yky8xrv6g2grr3zmxdq56pvr"; libraryHaskellDepends = [ array base @@ -367915,8 +368518,8 @@ self: { }: mkDerivation { pname = "http2-tls"; - version = "0.5.1"; - sha256 = "08lcmnyrdpfj2lqnc7zm82qa8gr9s90qqg0vfghx9xzsa1g6c2l2"; + version = "0.5.2"; + sha256 = "14n7dhrlcx423bwslyc1rybndc6qpyw0blll9k9sly1fiallw8xs"; isLibrary = true; isExecutable = true; libraryHaskellDepends = [ @@ -367977,6 +368580,8 @@ self: { pname = "http3"; version = "0.1.2"; sha256 = "09s7n19aw4my7rrpjkrh4ql53282gjgfjkd2k1fn85xgz3y7jcbc"; + revision = "1"; + editedCabalFile = "0mgq4c3065iidllx3agvwclwacq6zgrpv4wrd20z1l8gz26hg2ar"; isLibrary = true; isExecutable = true; libraryHaskellDepends = [ @@ -375449,7 +376054,7 @@ self: { } ) { }; - hyperbole_0_5_0 = callPackage ( + hyperbole_0_6_0 = callPackage ( { mkDerivation, aeson, @@ -375484,8 +376089,8 @@ self: { }: mkDerivation { pname = "hyperbole"; - version = "0.5.0"; - sha256 = "0b141p2yd50p4blqynxss8jjk5h1wa3rsq766i37zqfxldbmagd0"; + version = "0.6.0"; + sha256 = "19xvm5q10wc0zcycjs28pc1szcwszyw1i0s4n5n2px3w7p7z7yk4"; libraryHaskellDepends = [ aeson atomic-css @@ -376474,8 +377079,8 @@ self: { pname = "i18n"; version = "0.4.0.0"; sha256 = "1ylk5zz3d6wp0wqfr69lzn0dwf7acc8sq2nj1j5l5crzi1sz63by"; - revision = "1"; - editedCabalFile = "1sxiifn4m17294inyb4q7isbdd3s77zpqxafghpbfkz5hkrv0xxg"; + revision = "4"; + editedCabalFile = "1id3zbrvclg0zhblfrcqv32zczq3vg5bwxfacll3vh8minx1sjsb"; libraryHaskellDepends = [ base containers @@ -379142,31 +379747,6 @@ self: { ) { }; ihaskell-hvega = callPackage ( - { - mkDerivation, - aeson, - base, - hvega, - ihaskell, - text, - }: - mkDerivation { - pname = "ihaskell-hvega"; - version = "0.5.0.6"; - sha256 = "00b5i33n2c1s6pvrn3799dx4wdwmik7wqpldqai85zsk3wd04wpb"; - libraryHaskellDepends = [ - aeson - base - hvega - ihaskell - text - ]; - description = "IHaskell display instance for hvega types"; - license = lib.licenses.bsd3; - } - ) { }; - - ihaskell-hvega_0_5_0_7 = callPackage ( { mkDerivation, aeson, @@ -379188,7 +379768,6 @@ self: { ]; description = "IHaskell display instance for hvega types"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; } ) { }; @@ -381186,8 +381765,8 @@ self: { }: mkDerivation { pname = "imp"; - version = "1.0.3.3"; - sha256 = "1ybhn2cyca928q8yshsf0yvwi7s2gqqwd0k542prdm2ip45hizmj"; + version = "1.0.3.5"; + sha256 = "1rfx8kjg6r3jh1jvks8n0jiwinnk4lg0g66gql6l25dg768ir5ib"; libraryHaskellDepends = [ base Cabal-syntax @@ -385016,8 +385595,8 @@ self: { }: mkDerivation { pname = "inline-python"; - version = "0.2"; - sha256 = "168iz8nfqwqx0wd6ijdgw29gkfqvy7rdxhaw9yzbhl9msraxb05i"; + version = "0.2.1.0"; + sha256 = "000caapdd654pr5ylamzsb8q8spcivm0aly39wx02diihjwxvk64"; libraryHaskellDepends = [ base bytestring @@ -385373,19 +385952,17 @@ self: { base, containers, ghc, - mtl, template-haskell, transformers, }: mkDerivation { pname = "inspection-testing"; - version = "0.6.2"; - sha256 = "0zi1q86sd9jy5dpqfs2j71acdl7kvik0ps78xirpdhyldhwwyqws"; + version = "0.6.3"; + sha256 = "04p5y2qqp1sbslzjxr961m6ahizq0rhlcx117sl2w5g56s8blibq"; libraryHaskellDepends = [ base containers ghc - mtl template-haskell transformers ]; @@ -388198,7 +388775,6 @@ self: { comonad, containers, contravariant, - ghc-prim, hspec, hspec-discover, profunctors, @@ -388209,15 +388785,12 @@ self: { template-haskell, th-abstraction, transformers, - transformers-compat, unordered-containers, }: mkDerivation { pname = "invariant"; - version = "0.6.4"; - sha256 = "1cxfy1s3p91g5n1z85058lc27xy4xfl3dnkvxcxn3m70wd7apqm9"; - revision = "1"; - editedCabalFile = "1inib3bc400cghq70lqslw5a6v9cha05lkrvicayvzwk9sgn16ja"; + version = "0.6.5"; + sha256 = "0fkf75r5wlz72f6544cjz7yaa06bj9lpgk3di4ahzyr5r73xwsv2"; libraryHaskellDepends = [ array base @@ -388225,7 +388798,6 @@ self: { comonad containers contravariant - ghc-prim profunctors StateVar stm @@ -388233,14 +388805,12 @@ self: { template-haskell th-abstraction transformers - transformers-compat unordered-containers ]; testHaskellDepends = [ base hspec QuickCheck - template-haskell ]; testToolDepends = [ hspec-discover ]; description = "Haskell98 invariant functors"; @@ -388845,8 +389415,8 @@ self: { }: mkDerivation { pname = "io-sim"; - version = "1.9.0.0"; - sha256 = "0b8iav4s1dmnngg2ihbn6ycfhmgg7giv2krqbb5fdk1gpvw7c5rw"; + version = "1.9.1.0"; + sha256 = "0l6plpb8d9qcdfnf58gw3cwvyc2ibrfkycznr5zxq9lqkhddx9bn"; libraryHaskellDepends = [ base containers @@ -389358,8 +389928,8 @@ self: { }: mkDerivation { pname = "ip2location"; - version = "8.6.0"; - sha256 = "0my5rnrbnrr9g8rndwd8491kwf5kn5y9y0f82lqwjzv719l66wd7"; + version = "8.7.0"; + sha256 = "06bddf3y0iaxqg8b0lx7avkk5k1zlgg67dzxjyfkvrx4p4llqwdw"; libraryHaskellDepends = [ aeson base @@ -389427,8 +389997,8 @@ self: { }: mkDerivation { pname = "ip2proxy"; - version = "3.3.0"; - sha256 = "0634gb27s8g132vwq3qnnfwcrc5irls3h8cdin69d815adglpmfl"; + version = "3.4.0"; + sha256 = "1yk7fxndxgnsj5vrqr709mphywff8zs6swskbilwrb8pyqbwl1nk"; libraryHaskellDepends = [ aeson base @@ -391615,8 +392185,8 @@ self: { }: mkDerivation { pname = "isomorphism-class"; - version = "0.3.1.2"; - sha256 = "0zsjpvxv6j81idqi8g18bahx24rp1y78p2g48yikr3lbbgjwlcic"; + version = "0.3.1.4"; + sha256 = "0wv9k1m8vi7hzj9lz7pzl6fdv4vnqm3cwnaa4aycggsjvxs4yjyx"; libraryHaskellDepends = [ base bytestring @@ -391645,58 +392215,6 @@ self: { } ) { }; - isomorphism-class_0_3_1_3 = callPackage ( - { - mkDerivation, - base, - bytestring, - containers, - hashable, - primitive, - profunctors, - QuickCheck, - quickcheck-instances, - rebase, - tasty, - tasty-quickcheck, - text, - time, - unordered-containers, - vector, - }: - mkDerivation { - pname = "isomorphism-class"; - version = "0.3.1.3"; - sha256 = "0rj8y01khi84kddwckg90fq7kq88v97q0navyfi9v62sgvq6sv22"; - libraryHaskellDepends = [ - base - bytestring - containers - hashable - primitive - profunctors - QuickCheck - text - time - unordered-containers - vector - ]; - testHaskellDepends = [ - bytestring - primitive - QuickCheck - quickcheck-instances - rebase - tasty - tasty-quickcheck - text - ]; - description = "Isomorphism typeclass as a lawful solution to the conversion problem"; - license = lib.licensesSpdx."MIT"; - hydraPlatforms = lib.platforms.none; - } - ) { }; - isotope = callPackage ( { mkDerivation, @@ -394260,6 +394778,42 @@ self: { } ) { }; + java-adt_1_1 = callPackage ( + { + mkDerivation, + alex, + array, + base, + filepath, + happy, + pretty, + }: + mkDerivation { + pname = "java-adt"; + version = "1.1"; + sha256 = "02qbjhm62ph6alphkgsy3ng9lbmqa5jnmzkgm9fymryqcq4jxd9r"; + revision = "1"; + editedCabalFile = "1jy15wnr2mz3x8iy0bx3k70fqii41jshjb93710zi3w1vwcvql8w"; + isLibrary = false; + isExecutable = true; + enableSeparateDataOutput = true; + executableHaskellDepends = [ + array + base + filepath + pretty + ]; + executableToolDepends = [ + alex + happy + ]; + description = "Create immutable algebraic data structures for Java"; + license = "unknown"; + hydraPlatforms = lib.platforms.none; + mainProgram = "java-adt"; + } + ) { }; + java-bridge = callPackage ( { mkDerivation, @@ -398066,8 +398620,8 @@ self: { }: mkDerivation { pname = "json-feed"; - version = "2.0.0.15"; - sha256 = "0rkcwd61j4bfp4jmhjj34nsid6mwgzyf715cn9jrm0xsxwcx5bx9"; + version = "2.0.0.18"; + sha256 = "18vwwr2r8n7rwajhrj6jj73rhjx5g76in9p9wwpvxy0cvfd3jirn"; libraryHaskellDepends = [ aeson base @@ -402272,38 +402826,34 @@ self: { { mkDerivation, adjunctions, - array, base, comonad, - containers, contravariant, distributive, + exceptions, free, invariant, mtl, profunctors, semigroupoids, - tagged, transformers, }: mkDerivation { pname = "kan-extensions"; - version = "5.2.7"; - sha256 = "0n716zyihbnq3s1zhqbh3fm0qzhgy2hk79ziy8b6bvydjpzsq8y3"; + version = "5.2.8"; + sha256 = "08cdn0dbv9di9jiqkj1qnr3jy7hblbi55dazkn23qhhdm12alvgp"; libraryHaskellDepends = [ adjunctions - array base comonad - containers contravariant distributive + exceptions free invariant mtl profunctors semigroupoids - tagged transformers ]; description = "Kan extensions, Kan lifts, the Yoneda lemma, and (co)density (co)monads"; @@ -402392,15 +402942,11 @@ self: { stm, text, time, - transformers, - unordered-containers, }: mkDerivation { pname = "kansas-comet"; - version = "0.4.3"; - sha256 = "0c4nm5ns5acg73biysww8jam1v4kj1k9rk96bl6ad5g2nria7hlp"; - revision = "2"; - editedCabalFile = "1mhk8gfvkmlg49p7z4fp791rlw2hnrawfw2v3abcjv2af190zi6x"; + version = "0.4.4"; + sha256 = "1kaglsz8xdzx2r7487a5w5mahxwiysf7ca0fxbxy421g3a49430p"; enableSeparateDataOutput = true; libraryHaskellDepends = [ aeson @@ -402411,8 +402957,6 @@ self: { stm text time - transformers - unordered-containers ]; description = "A JavaScript push mechanism based on the comet idiom"; license = lib.licenses.bsd3; @@ -403432,8 +403976,8 @@ self: { }: mkDerivation { pname = "katip-wai"; - version = "0.2.0.0"; - sha256 = "0n5p0sh961lsj86anx2bpnhhbcaf7y9kvhchqkd18aaw5s899yr3"; + version = "0.2.0.1"; + sha256 = "0v1zsg158hfq0dl1d3535b5bz60j78mx3n8bi3y6482dhjnx35gp"; libraryHaskellDepends = [ aeson base @@ -406277,31 +406821,6 @@ self: { ) { }; keycode = callPackage ( - { - mkDerivation, - base, - containers, - ghc-prim, - template-haskell, - }: - mkDerivation { - pname = "keycode"; - version = "0.2.3"; - sha256 = "1zq02yd7ldbyk7zpgq9bj37y52ckzyyrad2yi48amh7dzym1sbj2"; - revision = "1"; - editedCabalFile = "12kpkn9l45rfb5vdakgf2sbqs2by98d4dzq2qyzkfl4jlxk7l4j4"; - libraryHaskellDepends = [ - base - containers - ghc-prim - template-haskell - ]; - description = "Maps web browser keycodes to their corresponding keyboard keys"; - license = lib.licenses.bsd3; - } - ) { }; - - keycode_0_2_4 = callPackage ( { mkDerivation, base, @@ -406319,7 +406838,6 @@ self: { ]; description = "Maps web browser keycodes to their corresponding keyboard keys"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; } ) { }; @@ -406359,8 +406877,8 @@ self: { }: mkDerivation { pname = "keyed-vals"; - version = "0.2.3.2"; - sha256 = "1jszp5zagnqjwspglb466lq3k2hfdgaizrp4av7lyy26vbg0gia8"; + version = "0.2.3.4"; + sha256 = "0y228myr6vh96224nb6fw3k3r26crn0wxidvgjsxv4kjqr0gwqg3"; libraryHaskellDepends = [ aeson base @@ -406390,8 +406908,8 @@ self: { }: mkDerivation { pname = "keyed-vals-hspec-tests"; - version = "0.2.3.2"; - sha256 = "1cab5cj8d4vl47j1dqpvinw8vh9c62dznk2fdz9swm5cl9p0fwpx"; + version = "0.2.3.4"; + sha256 = "0di6wk3lwj7j42cvc1ynrm67j16vwa4rgzh5q7b9vhi0x7lvkla3"; libraryHaskellDepends = [ aeson base @@ -406423,8 +406941,8 @@ self: { }: mkDerivation { pname = "keyed-vals-mem"; - version = "0.2.3.2"; - sha256 = "0vqbanny1vsjjb5wsvrzxk47nz11n5dck77f42bsk0sirvgzs973"; + version = "0.2.3.4"; + sha256 = "13k88cs59pxb0psr79gzw5wxpkyp68855mzb0wq8w8zbi7hv2yj1"; libraryHaskellDepends = [ base bytestring @@ -406464,8 +406982,8 @@ self: { }: mkDerivation { pname = "keyed-vals-redis"; - version = "0.2.3.2"; - sha256 = "1bfs8rhvsfbkxvxa1awqywmhdwnfc224vskjd66ngm26ix8bplj0"; + version = "0.2.3.4"; + sha256 = "19746dkdh5nk1p09id3qv8zlfcn11k7xnnjfzzvbk39ngdk947jf"; libraryHaskellDepends = [ base bytestring @@ -406549,18 +407067,14 @@ self: { free, hashable, semigroupoids, - semigroups, tagged, transformers, - transformers-compat, unordered-containers, }: mkDerivation { pname = "keys"; - version = "3.12.4"; - sha256 = "04l9ssmns3v2xzfrk5pxcacvl8nh26rsw5hhw22v4zxzbh9s44ll"; - revision = "1"; - editedCabalFile = "05ma1kakwvvm618fmlwhkz16230w3qsn3p10c3zjysjhn1g0hhyf"; + version = "3.12.5"; + sha256 = "00zkk51n1c1n4hw4i5y501vxy8gps16c4lkwb4c411r3cjngl15h"; libraryHaskellDepends = [ array base @@ -406569,10 +407083,8 @@ self: { free hashable semigroupoids - semigroups tagged transformers - transformers-compat unordered-containers ]; description = "Keyed functors and containers"; @@ -408053,6 +408565,29 @@ self: { } ) { }; + known-lists = callPackage ( + { + mkDerivation, + base, + bifunctors, + }: + mkDerivation { + pname = "known-lists"; + version = "0.1.0.0"; + sha256 = "0q5z4z8hmav035iq1jm9gwk0pphc142rmk0yxi5xcwzdhjq3j26c"; + libraryHaskellDepends = [ + base + bifunctors + ]; + testHaskellDepends = [ + base + bifunctors + ]; + description = "Easy type-level lists with term-level membership proofs"; + license = lib.licensesSpdx."BSD-3-Clause"; + } + ) { }; + koellner-phonetic = callPackage ( { mkDerivation, @@ -410099,8 +410634,8 @@ self: { }: mkDerivation { pname = "lackey"; - version = "2.0.0.11"; - sha256 = "0k9mad0kdjbpi2i2i8vfmp6y2cfkk0fvh3iara4m6rrdn2vy0h27"; + version = "2.0.0.12"; + sha256 = "0bl2d7ijsfag7jks262vhkw9ahffwhdypm35nxhiw967df8cksmw"; libraryHaskellDepends = [ base servant-foreign @@ -414583,8 +415118,8 @@ self: { }: mkDerivation { pname = "language-oberon"; - version = "0.3.4"; - sha256 = "1v3p99lkvx3w8fmkd7cc81jz14vxqbp77jznm25wjbka4sidnzb2"; + version = "0.3.4.1"; + sha256 = "0pwlnwdfvv6cs8svfxm1z1753iskzdrq5idbvg6gg6ar4bg0i818"; isLibrary = true; isExecutable = true; libraryHaskellDepends = [ @@ -415426,8 +415961,8 @@ self: { pname = "language-sygus"; version = "0.1.1.3"; sha256 = "15xxagcsqjchng2nr1qg6ncqch5l74m62iv58pgkcqhzqqhf3fwg"; - revision = "4"; - editedCabalFile = "1mx9kn0p4r22asv1v0c7lwlcxc00194jnizyz2awdmm4r7nv1ycw"; + revision = "6"; + editedCabalFile = "185ni1vab6qmhfwv4ha0i9rdw652gwmkhpcz5yxiwh34qbpllwf5"; libraryHaskellDepends = [ array base @@ -417234,7 +417769,7 @@ self: { } ) { }; - lawful-conversions_0_3_0_2 = callPackage ( + lawful-conversions_0_3_1 = callPackage ( { mkDerivation, base, @@ -417256,8 +417791,8 @@ self: { }: mkDerivation { pname = "lawful-conversions"; - version = "0.3.0.2"; - sha256 = "1i8jmk0nrirk1jpj4fhgi0d4q724gwy2kvfv574m92fkkkd0mlcz"; + version = "0.3.1"; + sha256 = "0rv5q5svsz5r20i5yd0hdlwgg39q1j9xngc3ng1xajiy3kqnfysk"; libraryHaskellDepends = [ base bytestring @@ -419922,7 +420457,6 @@ self: { filepath, free, generic-deriving, - ghc-prim, hashable, indexed-traversable, indexed-traversable-instances, @@ -419944,16 +420478,13 @@ self: { th-abstraction, these, transformers, - transformers-compat, unordered-containers, vector, }: mkDerivation { pname = "lens"; - version = "5.3.5"; - sha256 = "1s0ziznj60l9z3z5dacq58kaq8cdfxcz0r75f5hwj25ivzrsrszg"; - revision = "1"; - editedCabalFile = "06asqa9n6grq6dpzd2m9ynhn28mxmyqpj79bnh95x8lynf4kchg0"; + version = "5.3.6"; + sha256 = "1hi320652dqnmcagvn0bfm9cz0zpca5n6hjdp0ks3m54zpqxqifk"; libraryHaskellDepends = [ array assoc @@ -419969,7 +420500,6 @@ self: { exceptions filepath free - ghc-prim hashable indexed-traversable indexed-traversable-instances @@ -419986,7 +420516,6 @@ self: { th-abstraction these transformers - transformers-compat unordered-containers vector ]; @@ -421953,8 +422482,8 @@ self: { }: mkDerivation { pname = "libarchive"; - version = "3.0.4.2"; - sha256 = "1jzpp4sn3lchp68c6wrcfvg4yr8g1fhhki1s2qp2a15nyzljpq8i"; + version = "3.0.5.0"; + sha256 = "1khq64gl93d2bx5h1ki6yz3n6w8sagpgf343zvghn99440rz7rwi"; isLibrary = true; isExecutable = true; setupHaskellDepends = [ @@ -422003,6 +422532,19 @@ self: { } ) { inherit (pkgs) libarchive; }; + libarchive-clib = callPackage ( + { mkDerivation, zlib-clib }: + mkDerivation { + pname = "libarchive-clib"; + version = "3.8.5"; + sha256 = "0v2l84ay1mhc4b86ddzyk0fl2ahc4y2fnkw8jyvzdia4g2mg08jr"; + libraryHaskellDepends = [ zlib-clib ]; + doHaddock = false; + description = "Haskell interface to libarchive (C sources)"; + license = "unknown"; + } + ) { }; + libarchive-conduit = callPackage ( { mkDerivation, @@ -422185,6 +422727,18 @@ self: { } ) { }; + libffi-clib = callPackage ( + { mkDerivation }: + mkDerivation { + pname = "libffi-clib"; + version = "3.5.2"; + sha256 = "12wsws5fsq3khfxakppagi5730c38ahh1ngax3gyh9ppqhzgfqmn"; + doHaddock = false; + description = "libffi clibs"; + license = lib.licensesSpdx."MIT"; + } + ) { }; + libffi-dynamic = callPackage ( { mkDerivation, @@ -423358,10 +423912,8 @@ self: { }: mkDerivation { pname = "libphonenumber"; - version = "0.1.3.0"; - sha256 = "1yhkkik6471gvx36i04hhbc9aq5fywgc6yrkii81rc4m6g3xnkig"; - revision = "1"; - editedCabalFile = "141bvakcs79ggxwfwqmpv8dm18zb8chfwd5g4l4wzj1835wr9aab"; + version = "0.1.4.0"; + sha256 = "0c88r1y0qrbnlhvisiln1rx1cz6nmkvaz9gkf7zx0afngx5ls2n1"; libraryHaskellDepends = [ base bytestring @@ -423370,10 +423922,8 @@ self: { system-cxx-std-lib transformers ]; - librarySystemDepends = [ - phonenumber - protobuf - ]; + librarySystemDepends = [ phonenumber ]; + libraryPkgconfigDepends = [ protobuf ]; libraryToolDepends = [ c2hs ]; testHaskellDepends = [ base @@ -425039,46 +425589,6 @@ self: { ) { }; lift-generics = callPackage ( - { - mkDerivation, - base, - containers, - ghc-prim, - hspec, - hspec-discover, - mtl, - template-haskell, - th-compat, - th-lift-instances, - }: - mkDerivation { - pname = "lift-generics"; - version = "0.3"; - sha256 = "1walsrpschxg2bqw925z6cr24cznrcq04bb37azvwdcfrbl19r7a"; - revision = "2"; - editedCabalFile = "1l90p9nwklklj95w00iavgf4ldgsr33c3w2vrb5gpcgigghvbmfy"; - libraryHaskellDepends = [ - base - ghc-prim - template-haskell - th-compat - ]; - testHaskellDepends = [ - base - containers - hspec - mtl - template-haskell - th-compat - th-lift-instances - ]; - testToolDepends = [ hspec-discover ]; - description = "GHC.Generics-based Language.Haskell.TH.Syntax.lift implementation"; - license = lib.licenses.bsd3; - } - ) { }; - - lift-generics_0_3_1 = callPackage ( { mkDerivation, base, @@ -425111,7 +425621,6 @@ self: { testToolDepends = [ hspec-discover ]; description = "GHC.Generics-based Language.Haskell.TH.Syntax.lift implementation"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; } ) { }; @@ -426398,7 +426907,6 @@ self: { containers, deepseq, distributive, - ghc-prim, hashable, indexed-traversable, lens, @@ -426407,21 +426915,18 @@ self: { reflection, semigroupoids, simple-reflect, - tagged, tasty, tasty-hunit, tasty-quickcheck, template-haskell, transformers, - transformers-compat, unordered-containers, vector, - void, }: mkDerivation { pname = "linear"; - version = "1.23.2"; - sha256 = "05v91is8rwm34a86gra2q03d5f1klj4nmlxx8r3cx0gbkdhrvmmv"; + version = "1.23.3"; + sha256 = "08pshls57w6pyb22bndacys9i0hbg1b01z302fmx67x8wps8f2f7"; libraryHaskellDepends = [ adjunctions base @@ -426432,20 +426937,16 @@ self: { containers deepseq distributive - ghc-prim hashable indexed-traversable lens random reflection semigroupoids - tagged template-haskell transformers - transformers-compat unordered-containers vector - void ]; testHaskellDepends = [ base @@ -426884,8 +427385,8 @@ self: { pname = "linear-generics"; version = "0.2.3"; sha256 = "0093ywl8s8k92b50li28gcmqc616f6l7jkv7vslkvqzn42yrvbq2"; - revision = "3"; - editedCabalFile = "1xg7v40hj38r5zqj65d3kjbzynp4vwh8fgwjsjw85lf11sl83kf8"; + revision = "4"; + editedCabalFile = "1wxb2r70bn1rhs771jlq08q1wvaf7risn6y931snaxa0xwi6a4zq"; libraryHaskellDepends = [ base containers @@ -428792,6 +429293,25 @@ self: { } ) { }; + liquid-finfield = callPackage ( + { + mkDerivation, + base, + liquidhaskell, + }: + mkDerivation { + pname = "liquid-finfield"; + version = "0.9.12.2.1"; + sha256 = "0p3h8zwh6y32qcgfdns4jcjkrh9jj2254wsmqb6808nxnxpg9lz4"; + libraryHaskellDepends = [ + base + liquidhaskell + ]; + description = "Finite field utilities for LiquidHaskell (requires cvc5)"; + license = lib.licenses.bsd3; + } + ) { }; + liquid-fixpoint = callPackage ( { mkDerivation, @@ -428911,7 +429431,7 @@ self: { } ) { }; - liquid-fixpoint_0_9_6_3_3 = callPackage ( + liquid-fixpoint_0_9_6_3_5 = callPackage ( { mkDerivation, aeson, @@ -428931,13 +429451,13 @@ self: { directory, fgl, filepath, + gitrev, hashable, intern, lens-family, megaparsec, mtl, optparse-applicative, - parallel, parser-combinators, pretty, process, @@ -428960,8 +429480,8 @@ self: { }: mkDerivation { pname = "liquid-fixpoint"; - version = "0.9.6.3.3"; - sha256 = "07dpgi5iwi1kf182vpcy5h3xq3bjxsvp16ayafbr0wv8wxg6l5ib"; + version = "0.9.6.3.5"; + sha256 = "0644bvcvikqkjzcnrsjz3l8f66r3pylbkrq8y0l9hpfkkj3zyj60"; isLibrary = true; isExecutable = true; libraryHaskellDepends = [ @@ -428982,12 +429502,12 @@ self: { directory fgl filepath + gitrev hashable intern lens-family megaparsec mtl - parallel parser-combinators pretty process @@ -429002,7 +429522,10 @@ self: { unordered-containers vector ]; - executableHaskellDepends = [ base ]; + executableHaskellDepends = [ + base + gitrev + ]; testHaskellDepends = [ base containers @@ -429140,8 +429663,8 @@ self: { }: mkDerivation { pname = "liquid-prelude"; - version = "0.9.10.1.2"; - sha256 = "07a9zpp3q2albipasag02jjzcws9fcz40cja6za1555n9qhqzy96"; + version = "0.9.12.2.1"; + sha256 = "0gxrdb98ch414ihdvhjrl19khz6amqk4cbcrl1fj3vxj1wh5im2g"; setupHaskellDepends = [ base Cabal @@ -429172,8 +429695,8 @@ self: { }: mkDerivation { pname = "liquid-vector"; - version = "0.13.1.0.1"; - sha256 = "1cb1kf48jcgw10i8sbs83873vccwsc220j8q6zg9p2wni8k52mrx"; + version = "0.13.1.0.2"; + sha256 = "05g70809rf96svbfl8myh32ld934wiyb9c7k27xh8dzzr55bfdf9"; setupHaskellDepends = [ base Cabal @@ -429227,7 +429750,7 @@ self: { } ) { inherit (pkgs) z3; }; - liquidhaskell_0_9_12_2 = callPackage ( + liquidhaskell_0_9_12_2_1 = callPackage ( { mkDerivation, base, @@ -429240,8 +429763,8 @@ self: { }: mkDerivation { pname = "liquidhaskell"; - version = "0.9.12.2"; - sha256 = "1my8qsky01ksd7j5f4pfk17n9rf7aii2x43g6yrl5qc46d85bpms"; + version = "0.9.12.2.1"; + sha256 = "1l4sx3mcqvvkd6plqvg7npjgwcgp5k24pl8732cx6npipd331r4b"; setupHaskellDepends = [ base Cabal @@ -429381,7 +429904,7 @@ self: { } ) { }; - liquidhaskell-boot_0_9_12_2 = callPackage ( + liquidhaskell-boot_0_9_12_2_1 = callPackage ( { mkDerivation, aeson, @@ -429431,10 +429954,8 @@ self: { }: mkDerivation { pname = "liquidhaskell-boot"; - version = "0.9.12.2"; - sha256 = "1gfphzqpj36valrmsbwijac12nr5b3fkgfxbkgq8dlws983hbadr"; - revision = "1"; - editedCabalFile = "0mywy0kck9q1rldzwi7r505a6zfbwaj6fjqq230x6abbqkba7rj6"; + version = "0.9.12.2.1"; + sha256 = "01pa2mm8rz6hidhw6ik51b8zz587hx4dv5r547shg3v0rydshbfk"; libraryHaskellDepends = [ aeson array @@ -430564,8 +431085,8 @@ self: { { mkDerivation, base }: mkDerivation { pname = "literally"; - version = "1.0.0.1"; - sha256 = "09mn3b0a7rq2p4c134qr0jvs3588lc9mqc2q13mmskv1n366ah03"; + version = "1.0.0.2"; + sha256 = "1hhasxqq0wj1qh9i8a29lpg0shxwj38fhflypkz0rq67vfigilmg"; libraryHaskellDepends = [ base ]; description = "Type-safe conversion of type literals into runtime values"; license = lib.licensesSpdx."0BSD"; @@ -432093,8 +432614,8 @@ self: { }: mkDerivation { pname = "llvm-pretty"; - version = "0.13.1.0"; - sha256 = "0i2j1n6xfii2vm5s4jvh3cqa2x03bmz640n4jjlf6aywldmwx3hy"; + version = "0.14.0.0"; + sha256 = "1qx1bid4r0zn1yqvbpsdkc1kd35clsj665cr37z416di0cw0f0jd"; libraryHaskellDepends = [ base containers @@ -432153,14 +432674,15 @@ self: { terminal-size, text, transformers, + tree-diff, uniplate, utf8-string, versions, }: mkDerivation { pname = "llvm-pretty-bc-parser"; - version = "0.5.1.0"; - sha256 = "1x0h735xkj5cxjx35040dv5ny5gnmnhs5z57w4hlpaj6sppsy7bg"; + version = "0.6.0.0"; + sha256 = "0351wyj2w3hdw85ifnrpg22kr912q8wmq1mcd5x6wcz7mqnxk9m4"; isLibrary = true; isExecutable = true; libraryHaskellDepends = [ @@ -432210,6 +432732,7 @@ self: { terminal-size text transformers + tree-diff versions ]; description = "LLVM bitcode parsing library"; @@ -434252,6 +434775,68 @@ self: { } ) { }; + logging-effect_1_4_2 = callPackage ( + { + mkDerivation, + async, + base, + bytestring, + criterion, + exceptions, + fast-logger, + free, + lifted-async, + monad-control, + monad-logger, + mtl, + prettyprinter, + semigroups, + stm, + stm-delay, + text, + time, + transformers, + transformers-base, + unliftio-core, + }: + mkDerivation { + pname = "logging-effect"; + version = "1.4.2"; + sha256 = "1814lnbdmsjjc0qnza49ih7a63zgpybnk4r4yqinpyprdn7ihl7p"; + libraryHaskellDepends = [ + async + base + exceptions + free + monad-control + mtl + prettyprinter + semigroups + stm + stm-delay + text + time + transformers + transformers-base + unliftio-core + ]; + benchmarkHaskellDepends = [ + base + bytestring + criterion + fast-logger + lifted-async + monad-logger + prettyprinter + text + time + ]; + description = "A mtl-style monad transformer for general purpose & compositional logging"; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + } + ) { }; + logging-effect-colors = callPackage ( { mkDerivation, @@ -436568,33 +437153,6 @@ self: { ) { }; lpeg = callPackage ( - { - mkDerivation, - base, - lua, - tasty, - tasty-hunit, - }: - mkDerivation { - pname = "lpeg"; - version = "1.1.0"; - sha256 = "0yav34yxrkbgnkcd3870smay5s3cypyd28m0fsg2jhlikgmhj5a1"; - libraryHaskellDepends = [ - base - lua - ]; - testHaskellDepends = [ - base - lua - tasty - tasty-hunit - ]; - description = "LPeg – Parsing Expression Grammars For Lua"; - license = lib.licensesSpdx."MIT"; - } - ) { }; - - lpeg_1_1_0_1 = callPackage ( { mkDerivation, base, @@ -436618,7 +437176,6 @@ self: { ]; description = "LPeg – Parsing Expression Grammars For Lua"; license = lib.licensesSpdx."MIT"; - hydraPlatforms = lib.platforms.none; } ) { }; @@ -436715,8 +437272,8 @@ self: { }: mkDerivation { pname = "lrclib-client"; - version = "0.3.0"; - sha256 = "1pz6z71bsahcgq75kpwax9pggl2dr5hf6xrvi46v2k1n53936zgq"; + version = "0.3.1"; + sha256 = "05v17jh7f80x9v0cwhrrcggal4240r6rq4fzmxz1hhl4gm60g0d0"; libraryHaskellDepends = [ aeson base @@ -437947,27 +438504,6 @@ self: { ) { inherit (pkgs) lua5_4; }; lua-arbitrary = callPackage ( - { - mkDerivation, - base, - lua, - QuickCheck, - }: - mkDerivation { - pname = "lua-arbitrary"; - version = "1.0.1.1"; - sha256 = "0kbvcgi54ycl8zfdkc80ap5yhz0dml9bjdgmzx9l9m4rkhyi9xnm"; - libraryHaskellDepends = [ - base - lua - QuickCheck - ]; - description = "Arbitrary instances for Lua types"; - license = lib.licensesSpdx."MIT"; - } - ) { }; - - lua-arbitrary_1_0_1_2 = callPackage ( { mkDerivation, base, @@ -437985,7 +438521,6 @@ self: { ]; description = "Arbitrary instances for Lua types"; license = lib.licensesSpdx."MIT"; - hydraPlatforms = lib.platforms.none; } ) { }; @@ -444467,31 +445002,27 @@ self: { containers, deepseq, Diff, - doctest-parallel, flatparse, - string-interpolate, tasty, tasty-golden, these, }: mkDerivation { pname = "markup-parse"; - version = "0.2.1.0"; - sha256 = "0g80sx8naqbzk21pb8msz7sr9z09brkdr2nkwx1qc3b2g41j5fd9"; + version = "0.2.2.0"; + sha256 = "0ws8d6grq79gicnil3qqm5sxds2jq0fwsjml33znwjdsdnagfg0i"; libraryHaskellDepends = [ base bytestring containers deepseq flatparse - string-interpolate these ]; testHaskellDepends = [ base bytestring Diff - doctest-parallel tasty tasty-golden ]; @@ -447953,8 +448484,8 @@ self: { }: mkDerivation { pname = "mcp-server"; - version = "0.1.0.15"; - sha256 = "0wmrjgd7sabkb9y2dx0bjdxabm2qply5rnfhnskbrshzx72rnrj7"; + version = "0.1.0.16"; + sha256 = "1dr5s9la0d9qljn1lrkh074rjfkrc3xvd40h9hbhjmkfaxn7lyji"; isLibrary = true; isExecutable = true; libraryHaskellDepends = [ @@ -447992,6 +448523,59 @@ self: { } ) { }; + mcp-server_0_1_0_17 = callPackage ( + { + mkDerivation, + aeson, + base, + bytestring, + containers, + hspec, + http-types, + network-uri, + QuickCheck, + template-haskell, + text, + wai, + warp, + }: + mkDerivation { + pname = "mcp-server"; + version = "0.1.0.17"; + sha256 = "1q8z3ml3iznns3sa0gla12z8gjm0s6552yd47jbqywxz1f86pi47"; + isLibrary = true; + isExecutable = true; + libraryHaskellDepends = [ + aeson + base + bytestring + containers + http-types + network-uri + template-haskell + text + wai + warp + ]; + executableHaskellDepends = [ + base + text + ]; + testHaskellDepends = [ + aeson + base + bytestring + hspec + network-uri + QuickCheck + text + ]; + description = "Library for building Model Context Protocol (MCP) servers"; + license = lib.licensesSpdx."BSD-3-Clause"; + hydraPlatforms = lib.platforms.none; + } + ) { }; + mcpi = callPackage ( { mkDerivation, @@ -448258,33 +448842,22 @@ self: { mkDerivation, adjunctions, base, - clock, containers, - deepseq, - doctest-parallel, - formatn, harpie, harpie-numhask, - mtl, mwc-probability, numhask, - optics-core, - optparse-applicative, - perf, primitive, profunctors, tdigest, text, - time, vector, vector-algorithms, }: mkDerivation { pname = "mealy"; - version = "0.5.0.1"; - sha256 = "095rqkb2skzj5sizj1f8l3d37brqmws4jx2pi004gkff2czawdzz"; - isLibrary = true; - isExecutable = true; + version = "0.5.1.1"; + sha256 = "1irggwyrq1bp47534nq805g2a7zj58jiz1gnc4mgfxpmbgdqi5ps"; libraryHaskellDepends = [ adjunctions base @@ -448300,84 +448873,8 @@ self: { vector vector-algorithms ]; - executableHaskellDepends = [ - base - clock - containers - deepseq - formatn - harpie - harpie-numhask - mtl - optics-core - optparse-applicative - perf - tdigest - text - time - ]; - testHaskellDepends = [ - base - doctest-parallel - ]; description = "Mealy machines for processing time-series and ordered data"; license = lib.licensesSpdx."BSD-3-Clause"; - mainProgram = "mealy-perf"; - } - ) { }; - - mealy_0_5_1_0 = callPackage ( - { - mkDerivation, - adjunctions, - base, - containers, - harpie, - harpie-numhask, - mwc-probability, - numhask, - optparse-applicative, - perf, - primitive, - profunctors, - tdigest, - text, - vector, - vector-algorithms, - }: - mkDerivation { - pname = "mealy"; - version = "0.5.1.0"; - sha256 = "1hjb3y9llz899wwlaifjmjqb8pyc7g9dks0pcg87d8h13y1c6fa0"; - isLibrary = true; - isExecutable = true; - libraryHaskellDepends = [ - adjunctions - base - containers - harpie - harpie-numhask - mwc-probability - numhask - primitive - profunctors - tdigest - text - vector - vector-algorithms - ]; - executableHaskellDepends = [ - base - containers - optparse-applicative - perf - tdigest - text - ]; - description = "Mealy machines for processing time-series and ordered data"; - license = lib.licensesSpdx."BSD-3-Clause"; - hydraPlatforms = lib.platforms.none; - mainProgram = "mealy-perf"; } ) { }; @@ -449893,8 +450390,8 @@ self: { }: mkDerivation { pname = "mem-info"; - version = "0.4.1.1"; - sha256 = "10b3lmqh4nbyfpglgjb04xx0wd65vxfyc53m3l89linhvij61kmc"; + version = "0.4.1.2"; + sha256 = "1v7jmhydbndpncb5p30rlqv2frnzbk3zjja7f64hrxjdnia6h94x"; isLibrary = true; isExecutable = true; libraryHaskellDepends = [ @@ -452676,6 +453173,8 @@ self: { pname = "microaeson"; version = "0.1.0.3"; sha256 = "04sngljny67zcs4271b4f1yvcjlahmn55yh30nwjpmwjybwahg66"; + revision = "1"; + editedCabalFile = "0vcpzz89w9ngfn07vxx1ry2pfjc9kyycgs0bqaaknqkbpppmf2c1"; libraryHaskellDepends = [ array base @@ -454554,8 +455053,8 @@ self: { }: mkDerivation { pname = "migrant-core"; - version = "0.1.0.3"; - sha256 = "15g7w2bpzhpp0gann0s8sj5ha315jf3bwlhkapfbrbjmswph0fgf"; + version = "0.1.1.1"; + sha256 = "1lgx2j5383ch611f9c6zahjk9sp2w531348ryriyg61rcmc5c499"; libraryHaskellDepends = [ base text @@ -454592,8 +455091,8 @@ self: { }: mkDerivation { pname = "migrant-hdbc"; - version = "0.1.0.3"; - sha256 = "181n17jxwii3c64crzrpxry9fbpmclpanf6sqbb3rc9vdpm7df0g"; + version = "0.1.1.1"; + sha256 = "1jan56sca8r1395sgca2cnqh3a8v7bcvn2k3bbid0z4fgimdadjc"; libraryHaskellDepends = [ base HDBC @@ -454636,8 +455135,8 @@ self: { }: mkDerivation { pname = "migrant-postgresql-simple"; - version = "0.1.0.3"; - sha256 = "096lj9ibminyfb09ciab20q014mqhwahqh3prc530lhv5arin1ml"; + version = "0.1.1.1"; + sha256 = "1m13siizja96zsqa3pcg07flbsybrd0cgz7zjw9qxghcxkrz65gp"; libraryHaskellDepends = [ base migrant-core @@ -454677,8 +455176,8 @@ self: { }: mkDerivation { pname = "migrant-sqlite-simple"; - version = "0.1.0.3"; - sha256 = "0gcji3kmdndn77kg74bxki32fwrvzafjv4svpxj31advprn6jdgx"; + version = "0.1.1.1"; + sha256 = "0gqskfp9gnnib343a4qld0sm2zx556zacyiqbaqwb9b29bn76axx"; libraryHaskellDepends = [ base migrant-core @@ -457890,8 +458389,8 @@ self: { pname = "mmark"; version = "0.0.8.0"; sha256 = "05wzjyqh4605g2y3lhcqrjh4qzj4fv8xg5baf3xi0x6ararrwjgr"; - revision = "2"; - editedCabalFile = "0gy66sawj11za86rwkvmr791acd84f895ym568w7wnbks9p6gmmr"; + revision = "3"; + editedCabalFile = "1ha5y8fb5bqfbvp6vbx03fwv1754zviyr1y6x8xyi23n7d7gc05q"; enableSeparateDataOutput = true; libraryHaskellDepends = [ aeson @@ -458033,32 +458532,6 @@ self: { ) { }; mmorph = callPackage ( - { - mkDerivation, - base, - mtl, - transformers, - transformers-compat, - }: - mkDerivation { - pname = "mmorph"; - version = "1.2.1"; - sha256 = "1rjclyxyr5ajnpmkrlwap77h5fmdwys8bpwfj0n87v33hh1dcn8f"; - revision = "1"; - editedCabalFile = "00pf88q7vpgf8inbk50023zpcwy64gvaarpj3w3ssxyk15zi6k7a"; - libraryHaskellDepends = [ - base - mtl - transformers - transformers-compat - ]; - description = "Monad morphisms"; - license = lib.licenses.bsd3; - maintainers = [ lib.maintainers.Gabriella439 ]; - } - ) { }; - - mmorph_1_2_2 = callPackage ( { mkDerivation, base, @@ -458080,7 +458553,6 @@ self: { ]; description = "Monad morphisms"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; maintainers = [ lib.maintainers.Gabriella439 ]; } ) { }; @@ -459013,7 +459485,7 @@ self: { } ) { }; - mockcat_1_3_3_0 = callPackage ( + mockcat_1_4_1_1 = callPackage ( { mkDerivation, async, @@ -459034,8 +459506,8 @@ self: { }: mkDerivation { pname = "mockcat"; - version = "1.3.3.0"; - sha256 = "1k5zq8ds9bg96wh0svnc3nhq205lmbdxw3xaa38zmnzjg54brh21"; + version = "1.4.1.1"; + sha256 = "1mgscbw4xf4qrdz36qd4acji1fkmf3r1xmi5qfwwj4dvjvi07v6n"; libraryHaskellDepends = [ base containers @@ -459292,8 +459764,8 @@ self: { pname = "modern-uri"; version = "0.3.6.1"; sha256 = "1sag8l91qd7xs56rlx8r6dz9zxxmqsnfw0v47az7l8nirv7zjih2"; - revision = "3"; - editedCabalFile = "0snpm04nhll3y25c1dypbjsq736cfpiiynijpfahcnv9gsyhzw0z"; + revision = "4"; + editedCabalFile = "110s10ypd1v0nk21xb3ihcgp32v1hwi9xaanhlladzg67pmmqd85"; libraryHaskellDepends = [ base bytestring @@ -460450,6 +460922,51 @@ self: { } ) { }; + monad-actions = callPackage ( + { + mkDerivation, + base, + checkers, + free, + kan-extensions, + mmorph, + mtl, + QuickCheck, + tasty, + tasty-quickcheck, + template-haskell, + transformers, + }: + mkDerivation { + pname = "monad-actions"; + version = "1.0.0.0"; + sha256 = "1lva4vy9rnsnw6g9xaggxq9g3j6g9c86sc9ldj4frb4y44xxzm3c"; + libraryHaskellDepends = [ + base + free + kan-extensions + mmorph + mtl + template-haskell + transformers + ]; + testHaskellDepends = [ + base + checkers + free + kan-extensions + mmorph + mtl + QuickCheck + tasty + tasty-quickcheck + transformers + ]; + description = "Left or right actions of a monad on a functor"; + license = lib.licensesSpdx."LGPL-2.0-or-later"; + } + ) { }; + monad-atom = callPackage ( { mkDerivation, @@ -461038,8 +461555,8 @@ self: { }: mkDerivation { pname = "monad-coroutine"; - version = "0.9.2"; - sha256 = "0bikrq73r1xc6vrpwll3i8pkg4vflj3sa2ifv913mjkcmnwqijzs"; + version = "0.9.3"; + sha256 = "1x625cbykg6m655k7cn264wjbsly0rnb0157w77ncxdk67566ycx"; libraryHaskellDepends = [ base monad-parallel @@ -461700,67 +462217,6 @@ self: { ) { }; monad-logger-aeson = callPackage ( - { - mkDerivation, - aeson, - aeson-diff, - base, - bytestring, - context, - directory, - exceptions, - fast-logger, - hspec, - hspec-discover, - monad-logger, - text, - time, - unordered-containers, - }: - mkDerivation { - pname = "monad-logger-aeson"; - version = "0.4.1.4"; - sha256 = "0gfzp22c4my130wxk1q9xzigl7kn30f203f7d53mgcrmg43kvnbq"; - isLibrary = true; - isExecutable = true; - libraryHaskellDepends = [ - aeson - base - bytestring - context - exceptions - fast-logger - monad-logger - text - time - unordered-containers - ]; - executableHaskellDepends = [ - aeson - base - monad-logger - text - ]; - testHaskellDepends = [ - aeson - aeson-diff - base - bytestring - directory - hspec - monad-logger - time - ]; - testToolDepends = [ hspec-discover ]; - description = "JSON logging using monad-logger interface"; - license = lib.licenses.mit; - hydraPlatforms = lib.platforms.none; - mainProgram = "readme-example"; - broken = true; - } - ) { }; - - monad-logger-aeson_0_4_1_5 = callPackage ( { mkDerivation, aeson, @@ -462445,8 +462901,8 @@ self: { }: mkDerivation { pname = "monad-parallel"; - version = "0.8"; - sha256 = "1j905cwc440g7rvbhsdkqf50ag7p2bi6cy2rqsk918rn80fqqra4"; + version = "0.8.0.1"; + sha256 = "03g3p3acz1bkbzzvix9rpqzka71hm5n5qfwb5y3x9pzf7f5ww7hs"; libraryHaskellDepends = [ base parallel @@ -464794,6 +465250,35 @@ self: { } ) { }; + monoid-extras_0_7_0_1 = callPackage ( + { + mkDerivation, + base, + criterion, + groups, + semigroupoids, + semigroups, + }: + mkDerivation { + pname = "monoid-extras"; + version = "0.7.0.1"; + sha256 = "0g4jgbpgvk6blzczv1vddq98z4ym613mgpw4j92290prmj9zvhmz"; + libraryHaskellDepends = [ + base + groups + semigroupoids + ]; + benchmarkHaskellDepends = [ + base + criterion + semigroups + ]; + description = "Various extra monoid-related definitions and utilities"; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + } + ) { }; + monoid-insertleft = callPackage ( { mkDerivation, base }: mkDerivation { @@ -464922,51 +465407,6 @@ self: { ) { }; monoid-subclasses = callPackage ( - { - mkDerivation, - base, - bytestring, - commutative-semigroups, - containers, - primes, - QuickCheck, - quickcheck-instances, - tasty, - tasty-quickcheck, - text, - vector, - }: - mkDerivation { - pname = "monoid-subclasses"; - version = "1.2.6"; - sha256 = "0z7mcgph78qfzhn25vnjfzkf99i1b0ssja8ivb1iy7d6kgzamnp4"; - libraryHaskellDepends = [ - base - bytestring - commutative-semigroups - containers - primes - text - vector - ]; - testHaskellDepends = [ - base - bytestring - containers - primes - QuickCheck - quickcheck-instances - tasty - tasty-quickcheck - text - vector - ]; - description = "Subclasses of Monoid"; - license = lib.licenses.bsd3; - } - ) { }; - - monoid-subclasses_1_2_6_1 = callPackage ( { mkDerivation, base, @@ -465008,7 +465448,6 @@ self: { ]; description = "Subclasses of Monoid"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; } ) { }; @@ -465070,6 +465509,45 @@ self: { } ) { }; + monoidal-containers_0_6_7_0 = callPackage ( + { + mkDerivation, + aeson, + base, + containers, + deepseq, + hashable, + lens, + newtype, + semialign, + these, + unordered-containers, + witherable, + }: + mkDerivation { + pname = "monoidal-containers"; + version = "0.6.7.0"; + sha256 = "1hgzgb09i0ylplcv1mnb51a19h1x608ams9jvwxn9mkvni36y3rv"; + libraryHaskellDepends = [ + aeson + base + containers + deepseq + hashable + lens + newtype + semialign + these + unordered-containers + witherable + ]; + description = "Containers with monoidal accumulation"; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + maintainers = [ lib.maintainers.alexfmpe ]; + } + ) { }; + monoidal-functors = callPackage ( { mkDerivation, @@ -469300,6 +469778,69 @@ self: { } ) { }; + mquickjs-hs = callPackage ( + { + mkDerivation, + aeson, + base, + bytestring, + containers, + exceptions, + HUnit, + inline-c, + mtl, + QuickCheck, + scientific, + string-conv, + tasty, + tasty-hunit, + tasty-quickcheck, + text, + time, + transformers, + unliftio-core, + unordered-containers, + vector, + }: + mkDerivation { + pname = "mquickjs-hs"; + version = "0.1.2.4"; + sha256 = "0mg8v35yr27bx7xlbm79v5n689pg9jbipkgn593hi4qxfa0n7s4d"; + libraryHaskellDepends = [ + aeson + base + bytestring + containers + exceptions + inline-c + mtl + scientific + string-conv + text + time + transformers + unliftio-core + unordered-containers + vector + ]; + testHaskellDepends = [ + aeson + base + exceptions + HUnit + QuickCheck + tasty + tasty-hunit + tasty-quickcheck + text + unordered-containers + vector + ]; + description = "Wrapper for the Micro QuickJS JavaScript Engine"; + license = lib.licenses.mit; + } + ) { }; + mr-env = callPackage ( { mkDerivation, @@ -474513,6 +475054,7 @@ self: { criterion, deepseq, entropy, + ppad-hmac-drbg, ppad-secp256k1, ppad-sha256, tasty, @@ -474521,8 +475063,8 @@ self: { }: mkDerivation { pname = "musig2"; - version = "0.1.3"; - sha256 = "18df16ikw689c5s9mxqfsrfvd03spi4v5idpaq5gi8dighq61nz0"; + version = "0.1.4"; + sha256 = "1pxyhi8d29dlac45qscgsjmfpnnc7n7ir9jnx59450awzv6mdxp2"; libraryHaskellDepends = [ base base16-bytestring @@ -474530,6 +475072,7 @@ self: { bytestring containers entropy + ppad-hmac-drbg ppad-secp256k1 ppad-sha256 ]; @@ -483776,6 +484319,8 @@ self: { pname = "network-transport-quic"; version = "0.1.1"; sha256 = "1grif580mw6kp5hdgmimia8a14ydqcz1q4wj824hs3qwmxgmp44d"; + revision = "1"; + editedCabalFile = "0sm97r2p3fgd64mdq12pamv2554cmi6wpi84y5h700xvvd5aqlg8"; libraryHaskellDepends = [ async base @@ -484229,6 +484774,59 @@ self: { } ) { }; + network-uri-template_0_1_2_0 = callPackage ( + { + mkDerivation, + base, + conduit, + containers, + hspec, + markdown-unlit, + megaparsec, + network-uri, + optparse-applicative, + prettyprinter, + prettyprinter-ansi-terminal, + text, + }: + mkDerivation { + pname = "network-uri-template"; + version = "0.1.2.0"; + sha256 = "1dg7nx4wpmg2x7qjwz9245rpz4mj3mq2hd930pvxqkgmq35p3mm5"; + isLibrary = true; + isExecutable = true; + libraryHaskellDepends = [ + base + containers + megaparsec + network-uri + prettyprinter + text + ]; + executableHaskellDepends = [ + base + containers + optparse-applicative + prettyprinter + prettyprinter-ansi-terminal + text + ]; + testHaskellDepends = [ + base + conduit + containers + hspec + megaparsec + text + ]; + testToolDepends = [ markdown-unlit ]; + description = "Library for parsing and expanding URI Templates, as per RFC 6570"; + license = lib.licenses.agpl3Only; + hydraPlatforms = lib.platforms.none; + mainProgram = "network-uri-template"; + } + ) { }; + network-voicetext = callPackage ( { mkDerivation, @@ -488000,7 +488598,7 @@ self: { } ) { }; - no-recursion_0_3_0_0 = callPackage ( + no-recursion_0_4_0_0 = callPackage ( { mkDerivation, base, @@ -488011,8 +488609,8 @@ self: { }: mkDerivation { pname = "no-recursion"; - version = "0.3.0.0"; - sha256 = "01g5gg2jrq5p8frq722z4a60j8s69kgb2shz3rvvcm4da91v62l9"; + version = "0.4.0.0"; + sha256 = "0i1bfh2iqwrzmbvhdjprmyf80899mbd3nk476zfwlpzfv9vzwgdn"; setupHaskellDepends = [ base Cabal @@ -488027,7 +488625,7 @@ self: { doctest ]; description = "A GHC plugin to remove support for recursion"; - license = "(AGPL-3.0-only WITH Universal-FOSS-exception-1.0 OR AGPL-3.0-only OR LicenseRef-commercial)"; + license = "(AGPL-3.0-only WITH Universal-FOSS-exception-1.0 OR LicenseRef-commercial)"; hydraPlatforms = lib.platforms.none; maintainers = [ lib.maintainers.sellout ]; } @@ -489762,8 +490360,8 @@ self: { pname = "nothunks"; version = "0.3.1"; sha256 = "0pcpgv4pp0likra1rxyf70w48qn0nyqqghagym1x73j4zr9gk0rp"; - revision = "1"; - editedCabalFile = "1qsabpyjcwkm75jh7pa6yv2aza0z50rpn0q27sxjxmhw1gbv0rja"; + revision = "2"; + editedCabalFile = "0v1x4ypv7hx473ik3r6yhbgjrjlqn3fhv8p7yn6wd8b75ndsbv43"; libraryHaskellDepends = [ base bytestring @@ -490916,16 +491514,18 @@ self: { mkDerivation, base, directory, + extra, process, transformers, uniplate, }: mkDerivation { pname = "nsis"; - version = "0.3.3"; - sha256 = "12vp44g56x6lkagh9qm5rf0hfrn7kqk4jxsswlml60iji7r8x9mx"; + version = "0.3.4"; + sha256 = "1a55qfm8zf0l3qyv7vfzjlvmj13sax74fcja7cbw8b4xp170317c"; libraryHaskellDepends = [ base + extra transformers uniplate ]; @@ -492160,28 +492760,6 @@ self: { ) { }; numhask = callPackage ( - { - mkDerivation, - base, - doctest-parallel, - QuickCheck, - }: - mkDerivation { - pname = "numhask"; - version = "0.13.1.0"; - sha256 = "0l326qwhra12ryjq9xmssl6pphfa4c5rhhbg1rm47rklclahwcy5"; - libraryHaskellDepends = [ base ]; - testHaskellDepends = [ - base - doctest-parallel - QuickCheck - ]; - description = "A numeric class hierarchy"; - license = lib.licensesSpdx."BSD-3-Clause"; - } - ) { }; - - numhask_0_13_2_1 = callPackage ( { mkDerivation, base }: mkDerivation { pname = "numhask"; @@ -492190,7 +492768,6 @@ self: { libraryHaskellDepends = [ base ]; description = "A numeric class hierarchy"; license = lib.licensesSpdx."BSD-3-Clause"; - hydraPlatforms = lib.platforms.none; } ) { }; @@ -492392,7 +492969,6 @@ self: { base, containers, distributive, - doctest-parallel, numhask, semigroupoids, tdigest, @@ -492402,47 +492978,8 @@ self: { }: mkDerivation { pname = "numhask-space"; - version = "0.13.1.0"; - sha256 = "145jb3vcy1n1i0xfhsnz4bm9fl2wnvikrazavv6x5yxjnba1m24m"; - libraryHaskellDepends = [ - adjunctions - base - containers - distributive - numhask - semigroupoids - tdigest - text - time - vector - ]; - testHaskellDepends = [ - base - doctest-parallel - ]; - description = "Numerical spaces"; - license = lib.licensesSpdx."BSD-3-Clause"; - } - ) { }; - - numhask-space_0_13_1_1 = callPackage ( - { - mkDerivation, - adjunctions, - base, - containers, - distributive, - numhask, - semigroupoids, - tdigest, - text, - time, - vector, - }: - mkDerivation { - pname = "numhask-space"; - version = "0.13.1.1"; - sha256 = "031r0a776kkcqqfz65nczrhp877v0917kv7hlkib5d45xfpb446h"; + version = "0.13.2.0"; + sha256 = "0vjj3dj7hab1gjv6c4knbvmwmszca5z1njz7p6i088dw2yk036ka"; libraryHaskellDepends = [ adjunctions base @@ -492457,7 +492994,6 @@ self: { ]; description = "Numerical spaces"; license = lib.licensesSpdx."BSD-3-Clause"; - hydraPlatforms = lib.platforms.none; } ) { }; @@ -495076,7 +495612,7 @@ self: { } ) { }; - ogma-cli_1_11_0 = callPackage ( + ogma-cli_1_12_0 = callPackage ( { mkDerivation, aeson, @@ -495093,8 +495629,8 @@ self: { }: mkDerivation { pname = "ogma-cli"; - version = "1.11.0"; - sha256 = "0ba5y46p8gi7vjl62791cjxly6ik00bfjbzma6z4n8irnf2frdzy"; + version = "1.12.0"; + sha256 = "1qj6lvjdcj77gfzyavr8rf4g2ywfq4maq38m9xvl7mqa9as235d2"; isLibrary = false; isExecutable = true; executableHaskellDepends = [ @@ -495192,7 +495728,7 @@ self: { } ) { }; - ogma-core_1_11_0 = callPackage ( + ogma-core_1_12_0 = callPackage ( { mkDerivation, aeson, @@ -495224,8 +495760,8 @@ self: { }: mkDerivation { pname = "ogma-core"; - version = "1.11.0"; - sha256 = "0bx7rjddwxwqacy3mw59502dc9jwy88s1mya4yn6mp9a1k62ha7g"; + version = "1.12.0"; + sha256 = "1pg9ikal0dd6b7kxs3rxbcv0hfiqb32lazzihpvivyngybb3wh3b"; enableSeparateDataOutput = true; libraryHaskellDepends = [ aeson @@ -495305,7 +495841,7 @@ self: { } ) { }; - ogma-extra_1_11_0 = callPackage ( + ogma-extra_1_12_0 = callPackage ( { mkDerivation, aeson, @@ -495322,8 +495858,8 @@ self: { }: mkDerivation { pname = "ogma-extra"; - version = "1.11.0"; - sha256 = "1az9v4zrwwfwpnqhdqcnr1bhyx3zkx2m372sp90f4v5m3gmk64mp"; + version = "1.12.0"; + sha256 = "0qkxnmhb2lj0g5vi7bwybib56m3p4malqiiwgv8jqc1p7c4j7phg"; libraryHaskellDepends = [ aeson base @@ -495389,7 +495925,7 @@ self: { } ) { }; - ogma-language-c_1_11_0 = callPackage ( + ogma-language-c_1_12_0 = callPackage ( { mkDerivation, alex, @@ -495405,8 +495941,8 @@ self: { }: mkDerivation { pname = "ogma-language-c"; - version = "1.11.0"; - sha256 = "0qh8v892bf25cs8csrc0sa4li172v20zr1qfpq4q8apb2hz71bpb"; + version = "1.12.0"; + sha256 = "07wgqwp0lmmj3klfn0kzhzkr8b2f74ffi1g9hdrzfd38dax0lccz"; setupHaskellDepends = [ base Cabal @@ -495484,12 +496020,12 @@ self: { } ) { }; - ogma-language-copilot_1_11_0 = callPackage ( + ogma-language-copilot_1_12_0 = callPackage ( { mkDerivation, base }: mkDerivation { pname = "ogma-language-copilot"; - version = "1.11.0"; - sha256 = "1d26p8qrdpisxgjs3ij09qkvs61p6ik18r311w3lbm1z6ryi3ifm"; + version = "1.12.0"; + sha256 = "1xcjf704lmwi94f4gbq1a9fcllphkqhv28kwgxsskazwkb65ql7z"; libraryHaskellDepends = [ base ]; description = "Ogma: Runtime Monitor translator: Copilot Language Endpoints"; license = lib.licenses.asl20; @@ -495526,7 +496062,7 @@ self: { } ) { }; - ogma-language-csv_1_11_0 = callPackage ( + ogma-language-csv_1_12_0 = callPackage ( { mkDerivation, base, @@ -495539,8 +496075,8 @@ self: { }: mkDerivation { pname = "ogma-language-csv"; - version = "1.11.0"; - sha256 = "0ba1y8shyanj97zlxpxpl158p5r9fy4x31zzx9mjxq0fglyi7fbs"; + version = "1.12.0"; + sha256 = "0cwfzpnlb1m9vphkzq3w7mxkby6vp1cda9iaz62364khglixzk61"; libraryHaskellDepends = [ base bytestring @@ -495661,7 +496197,7 @@ self: { } ) { }; - ogma-language-jsonspec_1_11_0 = callPackage ( + ogma-language-jsonspec_1_12_0 = callPackage ( { mkDerivation, aeson, @@ -495675,8 +496211,8 @@ self: { }: mkDerivation { pname = "ogma-language-jsonspec"; - version = "1.11.0"; - sha256 = "0mwph8zw0jdx4dvg4agd2jry9cjm2x96bbpacs8g5g49lp41bd3j"; + version = "1.12.0"; + sha256 = "1hr7a7pjwm52njnrg8ps9pwqgq88ls3vsr0nms49lz92xlnx150x"; libraryHaskellDepends = [ aeson base @@ -495736,7 +496272,7 @@ self: { } ) { }; - ogma-language-lustre_1_11_0 = callPackage ( + ogma-language-lustre_1_12_0 = callPackage ( { mkDerivation, alex, @@ -495752,8 +496288,8 @@ self: { }: mkDerivation { pname = "ogma-language-lustre"; - version = "1.11.0"; - sha256 = "03ckm7555snxrzs45n81h1rmma3ahc5m5rh9yarkwns34n8a20xg"; + version = "1.12.0"; + sha256 = "0rw6nd91lwjd8mx79vx1fd9k7lv520x7ii8a8j3acgpmg736x5cc"; setupHaskellDepends = [ base Cabal @@ -495823,7 +496359,7 @@ self: { } ) { }; - ogma-language-smv_1_11_0 = callPackage ( + ogma-language-smv_1_12_0 = callPackage ( { mkDerivation, alex, @@ -495839,8 +496375,8 @@ self: { }: mkDerivation { pname = "ogma-language-smv"; - version = "1.11.0"; - sha256 = "02zks4b679j4mjf624sf3kn2b4s9dfqiymkl9c8jhrimxvh20g49"; + version = "1.12.0"; + sha256 = "0xw93x9i2xdydwmnbm55jjx1l7ibavr5bd9dkamyhwanc3mr828x"; setupHaskellDepends = [ base Cabal @@ -495892,7 +496428,7 @@ self: { } ) { }; - ogma-language-xlsx_1_11_0 = callPackage ( + ogma-language-xlsx_1_12_0 = callPackage ( { mkDerivation, base, @@ -495903,8 +496439,8 @@ self: { }: mkDerivation { pname = "ogma-language-xlsx"; - version = "1.11.0"; - sha256 = "0i8k5baqcl9gfqkzxg3pydr3gji6n1530zf7w2rfzwzda13mi7n1"; + version = "1.12.0"; + sha256 = "1y4nwwaqqsr2dsw5zixvfjqfphhbxmacdid6z6kw16lng7dwksfg"; libraryHaskellDepends = [ base bytestring @@ -495947,7 +496483,7 @@ self: { } ) { }; - ogma-language-xmlspec_1_11_0 = callPackage ( + ogma-language-xmlspec_1_12_0 = callPackage ( { mkDerivation, base, @@ -495960,8 +496496,8 @@ self: { }: mkDerivation { pname = "ogma-language-xmlspec"; - version = "1.11.0"; - sha256 = "0d9mqz7g996d0gn13l93fy3spvqqld35hllc6haimzm4pahyq7ai"; + version = "1.12.0"; + sha256 = "0p6dzvy445330zl1kiz46jfd6kapkvaddsl6sp549d3zd29db2rr"; libraryHaskellDepends = [ base hxt @@ -495989,12 +496525,12 @@ self: { } ) { }; - ogma-spec_1_11_0 = callPackage ( + ogma-spec_1_12_0 = callPackage ( { mkDerivation, base }: mkDerivation { pname = "ogma-spec"; - version = "1.11.0"; - sha256 = "0wdhb4n9ngrxy5b8s89ms1m72ykp36vldslm8w66181icinn96d9"; + version = "1.12.0"; + sha256 = "1da8sq40zj22grc34qfnlchys70ai3n5plfjq1b8w47x83cww51q"; libraryHaskellDepends = [ base ]; description = "Ogma: Runtime Monitor translator: JSON Frontend"; license = lib.licenses.asl20; @@ -497555,45 +498091,6 @@ self: { ) { }; one-liner = callPackage ( - { - mkDerivation, - base, - bifunctors, - contravariant, - ghc-prim, - HUnit, - linear-base, - profunctors, - tagged, - transformers, - }: - mkDerivation { - pname = "one-liner"; - version = "2.1"; - sha256 = "09gdivd38disddxs42179vmgca0yzk5dfm6ygicgl5l25qbizrfh"; - revision = "1"; - editedCabalFile = "1n6d74s0x91qi4fi6wv5yggjb1nvwk0ir580mkf67bca2x6f1cqn"; - libraryHaskellDepends = [ - base - bifunctors - contravariant - ghc-prim - linear-base - profunctors - tagged - transformers - ]; - testHaskellDepends = [ - base - contravariant - HUnit - ]; - description = "Constraint-based generics"; - license = lib.licenses.bsd3; - } - ) { }; - - one-liner_2_1_1 = callPackage ( { mkDerivation, base, @@ -497624,7 +498121,6 @@ self: { ]; description = "Constraint-based generics"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; } ) { }; @@ -502374,8 +502870,8 @@ self: { pname = "optics-th"; version = "0.4.1"; sha256 = "05zxljfqmhr5if7l8gld5s864nql6kqjfizsf1z7r3ydknvmff6p"; - revision = "9"; - editedCabalFile = "0v96pjcm6g59d49vg2a0zcaxyky1yml7rcg2q0635qq27bc01x14"; + revision = "10"; + editedCabalFile = "04jlmkxjnii6qpklgp1kmjxzvd21k3hspqjhk4cmk8h8wd3y6nbb"; libraryHaskellDepends = [ base containers @@ -504597,8 +505093,8 @@ self: { pname = "ormolu"; version = "0.8.0.2"; sha256 = "1fh2m4sy8vzxvm1qm9413apzblqf4sla3454mx64ngkwx0pgi2ad"; - revision = "1"; - editedCabalFile = "1hfgbbrwqj56j5sxnlb6xlmf43iykawnw3lii0fg83wg3vk173if"; + revision = "2"; + editedCabalFile = "0sqxf4rrz48v6fgvwnkkbfis2b0qwjr7j64x4knkkvy9l5vganj0"; isLibrary = true; isExecutable = true; libraryHaskellDepends = [ @@ -504744,8 +505240,8 @@ self: { }: mkDerivation { pname = "orville-postgresql"; - version = "1.1.0.0"; - sha256 = "11yax49l861qkx22nqphdch1w1gg1yp01m6kb2dcrgn50clbxqql"; + version = "1.1.1.0"; + sha256 = "02377anyhsgiw1g5xqj5w6686ad6q99ik3q59h6nwcikd1hrvjpv"; libraryHaskellDepends = [ attoparsec base @@ -504978,7 +505474,7 @@ self: { } ) { }; - os-string_2_0_8 = callPackage ( + os-string_2_0_10 = callPackage ( { mkDerivation, base, @@ -504993,8 +505489,8 @@ self: { }: mkDerivation { pname = "os-string"; - version = "2.0.8"; - sha256 = "11i62ysdlqjzajj5s7s6n696mqhflpfn1a251mxjwa1hvmwl4y82"; + version = "2.0.10"; + sha256 = "19asqyappgnyzvr3wrh5jnaim6zs7girk7g61j1gq28s2akbi0pn"; libraryHaskellDepends = [ base bytestring @@ -509497,66 +509993,6 @@ self: { ) { }; pandoc-lua-marshal = callPackage ( - { - mkDerivation, - aeson, - base, - bytestring, - containers, - exceptions, - hslua, - hslua-list, - hslua-marshalling, - pandoc-types, - QuickCheck, - safe, - tasty, - tasty-hunit, - tasty-lua, - tasty-quickcheck, - text, - }: - mkDerivation { - pname = "pandoc-lua-marshal"; - version = "0.3.1"; - sha256 = "0869amr9w5s90dha694vy6rwfni7p1wp9dyjyyk2jvh8h22gcpr0"; - libraryHaskellDepends = [ - aeson - base - bytestring - containers - exceptions - hslua - hslua-list - hslua-marshalling - pandoc-types - safe - text - ]; - testHaskellDepends = [ - aeson - base - bytestring - containers - exceptions - hslua - hslua-list - hslua-marshalling - pandoc-types - QuickCheck - safe - tasty - tasty-hunit - tasty-lua - tasty-quickcheck - text - ]; - description = "Use pandoc types in Lua"; - license = lib.licensesSpdx."MIT"; - } - ) { }; - - pandoc-lua-marshal_0_3_2_1 = callPackage ( { mkDerivation, aeson, @@ -509613,7 +510049,6 @@ self: { ]; description = "Use pandoc types in Lua"; license = lib.licensesSpdx."MIT"; - hydraPlatforms = lib.platforms.none; } ) { }; @@ -512594,6 +513029,74 @@ self: { } ) { }; + parameterized-utils_2_2_0_0 = callPackage ( + { + mkDerivation, + base, + base-orphans, + constraints, + containers, + deepseq, + hashable, + hashtables, + hedgehog, + hedgehog-classes, + indexed-traversable, + microlens, + microlens-pro, + mtl, + profunctors, + tasty, + tasty-ant-xml, + tasty-hedgehog, + tasty-hunit, + template-haskell, + text, + th-abstraction, + vector, + }: + mkDerivation { + pname = "parameterized-utils"; + version = "2.2.0.0"; + sha256 = "0kz5ssgah0n5in76mibif3phqqd5mxy5cca26aafcvvm2g45v336"; + libraryHaskellDepends = [ + base + base-orphans + constraints + containers + deepseq + hashable + hashtables + indexed-traversable + microlens + microlens-pro + mtl + profunctors + template-haskell + text + th-abstraction + vector + ]; + testHaskellDepends = [ + base + hashable + hashtables + hedgehog + hedgehog-classes + indexed-traversable + microlens + mtl + tasty + tasty-ant-xml + tasty-hedgehog + tasty-hunit + ]; + description = "Classes and data structures for working with data-kind indexed types"; + license = lib.licensesSpdx."BSD-3-Clause"; + hydraPlatforms = lib.platforms.none; + } + ) { }; + parametric-functor = callPackage ( { mkDerivation, @@ -515608,10 +516111,8 @@ self: { }: mkDerivation { pname = "patch-image"; - version = "0.3.3.2"; - sha256 = "1kbd19vaizhbrpb4pa3py125kaw313yn3aq70yr7wygk1kk6v7ql"; - revision = "4"; - editedCabalFile = "0li4lra7d79vkmlzbgrdr19szvhdm5ifsszk54l5w3pkrijiqv5k"; + version = "0.3.3.3"; + sha256 = "1mncv450iwhd26syn077dzv855dqcx8m10gj0r4bsb9yqnmnyahw"; isLibrary = false; isExecutable = true; executableHaskellDepends = [ @@ -516424,7 +516925,7 @@ self: { } ) { }; - patrol_1_2_0_0 = callPackage ( + patrol_1_2_0_3 = callPackage ( { mkDerivation, aeson, @@ -516444,8 +516945,8 @@ self: { }: mkDerivation { pname = "patrol"; - version = "1.2.0.0"; - sha256 = "1d7xvcxn37xas8iy8z271dbk6w21ps3j7br417fgd7xj18nnrkiy"; + version = "1.2.0.3"; + sha256 = "1l0yfznc25cm4daa80fpqy7slym16pizbqqjv54mzzsqdfl30bn2"; libraryHaskellDepends = [ aeson base @@ -519488,6 +519989,67 @@ self: { } ) { }; + perf_0_14_2_1 = callPackage ( + { + mkDerivation, + base, + boxes, + chart-svg, + clock, + containers, + deepseq, + formatn, + mtl, + numhask-space, + optics-core, + optparse-applicative, + prettychart, + prettyprinter, + recursion-schemes, + text, + vector, + }: + mkDerivation { + pname = "perf"; + version = "0.14.2.1"; + sha256 = "15cvr0c1szy8gaa5lsklsnvdqqy53bq1mf295aiv059bwn51ng6y"; + isLibrary = true; + isExecutable = true; + libraryHaskellDepends = [ + base + boxes + chart-svg + clock + containers + deepseq + formatn + mtl + numhask-space + optics-core + optparse-applicative + prettychart + prettyprinter + recursion-schemes + text + vector + ]; + executableHaskellDepends = [ + base + containers + deepseq + mtl + optics-core + optparse-applicative + text + ]; + benchmarkHaskellDepends = [ base ]; + description = "Performance tools"; + license = lib.licensesSpdx."BSD-3-Clause"; + hydraPlatforms = lib.platforms.none; + mainProgram = "perf-explore"; + } + ) { }; + perf-analysis = callPackage ( { mkDerivation, @@ -520537,7 +521099,7 @@ self: { } ) { }; - persistent_2_18_0_0 = callPackage ( + persistent_2_18_1_0 = callPackage ( { mkDerivation, aeson, @@ -520582,8 +521144,8 @@ self: { }: mkDerivation { pname = "persistent"; - version = "2.18.0.0"; - sha256 = "19qj5kqjvyqfj6zzrncwkdfz08gp50xl9p3mnqyhrfgldzp2fxjp"; + version = "2.18.1.0"; + sha256 = "0yiyfa84c47rp9np6qfpjlq396plcvny0allady88dj9p66jzm6k"; libraryHaskellDepends = [ aeson attoparsec @@ -522010,7 +522572,7 @@ self: { } ) { }; - persistent-postgresql_2_14_2_0 = callPackage ( + persistent-postgresql_2_14_3_0 = callPackage ( { mkDerivation, aeson, @@ -522052,8 +522614,8 @@ self: { }: mkDerivation { pname = "persistent-postgresql"; - version = "2.14.2.0"; - sha256 = "0kg7advrdpqxdm26imbb2jbszpwhqqc80mm41hskicglzxnibxf8"; + version = "2.14.3.0"; + sha256 = "1dl6bbpvffia6an10608a06z16lkpm1vnf5pggyfigwrn4ldjcz5"; isLibrary = true; isExecutable = true; libraryHaskellDepends = [ @@ -524249,8 +524811,8 @@ self: { }: mkDerivation { pname = "phino"; - version = "0.0.0.60"; - sha256 = "1w72bbmiq15fsgqk8f97zxjjxbs9a2lpnmwkm1v7spmzlyscxn47"; + version = "0.0.0.64"; + sha256 = "0lmvrrqpm44qhi5jm1davklfg2w1wnzmivnqyd2w6lg153kidizs"; isLibrary = true; isExecutable = true; libraryHaskellDepends = [ @@ -534838,8 +535400,8 @@ self: { }: mkDerivation { pname = "pollock"; - version = "0.1.0.3"; - sha256 = "14nvwjb0bsddkp34wm0cvqz7jrs4505p5c1yb2lm7fdw63mb0lb5"; + version = "0.1.0.4"; + sha256 = "1qw53vbx6sl2biamw9hbj371yp7ifbc9rnr3rj1cpgazv1qh27zm"; libraryHaskellDepends = [ attoparsec base @@ -540535,8 +541097,8 @@ self: { pname = "postgresql-migration"; version = "0.2.1.8"; sha256 = "1lr1fgr23zxhn52jarpwlcxkha23glgin71mdm34ph44xim9n6ra"; - revision = "1"; - editedCabalFile = "1r8j7ydf03bddxp1r9jcqg0s2mw1f9mjy6zyz9bhvj3ldrzi5931"; + revision = "2"; + editedCabalFile = "1cipwxpizrk79jh5gdsaax102d96kdz602bjmw8silx255jmyfbd"; isLibrary = true; isExecutable = true; libraryHaskellDepends = [ @@ -541276,8 +541838,8 @@ self: { }: mkDerivation { pname = "postgresql-simple-interval"; - version = "1.0.1.1"; - sha256 = "1m1bjmzaini8l7q8d9rsfzdhpjpg4kn1jahy9vsfk38z0w9v6bv3"; + version = "1.0.1.2"; + sha256 = "0kajdnl9gl3np4c1cjlpcp5gj0fx38gn4177ym6qj7vq4jh1x9zp"; libraryHaskellDepends = [ attoparsec base @@ -541497,6 +542059,57 @@ self: { } ) { }; + postgresql-simple-postgresql-types = callPackage ( + { + mkDerivation, + async, + attoparsec, + base, + hspec, + postgresql-simple, + postgresql-types, + postgresql-types-algebra, + QuickCheck, + quickcheck-instances, + stm, + tagged, + testcontainers-postgresql, + text, + text-builder, + }: + mkDerivation { + pname = "postgresql-simple-postgresql-types"; + version = "0.1.0.1"; + sha256 = "0rzi00yww6xb9srai836fz6d6mxa7r8yrbmx5b65yhx02y56rym2"; + libraryHaskellDepends = [ + attoparsec + base + postgresql-simple + postgresql-types + postgresql-types-algebra + tagged + text + text-builder + ]; + testHaskellDepends = [ + async + base + hspec + postgresql-simple + postgresql-types + postgresql-types-algebra + QuickCheck + quickcheck-instances + stm + tagged + testcontainers-postgresql + text + ]; + description = "Integration of \"postgresql-simple\" with \"postgresql-types\""; + license = lib.licensesSpdx."MIT"; + } + ) { }; + postgresql-simple-queue = callPackage ( { mkDerivation, @@ -542007,6 +542620,127 @@ self: { } ) { }; + postgresql-types = callPackage ( + { + mkDerivation, + aeson, + async, + attoparsec, + base, + bytestring, + containers, + hashable, + hspec, + hspec-discover, + jsonifier, + mtl, + postgresql-libpq, + postgresql-types-algebra, + ptr-peeker, + ptr-poker, + QuickCheck, + quickcheck-classes, + quickcheck-instances, + scientific, + stm, + tagged, + testcontainers-postgresql, + text, + text-builder, + time, + transformers, + uuid, + vector, + }: + mkDerivation { + pname = "postgresql-types"; + version = "0.1.1.1"; + sha256 = "1w7f5z4dicy0a7h6cwd9lv71dj4qy587czdpf5fs26yij9hsvgi0"; + libraryHaskellDepends = [ + aeson + attoparsec + base + bytestring + containers + hashable + jsonifier + mtl + postgresql-types-algebra + ptr-peeker + ptr-poker + QuickCheck + scientific + tagged + text + text-builder + time + transformers + uuid + vector + ]; + testHaskellDepends = [ + aeson + async + attoparsec + base + bytestring + containers + hspec + postgresql-libpq + postgresql-types-algebra + ptr-peeker + ptr-poker + QuickCheck + quickcheck-classes + quickcheck-instances + scientific + stm + tagged + testcontainers-postgresql + text + text-builder + time + uuid + vector + ]; + testToolDepends = [ hspec-discover ]; + doHaddock = false; + description = "Precise PostgreSQL types representation and driver-agnostic codecs"; + license = lib.licensesSpdx."MIT"; + } + ) { }; + + postgresql-types-algebra = callPackage ( + { + mkDerivation, + attoparsec, + base, + bytestring, + ptr-peeker, + ptr-poker, + tagged, + text, + text-builder, + }: + mkDerivation { + pname = "postgresql-types-algebra"; + version = "0.1"; + sha256 = "1r1s37nc6bk77r5fzva5nhil4rr99hc3wgcby00nq2rg8jfwlh3c"; + libraryHaskellDepends = [ + attoparsec + base + bytestring + ptr-peeker + ptr-poker + tagged + text + text-builder + ]; + description = "Type classes for PostgreSQL type mappings"; + license = lib.licensesSpdx."MIT"; + } + ) { }; + postgrest = callPackage ( { mkDerivation, @@ -543177,8 +543911,10 @@ self: { }: mkDerivation { pname = "ppad-base58"; - version = "0.2.2"; - sha256 = "1z5dcpsjrdijs0d9zcgr52bs2k7jd52n1dg98a38khyqlngchb9j"; + version = "0.2.3"; + sha256 = "0a1pxl7g8zjlvmm5cvcg26j7n11bxsnacq1qlq5vmc902mvgkwm8"; + revision = "1"; + editedCabalFile = "1s1m4z03jx0x8cxkyvb7n3kdd80vy152pb4p5hjwxyv6kpsn70df"; libraryHaskellDepends = [ base bytestring @@ -543263,8 +543999,8 @@ self: { }: mkDerivation { pname = "ppad-bip32"; - version = "0.3.2"; - sha256 = "1jdgp6n9sjd4wlm9ah6y33ss868gbzg5f75wd0jagb60lbxsizbk"; + version = "0.3.3"; + sha256 = "1h0j5wq6hky83hj79gz2s1dv2bs8cib754va0lq4mjznfga82y6z"; libraryHaskellDepends = [ base bytestring @@ -543323,8 +544059,8 @@ self: { }: mkDerivation { pname = "ppad-bip39"; - version = "0.3.1"; - sha256 = "1989xkclz8djd4ysa7fl1nb1icimyvk514mqxfncsil6517cxg53"; + version = "0.3.2"; + sha256 = "1kkbwar3diispj5idi72djqyfsmszd1wajl3ia9ma9087ag6jfnq"; libraryHaskellDepends = [ base bytestring @@ -543454,8 +544190,8 @@ self: { }: mkDerivation { pname = "ppad-hkdf"; - version = "0.3.1"; - sha256 = "0r62xdibpbnk1gv3krw7xpxbl2nh3l18j8x9z374hkhd4z9ii4xi"; + version = "0.3.2"; + sha256 = "1g3wvi6i8v162gj3zx42ws0cbvc39mhxyqqzq7xxzq2xayvcqv89"; libraryHaskellDepends = [ base bytestring @@ -543546,8 +544282,8 @@ self: { }: mkDerivation { pname = "ppad-pbkdf"; - version = "0.2.1"; - sha256 = "0aw7ps0z1l1b1h1n26w2sariglki38ya7iaa2ahb674a64imwpkz"; + version = "0.2.2"; + sha256 = "18rh2rb9dvrwm46j7gplkrxy5qlywzhzsiig4vpy5xqkkcqzxwdy"; libraryHaskellDepends = [ base bytestring @@ -543770,16 +544506,18 @@ self: { criterion, deepseq, ppad-base16, + quickcheck-instances, SHA, tasty, tasty-hunit, + tasty-quickcheck, text, weigh, }: mkDerivation { pname = "ppad-sha256"; - version = "0.3.0"; - sha256 = "0izl5mwm1bjpx76fcvszv3jbzk9cqingfqqcznvg645lzsi8lc69"; + version = "0.3.1"; + sha256 = "10blakf26r9fq4ah1bnd73gxdkh8sr0lm8vxw667s77m10ylbwk4"; libraryHaskellDepends = [ base bytestring @@ -543789,8 +544527,10 @@ self: { base bytestring ppad-base16 + quickcheck-instances tasty tasty-hunit + tasty-quickcheck text ]; benchmarkHaskellDepends = [ @@ -543817,16 +544557,18 @@ self: { criterion, deepseq, ppad-base16, + quickcheck-instances, SHA, tasty, tasty-hunit, + tasty-quickcheck, text, weigh, }: mkDerivation { pname = "ppad-sha512"; - version = "0.2.0"; - sha256 = "1qa5rhnl91n1wc5w18mn5lvhrz4w3wxn7n1awzd9zqyrjzb5drz5"; + version = "0.2.1"; + sha256 = "0ric9q4y6k5vvd4sjsdnpry20y678qs26p7wig39fbm84b3dq83x"; libraryHaskellDepends = [ base bytestring @@ -543836,8 +544578,10 @@ self: { base bytestring ppad-base16 + quickcheck-instances tasty tasty-hunit + tasty-quickcheck text ]; benchmarkHaskellDepends = [ @@ -544281,48 +545025,6 @@ self: { ) { }; prairie = callPackage ( - { - mkDerivation, - aeson, - base, - constraints, - containers, - foldable1-classes-compat, - hspec, - lens, - mtl, - semigroupoids, - template-haskell, - text, - }: - mkDerivation { - pname = "prairie"; - version = "0.1.0.0"; - sha256 = "06qmm3f0zfa31909vz09fanra9nhmgr4f686raif272hpxiayznp"; - libraryHaskellDepends = [ - aeson - base - constraints - containers - foldable1-classes-compat - mtl - semigroupoids - template-haskell - text - ]; - testHaskellDepends = [ - aeson - base - hspec - lens - semigroupoids - ]; - description = "A first class record field library"; - license = lib.licenses.bsd3; - } - ) { }; - - prairie_0_1_1_0 = callPackage ( { mkDerivation, aeson, @@ -544361,7 +545063,6 @@ self: { ]; description = "A first class record field library"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; } ) { }; @@ -546334,7 +547035,6 @@ self: { bytestring, chart-svg, containers, - doctest-parallel, filepath, fsnotify, markup-parse, @@ -546347,8 +547047,8 @@ self: { }: mkDerivation { pname = "prettychart"; - version = "0.3.0.2"; - sha256 = "0qa4p1yx5ld2gbxymq2x5pd3y37hcqmjiyymxcwd8ndxh3f66llp"; + version = "0.3.0.3"; + sha256 = "1h47z9pnb9q9yiasqhq7liq9y12qzya2ynaaa9qy3xxyn1mjp8z2"; isLibrary = true; isExecutable = true; libraryHaskellDepends = [ @@ -546375,10 +547075,6 @@ self: { optparse-applicative web-rep ]; - testHaskellDepends = [ - base - doctest-parallel - ]; description = "Pretty print charts from ghci"; license = lib.licensesSpdx."BSD-3-Clause"; mainProgram = "prettychart-watch"; @@ -547193,6 +547889,8 @@ self: { pname = "primecount"; version = "0.1.0.2"; sha256 = "090k1ks5ax6f8x8dkyjz3p7dp2wlvrrm2g655lh57d16l8h5p7sj"; + revision = "2"; + editedCabalFile = "11lpcq8ldkp2y6wdc4kwb5wqlcfmkq9ysf2fjdjjirpnlrvkbmfa"; libraryHaskellDepends = [ base ]; librarySystemDepends = [ primecount ]; testHaskellDepends = [ @@ -549852,8 +550550,8 @@ self: { }: mkDerivation { pname = "profiteur"; - version = "0.4.7.0"; - sha256 = "1pkjca5l5nbvkrhw3s2j54mr0wg5a53wyffzwvhfxmfslgd1s7pw"; + version = "0.4.7.1"; + sha256 = "0jkk1k7h9dnl1bz0gsjspjsf10fmbrys0dy9clqa35y948fpxx1z"; isLibrary = true; isExecutable = true; enableSeparateDataOutput = true; @@ -552747,6 +553445,7 @@ self: { aeson, aeson-pretty, attoparsec, + attoparsec-aeson, base, base64-bytestring, binary, @@ -552755,17 +553454,14 @@ self: { containers, contravariant, deepseq, - dhall, doctest, filepath, foldl, generic-arbitrary, + ghc-lib-parser, hashable, - haskell-src, hedgehog, insert-ordered-containers, - large-generics, - large-records, lens, mtl, neat-interpolation, @@ -552778,7 +553474,6 @@ self: { proto3-wire, QuickCheck, quickcheck-instances, - range-set-list, record-hasfield, safe, split, @@ -552788,6 +553483,7 @@ self: { tasty-hedgehog, tasty-hunit, tasty-quickcheck, + template-haskell, text, text-short, time, @@ -552797,8 +553493,8 @@ self: { }: mkDerivation { pname = "proto3-suite"; - version = "0.7.0"; - sha256 = "0yvp43clms55csjdr552ygszzcnyc32a53i11301awmvr8yxsarm"; + version = "0.9.4"; + sha256 = "1psfqrn09c3p1b9zd8237i28r5dfjp3zpk5f2jq9l5izzam71y6a"; isLibrary = true; isExecutable = true; enableSeparateDataOutput = true; @@ -552806,6 +553502,7 @@ self: { aeson aeson-pretty attoparsec + attoparsec-aeson base base64-bytestring binary @@ -552814,14 +553511,11 @@ self: { containers contravariant deepseq - dhall filepath foldl + ghc-lib-parser hashable - haskell-src insert-ordered-containers - large-generics - large-records lens mtl neat-interpolation @@ -552836,6 +553530,7 @@ self: { split swagger2 system-filepath + template-haskell text text-short time @@ -552846,11 +553541,11 @@ self: { executableHaskellDepends = [ base containers + ghc-lib-parser mtl optparse-applicative optparse-generic proto3-wire - range-set-list system-filepath text turtle @@ -552866,9 +553561,8 @@ self: { deepseq doctest generic-arbitrary + ghc-lib-parser hedgehog - large-generics - large-records mtl parsec pretty @@ -553960,6 +554654,8 @@ self: { pname = "pseudo-boolean"; version = "0.1.12.0"; sha256 = "1imnlqbfzqk80zkcbqqprfyynh1b10akgiafpbqd1cp7abgz3w5m"; + revision = "1"; + editedCabalFile = "1ijqykfxh81svgpg43sy9lgz6i1zbgisb31896hj8pl1a1qxqx6d"; libraryHaskellDepends = [ attoparsec base @@ -554583,17 +555279,19 @@ self: { base, bytestring, criterion, - hedgehog, + hspec, + hspec-discover, isomorphism-class, numeric-limits, + QuickCheck, rerebase, scientific, text, }: mkDerivation { pname = "ptr-poker"; - version = "0.1.2.16"; - sha256 = "15x169xihal3y4is4rcdx7rq4yz62dx6xj864vqs2dhxa819iw0l"; + version = "0.1.3"; + sha256 = "0aggq4mnikln6rsy8n9qy6d3znq5d7jayz4hnak5s6badd7f2h8b"; libraryHaskellDepends = [ base bytestring @@ -554601,11 +555299,13 @@ self: { text ]; testHaskellDepends = [ - hedgehog + hspec isomorphism-class numeric-limits + QuickCheck rerebase ]; + testToolDepends = [ hspec-discover ]; benchmarkHaskellDepends = [ criterion rerebase @@ -558376,8 +559076,8 @@ self: { }: mkDerivation { pname = "qhs"; - version = "0.4.0"; - sha256 = "10b996ymvsmcmjyiaw567idr52mc017cgppma9va8yw94xqgdx7s"; + version = "0.4.1"; + sha256 = "0j7jdjgq45qahf1dyys94a3appi70n9jrhglwv0c52zn703vwqa4"; isLibrary = false; isExecutable = true; libraryHaskellDepends = [ @@ -560361,8 +561061,8 @@ self: { }: mkDerivation { pname = "quic"; - version = "0.2.21"; - sha256 = "118ds282flakcdadvybn35bvr02dz2iqwg5c1m6d0gj51mmkb054"; + version = "0.2.23"; + sha256 = "0kjbqxd0hpi91s9jpyp7s8kr9jqd7aqh8lxkwhq9l0cjfwqgisn0"; isLibrary = true; isExecutable = true; libraryHaskellDepends = [ @@ -561033,6 +561733,29 @@ self: { } ) { }; + quickcheck-extras = callPackage ( + { + mkDerivation, + base, + containers, + QuickCheck, + splitmix, + }: + mkDerivation { + pname = "quickcheck-extras"; + version = "0.1.0.1"; + sha256 = "1xp5qasgq47zwdv54fcgqf5ng7bgwyihq8sg66jv3c1vlny89s0q"; + libraryHaskellDepends = [ + base + containers + QuickCheck + splitmix + ]; + description = "Extra utilities for QuickCheck"; + license = lib.licensesSpdx."MIT"; + } + ) { }; + quickcheck-groups = callPackage ( { mkDerivation, @@ -564053,6 +564776,8 @@ self: { pname = "rails-session"; version = "0.1.4.0"; sha256 = "1gmy0xf7fsjaadmawzssaas7ngwgil9sgnw7s0xhqx1kxz2860sz"; + revision = "1"; + editedCabalFile = "0mnc0x1n3h6hpklwnk4i5yw9gg9qyvmvqlw7c5831wd999lgzrlk"; enableSeparateDataOutput = true; libraryHaskellDepends = [ aeson @@ -564591,8 +565316,8 @@ self: { }: mkDerivation { pname = "rampart"; - version = "2.0.0.11"; - sha256 = "04hj1sh0ad3fg10d7w9fz4xvic6kfxi6iacci63g4m2151w9l7gl"; + version = "2.0.0.13"; + sha256 = "1y2hykmzi6988lwc0iirngk5xa4jr6a59xrcfdbvxrqf3ags2wvz"; libraryHaskellDepends = [ base ]; testHaskellDepends = [ base @@ -565920,8 +566645,8 @@ self: { }: mkDerivation { pname = "rank2classes"; - version = "1.5.5"; - sha256 = "0xbngg520d1r1lp3zsjgdvajz4i6x12ia9zyka8vivypiwcg7ll8"; + version = "1.5.5.1"; + sha256 = "1jnvii4rw0mp5wncqrifhzpnvyfj2dqfq69fa6pk71gsvihspf1n"; libraryHaskellDepends = [ base data-functor-logistic @@ -566604,8 +567329,8 @@ self: { }: mkDerivation { pname = "ratel"; - version = "2.0.0.15"; - sha256 = "1d074x3vdnkdrh2m7z0iswbiihgafbm8ik2nf56ipry27pvkjfq3"; + version = "2.0.0.17"; + sha256 = "1vr1a7r32xknsvkbbj6y5lalf9kyj5zrm8hc7jgnsavmyi8gswzb"; libraryHaskellDepends = [ aeson base @@ -566640,8 +567365,8 @@ self: { }: mkDerivation { pname = "ratel-wai"; - version = "2.0.0.10"; - sha256 = "06wdcy1zych0lwwddznnrgapmzmxmahy98yqcfikqrrf85nd73ng"; + version = "2.0.0.12"; + sha256 = "1c7zsk9vmg0zrlryickq28k165kg124xfdq2idckqk825jj556a2"; libraryHaskellDepends = [ base bytestring @@ -570099,7 +570824,7 @@ self: { } ) { }; - rebase_1_22 = callPackage ( + rebase_1_23 = callPackage ( { mkDerivation, base, @@ -570125,15 +570850,15 @@ self: { time-compat, transformers, unordered-containers, - uuid-types, + uuid, vector, vector-instances, void, }: mkDerivation { pname = "rebase"; - version = "1.22"; - sha256 = "0cxzxh9jmigjphzm4svibkngjwwy35hg4afkj2bqp95r40831fc7"; + version = "1.23"; + sha256 = "10bswk6acyfxlmr84bfb2valwmzn425l6622nc2qy9mnm66hcz14"; libraryHaskellDepends = [ base bifunctors @@ -570158,7 +570883,7 @@ self: { time-compat transformers unordered-containers - uuid-types + uuid vector vector-instances void @@ -570825,66 +571550,6 @@ self: { ) { }; recover-rtti = callPackage ( - { - mkDerivation, - aeson, - base, - bytestring, - containers, - ghc-heap, - mtl, - primitive, - QuickCheck, - sop-core, - stm, - tasty, - tasty-hunit, - tasty-quickcheck, - text, - unordered-containers, - vector, - }: - mkDerivation { - pname = "recover-rtti"; - version = "0.5.2"; - sha256 = "1wq7sg93b4igqm21cjwq3fwdjcma17widnics8467d12bgfq7psx"; - libraryHaskellDepends = [ - aeson - base - bytestring - containers - ghc-heap - mtl - primitive - sop-core - stm - text - unordered-containers - vector - ]; - testHaskellDepends = [ - aeson - base - bytestring - containers - mtl - primitive - QuickCheck - sop-core - stm - tasty - tasty-hunit - tasty-quickcheck - text - unordered-containers - vector - ]; - description = "Recover run-time type information from the GHC heap"; - license = lib.licensesSpdx."BSD-3-Clause"; - } - ) { }; - - recover-rtti_0_5_3 = callPackage ( { mkDerivation, aeson, @@ -570941,7 +571606,6 @@ self: { ]; description = "Recover run-time type information from the GHC heap"; license = lib.licensesSpdx."BSD-3-Clause"; - hydraPlatforms = lib.platforms.none; } ) { }; @@ -579501,6 +580165,39 @@ self: { } ) { }; + repl-alliance = callPackage ( + { + mkDerivation, + auto-export, + auto-extract, + auto-import, + auto-split, + base, + ghc, + ghci-quickfix, + monoidal-plugins, + pinned-warnings, + }: + mkDerivation { + pname = "repl-alliance"; + version = "0.1.0.0"; + sha256 = "09jnk151s9phvrif2kg97m7p983qhb41bp72f31qk0pcxvj3l48m"; + libraryHaskellDepends = [ + auto-export + auto-extract + auto-import + auto-split + base + ghc + ghci-quickfix + monoidal-plugins + pinned-warnings + ]; + description = "Currated set of plugins for REPL based development"; + license = lib.licensesSpdx."BSD-3-Clause"; + } + ) { }; + repl-toolkit = callPackage ( { mkDerivation, @@ -580127,8 +580824,8 @@ self: { pname = "req"; version = "3.13.4"; sha256 = "0s80kl29b7d35v044yvkfa6ja40k4sm3wh26qpnscqzv2n6w8zzk"; - revision = "5"; - editedCabalFile = "099ycsfbpzl88k448k3sjihq328zm618pbpqcr89xpl1cxcfg77n"; + revision = "7"; + editedCabalFile = "0m0ba98f0fykda9258m8xr2g7gx9l251gj3csipyrk52m1kb53lx"; enableSeparateDataOutput = true; libraryHaskellDepends = [ aeson @@ -580609,13 +581306,14 @@ self: { } ) { }; - rerebase_1_22 = callPackage ( + rerebase_1_23 = callPackage ( { mkDerivation, rebase }: mkDerivation { pname = "rerebase"; - version = "1.22"; - sha256 = "15ndsi02q6pbzflb1ib7gj6nf0cxkmqfy7sjglnsjc6gji4b3f8x"; + version = "1.23"; + sha256 = "0l60drp8fh1zz2bwr6dhjzaq757571zsm4cmvmml29dclq82na84"; libraryHaskellDepends = [ rebase ]; + doHaddock = false; description = "Reexports from \"base\" with a bunch of other standard libraries"; license = lib.licensesSpdx."MIT"; hydraPlatforms = lib.platforms.none; @@ -586718,8 +587416,8 @@ self: { }: mkDerivation { pname = "rme"; - version = "0.1.1"; - sha256 = "0c7q0jwhlwsvy6prgwczabd039pza2zlvxddfiswcma4l1npszly"; + version = "0.1.2"; + sha256 = "1i52bp18117ch45z9h667dfr648w98qmhzw4qjns6sn1d09qg5dv"; libraryHaskellDepends = [ base containers @@ -586743,8 +587441,8 @@ self: { }: mkDerivation { pname = "rme-what4"; - version = "0.1.1"; - sha256 = "0px6id65hjk8cqphvs6lr05212w9d7i2hryv26v5ia40vh9nxhyf"; + version = "0.1.2"; + sha256 = "1zfhhfhfvm1gbin48rgjgmvqs0m7bz261q8fd8fr0yvvww1w6fcj"; libraryHaskellDepends = [ base bv-sized @@ -590963,8 +591661,8 @@ self: { pname = "ruby-marshal"; version = "0.2.1"; sha256 = "18kdagf0lyghpaffzgw42ql1wrqkh13rfqjpj23i09i67pqrv3lk"; - revision = "2"; - editedCabalFile = "0sm6gk2v7f3hsr5y22g35bl2fdia5827bfk8pnrv3sf61fjh6mrd"; + revision = "3"; + editedCabalFile = "01zvrzwd6knw3lkbnc50m8ql4bk7wsnglsf2s2cbvjmd3fzacdka"; libraryHaskellDepends = [ base bytestring @@ -592478,8 +593176,8 @@ self: { }: mkDerivation { pname = "safe-json"; - version = "1.2.1.0"; - sha256 = "1yfyk840l9xnigx2c2fkfxcyvlb29ggywp87mk0g80xkgxhxjd42"; + version = "1.2.1.1"; + sha256 = "06dms3ywjb80hhxsnaaq4higwcki0cxwp1ym11k6b3b7sfdxg0g4"; libraryHaskellDepends = [ aeson base @@ -593796,8 +594494,8 @@ self: { }: mkDerivation { pname = "salve"; - version = "2.0.0.8"; - sha256 = "1nnzsfqyls0kfrb0fcfg88hg4nscydvc6kzk7gd8ryv4hr2g7xy7"; + version = "2.0.0.10"; + sha256 = "04qyvpxqrc0n0rf95bm302m7gxcl135xmrl1ysy52zd4yv89zxfx"; libraryHaskellDepends = [ base ]; testHaskellDepends = [ base @@ -595804,7 +596502,7 @@ self: { } ) { }; - saturn_1_1_0_2 = callPackage ( + saturn_1_1_0_5 = callPackage ( { mkDerivation, base, @@ -595819,8 +596517,8 @@ self: { }: mkDerivation { pname = "saturn"; - version = "1.1.0.2"; - sha256 = "0pixf0xb1y5l0r9hp1d9jvgxdqy8flmrrppaz294p1yjryavk6kq"; + version = "1.1.0.5"; + sha256 = "0yncg50zbnv7lrh4ydqx0djxq6sh671kw9n4rlmyrblrr10pq0nh"; libraryHaskellDepends = [ base containers @@ -596423,7 +597121,7 @@ self: { } ) { inherit (pkgs) z3; }; - sbv_13_4 = callPackage ( + sbv_13_5 = callPackage ( { mkDerivation, array, @@ -596463,8 +597161,8 @@ self: { }: mkDerivation { pname = "sbv"; - version = "13.4"; - sha256 = "1r0kl6b5fha1wvslz5s0kxc1dadv2yxrhl7v8wfrvfg5yxvabsj8"; + version = "13.5"; + sha256 = "0gikry5cwjgl8xrvrdqv6cvzxspn4lyfciyqk2j7h511j9snyiqf"; enableSeparateDataOutput = true; libraryHaskellDepends = [ array @@ -596578,8 +597276,8 @@ self: { }: mkDerivation { pname = "sbvPlugin"; - version = "9.12.1"; - sha256 = "04xg0bk1v9m5avcnwgnlpx8gw0lm8374x34bwmlhyriw8lywnab5"; + version = "9.14.1"; + sha256 = "1k0p6bf95fg6bz59hfdq876bh3z48971j2jmgwj2bk300ynsj5ja"; libraryHaskellDepends = [ base containers @@ -597432,8 +598130,8 @@ self: { }: mkDerivation { pname = "scc"; - version = "0.8.4"; - sha256 = "017swv1mvwq05c8fvbqsnbr9xikga4sp9ngmzckggvpbqx5vxd3n"; + version = "0.8.4.1"; + sha256 = "1cswzf46zmyyyqgsj2ib9ax9ib0qqjmkfmy3d38my4sda6h5gff5"; isLibrary = true; isExecutable = true; libraryHaskellDepends = [ @@ -600672,8 +601370,8 @@ self: { }: mkDerivation { pname = "sd-jwt"; - version = "0.1.0.0"; - sha256 = "0fmy8jaxz5vs2spqg4kca8016fiy0lag7b5zf0z0rb3ahc2v0xc2"; + version = "0.1.0.1"; + sha256 = "0p4q4lm3g8y2g8ig0mj93azycgjank10p0352kn1q4l0za2diaw1"; isLibrary = true; isExecutable = true; libraryHaskellDepends = [ @@ -600723,6 +601421,7 @@ self: { jose lens markdown-unlit + memory mtl process QuickCheck @@ -603437,7 +604136,6 @@ self: { comonad, containers, contravariant, - distributive, hashable, tagged, template-haskell, @@ -603447,10 +604145,10 @@ self: { }: mkDerivation { pname = "semigroupoids"; - version = "6.0.1"; - sha256 = "07yc5759y4njlb2f7s2yy3ji9akp7xw03w7nybaga514hqq20lqx"; - revision = "2"; - editedCabalFile = "089c5hjsjm5dnxmdr1059nhy6pmz63123z0hvn6shf40v2k0dvmz"; + version = "6.0.2"; + sha256 = "0bm1ma6h8z4cbhxjrn8kn28splfihfd42zwdqpv5w922jpj5i0p4"; + revision = "1"; + editedCabalFile = "0b1f40hfsbwf9ngg1pxvim4pi47gi54pizv7ixhq0hzpzm3a7iaj"; libraryHaskellDepends = [ base base-orphans @@ -603458,7 +604156,6 @@ self: { comonad containers contravariant - distributive hashable tagged template-haskell @@ -603542,8 +604239,8 @@ self: { { mkDerivation, base }: mkDerivation { pname = "semigroups"; - version = "0.20"; - sha256 = "1qbk6scp1rzb69dy8mz26p6az5vi16g2lzwmwnfshh3br4rjwbch"; + version = "0.20.1"; + sha256 = "1zlg6j3isiiqa7jlb0sl4wzs3m9ikif5y53rd9z7ghwp8ci72k5z"; libraryHaskellDepends = [ base ]; description = "Anything that associates"; license = lib.licenses.bsd3; @@ -613722,8 +614419,8 @@ self: { }: mkDerivation { pname = "serversession-backend-persistent"; - version = "2.0.3"; - sha256 = "1f6zpxi16frs6jn1dx2kzk0cacw549pg2id2z6vqxkc5fw98iswq"; + version = "2.0.4"; + sha256 = "12a3rn9ha8vjbw2zq86ydrvc1235nia83qj7h3fjaspgsvbibc6y"; libraryHaskellDepends = [ aeson base @@ -615798,8 +616495,8 @@ self: { }: mkDerivation { pname = "shake"; - version = "0.19.8"; - sha256 = "0db5kmza7jp4f691q31lnp29m2bb0y0qis0r6zrhnnd24qxf7133"; + version = "0.19.9"; + sha256 = "12nbvp780fx2m3d1rv3f0m1bh7ghv5k78dzj37q16y1vikixcxj1"; isLibrary = true; isExecutable = true; enableSeparateDataOutput = true; @@ -623292,8 +623989,8 @@ self: { }: mkDerivation { pname = "simplest-sqlite"; - version = "0.1.0.2"; - sha256 = "02ws0f4cf9mdbkadzp4val5kqiflgwskil71iq7mb90d41j1khmp"; + version = "0.1.0.4"; + sha256 = "012azwr8grq38ic1dsdxp4482zsc7y37376n1f10nv9ls598bgyh"; libraryHaskellDepends = [ base bytestring @@ -624011,6 +624708,8 @@ self: { pname = "singletons"; version = "3.0.4"; sha256 = "0rcxb8l9vizpq3xgfsijzlig79dw7gx5cds1kv2qnz8ziwxlncq1"; + revision = "1"; + editedCabalFile = "00a4507ainpdq0kx03kxvphikla6ws3is8vprlvc9v3qgp45qxjc"; libraryHaskellDepends = [ base ]; testHaskellDepends = [ base ]; description = "Basic singleton types and definitions"; @@ -624073,7 +624772,7 @@ self: { } ) { }; - singletons-base_3_5 = callPackage ( + singletons-base_3_5_1 = callPackage ( { mkDerivation, base, @@ -624099,8 +624798,8 @@ self: { }: mkDerivation { pname = "singletons-base"; - version = "3.5"; - sha256 = "0425ihzx67zyac30dj38a631iwhxbwr6xzzmf92bm8z4nr2i493s"; + version = "3.5.1"; + sha256 = "1qh4bp6ivf6mpaakg4jf57whhzjk4chh40bkxa76r9k8nvhwiyv8"; libraryHaskellDepends = [ base pretty @@ -624108,7 +624807,6 @@ self: { singletons-th template-haskell text - th-desugar ]; testHaskellDepends = [ base @@ -624146,6 +624844,8 @@ self: { pname = "singletons-base-code-generator"; version = "0.1"; sha256 = "0g016brkby95xwgfjx5n058vm8w3awhljiiblxvcxvbfvr99s23y"; + revision = "1"; + editedCabalFile = "1p2qwksz5glxi22yvvpmff5kadnj1735jz5nr2951zalfr9q283w"; isLibrary = false; isExecutable = true; executableHaskellDepends = [ @@ -624253,7 +624953,7 @@ self: { } ) { }; - singletons-th_3_5 = callPackage ( + singletons-th_3_5_1 = callPackage ( { mkDerivation, base, @@ -624269,8 +624969,8 @@ self: { }: mkDerivation { pname = "singletons-th"; - version = "3.5"; - sha256 = "13ws4fgaw286a1ym29wlxaqg6330yg6hy2h941dj2p9vpdcsf8za"; + version = "3.5.1"; + sha256 = "11mci1lchh15fgg3dhv8p0qir4p1mzcfpx612inq6p2pq1916rlz"; libraryHaskellDepends = [ base containers @@ -627189,6 +627889,39 @@ self: { } ) { }; + slist_0_3_0_0 = callPackage ( + { + mkDerivation, + base, + containers, + doctest, + Glob, + hedgehog, + hspec, + hspec-hedgehog, + }: + mkDerivation { + pname = "slist"; + version = "0.3.0.0"; + sha256 = "1d3p1x1z4h10iap8fhq5bg2s09qpxhqv1q0pi70larnzcnk8l9lv"; + libraryHaskellDepends = [ + base + containers + ]; + testHaskellDepends = [ + base + doctest + Glob + hedgehog + hspec + hspec-hedgehog + ]; + description = "Sized list"; + license = lib.licensesSpdx."MPL-2.0"; + hydraPlatforms = lib.platforms.none; + } + ) { }; + sloane = callPackage ( { mkDerivation, @@ -636701,8 +637434,8 @@ self: { }: mkDerivation { pname = "sparse-set"; - version = "0.3.0"; - sha256 = "0wgnl1xd047j3g222clm5vx1g7g1br27zzj43vv33k9gf37xcsrn"; + version = "0.4.0"; + sha256 = "1hcjgmkip5yzqgcb0g4h5apjmggzpykp4v3ynk718dzmgjffm6q0"; isLibrary = true; isExecutable = true; libraryHaskellDepends = [ @@ -636794,8 +637527,8 @@ self: { }: mkDerivation { pname = "sparse-vector"; - version = "0.3.0"; - sha256 = "0f86qh8akaimz7q146w6sbshxiay0w7bqi7zx7n4877gsq0hirys"; + version = "0.4.0"; + sha256 = "0x91524jm73ngw201ysj3wvnhh3agwwq90nvqll75krlcxhzsj87"; isLibrary = true; isExecutable = true; libraryHaskellDepends = [ @@ -641025,6 +641758,136 @@ self: { } ) { inherit (pkgs) nlopt; }; + srtree_2_0_1_6 = callPackage ( + { + mkDerivation, + ad, + attoparsec, + attoparsec-expr, + base, + binary, + bytestring, + containers, + dlist, + exceptions, + filepath, + hashable, + HUnit, + ieee754, + lens, + list-shuffle, + massiv, + mtl, + nlopt, + optparse-applicative, + random, + scheduler, + split, + statistics, + transformers, + unliftio, + unliftio-core, + unordered-containers, + vector, + zlib, + }: + mkDerivation { + pname = "srtree"; + version = "2.0.1.6"; + sha256 = "0y4caqlmnfb0vc0cn4gcszasjkmaxvp16g096fxkai15p6d7wwsz"; + isLibrary = true; + isExecutable = true; + libraryHaskellDepends = [ + attoparsec + attoparsec-expr + base + binary + bytestring + containers + dlist + exceptions + filepath + hashable + ieee754 + lens + list-shuffle + massiv + mtl + random + scheduler + split + statistics + transformers + unliftio + unliftio-core + unordered-containers + vector + zlib + ]; + librarySystemDepends = [ nlopt ]; + executableHaskellDepends = [ + attoparsec + attoparsec-expr + base + binary + bytestring + containers + dlist + exceptions + filepath + hashable + ieee754 + lens + list-shuffle + massiv + mtl + optparse-applicative + random + scheduler + split + statistics + transformers + unliftio + unliftio-core + unordered-containers + vector + zlib + ]; + testHaskellDepends = [ + ad + attoparsec + attoparsec-expr + base + binary + bytestring + containers + dlist + exceptions + filepath + hashable + HUnit + ieee754 + lens + list-shuffle + massiv + mtl + random + scheduler + split + statistics + transformers + unliftio + unliftio-core + unordered-containers + vector + zlib + ]; + description = "A general library to work with Symbolic Regression expression trees"; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + } + ) { inherit (pkgs) nlopt; }; + srv = callPackage ( { mkDerivation, @@ -641786,8 +642649,8 @@ self: { pname = "stache"; version = "2.3.4"; sha256 = "0kgiyxws2kir8q8zrqkzmk103y7hl6nksxl70f6fy8m9fqkjga51"; - revision = "5"; - editedCabalFile = "1kvqv42w223r53mjkj2am6j65qly8bvahr5fxvlbnx88bairp0zm"; + revision = "6"; + editedCabalFile = "1yl7n6jqam01sgj5139cg3345igxpp3vbdg79j1hi73pxj2q1q36"; isLibrary = true; isExecutable = true; enableSeparateDataOutput = true; @@ -644281,6 +645144,48 @@ self: { } ) { }; + stakhanov = callPackage ( + { + mkDerivation, + aeson, + base, + bytestring, + contravariant-extras, + hasql, + hasql-dynamic-statements, + hasql-th, + hspec, + text, + time, + vector, + }: + mkDerivation { + pname = "stakhanov"; + version = "0.0.1.0"; + sha256 = "1v966nnavbm81xzh0i9ad3r0kz3isp1f3hddb9hwdpvmzykcv9xk"; + libraryHaskellDepends = [ + aeson + base + bytestring + contravariant-extras + hasql + hasql-dynamic-statements + hasql-th + text + time + vector + ]; + testHaskellDepends = [ + aeson + base + hspec + vector + ]; + description = "A Haskell PGMQ client"; + license = lib.licensesSpdx."BSD-3-Clause"; + } + ) { }; + stamina = callPackage ( { mkDerivation, @@ -644368,8 +645273,8 @@ self: { pname = "stan"; version = "0.2.1.0"; sha256 = "1mf01bpy291131jfl4fcslv0jfn8i8jqwr29v1v48j6c6q49rias"; - revision = "3"; - editedCabalFile = "1wrr3vpv8hvj2rgb9gqrnwnjwzyyz28c9x1914277qqk39gy8zqq"; + revision = "4"; + editedCabalFile = "052qy3ckclp5qz8yf37m3lqbj8fw9hxv2lcl3wxy6gj8q76z4a90"; isLibrary = true; isExecutable = true; libraryHaskellDepends = [ @@ -645471,87 +646376,6 @@ self: { ) { }; statistics = callPackage ( - { - mkDerivation, - aeson, - async, - base, - binary, - data-default-class, - deepseq, - dense-linear-algebra, - doctest, - erf, - ieee754, - math-functions, - mwc-random, - parallel, - primitive, - QuickCheck, - random, - tasty, - tasty-bench, - tasty-expected-failure, - tasty-hunit, - tasty-quickcheck, - vector, - vector-algorithms, - vector-binary-instances, - vector-th-unbox, - }: - mkDerivation { - pname = "statistics"; - version = "0.16.4.0"; - sha256 = "0srx02a591kyim3khd99k8mjni03668b2774wjv7ifxyc8kw9jw2"; - libraryHaskellDepends = [ - aeson - async - base - binary - data-default-class - deepseq - dense-linear-algebra - math-functions - mwc-random - parallel - primitive - random - vector - vector-algorithms - vector-binary-instances - vector-th-unbox - ]; - testHaskellDepends = [ - aeson - base - binary - dense-linear-algebra - doctest - erf - ieee754 - math-functions - primitive - QuickCheck - tasty - tasty-expected-failure - tasty-hunit - tasty-quickcheck - vector - vector-algorithms - ]; - benchmarkHaskellDepends = [ - base - mwc-random - tasty - tasty-bench - vector - ]; - description = "A library of statistical types, data, and functions"; - license = lib.licensesSpdx."BSD-2-Clause"; - } - ) { }; - - statistics_0_16_5_0 = callPackage ( { mkDerivation, aeson, @@ -645629,7 +646453,6 @@ self: { ]; description = "A library of statistical types, data, and functions"; license = lib.licensesSpdx."BSD-2-Clause"; - hydraPlatforms = lib.platforms.none; } ) { }; @@ -647305,8 +648128,8 @@ self: { }: mkDerivation { pname = "stm-hamt"; - version = "1.2.2"; - sha256 = "0m90r56sqf70kjslfp2x797izba57xzdlyajx873aqxi223b8gw2"; + version = "1.2.2.1"; + sha256 = "13yc6bn83i3fjcxrv46533x9bgfj6nj6cfzi6hyyshs8jl18md1y"; libraryHaskellDepends = [ base deferred-folds @@ -658442,8 +659265,8 @@ self: { pname = "string-interpolate"; version = "0.3.4.0"; sha256 = "13hb3spabggr6gsn9xhwpwldjvpl2l7z4lgssis82c40n108b0w8"; - revision = "3"; - editedCabalFile = "0grq9v023186gfq3a2as9974qlwcjx3dhxqczpq22bq2wfpw24x7"; + revision = "4"; + editedCabalFile = "1sj0sgli6kvspbphaz7ndhx3dg8a9nvjggirwyvd956ps4jwv993"; libraryHaskellDepends = [ base bytestring @@ -659658,7 +660481,7 @@ self: { } ) { }; - strive_6_1_0_0 = callPackage ( + strive_6_1_0_3 = callPackage ( { mkDerivation, aeson, @@ -659675,8 +660498,8 @@ self: { }: mkDerivation { pname = "strive"; - version = "6.1.0.0"; - sha256 = "1nhm1spxqjp80ik96vz3a0yhfa5i7zmliky0jz76bj687y70kbwz"; + version = "6.1.0.3"; + sha256 = "091irrvl8sab9chx9bpdvf4k782w07ya217ya0ngsf8p5h6s4nmc"; libraryHaskellDepends = [ aeson base @@ -659943,47 +660766,6 @@ self: { ) { }; structs = callPackage ( - { - mkDerivation, - base, - deepseq, - ghc-prim, - primitive, - QuickCheck, - tasty, - tasty-hunit, - tasty-quickcheck, - template-haskell, - th-abstraction, - }: - mkDerivation { - pname = "structs"; - version = "0.1.9"; - sha256 = "033vx729k9jn4w4hs3kp8nlnf0ylsqgg3q4cmb7zjfpgk4bk511w"; - revision = "3"; - editedCabalFile = "05ymnx9vzba6jqkx2jil2qj15399qz9dxzqsy6gfpx1j65spjrva"; - libraryHaskellDepends = [ - base - deepseq - ghc-prim - primitive - template-haskell - th-abstraction - ]; - testHaskellDepends = [ - base - primitive - QuickCheck - tasty - tasty-hunit - tasty-quickcheck - ]; - description = "Strict GC'd imperative object-oriented programming with cheap pointers"; - license = lib.licenses.bsd3; - } - ) { }; - - structs_0_1_10 = callPackage ( { mkDerivation, base, @@ -660015,7 +660797,6 @@ self: { ]; description = "Strict GC'd imperative object-oriented programming with cheap pointers"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; } ) { }; @@ -662585,8 +663366,8 @@ self: { }: mkDerivation { pname = "summoner"; - version = "2.1.0.0"; - sha256 = "1v06ap5jrgvdsiinzkjs8klmy044wcnalghxvcqky5g0vy3vc4bd"; + version = "2.2.0.0"; + sha256 = "093y9b5kcf5m251vzbwmz2nlkzfinxr4yrdkg10bjglgv49wggki"; isLibrary = true; isExecutable = true; libraryHaskellDepends = [ @@ -662645,8 +663426,8 @@ self: { }: mkDerivation { pname = "summoner-tui"; - version = "2.1.0.0"; - sha256 = "0z5bacsmljk4146s7k2lgs617psdbb64i6ynyavffj1ry2w1an6q"; + version = "2.2.0.0"; + sha256 = "0zc4ws3g0c658ggicviqamcmw480hyqcx5wwyvxpmxinjmczi0vi"; isLibrary = true; isExecutable = true; libraryHaskellDepends = [ @@ -665301,64 +666082,6 @@ self: { ) { }; swish = callPackage ( - { - mkDerivation, - base, - containers, - directory, - filepath, - hashable, - HUnit, - intern, - mtl, - network-uri, - polyparse, - semigroups, - test-framework, - test-framework-hunit, - text, - time, - }: - mkDerivation { - pname = "swish"; - version = "0.10.10.0"; - sha256 = "1ssw4qg0dcxz9bas30g1z98sgfq3x92kbslm640vn01frga48m9c"; - isLibrary = true; - isExecutable = true; - enableSeparateDataOutput = true; - libraryHaskellDepends = [ - base - containers - directory - filepath - hashable - intern - mtl - network-uri - polyparse - text - time - ]; - executableHaskellDepends = [ base ]; - testHaskellDepends = [ - base - containers - hashable - HUnit - network-uri - semigroups - test-framework - test-framework-hunit - text - time - ]; - description = "A semantic web toolkit"; - license = lib.licensesSpdx."LGPL-2.1-or-later"; - mainProgram = "Swish"; - } - ) { }; - - swish_0_10_11_0 = callPackage ( { mkDerivation, base, @@ -665412,7 +666135,6 @@ self: { ]; description = "A semantic web toolkit"; license = lib.licensesSpdx."LGPL-2.1-or-later"; - hydraPlatforms = lib.platforms.none; mainProgram = "Swish"; } ) { }; @@ -665962,7 +666684,7 @@ self: { } ) { }; - sydtest_0_22_0_0 = callPackage ( + sydtest_0_23_0_1 = callPackage ( { mkDerivation, async, @@ -665994,8 +666716,8 @@ self: { }: mkDerivation { pname = "sydtest"; - version = "0.22.0.0"; - sha256 = "1fvj90c6cmr03w3ac7xa4s1334w8md181gvd87bv0f07s9k9ki1q"; + version = "0.23.0.1"; + sha256 = "03vzlrzlqz9nx8phmhvasgfkpz5kphvmbyh7z7lp5am4sj0g9kvp"; libraryHaskellDepends = [ async autodocodec @@ -668003,6 +668725,84 @@ self: { } ) { }; + symbolic-regression = callPackage ( + { + mkDerivation, + attoparsec, + attoparsec-expr, + base, + binary, + bytestring, + containers, + dataframe, + directory, + dlist, + exceptions, + filepath, + hashable, + ieee754, + lens, + list-shuffle, + massiv, + mtl, + optparse-applicative, + random, + scheduler, + split, + srtree, + statistics, + text, + time, + transformers, + unliftio, + unliftio-core, + unordered-containers, + vector, + zlib, + }: + mkDerivation { + pname = "symbolic-regression"; + version = "0.1.0.2"; + sha256 = "0j1avmyajhqw38hgrlq53zhcifl73mzx7hshpmns5p5nlb6fiikl"; + libraryHaskellDepends = [ + attoparsec + attoparsec-expr + base + binary + bytestring + containers + dataframe + directory + dlist + exceptions + filepath + hashable + ieee754 + lens + list-shuffle + massiv + mtl + optparse-applicative + random + scheduler + split + srtree + statistics + text + time + transformers + unliftio + unliftio-core + unordered-containers + vector + zlib + ]; + testHaskellDepends = [ base ]; + description = "Symbolic Regression in Haskell"; + license = lib.licensesSpdx."MIT"; + } + ) { }; + symbolise = callPackage ( { mkDerivation, @@ -674105,8 +674905,8 @@ self: { }: mkDerivation { pname = "tardis"; - version = "0.5.0"; - sha256 = "1ckzhydqkx0p81xygbdi05ad8dd9z20fadxh3sv20s1izrh6n07n"; + version = "0.5.0.1"; + sha256 = "1xwiyksisx4p69495zm1yw5hqd20zcfrfs3m2v4bn89pysy4h4fs"; libraryHaskellDepends = [ base mmorph @@ -675808,31 +676608,6 @@ self: { ) { }; tasty-hslua = callPackage ( - { - mkDerivation, - base, - bytestring, - hslua-core, - tasty, - tasty-hunit, - }: - mkDerivation { - pname = "tasty-hslua"; - version = "1.1.1"; - sha256 = "066q54kw3y3knxgxpkmhdspb7bdxkv0z68zi2r81sm9xsqg17a5b"; - libraryHaskellDepends = [ - base - bytestring - hslua-core - tasty - tasty-hunit - ]; - description = "Tasty helpers to test HsLua"; - license = lib.licensesSpdx."MIT"; - } - ) { }; - - tasty-hslua_1_1_1_1 = callPackage ( { mkDerivation, base, @@ -675854,7 +676629,6 @@ self: { ]; description = "Tasty helpers to test HsLua"; license = lib.licensesSpdx."MIT"; - hydraPlatforms = lib.platforms.none; } ) { }; @@ -678838,8 +679612,8 @@ self: { }: mkDerivation { pname = "telescope"; - version = "0.4.0"; - sha256 = "13bls8czlwk6df5p5i37cs4sdf0wmz4w4bnjjhpf8kk7bnglpr97"; + version = "0.4.1"; + sha256 = "0xshx4y2xdd7s8kipai8s25y7y1smm93lks1nj55vnkyxld0j6k7"; libraryHaskellDepends = [ base binary @@ -679164,25 +679938,6 @@ self: { ) { }; template-haskell-compat-v0208 = callPackage ( - { - mkDerivation, - base, - template-haskell, - }: - mkDerivation { - pname = "template-haskell-compat-v0208"; - version = "0.1.9.5"; - sha256 = "07wx8k16rhhkm3mx1by4np4zdi0kgn1i9li1jnsk07ymr26rydai"; - libraryHaskellDepends = [ - base - template-haskell - ]; - description = "Backward-compatibility layer for Template Haskell newer than 2.8"; - license = lib.licensesSpdx."MIT"; - } - ) { }; - - template-haskell-compat-v0208_0_1_9_6 = callPackage ( { mkDerivation, base, @@ -679198,7 +679953,6 @@ self: { ]; description = "Backward-compatibility layer for Template Haskell newer than 2.8"; license = lib.licensesSpdx."MIT"; - hydraPlatforms = lib.platforms.none; } ) { }; @@ -681337,8 +682091,8 @@ self: { }: mkDerivation { pname = "terminal-punch"; - version = "0.1.3"; - sha256 = "1hc8gl0bjrz8h9nfrvlkxbkgys62xr7mcdk22lm8dc1cl8y42nkv"; + version = "0.2.1"; + sha256 = "0cawrff9bxchr05pkchz6c0i4wr3ww7j7y2waq7cp15bqwp013qi"; isLibrary = false; isExecutable = true; executableHaskellDepends = [ @@ -681900,8 +682654,8 @@ self: { }: mkDerivation { pname = "test-certs"; - version = "0.1.1.1"; - sha256 = "032v48ljhhynvib7b47pzndrvrlm640y318jg8d5lifzrplwmb6p"; + version = "0.1.1.2"; + sha256 = "1g5hp1s5m6ygapy4xj8kgajq9mm142d7m8w8wn0nbkrdmdvhnig6"; libraryHaskellDepends = [ base bytestring @@ -683604,7 +684358,7 @@ self: { } ) { }; - text_2_1_3 = callPackage ( + text_2_1_4 = callPackage ( { mkDerivation, array, @@ -683629,10 +684383,8 @@ self: { }: mkDerivation { pname = "text"; - version = "2.1.3"; - sha256 = "17gqrvcw7hsm64560dypvmvpqfn1zwb772fllwbn9b4x7vj1xfxi"; - revision = "1"; - editedCabalFile = "0lw01f0vgppdxxnkmqv4wilfb47abv590rpsqmca8zbi9wkb352h"; + version = "2.1.4"; + sha256 = "0x0h11694iqbnzlxs2y4rljddzc9qhxmfi50axjc9c77q9vqybhn"; libraryHaskellDepends = [ array base @@ -683999,7 +684751,7 @@ self: { } ) { }; - text-builder-core_0_1_1_2 = callPackage ( + text-builder-core_0_1_1_3 = callPackage ( { mkDerivation, base, @@ -684014,8 +684766,8 @@ self: { }: mkDerivation { pname = "text-builder-core"; - version = "0.1.1.2"; - sha256 = "0yzsl6m0rajbnxba32p0j8h22i70mrn5hj1ijwz4rxm92699cw2s"; + version = "0.1.1.3"; + sha256 = "1ynmcnzglr9d6ch1sn99q351jjj071a1spcriqxnlc66nlyzr5ga"; libraryHaskellDepends = [ base QuickCheck @@ -684120,8 +684872,8 @@ self: { }: mkDerivation { pname = "text-builder-dev"; - version = "0.4"; - sha256 = "1b8lxbd10d29lvlxwmcyljrgpcw2vb2a2xzacah5ys9ivp9i9xi9"; + version = "0.4.0.1"; + sha256 = "1zqqp3rj3rh9s06px1l0w3s8amp25pspc3i7rsy6zbmdsr2glccl"; libraryHaskellDepends = [ base bytestring @@ -685704,81 +686456,6 @@ self: { ) { }; text-show = callPackage ( - { - mkDerivation, - array, - base, - base-compat-batteries, - base-orphans, - bifunctors, - bytestring, - containers, - criterion, - deepseq, - deriving-compat, - generic-deriving, - ghc-boot-th, - ghc-prim, - hspec, - hspec-discover, - QuickCheck, - quickcheck-instances, - template-haskell, - text, - th-abstraction, - transformers, - transformers-compat, - }: - mkDerivation { - pname = "text-show"; - version = "3.11.2"; - sha256 = "10nm8kj524hkl65qvxkrjjyykzgj85n3p96gv7zc7j3x90v9g1z2"; - libraryHaskellDepends = [ - array - base - base-compat-batteries - bifunctors - bytestring - containers - ghc-boot-th - ghc-prim - template-haskell - text - th-abstraction - transformers - transformers-compat - ]; - testHaskellDepends = [ - array - base - base-compat-batteries - base-orphans - bytestring - deriving-compat - generic-deriving - ghc-prim - hspec - QuickCheck - quickcheck-instances - template-haskell - text - transformers - transformers-compat - ]; - testToolDepends = [ hspec-discover ]; - benchmarkHaskellDepends = [ - base - criterion - deepseq - ghc-prim - text - ]; - description = "Efficient conversion of values into Text"; - license = lib.licenses.bsd3; - } - ) { }; - - text-show_3_11_3 = callPackage ( { mkDerivation, array, @@ -685807,6 +686484,8 @@ self: { pname = "text-show"; version = "3.11.3"; sha256 = "0mvahiljlvizfbldnv8cjn94h9j76s1zj7d8gb6wl6rwxf7fphrg"; + revision = "1"; + editedCabalFile = "0vhl7zqqg3q8dm4dkw0b940ka8kaaxsa7adxpbw1frgqg8xrg960"; libraryHaskellDepends = [ array base @@ -685845,7 +686524,6 @@ self: { ]; description = "Efficient conversion of values into Text"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; } ) { }; @@ -686983,8 +687661,8 @@ self: { pname = "th-deepstrict"; version = "0.1.1.0"; sha256 = "0y0wlgzsm44sbwbchg4pqyb0s398aqjmd1awgd019bp29gzkd1hp"; - revision = "2"; - editedCabalFile = "1h4shx5kcyj3k0bngr2fbngl2l4dcyk8qffvbfm2qjlp4ymz6m0n"; + revision = "3"; + editedCabalFile = "0amva110705z0cbjls1nsgrf4ly570jvcp7d2x4iksyrw6hznv7b"; libraryHaskellDepends = [ base containers @@ -687057,7 +687735,7 @@ self: { } ) { }; - th-desugar_1_18 = callPackage ( + th-desugar_1_19 = callPackage ( { mkDerivation, base, @@ -687076,8 +687754,8 @@ self: { }: mkDerivation { pname = "th-desugar"; - version = "1.18"; - sha256 = "0nq64z9nb2jbvs6pvnbafz33pymbgil2r783sl6fx2yjblqw3l3h"; + version = "1.19"; + sha256 = "1lahffbsrkwhdb4vwcsyfc5lga7fxkb8pll9rfvnk6v10i9sk6vv"; libraryHaskellDepends = [ base containers @@ -687097,11 +687775,9 @@ self: { ghc-prim hspec HUnit - mtl syb template-haskell th-abstraction - th-orphans ]; description = "Functions to desugar Template Haskell"; license = lib.licenses.bsd3; @@ -687630,46 +688306,6 @@ self: { ) { }; th-orphans = callPackage ( - { - mkDerivation, - base, - bytestring, - ghc-prim, - hspec, - hspec-discover, - mtl, - template-haskell, - th-compat, - th-lift, - th-reify-many, - }: - mkDerivation { - pname = "th-orphans"; - version = "0.13.16"; - sha256 = "04x95fwsiczbi4gxadnnz6z39hy72hsj1smfaa52ljhwh8sh3479"; - libraryHaskellDepends = [ - base - mtl - template-haskell - th-compat - th-lift - th-reify-many - ]; - testHaskellDepends = [ - base - bytestring - ghc-prim - hspec - template-haskell - th-lift - ]; - testToolDepends = [ hspec-discover ]; - description = "Orphan instances for TH datatypes"; - license = lib.licenses.bsd3; - } - ) { }; - - th-orphans_0_13_17 = callPackage ( { mkDerivation, base, @@ -687704,7 +688340,6 @@ self: { testToolDepends = [ hspec-discover ]; description = "Orphan instances for TH datatypes"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; } ) { }; @@ -687909,43 +688544,6 @@ self: { ) { }; th-test-utils = callPackage ( - { - mkDerivation, - base, - tasty, - tasty-golden, - tasty-hunit, - template-haskell, - text, - th-orphans, - transformers, - }: - mkDerivation { - pname = "th-test-utils"; - version = "1.2.2"; - sha256 = "1ihngf4g4q1c3hvzjax5ar437xm0h2yxiwnr518jm4mnsfkx3sss"; - libraryHaskellDepends = [ - base - template-haskell - th-orphans - transformers - ]; - testHaskellDepends = [ - base - tasty - tasty-golden - tasty-hunit - template-haskell - text - th-orphans - transformers - ]; - description = "Utility functions for testing Template Haskell code"; - license = lib.licenses.bsd3; - } - ) { }; - - th-test-utils_1_2_3 = callPackage ( { mkDerivation, base, @@ -687979,7 +688577,6 @@ self: { ]; description = "Utility functions for testing Template Haskell code"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; } ) { }; @@ -691795,22 +692392,29 @@ self: { } ) { }; - time-manager_0_3_0 = callPackage ( + time-manager_0_3_1_1 = callPackage ( { mkDerivation, base, containers, + hspec, + HUnit, stm, }: mkDerivation { pname = "time-manager"; - version = "0.3.0"; - sha256 = "0bk2wcdg26s60k4aq7ahy46yr81l19yjzd33y1vcjrdr9clazvwh"; + version = "0.3.1.1"; + sha256 = "0d76m2qcvcl4pwdj82gvgag13mzsvrbby4s7iz2w6920qkyc31gd"; libraryHaskellDepends = [ base containers stm ]; + testHaskellDepends = [ + base + hspec + HUnit + ]; description = "Scalable timer"; license = lib.licenses.mit; hydraPlatforms = lib.platforms.none; @@ -694799,11 +695403,9 @@ self: { } ) { }; - tls_2_1_14 = callPackage ( + tls_2_2_1 = callPackage ( { mkDerivation, - asn1-encoding, - asn1-types, async, base, base16-bytestring, @@ -694812,12 +695414,13 @@ self: { cereal, containers, crypton, + crypton-asn1-encoding, + crypton-asn1-types, crypton-x509, crypton-x509-store, crypton-x509-validation, data-default, ech-config, - hourglass, hpke, hspec, hspec-discover, @@ -694829,24 +695432,25 @@ self: { random, serialise, tasty-bench, + time-hourglass, transformers, unix-time, zlib, }: mkDerivation { pname = "tls"; - version = "2.1.14"; - sha256 = "14d190v9zxjfmva8ihq2iq3pdx7623znvxjr8gaiwsy5j45hvw0k"; + version = "2.2.1"; + sha256 = "0cwi77q86llncxnksq45lv0nfgc0d163p134g6ql6v3mc5h49cih"; isLibrary = true; isExecutable = true; libraryHaskellDepends = [ - asn1-encoding - asn1-types base base16-bytestring bytestring cereal crypton + crypton-asn1-encoding + crypton-asn1-types crypton-x509 crypton-x509-store crypton-x509-validation @@ -694863,41 +695467,41 @@ self: { zlib ]; testHaskellDepends = [ - asn1-types async base base64-bytestring bytestring crypton + crypton-asn1-types crypton-x509 crypton-x509-validation ech-config - hourglass hspec QuickCheck serialise + time-hourglass ]; testToolDepends = [ hspec-discover ]; benchmarkHaskellDepends = [ - asn1-types async base base64-bytestring bytestring containers crypton + crypton-asn1-types crypton-x509 crypton-x509-store crypton-x509-validation data-default ech-config - hourglass hspec network network-run QuickCheck serialise tasty-bench + time-hourglass ]; description = "TLS protocol native implementation"; license = lib.licenses.bsd3; @@ -695339,7 +695943,6 @@ self: { base, bytestring, crypton-connection, - crypton-x509-system, data-default, directory, filepath, @@ -695365,8 +695968,8 @@ self: { }: mkDerivation { pname = "tmp-proc"; - version = "0.7.2.2"; - sha256 = "1hqgawf9z38kfd52f3mj4sv3xif98iql26n80g0dlpbyl9apg36s"; + version = "0.7.2.5"; + sha256 = "1ixfig07xg3zzb81s9dsrcfrmi5sgwm5rm6izzh1128wr7l9zw1m"; isLibrary = true; isExecutable = true; enableSeparateDataOutput = true; @@ -695390,7 +695993,6 @@ self: { base bytestring crypton-connection - crypton-x509-system data-default directory filepath @@ -699884,12 +700486,12 @@ self: { } ) { }; - transformers_0_6_2_0 = callPackage ( + transformers_0_6_3_0 = callPackage ( { mkDerivation, base }: mkDerivation { pname = "transformers"; - version = "0.6.2.0"; - sha256 = "0qr8ysnr6s4ky04qw9qsmysx64a9pvcp7hc5qaps0gffnx127gk5"; + version = "0.6.3.0"; + sha256 = "10zn7xryl60n91xl99dp7zkg3hdkjc8dljc3xdl2k4q75y7xws2i"; libraryHaskellDepends = [ base ]; description = "Concrete functor and monad transformers"; license = lib.licenses.bsd3; @@ -699995,6 +700597,26 @@ self: { } ) { }; + transformers-compat_0_8 = callPackage ( + { + mkDerivation, + base, + transformers, + }: + mkDerivation { + pname = "transformers-compat"; + version = "0.8"; + sha256 = "1a2d3559qybb0xbsg45g36a4vgpqqxvpmlh875vysxwdxr2j2p7h"; + libraryHaskellDepends = [ + base + transformers + ]; + description = "A small compatibility shim for the transformers library"; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + } + ) { }; + transformers-compose = callPackage ( { mkDerivation, @@ -702400,8 +703022,8 @@ self: { pname = "trie-simple"; version = "0.4.4"; sha256 = "16q0a39l5rvssxgbsri1jlcbk65xd9qwwyakxax49h8cii1sdkn7"; - revision = "1"; - editedCabalFile = "1wf5q15j83d87q19a7i78l95x1ban79nlxkgciwa46g96bggvl4c"; + revision = "2"; + editedCabalFile = "18cdkjxdl2gqgilyiy7f95vh7jbg1w57hgya61x6wbqadm3hl69f"; libraryHaskellDepends = [ base containers @@ -703630,44 +704252,6 @@ self: { ) { }; ttc = callPackage ( - { - mkDerivation, - base, - bytestring, - tasty, - tasty-hunit, - template-haskell, - text, - text-short, - }: - mkDerivation { - pname = "ttc"; - version = "1.5.0.0"; - sha256 = "014cfx9fja2w9gln1ljb81n1r1yi8py7hyz2z9kccgwdb99f18b1"; - revision = "1"; - editedCabalFile = "1mkrzavdrblil2rm0gc3x9iszjcci2drc1nqa22sdnzz461n3gsw"; - libraryHaskellDepends = [ - base - bytestring - template-haskell - text - text-short - ]; - testHaskellDepends = [ - base - bytestring - tasty - tasty-hunit - template-haskell - text - text-short - ]; - description = "Textual Type Classes"; - license = lib.licensesSpdx."MIT"; - } - ) { }; - - ttc_1_5_0_1 = callPackage ( { mkDerivation, base, @@ -703700,7 +704284,6 @@ self: { ]; description = "Textual Type Classes"; license = lib.licensesSpdx."MIT"; - hydraPlatforms = lib.platforms.none; } ) { }; @@ -704983,8 +705566,8 @@ self: { }: mkDerivation { pname = "twee"; - version = "2.5"; - sha256 = "16vyccbs05nklzq3vm71s2qh4ahkig8vsmw2lsijlrcma03wffq8"; + version = "2.6.1"; + sha256 = "1gd9drd8h9gam9ry0gasg20lh30316hqs777fl73xhq3drigckvy"; isLibrary = false; isExecutable = true; executableHaskellDepends = [ @@ -705030,8 +705613,8 @@ self: { }: mkDerivation { pname = "twee-lib"; - version = "2.5"; - sha256 = "0svy129pd9k8ssm332ni950r0i7nj82d11ajcsgk8v4fh17b3xyx"; + version = "2.6.1"; + sha256 = "0s8i926z4096alxrzld8qi2w2px86m2rq78scmsd1m5lqlzv0y40"; libraryHaskellDepends = [ base bytestring @@ -709602,8 +710185,8 @@ self: { }: mkDerivation { pname = "typerep-map"; - version = "0.6.0.0"; - sha256 = "011whbmc9157jw68mgkqxbgngl9zcc478b9fw10w5pkjb01anvz3"; + version = "0.7.0.0"; + sha256 = "13d7hvlzlqihyfc2iqlg16cxlmbfnlgxf4pfn7diapz1h4m7y26s"; libraryHaskellDepends = [ base containers @@ -713363,8 +713946,8 @@ self: { pname = "unicode-transforms"; version = "0.4.0.1"; sha256 = "1z29jvli2rqkynfxni1gibl81458j7h8lrb8fg6lpnj8svhy2y1j"; - revision = "8"; - editedCabalFile = "0m2frv6g0hnsjif4acxy6dgfzzxhk7g82s57fcwc3zqsr2sr1i0z"; + revision = "9"; + editedCabalFile = "1vjm2c3f8bhhjd51a5ii1w93jf71fzj5p3nxnnsn1ykjz4ij9lv6"; isLibrary = true; isExecutable = true; libraryHaskellDepends = [ @@ -721951,6 +722534,33 @@ self: { } ) { }; + valor_1_0_0_1 = callPackage ( + { + mkDerivation, + base, + doctest, + hspec, + hspec-discover, + QuickCheck, + }: + mkDerivation { + pname = "valor"; + version = "1.0.0.1"; + sha256 = "0vg7d0p58l592y9b81xq3y56jq53bqld3rb4wyyi9iv9mr9mwcqa"; + libraryHaskellDepends = [ base ]; + testHaskellDepends = [ + base + doctest + hspec + QuickCheck + ]; + testToolDepends = [ hspec-discover ]; + description = "Simple and powerful data validation"; + license = lib.licensesSpdx."MIT"; + hydraPlatforms = lib.platforms.none; + } + ) { }; + value-supply = callPackage ( { mkDerivation, base }: mkDerivation { @@ -723552,8 +724162,8 @@ self: { }: mkDerivation { pname = "vector-builder"; - version = "0.3.8.6"; - sha256 = "1zspnyzahxahirx8gvrw5fnn6xnmsb24cm6vd8wldpp3355jdlbx"; + version = "0.3.8.7"; + sha256 = "0lfbbck29y7avf7qvbqkjmvkd6hgb6l4kazld38iynw8hwf37jmi"; libraryHaskellDepends = [ base vector @@ -723567,7 +724177,7 @@ self: { tasty-quickcheck ]; description = "Vector builder"; - license = lib.licenses.mit; + license = lib.licensesSpdx."MIT"; } ) { }; @@ -723946,6 +724556,8 @@ self: { pname = "vector-hashtables"; version = "0.1.2.1"; sha256 = "1cdfvrpnia7bgqaw8yg0n23svbsdz72gss0hrkrvc5rwzxwhz49k"; + revision = "1"; + editedCabalFile = "0745rz7ym5y39n74skq7qw4lf6bg3ysh6k35sj7775zlbd5drp3l"; libraryHaskellDepends = [ base hashable @@ -724627,8 +725239,8 @@ self: { }: mkDerivation { pname = "vega-view"; - version = "0.4.0.1"; - sha256 = "17sfx8jn8kd6r2ik3iad3zzrpxr7qp4h8aka0jag78h0cpnapz3n"; + version = "0.4.0.2"; + sha256 = "0z8isq3sc9i5q9hihmm6985aynfnl7k8mi0kd8754d08l4x7mm50"; isLibrary = false; isExecutable = true; executableHaskellDepends = [ @@ -731811,7 +732423,6 @@ self: { base, base16-bytestring, bytestring, - containers, cryptohash-sha1, directory, expiring-cache-map, @@ -731823,9 +732434,7 @@ self: { http-types, mime-types, mockery, - old-locale, scotty, - semigroups, text, time, wai, @@ -731833,23 +732442,18 @@ self: { }: mkDerivation { pname = "wai-middleware-static"; - version = "0.9.3"; - sha256 = "0ylynnxj8jh99jdg7fddd1zs9358h2m15dizjrz904s3fhls6dp1"; - revision = "1"; - editedCabalFile = "0clzf364cg2rhviidahqlkfcad44yns1x2s71mrgy0ywqvnbca3r"; + version = "0.9.4"; + sha256 = "1p28br8ll417wc56sds8sk11hvjljq47h9swd2bpa8n5vvbdjmfq"; libraryHaskellDepends = [ base base16-bytestring bytestring - containers cryptohash-sha1 directory expiring-cache-map filepath http-types mime-types - old-locale - semigroups text time wai @@ -734129,6 +734733,8 @@ self: { pname = "warp"; version = "3.4.12"; sha256 = "10kha4imjn2c86ssqj68xyg5ylns8hiiwpyx0zvadhkjbg9r1k83"; + revision = "1"; + editedCabalFile = "0k717j5csxxksrrq08zix7nxp1pgzgrd72m3nhsjps7iqh3lwi74"; libraryHaskellDepends = [ array async @@ -734426,6 +735032,8 @@ self: { pname = "warp-tls"; version = "3.4.13"; sha256 = "0xxcd5202qcvd1jkiaj85gd8r3www3p7mxwf2j92awvg75jh9lsi"; + revision = "1"; + editedCabalFile = "09d5q913kc55i77qj0gfs7w5f4d1da4azp9ddlk112y3hzwkzp3x"; libraryHaskellDepends = [ base bytestring @@ -735087,8 +735695,8 @@ self: { pname = "wave"; version = "0.2.1"; sha256 = "1b8qm9jl453z9pklmqcz13f2abl69ab0j31151gz77l4dgxnnqzl"; - revision = "1"; - editedCabalFile = "1j6ycd1v6c5khkmybzss2vbfm93n28dh1ah8sipqqpd94yqwvdiz"; + revision = "2"; + editedCabalFile = "0s4vhlbkhpa60kq850l76klmizz11vbfg5aj9ffa850dnp57dldr"; enableSeparateDataOutput = true; libraryHaskellDepends = [ base @@ -735564,8 +736172,8 @@ self: { }: mkDerivation { pname = "web-cookiejar"; - version = "0.1.3.0"; - sha256 = "0n8r23nk89hlp5z5zirj2yng818fba39f5yz0l351z7rpx0pi8vy"; + version = "0.1.3.1"; + sha256 = "18r56nw4bb6rjzlxv7aamxwrza956iykg5kv7d4im7rmcn9262f8"; libraryHaskellDepends = [ attoparsec base @@ -735943,7 +736551,6 @@ self: { box, box-socket, bytestring, - doctest-parallel, flatparse, markup-parse, mtl, @@ -735952,7 +736559,6 @@ self: { optparse-applicative, profunctors, scotty, - string-interpolate, text, transformers, unordered-containers, @@ -735962,8 +736568,8 @@ self: { }: mkDerivation { pname = "web-rep"; - version = "0.14.0.0"; - sha256 = "1vjnvsdwjwvlmz1gwrga38wmj4akff3xnh0gjxzbi2hv4vdax7yn"; + version = "0.14.0.1"; + sha256 = "1ws7hyk85jwzpy6dvq7giryq8i3d04xxn4px66jlfg9pi1b1rz1x"; isLibrary = true; isExecutable = true; libraryHaskellDepends = [ @@ -735980,7 +736586,6 @@ self: { optics-extra profunctors scotty - string-interpolate text transformers unordered-containers @@ -735995,10 +736600,6 @@ self: { optics-core optparse-applicative ]; - testHaskellDepends = [ - base - doctest-parallel - ]; description = "representations of a web page"; license = lib.licensesSpdx."BSD-3-Clause"; mainProgram = "web-rep-example"; @@ -737824,6 +738425,75 @@ self: { } ) { }; + webdriver-precore_0_2_0_2 = callPackage ( + { + mkDerivation, + aeson, + aeson-pretty, + base, + base64, + bytestring, + containers, + dhall, + directory, + falsify, + filepath, + ghc, + network, + pretty-show, + raw-strings-qq, + req, + tasty, + tasty-hunit, + text, + time, + unliftio, + vector, + websockets, + }: + mkDerivation { + pname = "webdriver-precore"; + version = "0.2.0.2"; + sha256 = "0f9y56cip577m9i45gvm8dwf98bd5c4l4nx3lnpl3936l671kfh3"; + libraryHaskellDepends = [ + aeson + aeson-pretty + base + bytestring + containers + pretty-show + text + vector + ]; + testHaskellDepends = [ + aeson + base + base64 + bytestring + containers + dhall + directory + falsify + filepath + ghc + network + pretty-show + raw-strings-qq + req + tasty + tasty-hunit + text + time + unliftio + websockets + ]; + doHaddock = false; + description = "A typed wrapper for W3C WebDriver (HTTP and BiDi) protocols"; + license = lib.licensesSpdx."BSD-3-Clause"; + hydraPlatforms = lib.platforms.none; + } + ) { }; + webdriver-snoy = callPackage ( { mkDerivation, @@ -740538,7 +741208,7 @@ self: { } ) { }; - what4_1_7_2 = callPackage ( + what4_1_7_3 = callPackage ( { mkDerivation, async, @@ -740600,8 +741270,8 @@ self: { }: mkDerivation { pname = "what4"; - version = "1.7.2"; - sha256 = "0mb9r3mzh3zmd8bs0d9km42xnqcxx2cbn8wmavbpklb9vmv6g3wi"; + version = "1.7.3"; + sha256 = "0q87hbrmgjz0qhhx938b5iqzfj4pp0pyxb3jsrd6b04s15qz6zqp"; isLibrary = true; isExecutable = true; enableSeparateDataOutput = true; @@ -741131,10 +741801,8 @@ self: { }: mkDerivation { pname = "wide-word"; - version = "0.1.8.1"; - sha256 = "0jisg5y3rxcqwd3kgdvcmz5awwcgzdhdkl768llhh388kp64mjcy"; - revision = "1"; - editedCabalFile = "164049ll7rxddxsw5ly8jcbhfmb7gywwrspw63cfwng20hsfqc0y"; + version = "0.1.9.0"; + sha256 = "1x4a42swszpfspqkdlfj1k7ifq1ia5ih3fmgmna74zbfajxwkpa6"; libraryHaskellDepends = [ base binary @@ -741688,45 +742356,6 @@ self: { ) { }; wild-bind = callPackage ( - { - mkDerivation, - base, - containers, - hspec, - hspec-discover, - microlens, - QuickCheck, - semigroups, - stm, - text, - transformers, - }: - mkDerivation { - pname = "wild-bind"; - version = "0.1.2.13"; - sha256 = "03r1a233d6vq6z5pd6lsxf738kna4r369301xr5blyjnj46h0dp1"; - libraryHaskellDepends = [ - base - containers - semigroups - text - transformers - ]; - testHaskellDepends = [ - base - hspec - microlens - QuickCheck - stm - transformers - ]; - testToolDepends = [ hspec-discover ]; - description = "Dynamic key binding framework"; - license = lib.licenses.bsd3; - } - ) { }; - - wild-bind_0_1_2_14 = callPackage ( { mkDerivation, base, @@ -741762,7 +742391,6 @@ self: { testToolDepends = [ hspec-discover ]; description = "Dynamic key binding framework"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; } ) { }; @@ -741832,56 +742460,6 @@ self: { ) { }; wild-bind-x11 = callPackage ( - { - mkDerivation, - async, - base, - containers, - fold-debounce, - hspec, - hspec-discover, - mtl, - semigroups, - stm, - text, - time, - transformers, - wild-bind, - X11, - }: - mkDerivation { - pname = "wild-bind-x11"; - version = "0.2.0.17"; - sha256 = "119pd6bajvgv09vfn0rhcssqzqyh570hvdjyd1vby6fvhykymmvs"; - libraryHaskellDepends = [ - base - containers - fold-debounce - mtl - semigroups - stm - text - transformers - wild-bind - X11 - ]; - testHaskellDepends = [ - async - base - hspec - text - time - transformers - wild-bind - X11 - ]; - testToolDepends = [ hspec-discover ]; - description = "X11-specific implementation for WildBind"; - license = lib.licenses.bsd3; - } - ) { }; - - wild-bind-x11_0_2_0_18 = callPackage ( { mkDerivation, async, @@ -741928,7 +742506,6 @@ self: { testToolDepends = [ hspec-discover ]; description = "X11-specific implementation for WildBind"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; } ) { }; @@ -742492,8 +743069,8 @@ self: { }: mkDerivation { pname = "witch"; - version = "1.3.0.6"; - sha256 = "03sx7514g375gc9fdn4439zp967g7ysq94xp7lki5rlbj8rjid1l"; + version = "1.3.0.9"; + sha256 = "05a2fn013qcyqcj4mb2qz79rv59ajwz06dn39m6iw3k7d9vwn9cv"; libraryHaskellDepends = [ base bytestring @@ -746577,8 +747154,8 @@ self: { }: mkDerivation { pname = "wuss"; - version = "2.0.2.5"; - sha256 = "1ipr57cndcn1wnvd0j4b0x0f271kzy1gg049qwi397r9flrmh157"; + version = "2.0.2.7"; + sha256 = "042pnniwn4kyb4d29zdh0284l497r1x393y5yw6jgigkvpdmpddb"; libraryHaskellDepends = [ base bytestring @@ -747004,6 +747581,58 @@ self: { } ) { }; + wyvern-diagrams = callPackage ( + { + mkDerivation, + array, + base, + colour, + containers, + diagrams-lib, + diagrams-svg, + HUnit, + MissingH, + optparse-applicative, + text, + unordered-containers, + }: + mkDerivation { + pname = "wyvern-diagrams"; + version = "0.3.2.0"; + sha256 = "0adpl9g87hn8ak29lakjzp2syhk3kaa23sxgwlgh0424fn8jms7f"; + isLibrary = true; + isExecutable = true; + libraryHaskellDepends = [ + array + base + colour + containers + diagrams-lib + diagrams-svg + MissingH + optparse-applicative + text + unordered-containers + ]; + executableHaskellDepends = [ + array + base + diagrams-lib + diagrams-svg + optparse-applicative + ]; + testHaskellDepends = [ + base + containers + diagrams-lib + HUnit + ]; + description = "Simple flowchart diagrams. Inspired by DRAKON."; + license = lib.licensesSpdx."BSD-3-Clause"; + mainProgram = "wyvern-diagrams"; + } + ) { }; + x-dsp = callPackage ( { mkDerivation, @@ -747170,39 +747799,39 @@ self: { x509-ocsp = callPackage ( { mkDerivation, - asn1-encoding, - asn1-types, base, bytestring, cryptohash-sha1, + crypton-asn1-encoding, + crypton-asn1-types, + crypton-pem, crypton-x509, crypton-x509-validation, HUnit, - pem, }: mkDerivation { pname = "x509-ocsp"; - version = "0.4.0.1"; - sha256 = "0pq1xxa5wl5gprkxjc31112mi9s8q4i5anr698hssziaglh4h13r"; + version = "0.4.1.0"; + sha256 = "1yqggigc9anfmkpfg179i7mzh0jk9nyqrsw6kxhgl0qmrgmfh2jc"; enableSeparateDataOutput = true; libraryHaskellDepends = [ - asn1-encoding - asn1-types base bytestring cryptohash-sha1 + crypton-asn1-encoding + crypton-asn1-types crypton-x509 crypton-x509-validation ]; testHaskellDepends = [ - asn1-encoding - asn1-types base bytestring + crypton-asn1-encoding + crypton-asn1-types + crypton-pem crypton-x509 crypton-x509-validation HUnit - pem ]; description = "Basic X509 OCSP implementation"; license = lib.licensesSpdx."BSD-3-Clause"; @@ -751860,8 +752489,10 @@ self: { }: mkDerivation { pname = "xnobar"; - version = "1.0.0.0"; - sha256 = "0rf3308wiy2ilssshrv9y5w55rrhw0nxjgdq39scc78562dw7z2l"; + version = "1.0.0.1"; + sha256 = "0y8hf0vq0wvg1g3s00i7wdq5vjdv044bhh38lyzvcvj0fxn4b5k7"; + revision = "1"; + editedCabalFile = "106sd5sqv9lf61zm6hlifn36qhsgs0sv60gr6lqv4d0ya2hxbich"; isLibrary = true; isExecutable = true; libraryHaskellDepends = [ @@ -751891,7 +752522,7 @@ self: { license = lib.licensesSpdx."BSD-3-Clause"; badPlatforms = lib.platforms.darwin; hydraPlatforms = lib.platforms.none; - mainProgram = "Echo"; + mainProgram = "echo"; broken = true; } ) { }; @@ -752576,8 +753207,8 @@ self: { }: mkDerivation { pname = "xstatic-th"; - version = "0.1.0"; - sha256 = "06vl6mf6jqgvzbhgq496swydl9xk4k37n6d0qzgi349j1235yiw9"; + version = "0.1.1"; + sha256 = "0fy7w22zvzd16ygczq6rw26j9dvxibgxqwsbxlj1x4h50c1a0r5c"; libraryHaskellDepends = [ base bytestring @@ -752818,8 +753449,8 @@ self: { pname = "xz"; version = "5.6.3"; sha256 = "15450bmpbka14ykajr38aj8lyilg0vxsrhsdlq20a9zg63ppvc4d"; - revision = "1"; - editedCabalFile = "0a71h34i6bqywmsnhxqp8sya2q61lm6wdrfrjhg9hgnjkc09pkz2"; + revision = "2"; + editedCabalFile = "192ik7g7afjpzkvsh4wfkvg98c6b1zdysvzpk9byqp1m0k0zipka"; libraryHaskellDepends = [ base bytestring @@ -754771,8 +755402,8 @@ self: { }: mkDerivation { pname = "yaml-unscrambler"; - version = "0.1.0.20"; - sha256 = "0s73nmvmnd1gn7hvmcbpvg1l10vwlzb5xfg7ljiwbp1dsfmqyzkw"; + version = "0.1.0.21"; + sha256 = "1i8jddnrbxywp9lvb77cpl1027kd1vm9qpn5i1226cz2x6pzdz1j"; libraryHaskellDepends = [ acc attoparsec @@ -754993,6 +755624,8 @@ self: { pname = "yampa-canvas"; version = "0.2.4"; sha256 = "0v5n5xzpp94w6ib10zq67z1b3rz1r8zha7ryd7a34lannnrd1kz1"; + revision = "1"; + editedCabalFile = "1qpxh5lf4r692hqqijz9998mcp7c9n2451mdl1hkn23d5impz3w5"; isLibrary = true; isExecutable = true; libraryHaskellDepends = [ @@ -755814,6 +756447,57 @@ self: { } ) { }; + yaya_0_7_0_0 = callPackage ( + { + mkDerivation, + base, + Cabal, + cabal-doctest, + comonad, + doctest, + either, + free, + kan-extensions, + lens, + profunctors, + strict, + template-haskell, + th-abstraction, + transformers, + }: + mkDerivation { + pname = "yaya"; + version = "0.7.0.0"; + sha256 = "10lf9pqmmvy1g7y8zvf9mxy33zanfngcqmgsrizm8mzvwnnq95hl"; + setupHaskellDepends = [ + base + Cabal + cabal-doctest + ]; + libraryHaskellDepends = [ + base + comonad + either + free + kan-extensions + lens + profunctors + strict + template-haskell + th-abstraction + transformers + ]; + testHaskellDepends = [ + base + doctest + ]; + description = "Total recursion schemes"; + license = "(AGPL-3.0-only WITH Universal-FOSS-exception-1.0 OR LicenseRef-commercial)"; + hydraPlatforms = lib.platforms.none; + maintainers = [ lib.maintainers.sellout ]; + } + ) { }; + yaya-containers = callPackage ( { mkDerivation, @@ -755848,6 +756532,41 @@ self: { } ) { }; + yaya-containers_0_2_0_0 = callPackage ( + { + mkDerivation, + base, + Cabal, + cabal-doctest, + containers, + doctest, + yaya, + }: + mkDerivation { + pname = "yaya-containers"; + version = "0.2.0.0"; + sha256 = "1wmmylwaqy9yw1v719qj590c9yzncnrzmkc6gshh3khadc7y9ida"; + setupHaskellDepends = [ + base + Cabal + cabal-doctest + ]; + libraryHaskellDepends = [ + base + containers + yaya + ]; + testHaskellDepends = [ + base + doctest + ]; + description = "Pattern functors and instances for types in the containers package"; + license = "(AGPL-3.0-only WITH Universal-FOSS-exception-1.0 OR LicenseRef-commercial)"; + hydraPlatforms = lib.platforms.none; + maintainers = [ lib.maintainers.sellout ]; + } + ) { }; + yaya-hedgehog = callPackage ( { mkDerivation, @@ -755887,6 +756606,46 @@ self: { } ) { }; + yaya-hedgehog_0_4_0_0 = callPackage ( + { + mkDerivation, + base, + Cabal, + cabal-doctest, + deriving-compat, + doctest, + hedgehog, + yaya, + }: + mkDerivation { + pname = "yaya-hedgehog"; + version = "0.4.0.0"; + sha256 = "116s0ddwhxjgkm3i02njbzw47p2kl4mi133cri7vn2d9z8xrnbhp"; + setupHaskellDepends = [ + base + Cabal + cabal-doctest + ]; + libraryHaskellDepends = [ + base + deriving-compat + hedgehog + yaya + ]; + testHaskellDepends = [ + base + deriving-compat + doctest + hedgehog + yaya + ]; + description = "Hedgehog testing support for the Yaya recursion scheme library"; + license = "(AGPL-3.0-only WITH Universal-FOSS-exception-1.0 OR LicenseRef-commercial)"; + hydraPlatforms = lib.platforms.none; + maintainers = [ lib.maintainers.sellout ]; + } + ) { }; + yaya-quickcheck = callPackage ( { mkDerivation, @@ -755921,6 +756680,41 @@ self: { } ) { }; + yaya-quickcheck_0_3_0_0 = callPackage ( + { + mkDerivation, + base, + Cabal, + cabal-doctest, + doctest, + QuickCheck, + yaya, + }: + mkDerivation { + pname = "yaya-quickcheck"; + version = "0.3.0.0"; + sha256 = "1ffpvya09br090bzn4znl28a60nhm2amsx6k7i0crn2qa7253nlm"; + setupHaskellDepends = [ + base + Cabal + cabal-doctest + ]; + libraryHaskellDepends = [ + base + QuickCheck + yaya + ]; + testHaskellDepends = [ + base + doctest + ]; + description = "QuickCheck testing support for the Yaya recursion scheme library"; + license = "(AGPL-3.0-only WITH Universal-FOSS-exception-1.0 OR LicenseRef-commercial)"; + hydraPlatforms = lib.platforms.none; + maintainers = [ lib.maintainers.sellout ]; + } + ) { }; + yaya-test = callPackage ( { mkDerivation, @@ -755993,6 +756787,50 @@ self: { } ) { }; + yaya-unsafe_0_5_0_0 = callPackage ( + { + mkDerivation, + base, + Cabal, + cabal-doctest, + comonad, + doctest, + free, + hedgehog, + lens, + yaya, + yaya-hedgehog, + }: + mkDerivation { + pname = "yaya-unsafe"; + version = "0.5.0.0"; + sha256 = "1as1gik8dm2n06d4dnx019wpsmhblvpn69x03lfhgb11cr03x21a"; + setupHaskellDepends = [ + base + Cabal + cabal-doctest + ]; + libraryHaskellDepends = [ + base + comonad + free + lens + yaya + ]; + testHaskellDepends = [ + base + doctest + hedgehog + yaya + yaya-hedgehog + ]; + description = "Non-total extensions to the Yaya recursion scheme library"; + license = "(AGPL-3.0-only WITH Universal-FOSS-exception-1.0 OR LicenseRef-commercial)"; + hydraPlatforms = lib.platforms.none; + maintainers = [ lib.maintainers.sellout ]; + } + ) { }; + yaya-unsafe-test = callPackage ( { mkDerivation, @@ -756715,7 +757553,7 @@ self: { conduit, conduit-extra, containers, - cryptonite, + crypton, data-default, email-validate, file-embed, @@ -756744,8 +757582,8 @@ self: { }: mkDerivation { pname = "yesod-auth"; - version = "1.6.11.3"; - sha256 = "1qfzg4khdzrhzq78323648780divjllqrxn9hhzpnis61f0fwni8"; + version = "1.6.12.0"; + sha256 = "0z3b7qc4cinzmhksspzhm33v1kvnqjv07dg52mm8pld0j645f922"; libraryHaskellDepends = [ aeson attoparsec-aeson @@ -756761,7 +757599,7 @@ self: { conduit conduit-extra containers - cryptonite + crypton data-default email-validate file-embed @@ -761199,8 +762037,8 @@ self: { bytestring, conduit, containers, - cryptonite, - cryptonite-conduit, + crypton, + crypton-conduit, css-text, data-default, directory, @@ -761228,8 +762066,8 @@ self: { }: mkDerivation { pname = "yesod-static"; - version = "1.6.1.0"; - sha256 = "18f5hm9ncvkzl8bkn39cg841z0k5iqs5w45afsyk9y6k98pjd54p"; + version = "1.6.1.2"; + sha256 = "0xp3fa310zsmamnmfzwjf8hgyp0z4csxd06yjxinzy5rnry781dp"; libraryHaskellDepends = [ async attoparsec @@ -761239,8 +762077,8 @@ self: { bytestring conduit containers - cryptonite - cryptonite-conduit + crypton + crypton-conduit css-text data-default directory @@ -761268,8 +762106,8 @@ self: { bytestring conduit containers - cryptonite - cryptonite-conduit + crypton + crypton-conduit data-default directory file-embed @@ -761614,7 +762452,7 @@ self: { } ) { }; - yesod-test_1_6_23 = callPackage ( + yesod-test_1_7_0_1 = callPackage ( { mkDerivation, aeson, @@ -761653,8 +762491,8 @@ self: { }: mkDerivation { pname = "yesod-test"; - version = "1.6.23"; - sha256 = "1bisgnvfda16ryg9npdn4s041z7vvvgdmpkq9wqwccpw4vwylklv"; + version = "1.7.0.1"; + sha256 = "1mkzccbzmj83fr8jf31q6qhdia01m24sr8iayb6jj6p1wfwspsk3"; libraryHaskellDepends = [ aeson attoparsec @@ -763359,39 +764197,42 @@ self: { bytestring, containers, hspec, - hspec-discover, - mtl, optparse-applicative, random, + text, + transformers, yaml, }: mkDerivation { pname = "yiyd"; - version = "1.0.1"; - sha256 = "15rf8mgd938pdqn88cyc77wr8gs1siqz78g7f657wcq49sksypl0"; - isLibrary = false; + version = "1.1.0"; + sha256 = "03q7yal8byxpndf9563f0zkxq9r3iwavcdcsyrfim7n224in5fk1"; + isLibrary = true; isExecutable = true; enableSeparateDataOutput = true; - executableHaskellDepends = [ + libraryHaskellDepends = [ base bytestring containers - mtl + random + text + transformers + yaml + ]; + executableHaskellDepends = [ + base + bytestring optparse-applicative random - yaml + text ]; testHaskellDepends = [ base bytestring - containers hspec - mtl - optparse-applicative random - yaml + text ]; - testToolDepends = [ hspec-discover ]; license = lib.licensesSpdx."GPL-3.0-only"; mainProgram = "yiyd"; } @@ -766135,6 +766976,8 @@ self: { pname = "zip"; version = "2.2.1"; sha256 = "1wq0nl034b2nknd627adzffj6rymykvkdn5b0smydcv5wp7i6p6j"; + revision = "2"; + editedCabalFile = "12g22anj0qqa8n44icyh6jmxf5pqwqa1vb2cs7y7q625j40hpfrs"; isLibrary = true; isExecutable = true; libraryHaskellDepends = [ @@ -767682,8 +768525,8 @@ self: { }: mkDerivation { pname = "ztail"; - version = "1.2.0.3"; - sha256 = "0chxsaivxfxphcwzkwyzc7px6lrf5vkr4d7rbd909j4n96293hha"; + version = "1.2.0.4"; + sha256 = "04s5qw25vr32rpbbxknddf4bakwbd2g4yai3s1000mfnrhx3k4zg"; isLibrary = false; isExecutable = true; executableHaskellDepends = [ @@ -768118,8 +768961,8 @@ self: { }: mkDerivation { pname = "zxcvbn-hs"; - version = "0.3.6"; - sha256 = "14bpsn5q6dsd7bn0rnhp8rsw6hqixn9ywckzlpg39ghld3yqi73h"; + version = "0.3.8"; + sha256 = "0inf1lc74jlbmj06njx3w78pnzx98z03xkffaybz9dl652fmbwgl"; isLibrary = true; isExecutable = true; libraryHaskellDepends = [