「Glasgow Haskell Compiler」の版間の差分
imported>Fallout New Tokyo |
|||
| 22行目: | 22行目: | ||
</source> | </source> | ||
[[Homebrew]]で[[Haskell Platform]] | [[Homebrew]]で[[Haskell Platform]](便利なライブラリやツールの詰め合わせ)をインストールする場合は以下のようにする。Haskell Platformのインストール時はghcがインストールされた後に裏でghcが動いてガシガシと[[コンパイル]]が掛かるので長い時間を要する。気長に待とう。 | ||
<source lang="bash"> | <source lang="bash"> | ||
$ brew install haskell-platform | $ brew install haskell-platform | ||
</source> | </source> | ||
== 関連項目 == | == 関連項目 == | ||