patch applied (packages/haskell-src): Move ParseUtils into
exposed-modules, in haskell-src
Ian Lynagh
igloo at earth.li
Thu Oct 5 16:11:01 EDT 2006
Tue Sep 12 06:04:21 PDT 2006 Don Stewart <dons at cse.unsw.edu.au>
* Move ParseUtils into exposed-modules, in haskell-src
The haskell-src package.conf.in and .cabal file were out of sync. In
the .cabal file Language.Haskell.ParseUtils was hidden, while it was
exposed in the package.conf file.
This patch exposes ParseUtils in the .cabal file too - fixing programs
that use ParseUtils on systems (like gentoo) where the libraries are
built the cabal way.
Thanks to dcoutts for clarifying, and gour and kolmodin on #haskell for
pestering.
M ./haskell-src.cabal -1
More information about the Cvs-libraries
mailing list