
Simon Marlow wrote:
On 12 August 2005 16:06, Manuel M T Chakravarty wrote:
Gour:
Manuel M T Chakravarty (chak@cse.unsw.edu.au) wrote:
CForeign is a module from the FFI standard. What version of GHC are you using?
The Glorious Glasgow Haskell Compilation System, version 6.4.1.20050801
This must be a 6.4.1 issue. In 6.4, CForeign is visible, but in 6.4.1. it doesn't seem to be visible anymore. Hmm, shoudln't patchlevel releases not change the interface?
CForeign is still in 6.4.1. What problem are you having?
Cheers, Simon
The problem is that c2hs.cabal is missing the field: "Build-Depends: base,haskell98" (right after "Category:", preserving the newline before "Executables:") I don't exacly know if it is a workaround or a solution to a bug, but it does make c2hs compile -- hooray :-) Best, Paolo