aboutsummaryrefslogtreecommitdiff
path: root/CabalHelper/Wrapper.hs
Commit message (Collapse)AuthorAgeFilesLines
* Work around `require-sandbox: True`Daniel Gröber2015-08-071-0/+8
|
* Fix help command, add version commandDaniel Gröber2015-08-051-1/+2
|
* Fix 7.8Daniel Gröber2015-08-041-0/+1
|
* Fix 7.10 warningsDaniel Gröber2015-08-041-1/+2
|
* Undo relaxing Cabal dependencyDaniel Gröber2015-08-041-14/+14
| | | | | Turned out to be a bad idea as Cabal does actually require the version to match exactly
* A few fixes and add --verboseDaniel Gröber2015-08-041-30/+92
|
* Relax runtime cabal dependence to major version matchDaniel Gröber2015-08-031-15/+21
|
* Update installing-private-cabal messageDaniel Gröber2015-06-051-2/+5
|
* Fix warningDaniel Gröber2015-05-081-1/+1
|
* Fix printf warningDaniel Gröber2015-04-291-1/+1
|
* Add `compiler-version` commandDaniel Gröber2015-04-281-17/+10
| | | | | The compiler version in setup-config's header is the one Cabal was compiled with not the one that was configured for.
* 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-281-3/+3
|
* Use `-package-conf` to be backwards compatibleDaniel Gröber2015-03-121-2/+2
|
* Initial commitDaniel Gröber2015-03-121-0/+368