patch applied (cabal): Lift the restriction that libraries must have exposed-modules

Duncan Coutts duncan.coutts at worc.ox.ac.uk
Thu Jun 12 05:51:53 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/cabal/_darcs/patches/20080612092924-adfee-a737428f6a8c1fed15842d9ebf3cf4cedb7fbf6a.gz



More information about the cabal-devel mailing list