-
Notifications
You must be signed in to change notification settings - Fork 17
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Build with lsp-1.4 (stackage lts-19.33)
Preserve building with lsp-1.3 (stackate lts-18.28) in stack-8.10.yaml.
- Loading branch information
1 parent
d6ab81d
commit c5c8b12
Showing
6 changed files
with
52 additions
and
51 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
resolver: lts-18.28 | ||
compiler: ghc-8.10.7 | ||
# Allow a newer minor version of GHC than the snapshot specifies | ||
compiler-check: newer-minor | ||
|
||
packages: | ||
- . | ||
|
||
# Use some newer versions than in the lts-18.28 snapshot | ||
extra-deps: | ||
- Agda-2.6.2.2 | ||
- text-icu-0.8.0.1 | ||
- lsp-1.2.0.1 | ||
- lsp-types-1.3.0.1 | ||
|
||
flags: | ||
Agda: | ||
# optimise-heavily: true | ||
enable-cluster-counting: true |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters