cvs commit: hugs98 Makefile RPM.mk hugs98/libraries Makefile.in hugs98/libraries/tools convert_libraries make_bootlib
Ross Paterson <[email protected]> Tue, 21 Nov 2006 17:14:03 -0800
| Newsgroups | gmane.comp.lang.haskell.cvs.hugs |
|---|---|
| Message-ID | <[email protected]> |
ross 2006/11/21 17:14:03 PST
Modified files:
. Makefile RPM.mk
libraries Makefile.in
libraries/tools convert_libraries make_bootlib
Log:
When building Cabal packages, use their Setup.[l]hs if available.
(This is slightly tricky, at least with the base and Cabal packages,
because runhugs searches the directory of the Main module for modules
it imports.)
Revision Changes Path
1.84 +0 -4 hugs98/Makefile
1.57 +0 -2 hugs98/RPM.mk
1.36 +2 -1 hugs98/libraries/Makefile.in
1.46 +17 -3 hugs98/libraries/tools/convert_libraries
1.17 +1 -0 hugs98/libraries/tools/make_bootlib