This project is mirrored from https://github.com/haskell/Cabal.
Pull mirroring updated .
- 28 Apr, 2004 1 commit
-
-
ijones authored
-
- 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