Skip to content

安装

约 65 字小于 1 分钟

haskell

2024-08-02

通过 brew 进行安装:

brew install haskell-stack
stack setup

stack 安装依赖库:

stack install <lib name>

ghci 的使用:

stack ghci

创建项目:

stack new hello
cd hello
stack run

公告

获取最新高质内容,请关注官方公众号