about summary refs log tree commit diff
path: root/pkgs/development/haskell-modules
diff options
context:
space:
mode:
authorRodney Lorrimar <dev@rodney.id.au>2024-02-28 13:57:17 +0800
committerRodney Lorrimar <dev@rodney.id.au>2024-02-28 14:23:07 +0800
commitef24420fdd80a65e3b5dc964b1601f74f29e2c0c (patch)
treeb3d67a562b4bde03d0c58bc2e01323279e850971 /pkgs/development/haskell-modules
parent9a38f36b7e478e6009a885d1407e28feb56fa501 (diff)
downloadnixlib-ef24420fdd80a65e3b5dc964b1601f74f29e2c0c.tar
nixlib-ef24420fdd80a65e3b5dc964b1601f74f29e2c0c.tar.gz
nixlib-ef24420fdd80a65e3b5dc964b1601f74f29e2c0c.tar.bz2
nixlib-ef24420fdd80a65e3b5dc964b1601f74f29e2c0c.tar.lz
nixlib-ef24420fdd80a65e3b5dc964b1601f74f29e2c0c.tar.xz
nixlib-ef24420fdd80a65e3b5dc964b1601f74f29e2c0c.tar.zst
nixlib-ef24420fdd80a65e3b5dc964b1601f74f29e2c0c.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.nix66
1 files changed, 38 insertions, 28 deletions
diff --git a/pkgs/development/haskell-modules/hackage-packages.nix b/pkgs/development/haskell-modules/hackage-packages.nix
index bde8839508bc..df0f025c4895 100644
--- a/pkgs/development/haskell-modules/hackage-packages.nix
+++ b/pkgs/development/haskell-modules/hackage-packages.nix
@@ -192783,31 +192783,28 @@ self: {
        broken = true;
      }) {};
 
-  "lsp_1_4_0_0" = callPackage
+  "lsp_2_1_0_0" = callPackage
     ({ mkDerivation, aeson, async, attoparsec, base, bytestring
-     , containers, data-default, exceptions, filepath, hashable
-     , hslogger, hspec, hspec-discover, lens, lsp-types, mtl
-     , network-uri, QuickCheck, quickcheck-instances, random
-     , rope-utf16-splay, scientific, sorted-list, stm, text, time
-     , transformers, unliftio-core, unordered-containers, uuid
+     , co-log-core, containers, data-default, directory, exceptions
+     , filepath, hashable, hspec, hspec-discover, lens, lsp-types, mtl
+     , prettyprinter, random, row-types, sorted-list, stm, temporary
+     , text, text-rope, transformers, unliftio-core
+     , unordered-containers, uuid
      }:
      mkDerivation {
        pname = "lsp";
-       version = "1.4.0.0";
-       sha256 = "18hnb4k3zwjxp3r5jrgrbakvqr2d16azp6jwmfv5lq5n8xn6mwgv";
-       revision = "1";
-       editedCabalFile = "01a4c4qr2zf0izawrkhbw831hawnl576ckw1an07lxvxdif68py4";
+       version = "2.1.0.0";
+       sha256 = "03gk98fgf32blywdds0fc5351bmcbbfrnqwlg33l2ih75nwa59y8";
        isLibrary = true;
        isExecutable = true;
        libraryHaskellDepends = [
-         aeson async attoparsec base bytestring containers data-default
-         exceptions hashable hslogger lens lsp-types mtl network-uri random
-         scientific sorted-list stm text time transformers unliftio-core
-         unordered-containers uuid
+         aeson async attoparsec base bytestring co-log-core containers
+         data-default directory exceptions filepath hashable lens lsp-types
+         mtl prettyprinter random row-types sorted-list stm temporary text
+         text-rope transformers unliftio-core unordered-containers uuid
        ];
        testHaskellDepends = [
-         aeson base containers filepath hspec lens network-uri QuickCheck
-         quickcheck-instances rope-utf16-splay sorted-list text
+         base containers hspec row-types sorted-list text text-rope
          unordered-containers
        ];
        testToolDepends = [ hspec-discover ];
@@ -192964,28 +192961,41 @@ self: {
        hydraPlatforms = lib.platforms.none;
      }) {};
 
-  "lsp-types_1_4_0_1" = callPackage
-    ({ mkDerivation, aeson, base, binary, bytestring, containers
-     , data-default, deepseq, Diff, directory, dlist, filepath, hashable
-     , hslogger, lens, mod, mtl, network-uri, rope-utf16-splay
-     , scientific, some, template-haskell, temporary, text
+  "lsp-types_2_0_2_0" = callPackage
+    ({ mkDerivation, aeson, base, binary, containers, data-default
+     , deepseq, Diff, directory, dlist, exceptions, file-embed, filepath
+     , hashable, hspec, hspec-discover, indexed-traversable
+     , indexed-traversable-instances, lens, lens-aeson, mod, mtl
+     , network-uri, prettyprinter, QuickCheck, quickcheck-instances
+     , regex, row-types, safe, some, template-haskell, text
      , unordered-containers
      }:
      mkDerivation {
        pname = "lsp-types";
-       version = "1.4.0.1";
-       sha256 = "0dxf5nnaxs2564hgjldkclhm5gvszjxxvz6gk00jmx0gf8k6dm8z";
-       revision = "2";
-       editedCabalFile = "02vaq4x40l9v67zv3bimxvxa06nwawkcnrjjn6k3k721j15v2li5";
+       version = "2.0.2.0";
+       sha256 = "0s895x3b8fpcj2b0ia3d4dmwk4vhg6h2anmzffkpr3drsq5bi1j6";
+       isLibrary = true;
+       isExecutable = true;
        libraryHaskellDepends = [
-         aeson base binary bytestring containers data-default deepseq Diff
-         directory dlist filepath hashable hslogger lens mod mtl network-uri
-         rope-utf16-splay scientific some template-haskell temporary text
+         aeson base binary containers data-default deepseq Diff dlist
+         exceptions file-embed filepath hashable indexed-traversable
+         indexed-traversable-instances lens lens-aeson mod mtl network-uri
+         prettyprinter row-types safe some template-haskell text
          unordered-containers
        ];
+       executableHaskellDepends = [
+         base containers directory filepath mtl prettyprinter regex text
+       ];
+       testHaskellDepends = [
+         aeson base filepath hspec lens network-uri QuickCheck
+         quickcheck-instances row-types text
+       ];
+       testToolDepends = [ hspec-discover ];
+       doHaddock = false;
        description = "Haskell library for the Microsoft Language Server Protocol, data types";
        license = lib.licenses.mit;
        hydraPlatforms = lib.platforms.none;
+       mainProgram = "generator";
      }) {};
 
   "lsp-types" = callPackage