-
Haskell Stack ❤️Mega-Tutorial코딩Coding/Haskell하스켈_해스켈_연습 2022. 7. 24. 20:40728x90
stack ghci Writing implicit global project config file to: /Users/globalyoung/.stack/global-project/stack.yaml Note: You can change the snapshot via the resolver field there. Using latest snapshot resolver: lts-19.16 Preparing to install GHC to an isolated location. This will not interfere with any system-level installation. Downloaded ghc-9.0.2. ld: unknown option: --version ld: unknown option: --version gcc: error: unrecognized command-line option '--target=arm64-apple-darwin' Installed GHC. Note: No local targets specified, so a plain ghci will be started with no package hiding or package options. You are using snapshot: lts-19.16 If you want to use package hiding and options, then you can try one of the following: * If you want to start a different project configuration than /Users/globalyoung/.stack/global-project/stack.yaml, then you can use stack init to create a new stack.yaml for the packages in the current directory. * If you want to use the project configuration at /Users/globalyoung/.stack/global-project/stack.yaml, then you can add to its 'packages' field. Configuring GHCi with the following packages: GHCi, version 9.0.2: https://www.haskell.org/ghc/ :? for help Loaded GHCi configuration from /private/var/folders/bf/fk_kzm5n5zbfzkv31qhrglhr0000gn/T/haskell-stack-ghci/2a3bbd58/ghci-script
반응형'코딩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 & homebrew haskell-stack (0) 2022.07.24