On Sun, 2008-01-20 at 17:37 +0000, Frederik Eaton wrote: > Hi Duncan, > > Thanks, --gen-pkg-config works. > > I don't know if Cabal will ever be suitable for me - I prefer to be > able to build specific targets, and to track dependencies to minimize > build time, and there is a tool for this called 'make' which is a lot > older, faster, and more stable which I prefer to use.
http://hackage.haskell.org/trac/hackage/ticket/15 Yes, make style dependency analysis and incremental builds is the next major feature we need for Cabal. Lots of other stuff that we want to do depends on that (like building specific targets with minimal and parallel rebuilds). It should also make it easier to integrate with other build systems by adding rules in Setup.hs. > Cabal does thesethings well if one is not using too many derived > files, or too many languages other than Haskell, but those > restrictions aren't compatible with many of my projects (although for > some it is fine!). So don't despair that it'll never work. Make sure your issues are recorded so we can see features we can pick off once we have dep tracking. Duncan _______________________________________________ Glasgow-haskell-bugs mailing list [email protected] http://www.haskell.org/mailman/listinfo/glasgow-haskell-bugs
