In Type.hs
There is a typo.
Line 75, FFI.fP128Type should be FFI.fp128Type
-- error is the case of "p"
In LLVM.Core.Instructions
Line 177 has a type error. p :: Int when the function expects a CInt. This is because
FFI.cmpInstGetPredicate
returns an IO Int not IO CInt
Not sure how best to fix this.