Intel(R) Core(TM)2Duo T8100 @2.10GHz 2.10GHz
RAM 4.00GB
Haskell Platform 2013.2.0.0
The Glorious Glasgow Haskell Compilation System, version 7.6.3
Download Whitespace
ここからVersion0.3のHaskell Sourceをダウンロードして解凍、makeしようとしたのですが、
YUKI.N>make
ghc -c -O -fvia-C Tokens.hs -o Tokens.o
on the commandline: Warning:
The -fvia-C flag does nothing; it will be removed in a future GHC release
ghc -c -O -fvia-C VM.hs -o VM.o
on the commandline: Warning:
The -fvia-C flag does nothing; it will be removed in a future GHC release
VM.hs:3:1:
Failed to load interface for `IO'
It is a member of the hidden package `haskell98-2.0.0.2'.
Use -v to see a list of the files searched for.
Makefile:24: recipe for target 'VM.o' failed
mingw32-make.exe: *** [VM.o] Error 1
YUKI.N>
どのようにすれば無事ビルドすることができるでしょうか?
それともこの環境では無理でしょうか?
よろしくお願いします。