File tree 3 files changed +9
-2
lines changed
3 files changed +9
-2
lines changed Original file line number Diff line number Diff line change 37
37
key : ${{ runner.os }}-stack-work-${{ hashFiles('**.yaml') }}
38
38
restore-keys : |
39
39
${{ runner.os }}-stack-work
40
+
40
41
- name : 💾 Cache agda-language-server/.stack-work
41
42
uses : actions/cache@v2
42
43
with :
45
46
restore-keys : |
46
47
${{ runner.os }}-agda-language-server-stack-work
47
48
49
+ - name : 💾 Cache agda-language-server/lib
50
+ uses : actions/cache@v2
51
+ with :
52
+ path : agda-language-server/lib
53
+ key : ${{ runner.os }}-agda-language-server-dylibs-${{ hashFiles('agda-language-server/package.yaml') }}
54
+
48
55
# actions:
49
56
50
57
- name : ⏬ Install stack
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 : agda-language-server
8
- version : 0.2.0
8
+ version : 0.2.1
9
9
synopsis : An implementation of language server protocal (LSP) for Agda 2.
10
10
description : Please see the README on GitHub at <https://github.com/banacorn/agda-language-server#readme>
11
11
category : Development
Original file line number Diff line number Diff line change 1
1
name : agda-language-server
2
- version : 0.2.0
2
+ version : 0.2.1
3
3
github : " banacorn/agda-language-server"
4
4
license : MIT
5
5
author : " Ting-Gian LUA"
You can’t perform that action at this time.
0 commit comments