cplusplus-th
cplusplus-th copied to clipboard
C++ Foreign Import Generation
Hi I am building on Arch Linux with clang and libc++ installed I get this error message from cabal. ``` git/cplusplus-th [master●] » cabal install Resolving dependencies... Configuring cplusplus-th-1.0.0.0... Building...
Just gave it a quick try but it doesn't build on a current (as of 2014-10-25) arch linux system. Without further investigation, this is the cabal output: http://lpaste.net/113194
This package builds the cbits once using the custom rule with `clang++` and then cabal builds them again later with `ghc` (which is the version actually used in the library...