This project is mirrored from https://github.com/haskell/Cabal.
Pull mirroring updated .
- 14 Jan, 2007 1 commit
-
-
Simon Marlow authored
Here are a batch of refactorings to clean up parsing and parts of the simple build system. This patch originated in a patch sent to cabal-devel@haskell.org with an intial implementation of configurations. Since then we decided to go a different route with configurations, so I have separated the refactoring from the configurations patch. At this point, 2 tests fail for me, but I get the same 2 failures without this patch.
-
- 13 Jan, 2007 2 commits
-
-
Ross Paterson authored
-
Ross Paterson authored
This need not be the same compiler as used to build the package
-
- 12 Jan, 2007 5 commits
-
-
David Himmelstrup authored
-
bjorn@bringert.net authored
cabal-install now caches downloaded packages in the directory for the package, and with .tar.gz extension.
-
bjorn@bringert.net authored
cabal-install.cabal: Added build-type field. Change hs-source-dir to hs-source-dirs (hs-source-dir has been deprecated for some time).
-
bjorn@bringert.net authored
-
bjorn@bringert.net authored
-
- 11 Jan, 2007 22 commits
-
-
Ross Paterson authored
As discussed on the libraries list (Nov 2006), add a field Build-Type which can be used to declare that this package uses one of the boilerplate setup scripts. This allows setupWrapper (used by cabal-setup and cabal-install) to bypass the setup script in this case and perform the setup actions itself.
-
Ross Paterson authored
-
Ross Paterson authored
-
Ross Paterson authored
-
bjorn@bringert.net authored
cabal-install now puts the package list in /var/lib/cabal-install and the tarballs in /var/cache/cabal-install by default. Added command-line options for changing those.
-
Ian Lynagh authored
-
Ian Lynagh authored
-
bjorn@bringert.net authored
cabal-install: Output usage info for the right command when pasrsing the package name arguments fails.
-
bjorn@bringert.net authored
-
bjorn@bringert.net authored
-
bjorn@bringert.net authored
Moved the cabal-setup code to Distribution.SetupWrapper, so that cabal-install can use it. CabalSetup.hs now just calls the setupWrapper function.
-
Ian Lynagh authored
-
Ian Lynagh authored
-
Ian Lynagh authored
-
Ian Lynagh authored
-
Ian Lynagh authored
-
Ian Lynagh authored
-
Ian Lynagh authored
-
Ian Lynagh authored
-
Ian Lynagh authored
-
Ian Lynagh authored
-
bjorn@bringert.net authored
-
- 10 Jan, 2007 10 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
Original patch: Sat Sep 2 00:13:40 CEST 2006 Paolo Martini <paolo@nemail.it> * Multiple repositories.
-
bjorn@bringert.net authored
Original patch: Sun Aug 20 19:01:03 CEST 2006 Paolo Martini <paolo@nemail.it> * Stripping off the dependencies, only HTTP left
-