[완료]Haskell 설치좀 도와주세요^^;

moldycake의 이미지

http://lambda.haskell.org/platform/download/2011.4.0.0/

해당 링크에서 Haskell Platform 2011.4.0.0 64bit.pkg 랑 haskell-platform-2011.4.0.0.tar.gz를 받았는데 설치법을 모르겠습니다.

pkg 파일은 MAC용 파일이라는 것 같은데..

tar.gz를 압축해제해서 터미널로 ./configure 치면

./configure --with-ghc= --with-ghc-pkg= 이렇게 입력하라고 하고

이렇게 입력하면, ./configure --with-ghc= --with-ghc-pkg= --with-hsc2hs= 이렇게 입력하라고 합니다.

그래서 입력하면 configure: error: does not seem to work (or maybe it is not actually ghc).라고 뜨네요.

ghc 홈페이지 설명을 보면 haskell platform 안에 ghc 최신버전도 포함되어있다고 하던데..

yum list에서 ghc 찾아보면 버전이 6.xx 라 Haskell platform 최신 버전을 사용하려면 최신 ghc를 깔으라네요..