File tree 3 files changed +8
-6
lines changed
3 files changed +8
-6
lines changed Original file line number Diff line number Diff line change 73
73
id : install
74
74
run : |
75
75
stack install
76
+ stack path
76
77
cp ~/.local/bin/als .
77
78
78
79
# - name: 📦 Some linker shit
Original file line number Diff line number Diff line change 1
1
cabal-version : 1.12
2
2
3
- -- This file has been generated from package.yaml by hpack version 0.33.0 .
3
+ -- This file has been generated from package.yaml by hpack version 0.34.4 .
4
4
--
5
5
-- see: https://github.com/sol/hpack
6
- --
7
- -- hash: 7a8436d062f0282114deea0760e6916246b921eb5e16e606b2d3e99adb2582d7
8
6
9
7
name : agda-language-server
10
- version : 0.1.0.2
8
+ version : 0.1.0.3
11
9
synopsis : An implementation of language server protocal (LSP) for Agda 2.
12
10
description : Please see the README on GitHub at <https://github.com/banacorn/agda-language-server#readme>
13
11
category : Development
@@ -59,7 +57,10 @@ library
59
57
Paths_agda_language_server
60
58
hs-source-dirs :
61
59
src
62
- default-extensions : PatternSynonyms LambdaCase OverloadedStrings
60
+ default-extensions :
61
+ PatternSynonyms
62
+ LambdaCase
63
+ OverloadedStrings
63
64
ghc-options : -Wincomplete-patterns -Wunused-do-bind -Wunused-foralls -Wwarnings-deprecations -Wwrong-do-bind -Wmissing-fields -Wmissing-methods -Wmissing-pattern-synonym-signatures -Wmissing-signatures
64
65
build-depends :
65
66
Agda == 2.6.2
Original file line number Diff line number Diff line change 1
1
name : agda-language-server
2
- version : 0.1.0.2
2
+ version : 0.1.0.3
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