On Wed, Aug 23, 2006 at 11:36:00PM +0100, Neil Mitchell wrote: > Hi > > >The field you want is data-files, documented in section 2.1.1 of the > >Cabal User's Guide. > > That looks perfect. Is there any reason that Alex doesn't use this? I > was trying to learn by example.
Perhaps because Alex predates the data-files field; data-files was only introduced in Cabal 1.1.4. Hence you might want to also put the following at the top of your .cabal file: Cabal-Version: >= 1.1.4 cheers, Conrad. _______________________________________________ Haskell-Cafe mailing list [email protected] http://www.haskell.org/mailman/listinfo/haskell-cafe
