-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Upgrade to GHC 9.6.6 via Stack LTS-22.34
- Loading branch information
Showing
3 changed files
with
24 additions
and
24 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,7 +4,7 @@ | |
|
||
# NOTE: do not forget to update homebrew/Formula/acton.rb with the version of | ||
# GHC that corresponds to the stack LTS release, like lts-18.28 -> [email protected] | ||
resolver: lts-21.25 | ||
snapshot: lts-22.34 | ||
|
||
# User packages to be built. | ||
# Various formats can be used as shown in the example below. | ||
|
@@ -29,7 +29,7 @@ packages: | |
# Dependency packages to be pulled from upstream that are not in the resolver | ||
# (e.g., acme-missiles-0.3) | ||
# extra-deps: [] | ||
extra-deps: [Cabal-3.10.1.0,Cabal-syntax-3.10.1.0,dir-traverse-0.2.3.0,directory-1.3.8.1,filepath-1.4.100.4,process-1.6.18.0,unix-2.8.2.1] | ||
extra-deps: [Cabal-3.10.3.0,Cabal-syntax-3.10.3.0,dir-traverse-0.2.3.0,directory-1.3.8.5,filepath-1.4.300.1,process-1.6.19.0,unix-2.8.2.1] | ||
# Override default flag values for local packages and extra-deps | ||
# flags: {} | ||
|
||
|
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