On Wed, Apr 23, 2008 at 06:43:42PM +0200, Marc Weber wrote:
> On Fri, Apr 18, 2008 at 08:37:06AM -0700, David Roundy wrote:
> > I'm pleased to announce the existence (not release, properly) of
> > franchise, a new configuration/build system for Haskell programs and
> > packages.
> 
> Hi David!
> I like this idea.. ( I had it myself in another context : Generating nix
> expressions and figuring out dependencies automatically..)
> 
> Is Franchise only meant to compile executables?
> Or is there some support for libraries as well?
> You need to feed in at least a list of exposed modules I guess

It does libraries also.  It has to, since franchise itself is a library.
Yes, you feed the list of exposed modules.  You can look at franchise's
Setup.hs for an example.  It only exposes one module, but you can see that
that module is given as a list.
-- 
David Roundy
Department of Physics
Oregon State University
_______________________________________________
Haskell-Cafe mailing list
Haskell-Cafe@haskell.org
http://www.haskell.org/mailman/listinfo/haskell-cafe

Reply via email to