aboutsummaryrefslogtreecommitdiff
path: root/CabalHelper
Commit message (Collapse)AuthorAgeFilesLines
...
* Fix missing newline in help outputDaniel Gröber2015-08-031-1/+1
|
* Fix GHC 7.10 warningsDaniel Gröber2015-08-031-0/+1
|
* TypoDaniel Gröber2015-06-241-1/+1
|
* Don't try to remove inplace deps in unrelated placesDaniel Gröber2015-06-191-4/+5
| | | | | Doing that causes the unintended side effect of also adding the package flags to the option set.
* Don't rely on the locale at build timeDaniel Gröber2015-06-091-3/+5
|
* Update installing-private-cabal messageDaniel Gröber2015-06-051-2/+5
|
* Add ghc-merged-pkg-optionsDaniel Gröber2015-06-052-36/+44
| | | | Needed to properly handle listing all module visible in a package
* Fix warningDaniel Gröber2015-05-081-1/+1
|
* Fix printf warningDaniel Gröber2015-04-291-1/+1
|
* Add `compiler-version` commandDaniel Gröber2015-04-283-19/+20
| | | | | The compiler version in setup-config's header is the one Cabal was compiled with not the one that was configured for.
* Missing importDaniel Gröber2015-04-151-1/+1
|
* Cabal passes -v0 down to ghc :(Daniel Gröber2015-04-151-5/+5
|
* Add language options queryDaniel Gröber2015-04-112-10/+29
|
* Better error messages and yell on ghc version mismatchDaniel Gröber2015-04-111-32/+51
|
* TypoDaniel Gröber2015-04-111-1/+1
|
* Fix `\n` in error messageDaniel Gröber2015-04-111-3/+3
|
* Handle inplace library deps and do a rename passDaniel Gröber2015-03-283-74/+90
|
* Use `-package-conf` to be backwards compatibleDaniel Gröber2015-03-121-2/+2
|
* Always recompile CabalHelper.DataDaniel Gröber2015-03-121-0/+1
|
* Initial commitDaniel Gröber2015-03-126-0/+972