This project is mirrored from https://github.com/haskell/Cabal.
Pull mirroring updated .
- 13 Jul, 2004 2 commits
- 12 Jul, 2004 1 commit
-
-
md9ms authored
-
- 11 Jul, 2004 1 commit
-
-
md9ms authored
-
- 13 Jul, 2004 1 commit
-
-
ijones authored
I've implemented a mapping[1] between compiler extensions and command-line flags for Cabal[2] for GHC, NHC98, and Hugs. Can some representatives from each take a look at these and let me know if I'm wrong about how any of them work, whether I missed support for any of the compilers, or what-have-you? Some notes & questions: - I gathered these by the rather error-prone process of copying them from the end-user documentation. If anyone notices anything that's missing, or can suggest some way I could discover missing items, please do. - I'm not including any non-standard modules, since maybe those will be handled by the packaging system. - Are the "hood debugging extensions" in NHC and Hugs compatible? Should they be included? - Do any of Hugs, GHC, and NHC disallow Long.Hierarchical.Module.Names by default? Can they all turn them off? - Should there be a "Force98" option or something which does "-98" in NHC, "+98" in Hugs, and forces no other extensions in GHC? Presumably, it would disallow other extensions for the other compilers as well.
-
- 11 Jul, 2004 1 commit
-
-
ijones authored
** now does rm -r instead of trying to delete each created file ** added tests for make clean ** got rid of clean module altogether ** added removeFileRecursive to Utils
-
- 10 Jul, 2004 5 commits
- 09 Jul, 2004 1 commit
-
-
ijones authored
-- |FIX: Doesn't remove directories created. Perhaps it should just -- delete the .hi and .o files? Perhaps it should just delete the -- entire build location recursively?
-
- 07 Jul, 2004 4 commits
- 06 Jul, 2004 3 commits
- 05 Jul, 2004 2 commits
- 29 Jun, 2004 2 commits
- 27 Jun, 2004 2 commits
- 25 Jun, 2004 1 commit
-
-
ijones authored
** Started parser and tests cases ** But fails test cases ** Probably because of only one look-ahead ** reorganize for 1 look-ahead
-
- 20 Jun, 2004 2 commits
- 19 Jun, 2004 3 commits
- 17 Jun, 2004 7 commits
-
-
md9ms authored
-
md9ms authored
-
md9ms authored
-
ijones authored
-
ijones authored
** Wrote Setup wrapper for cabal itself, but it kinda requires a bootstrap makefile. ** added a bunch of targets to the makefile to do the Right Thing
-
ijones authored
** fixed bug in SDist where it wasn't looking in the hsSourceDir ** cleaned up a little
-
ijones authored
-
- 16 Jun, 2004 2 commits