This project is mirrored from https://github.com/haskell/Cabal.
Pull mirroring updated .
- 20 Sep, 2008 3 commits
-
-
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
-
- 31 Aug, 2008 4 commits
-
-
Duncan Coutts authored
-
Duncan Coutts authored
due to the PackageSet/Index api changes
-
Duncan Coutts authored
-
Duncan Coutts authored
We allow extra rgs and the location of programs to be given to the build and haddock commands, not just at configure time. The code to do this is now simpler and more general. This should not be the default use mode however since it involves configuring the programs each time where as doing it at configure time allows it to be done once and saved. Further, specifying a different version of the program at build time than at configure time is likely to fail, especially for the compiler programs. Changing the compiler really requires reconfiguring.
-