Commit 731e8265 authored by Jun Matsushita's avatar Jun Matsushita
Browse files

release.nix: add haskell.packages.ghc910.haskell-language-server to release

parent df07f243
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -288,6 +288,7 @@ let
        "ghc94"
        "ghc96"
        "ghc98"
        "ghc910"
      ] (compilerName: {
        inherit (packagePlatforms pkgs.haskell.packages.${compilerName})
          haskell-language-server;