christian-marie / phone-numbers

Incomplete bindings to libphonenumber for Haskell
Other
7 stars 7 forks source link

remove C++ option from C compiler #9

Closed skogsbaer closed 5 years ago

skogsbaer commented 5 years ago

When building against lts-14.3, I got the following error:

error: invalid argument '-std=c++14' not allowed with 'C'

Doesn't seem to make seense to pass a C++ option to the C compiler.

christian-marie commented 5 years ago

Agreed, thanks. I'll try to get a release out this weekend