This project is mirrored from https://github.com/haskell/Cabal.
Pull mirroring updated .
- 27 Nov, 2006 1 commit
-
-
ijones authored
-
- 24 Nov, 2006 1 commit
-
-
ijones authored
-
- 21 Nov, 2006 1 commit
-
-
sof authored
-
- 20 Nov, 2006 2 commits
-
-
Ross Paterson authored
-
Ross Paterson authored
-
- 17 Nov, 2006 5 commits
-
-
Malcolm.Wallace authored
-
sof authored
sdist: make it work on Windows platforms by simplifying 'tar' invocation. Hopefully not at the cost of other plats (i.e., as-yet untested there..)"
-
sof authored
-
sof authored
-
sof authored
-
- 08 Nov, 2006 1 commit
-
-
Ross Paterson authored
When targetting Hugs, the Paths module now uses prefix-independent paths relative to the location of the Main module of the program, on all platforms. For the Hugs target, this replaces the code using GetModuleFileNameA(), which never worked. Behaviour under GHC should be unchanged.
-
- 21 Oct, 2006 1 commit
-
-
Ross Paterson authored
-
- 16 Oct, 2006 1 commit
-
-
duncan.coutts@worc.ox.ac.uk authored
-
- 13 Oct, 2006 2 commits
-
-
duncan.coutts@worc.ox.ac.uk authored
-
Simon Marlow authored
-
- 12 Oct, 2006 1 commit
-
-
Simon Marlow authored
-
- 09 Oct, 2006 1 commit
-
-
kolmodin@dtek.chalmers.se authored
-
- 10 Oct, 2006 6 commits
-
-
duncan.coutts@worc.ox.ac.uk authored
-
duncan.coutts@worc.ox.ac.uk authored
-
duncan.coutts@worc.ox.ac.uk authored
-
duncan.coutts@worc.ox.ac.uk authored
-
duncan.coutts@worc.ox.ac.uk authored
-
duncan.coutts@worc.ox.ac.uk authored
This is an unpleasent way of doing it. Will have to fix once and for all in the next version.
-
- 09 Oct, 2006 3 commits
-
-
duncan.coutts@worc.ox.ac.uk authored
-
duncan.coutts@worc.ox.ac.uk authored
-
duncan.coutts@worc.ox.ac.uk authored
-
- 07 Oct, 2006 4 commits
-
-
duncan.coutts@worc.ox.ac.uk authored
-
duncan.coutts@worc.ox.ac.uk authored
This change was added for ghc-6.6 but broke packages for ghc-6.2.2.
-
duncan.coutts@worc.ox.ac.uk authored
-
duncan.coutts@worc.ox.ac.uk authored
This is more normal.
-
- 05 Oct, 2006 2 commits
-
-
duncan.coutts@worc.ox.ac.uk authored
In particular this means we pick up any cc-options that are needed for preprocessing the source before haddock reads it. This fixes the haddock build step for many of the packages in the ghc-extralibs collection.
-
duncan.coutts@worc.ox.ac.uk authored
-
- 11 Sep, 2006 3 commits
-
-
duncan.coutts@worc.ox.ac.uk authored
-
duncan.coutts@worc.ox.ac.uk authored
-
duncan.coutts@worc.ox.ac.uk authored
Ideally all the Distribution.Compat.* modules would be private, however there is currently no sensible alternative to the FilePath module and hiding it at this stage breaks packages.
-
- 23 Aug, 2006 2 commits
-
-
duncan.coutts@worc.ox.ac.uk authored
ghc has supported --numeric-version for ages.
-
duncan.coutts@worc.ox.ac.uk authored
So it now works if you say: ./setup configure --with-compiler=ghc-6.5 ie specifying a path-relative name rather than an absolute path. We then look for hc-pkg in the same dir as where we found the compiler. If the compiler appears to have a version suffix then we additionally and preferentially look for hc-pkg with that same version suffix. (I'm not sure that bit works if you've got a .exe suffix, perhaps a windows person could try it / take a look)
-
- 26 Sep, 2006 2 commits
-
-
David Himmelstrup authored
-
David Himmelstrup authored
-
- 22 Sep, 2006 1 commit
-
-
ijones authored
-