This project is mirrored from https://github.com/haskell/Cabal.
Pull mirroring updated .
- 10 Oct, 2008 7 commits
-
-
Duncan Coutts authored
Building the haddock docs requires building first. Arguably this is a Cabal bug. It should probably generate the "autogen" files for haddock and not just for build.
-
Duncan Coutts authored
-
Duncan Coutts authored
-
Duncan Coutts authored
It did not actually contain any release notes and just duplicated information in the README which was confusing.
-
Duncan Coutts authored
-
Duncan Coutts authored
-
Duncan Coutts authored
The ',' character is not used as a separator and is allowed within flag tokens. Fixes at least HsPerl5.
-
- 09 Oct, 2008 5 commits
-
-
Duncan Coutts authored
-
Duncan Coutts authored
To make easier to track recent Cabal / cabal-install changes
-
Duncan Coutts authored
-
Duncan Coutts authored
-
Duncan Coutts authored
Do it by just filtering that module out of the package description before running sdist etc. This isn't lovely because it steals that module name from the module namespace but at least it now works. Thanks to Jean-Philippe Bernardy for the first iteration of this patch.
-
- 08 Oct, 2008 2 commits
-
-
Duncan Coutts authored
Hopefully we can figure out a better fix for recent cygwin versions of xargs which are apparently broken. rolling back: Wed Oct 8 08:44:10 PDT 2008 Clemens Fruhwirth <clemens@endorphin.org> * Also respect the max. command line size in Makefile driven builds M ./Distribution/Simple/GHC.hs -7 +13 M ./Distribution/Simple/GHC/Makefile.hs -1 +1 M ./Distribution/Simple/GHC/Makefile.in -1 +1
-
Clemens Fruhwirth authored
-
- 07 Oct, 2008 3 commits
-
-
Simon Marlow authored
-
Duncan Coutts authored
Thanks to Dimitry and Ross for identifying the problem.
-
Clemens Fruhwirth authored
-
- 06 Oct, 2008 1 commit
-
-
Clemens Fruhwirth authored
-
- 04 Oct, 2008 1 commit
-
-
Ian Lynagh authored
When making packages like ghc-prim we need GHC to not automatically try to link with base and haskell98.
-
- 02 Oct, 2008 1 commit
-
-
Duncan Coutts authored
Previously we said a package graph was inconsistent if two dependencies on the same package name specified different versions. Now we say that two such dependencies on different versions are ok if there is a direct dependency between those two package versions. So if your package graph ends up with both base 3 and base 4 in it, then that's ok because base 3 directly depends on base 4, so we declare it not to be an inconsistency. This removes the scary warnings at configure time (fixing ticket #366) and also adjusts the invariant and assertion of the InstallPlan ADT in cabal-install.
-
- 01 Oct, 2008 8 commits
-
-
Duncan Coutts authored
-
Duncan Coutts authored
-
Duncan Coutts authored
Ticket #323
-
Duncan Coutts authored
-
Duncan Coutts authored
-
Duncan Coutts authored
-
Duncan Coutts authored
-
Duncan Coutts authored
We can still add more as necessary
-
- 30 Sep, 2008 2 commits
-
-
Duncan Coutts authored
Ticket #58. Does not yet include checking.
-
Duncan Coutts authored
Allow flags, lib and exes in any order and handle unknown sections better.
-
- 28 Sep, 2008 1 commit
-
-
Duncan Coutts authored
eg "cabal -v configure" to mean "cabal configure -v" For flags that are not recognised as global flags, pass them on to the sub-command.
-
- 20 Sep, 2008 5 commits
-
-
Ian Lynagh authored
6.10.x was giving us 601 rather than 610.
-
Ian Lynagh authored
-
Ian Lynagh authored
-
Ian Lynagh authored
-
Ian Lynagh authored
-
- 19 Sep, 2008 1 commit
-
-
Ian Lynagh authored
-
- 20 Sep, 2008 1 commit
-
-
Duncan Coutts authored
Old aliases kept for compatibility
-
- 19 Sep, 2008 1 commit
-
-
Duncan Coutts authored
Ready to make the 1.6 branch
-
- 18 Sep, 2008 1 commit
-
-
Ian Lynagh authored
GHC < 6.10 put "$topdir/include/mingw" in rts's installDirs. This breaks when you want to use a different gcc, so we need to filter it out.
-