File tree 4 files changed +15
-6
lines changed 4 files changed +15
-6
lines changed Original file line number Diff line number Diff line change 147
147
paths = if pkgs . stdenv . isDarwin then dynamicVersions else staticVersions ;
148
148
} ;
149
149
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
+
150
159
gcroots = pkgs . writeText "haskell-notebook-language-server-gc-roots" ''
151
160
${ githubArtifacts }
152
161
${ pkgs . symlinkJoin {
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ cabal-version: 1.12
5
5
-- see: https://github.com/sol/hpack
6
6
7
7
name : haskell-notebook-language-server
8
- version : 0.5.1 .0
8
+ version : 0.5.2 .0
9
9
license : BSD3
10
10
license-file : LICENSE
11
11
build-type : Simple
Original file line number Diff line number Diff line change 1
1
name : haskell-notebook-language-server
2
- version : 0.5.1 .0
2
+ version : 0.5.2 .0
3
3
4
4
extra-source-files :
5
5
- README.md
Original file line number Diff line number Diff line change @@ -39,7 +39,7 @@ packages:
39
39
hackage: lsp-types-2.3.0.0
40
40
snapshots:
41
41
- 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
You can’t perform that action at this time.
0 commit comments