From a2f4624ff3eeef15d0181d4fc0009c47fc5d85e9 Mon Sep 17 00:00:00 2001 From: Wolfgang Walther Date: Sun, 14 Dec 2025 14:02:26 +0100 Subject: [PATCH] haskellPackages: hackage 2025-12-11T06:37:31Z -> 2025-12-14T11:19:11Z all-cabal-hashes: 2025-12-11T06:37:31Z -> 2025-12-14T11:19:11Z (generated by maintainers/scripts/haskell/update-package-set.sh) --- pkgs/data/misc/hackage/pin.json | 8 +- .../haskell-modules/configuration-common.nix | 6 - .../haskell-modules/hackage-packages.nix | 358 ++++++++++++++---- 3 files changed, 286 insertions(+), 86 deletions(-) diff --git a/pkgs/data/misc/hackage/pin.json b/pkgs/data/misc/hackage/pin.json index d199cd068251..5cfc83624ea9 100644 --- a/pkgs/data/misc/hackage/pin.json +++ b/pkgs/data/misc/hackage/pin.json @@ -1,6 +1,6 @@ { - "commit": "28774b2e3a4c07a4a44cb0ec71b8e314534e183c", - "url": "https://github.com/commercialhaskell/all-cabal-hashes/archive/28774b2e3a4c07a4a44cb0ec71b8e314534e183c.tar.gz", - "sha256": "0vnp25bqc3ix6hw6y7r96a9wq41f4m056sgc1grycys444blm549", - "msg": "Update from Hackage at 2025-12-11T06:37:31Z" + "commit": "6038c71e482385265b435e5f69ed6231dfea5753", + "url": "https://github.com/commercialhaskell/all-cabal-hashes/archive/6038c71e482385265b435e5f69ed6231dfea5753.tar.gz", + "sha256": "0g315gi54sx2hj4qdhaz8ql1yy2zbf2wk87yhhqmgvyslhvmlw24", + "msg": "Update from Hackage at 2025-12-14T11:19:11Z" } diff --git a/pkgs/development/haskell-modules/configuration-common.nix b/pkgs/development/haskell-modules/configuration-common.nix index 7686538c7b7c..a3de2917d726 100644 --- a/pkgs/development/haskell-modules/configuration-common.nix +++ b/pkgs/development/haskell-modules/configuration-common.nix @@ -3278,12 +3278,6 @@ with haskellLib; # 2025-5-15: Too strict bounds on base <4.19, see: https://github.com/zachjs/sv2v/issues/317 sv2v = doJailbreak super.sv2v; - # 2025-09-20: New revision already on hackage. - nvfetcher = lib.pipe super.nvfetcher [ - (warnAfterVersion "0.7.0.0") - doJailbreak - ]; - # 2025-06-25: Upper bounds of transformers and bytestring too strict, # as haskore 0.2.0.8 was released in 2016 and is quite outdated. # Tests fail with: diff --git a/pkgs/development/haskell-modules/hackage-packages.nix b/pkgs/development/haskell-modules/hackage-packages.nix index b94b679cb2da..afe693e5381c 100644 --- a/pkgs/development/haskell-modules/hackage-packages.nix +++ b/pkgs/development/haskell-modules/hackage-packages.nix @@ -7294,21 +7294,19 @@ self: { bytestring, deepseq, network, - text, time, wide-word, }: mkDerivation { pname = "ClickHaskell"; - version = "0.2.0"; - sha256 = "13xsg5ml172asp7sy6afgvqk57rknmjq2gpli41pgk6im1wzm6vl"; + version = "1.0.0"; + sha256 = "1lz40mkvzdrnhhbw8fn0k6a2z29bgngzqfkd3avafrqp4in58yyd"; libraryHaskellDepends = [ base binary bytestring deepseq network - text time wide-word ]; @@ -7317,6 +7315,31 @@ self: { } ) { }; + ClickHaskell-tls = callPackage ( + { + mkDerivation, + base, + bytestring, + ClickHaskell, + tls, + }: + mkDerivation { + pname = "ClickHaskell-tls"; + version = "1.0.0"; + sha256 = "1dyrdysq73lmmbh107lggsixzzk264s0np94jdn1594yvbngr01m"; + revision = "1"; + editedCabalFile = "0p453ddjj8j83mb3pvwav5901ykprz7j61pwxfvbbp92yq47rslf"; + libraryHaskellDepends = [ + base + bytestring + ClickHaskell + tls + ]; + description = "ClickHaskell TLS extension"; + license = lib.licensesSpdx."BSD-3-Clause"; + } + ) { }; + Clipboard = callPackage ( { mkDerivation, @@ -109992,21 +110015,27 @@ self: { { mkDerivation, base, + bytestring, containers, directory, - regexpr, + mtl, + pcre-light, text, + validation, }: mkDerivation { pname = "bizzlelude"; - version = "4.17.2.2"; - sha256 = "1b89vnf7zhhwyzjhhigiy7pp7v46w6js4d1z924ch853q52822wq"; + version = "4.20.2.0.1"; + sha256 = "1cawb7wn8qxc67pvhcyv3h0ykjbv3mfm04jbp1nagz6nn6ah7ccb"; libraryHaskellDepends = [ base + bytestring containers directory - regexpr + mtl + pcre-light text + validation ]; description = "A lousy Prelude replacement by a lousy dude"; license = lib.licensesSpdx."BSD-3-Clause"; @@ -112914,12 +112943,12 @@ self: { } ) { }; - bluefin_0_2_0_0 = callPackage ( + bluefin_0_2_1_0 = callPackage ( { mkDerivation, bluefin-internal }: mkDerivation { pname = "bluefin"; - version = "0.2.0.0"; - sha256 = "0kyzj5lr1w8r39mngsj8bf2bsqs3dxjirsmbkbk2zsldv9g0j210"; + version = "0.2.1.0"; + sha256 = "114f78hi6z0rk66avr3wpzn1wfx0zyn8iqscb2dr9xslpy0bckxs"; libraryHaskellDepends = [ bluefin-internal ]; description = "The Bluefin effect system"; license = lib.licensesSpdx."MIT"; @@ -113014,7 +113043,7 @@ self: { } ) { }; - bluefin-internal_0_2_0_0 = callPackage ( + bluefin-internal_0_2_1_0 = callPackage ( { mkDerivation, async, @@ -113026,8 +113055,8 @@ self: { }: mkDerivation { pname = "bluefin-internal"; - version = "0.2.0.0"; - sha256 = "0mc343qjbdjps66r9mjp0p0ki9lfqrhpfqk3vahwih4msvnrfc8j"; + version = "0.2.1.0"; + sha256 = "0nmp1mn9hcjq5xy5amzr0pqg3yll916nkgici0yp06j5s013gfkh"; libraryHaskellDepends = [ async base @@ -125540,8 +125569,8 @@ self: { pname = "cabal-install"; version = "3.16.0.0"; sha256 = "06jndk7xcm837rsy4y9nhy8a0162ckravh8dlnif1vmywfgljai8"; - revision = "2"; - editedCabalFile = "1f8gi3v27hr4x2ydqa20ijqdcv3pm09lyykhqcaz8zy7dvz96xb0"; + revision = "3"; + editedCabalFile = "0vcpy83jjfrqbr9z6nmgid2ci5h9gqmfy8zq1yrpxh1iif4gjy7w"; isLibrary = true; isExecutable = true; libraryHaskellDepends = [ @@ -128136,8 +128165,8 @@ self: { }: mkDerivation { pname = "cachix"; - version = "1.9.1"; - sha256 = "1jhimq7vjnbpggv1l97icwq6i4qhdazhx9gn23fxcf1xj9lz6q6l"; + version = "1.9.2"; + sha256 = "0yzc90i9sv9np6q7fhkmbcyy67a7irsgdd9b072r1rgr5afn773q"; isLibrary = true; isExecutable = true; libraryHaskellDepends = [ @@ -128300,8 +128329,8 @@ self: { }: mkDerivation { pname = "cachix-api"; - version = "1.9.1"; - sha256 = "1gr35qmx0lrbfqyyrl8xab9k0x38n771by3girlc8sdv0xjil25d"; + version = "1.9.2"; + sha256 = "07bnnkh2b9ryhi8adwa9i9nh17qhmfknxn3l84lld2ry43hnwkww"; libraryHaskellDepends = [ aeson async @@ -259457,8 +259486,8 @@ self: { { mkDerivation, base }: mkDerivation { pname = "ghc-compat"; - version = "0.5.3.0"; - sha256 = "0lkb799fg6qpqsxpblwpd9czg73cy8dik9igd9kjny1ppg159vl4"; + version = "0.5.4.0"; + sha256 = "0lfny2dyq1r58wbzrwsz3kw9kyb0p0jcqkzih41lk8ychn7zf7d6"; libraryHaskellDepends = [ base ]; description = "GHC compatibility for MicroHs"; license = lib.licensesSpdx."Apache-2.0"; @@ -270911,7 +270940,6 @@ self: { filepath, gitlib, gitlib-libgit2, - lifted-async, logging, old-locale, optparse-applicative, @@ -270926,10 +270954,8 @@ self: { }: mkDerivation { pname = "git-monitor"; - version = "3.1.1.5"; - sha256 = "0jqmcldnl1hd0za33jw4490qgx9ngqbh7pyy47y1pb9j1hvci9jj"; - revision = "1"; - editedCabalFile = "18s9vigsi5z5j2m5q956nj4h84bwgfh8v010dz4jahhrlkavg1ra"; + version = "3.2.2"; + sha256 = "1x1q8pl871hhxnaig9mfdxzwgjzsn70yc5drn534h0zzk52zj5d1"; isLibrary = false; isExecutable = true; executableHaskellDepends = [ @@ -270940,7 +270966,6 @@ self: { filepath gitlib gitlib-libgit2 - lifted-async logging old-locale optparse-applicative @@ -284861,8 +284886,8 @@ self: { }: mkDerivation { pname = "graphwiz"; - version = "1.0.0"; - sha256 = "0ssddsg7wv007ll6jazhncdvs6pd42pc8nfvg4md1a2xhrzacv03"; + version = "2.0.0"; + sha256 = "1lh6rggylnwsyadbiq895lnykjyiv230x8bp5fvww9vi0b2fjwyy"; isLibrary = true; isExecutable = true; libraryHaskellDepends = [ @@ -284879,6 +284904,7 @@ self: { executableHaskellDepends = [ base lens + text text-builder ]; testHaskellDepends = [ @@ -323267,8 +323293,8 @@ self: { }: mkDerivation { pname = "heptapod"; - version = "1.1.0.0"; - sha256 = "0s7fq0rh0aax7rfqd49li64n9kw86l8i75mzrkqrpd945xb3zkn9"; + version = "1.1.0.1"; + sha256 = "19453ljazkgssj53ws2xlaln6kvr2fv1yh0crjx4zr17vl7pgc7x"; libraryHaskellDepends = [ base bytestring @@ -333604,8 +333630,8 @@ self: { pname = "hledger-iadd"; version = "1.3.22"; sha256 = "077v7jgqhmpkg8m68bg4qi0jxl4zkg17aqk5n58ni3s2h71lkwlv"; - revision = "1"; - editedCabalFile = "16ac7v90dd0lwf9dwiylc8w0zq1al45ah2nlr177kvglfsxjvv12"; + revision = "2"; + editedCabalFile = "0jnczff457f3n4sgz16iiyfsdhr2dhxdvxpb3dls24n7452vf2mw"; isLibrary = true; isExecutable = true; libraryHaskellDepends = [ @@ -333685,8 +333711,8 @@ self: { pname = "hledger-interest"; version = "1.6.7"; sha256 = "1jirygghw82zi8z160j45qzfcj1l89vckqr7hrv78h3f3pim6np4"; - revision = "3"; - editedCabalFile = "0f7aqbiy8s4137wa37awgjx5xmlj9x18zc10292hgsbyrzvnisdq"; + revision = "4"; + editedCabalFile = "1h3jx1jj4spgj34mhxydg24lwv95m39f8ndy222849s5nsh6lg0n"; isLibrary = false; isExecutable = true; executableHaskellDepends = [ @@ -334443,6 +334469,37 @@ self: { } ) { inherit (pkgs) libsass; }; + hlibsass_0_1_10_3 = callPackage ( + { + mkDerivation, + base, + Cabal, + directory, + hspec, + libsass, + }: + mkDerivation { + pname = "hlibsass"; + version = "0.1.10.3"; + sha256 = "1016x1gjmvq26a5gackf8x4206rv9lfb89hpn1197y0zavnqga63"; + configureFlags = [ "-fexternallibsass" ]; + setupHaskellDepends = [ + base + Cabal + directory + ]; + libraryHaskellDepends = [ base ]; + librarySystemDepends = [ libsass ]; + testHaskellDepends = [ + base + hspec + ]; + description = "Low-level bindings to Libsass"; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; + } + ) { inherit (pkgs) libsass; }; + hlint_3_6_1 = callPackage ( { mkDerivation, @@ -356475,7 +356532,7 @@ self: { } ) { }; - hspec_2_11_15 = callPackage ( + hspec_2_11_16 = callPackage ( { mkDerivation, base, @@ -356486,8 +356543,8 @@ self: { }: mkDerivation { pname = "hspec"; - version = "2.11.15"; - sha256 = "1x5mks7bzcy5p6mfi2zbrwlq2m25q2wyn3fi94mmqkl61ksg8939"; + version = "2.11.16"; + sha256 = "1brjn0awqrmjz75a69nskx19f19b9y32hcnd2f3lif5sv5df1zgs"; libraryHaskellDepends = [ base hspec-core @@ -356558,7 +356615,7 @@ self: { } ) { }; - hspec-api_2_11_15 = callPackage ( + hspec-api_2_11_16 = callPackage ( { mkDerivation, base, @@ -356569,8 +356626,8 @@ self: { }: mkDerivation { pname = "hspec-api"; - version = "2.11.15"; - sha256 = "10yn5q3jk7qzd5aipqssz42cbajzhbgcqw7qka1ams1wmrsmp4dz"; + version = "2.11.16"; + sha256 = "00k1ihl2lbp1md7qzjhhl96ax5vabzh3q5lfbs88svzwprpmkrr5"; libraryHaskellDepends = [ base hspec-core @@ -356792,7 +356849,7 @@ self: { } ) { }; - hspec-core_2_11_15 = callPackage ( + hspec-core_2_11_16 = callPackage ( { mkDerivation, ansi-terminal, @@ -356820,8 +356877,8 @@ self: { }: mkDerivation { pname = "hspec-core"; - version = "2.11.15"; - sha256 = "0cpjl2p2ihdzc48z4bv7pnpi5fg529zplvdyh3awrj3fjpy4mysn"; + version = "2.11.16"; + sha256 = "0kj2kljczp6y02w2sd9bcgpa5cdisx7sc5a57wrz99h1p6968a7m"; libraryHaskellDepends = [ ansi-terminal array @@ -356960,7 +357017,7 @@ self: { } ) { }; - hspec-discover_2_11_15 = callPackage ( + hspec-discover_2_11_16 = callPackage ( { mkDerivation, base, @@ -356972,8 +357029,8 @@ self: { }: mkDerivation { pname = "hspec-discover"; - version = "2.11.15"; - sha256 = "112zrz1sk83l8f88ll1y9hcv607whv5mz44p9lrsqg1czayxfkvc"; + version = "2.11.16"; + sha256 = "1b4g26bxadzaypr6ib7a75ycapg8k927pfq8g0y2pm111lgcyv5x"; isLibrary = true; isExecutable = true; libraryHaskellDepends = [ @@ -357708,7 +357765,7 @@ self: { } ) { }; - hspec-meta_2_11_15 = callPackage ( + hspec-meta_2_11_16 = callPackage ( { mkDerivation, ansi-terminal, @@ -357732,8 +357789,8 @@ self: { }: mkDerivation { pname = "hspec-meta"; - version = "2.11.15"; - sha256 = "1x4pkr589jivnqh3xmfx1dczm2036cbkpg58ig3fzaxkzpd7pfrr"; + version = "2.11.16"; + sha256 = "0rk9d4xrzjsz986ylx133iyakb4s7m64pgvkv2x5k8xf4mgd192y"; isLibrary = true; isExecutable = true; libraryHaskellDepends = [ @@ -378473,6 +378530,37 @@ self: { } ) { }; + immortal-queue_0_2_0_0 = callPackage ( + { + mkDerivation, + async, + base, + immortal, + stm, + tasty, + tasty-hunit, + }: + mkDerivation { + pname = "immortal-queue"; + version = "0.2.0.0"; + sha256 = "1gd7abv6ssa3364hkph8qw7yv250yzw77adp5wxs70dvqnxhlp3v"; + libraryHaskellDepends = [ + async + base + immortal + ]; + testHaskellDepends = [ + base + stm + tasty + tasty-hunit + ]; + description = "Build a pool of queue-processing worker threads"; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + } + ) { }; + immortal-worker = callPackage ( { mkDerivation, @@ -433754,7 +433842,7 @@ self: { } ) { }; - lr-acts_0_1_1 = callPackage ( + lr-acts_0_2 = callPackage ( { mkDerivation, base, @@ -433766,8 +433854,8 @@ self: { }: mkDerivation { pname = "lr-acts"; - version = "0.1.1"; - sha256 = "09kqdyizmdy8lh43k67a8wlsjivannjhx9ayrllgh5ly4rs6q8s8"; + version = "0.2"; + sha256 = "1slvw3czssj93ag08qiy4qakw7k7m40kcll0sq5ilffbhfaxgh6b"; libraryHaskellDepends = [ base data-default @@ -458036,8 +458124,8 @@ self: { }: mkDerivation { pname = "monad-effect"; - version = "0.2.2.0"; - sha256 = "1xl829m92ia2ib75l0yh0w5wvrmi5db4lilghzkjjzpp4g79m2sv"; + version = "0.2.3.0"; + sha256 = "0dg72nm7f2baw6z8dqgk4lz33196jww28j59dq65zsh2lzd0npmg"; libraryHaskellDepends = [ async base @@ -489153,6 +489241,7 @@ self: { data-default, extra, free, + Glob, hspec, hspec-discover, microlens, @@ -489165,6 +489254,7 @@ self: { shake, stm, text, + time, toml-reader, transformers, unliftio, @@ -489172,10 +489262,8 @@ self: { }: mkDerivation { pname = "nvfetcher"; - version = "0.7.0.0"; - sha256 = "0idcca3g1rfm8rc7zy68pdbhv4s0npdzdb47ixj0hk2pr8rg51ak"; - revision = "1"; - editedCabalFile = "0pkcsb97x64fnrrs93l73k1yydrnswh8drwdab90c4ac9wjjxvk8"; + version = "0.8.0.0"; + sha256 = "06r92h6i1npgvlbw40rqpnam5rjr8kxrl32ss7gxp0hrf7anii87"; isLibrary = true; isExecutable = true; libraryHaskellDepends = [ @@ -489189,6 +489277,7 @@ self: { data-default extra free + Glob microlens microlens-th neat-interpolation @@ -489213,6 +489302,7 @@ self: { data-default extra free + Glob microlens microlens-th neat-interpolation @@ -489238,6 +489328,7 @@ self: { data-default extra free + Glob hspec microlens microlens-th @@ -489249,6 +489340,7 @@ self: { shake stm text + time toml-reader transformers unliftio @@ -515620,8 +515712,8 @@ self: { pname = "perceptual-hash"; version = "0.1.4.7"; sha256 = "151s5bqhl89ism9v4h93z0x8g0rcschx58ddvzj09xxxdbnf3rmk"; - revision = "1"; - editedCabalFile = "0fkfpihq505m02v77lsg78g40amjh85726rr8kr37zrn2a255v41"; + revision = "2"; + editedCabalFile = "0r16n50ak4k4l21shwd5l0i2iiw2yf93a7qjjv8yfll9mhss87wk"; isLibrary = true; isExecutable = true; enableSeparateDataOutput = true; @@ -518371,7 +518463,7 @@ self: { } ) { }; - persistent-postgresql_2_14_0_1 = callPackage ( + persistent-postgresql_2_14_2_0 = callPackage ( { mkDerivation, aeson, @@ -518382,6 +518474,7 @@ self: { conduit, containers, fast-logger, + file-embed, hspec, hspec-expectations, hspec-expectations-lifted, @@ -518412,8 +518505,8 @@ self: { }: mkDerivation { pname = "persistent-postgresql"; - version = "2.14.0.1"; - sha256 = "1jkniapvc24l5bf4gfv3j5qwlm40xga6wwrcnkdv0sw0bbgp6y31"; + version = "2.14.2.0"; + sha256 = "0kg7advrdpqxdm26imbb2jbszpwhqqc80mm41hskicglzxnibxf8"; isLibrary = true; isExecutable = true; libraryHaskellDepends = [ @@ -518424,6 +518517,7 @@ self: { bytestring conduit containers + file-embed monad-logger mtl persistent @@ -520608,8 +520702,8 @@ self: { }: mkDerivation { pname = "phino"; - version = "0.0.0.54"; - sha256 = "08sp7zd74rnm6zv0qs4i1cisi2ybsyaf5qp1icz2whzh1wfwxdx1"; + version = "0.0.0.55"; + sha256 = "1y1lmbwcd6iylsyk38zy6qjby2q9a75p8fvf61b4578gbjdfwd39"; isLibrary = true; isExecutable = true; libraryHaskellDepends = [ @@ -654277,6 +654371,60 @@ self: { } ) { }; + string-variants_0_3_1_3 = callPackage ( + { + mkDerivation, + aeson, + base, + bytestring, + deepseq, + hashable, + hedgehog, + hspec, + hspec-discover, + hspec-hedgehog, + HUnit, + mono-traversable, + QuickCheck, + refined, + string-conversions, + template-haskell, + text, + }: + mkDerivation { + pname = "string-variants"; + version = "0.3.1.3"; + sha256 = "1dfwm89fiz1zls3cr1wxh78csvw7q04cbzixiyj6szb21jzvr6a1"; + libraryHaskellDepends = [ + aeson + base + bytestring + deepseq + hashable + mono-traversable + QuickCheck + refined + string-conversions + template-haskell + text + ]; + testHaskellDepends = [ + aeson + base + hedgehog + hspec + hspec-hedgehog + HUnit + template-haskell + text + ]; + testToolDepends = [ hspec-discover ]; + description = "Constrained text newtypes"; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; + } + ) { }; + stringable = callPackage ( { mkDerivation, @@ -670725,8 +670873,8 @@ self: { }: mkDerivation { pname = "tasty-flaky"; - version = "0.1.2.0"; - sha256 = "1pxjqmsflrgmxhjms8pmyx2jf4bsmrnaxd08q1zxym0by2yafwgd"; + version = "0.1.3.0"; + sha256 = "1jwi5f44h02dd0cc3mavk6cdj1z2zasn0s3dqrg5d0gmbi0pjp93"; libraryHaskellDepends = [ base retry @@ -704554,8 +704702,8 @@ self: { }: mkDerivation { pname = "typesafe-precure"; - version = "0.12.1.1"; - sha256 = "0gba5l5l4cixyfpxkiy4hyz4zbrq7rxf2cfsj1123ycsa7j4j0ph"; + version = "0.12.2.1"; + sha256 = "1fa72qa3r2cmhqw939mkpl7yvkqalqx4wbz6zic0pfvxpf26bdbs"; libraryHaskellDepends = [ aeson aeson-pretty @@ -711499,6 +711647,65 @@ self: { } ) { }; + unordered-containers_0_2_21 = callPackage ( + { + mkDerivation, + base, + bytestring, + ChasingBottoms, + containers, + deepseq, + hashable, + hashmap, + HUnit, + nothunks, + QuickCheck, + random, + tasty, + tasty-bench, + tasty-hunit, + tasty-quickcheck, + template-haskell, + }: + mkDerivation { + pname = "unordered-containers"; + version = "0.2.21"; + sha256 = "1h7rnxdnm2adrgalga1xx32yx7i3blg7s9ak06b62vjl5d9d2aiv"; + libraryHaskellDepends = [ + base + deepseq + hashable + template-haskell + ]; + testHaskellDepends = [ + base + ChasingBottoms + containers + hashable + HUnit + nothunks + QuickCheck + random + tasty + tasty-hunit + tasty-quickcheck + ]; + benchmarkHaskellDepends = [ + base + bytestring + containers + deepseq + hashable + hashmap + random + tasty-bench + ]; + description = "Efficient hashing-based container types"; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + } + ) { }; + unordered-containers-rematch = callPackage ( { mkDerivation, @@ -728921,7 +729128,7 @@ self: { } ) { }; - warp_3_4_10 = callPackage ( + warp_3_4_11 = callPackage ( { mkDerivation, array, @@ -728960,10 +729167,8 @@ self: { }: mkDerivation { pname = "warp"; - version = "3.4.10"; - sha256 = "1w08v8wgagfmvc2aqy0w5cs6778z7d39xf9zkcc3cyr2la6bz1dj"; - revision = "1"; - editedCabalFile = "0328b9azvwffdgxim117p9gnjpkdxzd5sda0dci33g15aksgiixw"; + version = "3.4.11"; + sha256 = "0cvw9syvvg492ydw1z28rcjhsinfxb53q47rzk6pqg5098rv0955"; libraryHaskellDepends = [ array async @@ -729041,6 +729246,7 @@ self: { http-types network recv + stm streaming-commons text time-manager