Haskell

Windows7でHaskellをやってみた

Haskell PlatformをダウンロードC:\Users\[user]\AppData\Roaming\ghc\ghci.conf に下記を記述 :set editor "C:\Program Files (x86)\Notepad++\Notepad++.exe" :cd C:/home/haskell :set prompt "ghci> "コマンドプロンプト立ち上げてghciと入力 すごいHask…

yesodを試す

ubuntu server 64bit 11.10 環境でyesodを始めるhaskell-platformによると、ubutnu 11.10はhaskell-platform-2011.2.0.2がはいる。cabalは0.10.2が入った。 % sudo aptitude install haskell-platform % sudo aptitude install libedit-dev libbsd-dev libgm…

Herokuに登録

前回からの続き Getting Started with Herokuを参考にherokuをinstall // rvm インストールしてパスを通す % sudo aptitude install curl git make % bash < <(curl -s https://raw.github.com/wayneeseguin/rvm/master/binscripts/rvm-installer) % echo 'P…