我从这里下载了 Haskell 平台源:http ://www.haskell.org/platform/linux.html ,安装了 ghc,并做了 /.configure。但是,当我执行 sudo make 时,出现以下错误:
Preprocessing library HUnit-1.2.4.2...
Test/HUnit/Base.hs:1:1:
Could not find module `Prelude'
Perhaps you haven't installed the profiling libraries for package `base'?
Use -v to see a list of the files searched for.
Error:
Building the HUnit-1.2.4.2 package failed
make: *** [build.stamp] Error 2
有谁知道如何解决这个问题?
我正在尝试在 Ubuntu 12.04.1 LTS 上安装