This project is mirrored from https://github.com/haskell/Cabal.
Pull mirroring updated .
- 07 Oct, 2007 12 commits
-
-
bjorn@bringert.net authored
-
bjorn@bringert.net authored
-
bjorn@bringert.net authored
-
bjorn@bringert.net authored
-
bjorn@bringert.net authored
-
bjorn@bringert.net authored
-
bjorn@bringert.net authored
-
bjorn@bringert.net authored
-
bjorn@bringert.net authored
-
bjorn@bringert.net authored
-
bjorn@bringert.net authored
-
bjorn@bringert.net authored
-
- 06 Oct, 2007 13 commits
-
-
bjorn@bringert.net authored
-
bjorn@bringert.net authored
-
bjorn@bringert.net authored
Added a config file. Removed the old serv.list file. Added dinstall directory command line arguments.
-
bjorn@bringert.net authored
Use our native Haskell tar implementation to extract code from tarballs. We now don't use an external tar program for anything.
-
bjorn@bringert.net authored
-
bjorn@bringert.net authored
-
bjorn@bringert.net authored
-
David Himmelstrup authored
-
bjorn@bringert.net authored
-
bjorn@bringert.net authored
Fix dependency parsing from the command line. Before it accepted partial parses, which for example made "cgi=3" parse as "cgi".
-
bjorn@bringert.net authored
-
bjorn@bringert.net authored
-
bjorn@bringert.net authored
This required changing the PkgInfo type from an alias for GenericPackageDescription to a record with a Repo and a GenericPackageDescription. ResolvedPackage and ResolvedDependency also had to be changed to keep a Repo rather than a tarball URL.
-
- 05 Oct, 2007 4 commits
-
-
bjorn@bringert.net authored
Use the package-url field in the GenericPackageDescription to record the tarball url for each package.
-
bjorn@bringert.net authored
This adds a dependency on zlib, to unzip the downloaded 00-index.tar.gz. Once unzipped, a small pure haskell tar reader is used to read the index contents. Servers in the server list now have names which are used as local cache directory names. The --with-server command line flag has been removed since it did not allow specifying a server name.
-
bjorn@bringert.net authored
-
bjorn@bringert.net authored
-
- 04 Oct, 2007 7 commits
-
-
bjorn@bringert.net authored
This is very untested, but should make cabal-install able to resolve dependencies again after the move to Cabal 1.2.0. The package descriptions are stored in a very hacky format atm the moment.
-
bjorn@bringert.net authored
-
bjorn@bringert.net authored
-
bjorn@bringert.net authored
-
bjorn@bringert.net authored
-
bjorn@bringert.net authored
Refactoring: add listInstalledPackages, and use that everywhere instead of getInstalledPackages with lots of arguments that all come from ConfigFlags.
-
bjorn@bringert.net authored
-
- 03 Oct, 2007 1 commit
-
-
bjorn@bringert.net authored
-
- 17 Sep, 2007 1 commit
-
-
Duncan Coutts authored
Lemmih, Paolo Martini are the primary authors of cabal-install but were missing from the list in LICENCE.
-
- 06 Sep, 2007 1 commit
-
-
Duncan Coutts authored
-
- 28 Aug, 2007 1 commit
-
-
duncan.coutts@worc.ox.ac.uk authored
But it does not work yet as it need to be updated to take configurations into account. At the moment it thinks no packages have any dependencies since it does not finalise the configuration for the package.
-