Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

11
votes
2answers
464 views

Difference between hsc2hs and c2hs?

What is the difference between hsc2hs and c2hs? I know what hsc2hs is a preprocessor but what does it exactly do? And c2hs can make Haskell modules from C-code, but do I need hsc2hs for this?
2
votes
1answer
129 views

Using c2hs on Windows

I'm trying to use the libxml-enumerator package on Windows, which (ultimately) needs to use c2hs. When trying to build the relevant package, I get the seemingly infamous "does not exist" error from ...