Unverified Commit 20345452 authored by Gaétan Lepage's avatar Gaétan Lepage Committed by GitHub
Browse files

Merge pull request #330263 from mrcjkb/haskell-tools

luaPackages.haskell-tools.nvim: 3.1.10 -> 4.0.0
parents de37b7a1 e42fd4b9
Loading
Loading
Loading
Loading
+0 −12
Original line number Diff line number Diff line
@@ -4618,18 +4618,6 @@ final: prev:
    meta.homepage = "https://github.com/mrcjkb/haskell-snippets.nvim/";
  };
  haskell-tools-nvim = buildNeovimPlugin {
    pname = "haskell-tools.nvim";
    version = "2024-07-14";
    src = fetchFromGitHub {
      owner = "MrcJkb";
      repo = "haskell-tools.nvim";
      rev = "b003e20e99aa79bfec7c632e5ab817e1c10c8036";
      sha256 = "18gjqnf66nxq76bcb0icihyplmzs0nwav6qpxmszqm05cm1m8l30";
    };
    meta.homepage = "https://github.com/MrcJkb/haskell-tools.nvim/";
  };
  haskell-vim = buildVimPlugin {
    pname = "haskell-vim";
    version = "2021-01-19";
+2 −0
Original line number Diff line number Diff line
@@ -844,6 +844,8 @@
    dependencies = with self; [ nvim-treesitter ];
  };

  haskell-tools-nvim = neovimUtils.buildNeovimPlugin { luaAttr = "haskell-tools-nvim"; };

  hex-nvim = super.hex-nvim.overrideAttrs {
    postPatch = ''
      substituteInPlace lua/hex.lua --replace xxd ${xxd}/bin/xxd
+0 −1
Original line number Diff line number Diff line
@@ -386,7 +386,6 @@ https://github.com/ThePrimeagen/harpoon/,master,
https://github.com/ThePrimeagen/harpoon/,harpoon2,harpoon2
https://github.com/kiyoon/haskell-scope-highlighting.nvim/,HEAD,
https://github.com/mrcjkb/haskell-snippets.nvim/,HEAD,
https://github.com/MrcJkb/haskell-tools.nvim/,HEAD,
https://github.com/neovimhaskell/haskell-vim/,,
https://github.com/wenzel-hoffman/haskell-with-unicode.vim/,HEAD,
https://github.com/travitch/hasksyn/,,
+5 −5
Original line number Diff line number Diff line
@@ -620,14 +620,14 @@ buildLuarocksPackage {
haskell-tools-nvim = callPackage({ buildLuarocksPackage, fetchurl, fetchzip, luaOlder }:
buildLuarocksPackage {
  pname = "haskell-tools.nvim";
  version = "3.1.10-1";
  version = "4.0.0-1";
  knownRockspec = (fetchurl {
    url    = "mirror://luarocks/haskell-tools.nvim-3.1.10-1.rockspec";
    sha256 = "0s7haq3l29b26x9yj88j4xh70gm9bnnqn4q7qnkrwand3bj9m48q";
    url    = "mirror://luarocks/haskell-tools.nvim-4.0.0-1.rockspec";
    sha256 = "1iz7bgy7a0zclsg31rmf6hcrjxnikhqwzh5blirif3m9bdi9mv6v";
  }).outPath;
  src = fetchzip {
    url    = "https://github.com/mrcjkb/haskell-tools.nvim/archive/3.1.10.zip";
    sha256 = "1cxfv2f4vvkqmx1k936k476mxsy1yn85blg0qyfsjfagca25ymmv";
    url    = "https://github.com/mrcjkb/haskell-tools.nvim/archive/4.0.0.zip";
    sha256 = "0k6kw42n4c2hc7mqjv8ahwcwqia7wdgmszy1np96sc9dd0bkiqx9";
  };

  disabled = luaOlder "5.1";