Skip to content

Commit

Permalink
version: 0.5.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
thomasjm committed Dec 7, 2024
1 parent b6b5093 commit 70f8771
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 6 deletions.
9 changes: 9 additions & 0 deletions flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -147,6 +147,15 @@
paths = if pkgs.stdenv.isDarwin then dynamicVersions else staticVersions;
};

grandCombinedGithubArtifacts = pkgs.symlinkJoin {
name = "haskell-notebook-language-server-grand-combined-artifacts";
paths = [
self.packages.x86_64-linux.githubArtifacts
self.packages.x86_64-darwin.githubArtifacts
self.packages.aarch64-darwin.githubArtifacts
];
};

gcroots = pkgs.writeText "haskell-notebook-language-server-gc-roots" ''
${githubArtifacts}
${pkgs.symlinkJoin {
Expand Down
2 changes: 1 addition & 1 deletion haskell-notebook-language-server.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ cabal-version: 1.12
-- see: https://github.com/sol/hpack

name: haskell-notebook-language-server
version: 0.5.1.0
version: 0.5.2.0
license: BSD3
license-file: LICENSE
build-type: Simple
Expand Down
2 changes: 1 addition & 1 deletion package.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: haskell-notebook-language-server
version: 0.5.1.0
version: 0.5.2.0

extra-source-files:
- README.md
Expand Down
8 changes: 4 additions & 4 deletions stack/stack-9.6.6.yaml.lock
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ packages:
hackage: lsp-types-2.3.0.0
snapshots:
- completed:
sha256: 08bd13ce621b41a8f5e51456b38d5b46d7783ce114a50ab604d6bbab0d002146
size: 720271
url: https://raw.githubusercontent.com/commercialhaskell/stackage-snapshots/master/lts/22/43.yaml
original: lts-22.43
sha256: 1e32b51d9082fdf6f3bd92accc9dfffd4ddaf406404427fb10bf76d2bc03cbbb
size: 720263
url: https://raw.githubusercontent.com/commercialhaskell/stackage-snapshots/master/lts/22/41.yaml
original: lts-22.41

0 comments on commit 70f8771

Please sign in to comment.