安装haskell cabal w / o手动依赖解析

时间:2009-08-09 19:01:14

标签: haskell cabal hackage

我看到有一个名为Cabal的很好的包系统可以处理依赖项解析。所以我正在尝试安装它,所以我可以让它为我安装Haskell OpenGL模块。但是,Cabal本身有很多依赖。有没有办法在不手动解析所有依赖项的情况下安装Cabal?我尝试运行引导程序,但似乎没有这样做,因为它报告缺少模块parsec和网络(反过来又有自己的依赖项)。

在mtl模块安装到我之前,手动构建dep让我大约3个深度:

user@machine:~/haskell/mtl-1.1.0.2$ runghc Setup build
Preprocessing library mtl-1.1.0.2...
Building mtl-1.1.0.2...

Control/Monad/Cont.hs:74:7:
    Could not find module `Control.Monad':
      Perhaps you haven't installed the profiling libraries for package base?
      Use -v to see a list of the files searched for.

1 个答案:

答案 0 :(得分:10)

您应安装Haskell Platform(“包含电池”)