LoginSignup
1
1

More than 5 years have passed since last update.

Haskell Platform 2014.2.0.0 install on OSX10.9.5

Posted at
  • download

    • download page
    • download, 解凍してダブルクリックでインストール完了
  • cabalをPATHに通す

    • 以下の~/.zprofile部分は適当に書き換えること
    • echo 'export PATH="$HOME/Library/Haskell/bin:$PATH"' >> ~/.zprofile
    • cabal user guide
  • まずはcabal updateでパッケージリストを新しくする

  • cabal install cabal-installは壊れることもあるので慎重にした方がいい

  • cabalのプロジェクトを作成

$ mkdir try_haskell
$ cd try_haskell
$ cabal sandbox init # .cabal-sandboxを作成
$ cabal init # try_haskell.cabalとSetup.hsを作成

その他のキーワード

  • ghci
  • hoogle
  • hayoo
1
1
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
1
1