This project is mirrored from https://github.com/haskell/Cabal.
Pull mirroring updated .
- 11 Jan, 2013 4 commits
-
-
refold authored
-
refold authored
-
refold authored
-
refold authored
'cabal get PACKAGE' is the new name of 'cabal unpack'. 'cabal get --source-repository' reads the source-repositories from a package's description, determines which VCS to use, and then creates a local repository or branch of the package's repository. 'cabal get --source-repository=[head|this|...]' additionally allows to specify which source-repository to use. Based on the code originally written by John Millikin <jmillikin@gmail.com>.
-
- 09 Jan, 2013 3 commits
-
-
refold authored
I forgot to enable -threaded for the cabal-install exe when I split cabal-install into an exe and a library part. Thanks to Tuncer Ayaz for the heads-up.
-
refold authored
Generalise 'ppField' and friends and remove customised copies from D.C.PackageEnvironment.
-
refold authored
Since this file is not intended to be edited by hand, don't print the default values for empty fields in comments (just like cabal-dev).
-
- 08 Jan, 2013 7 commits
-
-
refold authored
Remove now-unused runTests.sh
-
Ben Millwood authored
Broken by 481c4214 back in 2008, and no longer necessary.
-
refold authored
Removing unused stuff in Distribution.Compat.Env
-
Ben Millwood authored
-
refold authored
Add simple heuristic to cabal init to guess common extra-source-files
-
refold authored
Drop code to handle unsupported compilers
-
refold authored
-
- 04 Jan, 2013 2 commits
-
-
Ben Millwood authored
This means tweaking CPP conditionals and file pragmas to remove handling of compilers other than GHC, and GHC versions before LANGUAGE pragmas existed.
-
refold authored
Two more Haddock module attribute syntax updates
-
- 03 Jan, 2013 1 commit
-
-
Ben Millwood authored
cf. revision 47cd57c3
-
- 02 Jan, 2013 5 commits
-
-
refold authored
-
refold authored
-
refold authored
-
refold authored
Haddock module attributes specified with old syntax
-
Ben Millwood authored
This re-hides several modules that had been inadvertently unhidden by the change in attribute syntax in Haddock 2.0.0.0 (nearly five years ago!)
-
- 01 Jan, 2013 7 commits
-
-
refold authored
Make the UserConstraint parser non-ambiguous.
-
refold authored
-
refold authored
`+++` and `<++` are right-associative, so `a +++ b +++ c <++ d` is parsed as `(a +++ (b +++ (c <++ d)))`. Fixes #1159.
-
refold authored
-
refold authored
s/AmbigousParse/AmbiguousParse/
-
ttuegel authored
Improve warning for old versions of HPC
-
byorgey authored
Split cabal-install into library and executable components.
-
- 31 Dec, 2012 1 commit
-
-
refold authored
Makes it possible to write unit tests for code under Distribution.Client.*.
-
- 29 Dec, 2012 1 commit
-
-
byorgey authored
Fix path (mis)handling when scanning for modules (fixes #1160)
-
- 28 Dec, 2012 1 commit
-
-
Jason Dagit authored
-
- 22 Dec, 2012 1 commit
-
-
Ben Millwood authored
Now the warning message includes mention of the input data that is being ignored because hpc can't deal with it. This involves a change of behaviour: when the HPC version cannot be determined, this is now a fatal error, rather than just assuming an old version.
-
- 18 Dec, 2012 1 commit
-
-
Brent Yorgey authored
-
- 17 Dec, 2012 1 commit
-
-
Ben Millwood authored
-
- 14 Dec, 2012 2 commits
- 13 Dec, 2012 3 commits
-
-
refold authored
-
refold authored
-
Duncan Coutts authored
This will allow it to be set in config files too.
-