This project is mirrored from https://github.com/haskell/Cabal.
Pull mirroring updated .
- 30 Nov, 2004 1 commit
-
-
simonmar authored
- Rename Compat.* modules to Distribution.Compat.* - Add {-# OPTIONS -cpp #-} to a few modules - Distribution.Compat.ReadP: use real ReadP in GHC 6.3+ - new module: Distribution.Extension, contains Extension type formerly from Distribution.Misc. - new module: Distribution.License, contains License type formerly from Distribution.Misc. - remove Distribution.Misc - new module: Distribution.ParseUtils, containing various parsing utilities formerly from Distribution.Package, that are re-used in Distribution.InstalledPackageInfo. - new module: Distribution.PackageDescription contains everything related to PackageDescription, which was formerly in Distribution.Package. - Distribution.Package now contains only PackageId-related stuff. - Distribution.InstalledPackageInfo: update for use in GHC, add parsing/pretty-printing. - Compat.H98 is now Distribution.Compat.Error (it contained only stuff related to the Error monad, which isn't H98 anyway). - remove imports of H98 libs (use hierarchical ones instead) - configure now detects the GHC version (but doesn't do anything with it... yet)
-
- 17 Nov, 2004 2 commits
- 08 Nov, 2004 2 commits
- 13 Nov, 2004 1 commit
-
-
bjorn@bringert.net authored
-
- 05 Nov, 2004 1 commit
-
-
ijones authored
-
- 04 Nov, 2004 1 commit
-
-
ijones authored
-
- 03 Nov, 2004 9 commits
- 02 Nov, 2004 3 commits
- 01 Nov, 2004 1 commit
-
-
ijones authored
If the package file isn't readable during build, don't pass the -package-conf flag to GHC. If it doesn't exist during register, and the --user flag was passed create it. If it's not writeable, and the --user flag was passed, then we exit with error. This should fix debian bug# 278667
-
- 25 Oct, 2004 1 commit
-
-
simonmar authored
-
- 23 Oct, 2004 2 commits
- 18 Oct, 2004 1 commit
-
-
ijones authored
-
- 16 Oct, 2004 2 commits
- 13 Oct, 2004 2 commits
- 12 Oct, 2004 5 commits
- 09 Oct, 2004 5 commits
- 08 Oct, 2004 1 commit
-
-
ijones authored
-