summary refs log tree commit diff
path: root/pkgs/development/haskell-modules
diff options
context:
space:
mode:
authorDennis Gosnell <cdep.illabout@gmail.com>2023-04-01 12:37:30 +0900
committerDennis Gosnell <cdep.illabout@gmail.com>2023-04-01 12:37:30 +0900
commit56b81893ea6513800b24b8b1924db53e7f30aa73 (patch)
treefb77a6574d90252e77d09ffb1a5bb5fcaf8845df /pkgs/development/haskell-modules
parent69ba0b6ca3ef53723d9a4de0ea0db5582504943b (diff)
downloadnixpkgs-56b81893ea6513800b24b8b1924db53e7f30aa73.tar
nixpkgs-56b81893ea6513800b24b8b1924db53e7f30aa73.tar.gz
nixpkgs-56b81893ea6513800b24b8b1924db53e7f30aa73.tar.bz2
nixpkgs-56b81893ea6513800b24b8b1924db53e7f30aa73.tar.lz
nixpkgs-56b81893ea6513800b24b8b1924db53e7f30aa73.tar.xz
nixpkgs-56b81893ea6513800b24b8b1924db53e7f30aa73.tar.zst
nixpkgs-56b81893ea6513800b24b8b1924db53e7f30aa73.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.nix439
1 files changed, 282 insertions, 157 deletions
diff --git a/pkgs/development/haskell-modules/hackage-packages.nix b/pkgs/development/haskell-modules/hackage-packages.nix
index 3c4d446701a..007174eec1a 100644
--- a/pkgs/development/haskell-modules/hackage-packages.nix
+++ b/pkgs/development/haskell-modules/hackage-packages.nix
@@ -24942,6 +24942,23 @@ self: {
        license = lib.licenses.bsd3;
      }) {};
 
+  "active_0_2_0_17" = callPackage
+    ({ mkDerivation, base, lens, linear, QuickCheck, semigroupoids
+     , semigroups, vector
+     }:
+     mkDerivation {
+       pname = "active";
+       version = "0.2.0.17";
+       sha256 = "1y2prarbrj6zpd7zp6cka5j6ylnbyv5a3f11i9ggj361z2y4r00f";
+       libraryHaskellDepends = [
+         base lens linear semigroupoids semigroups vector
+       ];
+       testHaskellDepends = [ base linear QuickCheck semigroups ];
+       description = "Abstractions for animation";
+       license = lib.licenses.bsd3;
+       hydraPlatforms = lib.platforms.none;
+     }) {};
+
   "activehs" = callPackage
     ({ mkDerivation, activehs-base, array, base, blaze-html
      , blaze-markup, bytestring, cmdargs, containers, data-pprint
@@ -49310,8 +49327,8 @@ self: {
      }:
      mkDerivation {
        pname = "brick-panes";
-       version = "1.0.0.3";
-       sha256 = "0qqm896gyabdscngafgmf4avajs5szds1l6fs0bw2p11xiirhc14";
+       version = "1.0.0.4";
+       sha256 = "10rsd1ayk63x73dk7f3dvj83dv717w8nbvymrym1lyqk2p0fh7xv";
        isLibrary = true;
        isExecutable = true;
        libraryHaskellDepends = [ base brick containers microlens vty ];
@@ -53802,14 +53819,14 @@ self: {
        maintainers = [ lib.maintainers.peti ];
      }) {};
 
-  "cabal2spec_2_6_4" = callPackage
+  "cabal2spec_2_7_0" = callPackage
     ({ mkDerivation, base, Cabal, filepath, optparse-applicative, tasty
      , tasty-golden, time
      }:
      mkDerivation {
        pname = "cabal2spec";
-       version = "2.6.4";
-       sha256 = "01h028nm4r149niwrc0pc0pgsvkwr0vqwazv21rlxw56ikbpd6j6";
+       version = "2.7.0";
+       sha256 = "0m84jffwqk8sav5rj8s17p72ddp5y0nnw2x2365ds7p5qbyyni43";
        isLibrary = true;
        isExecutable = true;
        libraryHaskellDepends = [ base Cabal filepath time ];
@@ -54140,8 +54157,8 @@ self: {
      }:
      mkDerivation {
        pname = "cachix";
-       version = "1.4";
-       sha256 = "054sf8vi4vjqjqsmg90pw5scgk4cn7q3m00kbk20mjhpacjy12mp";
+       version = "1.4.1";
+       sha256 = "0nip2lxpfrw0vnhi36sp503323zqnpskfx6m0qs5if64s3vx8qhh";
        isLibrary = true;
        isExecutable = true;
        libraryHaskellDepends = [
@@ -54184,8 +54201,8 @@ self: {
      }:
      mkDerivation {
        pname = "cachix-api";
-       version = "1.4";
-       sha256 = "01x7gm3w5llarvjrnj08b3acnhivfawp9w8bbmkjdd0wb1wxr270";
+       version = "1.4.1";
+       sha256 = "093w7hvbdz897jm3sns47sna8na6icqms421kzr841abrriqhjdq";
        libraryHaskellDepends = [
          aeson async base base16-bytestring bytestring conduit cookie
          cryptonite deepseq deriving-aeson exceptions http-api-data
@@ -61003,7 +61020,7 @@ self: {
   "cleveland" = callPackage
     ({ mkDerivation, aeson, base-noprelude, constraints, containers
      , criterion, cryptonite, data-default, dependent-map, directory
-     , either, exceptions, file-embed, filepath, fmt, hedgehog, hex-text
+     , exceptions, file-embed, filepath, fmt, hedgehog, hex-text
      , hspec-expectations, HUnit, lens, lorentz, MonadRandom, morley
      , morley-client, morley-prelude, mtl, o-clock, optparse-applicative
      , servant-client, servant-client-core, singletons, singletons-base
@@ -61013,19 +61030,19 @@ self: {
      }:
      mkDerivation {
        pname = "cleveland";
-       version = "0.3.0";
-       sha256 = "1ahdijygria9rlmfr61vl8s924b29yq31594z1y0dc79asw6vhi1";
+       version = "0.3.1";
+       sha256 = "1prqvn2nci9wblr52zvc9f3ypbwvmf18kbrkzzqcqyid786k53pb";
        libraryHaskellDepends = [
          aeson base-noprelude constraints containers criterion cryptonite
-         data-default dependent-map directory either exceptions file-embed
-         fmt hedgehog hex-text HUnit lens lorentz MonadRandom morley
+         data-default dependent-map directory exceptions file-embed fmt
+         hedgehog hex-text HUnit lens lorentz MonadRandom morley
          morley-client morley-prelude mtl o-clock optparse-applicative
          servant-client-core singletons singletons-base some statistics
          tagged tasty tasty-ant-xml tasty-hedgehog tasty-hunit-compat
          template-haskell temporary text time with-utf8
        ];
        testHaskellDepends = [
-         base-noprelude either filepath fmt hedgehog hspec-expectations lens
+         base-noprelude filepath fmt hedgehog hspec-expectations lens
          lorentz morley morley-client morley-prelude o-clock servant-client
          tasty tasty-hedgehog tasty-hunit-compat text time
        ];
@@ -84244,6 +84261,29 @@ self: {
        mainProgram = "guess-changelog";
      }) {};
 
+  "distribution-opensuse_1_1_4" = callPackage
+    ({ mkDerivation, aeson, base, binary, bytestring, containers
+     , deepseq, Diff, extra, foldl, hashable, hsemail, mtl, parsec-class
+     , pretty, text, time, turtle
+     }:
+     mkDerivation {
+       pname = "distribution-opensuse";
+       version = "1.1.4";
+       sha256 = "0s4p2fhfnk8w3g092gzcq6d867wby55z1jr2vhzz7hwr9cn292n3";
+       isLibrary = true;
+       isExecutable = true;
+       libraryHaskellDepends = [
+         aeson base binary bytestring containers deepseq Diff extra foldl
+         hashable hsemail mtl parsec-class pretty text time turtle
+       ];
+       executableHaskellDepends = [ base containers text turtle ];
+       testHaskellDepends = [ base ];
+       description = "Types, functions, and tools to manipulate the openSUSE distribution";
+       license = lib.licenses.bsd3;
+       hydraPlatforms = lib.platforms.none;
+       mainProgram = "guess-changelog";
+     }) {};
+
   "distribution-plot" = callPackage
     ({ mkDerivation, base, Chart, Chart-cairo, colour, containers
      , data-default-class, distribution, lens
@@ -85463,6 +85503,23 @@ self: {
        mainProgram = "doctest-driver-gen";
      }) {};
 
+  "doctest-driver-gen_0_3_0_7" = callPackage
+    ({ mkDerivation, base, doctest }:
+     mkDerivation {
+       pname = "doctest-driver-gen";
+       version = "0.3.0.7";
+       sha256 = "0xxfp1x92qi8p5xkhyymylm8m3s56c7ivc82mv13sw14msds8miq";
+       isLibrary = true;
+       isExecutable = true;
+       libraryHaskellDepends = [ base ];
+       executableHaskellDepends = [ base ];
+       testHaskellDepends = [ base doctest ];
+       description = "Generate driver file for doctest's cabal integration";
+       license = lib.licenses.bsd3;
+       hydraPlatforms = lib.platforms.none;
+       mainProgram = "doctest-driver-gen";
+     }) {};
+
   "doctest-exitcode-stdio" = callPackage
     ({ mkDerivation, base, doctest-lib, QuickCheck, semigroups
      , transformers
@@ -94541,22 +94598,22 @@ self: {
 
   "eventlog2html" = callPackage
     ({ mkDerivation, aeson, array, attoparsec, base, blaze-html
-     , bytestring, containers, file-embed, filepath, ghc-events
-     , ghc-heap, githash, hashable, hashtables, hvega, mtl
-     , optparse-applicative, semigroups, statistics-linreg, text, time
-     , trie-simple, vector
+     , blaze-markup, bytestring, containers, file-embed, filepath
+     , ghc-events, ghc-heap, githash, hashable, hashtables, hvega, mtl
+     , optparse-applicative, raw-strings-qq, semigroups
+     , statistics-linreg, text, time, trie-simple, vector
      }:
      mkDerivation {
        pname = "eventlog2html";
-       version = "0.9.3";
-       sha256 = "1wgpqrqkk0cvyxmmgkmq04k3d1v91qdqb737xx7k51d3lb909n7l";
+       version = "0.10.0";
+       sha256 = "1f22vw4zzkpjhhs5qci5jknyr2vwa9rhkg9zr2rfzlq3yyslahw8";
        isLibrary = true;
        isExecutable = true;
        libraryHaskellDepends = [
-         aeson array attoparsec base blaze-html bytestring containers
-         file-embed filepath ghc-events ghc-heap hashable hashtables hvega
-         mtl optparse-applicative semigroups statistics-linreg text time
-         trie-simple vector
+         aeson array attoparsec base blaze-html blaze-markup bytestring
+         containers file-embed filepath ghc-events ghc-heap hashable
+         hashtables hvega mtl optparse-applicative raw-strings-qq semigroups
+         statistics-linreg text time trie-simple vector
        ];
        executableHaskellDepends = [ aeson base filepath githash text ];
        description = "Visualise an eventlog";
@@ -112754,7 +112811,7 @@ self: {
      , exceptions, extra, filepath, fingertree, focus, fuzzy, ghc
      , ghc-boot, ghc-boot-th, ghc-check, ghc-paths, ghc-trace-events
      , ghc-typelits-knownnat, gitrev, Glob, haddock-library, hashable
-     , hie-bios, hie-compat, hiedb, hls-graph, hls-plugin-api, hslogger
+     , hie-bios, hie-compat, hiedb, hls-graph, hls-plugin-api
      , implicit-hie, implicit-hie-cradle, lens, list-t, lsp, lsp-test
      , lsp-types, monoid-subclasses, mtl, network-uri, opentelemetry
      , optparse-applicative, parallel, prettyprinter
@@ -112767,8 +112824,8 @@ self: {
      }:
      mkDerivation {
        pname = "ghcide";
-       version = "1.9.1.0";
-       sha256 = "1r1ds3m4jy50z7b514l8wnffh11g0mbg4g8pp9xr80a7bv8y7xs9";
+       version = "1.10.0.0";
+       sha256 = "0c2p1qv0hw5744az33ikhzbxzjnxk4migrr5my7i5yphzhywnqk6";
        isLibrary = true;
        isExecutable = true;
        libraryHaskellDepends = [
@@ -112778,12 +112835,12 @@ self: {
          dlist enummapset exceptions extra filepath fingertree focus ghc
          ghc-boot ghc-boot-th ghc-check ghc-paths ghc-trace-events Glob
          haddock-library hashable hie-bios hie-compat hiedb hls-graph
-         hls-plugin-api hslogger implicit-hie implicit-hie-cradle lens
-         list-t lsp lsp-types mtl opentelemetry optparse-applicative
-         parallel prettyprinter prettyprinter-ansi-terminal random
-         regex-tdfa safe-exceptions sorted-list sqlite-simple stm
-         stm-containers syb text text-rope time transformers unix unliftio
-         unliftio-core unordered-containers vector
+         hls-plugin-api implicit-hie implicit-hie-cradle lens list-t lsp
+         lsp-types mtl opentelemetry optparse-applicative parallel
+         prettyprinter prettyprinter-ansi-terminal random regex-tdfa
+         safe-exceptions sorted-list sqlite-simple stm stm-containers syb
+         text text-rope time transformers unix unliftio unliftio-core
+         unordered-containers vector
        ];
        executableHaskellDepends = [
          base data-default extra gitrev hls-plugin-api lsp lsp-types
@@ -128481,8 +128538,8 @@ self: {
      }:
      mkDerivation {
        pname = "harfbuzz-pure";
-       version = "1.0.3.1";
-       sha256 = "096f23kdrv8278mxqk3nws65v078j54zjhr0wa1nqay5vbs459sz";
+       version = "1.0.3.2";
+       sha256 = "0dkr860mrbyy734k7z7b3l32fvf691iyn2kwmip7g06wkabd2a50";
        isLibrary = true;
        isExecutable = true;
        libraryHaskellDepends = [
@@ -130503,19 +130560,17 @@ self: {
      , hls-pragmas-plugin, hls-qualify-imported-names-plugin
      , hls-refactor-plugin, hls-refine-imports-plugin, hls-rename-plugin
      , hls-retrie-plugin, hls-splice-plugin, hls-stylish-haskell-plugin
-     , hls-test-utils, hp2pretty, hslogger, hspec-expectations
-     , implicit-hie, lens, lens-aeson, lsp, lsp-test, lsp-types, mtl
-     , optparse-applicative, optparse-simple, prettyprinter, process
-     , regex-tdfa, safe-exceptions, shake, shake-bench, sqlite-simple
-     , stm, temporary, text, transformers, unix, unliftio-core
+     , hls-test-utils, hp2pretty, hspec-expectations, implicit-hie, lens
+     , lens-aeson, lsp, lsp-test, lsp-types, mtl, optparse-applicative
+     , optparse-simple, prettyprinter, process, regex-tdfa
+     , safe-exceptions, shake, shake-bench, sqlite-simple, stm
+     , temporary, text, transformers, unix, unliftio-core
      , unordered-containers, yaml
      }:
      mkDerivation {
        pname = "haskell-language-server";
-       version = "1.9.1.0";
-       sha256 = "0ix5a3s0mqb5513w3ga16r72rxbwxxqpxk6gp94qf7dcqhjgy0mw";
-       revision = "1";
-       editedCabalFile = "1mmddlgmx0pdi2c0d3d3130jcmzjfi4ka7chjxf3rwi3cjcnslxb";
+       version = "1.10.0.0";
+       sha256 = "1sy7whdy18308lf0xydaizc9i6g3svlf90n5adnxyxq4fx8cjbv5";
        isLibrary = true;
        isExecutable = true;
        libraryHaskellDepends = [
@@ -130538,7 +130593,7 @@ self: {
          aeson async base base16-bytestring binary bytestring containers
          cryptohash-sha1 data-default deepseq directory extra filepath ghc
          ghc-boot-th ghc-paths ghcide gitrev hashable hie-bios hiedb
-         hls-graph hls-plugin-api hslogger lens lsp lsp-types mtl
+         hls-graph hls-plugin-api lens lsp lsp-types mtl
          optparse-applicative optparse-simple prettyprinter process
          regex-tdfa safe-exceptions sqlite-simple stm temporary text
          transformers unix unliftio-core unordered-containers
@@ -142886,8 +142941,8 @@ self: {
      }:
      mkDerivation {
        pname = "hls-alternate-number-format-plugin";
-       version = "1.3.0.0";
-       sha256 = "0ll16wsdm0r09ibg73n83vnx27kapwn034h39xh6ysdmbc8vf0kj";
+       version = "1.3.0.1";
+       sha256 = "0m2i1ypd7cz13fz6vw2baxslq4khhmn0h7213q4qf9i27q5phr7x";
        libraryHaskellDepends = [
          aeson base containers extra ghc-boot-th ghcide hie-compat hls-graph
          hls-plugin-api lens lsp mtl regex-tdfa syb text
@@ -142981,8 +143036,8 @@ self: {
      }:
      mkDerivation {
        pname = "hls-change-type-signature-plugin";
-       version = "1.1.0.0";
-       sha256 = "1n5q5sh6a3miq10fvi7k98jm0yx83hk1p0760jn7084zl443r61m";
+       version = "1.1.0.1";
+       sha256 = "0i8yngk3gdyngd0da37a4d86bnzks8g8331lacncwbl5m3c2dxmg";
        libraryHaskellDepends = [
          base ghcide hls-plugin-api lsp-types regex-tdfa syb text
          transformers unordered-containers
@@ -143002,15 +143057,15 @@ self: {
      }:
      mkDerivation {
        pname = "hls-class-plugin";
-       version = "1.1.1.0";
-       sha256 = "1qy7r88rbqqy8hnzfzpjbh0jrp9mgffxdrhd80if8fxh0xwpq90s";
+       version = "1.1.1.1";
+       sha256 = "1yj008zjxhdbcrzzibcisgsd2r6fsh58kasrkxha1n530yidk0qq";
        libraryHaskellDepends = [
          aeson base containers deepseq extra ghc ghc-boot-th ghc-exactprint
          ghcide hls-graph hls-plugin-api lens lsp text transformers
        ];
        testHaskellDepends = [
          aeson base filepath ghcide hls-plugin-api hls-test-utils lens
-         lsp-types
+         lsp-types text
        ];
        description = "Class/instance management plugin for Haskell Language Server";
        license = lib.licenses.asl20;
@@ -143048,8 +143103,8 @@ self: {
      }:
      mkDerivation {
        pname = "hls-eval-plugin";
-       version = "1.4.0.0";
-       sha256 = "17llknik5f988797xrbvrhv95n79bp6ydz6k0rqyhwpdy9fil71v";
+       version = "1.5.0.0";
+       sha256 = "1rqnszfw0qdn1xw58vblsrrijx15ajk18gwqvwhmxjsfcm7qk0rb";
        libraryHaskellDepends = [
          aeson base containers data-default deepseq Diff directory dlist
          extra filepath ghc ghc-boot-th ghc-paths ghcide hashable hls-graph
@@ -143108,8 +143163,8 @@ self: {
      }:
      mkDerivation {
        pname = "hls-explicit-imports-plugin";
-       version = "1.2.0.0";
-       sha256 = "1302xb5p6cvdr715qc231k0qyzf94y98wlmpxnr6bzd0rz0cjh31";
+       version = "1.2.1.0";
+       sha256 = "1rr3i7xri9pnhlxykfa46g2bdfcii1h5rb8rh3mk0dy669f4br3y";
        libraryHaskellDepends = [
          aeson base containers deepseq ghc ghcide hls-graph hls-plugin-api
          lsp text unordered-containers
@@ -143126,8 +143181,8 @@ self: {
      }:
      mkDerivation {
        pname = "hls-explicit-record-fields-plugin";
-       version = "1.0.0.0";
-       sha256 = "1jywzjz98ixsb9n1kfv09lyc2vl77qbw6hiqwnzxs2cbjw5mkpgb";
+       version = "1.0.1.0";
+       sha256 = "0gnzyl547lddd2ms3b1cl2haz1rxnx7g5qz94grj7ygh8ynzk04i";
        libraryHaskellDepends = [
          base containers ghc-boot-th ghcide hls-graph hls-plugin-api lens
          lsp syb text transformers unordered-containers
@@ -143187,8 +143242,8 @@ self: {
      }:
      mkDerivation {
        pname = "hls-gadt-plugin";
-       version = "1.0.1.0";
-       sha256 = "10j6fiyxnf5zc0cmgiyb09w2f1dz0g23c4dmflkiz258p12wam4s";
+       version = "1.0.2.0";
+       sha256 = "0ifnnyrdwvczrb5ds6d0nk1g4ixb4wy75fvrbpsjmbmais6xgr9h";
        libraryHaskellDepends = [
          aeson base containers extra ghc ghc-boot-th ghc-exactprint ghcide
          hls-plugin-api hls-refactor-plugin lens lsp mtl text transformers
@@ -143292,13 +143347,15 @@ self: {
      }:
      mkDerivation {
        pname = "hls-ormolu-plugin";
-       version = "1.0.3.0";
-       sha256 = "018j6w2ll7g11bpq7gy7jpkpl9c8ajlhxr6zxd2b179spz5bvivl";
+       version = "1.0.4.0";
+       sha256 = "0by02vicacp4wxq3plzbd32zi8kwkiqwqdz2h9x83ihkyzb0npry";
        libraryHaskellDepends = [
          base filepath ghc ghc-boot-th ghcide hls-plugin-api lens lsp ormolu
          text
        ];
-       testHaskellDepends = [ base filepath hls-test-utils lsp-types ];
+       testHaskellDepends = [
+         base filepath hls-test-utils lsp-types ormolu
+       ];
        description = "Integration with the Ormolu code formatter";
        license = lib.licenses.asl20;
      }) {};
@@ -143382,8 +143439,8 @@ self: {
      }:
      mkDerivation {
        pname = "hls-refactor-plugin";
-       version = "1.1.0.0";
-       sha256 = "1cp3w5h3x4mvcd0ipf4gvh3qzjbdl9f6jpznznspdqz5ac53257a";
+       version = "1.2.0.0";
+       sha256 = "0jgqxbyxk3wmm3ir75pxx3j249via04757w01dhr8cc3bpck2pl0";
        libraryHaskellDepends = [
          aeson base bytestring containers data-default deepseq dlist extra
          ghc ghc-boot ghc-exactprint ghcide hls-graph hls-plugin-api lens
@@ -143407,8 +143464,8 @@ self: {
      }:
      mkDerivation {
        pname = "hls-refine-imports-plugin";
-       version = "1.0.4.0";
-       sha256 = "0rd66jswimmyhfflw1nzgh53q4i8lj4clhny9lm0mplgy76y1c3d";
+       version = "1.0.5.0";
+       sha256 = "1jfld3m2cbs3swhfmmp9qkhc11gw4s2fhb8wc57bvwq2i0kpvljr";
        libraryHaskellDepends = [
          aeson base containers deepseq ghc ghcide
          hls-explicit-imports-plugin hls-graph hls-plugin-api lsp text
@@ -143445,18 +143502,22 @@ self: {
 
   "hls-retrie-plugin" = callPackage
     ({ mkDerivation, aeson, base, bytestring, containers, deepseq
-     , directory, extra, ghc, ghcide, hashable, hls-plugin-api, lsp
-     , lsp-types, retrie, safe-exceptions, stm, text, transformers
-     , unordered-containers
+     , directory, extra, filepath, ghc, ghcide, hashable, hls-plugin-api
+     , hls-refactor-plugin, hls-test-utils, lsp, lsp-types, retrie
+     , safe-exceptions, stm, text, transformers, unordered-containers
      }:
      mkDerivation {
        pname = "hls-retrie-plugin";
-       version = "1.0.3.0";
-       sha256 = "1gfvdymbyhdahwfp02fw5rywpbr6kfs3ggjvblxvj7v2jz62q9ry";
+       version = "1.0.4.0";
+       sha256 = "1n8j29sd3gplpb91zc6hwsiwl445z5aq2flv5k166apgvn1w9fdc";
        libraryHaskellDepends = [
          aeson base bytestring containers deepseq directory extra ghc ghcide
-         hashable hls-plugin-api lsp lsp-types retrie safe-exceptions stm
-         text transformers unordered-containers
+         hashable hls-plugin-api hls-refactor-plugin lsp lsp-types retrie
+         safe-exceptions stm text transformers unordered-containers
+       ];
+       testHaskellDepends = [
+         aeson base containers filepath hls-plugin-api hls-refactor-plugin
+         hls-test-utils text
        ];
        description = "Retrie integration plugin for Haskell Language Server";
        license = lib.licenses.asl20;
@@ -143495,8 +143556,8 @@ self: {
      }:
      mkDerivation {
        pname = "hls-splice-plugin";
-       version = "1.0.3.0";
-       sha256 = "01p098ndnw6s3a6229bj36rpyim39s2kfld2fq40cwlmpll1pr4h";
+       version = "1.1.0.0";
+       sha256 = "1aicxjq6lkkb86ilbj3jgqy2fqm5l6qgdx8yizavnjihfq0b7sh4";
        libraryHaskellDepends = [
          aeson base containers dlist extra foldl ghc ghc-exactprint ghcide
          hls-plugin-api hls-refactor-plugin lens lsp retrie syb text
@@ -155508,8 +155569,8 @@ self: {
        pname = "http-media";
        version = "0.8.0.0";
        sha256 = "0lww5cxrc9jlvzsysjv99lca33i4rb7cll66p3c0rdpmvz8pk0ir";
-       revision = "7";
-       editedCabalFile = "1sm8bnrqvwkj7f60x4s8vfsj6lfi0knq38im35x88wk8s9whg6jd";
+       revision = "8";
+       editedCabalFile = "08r5iq0hi1y4y1b6vdi4kp52blvxzmd9gxa38xwzz86xnz84xvzl";
        libraryHaskellDepends = [
          base bytestring case-insensitive containers utf8-string
        ];
@@ -162451,17 +162512,18 @@ self: {
 
   "indigo" = callPackage
     ({ mkDerivation, base, casing, cleveland, constraints, containers
-     , directory, file-embed, fmt, hedgehog, hspec-expectations, HUnit
-     , lorentz, megaparsec, microlens-th, morley, morley-prelude
-     , optparse-applicative, process, reflection, shelly, singletons
-     , string-interpolate, summoner, tasty, tasty-discover
-     , tasty-hedgehog, tasty-hunit-compat, template-haskell, text, vinyl
+     , data-default, directory, file-embed, filepath, fmt, hedgehog
+     , hspec-expectations, HUnit, lorentz, megaparsec, microlens-th
+     , morley, morley-prelude, optparse-applicative, process, reflection
+     , req, shelly, singletons, string-interpolate, tasty
+     , tasty-discover, tasty-hedgehog, tasty-hunit-compat
+     , template-haskell, text, time, tree-view, universum, vinyl
      , with-utf8
      }:
      mkDerivation {
        pname = "indigo";
-       version = "0.5.0";
-       sha256 = "121y842b8ik37lp01k9gqh8g63wcpn32w7br7nw9valjjxmc3dkg";
+       version = "0.6.0";
+       sha256 = "071jrmyywzkc9i2m0m68kvvwdlimcwscgxq1ik1x42dx3x6mws68";
        isLibrary = true;
        isExecutable = true;
        libraryHaskellDepends = [
@@ -162470,14 +162532,14 @@ self: {
          with-utf8
        ];
        executableHaskellDepends = [
-         base directory file-embed megaparsec morley morley-prelude
-         optparse-applicative process shelly string-interpolate summoner
-         text with-utf8
+         base containers directory file-embed filepath megaparsec morley
+         morley-prelude optparse-applicative process req shelly
+         string-interpolate text time tree-view universum with-utf8
        ];
        testHaskellDepends = [
-         base cleveland containers fmt hedgehog hspec-expectations HUnit
-         lorentz morley morley-prelude singletons tasty tasty-hedgehog
-         tasty-hunit-compat with-utf8
+         base cleveland containers data-default fmt hedgehog
+         hspec-expectations HUnit lorentz morley morley-prelude singletons
+         tasty tasty-hedgehog tasty-hunit-compat with-utf8
        ];
        testToolDepends = [ tasty-discover ];
        description = "Convenient imperative eDSL over Lorentz";
@@ -168338,6 +168400,8 @@ self: {
        pname = "joy-rewrite";
        version = "0.2.0";
        sha256 = "00p1gnkydlcfkbcbv2dycpafni2v2dg5xp87yvcf304jiyw4xh4r";
+       revision = "1";
+       editedCabalFile = "09dpapnfyxv65hxqli2k418dxy7758cr21m332c3xxxhy1w1p08m";
        libraryHaskellDepends = [
          base containers hspec monad-loops parsec text
        ];
@@ -185300,18 +185364,18 @@ self: {
      , constraints, containers, cryptonite, data-default
      , first-class-families, fmt, lens, morley, morley-prelude, mtl
      , named, optparse-applicative, singletons, singletons-base
-     , template-haskell, text, text-manipulate, type-errors
-     , unordered-containers, vinyl, with-utf8
+     , template-haskell, text, type-errors, unordered-containers, vinyl
+     , with-utf8
      }:
      mkDerivation {
        pname = "lorentz";
-       version = "0.15.0";
-       sha256 = "10nppxymkp7b5vqcrkrm7jd5xg84hvczvvrrh2digdawqmxrakgl";
+       version = "0.15.1";
+       sha256 = "1wp5v74w3i0xrzcd5b5vk2cfvkzi3dbrnf1hr3fjf3x67dpjgs89";
        libraryHaskellDepends = [
          aeson-pretty base-noprelude bimap bytestring constraints containers
          cryptonite data-default first-class-families fmt lens morley
          morley-prelude mtl named optparse-applicative singletons
-         singletons-base template-haskell text text-manipulate type-errors
+         singletons-base template-haskell text type-errors
          unordered-containers vinyl with-utf8
        ];
        description = "EDSL for the Michelson Language";
@@ -197977,18 +198041,18 @@ self: {
      , constraints-extras, containers, crypto-sodium, cryptonite
      , data-default, dependent-sum-template, Diff, elliptic-curve
      , first-class-families, fmt, galois-field, generic-deriving, gitrev
-     , haskeline, hex-text, lens, megaparsec, memory, MonadRandom
-     , morley-prelude, mtl, named, optparse-applicative, pairing
-     , parser-combinators, scientific, semigroups, show-type, singletons
-     , singletons-base, some, syb, template-haskell, text
+     , haskeline, hex-text, hsblst, lens, megaparsec, memory
+     , MonadRandom, morley-prelude, mtl, named, optparse-applicative
+     , pairing, parser-combinators, scientific, semigroups, show-type
+     , singletons, singletons-base, some, syb, template-haskell, text
      , text-manipulate, th-lift-instances, th-reify-many, time, timerep
      , type-errors, uncaught-exception, unordered-containers, vector
      , vinyl, with-utf8, wl-pprint-text
      }:
      mkDerivation {
        pname = "morley";
-       version = "1.19.0";
-       sha256 = "12rps1k1bky7bkx0zl17j9vs07w8fll0576ip02jd6sn1i6541fg";
+       version = "1.19.1";
+       sha256 = "030q46n5wzv9aiyj6lnljkbc009k2f9j41y9p1rfrgyqrhg1bln6";
        isLibrary = true;
        isExecutable = true;
        libraryHaskellDepends = [
@@ -197996,8 +198060,8 @@ self: {
          bimap binary bytestring constraints constraints-extras containers
          crypto-sodium cryptonite data-default dependent-sum-template Diff
          elliptic-curve first-class-families fmt galois-field
-         generic-deriving gitrev hex-text lens megaparsec memory MonadRandom
-         morley-prelude mtl named optparse-applicative pairing
+         generic-deriving gitrev hex-text hsblst lens megaparsec memory
+         MonadRandom morley-prelude mtl named optparse-applicative pairing
          parser-combinators scientific semigroups show-type singletons
          singletons-base some syb template-haskell text text-manipulate
          th-lift-instances th-reify-many time timerep type-errors
@@ -198005,9 +198069,9 @@ self: {
          wl-pprint-text
        ];
        executableHaskellDepends = [
-         aeson base-noprelude base58-bytestring bytestring fmt haskeline
-         hex-text megaparsec MonadRandom morley-prelude optparse-applicative
-         singletons text vinyl with-utf8
+         aeson base-noprelude base58-bytestring bytestring data-default fmt
+         haskeline hex-text megaparsec MonadRandom morley-prelude named
+         optparse-applicative singletons text vinyl with-utf8
        ];
        description = "Developer tools for the Michelson Language";
        license = lib.licenses.mit;
@@ -198028,8 +198092,8 @@ self: {
      }:
      mkDerivation {
        pname = "morley-client";
-       version = "0.3.0";
-       sha256 = "0wb6pgds6bijs2bfwdwzkpmhlbwfpx5lwxj4xj2pvd47410lzjfz";
+       version = "0.3.1";
+       sha256 = "0m3a34bzyww2vxww6sc3l1s1kzbw41khss9mf47chirfvl1jhbaf";
        isLibrary = true;
        isExecutable = true;
        libraryHaskellDepends = [
@@ -198042,14 +198106,13 @@ self: {
        ];
        executableHaskellDepends = [
          aeson base-noprelude data-default fmt morley morley-prelude
-         optparse-applicative safe-exceptions
+         optparse-applicative safe-exceptions singletons
        ];
        testHaskellDepends = [
-         aeson base-noprelude bytestring co-log co-log-core containers
-         exceptions fmt hex-text hspec-expectations http-types HUnit lens
-         lorentz memory morley morley-prelude safe-exceptions
-         servant-client-core singletons tasty tasty-ant-xml
-         tasty-hunit-compat time
+         aeson base-noprelude bytestring co-log co-log-core exceptions fmt
+         hex-text hspec-expectations http-types HUnit lens lorentz memory
+         morley morley-prelude safe-exceptions servant-client-core
+         singletons tasty tasty-ant-xml tasty-hunit-compat time
        ];
        testToolDepends = [ tasty-discover ];
        description = "Client to interact with the Tezos blockchain";
@@ -198064,8 +198127,8 @@ self: {
      }:
      mkDerivation {
        pname = "morley-prelude";
-       version = "0.5.1";
-       sha256 = "06sry4i132psr9dcga9wk0c4d9zw581flwhw3mi186gl0k6cfqdi";
+       version = "0.5.2";
+       sha256 = "0iir1l8h2agc78486p1gfk9m77nhyd5rdlm1znjj5ab85f5r4iy9";
        libraryHaskellDepends = [
          base-noprelude Cabal fmt int-cast lens OddWord template-haskell
          time universum
@@ -202015,6 +202078,39 @@ self: {
        hydraPlatforms = lib.platforms.none;
      }) {};
 
+  "myers-diff" = callPackage
+    ({ mkDerivation, array, base, containers, criterion, deepseq
+     , exceptions, primitive, QuickCheck, quickcheck-instances, random
+     , sandwich, sandwich-quickcheck, string-interpolate, text
+     , text-rope, vector, weigh
+     }:
+     mkDerivation {
+       pname = "myers-diff";
+       version = "0.2.0.0";
+       sha256 = "1k71p2di2vpbfjsbycclj2xhlb1q5j37z4h18yxh2m0jj1r3dw07";
+       isLibrary = true;
+       isExecutable = true;
+       libraryHaskellDepends = [
+         base containers exceptions primitive text vector
+       ];
+       executableHaskellDepends = [
+         base containers deepseq exceptions primitive QuickCheck
+         quickcheck-instances string-interpolate text text-rope vector
+       ];
+       testHaskellDepends = [
+         base containers deepseq exceptions primitive QuickCheck
+         quickcheck-instances sandwich sandwich-quickcheck
+         string-interpolate text text-rope vector
+       ];
+       benchmarkHaskellDepends = [
+         array base containers criterion deepseq exceptions primitive
+         QuickCheck quickcheck-instances random string-interpolate text
+         text-rope vector weigh
+       ];
+       license = lib.licenses.bsd3;
+       mainProgram = "myers-diff";
+     }) {};
+
   "myo" = callPackage
     ({ mkDerivation, aeson, base, containers, lens-family
      , lens-family-th, scientific, string-conv, tasty, tasty-hunit, text
@@ -207994,10 +208090,8 @@ self: {
      }:
      mkDerivation {
        pname = "nothunks";
-       version = "0.1.3";
-       sha256 = "0lqfhnyxhmhajvsgmz5h428pb5zrdy9zvbc5inzhd83cv31yk4f1";
-       revision = "1";
-       editedCabalFile = "0z82wai5sq6a7988dms7j412q9224kxnlhd00fp3k4ff6f9r0gpi";
+       version = "0.1.4";
+       sha256 = "0x8km8pmdnjsafchndzxrypldxscj8h080i14hvkj2ypfkmh52l8";
        libraryHaskellDepends = [
          base bytestring containers ghc-heap stm text time vector
        ];
@@ -208005,7 +208099,7 @@ self: {
          base containers ghc-prim hedgehog random stm tasty tasty-hedgehog
        ];
        description = "Examine values for unexpected thunks";
-       license = lib.licenses.mit;
+       license = lib.licenses.asl20;
      }) {};
 
   "notifications-tray-icon" = callPackage
@@ -215871,20 +215965,17 @@ self: {
        mainProgram = "pandoc-plot";
      }) {};
 
-  "pandoc-plot_1_6_1" = callPackage
-    ({ mkDerivation, aeson, base, bytestring, containers, criterion
-     , data-default, directory, filepath, gitrev, hashable
-     , hspec-expectations, lifted-async, lifted-base, mtl
-     , optparse-applicative, pandoc, pandoc-types, shakespeare, tagsoup
-     , tasty, tasty-hspec, tasty-hunit, template-haskell, text
-     , typed-process, unix, yaml
+  "pandoc-plot_1_6_2" = callPackage
+    ({ mkDerivation, aeson, base, bytestring, containers, data-default
+     , directory, filepath, gitrev, hashable, hspec-expectations
+     , lifted-async, lifted-base, mtl, optparse-applicative, pandoc
+     , pandoc-types, shakespeare, tagsoup, tasty, tasty-hspec
+     , tasty-hunit, template-haskell, text, typed-process, unix, yaml
      }:
      mkDerivation {
        pname = "pandoc-plot";
-       version = "1.6.1";
-       sha256 = "02ryb5bcdwli8fliwm7kngka4010a21wzz9ak8lgszgqm9d58li3";
-       revision = "2";
-       editedCabalFile = "1rbx0f8y84d8lq2d0gp6jp8jf4clglm37mnj1b29yzr40gsnp75x";
+       version = "1.6.2";
+       sha256 = "12rl3smn1llqbbdkhjqn9qman8mngaaxmvhlf0v7saq36magnlya";
        isLibrary = true;
        isExecutable = true;
        libraryHaskellDepends = [
@@ -215900,9 +215991,6 @@ self: {
          base containers directory filepath hspec-expectations pandoc-types
          tasty tasty-hspec tasty-hunit text
        ];
-       benchmarkHaskellDepends = [
-         base criterion pandoc-types template-haskell text
-       ];
        description = "A Pandoc filter to include figures generated from code blocks using your plotting toolkit of choice";
        license = lib.licenses.gpl2Plus;
        hydraPlatforms = lib.platforms.none;
@@ -228623,11 +228711,12 @@ self: {
      }:
      mkDerivation {
        pname = "posit";
-       version = "3.2.0.5";
-       sha256 = "0xz8njcwjkazd6ap9a0aqgy0ilrpwnclwzy7715c2ngr17w426bw";
+       version = "2022.0.0.0";
+       sha256 = "09kviw9pv4b6mn0h3m7i104svfh87mv8ix0xrk5h6ddnaya2cw2n";
        libraryHaskellDepends = [ base data-dword deepseq scientific ];
        testHaskellDepends = [ base ];
        benchmarkHaskellDepends = [ base vector weigh ];
+       description = "Posit Numbers";
        license = lib.licenses.bsd3;
        hydraPlatforms = lib.platforms.none;
        broken = true;
@@ -231415,6 +231504,19 @@ self: {
        license = lib.licenses.bsd3;
      }) {};
 
+  "prettyprint-avh4" = callPackage
+    ({ mkDerivation, base, bytestring, hspec, hspec-discover }:
+     mkDerivation {
+       pname = "prettyprint-avh4";
+       version = "0.1.0.0";
+       sha256 = "01ghn39i0a8f1778hsvxx5r8c28raqpr997lan1k5pwyqgb6nlbr";
+       libraryHaskellDepends = [ base bytestring ];
+       testHaskellDepends = [ base bytestring hspec ];
+       testToolDepends = [ hspec-discover ];
+       description = "API for prettyprinting custom syntax trees (extracted from elm-format)";
+       license = lib.licenses.bsd3;
+     }) {};
+
   "prettyprinter" = callPackage
     ({ mkDerivation, ansi-wl-pprint, base, base-compat, bytestring
      , containers, deepseq, doctest, gauge, mtl, pgp-wordlist
@@ -239935,15 +240037,15 @@ self: {
        license = lib.licenses.bsd3;
      }) {};
 
-  "rank2classes_1_5" = callPackage
+  "rank2classes_1_5_1" = callPackage
     ({ mkDerivation, base, Cabal, cabal-doctest, data-functor-logistic
      , distributive, doctest, markdown-unlit, tasty, tasty-hunit
      , template-haskell, transformers
      }:
      mkDerivation {
        pname = "rank2classes";
-       version = "1.5";
-       sha256 = "1wwqbs4yvjina0sqz1pgn988lf4kv2racjrg5nxxd0nflfjyb5x7";
+       version = "1.5.1";
+       sha256 = "1wpzjfc37wdly0kg1vzk56x2cb7z2v14dwr2a9bmfh8z601q48dj";
        setupHaskellDepends = [ base Cabal cabal-doctest ];
        libraryHaskellDepends = [
          base data-functor-logistic distributive template-haskell
@@ -246908,6 +247010,25 @@ self: {
        license = lib.licenses.gpl2Plus;
      }) {};
 
+  "resolv_0_2_0_1" = callPackage
+    ({ mkDerivation, base, base16-bytestring, binary, bytestring
+     , containers, directory, filepath, tasty, tasty-hunit
+     }:
+     mkDerivation {
+       pname = "resolv";
+       version = "0.2.0.1";
+       sha256 = "1gkn4lnp1gx8r19l04hbf8fg7a8y4s9iph4bxqmq2n9zz0k3gaz6";
+       libraryHaskellDepends = [
+         base base16-bytestring binary bytestring containers
+       ];
+       testHaskellDepends = [
+         base bytestring directory filepath tasty tasty-hunit
+       ];
+       description = "Domain Name Service (DNS) lookup via the libresolv standard library routines";
+       license = lib.licenses.gpl2Plus;
+       hydraPlatforms = lib.platforms.none;
+     }) {};
+
   "resolve" = callPackage
     ({ mkDerivation, attoparsec, attoparsec-binary, base, bv
      , bytestring, hashable, hashmap, hslogger, iproute, network, parsec
@@ -268123,6 +268244,8 @@ self: {
        pname = "snap-server";
        version = "1.1.2.1";
        sha256 = "0znadz0av6k31s8d175904d2kajxayl38sva3dqh5ckdfkymfx54";
+       revision = "1";
+       editedCabalFile = "09ljp1m8lv2khp6m76sj96qa3gr5v19c5caz54jlvinj7k6bhhfm";
        configureFlags = [ "-fopenssl" ];
        isLibrary = true;
        isExecutable = true;
@@ -277813,6 +277936,8 @@ self: {
        pname = "strings";
        version = "1.1";
        sha256 = "1xz9v3w5s13yhk7iy9dw6i8s2jc6c0b1ci96dwmcq9a1n3l3ng4v";
+       revision = "1";
+       editedCabalFile = "0jk1g71yzc5wpkr3vvhnxak61nqvisc5n90ggv6lmz4wqpqzdd0v";
        libraryHaskellDepends = [ base bytestring text ];
        description = "Functions for working with strings, including Text, ByteString, etc";
        license = lib.licenses.mit;
@@ -280610,7 +280735,7 @@ self: {
        broken = true;
      }) {};
 
-  "sydtest_0_13_0_3" = callPackage
+  "sydtest_0_13_0_4" = callPackage
     ({ mkDerivation, async, autodocodec, autodocodec-yaml, base
      , bytestring, containers, dlist, envparse, filepath, MonadRandom
      , mtl, optparse-applicative, path, path-io, pretty-show, QuickCheck
@@ -280619,8 +280744,8 @@ self: {
      }:
      mkDerivation {
        pname = "sydtest";
-       version = "0.13.0.3";
-       sha256 = "0djb2qh5xcr02mc0pyw2ndb108a2jbhdxgjq3vcdzmsnv92ajz6i";
+       version = "0.13.0.4";
+       sha256 = "0v799zkqm6w0kvbi6hs6cdygcbsachq6m21hiv6kdyca2kyrkgvp";
        libraryHaskellDepends = [
          async autodocodec autodocodec-yaml base bytestring containers dlist
          envparse filepath MonadRandom mtl optparse-applicative path path-io
@@ -284165,8 +284290,8 @@ self: {
      }:
      mkDerivation {
        pname = "tasty-checklist";
-       version = "1.0.5.0";
-       sha256 = "0661qpzdb9bdjd7k0j6lhfgnmkdcf3xjv66q6lfcvsdw2nvvp48n";
+       version = "1.0.5.1";
+       sha256 = "0gllg2n5x8r8s3mkb5ymh4mhwhi96x93pdfngz3zccjzxbp5rmsx";
        libraryHaskellDepends = [
          base exceptions parameterized-utils text
        ];
@@ -287851,15 +287976,15 @@ self: {
        license = lib.licenses.gpl2Only;
      }) {};
 
-  "texmath_0_12_7" = callPackage
+  "texmath_0_12_7_1" = callPackage
     ({ mkDerivation, base, bytestring, containers, directory, filepath
      , mtl, pandoc-types, parsec, pretty-show, split, syb, tagged, tasty
      , tasty-golden, text, xml
      }:
      mkDerivation {
        pname = "texmath";
-       version = "0.12.7";
-       sha256 = "1ifx70x0w0kiadzhxnyffyazf391yqfrh8b9fzzg5zwl4sy70ghv";
+       version = "0.12.7.1";
+       sha256 = "0hpkc3vhwbn0ir7ri5a58pkjjybzcb6j4gm38bz3n2lj837ib9vx";
        isLibrary = true;
        isExecutable = true;
        libraryHaskellDepends = [
@@ -295915,8 +296040,8 @@ self: {
        pname = "trie-simple";
        version = "0.4.1.1";
        sha256 = "0h3wfq4fjakkwvrv35l25709xv528h1c08cr754gvk4l8vqnk6k7";
-       revision = "5";
-       editedCabalFile = "00i76rqyg0lzpikdlkjhha2mk010rsf6662z758n12m6wfg1002g";
+       revision = "6";
+       editedCabalFile = "0kzvdlp671x2bvab3scmv2pm805gdb33dw18cspdzgslrwr99ql4";
        libraryHaskellDepends = [ base containers deepseq mtl ];
        testHaskellDepends = [ base containers hspec QuickCheck vector ];
        benchmarkHaskellDepends = [
@@ -302337,13 +302462,13 @@ self: {
        license = lib.licenses.bsd3;
      }) {};
 
-  "unliftio-pool_0_4_1_0" = callPackage
+  "unliftio-pool_0_4_2_0" = callPackage
     ({ mkDerivation, base, resource-pool, transformers, unliftio-core
      }:
      mkDerivation {
        pname = "unliftio-pool";
-       version = "0.4.1.0";
-       sha256 = "0dccaiqyn6155fb4qqr3bd04n4z2s4x6kiwkdlgb6kwzry3kvqm4";
+       version = "0.4.2.0";
+       sha256 = "1j0751kb61hzxj3i4prbhhd2b94nmcckp92sandxvql3cbbkg4vr";
        libraryHaskellDepends = [
          base resource-pool transformers unliftio-core
        ];
@@ -312919,8 +313044,8 @@ self: {
        pname = "windns";
        version = "0.1.0.1";
        sha256 = "016d1cf51jqvhbzlf5kbizv4l4dymradac1420rl47q2k5faczq8";
-       revision = "5";
-       editedCabalFile = "0lc90z7z74hqhjxflnyz0znf1iwvybcqvkglry30k9nxg35qpj71";
+       revision = "6";
+       editedCabalFile = "1hhp85x1k2fxya4j3anqpkz4xnxzdi04l5ld2jqyqb9d5abasy7f";
        libraryHaskellDepends = [ base bytestring deepseq ];
        librarySystemDepends = [ dnsapi ];
        description = "Domain Name Service (DNS) lookup via the <windns.h>/dnsapi.dll standard library";