Patch: make sure haskell-src .cabal and package.conf are in sync
Donald Bruce Stewart
dons at cse.unsw.edu.au
Tue Sep 12 09:10:09 EDT 2006
Attached. Should make it to ghc 6.6, I think.
-- Don
-------------- next part --------------
New patches:
[Move ParseUtils into exposed-modules, in haskell-src
Don Stewart <dons at cse.unsw.edu.au>**20060912130421
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.
] {
hunk ./haskell-src.cabal 18
-other-modules:
}
Context:
[note CPP extension
Ross Paterson <ross at soi.city.ac.uk>**20060908233707]
[TAG Initial conversion from CVS complete
John Goerzen <jgoerzen at complete.org>**20060112154131]
Patch bundle hash:
bd9198c5dc9c92af3988ff2498d4041aa03ef359
More information about the Cvs-ghc
mailing list