Cabal:Cryptonite未能安装

时间:2016-02-15 16:43:25

标签: haskell dependencies cabal yesod

我尝试用Cabal安装Yesod。 Yesod依靠Cryptonite工作,但无法安装。以下是错误消息:

{{1}}

我已经尝试过以下解决方案,但它给出了相同的错误消息:
cabal dependency resolution fail for 'lens'

我的操作系统是Ubuntu 15.10

谢谢

1 个答案:

答案 0 :(得分:2)

相关部分似乎是下一个:

cbits/ed448/x448.c:21:9:
     error: unknown type name ‘__uint128_t’
     typedef __uint128_t decaf_dword_t;
             ^

AFAIK __uint128_tgcc extension,因此您的编译器可能无法使用它。请尝试联系package maintainer

ADD:您使用的是i686架构吗?看起来问题已经是reported