
hi, i'm looking for a way to integrate c2hs (single .chs file) in a cabal build setup; can anybody give me some hints? thanks, <sk>

Just add Build-Tools: c2hs And cabal will take it from there. Stefan Kersten wrote:
hi,
i'm looking for a way to integrate c2hs (single .chs file) in a cabal build setup; can anybody give me some hints?
thanks, <sk>
_______________________________________________ Haskell-Cafe mailing list Haskell-Cafe@haskell.org http://www.haskell.org/mailman/listinfo/haskell-cafe

On Tue, 2007-12-11 at 19:14 +0100, Stefan Kersten wrote:
On 02.12.2007, at 22:34, Eric Sessoms wrote:
Just add
Build-Tools: c2hs
And cabal will take it from there.
thanks eric, that's really pleasingly simple
(it appears that the Build-Tools: line isn't even needed).
Though note that in future Cabal is going to get stricter about stating dependencies on build tools, just like it is very strict about dependencies on libraries. Duncan
participants (3)
-
Duncan Coutts
-
Eric Sessoms
-
Stefan Kersten