Cancel

Haskell开发准备

Language

·

October 01, 2020

准备环境:

  1. 安装系统级Haskell(或者直接跳过1-3,直接到4)

  2. 安装Cabal-install

  3. 安装Stack

  4. 安装ghc/cabal多环境:ghcup

    curl --proto '=https' --tlsv1.2 -sSf https://get-ghcup.haskell.org | sh

    From https://www.haskell.org/ghcup/

安装包失败:

考虑使用更低一级的LTS版本:stack --resolver <Ltsversion> install <Pkgname>

  • ,exp: `lts-14.22`

© minghu6

·

theme

Simplex theme logo

by golas