This project is mirrored from https://github.com/haskell/Cabal.
Pull mirroring updated .
- 20 Dec, 2009 2 commits
-
-
Sergei Trofimovich authored
-
Sergei Trofimovich authored
-
- 21 Dec, 2009 1 commit
-
-
Duncan Coutts authored
Use the missing defaultInstallFlags.
-
- 19 Dec, 2009 4 commits
-
-
Duncan Coutts authored
-
-
Duncan Coutts authored
The stability field in .cabal files is deprecated since it's mostly useless.
-
Duncan Coutts authored
Using hyphens rather than upper case.
-
- 18 Dec, 2009 7 commits
-
-
Duncan Coutts authored
We do not know if programs are installed or not so report unknown rather than saying it is not installed.
-
Duncan Coutts authored
-
Duncan Coutts authored
-
Duncan Coutts authored
-
Duncan Coutts authored
We can no longer expect mtl, network and parsec to be installed.
-
Duncan Coutts authored
-
Duncan Coutts authored
The order of the package db stack is important.
-
- 23 Nov, 2009 1 commit
-
-
Duncan Coutts authored
This is an old non-standard extension that some tar tools still use.
-
- 22 Nov, 2009 2 commits
-
-
Duncan Coutts authored
Previously only created the immediate parent directory. No rely more heavily on the file security check to make sure we are not writing files outside of the target area.
-
Duncan Coutts authored
When checking for tarbombs, ignore PAX entry types 'g' and 'x'. These do not get extracted so their names do not matter.
-
- 13 Nov, 2009 1 commit
-
-
Sergei Trofimovich authored
-
- 10 Nov, 2009 2 commits
-
-
Duncan Coutts authored
-
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 4 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
-