This project is mirrored from https://github.com/haskell/Cabal.
Pull mirroring updated .
- 29 Apr, 2004 6 commits
-
-
ijones authored
-
simonmar authored
-
ijones authored
-
ijones authored
-
ijones authored
-
ijones authored
* Copied GetOpt and altered it to allow unknown options to flow through instead of signaling an error. * Implemented parsing of all the flags * No parsing of commands yet * Broke up test suite a bit * Enumerated commands
-
- 28 Apr, 2004 3 commits
- 27 Apr, 2004 15 commits
-
-
ijones authored
-
ijones authored
-
ijones authored
-
simonpj authored
-
simonmar authored
Change the Version type in Distribtion.Version to be a combination of a branch ([Int]) and a list of arbitrary tag strings. This is intended to be a generic version type, where the interpretation of ordering is application-dependent. Distribution.Version also has lots of version-related stuff that is specific to packages: version ranges (the VersionRange type), and concrete show/parse functions for package versions.
-
ijones authored
-
ijones authored
-
ijones authored
-
ijones authored
Added the Simple directory Moved Build and Install to SImple moved defaultMain to Simple/Default toward -Wall cleanliness
-
ijones authored
-
ijones authored
-
simonmar authored
-
ijones authored
-
ijones authored
-
ijones authored
Added basic Setup.hs functionality. Caused a lot of imports, and cleanup of some modules. Derived show in various places. Many dummy functions with "FIX". Should implement some unit tests next.
-
- 26 Apr, 2004 4 commits