This project is mirrored from https://github.com/haskell/Cabal.
Pull mirroring updated .
- Nov 17, 2004
-
-
Isaac Potoczny-Jones authored
-
- Dec 07, 2004
-
-
Isaac Potoczny-Jones authored
-
Isaac Potoczny-Jones authored
-
Isaac Potoczny-Jones authored
-
Isaac Potoczny-Jones authored
-
- Dec 04, 2004
-
-
Isaac Potoczny-Jones authored
-
- Nov 30, 2004
-
-
Simon Marlow authored
-
Simon Marlow 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)
-
- Nov 17, 2004
-
-
Isaac Potoczny-Jones authored
-
Isaac Potoczny-Jones authored
-
- Nov 08, 2004
-
-
Isaac Potoczny-Jones authored
-
Isaac Potoczny-Jones authored
-
- Nov 13, 2004
-
-
bjorn@bringert.net authored
-
- Nov 05, 2004
-
-
Isaac Potoczny-Jones authored
-
- Nov 04, 2004
-
-
Isaac Potoczny-Jones authored
-
- Nov 03, 2004
-
-
Isaac Potoczny-Jones authored
-
Isaac Potoczny-Jones authored
-
Isaac Potoczny-Jones authored
-
Isaac Potoczny-Jones authored
-
Isaac Potoczny-Jones authored
-
Isaac Potoczny-Jones authored
this allows cabal to be compiled for hugs.
-
Isaac Potoczny-Jones authored
-
Isaac Potoczny-Jones authored
-
Isaac Potoczny-Jones authored
-
- Nov 02, 2004
-
-
Isaac Potoczny-Jones authored
-
Isaac Potoczny-Jones authored
lots of work to do here still. cabal can't yet bootstrap because of the necessit of CPP options pragmas at the top of the files. See TODO list for stuff to do for Hugs.
-
Isaac Potoczny-Jones authored
-
- Nov 01, 2004
-
-
Isaac Potoczny-Jones 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
-
- Oct 25, 2004
-
-
Simon Marlow authored
-
- Oct 23, 2004
-
-
Isaac Potoczny-Jones authored
-
Isaac Potoczny-Jones authored
-
- Oct 18, 2004
-
-
Isaac Potoczny-Jones authored
-
- Oct 16, 2004
-
-
Isaac Potoczny-Jones authored
-
Isaac Potoczny-Jones authored
Utils used to depend on Distribution.Package, so Package couldn't easily use Utils. I removed this dependency by moving a couple of functions into D.Package, then moved currentDir into Utils where it belongs.
-
- Oct 13, 2004
-
-
Isaac Potoczny-Jones authored
-
Isaac Potoczny-Jones authored
-
- Oct 12, 2004
-
-
Isaac Potoczny-Jones authored
-
Isaac Potoczny-Jones authored
-
Simon Marlow authored
-
Simon Marlow authored
-