Hello, Is it possible to ask Cabal to just build one of the targets in the .cabal file? I have a bunch of executables in a single file, most of which are uninteresting while developing. I'd like to say: runghc Setup build blah and have "blah" built (and its dependencies, when you have the framework) but not blah2 etc. cheers peter