安装 haskell 平台失败

安装 haskell 平台失败

我正在尝试安装haskell-platform-2011.2.0.1到我的 SUSE 11.4 上。我已获得所需的所有依赖项./configure,一切正常。但是当进入时make,它构建时出现此错误:

scripts/build.sh

扫描系统以查找任何已安装的 Haskell 平台组件...

找到:无。

要安装的新软件包:无!全部完成。

构建 transformers-0.2.2.0 “/usr/bin/ghc” “--make” “Setup” “-o” “Setup” “-package” “Cabal” 链接设置... “./Setup” “configure” “--package-db=../../packages/package.conf.inplace” “--prefix=/usr/local” “--with-compiler=/usr/bin/ghc” “--with-hc-pkg=/usr/bin/ghc-pkg” “--with-hsc2hs=/usr/bin/hsc2hs” “--enable-library-profiling” “--ghc-pkg-option=--package-conf=../../packages/package.conf.inplace” 配置 transformers-0.2.2.0... “./Setup” “build” 预处理库 transformers-0.2.2.0... 构建变压器-0.2.2.0…

Control/Monad/IO/Class.hs:19:7: 找不到模块 System.IO': 也许您尚未安装 packagebase 的分析库?使用 -v 查看搜索的文件列表。

错误:构建 transformers-0.2.2.0 包失败 make:* [build.stamp] 错误 2

我该如何安装缺失的System.IO模块?

相关内容