This project is mirrored from https://github.com/haskell/Cabal.
Pull mirroring updated .
- 10 Nov, 2009 1 commit
-
-
Duncan Coutts authored
-
- 04 Nov, 2009 1 commit
-
-
Duncan Coutts authored
-
- 02 Nov, 2009 2 commits
-
-
greenrd authored
-
Duncan Coutts authored
Remove local copies. Also fixes a bug recently introduced in the writeFileAtomic function, spotted by Peter Robinson.
-
- 28 Oct, 2009 7 commits
-
-
Duncan Coutts authored
The new cabal init stuff needs some work.
-
Duncan Coutts authored
-
Duncan Coutts authored
-
Duncan Coutts authored
-
Duncan Coutts authored
-
Duncan Coutts authored
-
Duncan Coutts authored
-
- 22 Oct, 2009 1 commit
-
-
Duncan Coutts authored
It works by ignoring the possibility that there could be multiple installed packages sharing the same source package Id. We just pick the "top most" one which is usually ok. We make no attempt to check that we are using consistent installed packages.
-
- 18 Oct, 2009 1 commit
-
-
Duncan Coutts authored
-
- 11 Oct, 2009 1 commit
-
-
Brent Yorgey authored
-
- 02 Sep, 2009 1 commit
-
-
benedikt.huber authored
-
- 20 Oct, 2009 1 commit
-
-
Duncan Coutts authored
ghc ticket #3602
-
- 29 Aug, 2009 1 commit
-
-
Duncan Coutts authored
We were doing it wrong, but Linux realpath() C function was letting us get away with it. The Solaris realpath() is stricter. The new implementation is also simpler, relying on the fact that the canonicalizePath function will resolve symlinks.
-
- 07 Jul, 2009 5 commits
-
-
Duncan Coutts authored
Needs recent api changes.
-
Duncan Coutts authored
Previously the --haddock-index=template flag controled both the template used and whether it's used at all. When no path was set then it was not used. The problem with that is that since we are not enabling this feature by default then the default is blank. That is the default config file would look like: -- haddock-index: which doesn't help anyone discover what it means or what a sensible setting would be. By having a separate toggle to enable/disable we can have a default for the index file which makes it easy to discover in the config file: -- documentation: False -- doc-index-file: $datadir/doc/index.html All the user has to do is uncomment the first line and use True.
-
Duncan Coutts authored
-
Duncan Coutts authored
-
Duncan Coutts authored
Also update the code somewhat following the changes in the Cabal API for path templates and substitutions.
-
- 04 Jul, 2009 1 commit
-
-
Duncan Coutts authored
-
- 07 Jun, 2009 1 commit
-
-
Saizan authored
If the haddock-index flag is set it keeps an index of the haddock documentation of the packages in the global and user databases
-
- 13 Jun, 2009 1 commit
-
-
DinoMorelli authored
Now supporting explicit --user or --global switches in bootstrap.sh with usage feedback for bad args This change was adapted from work submitted to the cabal-devel mailing list by Jason Dusek.
-
- 11 Jun, 2009 1 commit
-
-
Brent Yorgey authored
-
- 05 Jun, 2009 1 commit
-
-
Duncan Coutts authored
Fix handling of base dir in tar file creation.
-
- 04 Jun, 2009 3 commits
-
-
Duncan Coutts authored
-
Duncan Coutts authored
That is, use the "preferred-versions" mechanism when deciding whether there is a new version available. This would allow us to upload a new version without everyone immediately being told to get it and try it out.
-
Duncan Coutts authored
The code to do it was already there but we were checking for the mime type text/plain using just (==) when in fact the server reports text/plain; charset="ISO-8859-1" so we have to parse the field a bit better (still a bit of a hack).
-
- 03 Jun, 2009 3 commits
-
-
Duncan Coutts authored
-
Duncan Coutts authored
-
Duncan Coutts authored
Fixes ticket #485. This means that for constraints like: build-depends: base >= 3 && < 5 we will pick version 4. However we will continue to apply the version 3 preference for things like: build-depends: base >= 3 Where there is no upper bound on the version. Note that we now also ignore preferences for base given on the command line. We should implement #483 to split prefs from shims.
-
- 21 Mar, 2009 1 commit
-
-
Duncan Coutts authored
Make it clear that it's the specification of the package name that is at fault rather than the package to which the name refers.
-
- 08 Mar, 2009 1 commit
-
-
Duncan Coutts authored
So checking for parsec 2 fails. We don't strictly need parsec, it's just a dependency of network, so remove the check.
-
- 31 May, 2009 4 commits
-
-
Duncan Coutts authored
Part of ticket #369
-
Duncan Coutts authored
-
Duncan Coutts authored
-
Duncan Coutts authored
Update to development version of Cabal
-
- 18 Mar, 2009 1 commit
-
-
Duncan Coutts authored
-