
Hello everyone, Here's a very-very-very alpha, not-yet-for-general-use patch that enables dependencies in Cabal. Basically, all that works right now is building GHC libraries. I haven't implemented compiling executables yet. But each module is compiled one at a time, and each is scanned for the modules it depends on, and everything is built in the correct order. It still needs lots of work, though :) Pete

On Sun, 2007-08-26 at 10:45 -0400, Peter Gavin wrote:
Hello everyone,
Here's a very-very-very alpha, not-yet-for-general-use patch that enables dependencies in Cabal.
Cool!
Basically, all that works right now is building GHC libraries. I haven't implemented compiling executables yet. But each module is compiled one at a time, and each is scanned for the modules it depends on, and everything is built in the correct order. It still needs lots of work, though :)
I'll try and look at it in the next few days. Duncan
participants (2)
-
Duncan Coutts
-
Peter Gavin