Hello,
the clean install of ghc and caball-install is not compatible with actual llvm.
There is exception when trying install ghc-mod:
$this->bbcode_second_pass_code('', ' % cabal install ghc-mod
...
nats-1 depends on text-1.2.1.3 which failed to install.
polyparse-1.11 depends on text-1.2.1.3 which failed to install.
prelude-extras-0.4 failed during the configure step. The exception was:
user error (You are using a new version of LLVM that hasn't been tested yet!
We will try though...
/usr/bin/opt: /tmp/ghc8826_0/ghc8826_2.ll:7:6: error: unexpected type in
metadata definition
!0 = metadata !{metadata !"top", i8* null}
^
)
...
')
And the compiling new ghc from source git repository throws same exception:
$this->bbcode_second_pass_code('', ' % ./configure
...
configure: Building in-tree ghc-pwd
You are using a new version of LLVM that hasn't been tested yet!
We will try though...
/usr/bin/opt: /tmp/ghc8589_0/ghc8589_2.ll:7:6: error: unexpected type in metadata definition
!0 = metadata !{metadata !"top", i8* null}
^
configure: error: Building ghc-pwd failed
')
Is there possibility to create working package? Thanks.