haskell - Building with c2hs and cabal -


i have problem cabal not dependency resolution on .chs files, is, if a.chs depends on b.chs (or b.chi) cabal not figure out , call c2hs on files in correct order. know gtk2hs uses custom buildscript, rather complicated , specialized gtk2hs. there easier way of manually/automatically doing .chs dependency resolution (by, instance, listing out files in correct order)?

as turns out, cabal process exposed-modules order listed, guess if there no dependencies consider or maybe behavior specific .chs files. in order manually resolve dependencies 1 can order modules correctly in cabal file.


Comments

Popular posts from this blog

Android layout hidden on keyboard show -

google app engine - 403 Forbidden POST - Flask WTForms -

c - Why would PK11_GenerateRandom() return an error -8023? -