Skip to content

Commit 70f8771

Browse files
committed
version: 0.5.2.0
1 parent b6b5093 commit 70f8771

File tree

4 files changed

+15
-6
lines changed

4 files changed

+15
-6
lines changed

flake.nix

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -147,6 +147,15 @@
147147
paths = if pkgs.stdenv.isDarwin then dynamicVersions else staticVersions;
148148
};
149149

150+
grandCombinedGithubArtifacts = pkgs.symlinkJoin {
151+
name = "haskell-notebook-language-server-grand-combined-artifacts";
152+
paths = [
153+
self.packages.x86_64-linux.githubArtifacts
154+
self.packages.x86_64-darwin.githubArtifacts
155+
self.packages.aarch64-darwin.githubArtifacts
156+
];
157+
};
158+
150159
gcroots = pkgs.writeText "haskell-notebook-language-server-gc-roots" ''
151160
${githubArtifacts}
152161
${pkgs.symlinkJoin {

haskell-notebook-language-server.cabal

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ cabal-version: 1.12
55
-- see: https://github.com/sol/hpack
66

77
name: haskell-notebook-language-server
8-
version: 0.5.1.0
8+
version: 0.5.2.0
99
license: BSD3
1010
license-file: LICENSE
1111
build-type: Simple

package.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: haskell-notebook-language-server
2-
version: 0.5.1.0
2+
version: 0.5.2.0
33

44
extra-source-files:
55
- README.md

stack/stack-9.6.6.yaml.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ packages:
3939
hackage: lsp-types-2.3.0.0
4040
snapshots:
4141
- completed:
42-
sha256: 08bd13ce621b41a8f5e51456b38d5b46d7783ce114a50ab604d6bbab0d002146
43-
size: 720271
44-
url: https://raw.githubusercontent.com/commercialhaskell/stackage-snapshots/master/lts/22/43.yaml
45-
original: lts-22.43
42+
sha256: 1e32b51d9082fdf6f3bd92accc9dfffd4ddaf406404427fb10bf76d2bc03cbbb
43+
size: 720263
44+
url: https://raw.githubusercontent.com/commercialhaskell/stackage-snapshots/master/lts/22/41.yaml
45+
original: lts-22.41

0 commit comments

Comments
 (0)