This project is mirrored from https://github.com/haskell/Cabal.
Pull mirroring updated .
- Feb 09, 2013
-
-
Unused old account for @chreekat authored
-
- Jan 28, 2013
-
-
GregoryCollins authored
-
GregoryCollins authored
-
GregoryCollins authored
Fixes #711. (Hopefully)
-
GregoryCollins authored
during --help. Fixes #535.
-
- Jan 27, 2013
-
-
GregoryCollins authored
Fixes #866.
-
- Jan 17, 2013
-
-
Mikhail Glushenkov authored
Fixes #1183.
-
Mikhail Glushenkov authored
-
Mikhail Glushenkov authored
-
- Jan 13, 2013
-
-
Mikhail Glushenkov authored
Remove DefaultSetup.hs
-
Ben Millwood authored
My investigation suggests it became unnecessary for the build with revision 21dc5578 (named DefaultSetup.lhs at the time) but has hung around ever since.
-
- Jan 11, 2013
-
-
Mikhail Glushenkov authored
Replace the 'unpack' command with a more general 'get'.
-
Mikhail Glushenkov authored
-
Mikhail Glushenkov authored
-
Mikhail Glushenkov authored
-
Mikhail Glushenkov 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>.
-
- Jan 09, 2013
-
-
Mikhail Glushenkov 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.
-
Mikhail Glushenkov authored
Generalise 'ppField' and friends and remove customised copies from D.C.PackageEnvironment.
-
Mikhail Glushenkov 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).
-
- Jan 08, 2013
-
-
Mikhail Glushenkov authored
Remove now-unused runTests.sh
-
Ben Millwood authored
Broken by 481c4214 back in 2008, and no longer necessary.
-
Mikhail Glushenkov authored
Removing unused stuff in Distribution.Compat.Env
-
Ben Millwood authored
-
Mikhail Glushenkov authored
Add simple heuristic to cabal init to guess common extra-source-files
-
Mikhail Glushenkov authored
Drop code to handle unsupported compilers
-
Mikhail Glushenkov authored
-
- Jan 04, 2013
-
-
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.
-
Mikhail Glushenkov authored
Two more Haddock module attribute syntax updates
-
- Jan 03, 2013
-
-
Ben Millwood authored
cf. revision 47cd57c3
-
- Jan 02, 2013
-
-
Mikhail Glushenkov authored
-
Mikhail Glushenkov authored
-
Mikhail Glushenkov authored
-
Mikhail Glushenkov 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!)
-
- Jan 01, 2013
-
-
Mikhail Glushenkov authored
Make the UserConstraint parser non-ambiguous.
-
Mikhail Glushenkov authored
-
Mikhail Glushenkov authored
`+++` and `<++` are right-associative, so `a +++ b +++ c <++ d` is parsed as `(a +++ (b +++ (c <++ d)))`. Fixes #1159.
-
Mikhail Glushenkov authored
-
Mikhail Glushenkov authored
s/AmbigousParse/AmbiguousParse/
-
ttuegel authored
Improve warning for old versions of HPC
-