This project is mirrored from https://github.com/haskell/Cabal.
Pull mirroring updated .
- 30 Sep, 2008 1 commit
-
-
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 2 commits
-
-
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.
-
Ian Lynagh authored
We need to tell the gcc bundled with GHC on Windows where its mingw include directory is
-
- 17 Sep, 2008 5 commits
-
-
Duncan Coutts authored
-
Duncan Coutts authored
ie preserves any existing user-supplied path and args
-
Ian Lynagh authored
-
Ian Lynagh authored
This is like openBinaryTempFile except it doesn't mark the permissions with 600. This means datafailes get the right permissions when they are installed. This should really be in the base package.
-
Ian Lynagh authored
Now it matches Control.Exception's type
-
- 16 Sep, 2008 5 commits
-
-
Duncan Coutts authored
This time it should work on linux too! But more significantly it should work when the user specifies a particular gcc. It would be very bad if the user gave an alternative gcc but we still gave it -B for the lib files of ghc's gcc. This go is rather cleaner as it uses the new program post-conf system.
-
Duncan Coutts authored
-
Duncan Coutts authored
The post-conf action gets given the configured program and is allowed to do more IO and can add any extra required program args. Should make it easier to do the gcc -B thing or ld -x
-
Duncan Coutts authored
Needs cpp pragma as it has to work with just ghc --make Did I ever mention I that hate cpp and compat modules?
-
Duncan Coutts authored
Convert any '-' in the package name to '_' when generating the path env var as most shells do not allow '-' in env var names.
-
- 13 Sep, 2008 1 commit
-
-
Duncan Coutts authored
-
- 27 Aug, 2008 1 commit
-
-
dias authored
-
- 15 Sep, 2008 1 commit
-
-
Malcolm.Wallace authored
-
- 13 Sep, 2008 3 commits
-
-
Ian Lynagh authored
-
Ian Lynagh authored
This needs a bit of a kludge, as the vanilla way doesn't really exist as far as the build system is concerned. It's just the absence of way.
-
Ian Lynagh authored
-
- 14 Sep, 2008 2 commits
-
-
chevalier@alum.wellesley.edu authored
-
chevalier@alum.wellesley.edu authored
-
- 13 Sep, 2008 1 commit
-
-
chevalier@alum.wellesley.edu authored
-
- 10 Sep, 2008 1 commit
-
-
Duncan Coutts authored
-
- 03 Sep, 2008 1 commit
-
-
Ian Lynagh authored
-
- 04 Sep, 2008 1 commit
-
-
Duncan Coutts authored
which did not have isInfixOf
-
- 03 Sep, 2008 2 commits
-
-
Duncan Coutts authored
As with the Paths_pkgname module, we map '-' to '_' as the former is not a valid character in cpp macro identifiers. Fixes cpp redefinition warnings. First reported by gwern.
-
Ian Lynagh authored
Otherwise we don't get links to types from packages that we don't directly depend on.
-
- 02 Sep, 2008 2 commits
-
-
Ian Lynagh authored
It was still defining CABAL_VERSION=1,5,3
-
Duncan Coutts authored
Also, ban rather than just warn about the -optl-Wl,-s hack now that Cabal strips exes by default.
-
- 01 Sep, 2008 1 commit
-
-
Simon Marlow authored
-
- 02 Sep, 2008 1 commit
-
-
Malcolm.Wallace authored
-