Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump to Stackage LTS 20.26 #242

Merged
merged 4 commits into from
May 2, 2024
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
19 changes: 7 additions & 12 deletions stack.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
resolver: lts-20.0
resolver: lts-20.26
packages:
- frontend/
- interpreter/
Expand All @@ -9,17 +9,11 @@ packages:
- benchmark/

# Dependency packages to be pulled from upstream that are not in the resolver
# (e.g., acme-missiles-0.3)
extra-deps:
- ConfigFile-1.1.4
- text-replace-0.1.0.2
- syz-0.2.0.0@sha256:7307acb8f6ae7720e7e235c974281ecee912703c1394ebcac19caf83d70bb492,2345
- clock-0.8.3
# Dependencies for language server
- lsp-1.6.0.0
- co-log-core-0.3.1.0
- text-replace-0.1.0.3
- syz-0.2.0.0
- git: https://github.com/jackohughes/haskell-src-exts
commit: 5c2647fa0746bdac046897f5a6b7e4f5ef3afa79
commit: 5c2647fa0746bdac046897f5a6b7e4f5ef3afa79

# Override default flag values for local packages and extra-deps
flags: {}
Expand All @@ -40,8 +34,9 @@ extra-package-dbs: []
#
# Extra directories used by stack for building

extra-include-dirs:
- /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/ffi
## Superfluous?
# extra-include-dirs:
# - /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/ffi
buggymcbugfix marked this conversation as resolved.
Show resolved Hide resolved

# extra-lib-dirs: [/path/to/dir]

Expand Down