summary refs log tree commit diff
path: root/pkgs/development/haskell-modules
diff options
context:
space:
mode:
authorJoe Hermaszewski <git@monoid.al>2021-07-02 21:05:50 +0800
committerJoe Hermaszewski <git@monoid.al>2021-07-02 21:05:50 +0800
commitb1cfbd04de65b4b84284ef41b21919da7f42d2e8 (patch)
tree5dcaf3253f1840f90fee3f896f2ba61d460081a2 /pkgs/development/haskell-modules
parent962c8311a4a054621d1c276b60ddf2abfcc67189 (diff)
downloadnixpkgs-b1cfbd04de65b4b84284ef41b21919da7f42d2e8.tar
nixpkgs-b1cfbd04de65b4b84284ef41b21919da7f42d2e8.tar.gz
nixpkgs-b1cfbd04de65b4b84284ef41b21919da7f42d2e8.tar.bz2
nixpkgs-b1cfbd04de65b4b84284ef41b21919da7f42d2e8.tar.lz
nixpkgs-b1cfbd04de65b4b84284ef41b21919da7f42d2e8.tar.xz
nixpkgs-b1cfbd04de65b4b84284ef41b21919da7f42d2e8.tar.zst
nixpkgs-b1cfbd04de65b4b84284ef41b21919da7f42d2e8.zip
haskellPackages: regenerate package set based on current config
This commit has been generated by maintainers/scripts/haskell/regenerate-hackage-packages.sh
Diffstat (limited to 'pkgs/development/haskell-modules')
-rw-r--r--pkgs/development/haskell-modules/hackage-packages.nix1210
1 files changed, 958 insertions, 252 deletions
diff --git a/pkgs/development/haskell-modules/hackage-packages.nix b/pkgs/development/haskell-modules/hackage-packages.nix
index 4e8e61c05b0..736a1b71c95 100644
--- a/pkgs/development/haskell-modules/hackage-packages.nix
+++ b/pkgs/development/haskell-modules/hackage-packages.nix
@@ -8824,8 +8824,8 @@ self: {
      }:
      mkDerivation {
        pname = "HMock";
-       version = "0.2.0.0";
-       sha256 = "1i5b9fxb5fii3ib97dncr5pfsylj5bsppi45qx7wq1idmz0fq3rj";
+       version = "0.3.0.0";
+       sha256 = "0rvb3a0nbf8i0qfg7na5rvd966amids07l8w8ka6b7hdw46lkczn";
        libraryHaskellDepends = [
          base constraints containers data-default exceptions extra
          monad-control mono-traversable mtl regex-tdfa stm syb
@@ -20434,6 +20434,8 @@ self: {
        pname = "Unixutils";
        version = "1.54.2";
        sha256 = "040wj8mr2k7spwns3vnadcgynqq4h7zy3lf62lvx7gasjmaj5m4w";
+       revision = "1";
+       editedCabalFile = "1rhr1isy8vq8ys29p4hcjh889dpfandqm2q5zcxyw4szl068jqc0";
        libraryHaskellDepends = [
          base bytestring directory exceptions filepath mtl process
          process-extras pureMD5 regex-tdfa unix zlib
@@ -20759,8 +20761,8 @@ self: {
     ({ mkDerivation, base, bytestring, transformers, vector, vulkan }:
      mkDerivation {
        pname = "VulkanMemoryAllocator";
-       version = "0.6";
-       sha256 = "15hmvswhwy7g0i5ybsjby8x4dwyg0j381rh425kjzv9qbjp4dw2r";
+       version = "0.6.0.1";
+       sha256 = "082i8jhx9s977j8dgn6v92h9nzkblcyw820jk87bg14w4lcgi91v";
        libraryHaskellDepends = [
          base bytestring transformers vector vulkan
        ];
@@ -21121,12 +21123,12 @@ self: {
        platforms = lib.platforms.none;
      }) {};
 
-  "Win32_2_12_0_0" = callPackage
+  "Win32_2_12_0_1" = callPackage
     ({ mkDerivation }:
      mkDerivation {
        pname = "Win32";
-       version = "2.12.0.0";
-       sha256 = "068k26s1vxwz94w7bkqs9xbkh0z2mp1mimyklarr8rh26v978qin";
+       version = "2.12.0.1";
+       sha256 = "1nivdwjp9x9i64xg8gf3xj8khm9dfq6n5m8kvvlhz7i7ypl4mv72";
        description = "A binding to Windows Win32 API";
        license = lib.licenses.bsd3;
        platforms = lib.platforms.none;
@@ -21923,8 +21925,8 @@ self: {
      }:
      mkDerivation {
        pname = "Z-Data";
-       version = "0.8.8.0";
-       sha256 = "01x0z7fv0nyyisc9ras79nwbys4g9d13kxwnvgdi8m9p6jvcgy8s";
+       version = "0.9.0.0";
+       sha256 = "1i5xa299vkvvs4j9mxzyfbw3wgcraihyk9x6wxk0plgj385zl3hr";
        setupHaskellDepends = [ base Cabal ];
        libraryHaskellDepends = [
          base bytestring case-insensitive containers deepseq ghc-prim
@@ -24834,6 +24836,18 @@ self: {
        broken = true;
      }) {};
 
+  "aeson-modern-tojson" = callPackage
+    ({ mkDerivation, aeson, base, inspection-testing }:
+     mkDerivation {
+       pname = "aeson-modern-tojson";
+       version = "0.1.0.0";
+       sha256 = "066yrs4r0ymsf62y1fjaim5l5dddgk7x1ng9m76j36zc8n0xwiqy";
+       libraryHaskellDepends = [ aeson base ];
+       testHaskellDepends = [ aeson base inspection-testing ];
+       description = "Provide a handy way for derving ToJSON proprely";
+       license = lib.licenses.isc;
+     }) {};
+
   "aeson-native" = callPackage
     ({ mkDerivation, attoparsec, base, blaze-builder
      , blaze-textual-native, bytestring, containers, deepseq, hashable
@@ -36267,6 +36281,8 @@ self: {
        pname = "aws-arn";
        version = "0.1.0.0";
        sha256 = "0wwmrpmcw01wifcpfsb81fx54c49zgg80h2y11cjpr7qkwdhiqwd";
+       revision = "1";
+       editedCabalFile = "0jcz4wwi46mxymv7d15h5qj2xq8v9b02jqa4ap5r3fa9q6bl9sh3";
        libraryHaskellDepends = [
          base deriving-compat hashable lens text
        ];
@@ -36647,8 +36663,8 @@ self: {
      }:
      mkDerivation {
        pname = "aws-lambda-haskell-runtime-wai";
-       version = "2.0.1";
-       sha256 = "13h0cxmxzr7bgma1ry1yj9dhqzqvh5sgzv6nqyvb0xy8n3gysbcn";
+       version = "2.0.2";
+       sha256 = "0r309kyc9a38zdldhcdzc7b8h5sjckszzs5y3pygqrbf12xg5n21";
        libraryHaskellDepends = [
          aeson aws-lambda-haskell-runtime base binary bytestring
          case-insensitive http-types iproute network text
@@ -36953,14 +36969,37 @@ self: {
        license = lib.licenses.mit;
      }) {};
 
+  "aws-xray-client_0_1_0_1" = callPackage
+    ({ mkDerivation, aeson, aeson-qq, async, base, bytestring
+     , criterion, deepseq, generic-arbitrary, hspec, http-types, lens
+     , network, QuickCheck, random, text, time
+     }:
+     mkDerivation {
+       pname = "aws-xray-client";
+       version = "0.1.0.1";
+       sha256 = "1b179i32aw3xi72vnxmgvgczq14ay159cji9mmk345shdiac6crj";
+       libraryHaskellDepends = [
+         aeson base bytestring deepseq http-types lens network random text
+         time
+       ];
+       testHaskellDepends = [
+         aeson aeson-qq base generic-arbitrary hspec lens QuickCheck random
+         text
+       ];
+       benchmarkHaskellDepends = [ async base criterion random time ];
+       description = "A client for AWS X-Ray";
+       license = lib.licenses.mit;
+       hydraPlatforms = lib.platforms.none;
+     }) {};
+
   "aws-xray-client-persistent" = callPackage
     ({ mkDerivation, aws-xray-client, base, conduit, containers, lens
      , persistent, random, resourcet, text, time
      }:
      mkDerivation {
        pname = "aws-xray-client-persistent";
-       version = "0.1.0.1";
-       sha256 = "1b45g9gswr2c16xphprqkrpyh2q29kgnr10hm29zjw5pcahgc8mg";
+       version = "0.1.0.2";
+       sha256 = "0c2x2bwrddzg1if4fiznmyl62priwr3m626vm0lqndmgjxv13snd";
        libraryHaskellDepends = [
          aws-xray-client base conduit containers lens persistent random
          resourcet text time
@@ -36986,6 +37025,24 @@ self: {
        license = lib.licenses.mit;
      }) {};
 
+  "aws-xray-client-wai_0_1_0_1" = callPackage
+    ({ mkDerivation, aws-xray-client, base, bytestring, containers
+     , http-types, lens, random, text, time, unliftio, unliftio-core
+     , vault, wai
+     }:
+     mkDerivation {
+       pname = "aws-xray-client-wai";
+       version = "0.1.0.1";
+       sha256 = "0b2rnls3qk7qzn9swfqmslxrw466gs6lhh7zi677k5b0dzh237vp";
+       libraryHaskellDepends = [
+         aws-xray-client base bytestring containers http-types lens random
+         text time unliftio unliftio-core vault wai
+       ];
+       description = "A client for AWS X-Ray integration with WAI";
+       license = lib.licenses.mit;
+       hydraPlatforms = lib.platforms.none;
+     }) {};
+
   "axel" = callPackage
     ({ mkDerivation, aeson, ansi-terminal, base, bytestring, containers
      , directory, extra, filepath, freer-simple, ghcid, hashable
@@ -42346,8 +42403,8 @@ self: {
      }:
      mkDerivation {
        pname = "biscuit-haskell";
-       version = "0.1.0.0";
-       sha256 = "0h37sl493ribsvqw98xy4g9vii3xc3ap6vvjffn7xg29b62s0lrx";
+       version = "0.1.1.0";
+       sha256 = "1sq2icbxk6wg4fpsdy0id08qz6nsi175gw0akimppl36b1bmn3sv";
        isLibrary = true;
        isExecutable = true;
        libraryHaskellDepends = [
@@ -42374,6 +42431,26 @@ self: {
        broken = true;
      }) {};
 
+  "biscuit-servant" = callPackage
+    ({ mkDerivation, base, biscuit-haskell, bytestring, hspec
+     , http-client, mtl, servant, servant-client, servant-client-core
+     , servant-server, text, wai, warp
+     }:
+     mkDerivation {
+       pname = "biscuit-servant";
+       version = "0.1.1.0";
+       sha256 = "1rkqmn037d7xc0i5w1rik4d2agb6r77fg3c6207i0pgasbb17zsv";
+       libraryHaskellDepends = [
+         base biscuit-haskell bytestring mtl servant-server text wai
+       ];
+       testHaskellDepends = [
+         base biscuit-haskell bytestring hspec http-client servant
+         servant-client servant-client-core servant-server text warp
+       ];
+       description = "Servant support for the Biscuit security token";
+       license = lib.licenses.bsd3;
+     }) {};
+
   "bisect-binary" = callPackage
     ({ mkDerivation, base, bytestring, directory, filepath, hashable
      , haskeline, integer-logarithms, optparse-applicative, process
@@ -42768,23 +42845,21 @@ self: {
      }) {};
 
   "bitcoin-scripting" = callPackage
-    ({ mkDerivation, attoparsec, base, base16-bytestring, bytestring
-     , cereal, containers, haskoin-core, tasty, tasty-hunit
-     , tasty-quickcheck, text, transformers
+    ({ mkDerivation, attoparsec, base, bytestring, cereal, containers
+     , haskoin-core, tasty, tasty-hunit, tasty-quickcheck, text
+     , transformers
      }:
      mkDerivation {
        pname = "bitcoin-scripting";
-       version = "0.1.0";
-       sha256 = "1hd45rr4mq7dizdw7d1wkypr15azaaqc4fy6rkr9gim93jzc8707";
-       revision = "1";
-       editedCabalFile = "002i80rqigg3avydg9xhsa8ppyjw6a0r39hbimdghmv8db4wnpbl";
+       version = "0.2.0";
+       sha256 = "00ml3vnfigymzn8qqzl241q1k0zc4gn9p5zv1339jqv5fz0dvg1b";
        libraryHaskellDepends = [
-         attoparsec base base16-bytestring bytestring cereal containers
-         haskoin-core text transformers
+         attoparsec base bytestring cereal containers haskoin-core text
+         transformers
        ];
        testHaskellDepends = [
-         base base16-bytestring bytestring cereal haskoin-core tasty
-         tasty-hunit tasty-quickcheck text
+         base bytestring cereal haskoin-core tasty tasty-hunit
+         tasty-quickcheck text
        ];
        description = "Resources for working with miniscript, and script descriptors";
        license = lib.licenses.bsd3;
@@ -59339,6 +59414,22 @@ self: {
        license = lib.licenses.bsd3;
      }) {};
 
+  "commonmark-pandoc_0_2_1_1" = callPackage
+    ({ mkDerivation, base, commonmark, commonmark-extensions
+     , pandoc-types, text
+     }:
+     mkDerivation {
+       pname = "commonmark-pandoc";
+       version = "0.2.1.1";
+       sha256 = "15rfaz49msswb7gh5wyxpm9vckbf3wzyd2m5m2f3hggb82ydk5cp";
+       libraryHaskellDepends = [
+         base commonmark commonmark-extensions pandoc-types text
+       ];
+       description = "Bridge between commonmark and pandoc AST";
+       license = lib.licenses.bsd3;
+       hydraPlatforms = lib.platforms.none;
+     }) {};
+
   "commsec" = callPackage
     ({ mkDerivation, base, bytestring, cipher-aes128, crypto-api
      , network
@@ -62922,12 +63013,12 @@ self: {
        license = lib.licenses.bsd3;
      }) {};
 
-  "containers_0_6_4_1" = callPackage
+  "containers_0_6_5_1" = callPackage
     ({ mkDerivation, array, base, deepseq }:
      mkDerivation {
        pname = "containers";
-       version = "0.6.4.1";
-       sha256 = "0vn43a7bf49pih9b65b359xf3658d96dpm9j35i8x8j61vlrcsid";
+       version = "0.6.5.1";
+       sha256 = "1zlyvkamzc87hr7r3ckyvgwhszdk9i18jrsv2cmkh9v093gvl7ni";
        libraryHaskellDepends = [ array base deepseq ];
        description = "Assorted concrete container types";
        license = lib.licenses.bsd3;
@@ -65115,6 +65206,27 @@ self: {
        ];
      }) {};
 
+  "crackNum_3_2" = callPackage
+    ({ mkDerivation, base, directory, filepath, libBF, process, sbv
+     , tasty, tasty-golden
+     }:
+     mkDerivation {
+       pname = "crackNum";
+       version = "3.2";
+       sha256 = "1q9isxg65s9bsafqlcwpl82xypra4cxf935wxi5npbxi6dw5w13i";
+       isLibrary = false;
+       isExecutable = true;
+       executableHaskellDepends = [
+         base directory filepath libBF process sbv tasty tasty-golden
+       ];
+       description = "Crack various integer and floating-point data formats";
+       license = lib.licenses.bsd3;
+       platforms = [
+         "armv7l-linux" "i686-linux" "x86_64-darwin" "x86_64-linux"
+       ];
+       hydraPlatforms = lib.platforms.none;
+     }) {};
+
   "craft" = callPackage
     ({ mkDerivation, aeson, aeson-pretty, ansi-terminal, async, base
      , bytestring, conduit, conduit-combinators, conduit-extra
@@ -71670,6 +71782,30 @@ self: {
        broken = true;
      }) {};
 
+  "dear-imgui" = callPackage
+    ({ mkDerivation, base, containers, directory, filepath, glew
+     , inline-c, inline-c-cpp, managed, megaparsec, parser-combinators
+     , scientific, SDL2, sdl2, StateVar, template-haskell, text, th-lift
+     , transformers, unliftio, unordered-containers
+     }:
+     mkDerivation {
+       pname = "dear-imgui";
+       version = "1.0.1";
+       sha256 = "06w88awpcgjdj7d0alikswcqg76gn7pv8njn7dvb4w8dxllypib2";
+       isLibrary = true;
+       isExecutable = true;
+       libraryHaskellDepends = [
+         base containers directory filepath inline-c inline-c-cpp managed
+         megaparsec parser-combinators scientific sdl2 StateVar
+         template-haskell text th-lift transformers unliftio
+         unordered-containers
+       ];
+       libraryPkgconfigDepends = [ glew SDL2 ];
+       doHaddock = false;
+       description = "Haskell bindings for Dear ImGui";
+       license = lib.licenses.bsd3;
+     }) {inherit (pkgs) SDL2; inherit (pkgs) glew;};
+
   "debian" = callPackage
     ({ mkDerivation, base, bytestring, bz2, Cabal, containers
      , directory, either, exceptions, filepath, hostname, HUnit, lens
@@ -74831,6 +74967,8 @@ self: {
        pname = "diagrams-pgf";
        version = "1.4.1.1";
        sha256 = "10glg5pqy8zw6l77wnskcawl8da0c10sqfg9dx2jydksd3xpns2f";
+       revision = "1";
+       editedCabalFile = "00hs5jk49g734majid3sx2wrl9r2flcjn70gqhaiibj6q0hyw206";
        libraryHaskellDepends = [
          base bytestring bytestring-builder colour containers diagrams-core
          diagrams-lib directory filepath hashable JuicyPixels mtl
@@ -78225,8 +78363,8 @@ self: {
      }:
      mkDerivation {
        pname = "dockerfile-creator";
-       version = "0.1.0.0";
-       sha256 = "110qv5v7zh484c3w9zfyinpkpy787nqj161gag8kn50k63w5ff9w";
+       version = "0.1.1.0";
+       sha256 = "04dd5y0wpznkkvs4izlczizm98l1w6xnqgjynn9lvnh13mwvv1g1";
        libraryHaskellDepends = [
          base bytestring data-default-class free language-docker megaparsec
          mtl template-haskell text th-lift th-lift-instances time
@@ -83170,8 +83308,8 @@ self: {
      }:
      mkDerivation {
        pname = "elm-syntax";
-       version = "0.3.0.0";
-       sha256 = "0pv0ly51wpbfr11rng57pasn5sgq7xz986jy36n8qb03q6irvsn9";
+       version = "0.3.1.0";
+       sha256 = "172xc5nvk2091vbd23ia6dp36d8v2jammb4hvnbk4365y7cgas2l";
        libraryHaskellDepends = [
          base bound deriving-compat hashable prettyprinter text
          unordered-containers
@@ -83590,6 +83728,23 @@ self: {
        license = lib.licenses.bsd3;
      }) {};
 
+  "email-validate_2_3_2_14" = callPackage
+    ({ mkDerivation, attoparsec, base, bytestring, doctest, hspec
+     , QuickCheck, template-haskell
+     }:
+     mkDerivation {
+       pname = "email-validate";
+       version = "2.3.2.14";
+       sha256 = "1jl93c5xm20gpngqxgzbcaqhkjl9nxsph17qgzyd2whmkz5yxhk7";
+       libraryHaskellDepends = [
+         attoparsec base bytestring template-haskell
+       ];
+       testHaskellDepends = [ base bytestring doctest hspec QuickCheck ];
+       description = "Email address validation";
+       license = lib.licenses.bsd3;
+       hydraPlatforms = lib.platforms.none;
+     }) {};
+
   "email-validate-json" = callPackage
     ({ mkDerivation, aeson, base, email-validate, text }:
      mkDerivation {
@@ -85034,6 +85189,17 @@ self: {
        license = lib.licenses.bsd3;
      }) {};
 
+  "error" = callPackage
+    ({ mkDerivation, base, text }:
+     mkDerivation {
+       pname = "error";
+       version = "0.1.0.0";
+       sha256 = "145gxlcqnaxvsrw54xijigfh5ffkh0d6i7r239ysy09ci8ybzfqx";
+       libraryHaskellDepends = [ base text ];
+       description = "The canonical error type";
+       license = lib.licenses.mit;
+     }) {};
+
   "error-analyze" = callPackage
     ({ mkDerivation, base, HUnit, tasty, tasty-hunit, text }:
      mkDerivation {
@@ -87803,8 +87969,8 @@ self: {
     ({ mkDerivation, base, containers, fgl, mtl, transformers }:
      mkDerivation {
        pname = "exploring-interpreters";
-       version = "0.3.1.0";
-       sha256 = "0765nfr65lphp768j3snzpqpz6f4nrmkvsb6ishflhnxnp99xgyz";
+       version = "0.3.2.0";
+       sha256 = "0wf35nnqqlvmzn8l3dxrvnr1w9clrzvmpw2vls2zyxnh9dsvrhf7";
        libraryHaskellDepends = [ base containers fgl mtl transformers ];
        description = "A generic exploring interpreter for exploratory programming";
        license = lib.licenses.bsd3;
@@ -88704,7 +88870,7 @@ self: {
        broken = true;
      }) {};
 
-  "fakedata_1_0" = callPackage
+  "fakedata_1_0_1" = callPackage
     ({ mkDerivation, attoparsec, base, bytestring, containers, deepseq
      , directory, exceptions, fakedata-parser, filepath, gauge, hashable
      , hspec, hspec-discover, QuickCheck, random, regex-tdfa
@@ -88713,14 +88879,14 @@ self: {
      }:
      mkDerivation {
        pname = "fakedata";
-       version = "1.0";
-       sha256 = "1bbb90i6pm8ih1br81hwwz2bb2yvkx6fv44xkw0qv741n9a9rcz0";
+       version = "1.0.1";
+       sha256 = "08z3qhj93smpd2ksix3i7wcxqkz5533pkx9xf4xjq60qm99scmw6";
        enableSeparateDataOutput = true;
        libraryHaskellDepends = [
          attoparsec base bytestring containers directory exceptions
-         fakedata-parser filepath hashable QuickCheck random regex-tdfa
-         string-random template-haskell text time transformers
-         unordered-containers vector yaml
+         fakedata-parser filepath hashable random string-random
+         template-haskell text time transformers unordered-containers vector
+         yaml
        ];
        testHaskellDepends = [
          attoparsec base bytestring containers directory exceptions
@@ -88731,9 +88897,9 @@ self: {
        testToolDepends = [ hspec-discover ];
        benchmarkHaskellDepends = [
          attoparsec base bytestring containers deepseq directory exceptions
-         fakedata-parser filepath gauge hashable QuickCheck random
-         regex-tdfa string-random template-haskell text time transformers
-         unordered-containers vector yaml
+         fakedata-parser filepath gauge hashable random string-random
+         template-haskell text time transformers unordered-containers vector
+         yaml
        ];
        description = "Library for producing fake data";
        license = lib.licenses.bsd3;
@@ -94483,6 +94649,28 @@ self: {
        license = lib.licenses.bsd3;
      }) {};
 
+  "formatting_7_1_3" = callPackage
+    ({ mkDerivation, base, clock, criterion, double-conversion
+     , ghc-prim, hspec, old-locale, QuickCheck, scientific, text, time
+     , transformers
+     }:
+     mkDerivation {
+       pname = "formatting";
+       version = "7.1.3";
+       sha256 = "1vrc2i1b6lxx2aq5hysfl3gl6miq2wbhxc384axvgrkqjbibnqc0";
+       libraryHaskellDepends = [
+         base clock double-conversion ghc-prim old-locale scientific text
+         time transformers
+       ];
+       testHaskellDepends = [ base ghc-prim hspec scientific text ];
+       benchmarkHaskellDepends = [
+         base criterion ghc-prim QuickCheck text
+       ];
+       description = "Combinator-based type-safe formatting (like printf() or FORMAT)";
+       license = lib.licenses.bsd3;
+       hydraPlatforms = lib.platforms.none;
+     }) {};
+
   "forml" = callPackage
     ({ mkDerivation, ansi-terminal, base, bytestring, cereal
      , containers, directory, file-embed, ghc-prim, GraphSCC, hslogger
@@ -94629,8 +94817,8 @@ self: {
      }:
      mkDerivation {
        pname = "fortran-src";
-       version = "0.4.3";
-       sha256 = "0wmyx0zlz2hmbrag8wgm8k33z9p0c2ylf3490hf9nz9b2303wflq";
+       version = "0.5.0";
+       sha256 = "1bza9aav1yy4yzv7lwwi1x466i9h7ar4xvwva1r7992msqp05pxb";
        isLibrary = true;
        isExecutable = true;
        libraryHaskellDepends = [
@@ -94660,8 +94848,8 @@ self: {
      }:
      mkDerivation {
        pname = "fortran-src-extras";
-       version = "0.1.0";
-       sha256 = "0q4wrif8mx5h6i2wsw2qa1hqdn95ii7211fnk8vj5g9ki3vrnlk8";
+       version = "0.2.0";
+       sha256 = "0wp1qq7fnzxlar0z7lh4g2fnalwp7xnqg43ws6c9b79xvahk58zi";
        libraryHaskellDepends = [
          aeson base binary bytestring containers directory filepath
          fortran-src GenericPretty optparse-applicative text uniplate
@@ -97453,8 +97641,8 @@ self: {
      }:
      mkDerivation {
        pname = "futhark-server";
-       version = "1.0.0.0";
-       sha256 = "00b0qblbx6sg6nk15zasbhbw9i63dmmpcsqdkqvxskr31qzj6vaa";
+       version = "1.1.0.0";
+       sha256 = "0mv3q4a6l3xp0qjlhh9f8bvgbmrmr4hypnkapb2wsn0fvb0iw2kb";
        libraryHaskellDepends = [
          base binary bytestring directory futhark-data mtl process temporary
          text
@@ -99114,8 +99302,8 @@ self: {
     ({ mkDerivation, base }:
      mkDerivation {
        pname = "generic-enumeration";
-       version = "0.1.0.0";
-       sha256 = "1wwhbn3hpanr5ya1dc8spaf1r38sc1hglpz3d6mqizlna0p9a68l";
+       version = "0.1.0.1";
+       sha256 = "0bznwb8kkifbsd8yi0mp6cym90adjg30fzgj8181nsga4w9vzsab";
        libraryHaskellDepends = [ base ];
        description = "Generically derived enumerations";
        license = lib.licenses.mit;
@@ -102170,6 +102358,19 @@ self: {
        license = lib.licenses.bsd3;
      }) {};
 
+  "ghc-trace-events_0_1_2_3" = callPackage
+    ({ mkDerivation, base, bytestring, tasty-bench, text }:
+     mkDerivation {
+       pname = "ghc-trace-events";
+       version = "0.1.2.3";
+       sha256 = "11m2ihzlncvxp8x2zgbnzbyybz2lbpdl5flk4gzmq0qz0957j7qd";
+       libraryHaskellDepends = [ base bytestring text ];
+       benchmarkHaskellDepends = [ base bytestring tasty-bench ];
+       description = "Faster traceEvent and traceMarker, and binary object logging for eventlog";
+       license = lib.licenses.bsd3;
+       hydraPlatforms = lib.platforms.none;
+     }) {};
+
   "ghc-typelits-extra" = callPackage
     ({ mkDerivation, base, containers, ghc, ghc-prim
      , ghc-tcplugins-extra, ghc-typelits-knownnat
@@ -102578,8 +102779,8 @@ self: {
      }:
      mkDerivation {
        pname = "ghcide";
-       version = "1.4.0.2";
-       sha256 = "1xqvfby6yb734lfiyxmzs17zaz56v7fh9rrfz9p81mdgspsqc739";
+       version = "1.4.0.3";
+       sha256 = "1znf54l3g44cskx5blfaibf1frgyhy5z7906rdvyzb0dqfmkbzpw";
        isLibrary = true;
        isExecutable = true;
        libraryHaskellDepends = [
@@ -104456,8 +104657,8 @@ self: {
      }:
      mkDerivation {
        pname = "git-annex";
-       version = "8.20210621";
-       sha256 = "01i8mgxz4ca0c50g2w2qgr3m04l5zsw17r0cadn3kwyld662r98n";
+       version = "8.20210630";
+       sha256 = "0mxzddaf7ra807aazx9gd4rl5565xzky0hwiyby0a06yqnf02266";
        configureFlags = [
          "-fassistant" "-f-benchmark" "-fdbus" "-f-debuglocks" "-fmagicmime"
          "-fnetworkbsd" "-fpairing" "-fproduction" "-fs3" "-ftorrentparser"
@@ -104824,14 +105025,14 @@ self: {
      }:
      mkDerivation {
        pname = "git-repair";
-       version = "1.20210111";
-       sha256 = "08kdip1pg300yr50xwyklf9xpmcq8pgkym60yz97qj83yhlcszb7";
+       version = "1.20210629";
+       sha256 = "01k3xwd45ybmfw400zrvfnsnwj1v9xd4hg8iys8h8yk0b2mf2nbj";
        isLibrary = false;
        isExecutable = true;
        setupHaskellDepends = [
          async base bytestring Cabal data-default directory exceptions
-         filepath filepath-bytestring hslogger IfElse mtl process split unix
-         unix-compat
+         filepath filepath-bytestring hslogger IfElse mtl process split time
+         unix unix-compat
        ];
        executableHaskellDepends = [
          async attoparsec base bytestring containers data-default deepseq
@@ -109643,8 +109844,8 @@ self: {
      }:
      mkDerivation {
        pname = "gopro-plus";
-       version = "0.4.1.3";
-       sha256 = "1924d0qymm18zy5pw04irf1nmwdbkbscxcvw4cmjqm9xj7cnyja0";
+       version = "0.5.0.0";
+       sha256 = "1bykxdqhynyq3xg09f4vv39lypprg0285pi7wpsbjmi5vg8w17pd";
        libraryHaskellDepends = [
          aeson base bytestring containers exceptions filepath
          generic-deriving lens lens-aeson mtl random retry text time
@@ -114603,8 +114804,8 @@ self: {
      }:
      mkDerivation {
        pname = "hadolint";
-       version = "2.5.0";
-       sha256 = "0snh5sp47xqncsb19jp29kc2mjln6gpbhwxmvsqy0z9wgch0ldgb";
+       version = "2.6.0";
+       sha256 = "0kxj853j4kr9vfp66mc47bd0ylzddbj6in6i7sjlcx4i861n3xnj";
        isLibrary = true;
        isExecutable = true;
        libraryHaskellDepends = [
@@ -124474,6 +124675,36 @@ self: {
        license = lib.licenses.bsd3;
      }) {};
 
+  "headroom_0_4_2_0" = callPackage
+    ({ mkDerivation, aeson, base, doctest, either, extra, file-embed
+     , generic-data, hspec, hspec-discover, http-client, http-types
+     , microlens, microlens-th, modern-uri, mtl, mustache
+     , optparse-applicative, pcre-heavy, pcre-light, QuickCheck, req
+     , rio, string-interpolate, template-haskell, time, vcs-ignore, yaml
+     }:
+     mkDerivation {
+       pname = "headroom";
+       version = "0.4.2.0";
+       sha256 = "1rg1n3pa6lh1a1flk8g8r5m1s77hl0cyd0c129rw8h1w2w2kkpj0";
+       isLibrary = true;
+       isExecutable = true;
+       libraryHaskellDepends = [
+         aeson base either extra file-embed generic-data http-client
+         http-types microlens microlens-th modern-uri mtl mustache
+         optparse-applicative pcre-heavy pcre-light req rio
+         string-interpolate template-haskell time vcs-ignore yaml
+       ];
+       executableHaskellDepends = [ base optparse-applicative rio ];
+       testHaskellDepends = [
+         aeson base doctest hspec modern-uri mtl optparse-applicative
+         pcre-light QuickCheck rio string-interpolate time
+       ];
+       testToolDepends = [ hspec-discover ];
+       description = "License Header Manager";
+       license = lib.licenses.bsd3;
+       hydraPlatforms = lib.platforms.none;
+     }) {};
+
   "heap" = callPackage
     ({ mkDerivation, base, QuickCheck }:
      mkDerivation {
@@ -127867,18 +128098,18 @@ self: {
     ({ mkDerivation, algebraic-graphs, ansi-terminal, array, base
      , bytestring, containers, directory, extra, filepath, ghc
      , ghc-paths, hie-compat, hspec, lucid, mtl, optparse-applicative
-     , process, sqlite-simple, temporary, text
+     , process, sqlite-simple, temporary, terminal-size, text
      }:
      mkDerivation {
        pname = "hiedb";
-       version = "0.3.0.1";
-       sha256 = "1ci68q5r42rarmj12vrmggnj7c7jb8sw3wnmzrq2gn7vqhrr05jc";
+       version = "0.4.0.0";
+       sha256 = "1frcl9mxmn97qc97l3kw21ksapyndn6jq7yfxxrr0fvzn7jji7wv";
        isLibrary = true;
        isExecutable = true;
        libraryHaskellDepends = [
          algebraic-graphs ansi-terminal array base bytestring containers
          directory extra filepath ghc hie-compat lucid mtl
-         optparse-applicative sqlite-simple text
+         optparse-applicative sqlite-simple terminal-size text
        ];
        executableHaskellDepends = [ base ghc-paths ];
        testHaskellDepends = [
@@ -144575,6 +144806,24 @@ self: {
        license = lib.licenses.bsd2;
      }) {};
 
+  "hyphenation_0_8_2" = callPackage
+    ({ mkDerivation, base, bytestring, containers, file-embed, text
+     , unordered-containers, zlib
+     }:
+     mkDerivation {
+       pname = "hyphenation";
+       version = "0.8.2";
+       sha256 = "05330kd99cg9v6w26sj87wk2nfvpmn2r177kr66vr9n0rlmia60y";
+       enableSeparateDataOutput = true;
+       libraryHaskellDepends = [
+         base bytestring containers file-embed text unordered-containers
+         zlib
+       ];
+       description = "Configurable Knuth-Liang hyphenation";
+       license = lib.licenses.bsd2;
+       hydraPlatforms = lib.platforms.none;
+     }) {};
+
   "hypher" = callPackage
     ({ mkDerivation, aeson, base, bytestring, Cabal, containers
      , data-default, hashable, HTTP, http-conduit, http-types, HUnit
@@ -144925,8 +145174,8 @@ self: {
      }:
      mkDerivation {
        pname = "ice40-prim";
-       version = "0.3.1.0";
-       sha256 = "11q09jyckl9q84qv6xxypf5kalxgbrpgq65bqysa26i6xll4p4d0";
+       version = "0.3.1.1";
+       sha256 = "1g0hfkkzgfkqsyyyhpxz7w4g2v5ay5k7d2xs2dp7m6lpzrgs5dl0";
        libraryHaskellDepends = [
          base clash-prelude ghc-typelits-extra ghc-typelits-knownnat
          ghc-typelits-natnormalise interpolate
@@ -152438,14 +152687,20 @@ self: {
      }) {};
 
   "jsaddle-hello" = callPackage
-    ({ mkDerivation, base, jsaddle, lens, text }:
+    ({ mkDerivation, base, Cabal, cabal-macosx, jsaddle, jsaddle-warp
+     , jsaddle-webkit2gtk, lens, text
+     }:
      mkDerivation {
        pname = "jsaddle-hello";
-       version = "2.0.0.0";
-       sha256 = "1bn0x8pgafdpf2ddxwinqriqdbdm9j5ca7ka3caqci1qb5sh86ll";
-       isLibrary = false;
+       version = "2.0.0.1";
+       sha256 = "08ciwhp1k5ff75z9pq5zyp1vfgzc9aryj4czz3hg57r922yhq5ph";
+       isLibrary = true;
        isExecutable = true;
-       executableHaskellDepends = [ base jsaddle lens text ];
+       setupHaskellDepends = [ base Cabal cabal-macosx ];
+       libraryHaskellDepends = [ base jsaddle lens text ];
+       executableHaskellDepends = [
+         base jsaddle-warp jsaddle-webkit2gtk lens text
+       ];
        description = "JSaddle Hello World, an example package";
        license = lib.licenses.mit;
        hydraPlatforms = lib.platforms.none;
@@ -161413,6 +161668,23 @@ self: {
        license = lib.licenses.bsd3;
      }) {inherit (pkgs) leveldb;};
 
+  "levenshtein" = callPackage
+    ({ mkDerivation, base, binary, deepseq, hashable, hspec
+     , hspec-discover, QuickCheck
+     }:
+     mkDerivation {
+       pname = "levenshtein";
+       version = "0.1.1.0";
+       sha256 = "1a4pz175skaw8s02pa6l2jm7m21sfghivzpd2vm2p08lmmwykx5p";
+       libraryHaskellDepends = [
+         base binary deepseq hashable QuickCheck
+       ];
+       testHaskellDepends = [ base hspec QuickCheck ];
+       testToolDepends = [ hspec-discover ];
+       description = "Calculate the edit distance between two foldables";
+       license = lib.licenses.bsd3;
+     }) {};
+
   "levmar" = callPackage
     ({ mkDerivation, base, bindings-levmar, hmatrix, vector }:
      mkDerivation {
@@ -161815,8 +162087,8 @@ self: {
        pname = "libfuse3";
        version = "0.1.2.0";
        sha256 = "0a59b4xag5vzisrnvf4v1zkdsdzky96h8w2mdj6cip3vgr196frb";
-       revision = "2";
-       editedCabalFile = "0fbf1zrw5i3jag6yrzxsxcx82dag7a3mw5rmz6ab6v3gm9w8m9b2";
+       revision = "3";
+       editedCabalFile = "1w59kyc8hvlmbq8n6i7nz8cg8mkzzhfizfpgcm17adxlh6a68ana";
        isLibrary = true;
        isExecutable = true;
        libraryHaskellDepends = [
@@ -163545,6 +163817,18 @@ self: {
        broken = true;
      }) {};
 
+  "linear-smc" = callPackage
+    ({ mkDerivation, array, base, constraints }:
+     mkDerivation {
+       pname = "linear-smc";
+       version = "1.0.0";
+       sha256 = "13b1gvpnpxvkswigd9cdq289m6d68vqddnq95p0i65vr2hhard8i";
+       libraryHaskellDepends = [ base constraints ];
+       testHaskellDepends = [ array base constraints ];
+       description = "Build SMC morphisms using linear types";
+       license = lib.licenses.lgpl3Plus;
+     }) {};
+
   "linear-socket" = callPackage
     ({ mkDerivation, base, bytestring, hspec, network, tasty-hspec }:
      mkDerivation {
@@ -164244,16 +164528,16 @@ self: {
      }) {};
 
   "lion" = callPackage
-    ({ mkDerivation, base, Cabal, clash-prelude, generic-monoid
+    ({ mkDerivation, base, clash-prelude, generic-monoid
      , ghc-typelits-extra, ghc-typelits-knownnat
      , ghc-typelits-natnormalise, ice40-prim, lens, mtl
      }:
      mkDerivation {
        pname = "lion";
-       version = "0.2.0.0";
-       sha256 = "0i0sr8jiaigpfhy4wnvblnrx5bl7l1vbh0pzjpdzks6r3g07h58f";
+       version = "0.3.0.0";
+       sha256 = "0yz5p4wvdl518nqc0vjjrmvl5danm9hp37gnar8ancf2nrfh9gr9";
        libraryHaskellDepends = [
-         base Cabal clash-prelude generic-monoid ghc-typelits-extra
+         base clash-prelude generic-monoid ghc-typelits-extra
          ghc-typelits-knownnat ghc-typelits-natnormalise ice40-prim lens mtl
        ];
        description = "RISC-V Core";
@@ -164301,14 +164585,18 @@ self: {
      }) {};
 
   "liquid-base" = callPackage
-    ({ mkDerivation, base, Cabal, liquid-ghc-prim, liquidhaskell }:
+    ({ mkDerivation, base, Cabal, integer-gmp, liquid-ghc-prim
+     , liquidhaskell
+     }:
      mkDerivation {
        pname = "liquid-base";
-       version = "4.14.1.0";
-       sha256 = "0w5pwksyf8fbr8v8j5mshcysxlbz4lxdvmayc3pj8cm8xcdrvzkm";
+       version = "4.15.0.0";
+       sha256 = "1f1lqdd65a3z0by0i3dr51hahcsq8s3vcc0xyxlvb5pp3vsz89vm";
        enableSeparateDataOutput = true;
        setupHaskellDepends = [ base Cabal liquidhaskell ];
-       libraryHaskellDepends = [ base liquid-ghc-prim liquidhaskell ];
+       libraryHaskellDepends = [
+         base integer-gmp liquid-ghc-prim liquidhaskell
+       ];
        description = "Drop-in base replacement for LiquidHaskell";
        license = lib.licenses.bsd3;
        hydraPlatforms = lib.platforms.none;
@@ -164384,8 +164672,8 @@ self: {
     ({ mkDerivation, base, Cabal, ghc-prim, liquidhaskell }:
      mkDerivation {
        pname = "liquid-ghc-prim";
-       version = "0.6.1";
-       sha256 = "1zpb0izg4y98xz87ivn6rs5nfshvawrxyb5hc8jzif2p17j0aqpb";
+       version = "0.7.0";
+       sha256 = "0pyhdg0fcvg0hm6m541hkr9spl3mghf9s4nkl62vi0hfwp1gd5bb";
        enableSeparateDataOutput = true;
        setupHaskellDepends = [ base Cabal liquidhaskell ];
        libraryHaskellDepends = [ ghc-prim liquidhaskell ];
@@ -164889,17 +165177,17 @@ self: {
 
   "list-zipper" = callPackage
     ({ mkDerivation, base, checkers, comonad, deriving-compat, hedgehog
-     , hedgehog-fn, lens, mtl, QuickCheck, semigroupoids, semigroups
-     , tasty, tasty-hedgehog, tasty-hunit, tasty-quickcheck
-     , transformers
+     , hedgehog-fn, lens, MonadRandom, mtl, QuickCheck, random-shuffle
+     , semigroupoids, semigroups, tasty, tasty-hedgehog, tasty-hunit
+     , tasty-quickcheck, transformers
      }:
      mkDerivation {
        pname = "list-zipper";
-       version = "0.0.10";
-       sha256 = "0vnylv1w7lkvlh7kmaz06gbq7fiz6dm44rl2s9r2nrnfslm4bjr3";
+       version = "0.0.11";
+       sha256 = "0p68plalb2cj8bmhwkkfd5vjcrxbmbbi7flwlhrf10j2fyl6qs1h";
        libraryHaskellDepends = [
-         base comonad deriving-compat lens mtl semigroupoids semigroups
-         transformers
+         base comonad deriving-compat lens MonadRandom mtl random-shuffle
+         semigroupoids semigroups transformers
        ];
        testHaskellDepends = [
          base checkers hedgehog hedgehog-fn lens mtl QuickCheck tasty
@@ -168039,8 +168327,8 @@ self: {
      }:
      mkDerivation {
        pname = "lumberjack";
-       version = "1.0.0.0";
-       sha256 = "1avv2qsncq10dfx3kqvd7q9dzwk1wmf39a61zw2cr8a8jpg89mfi";
+       version = "1.0.0.1";
+       sha256 = "0m0xyy42d2ibmnyhixf5hs65a2b1fhbjzx5j3430wcvzb4h71fdc";
        isLibrary = true;
        isExecutable = true;
        libraryHaskellDepends = [
@@ -184186,6 +184474,40 @@ self: {
        license = lib.licenses.bsd3;
      }) {};
 
+  "net-mqtt_0_8_0_0" = callPackage
+    ({ mkDerivation, async, attoparsec, attoparsec-binary, base, binary
+     , bytestring, checkers, conduit, conduit-extra, connection
+     , containers, deepseq, HUnit, network-conduit-tls, network-uri
+     , optparse-applicative, QuickCheck, stm, tasty, tasty-hunit
+     , tasty-quickcheck, text, websockets
+     }:
+     mkDerivation {
+       pname = "net-mqtt";
+       version = "0.8.0.0";
+       sha256 = "1635kk5619syjj80ynpnd61qdiaxm349qyzhbaa8nc8nm8kkw2gh";
+       isLibrary = true;
+       isExecutable = true;
+       libraryHaskellDepends = [
+         async attoparsec attoparsec-binary base binary bytestring conduit
+         conduit-extra connection containers deepseq network-conduit-tls
+         network-uri QuickCheck stm text websockets
+       ];
+       executableHaskellDepends = [
+         async attoparsec attoparsec-binary base binary bytestring conduit
+         conduit-extra connection containers deepseq network-conduit-tls
+         network-uri optparse-applicative QuickCheck stm text websockets
+       ];
+       testHaskellDepends = [
+         async attoparsec attoparsec-binary base binary bytestring checkers
+         conduit conduit-extra connection containers deepseq HUnit
+         network-conduit-tls network-uri QuickCheck stm tasty tasty-hunit
+         tasty-quickcheck text websockets
+       ];
+       description = "An MQTT Protocol Implementation";
+       license = lib.licenses.bsd3;
+       hydraPlatforms = lib.platforms.none;
+     }) {};
+
   "net-mqtt-lens" = callPackage
     ({ mkDerivation, base, HUnit, lens, net-mqtt, tasty, tasty-hunit
      , tasty-quickcheck
@@ -184202,14 +184524,31 @@ self: {
        license = lib.licenses.bsd3;
      }) {};
 
+  "net-mqtt-lens_0_1_1_0" = callPackage
+    ({ mkDerivation, base, HUnit, lens, net-mqtt, tasty, tasty-hunit
+     , tasty-quickcheck
+     }:
+     mkDerivation {
+       pname = "net-mqtt-lens";
+       version = "0.1.1.0";
+       sha256 = "0rlib45yqlcij12pij8y690n3ajma35fyj8292b1vggk07dscycq";
+       libraryHaskellDepends = [ base lens net-mqtt ];
+       testHaskellDepends = [
+         base HUnit lens net-mqtt tasty tasty-hunit tasty-quickcheck
+       ];
+       description = "Optics for net-mqtt";
+       license = lib.licenses.bsd3;
+       hydraPlatforms = lib.platforms.none;
+     }) {};
+
   "net-mqtt-rpc" = callPackage
     ({ mkDerivation, base, bytestring, exceptions, net-mqtt
      , network-uri, optparse-applicative, random, stm, text, uuid
      }:
      mkDerivation {
        pname = "net-mqtt-rpc";
-       version = "0.1.2.1";
-       sha256 = "01qkix666jh7yvm0gl195brjbi8yw06nnp86iksahvch2bnsz9ax";
+       version = "0.2.0.0";
+       sha256 = "1ql1hjvx41gspjbpr4rldrcn0xj483g2cphvxbb51m4x6n690lkn";
        isLibrary = true;
        isExecutable = true;
        libraryHaskellDepends = [
@@ -187978,10 +188317,8 @@ self: {
      }:
      mkDerivation {
        pname = "nothunks";
-       version = "0.1.2";
-       sha256 = "0z9calmdw4bk4cdwrfq5nkxxks2f82q59i7kv6lnsgwyl4nqvg2y";
-       revision = "1";
-       editedCabalFile = "18q60yrm0fwb7zs4saxv4f3gk2av4dmbjag04kxzrllfy34h3y6z";
+       version = "0.1.3";
+       sha256 = "0lqfhnyxhmhajvsgmz5h428pb5zrdy9zvbc5inzhd83cv31yk4f1";
        libraryHaskellDepends = [
          base bytestring containers ghc-heap stm text time vector
        ];
@@ -188297,25 +188634,27 @@ self: {
        license = lib.licenses.bsd3;
      }) {};
 
-  "nri-observability_0_1_1_0" = callPackage
+  "nri-observability_0_1_1_1" = callPackage
     ({ mkDerivation, aeson, aeson-pretty, async, base, bugsnag-hs
-     , bytestring, directory, hostname, http-client, http-client-tls
-     , nri-env-parser, nri-prelude, random, safe-exceptions, stm, text
-     , time, unordered-containers, uuid
+     , bytestring, conduit, directory, hostname, http-client
+     , http-client-tls, nri-env-parser, nri-prelude, random
+     , safe-exceptions, stm, text, time, unordered-containers, uuid
      }:
      mkDerivation {
        pname = "nri-observability";
-       version = "0.1.1.0";
-       sha256 = "17zr60z6i07cnqs6x2r3lzd5hk0g8sh10hyckh84ynyjpdzksggd";
+       version = "0.1.1.1";
+       sha256 = "15vlk59jl8wsxw48r72hdxnhhgk4p5xx598nbzp3ap88iqhm35d5";
        libraryHaskellDepends = [
-         aeson aeson-pretty async base bugsnag-hs bytestring directory
-         hostname http-client http-client-tls nri-env-parser nri-prelude
-         random safe-exceptions stm text time unordered-containers uuid
+         aeson aeson-pretty async base bugsnag-hs bytestring conduit
+         directory hostname http-client http-client-tls nri-env-parser
+         nri-prelude random safe-exceptions stm text time
+         unordered-containers uuid
        ];
        testHaskellDepends = [
-         aeson aeson-pretty async base bugsnag-hs bytestring directory
-         hostname http-client http-client-tls nri-env-parser nri-prelude
-         random safe-exceptions stm text time unordered-containers uuid
+         aeson aeson-pretty async base bugsnag-hs bytestring conduit
+         directory hostname http-client http-client-tls nri-env-parser
+         nri-prelude random safe-exceptions stm text time
+         unordered-containers uuid
        ];
        description = "Report log spans collected by nri-prelude";
        license = lib.licenses.bsd3;
@@ -190732,7 +191071,7 @@ self: {
        license = lib.licenses.bsd3;
      }) {};
 
-  "opaleye_0_7_2_0" = callPackage
+  "opaleye_0_7_3_0" = callPackage
     ({ mkDerivation, aeson, base, base16-bytestring, bytestring
      , case-insensitive, containers, contravariant, dotenv, hspec
      , hspec-discover, multiset, postgresql-simple, pretty
@@ -190742,8 +191081,8 @@ self: {
      }:
      mkDerivation {
        pname = "opaleye";
-       version = "0.7.2.0";
-       sha256 = "1qz34isgb5hl2ab5vij3zw1h3xwvl3a0d1k02n156xszibnkcgf1";
+       version = "0.7.3.0";
+       sha256 = "0ls8hk8iy47hna1y7kbakzv9ihp61lv605f1ap4di95fv03wy288";
        libraryHaskellDepends = [
          aeson base base16-bytestring bytestring case-insensitive
          contravariant postgresql-simple pretty product-profunctors
@@ -195235,6 +195574,48 @@ self: {
        license = lib.licenses.bsd3;
      }) {};
 
+  "pantry_0_5_2_3" = callPackage
+    ({ mkDerivation, aeson, ansi-terminal, base, bytestring, Cabal
+     , casa-client, casa-types, conduit, conduit-extra, containers
+     , cryptonite, cryptonite-conduit, digest, exceptions, filelock
+     , generic-deriving, hackage-security, hedgehog, hpack, hspec
+     , http-client, http-client-tls, http-conduit, http-download
+     , http-types, memory, mtl, network-uri, path, path-io, persistent
+     , persistent-sqlite, persistent-template, primitive, QuickCheck
+     , raw-strings-qq, resourcet, rio, rio-orphans, rio-prettyprint
+     , tar-conduit, text, text-metrics, time, transformers, unix-compat
+     , unliftio, unordered-containers, vector, yaml, zip-archive
+     }:
+     mkDerivation {
+       pname = "pantry";
+       version = "0.5.2.3";
+       sha256 = "17r9fgs83dp0s9wq14q5hvf5vnl8d7cg9p9dnbixgsysq6g6d29g";
+       libraryHaskellDepends = [
+         aeson ansi-terminal base bytestring Cabal casa-client casa-types
+         conduit conduit-extra containers cryptonite cryptonite-conduit
+         digest filelock generic-deriving hackage-security hpack http-client
+         http-client-tls http-conduit http-download http-types memory mtl
+         network-uri path path-io persistent persistent-sqlite
+         persistent-template primitive resourcet rio rio-orphans
+         rio-prettyprint tar-conduit text text-metrics time transformers
+         unix-compat unliftio unordered-containers vector yaml zip-archive
+       ];
+       testHaskellDepends = [
+         aeson ansi-terminal base bytestring Cabal casa-client casa-types
+         conduit conduit-extra containers cryptonite cryptonite-conduit
+         digest exceptions filelock generic-deriving hackage-security
+         hedgehog hpack hspec http-client http-client-tls http-conduit
+         http-download http-types memory mtl network-uri path path-io
+         persistent persistent-sqlite persistent-template primitive
+         QuickCheck raw-strings-qq resourcet rio rio-orphans rio-prettyprint
+         tar-conduit text text-metrics time transformers unix-compat
+         unliftio unordered-containers vector yaml zip-archive
+       ];
+       description = "Content addressable Haskell package management";
+       license = lib.licenses.bsd3;
+       hydraPlatforms = lib.platforms.none;
+     }) {};
+
   "pantry-tmp" = callPackage
     ({ mkDerivation, aeson, ansi-terminal, array, base, base-orphans
      , base64-bytestring, bytestring, Cabal, conduit, conduit-extra
@@ -196678,14 +197059,27 @@ self: {
      }) {};
 
   "parsley" = callPackage
-    ({ mkDerivation, base, parsley-core, template-haskell, text }:
+    ({ mkDerivation, array, attoparsec, base, bytestring, containers
+     , criterion, deepseq, happy, megaparsec, mtl, parsec, parsley-core
+     , parsley-garnish, tasty, tasty-hunit, tasty-quickcheck
+     , template-haskell, text, th-test-utils
+     }:
      mkDerivation {
        pname = "parsley";
-       version = "1.0.0.0";
-       sha256 = "08g89wgynvr58xypcpvd552v7h16cb1rbfggiyr8dj49bmgm0hwx";
+       version = "1.0.0.1";
+       sha256 = "0z4w6hwa0yj34xsqp63kqy3wkk51k343fv8ijbk0s4w4hdx7d7jb";
        libraryHaskellDepends = [
          base parsley-core template-haskell text
        ];
+       testHaskellDepends = [
+         base deepseq parsley-garnish tasty tasty-hunit tasty-quickcheck
+         template-haskell th-test-utils
+       ];
+       benchmarkHaskellDepends = [
+         array attoparsec base bytestring containers criterion deepseq
+         megaparsec mtl parsec parsley-garnish template-haskell text
+       ];
+       benchmarkToolDepends = [ happy ];
        description = "A fast parser combinator library backed by Typed Template Haskell";
        license = lib.licenses.bsd3;
        hydraPlatforms = lib.platforms.none;
@@ -196699,8 +197093,8 @@ self: {
      }:
      mkDerivation {
        pname = "parsley-core";
-       version = "1.0.0.0";
-       sha256 = "0vcvxnmnml5jsjicx6rhskkb30ggz95wjlfcj1fzxc9si9vlkh4j";
+       version = "1.2.0.0";
+       sha256 = "0q3kj5ima8i06rmm5659jhhzfm6shgb3k4sbf34dq1jbwgqrkja1";
        libraryHaskellDepends = [
          array base bytestring containers dependent-map dependent-sum
          ghc-prim hashable mtl pretty-terminal template-haskell text
@@ -198053,6 +198447,30 @@ self: {
        license = lib.licenses.asl20;
      }) {};
 
+  "pcre2_2_0_0" = callPackage
+    ({ mkDerivation, base, containers, criterion, hspec
+     , microlens-platform, mtl, pcre-light, regex-pcre-builtin
+     , template-haskell, text
+     }:
+     mkDerivation {
+       pname = "pcre2";
+       version = "2.0.0";
+       sha256 = "1jkyc2s3x5n7zrw9b78gk8jj262xfmg8cva2gr7mlzzl0hd9r11y";
+       libraryHaskellDepends = [
+         base containers mtl template-haskell text
+       ];
+       testHaskellDepends = [
+         base containers hspec microlens-platform mtl template-haskell text
+       ];
+       benchmarkHaskellDepends = [
+         base containers criterion microlens-platform mtl pcre-light
+         regex-pcre-builtin template-haskell text
+       ];
+       description = "Regular expressions via the PCRE2 C library (included)";
+       license = lib.licenses.asl20;
+       hydraPlatforms = lib.platforms.none;
+     }) {};
+
   "pdf-slave" = callPackage
     ({ mkDerivation, aeson, base, base64-bytestring, bytestring
      , containers, directory, exceptions, haskintex, HaTeX
@@ -199297,7 +199715,7 @@ self: {
        maintainers = with lib.maintainers; [ psibi ];
      }) {};
 
-  "persistent_2_13_0_4" = callPackage
+  "persistent_2_13_1_1" = callPackage
     ({ mkDerivation, aeson, attoparsec, base, base64-bytestring
      , blaze-html, bytestring, conduit, containers, criterion, deepseq
      , fast-logger, file-embed, hspec, http-api-data, lift-type
@@ -199308,8 +199726,8 @@ self: {
      }:
      mkDerivation {
        pname = "persistent";
-       version = "2.13.0.4";
-       sha256 = "04q4x50p2jpsp7fzrb61rs225hnrl8n1khmdvf0z6inkwq462w6a";
+       version = "2.13.1.1";
+       sha256 = "0sg51psmpjsz9hiva0gn3xcnd74a6dwbzx1bzi918idcfkpbn496";
        libraryHaskellDepends = [
          aeson attoparsec base base64-bytestring blaze-html bytestring
          conduit containers fast-logger http-api-data lift-type monad-logger
@@ -199404,8 +199822,8 @@ self: {
      }:
      mkDerivation {
        pname = "persistent-discover";
-       version = "0.1.0.1";
-       sha256 = "1vncymwn132x3mf468r94r6wa6890zgmvjhq64gr5bhzh3mnah6c";
+       version = "0.1.0.4";
+       sha256 = "0p5nfxs885siy0a629iwqxksz3704zyinfhl55n74crxad3kgacj";
        isLibrary = true;
        isExecutable = true;
        libraryHaskellDepends = [
@@ -199433,10 +199851,8 @@ self: {
      }:
      mkDerivation {
        pname = "persistent-documentation";
-       version = "0.1.0.2";
-       sha256 = "0ys864vjzl97c9qv0gg5q9zviammrfvm0schvh7ckr9pdg062z17";
-       revision = "1";
-       editedCabalFile = "0pzgmwqjyzpql7d6bk9xkzkjvm21giq7f420y4fqq4wli3g2cwmx";
+       version = "0.1.0.3";
+       sha256 = "03p3ppjrn9j76bwgq7n921c2h0xkzsf9ish6nx6bhxdggyq3bfwy";
        libraryHaskellDepends = [
          base containers mtl persistent template-haskell text
        ];
@@ -200358,6 +200774,32 @@ self: {
        broken = true;
      }) {};
 
+  "pg-transact_0_3_2_0" = callPackage
+    ({ mkDerivation, async, base, bytestring, criterion, deepseq
+     , exceptions, hspec, hspec-expectations-lifted, monad-control
+     , postgresql-libpq, postgresql-simple, tmp-postgres, transformers
+     }:
+     mkDerivation {
+       pname = "pg-transact";
+       version = "0.3.2.0";
+       sha256 = "0ch44w9hdvylpcnz1d89v75m4y0rjv1h572bcmcx2n77zs19w45g";
+       libraryHaskellDepends = [
+         base bytestring exceptions monad-control postgresql-simple
+         transformers
+       ];
+       testHaskellDepends = [
+         async base bytestring exceptions hspec hspec-expectations-lifted
+         postgresql-libpq postgresql-simple tmp-postgres
+       ];
+       benchmarkHaskellDepends = [
+         base criterion deepseq postgresql-simple tmp-postgres
+       ];
+       description = "A postgresql-simple transaction monad";
+       license = lib.licenses.bsd3;
+       hydraPlatforms = lib.platforms.none;
+       broken = true;
+     }) {};
+
   "pgdl" = callPackage
     ({ mkDerivation, base, binary, brick, bytestring, Cabal, conduit
      , conduit-extra, configurator, containers, directory
@@ -204876,8 +205318,8 @@ self: {
      }:
      mkDerivation {
        pname = "polysemy-chronos";
-       version = "0.1.2.2";
-       sha256 = "15vi5x099r38jk3lnynpi8my4fp06fkzwvrxgpvxdfp9ilg2al6h";
+       version = "0.1.2.3";
+       sha256 = "0awsnl207i1fi7qv4cqhfa22r2diq7js6s06xgwgxbzd0wmq2j9g";
        libraryHaskellDepends = [
          aeson base chronos containers polysemy polysemy-plugin
          polysemy-time relude text
@@ -204886,7 +205328,7 @@ self: {
          aeson base chronos containers hedgehog polysemy polysemy-plugin
          polysemy-test polysemy-time relude tasty tasty-hedgehog text
        ];
-       description = "Polysemy effect for chronos";
+       description = "Polysemy-time Interpreters for Chronos";
        license = "BSD-2-Clause-Patent";
        hydraPlatforms = lib.platforms.none;
      }) {};
@@ -205199,14 +205641,25 @@ self: {
        hydraPlatforms = lib.platforms.none;
      }) {};
 
+  "polysemy-req" = callPackage
+    ({ mkDerivation, base, polysemy, req }:
+     mkDerivation {
+       pname = "polysemy-req";
+       version = "0.1.0";
+       sha256 = "1vji169hk7an0dal8chk3h3jb6yxjh037arp15zkc8y5m0r5wbnm";
+       libraryHaskellDepends = [ base polysemy req ];
+       description = "Polysemy effect for req";
+       license = lib.licenses.bsd3;
+     }) {};
+
   "polysemy-resume" = callPackage
     ({ mkDerivation, base, hedgehog, polysemy, polysemy-plugin
      , polysemy-test, relude, tasty, tasty-hedgehog, text, transformers
      }:
      mkDerivation {
        pname = "polysemy-resume";
-       version = "0.1.0.2";
-       sha256 = "0s6ayc1qlpvpasysf9z5jcy3gfqc9agg76xxlahpjn1ysaswbgmq";
+       version = "0.1.0.3";
+       sha256 = "02nlhkhzjr5zg8q4ff0an1vxm5vxwkq1d83j4980xkq20582sfvl";
        libraryHaskellDepends = [ base polysemy relude transformers ];
        testHaskellDepends = [
          base hedgehog polysemy polysemy-plugin polysemy-test relude tasty
@@ -205224,8 +205677,8 @@ self: {
      }:
      mkDerivation {
        pname = "polysemy-test";
-       version = "0.3.1.3";
-       sha256 = "0m6zczyw4shgrpfyz23m9n3626mxcfqj0sdfcrnlkz7n0k0k0470";
+       version = "0.3.1.4";
+       sha256 = "0cysny71f92d4ncx0mjglc3wjc7yna2x6113rq8kk4s5z0zsqj7z";
        enableSeparateDataOutput = true;
        libraryHaskellDepends = [
          base containers either hedgehog path path-io polysemy
@@ -205250,8 +205703,8 @@ self: {
      }:
      mkDerivation {
        pname = "polysemy-time";
-       version = "0.1.2.2";
-       sha256 = "1q08dwyp4v28s31gfq2ha8irfhczxzhg9c96wps6iz5xl7cir9va";
+       version = "0.1.2.3";
+       sha256 = "0hxh9i3rw434igzx41nzbgglnvgvvgrxbgwz7cb25srj4911n69j";
        libraryHaskellDepends = [
          aeson base composition containers data-default either polysemy
          relude string-interpolate template-haskell text time torsor
@@ -205261,7 +205714,7 @@ self: {
          polysemy polysemy-plugin polysemy-test relude string-interpolate
          tasty tasty-hedgehog template-haskell text time torsor
        ];
-       description = "Polysemy effect for time";
+       description = "Polysemy Effect for Time";
        license = "BSD-2-Clause-Patent";
        hydraPlatforms = lib.platforms.none;
      }) {};
@@ -206359,32 +206812,32 @@ self: {
      }) {};
 
   "postgres-websockets" = callPackage
-    ({ mkDerivation, aeson, alarmclock, async, auto-update, base
-     , base64-bytestring, bytestring, contravariant, either, envparse
-     , hasql, hasql-notifications, hasql-pool, hspec, hspec-wai
-     , hspec-wai-json, http-types, jose, lens, lens-aeson, network
-     , postgresql-libpq, protolude, retry, stm, stm-containers
-     , stringsearch, text, time, unordered-containers, wai
-     , wai-app-static, wai-extra, wai-websockets, warp, websockets
+    ({ mkDerivation, aeson, alarmclock, auto-update, base
+     , base64-bytestring, bytestring, either, envparse, hasql
+     , hasql-notifications, hasql-pool, hspec, http-types, jose, lens
+     , lens-aeson, network, postgresql-libpq, protolude, retry, stm
+     , stm-containers, text, time, unordered-containers, wai
+     , wai-app-static, wai-extra, wai-websockets, warp, warp-tls
+     , websockets
      }:
      mkDerivation {
        pname = "postgres-websockets";
-       version = "0.10.0.0";
-       sha256 = "1rhpv9dams24iy9wpj0v69blr2109xprz7yj1y0ng9cw3bnsrldm";
+       version = "0.11.1.0";
+       sha256 = "1q7pgklgc0d93hwacv3akx1vi29hvanj7lpyl29nzzwwk2y2pird";
        isLibrary = true;
        isExecutable = true;
        libraryHaskellDepends = [
-         aeson alarmclock async auto-update base base64-bytestring
-         bytestring contravariant either envparse hasql hasql-notifications
-         hasql-pool http-types jose lens postgresql-libpq protolude retry
-         stm stm-containers stringsearch text time unordered-containers wai
-         wai-app-static wai-extra wai-websockets warp websockets
+         aeson alarmclock auto-update base base64-bytestring bytestring
+         either envparse hasql hasql-notifications hasql-pool http-types
+         jose lens postgresql-libpq protolude retry stm stm-containers text
+         time unordered-containers wai wai-app-static wai-extra
+         wai-websockets warp warp-tls websockets
        ];
        executableHaskellDepends = [ base protolude ];
        testHaskellDepends = [
-         aeson base hasql hasql-notifications hasql-pool hspec hspec-wai
-         hspec-wai-json http-types lens lens-aeson network protolude stm
-         time unordered-containers wai-extra websockets
+         aeson base hasql hasql-notifications hasql-pool hspec http-types
+         lens lens-aeson network protolude stm time unordered-containers
+         wai-extra websockets
        ];
        description = "Middleware to map LISTEN/NOTIFY messages to Websockets";
        license = lib.licenses.bsd3;
@@ -206708,6 +207161,27 @@ self: {
        hydraPlatforms = lib.platforms.none;
      }) {};
 
+  "postgresql-replicant" = callPackage
+    ({ mkDerivation, aeson, async, attoparsec, base, binary, bits
+     , bytestring, cereal, containers, hspec, keep-alive
+     , postgresql-libpq, scientific, stm, text, time
+     }:
+     mkDerivation {
+       pname = "postgresql-replicant";
+       version = "0.1.0.1";
+       sha256 = "1jlmbi5inwwpwyvrfg13b91fv642xcahfv8nhi0y6dqrvfj69h0q";
+       isLibrary = true;
+       isExecutable = true;
+       libraryHaskellDepends = [
+         aeson async attoparsec base bits bytestring cereal containers
+         keep-alive postgresql-libpq scientific stm text time
+       ];
+       executableHaskellDepends = [ base postgresql-libpq ];
+       testHaskellDepends = [ base binary bytestring cereal hspec ];
+       description = "PostgreSQL logical streaming replication library";
+       license = lib.licenses.bsd3;
+     }) {};
+
   "postgresql-schema" = callPackage
     ({ mkDerivation, base, basic-prelude, optparse-applicative
      , postgresql-simple, shelly, text, time
@@ -209080,6 +209554,29 @@ self: {
        license = lib.licenses.mit;
      }) {};
 
+  "primitive-extras_0_10_1_1" = callPackage
+    ({ mkDerivation, base, bytestring, cereal, deferred-folds, focus
+     , foldl, list-t, primitive, primitive-unlifted, profunctors
+     , QuickCheck, quickcheck-instances, rerebase, tasty, tasty-hunit
+     , tasty-quickcheck, vector
+     }:
+     mkDerivation {
+       pname = "primitive-extras";
+       version = "0.10.1.1";
+       sha256 = "117bgh5bafzvamkpl4g97c8vprs4lndl5pjc3nl6wqj7jbrgpw25";
+       libraryHaskellDepends = [
+         base bytestring cereal deferred-folds focus foldl list-t primitive
+         primitive-unlifted profunctors vector
+       ];
+       testHaskellDepends = [
+         cereal deferred-folds focus primitive QuickCheck
+         quickcheck-instances rerebase tasty tasty-hunit tasty-quickcheck
+       ];
+       description = "Extras for the \"primitive\" library";
+       license = lib.licenses.mit;
+       hydraPlatforms = lib.platforms.none;
+     }) {};
+
   "primitive-foreign" = callPackage
     ({ mkDerivation, base, primitive, QuickCheck }:
      mkDerivation {
@@ -209554,16 +210051,14 @@ self: {
        license = lib.licenses.mit;
      }) {};
 
-  "process_1_6_11_0" = callPackage
+  "process_1_6_12_0" = callPackage
     ({ mkDerivation, base, bytestring, deepseq, directory, filepath
      , unix
      }:
      mkDerivation {
        pname = "process";
-       version = "1.6.11.0";
-       sha256 = "0nv8c2hnx1l6xls6b61l8sm7j250qfbj1fjj5n6m15ppk9f0d9jd";
-       revision = "2";
-       editedCabalFile = "1yz98g78syad217c816q5rrdb7w93lpsp3pcc4djsy050w9ji56n";
+       version = "1.6.12.0";
+       sha256 = "1zw551zrnq70ip9dsc564aw1zf90l48jf59rxhjgx4d00ngs165x";
        libraryHaskellDepends = [ base deepseq directory filepath unix ];
        testHaskellDepends = [ base bytestring directory ];
        description = "Process libraries";
@@ -212600,8 +213095,8 @@ self: {
      }:
      mkDerivation {
        pname = "push-notify-apn";
-       version = "0.2.0.1";
-       sha256 = "1p33nwazxk4kk52vw6i8rrsgy8i3bzn0klp56bv6nj1751z3mzbj";
+       version = "0.2.0.2";
+       sha256 = "194xn4wrnpdcyc76b9qplyfv15qgrqb60x41j43lwskh8yvr57sx";
        isLibrary = true;
        isExecutable = true;
        libraryHaskellDepends = [
@@ -218090,21 +218585,21 @@ self: {
 
   "recover-rtti" = callPackage
     ({ mkDerivation, aeson, base, bytestring, containers, ghc-heap
-     , ghc-prim, mtl, QuickCheck, sop-core, stm, tasty, tasty-quickcheck
-     , text, unordered-containers, vector
+     , ghc-prim, mtl, primitive, QuickCheck, sop-core, stm, tasty
+     , tasty-quickcheck, text, unordered-containers, vector
      }:
      mkDerivation {
        pname = "recover-rtti";
-       version = "0.3.0.0";
-       sha256 = "0zk08jzsww8sv3q9h1mnc6a8ckqlf3lvc5cxwfbni7rb9giz6zia";
+       version = "0.4.0.0";
+       sha256 = "15nyshkbl7yh9h19ia3hgyciq2mn11nvsp258pb3f8d8xjjyk820";
        libraryHaskellDepends = [
-         aeson base bytestring containers ghc-heap mtl sop-core stm text
-         unordered-containers vector
+         aeson base bytestring containers ghc-heap mtl primitive sop-core
+         stm text unordered-containers vector
        ];
        testHaskellDepends = [
-         aeson base bytestring containers ghc-heap ghc-prim mtl QuickCheck
-         sop-core stm tasty tasty-quickcheck text unordered-containers
-         vector
+         aeson base bytestring containers ghc-heap ghc-prim mtl primitive
+         QuickCheck sop-core stm tasty tasty-quickcheck text
+         unordered-containers vector
        ];
        description = "Recover run-time type information from the GHC heap";
        license = lib.licenses.bsd3;
@@ -220727,6 +221222,8 @@ self: {
        pname = "rel8";
        version = "1.0.0.1";
        sha256 = "1kwvib3chqw5xrz6v7z0jy75mgyhqqb755xzn02zz2hvjwfcqc6v";
+       revision = "1";
+       editedCabalFile = "04lq11nxq5n6l6hlgqi78xbfknvx7s5mycwzcp2a0p99kcn3x9a4";
        libraryHaskellDepends = [
          aeson base bytestring case-insensitive contravariant hasql opaleye
          profunctors scientific semialign semigroupoids text these time
@@ -222353,8 +222850,8 @@ self: {
        pname = "resolv";
        version = "0.1.2.0";
        sha256 = "0wa6wsh6i52q4ah2z0hgzlks325kigch4yniz0y15nw4skxbm8l1";
-       revision = "2";
-       editedCabalFile = "0nn5dalsl9sradkpv4awsb90v8cvcqvw4hd58yvpp4vpfybnk90h";
+       revision = "3";
+       editedCabalFile = "0af5dsdyn04i76d012xhhfkkml10bqzl6q2yivkhf8rlvh1fiii5";
        libraryHaskellDepends = [
          base base16-bytestring binary bytestring containers
        ];
@@ -232352,15 +232849,15 @@ self: {
      }) {};
 
   "servant-checked-exceptions" = callPackage
-    ({ mkDerivation, base, bytestring, hspec-wai, http-types, servant
-     , servant-checked-exceptions-core, servant-client
+    ({ mkDerivation, base, bytestring, hspec, hspec-wai, http-types
+     , servant, servant-checked-exceptions-core, servant-client
      , servant-client-core, servant-server, tasty, tasty-hspec
      , tasty-hunit, wai, world-peace
      }:
      mkDerivation {
        pname = "servant-checked-exceptions";
-       version = "2.2.0.0";
-       sha256 = "1shbnrjk2d0lq9nskl95jkfgr4ad79nx4k87zjg4c4m6m09nf5bh";
+       version = "2.2.0.1";
+       sha256 = "0md5ck09phkplf0kqzj79sac92s8pw1pmic3bxcwcda80h26ck2j";
        isLibrary = true;
        isExecutable = true;
        libraryHaskellDepends = [
@@ -232368,8 +232865,8 @@ self: {
          servant-client servant-client-core servant-server wai world-peace
        ];
        testHaskellDepends = [
-         base hspec-wai http-types servant servant-server tasty tasty-hspec
-         tasty-hunit wai
+         base hspec hspec-wai http-types servant servant-server tasty
+         tasty-hspec tasty-hunit wai
        ];
        description = "Checked exceptions for Servant APIs";
        license = lib.licenses.bsd3;
@@ -232382,8 +232879,8 @@ self: {
      }:
      mkDerivation {
        pname = "servant-checked-exceptions-core";
-       version = "2.2.0.0";
-       sha256 = "1irakwsdj6f0yjp0cpgai6x01yq99qd2rwy1w3pb7xwiksdnxx6c";
+       version = "2.2.0.1";
+       sha256 = "023fb1a15wjx6bwfix072sprckzkn2kzdkwbh6dr2yh4rg5snvrn";
        isLibrary = true;
        isExecutable = true;
        libraryHaskellDepends = [
@@ -233603,8 +234100,8 @@ self: {
        pname = "servant-openapi3";
        version = "2.0.1.2";
        sha256 = "1lqvycbv49x0i3adbsdlcl49n65wxfjzhiz9pj11hg4k0j952q5p";
-       revision = "1";
-       editedCabalFile = "19mag4xbiswaxpdxjn5yj3jbascbwza0y89zppgzb342prqdryjr";
+       revision = "2";
+       editedCabalFile = "0cb41wx0lgssda2v26cn36c32j2g0q6gsif7jyy3c5fhaqmn3svv";
        setupHaskellDepends = [ base Cabal cabal-doctest ];
        libraryHaskellDepends = [
          aeson aeson-pretty base base-compat bytestring hspec http-media
@@ -234478,6 +234975,8 @@ self: {
        pname = "servant-swagger-ui";
        version = "0.3.5.3.47.1";
        sha256 = "00bmkj87rnd9zmg54h3z8k9zgs5d17lcdn9gp006xixa6g494cms";
+       revision = "1";
+       editedCabalFile = "1dn93dhr8qaxr3raz5myrps1bkhlr6bha8q3kwhyj4q7ahdvj4nj";
        libraryHaskellDepends = [
          aeson base bytestring file-embed-lzma servant servant-server
          servant-swagger-ui-core text
@@ -234495,6 +234994,8 @@ self: {
        pname = "servant-swagger-ui-core";
        version = "0.3.5";
        sha256 = "0ckvrwrb3x39hfl2hixcj3fhibh0vqsh6y7n1lsm25yvzfrg02zd";
+       revision = "1";
+       editedCabalFile = "0fk7bj8fndxf1aw8xhhacjp8rrvx10gj7kh9d2pvjavnz310ymxg";
        libraryHaskellDepends = [
          aeson base blaze-markup bytestring http-media servant servant-blaze
          servant-server text transformers transformers-compat wai-app-static
@@ -234511,6 +235012,8 @@ self: {
        pname = "servant-swagger-ui-jensoleg";
        version = "0.3.4";
        sha256 = "04s4syfmnjwa52xqm29x2sfi1ka6p7fpjff0pxry099rh0d59hkm";
+       revision = "1";
+       editedCabalFile = "0yvgbyqdkjp5qv88gm7wgcl5rb4haijc4jfmmfcq8g63ya7msx9x";
        libraryHaskellDepends = [
          aeson base bytestring file-embed-lzma servant servant-server
          servant-swagger-ui-core text
@@ -234527,6 +235030,8 @@ self: {
        pname = "servant-swagger-ui-redoc";
        version = "0.3.4.1.22.3";
        sha256 = "0ln2sz7ffhddk4dqvczpxb5g8f6bic7sandn5zifpz2jg7lgzy0f";
+       revision = "1";
+       editedCabalFile = "1w6h6g8hlsyv87xxxyrsjz5gdkphmxgc4y63g8mmv4hgdncrb1jk";
        libraryHaskellDepends = [
          aeson base bytestring file-embed-lzma servant servant-server
          servant-swagger-ui-core text
@@ -235523,6 +236028,36 @@ self: {
        license = lib.licenses.bsd3;
      }) {};
 
+  "sexp-grammar_2_3_1" = callPackage
+    ({ mkDerivation, alex, array, base, bytestring, containers
+     , criterion, data-fix, deepseq, happy, invertible-grammar
+     , prettyprinter, QuickCheck, recursion-schemes, scientific
+     , semigroups, tasty, tasty-hunit, tasty-quickcheck, text
+     , utf8-string
+     }:
+     mkDerivation {
+       pname = "sexp-grammar";
+       version = "2.3.1";
+       sha256 = "05vj998wzj1wja4848kd04c89jb8pmvdyl40aw6qvc9fq0qzw6m4";
+       libraryHaskellDepends = [
+         array base bytestring containers data-fix deepseq
+         invertible-grammar prettyprinter recursion-schemes scientific
+         semigroups text utf8-string
+       ];
+       libraryToolDepends = [ alex happy ];
+       testHaskellDepends = [
+         base containers invertible-grammar prettyprinter QuickCheck
+         scientific semigroups tasty tasty-hunit tasty-quickcheck text
+         utf8-string
+       ];
+       benchmarkHaskellDepends = [
+         base bytestring criterion deepseq text
+       ];
+       description = "Invertible grammar combinators for S-expressions";
+       license = lib.licenses.bsd3;
+       hydraPlatforms = lib.platforms.none;
+     }) {};
+
   "sexp-show" = callPackage
     ({ mkDerivation, base, pretty-show }:
      mkDerivation {
@@ -236948,10 +237483,8 @@ self: {
      }:
      mkDerivation {
        pname = "shh";
-       version = "0.7.1.0";
-       sha256 = "03b8h6sjnrlksvpr9f451469j5xngqpb6g3hyxmxp7h7h4xrsvq2";
-       revision = "1";
-       editedCabalFile = "1sv4rxkwvsb1j42k6bhbvig8215xzmgmqaxacljq03aqqv3x3jf2";
+       version = "0.7.1.4";
+       sha256 = "1yriini033kja8w9hrxyfbc62nbwg4fb5nl8rj004gdkbaiz7wbl";
        isLibrary = true;
        isExecutable = true;
        libraryHaskellDepends = [
@@ -237948,6 +238481,18 @@ self: {
        license = lib.licenses.bsd3;
      }) {};
 
+  "simple-cmd-args_0_1_7" = callPackage
+    ({ mkDerivation, base, optparse-applicative }:
+     mkDerivation {
+       pname = "simple-cmd-args";
+       version = "0.1.7";
+       sha256 = "0lf0pyiv02sg2yh9avj92fm75sni61qnaq3rmjw5vlczy03ksxpc";
+       libraryHaskellDepends = [ base optparse-applicative ];
+       description = "Simple command args parsing and execution";
+       license = lib.licenses.bsd3;
+       hydraPlatforms = lib.platforms.none;
+     }) {};
+
   "simple-conduit" = callPackage
     ({ mkDerivation, base, bifunctors, bytestring, CC-delcont
      , chunked-data, conduit, conduit-combinators, conduit-extra
@@ -238491,8 +239036,8 @@ self: {
     ({ mkDerivation, base, process }:
      mkDerivation {
        pname = "simple-smt";
-       version = "0.9.6";
-       sha256 = "1smr9lbr46nghbyk39j5v2s53zw1k2v1sbwwzj5js5h61xj33zs9";
+       version = "0.9.7";
+       sha256 = "17arwga9irr5aacf0mrdnp1lw1vqlfl3kzwaaiwcw39idlprdnb4";
        libraryHaskellDepends = [ base process ];
        description = "A simple way to interact with an SMT solver process";
        license = lib.licenses.bsd3;
@@ -245509,6 +246054,8 @@ self: {
        pname = "sr-extra";
        version = "1.85.1";
        sha256 = "15x8d413m8ldl81b5yx13nprr4k0aszx33mjm880za0k90s8r65x";
+       revision = "1";
+       editedCabalFile = "0pmf6vlxv8kd6imq9xwnfc8j3mk6yswvcirdmb2hi8ql41cqwnay";
        libraryHaskellDepends = [
          base base64-bytestring bytestring bzlib Cabal cereal containers
          Diff directory exceptions fgl filemanip filepath generic-data
@@ -246018,18 +246565,20 @@ self: {
      }) {};
 
   "stack-all" = callPackage
-    ({ mkDerivation, base, config-ini, directory, extra, filepath
-     , process, simple-cmd, simple-cmd-args, text
+    ({ mkDerivation, aeson, base, bytestring, config-ini, directory
+     , extra, filepath, http-query, process, simple-cmd, simple-cmd-args
+     , text, time, unordered-containers, xdg-basedir
      }:
      mkDerivation {
        pname = "stack-all";
-       version = "0.2.2";
-       sha256 = "0bk22ryqvyc4r058yj3ngq33wv24m7r1alnbvg4c0h08fmwxi4m0";
+       version = "0.3";
+       sha256 = "0bxrchryn0r02bbkxwwyi9rlkknjqwbiypbfj47q9fzyb2rv9gk1";
        isLibrary = false;
        isExecutable = true;
        executableHaskellDepends = [
-         base config-ini directory extra filepath process simple-cmd
-         simple-cmd-args text
+         aeson base bytestring config-ini directory extra filepath
+         http-query process simple-cmd simple-cmd-args text time
+         unordered-containers xdg-basedir
        ];
        description = "CLI tool for building across Stackage major versions";
        license = lib.licenses.bsd3;
@@ -249500,6 +250049,27 @@ self: {
        maintainers = with lib.maintainers; [ maralorn ];
      }) {};
 
+  "streamly_0_8_0" = callPackage
+    ({ mkDerivation, atomic-primops, base, containers, deepseq
+     , directory, exceptions, fusion-plugin-types, ghc-prim, heaps
+     , lockfree-queue, monad-control, mtl, network, primitive
+     , transformers, transformers-base
+     }:
+     mkDerivation {
+       pname = "streamly";
+       version = "0.8.0";
+       sha256 = "1ng1zfayk21z03rr3m1kwhrj0if4yl3nggp971r25rks9rb01il5";
+       libraryHaskellDepends = [
+         atomic-primops base containers deepseq directory exceptions
+         fusion-plugin-types ghc-prim heaps lockfree-queue monad-control mtl
+         network primitive transformers transformers-base
+       ];
+       description = "Dataflow programming and declarative concurrency";
+       license = lib.licenses.bsd3;
+       hydraPlatforms = lib.platforms.none;
+       maintainers = with lib.maintainers; [ maralorn ];
+     }) {};
+
   "streamly-archive" = callPackage
     ({ mkDerivation, archive, base, bytestring, cryptonite, directory
      , filepath, QuickCheck, streamly, tar, tasty, tasty-hunit
@@ -249585,6 +250155,25 @@ self: {
        license = lib.licenses.bsd3;
      }) {};
 
+  "streamly-examples" = callPackage
+    ({ mkDerivation, base, containers, directory, exceptions, hashable
+     , mtl, network, random, streamly, transformers, transformers-base
+     , unordered-containers, vector
+     }:
+     mkDerivation {
+       pname = "streamly-examples";
+       version = "0.1.0";
+       sha256 = "0ny22z33wwkg9bbziwcj77k6gb8lwj1v0y5z6mw8sw20k4ca93q3";
+       isLibrary = false;
+       isExecutable = true;
+       executableHaskellDepends = [
+         base containers directory exceptions hashable mtl network random
+         streamly transformers transformers-base unordered-containers vector
+       ];
+       description = "Examples for Streamly";
+       license = lib.licenses.asl20;
+     }) {};
+
   "streamly-fsnotify" = callPackage
     ({ mkDerivation, base, filepath, fsnotify, semirings, streamly
      , text, time
@@ -249593,8 +250182,8 @@ self: {
        pname = "streamly-fsnotify";
        version = "1.1.1.0";
        sha256 = "1xcw4rsrysh96d91wjmyzb5s7cls3rf0ilpv8dn525iqzv11fl3l";
-       revision = "1";
-       editedCabalFile = "0lcpps69dk4xr4wd1z5zpykvsfqrd0jlqx87rqbzjndgrw9xh685";
+       revision = "2";
+       editedCabalFile = "0axnmnqcgcs5j805clm1mqyhvfil019n8r8530sjgjbp7m34wrkh";
        libraryHaskellDepends = [
          base filepath fsnotify semirings streamly text time
        ];
@@ -250446,6 +251035,18 @@ self: {
        license = lib.licenses.mit;
      }) {};
 
+  "stripe-concepts_1_0_3" = callPackage
+    ({ mkDerivation, base, bytestring, text }:
+     mkDerivation {
+       pname = "stripe-concepts";
+       version = "1.0.3";
+       sha256 = "1wykg9flg0qliqlz3ywkmnqhh55aa61r4mvbhsly6ib8r6knr382";
+       libraryHaskellDepends = [ base bytestring text ];
+       description = "Types for the Stripe API";
+       license = lib.licenses.mit;
+       hydraPlatforms = lib.platforms.none;
+     }) {};
+
   "stripe-core" = callPackage
     ({ mkDerivation, aeson, base, bytestring, mtl, text, time
      , transformers, unordered-containers
@@ -251136,8 +251737,8 @@ self: {
     ({ mkDerivation, base }:
      mkDerivation {
        pname = "subG";
-       version = "0.4.2.0";
-       sha256 = "17fzdwlmh8ykwqn9h9a60wpnvqbgbz0wk6cgcrglbj0i41jy28jv";
+       version = "0.5.2.0";
+       sha256 = "0s2fzzrw3fqr02lqifm1qfily5gnvrlsswpnj7hvnv0bsgql9b23";
        libraryHaskellDepends = [ base ];
        description = "Some extension to the Foldable and Monoid classes";
        license = lib.licenses.mit;
@@ -252520,8 +253121,8 @@ self: {
      }:
      mkDerivation {
        pname = "swiss-ephemeris";
-       version = "1.3.0.1";
-       sha256 = "1y30qx18ps412r28grlxpfxw3ikirbf3kkxmqwd75ydxp9apn52k";
+       version = "1.3.0.2";
+       sha256 = "0p8fzkd4wqvmc5fjlsb0ri6645n1rg304m8nm9085ipy1svi7sn0";
        libraryHaskellDepends = [ base ];
        testHaskellDepends = [ base directory hspec QuickCheck ];
        testToolDepends = [ hspec-discover ];
@@ -253088,27 +253689,30 @@ self: {
        hydraPlatforms = lib.platforms.none;
      }) {};
 
-  "sydtest-yesod_0_2_0_1" = callPackage
-    ({ mkDerivation, base, blaze-builder, bytestring, case-insensitive
-     , conduit, containers, cookie, exceptions, http-client, http-types
-     , monad-logger, mtl, network, persistent, persistent-sqlite
+  "sydtest-yesod_0_3_0_0" = callPackage
+    ({ mkDerivation, base, binary, blaze-builder, bytestring
+     , case-insensitive, conduit, containers, cookie, exceptions
+     , http-client, http-client-tls, http-types, monad-logger, mtl
+     , network, network-uri, persistent, persistent-sqlite
      , persistent-template, pretty-show, QuickCheck, resourcet, sydtest
      , sydtest-discover, sydtest-persistent-sqlite, sydtest-wai, text
      , time, wai, xml-conduit, yesod, yesod-core, yesod-form, yesod-test
      }:
      mkDerivation {
        pname = "sydtest-yesod";
-       version = "0.2.0.1";
-       sha256 = "1h2gqwp968n1gyg9r7x82c6kdnnfs7m341j7w7wbx3rcvd57c2jf";
+       version = "0.3.0.0";
+       sha256 = "19pc9yxfw355xvp27i0g1xdlwg8hck8p4y7mnvxrwvwnp911akkf";
        libraryHaskellDepends = [
-         base blaze-builder bytestring case-insensitive containers cookie
-         exceptions http-client http-types mtl network pretty-show sydtest
-         sydtest-wai text time wai xml-conduit yesod-core yesod-test
+         base binary blaze-builder bytestring case-insensitive containers
+         cookie exceptions http-client http-client-tls http-types mtl
+         network network-uri pretty-show sydtest sydtest-wai text time wai
+         xml-conduit yesod-core yesod-test
        ];
        testHaskellDepends = [
          base bytestring conduit cookie http-client http-types monad-logger
          mtl persistent persistent-sqlite persistent-template QuickCheck
-         resourcet sydtest sydtest-persistent-sqlite text yesod yesod-form
+         resourcet sydtest sydtest-persistent-sqlite text yesod yesod-core
+         yesod-form
        ];
        testToolDepends = [ sydtest-discover ];
        description = "A yesod companion library for sydtest";
@@ -256033,8 +256637,8 @@ self: {
      }:
      mkDerivation {
        pname = "tasty-checklist";
-       version = "1.0.0.0";
-       sha256 = "1ahy4nmkbqpfw38ny6w85q5whsidk3xyy8m6v6ndik2i8jjh8qr4";
+       version = "1.0.1.0";
+       sha256 = "0nj4xjnlrd3righ0d0yv4py7wjls51khjyacpgjs3s5knaxyippp";
        libraryHaskellDepends = [
          base exceptions parameterized-utils text
        ];
@@ -258571,27 +259175,27 @@ self: {
 
   "tesla" = callPackage
     ({ mkDerivation, aeson, base, base64-bytestring, bytestring, casing
-     , containers, cryptonite, exceptions, generic-deriving, HUnit, lens
-     , lens-aeson, memory, monad-logger, mtl, random, retry, tagsoup
-     , tasty, tasty-hunit, tasty-quickcheck, template-haskell, text
-     , time, unliftio-core, vector, wreq
+     , containers, cryptonite, exceptions, generic-deriving, http-client
+     , HUnit, lens, lens-aeson, memory, monad-logger, mtl, random, retry
+     , tagsoup, tasty, tasty-hunit, tasty-quickcheck, template-haskell
+     , text, time, unliftio-core, vector, wreq
      }:
      mkDerivation {
        pname = "tesla";
-       version = "0.4.1.0";
-       sha256 = "0rnzgcwkgwnpjlf2r47a28zwkbnsb75wfmdiwnq4w99i2f519dnd";
+       version = "0.4.1.3";
+       sha256 = "1g4kl1lnbx37ffqir3w20j5aifl3196cnb28366c77jmp9dmwxna";
        libraryHaskellDepends = [
          aeson base base64-bytestring bytestring casing containers
-         cryptonite exceptions generic-deriving lens lens-aeson memory
-         monad-logger mtl random retry tagsoup template-haskell text time
-         unliftio-core vector wreq
+         cryptonite exceptions generic-deriving http-client lens lens-aeson
+         memory monad-logger mtl random retry tagsoup template-haskell text
+         time unliftio-core vector wreq
        ];
        testHaskellDepends = [
          aeson base base64-bytestring bytestring casing containers
-         cryptonite exceptions generic-deriving HUnit lens lens-aeson memory
-         monad-logger mtl random retry tagsoup tasty tasty-hunit
-         tasty-quickcheck template-haskell text time unliftio-core vector
-         wreq
+         cryptonite exceptions generic-deriving http-client HUnit lens
+         lens-aeson memory monad-logger mtl random retry tagsoup tasty
+         tasty-hunit tasty-quickcheck template-haskell text time
+         unliftio-core vector wreq
        ];
        description = "Tesla API client";
        license = lib.licenses.bsd3;
@@ -265111,8 +265715,8 @@ self: {
      }:
      mkDerivation {
        pname = "tracing";
-       version = "0.0.7.0";
-       sha256 = "0mm2s367n7zggnbgcvhffjin47pfyzr76ywg60vhfjcb1zzmkv4l";
+       version = "0.0.7.2";
+       sha256 = "06cqj4801inww5lw5c1qbjp5yrbg5rpifnkr9w5lws8654v44iim";
        libraryHaskellDepends = [
          aeson base base16-bytestring bytestring case-insensitive containers
          http-client mtl network random stm text time transformers unliftio
@@ -266598,8 +267202,8 @@ self: {
        pname = "trie-simple";
        version = "0.4.1.1";
        sha256 = "0h3wfq4fjakkwvrv35l25709xv528h1c08cr754gvk4l8vqnk6k7";
-       revision = "2";
-       editedCabalFile = "1v3aiqn3c91md7y0wqcdvafy1fwjr8hfsg17ykqr1si8ax6hy5j0";
+       revision = "3";
+       editedCabalFile = "02h7dw73879gvy0jrxd7a4rzfhi2fcr5jivqc4ck97w67w2pg8zm";
        libraryHaskellDepends = [ base containers deepseq mtl ];
        testHaskellDepends = [ base containers hspec QuickCheck vector ];
        benchmarkHaskellDepends = [
@@ -274907,6 +275511,18 @@ self: {
        broken = true;
      }) {};
 
+  "variadic-function" = callPackage
+    ({ mkDerivation, base, hspec }:
+     mkDerivation {
+       pname = "variadic-function";
+       version = "0.1.0.1";
+       sha256 = "0p458anbqlx23x77wp1nh465za3dad5s0gjrkdhi364rr4v58i3a";
+       libraryHaskellDepends = [ base ];
+       testHaskellDepends = [ base hspec ];
+       description = "Create and transform functions with variable arity";
+       license = lib.licenses.bsd3;
+     }) {};
+
   "variation" = callPackage
     ({ mkDerivation, base, cereal, containers, deepseq, semigroupoids
      }:
@@ -275723,6 +276339,25 @@ self: {
        maintainers = with lib.maintainers; [ expipiplus1 ];
      }) {};
 
+  "vector-sized_1_4_4" = callPackage
+    ({ mkDerivation, adjunctions, base, binary, comonad, deepseq
+     , distributive, finite-typelits, hashable, indexed-list-literals
+     , primitive, vector
+     }:
+     mkDerivation {
+       pname = "vector-sized";
+       version = "1.4.4";
+       sha256 = "0rlzwxcxzrxg7nwqijigj80fr4fyi5c2a8785898kir5hcyd6v1d";
+       libraryHaskellDepends = [
+         adjunctions base binary comonad deepseq distributive
+         finite-typelits hashable indexed-list-literals primitive vector
+       ];
+       description = "Size tagged vectors";
+       license = lib.licenses.bsd3;
+       hydraPlatforms = lib.platforms.none;
+       maintainers = with lib.maintainers; [ expipiplus1 ];
+     }) {};
+
   "vector-space" = callPackage
     ({ mkDerivation, base, Boolean, MemoTrie, NumInstances }:
      mkDerivation {
@@ -277275,13 +277910,20 @@ self: {
      }) {};
 
   "vulkan" = callPackage
-    ({ mkDerivation, base, bytestring, transformers, vector, vulkan }:
+    ({ mkDerivation, base, bytestring, containers, inline-c, tasty
+     , tasty-discover, tasty-hunit, template-haskell, transformers
+     , vector, vulkan
+     }:
      mkDerivation {
        pname = "vulkan";
-       version = "3.11";
-       sha256 = "0kpnchaidl555zr5k166kmxnb8kiablnwjhi2gb665v64shj3k2k";
+       version = "3.11.1";
+       sha256 = "18ci35csymc788hr2md5cfxmra3ad0rc5mrbk37jjf0qga9a375x";
        libraryHaskellDepends = [ base bytestring transformers vector ];
        libraryPkgconfigDepends = [ vulkan ];
+       testHaskellDepends = [
+         base containers inline-c tasty tasty-hunit template-haskell
+       ];
+       testToolDepends = [ tasty-discover ];
        description = "Bindings to the Vulkan graphics API";
        license = lib.licenses.bsd3;
        platforms = [ "aarch64-linux" "x86_64-linux" ];
@@ -277843,8 +278485,8 @@ self: {
        pname = "wai-handler-hal";
        version = "0.1.0.0";
        sha256 = "0sjw01k5dyhdi33ld1pd4mf9plpij0spzxf2b228cjyc8x5zx7rj";
-       revision = "1";
-       editedCabalFile = "0gnl0xfsx1ahm0w0xykdzm96h3riz497wz9gxdmvzv0aflcg6jw9";
+       revision = "2";
+       editedCabalFile = "0aj45x1czwd69hd4yxsc607njb1qwxz926izzh79axfkrzgiij9k";
        libraryHaskellDepends = [
          base base64-bytestring bytestring case-insensitive hal http-types
          network text unordered-containers vault wai
@@ -283102,16 +283744,16 @@ self: {
 
   "wreq-helper" = callPackage
     ({ mkDerivation, aeson, aeson-result, base, bytestring, http-client
-     , lens, text, wreq
+     , text
      }:
      mkDerivation {
        pname = "wreq-helper";
-       version = "0.1.0.0";
-       sha256 = "18kmh3swa3bbrkfj1dldi7iy6brdvyhfrbdn8gsz2kcarvhnv5f2";
+       version = "0.2.0.0";
+       sha256 = "181qsfcbkzzri9w1r7wx4a0aq6ahkp3b6nhiras6hg3bcql4wq28";
        libraryHaskellDepends = [
-         aeson aeson-result base bytestring http-client lens text wreq
+         aeson aeson-result base bytestring http-client text
        ];
-       description = "Wreq response process";
+       description = "HTTP/HTTPS response process";
        license = lib.licenses.bsd3;
      }) {};
 
@@ -287174,20 +287816,18 @@ self: {
 
   "yarn-lock" = callPackage
     ({ mkDerivation, ansi-wl-pprint, base, containers, either
-     , megaparsec, neat-interpolation, protolude, quickcheck-instances
-     , tasty, tasty-hunit, tasty-quickcheck, tasty-th, text
+     , megaparsec, neat-interpolation, quickcheck-instances, tasty
+     , tasty-hunit, tasty-quickcheck, tasty-th, text
      }:
      mkDerivation {
        pname = "yarn-lock";
-       version = "0.6.4";
-       sha256 = "0vab0k1z2b8j18d5bqiraa4zpxr9rqg2s52y28j3qk292lmpmni9";
-       libraryHaskellDepends = [
-         base containers either megaparsec protolude text
-       ];
+       version = "0.6.5";
+       sha256 = "1x4zhczp6qgzm3sgmc2j5mjffg1ibfpvkxfwh2dv5bcx9nzv7bxy";
+       libraryHaskellDepends = [ base containers either megaparsec text ];
        testHaskellDepends = [
          ansi-wl-pprint base containers either megaparsec neat-interpolation
-         protolude quickcheck-instances tasty tasty-hunit tasty-quickcheck
-         tasty-th text
+         quickcheck-instances tasty tasty-hunit tasty-quickcheck tasty-th
+         text
        ];
        description = "Represent and parse yarn.lock files";
        license = lib.licenses.mit;
@@ -287616,6 +288256,28 @@ self: {
        license = lib.licenses.mit;
      }) {};
 
+  "yesod_1_6_1_2" = callPackage
+    ({ mkDerivation, aeson, base, bytestring, conduit
+     , data-default-class, directory, fast-logger, file-embed
+     , monad-logger, shakespeare, streaming-commons, template-haskell
+     , text, unix, unordered-containers, wai, wai-extra, wai-logger
+     , warp, yaml, yesod-core, yesod-form, yesod-persistent
+     }:
+     mkDerivation {
+       pname = "yesod";
+       version = "1.6.1.2";
+       sha256 = "13r0ispprj41kgn2rkc7zhy1rxfmgpjbmdlnys15h0ihhh3zhw2f";
+       libraryHaskellDepends = [
+         aeson base bytestring conduit data-default-class directory
+         fast-logger file-embed monad-logger shakespeare streaming-commons
+         template-haskell text unix unordered-containers wai wai-extra
+         wai-logger warp yaml yesod-core yesod-form yesod-persistent
+       ];
+       description = "Creation of type-safe, RESTful web applications";
+       license = lib.licenses.mit;
+       hydraPlatforms = lib.platforms.none;
+     }) {};
+
   "yesod-alerts" = callPackage
     ({ mkDerivation, alerts, base, blaze-html, blaze-markup, safe, text
      , yesod-core
@@ -288207,6 +288869,8 @@ self: {
        pname = "yesod-comments";
        version = "0.9.2";
        sha256 = "1isw8cwzwwsm7p3hqj0ynwncsdfg7x0ihphyv02awchqbgc2c87i";
+       revision = "1";
+       editedCabalFile = "1p1ilvvqyh20mg89cfacjqawwahbx7nk5yg5n9l2i8mqwdfijbdj";
        libraryHaskellDepends = [
          base bytestring directory friendly-time gravatar old-locale
          persistent template-haskell text time wai yesod yesod-auth
@@ -288297,6 +288961,44 @@ self: {
        license = lib.licenses.mit;
      }) {};
 
+  "yesod-core_1_6_20_2" = callPackage
+    ({ mkDerivation, aeson, async, auto-update, base, blaze-html
+     , blaze-markup, bytestring, case-insensitive, cereal, clientsession
+     , conduit, conduit-extra, containers, cookie, deepseq, entropy
+     , fast-logger, gauge, hspec, hspec-expectations, http-types, HUnit
+     , memory, monad-logger, mtl, network, parsec, path-pieces
+     , primitive, random, resourcet, shakespeare, streaming-commons
+     , template-haskell, text, time, transformers, unix-compat, unliftio
+     , unordered-containers, vector, wai, wai-extra, wai-logger, warp
+     , word8
+     }:
+     mkDerivation {
+       pname = "yesod-core";
+       version = "1.6.20.2";
+       sha256 = "184j6nslwrfxw4zmsxlii6gs1z0h350kgmbnr5y3wwk3n4dsdzyb";
+       libraryHaskellDepends = [
+         aeson auto-update base blaze-html blaze-markup bytestring
+         case-insensitive cereal clientsession conduit conduit-extra
+         containers cookie deepseq entropy fast-logger http-types memory
+         monad-logger mtl parsec path-pieces primitive random resourcet
+         shakespeare template-haskell text time transformers unix-compat
+         unliftio unordered-containers vector wai wai-extra wai-logger warp
+         word8
+       ];
+       testHaskellDepends = [
+         async base bytestring clientsession conduit conduit-extra
+         containers cookie hspec hspec-expectations http-types HUnit network
+         path-pieces random resourcet shakespeare streaming-commons
+         template-haskell text transformers unliftio wai wai-extra warp
+       ];
+       benchmarkHaskellDepends = [
+         base blaze-html bytestring gauge shakespeare text
+       ];
+       description = "Creation of type-safe, RESTful web applications";
+       license = lib.licenses.mit;
+       hydraPlatforms = lib.platforms.none;
+     }) {};
+
   "yesod-crud" = callPackage
     ({ mkDerivation, base, classy-prelude, containers, MissingH
      , monad-control, persistent, random, safe, stm, uuid, yesod-core
@@ -288708,6 +289410,8 @@ self: {
        pname = "yesod-goodies";
        version = "0.0.5";
        sha256 = "0wxdwyb5dg00ycb09kbl1m12w2bzi6kxbjr4dqgrwfd3dgypcjdz";
+       revision = "1";
+       editedCabalFile = "1b6aw2xqq50i7zqgshllbna890m53ksq4l49l6rm1r0gw06ydnd0";
        libraryHaskellDepends = [
          base blaze-html bytestring directory HTTP old-locale pandoc pureMD5
          text time yesod yesod-form
@@ -288795,6 +289499,8 @@ self: {
        pname = "yesod-links";
        version = "0.3.0";
        sha256 = "0i1b4lgwv98pp7251fm3h4cdb1d868fqwm6175rk7zg699g2v61y";
+       revision = "1";
+       editedCabalFile = "0pnzl4j9pwljjgnfwv8hwhcdf222nm43jsdbxrixi2lbvi2w9hjc";
        libraryHaskellDepends = [ base text yesod-core ];
        description = "A typeclass which simplifies creating link widgets throughout your site";
        license = lib.licenses.bsd3;