Bug#738428: GenBind.evalConstCExpr: Casts are not implemented yet

2014-04-16 Thread Joachim Breitner
Hi, thanks; I didn’t know about the new c2hs versions (they were not there when the bug first occurred). Fixed packages uploaded. Greetings, Joachim Am Dienstag, den 15.04.2014, 19:15 -0700 schrieb John Millikin: > The version of libncursesw5-dev packaged in Debian Unstable includes this > macr

Bug#738428: GenBind.evalConstCExpr: Casts are not implemented yet

2014-04-15 Thread John Millikin
The version of libncursesw5-dev packaged in Debian Unstable includes this macro: #define NCURSES_BITS(mask,shift) (NCURSES_CAST(chtype,(mask)) << ((shift) + NCURSES_ATTR_SHIFT)) which differs from the version on my build machine: #define NCURSES_BITS(mask,shift) ((mask) << ((shif

Bug#738428: GenBind.evalConstCExpr: Casts are not implemented yet

2014-04-15 Thread Joachim Breitner
Hi, Am Dienstag, den 15.04.2014, 15:58 -0700 schrieb John Millikin: > haskell-ncurses=0.2.1 builds successfully with c2hs=0.16.3 and > libncursesw5-dev=5.9-10ubuntu4 on my machine. I suspect this may be an > architecture-specific failure; have you seen similar errors on > architectures other than