1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-04-29 23:24:55 +02:00
tldr/pages.ko/common/ghcup.md

34 lines
553 B
Markdown
Raw Normal View History

2024-10-21 13:58:15 +09:00
# ghcup
> Haskell 툴체인을 설치 도우미.
> Haskell 툴체인을 설치, 관리, 업데이트.
> 더 많은 정보: <https://gitlab.haskell.org/haskell/ghcup-hs>.
- 대화형 TUI을 시작:
`ghcup tui`
- 사용 가능한 GHC/cabal 버전 목록 나열:
`ghcup list`
- 권장 GHC 버전 설치:
`ghcup install ghc`
- 특정 GHC 버전 설치:
`ghcup install ghc {{버전}}`
- 현재 "활성" GHC 버전을 설정:
`ghcup set ghc {{버전}}`
- cabal을 설치:
`ghcup install cabal`
- `ghcup` 자체를 업데이트:
`ghcup upgrade`