-
Haskell-Stack & homebrew haskell-stack코딩Coding/Haskell하스켈_해스켈_연습 2022. 7. 24. 18:11728x90
https://royleej9.tistory.com/entry/Haskell-Stack
[Haskell] Stack
The Haskell Tool Stack stack 개발 환경 - 한글 Setup linux curl -sSL https://get.haskellstack.org/ | sh 또는 wget -qO- https://get.haskellstack.org/ | sh 환경 변수 등록 echo 'export PATH=..
royleej9.tistory.com
brew install haskell-stack
https://docs.haskellstack.org/en/stable/install_and_upgrade/
Install/upgrade - The Haskell Tool Stack
Ensure you have required system dependencies installed. These include GCC, GNU make, xz, perl, libgmp, libffi, and zlib. We also recommend Git and GPG. To install these using your package manager: Debian / Ubuntu: sudo apt-get install g++ gcc libc6-dev lib
docs.haskellstack.org
다른 stack명령어 관련 힌트
https://haskell.kr/meetup/2016-12-03
하스켈 모임 (2016-12-03)
하스켈은 고성능의 소프트웨어를 안전하고 효율적으로 만들 수 있게 해주는 현대적인 프로그래밍 언어입니다. 하스켈 모임은 함께 모여서 하스켈의 유용성과 프로그래밍의 즐거움을 탐사합니
haskell.kr
반응형'코딩Coding > Haskell하스켈_해스켈_연습' 카테고리의 다른 글
Haskell: No instance for (Show Exp) arising from a use of 'print' (0) 2022.11.23 HaskellerZ - October 2019 - Roland Senn - The GHCi debugger (0) 2022.11.23 Windows에 haskell-language-server 설치하기 (0) 2022.11.19 haskell❤️Simplex-chat (0) 2022.09.23 @rae: How to choose between Typeable, Data, and Generic in Haskell (0) 2022.09.17 Haskell Stack ❤️Mega-Tutorial (0) 2022.07.24