3
1

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 5 years have passed since last update.

UbuntuでHaskell

Last updated at Posted at 2015-07-07

勉強のためにUbuntu15.04にHaskellをインストールしました。

% sudo apt-get update
% sudo apt-get install -y software-properties-common
% sudo add-apt-repository -y ppa:hvr/ghc
% sudo apt-get update
% sudo apt-get install -y cabal-install-1.22 ghc-7.10.2
.bashrc
export PATH="~/.cabal/bin:/opt/cabal/1.22/bin:/opt/ghc/7.10.2/bin:$PATH"
% source .bashrc
% cabal update
% cabal install alex happy

参考

3
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
3
1

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?