Joachim Breitner wrote:

> Mon Apr 27 09:12:41 UTC 2015  Joachim Breitner <m...@joachim-breitner.de>
>   * Joey Hess: armel,armhf: Force use of llvm-3.4, rather than unversioned
>      lvm, which can have abi changes that break ghc. Closes: #763078


GHC 7.8 only works with llvm 3.4 That should be encoded in the Depends
line and enforced at configure time with:

    ./configure --with-opt=/usr/bin/opt-3.4 --with-llc=/usr/bin/llc-3.4

which will result in these two programs being encoded in the GHC settings
file.

Cheers,
Erik
-- 
----------------------------------------------------------------------
Erik de Castro Lopo
http://www.mega-nerd.com/


-- 
To UNSUBSCRIBE, email to debian-haskell-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: 
https://lists.debian.org/20150427212730.174532c7278b2ce7f5a60...@mega-nerd.com

Reply via email to