Skip to content

Commit

Permalink
typo fix + lts-20.23
Browse files Browse the repository at this point in the history
  • Loading branch information
ozgurakgun committed Jun 1, 2023
1 parent 2f76bf6 commit 008667d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ install:
@echo "Using GHC version ${GHC_VERSION} (major version)"
@echo "Set the environment variable GHC_VERSION to change this location."
@echo "For example: \"GHC_VERSION=9.2 make install\""
@echo "Supported version: 9.0 , 9.2"
@echo "Supported versions: 9.0, 9.2"
@echo ""
@echo "Installing executables to ${BIN_DIR}"
@echo "Add this directory to your PATH."
Expand Down
2 changes: 1 addition & 1 deletion etc/hs-deps/stack-9.2.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
resolver: lts-20.21
resolver: lts-20.23
packages:
- '.'
system-ghc: true
Expand Down

0 comments on commit 008667d

Please sign in to comment.