patch applied (packages/Cabal): Lift the restriction that libraries
must have exposed-modules
Ian Lynagh
igloo at earth.li
Thu Jun 26 16:34:34 EDT 2008
Thu Jun 12 02:29:24 PDT 2008 Duncan Coutts <duncan at haskell.org>
* Lift the restriction that libraries must have exposed-modules
This allows libs that have only private modules or C code. This
might be used to make libs that have non-exposed modules and only
export C APIs. It could also be used to make packages that consist
only of C code. That might be useful for bindings where it may
make sense to split the C and Haskell code into separate packages.
M ./Distribution/PackageDescription/Check.hs -5 +1
View patch online:
http://darcs.haskell.org/packages/Cabal/_darcs/patches/20080612092924-adfee-a737428f6a8c1fed15842d9ebf3cf4cedb7fbf6a.gz
More information about the Cvs-libraries
mailing list