Skip to content

Commit a6a9851

Browse files
committed
Update compiler to GHC 9.10.3
Support the latest version of HLS and match Agda
1 parent 58be9bd commit a6a9851

10 files changed

+14
-13
lines changed

.github/workflows/test.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,8 +34,8 @@ jobs:
3434

3535
- name: 🎛️ Determine which version of Agda to target
3636
run: |
37-
STACK_YAML=$(echo stack-9.10.2-${{ matrix.agda }}.yaml)
38-
STACK_YAML_ARG="--stack-yaml $(echo stack-9.10.2-${{ matrix.agda }}.yaml)"
37+
STACK_YAML=$(echo stack-9.10.3-${{ matrix.agda }}.yaml)
38+
STACK_YAML_ARG="--stack-yaml $(echo stack-9.10.3-${{ matrix.agda }}.yaml)"
3939
4040
# Determine artifact naming based on branch/tag
4141
if [[ "${{ github.ref }}" == "refs/heads/dev" ]]; then

agda-language-server.cabal

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
cabal-version: 1.12
22

3-
-- This file has been generated from package.yaml by hpack version 0.37.0.
3+
-- This file has been generated from package.yaml by hpack version 0.38.1.
44
--
55
-- see: https://github.com/sol/hpack
66

@@ -22,9 +22,9 @@ extra-source-files:
2222
CHANGELOG.md
2323
package.yaml
2424
stack.yaml
25-
stack-9.10.2-Agda-2.6.4.3.yaml
26-
stack-9.10.2-Agda-2.7.0.1.yaml
27-
stack-9.10.2-Agda-2.8.0.yaml
25+
stack-9.10.3-Agda-2.6.4.3.yaml
26+
stack-9.10.3-Agda-2.7.0.1.yaml
27+
stack-9.10.3-Agda-2.8.0.yaml
2828

2929
source-repository head
3030
type: git
@@ -186,6 +186,7 @@ test-suite als-test
186186
type: exitcode-stdio-1.0
187187
main-is: Test.hs
188188
other-modules:
189+
Test.AgdaLibResolution
189190
Test.Indexer
190191
Test.Indexer.Invariants
191192
Test.Indexer.Invariants.NoDuplicateDecl

package.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,9 @@ extra-source-files:
1111
- CHANGELOG.md
1212
- package.yaml
1313
- stack.yaml
14-
- stack-9.10.2-Agda-2.6.4.3.yaml
15-
- stack-9.10.2-Agda-2.7.0.1.yaml
16-
- stack-9.10.2-Agda-2.8.0.yaml
14+
- stack-9.10.3-Agda-2.6.4.3.yaml
15+
- stack-9.10.3-Agda-2.7.0.1.yaml
16+
- stack-9.10.3-Agda-2.8.0.yaml
1717

1818
# Metadata used when publishing your package
1919
synopsis: An implementation of language server protocal (LSP) for Agda 2.

stack-9.10.2-Agda-2.6.4.3.yaml renamed to stack-9.10.3-Agda-2.6.4.3.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
resolver: lts-24.1
2-
compiler: ghc-9.10.2
2+
compiler: ghc-9.10.3
33
# Allow a newer minor version of GHC than the snapshot specifies
44
compiler-check: newer-minor
55

File renamed without changes.

stack-9.10.2-Agda-2.7.0.1.yaml renamed to stack-9.10.3-Agda-2.7.0.1.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
resolver: lts-24.1
2-
compiler: ghc-9.10.2
2+
compiler: ghc-9.10.3
33
# Allow a newer minor version of GHC than the snapshot specifies
44
compiler-check: newer-minor
55

File renamed without changes.

stack-9.10.2-Agda-2.8.0.yaml renamed to stack-9.10.3-Agda-2.8.0.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
resolver: lts-24.1
2-
compiler: ghc-9.10.2
2+
compiler: ghc-9.10.3
33
# Allow a newer minor version of GHC than the snapshot specifies
44
compiler-check: newer-minor
55

File renamed without changes.

stack.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
resolver: lts-24.1
2-
compiler: ghc-9.10.2
2+
compiler: ghc-9.10.3
33
# Allow a newer minor version of GHC than the snapshot specifies
44
compiler-check: newer-minor
55

0 commit comments

Comments
 (0)