* Mikhail Glushenkov <the.dead.shall.r...@gmail.com> [2012-11-09 08:57:30+0100] > I think that the path of least resistance is to make your analysis > tool command-line compatible with ghc. Then you can use it like this: > > $ cabal configure --with-compiler=/path/to/my-ghc > $ cabal build
I tried this, and one problem I ran into is that Cabal invokes the linker on the files that it expects my tool to produce. 'ld' fails, and the build aborts. I haven't found any way to disable or configure the linker. Any suggestions? Roman _______________________________________________ cabal-devel mailing list cabal-devel@haskell.org http://www.haskell.org/mailman/listinfo/cabal-devel