Skip to content

Commit

Permalink
Update to stack LTS 20.4
Browse files Browse the repository at this point in the history
  • Loading branch information
plajjan committed Dec 28, 2022
1 parent 2290c15 commit 8676ee2
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions compiler/stack.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@
# A snapshot resolver dictates the compiler version and the set of packages
# to be used for project dependencies.

# NOTE: do not forget to update homebrew-acton/Formula/acton.rb with the
# version of GHC that corresponds to the stack LTS release
resolver: lts-18.12
# 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-20.4

# User packages to be built.
# Various formats can be used as shown in the example below.
Expand Down
2 changes: 1 addition & 1 deletion homebrew/Formula/acton.rb
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ class Acton < Formula
depends_on "autoconf" => :build
depends_on "automake" => :build
depends_on "gettext" => :build
depends_on "ghc@8.10" => :build
depends_on "ghc@9.2" => :build
depends_on "haskell-stack" => :build
depends_on "libtool" => :build
depends_on "pkg-config" => :build
Expand Down

0 comments on commit 8676ee2

Please sign in to comment.