Skip to content

Commit 28e7f8e

Browse files
committed
[ test ] Path of lib.prim
1 parent eb18d20 commit 28e7f8e

File tree

3 files changed

+8
-6
lines changed

3 files changed

+8
-6
lines changed

.github/workflows/test-mac.yaml

+1
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,7 @@ jobs:
7373
id: install
7474
run: |
7575
stack install
76+
stack path
7677
cp ~/.local/bin/als .
7778
7879
# - name: 📦 Some linker shit

agda-language-server.cabal

+6-5
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,11 @@
11
cabal-version: 1.12
22

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.
44
--
55
-- see: https://github.com/sol/hpack
6-
--
7-
-- hash: 7a8436d062f0282114deea0760e6916246b921eb5e16e606b2d3e99adb2582d7
86

97
name: agda-language-server
10-
version: 0.1.0.2
8+
version: 0.1.0.3
119
synopsis: An implementation of language server protocal (LSP) for Agda 2.
1210
description: Please see the README on GitHub at <https://github.com/banacorn/agda-language-server#readme>
1311
category: Development
@@ -59,7 +57,10 @@ library
5957
Paths_agda_language_server
6058
hs-source-dirs:
6159
src
62-
default-extensions: PatternSynonyms LambdaCase OverloadedStrings
60+
default-extensions:
61+
PatternSynonyms
62+
LambdaCase
63+
OverloadedStrings
6364
ghc-options: -Wincomplete-patterns -Wunused-do-bind -Wunused-foralls -Wwarnings-deprecations -Wwrong-do-bind -Wmissing-fields -Wmissing-methods -Wmissing-pattern-synonym-signatures -Wmissing-signatures
6465
build-depends:
6566
Agda ==2.6.2

package.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: agda-language-server
2-
version: 0.1.0.2
2+
version: 0.1.0.3
33
github: "banacorn/agda-language-server"
44
license: MIT
55
author: "Ting-Gian LUA"

0 commit comments

Comments
 (0)