Bug#680329: [Pkg-haskell-maintainers] Bug#680329: Interpreted an int64_t typedef as CInt

2012-07-05 Thread Josh Triplett
retitle 680329 Does not parse GCC mode attribute for integer sizes (used in sys/types.h) thanks On Thu, Jul 05, 2012 at 01:03:33PM +1000, Erik de Castro Lopo wrote: Josh Triplett wrote: Package: c2hs Version: 0.16.3-2 Severity: important A library I'd like to write bindings to has

Bug#680329: [Pkg-haskell-maintainers] Bug#680329: Interpreted an int64_t typedef as CInt

2012-07-04 Thread Erik de Castro Lopo
Josh Triplett wrote: Package: c2hs Version: 0.16.3-2 Severity: important A library I'd like to write bindings to has a typedef of int64_t to a library-specific type name. c2hs seems to interpret that type as CInt, both in foreign import declarations and in {# type #} directives. It