aboutsummaryrefslogtreecommitdiff
path: root/CabalHelper/Compile.hs
Commit message (Collapse)AuthorAgeFilesLines
* Fix CH_MIN_VERSION_Cabal logic bugDaniel Gröber2017-07-081-1/+1
|
* Fix unpackCabalHEAD again due to old 'process'Daniel Gröber2017-06-121-2/+9
|
* Fix unpackCabalHEAD on squeeze due to old gitDaniel Gröber2017-06-121-1/+2
|
* Update and fix support for Cabal HEADDaniel Gröber2017-06-121-11/+11
|
* Add patch for Cabal 1.24.1.0Daniel Gröber2017-01-161-1/+9
|
* Remove outdated commentDaniel Gröber2016-05-061-3/+0
|
* Fixes for Cabal HEADDaniel Gröber2016-05-061-4/+4
|
* Build with Cabal HEAD as part of regular test suiteDaniel Gröber2016-05-051-23/+48
|
* Don't fail when cabal sandbox pkgdb doesn't existDaniel Gröber2016-01-141-1/+2
|
* Fix Cabal-1.18.0 for ghc<7.8Daniel Gröber2015-10-301-1/+17
|
* Implement workaround for installing 1.18.{0,1}Daniel Gröber2015-10-301-5/+62
| | | | | There are quite a few distributions of cabal-install that are built with these broken versions so we patch them on installation now.
* Fix exe caching when using --with-cabal-pkg-dbDaniel Gröber2015-09-071-1/+4
|
* Add --with-cabal-version and --with-cabal-pkg-db for stackDaniel Gröber2015-08-281-36/+39
|
* Add `licenses` commandDaniel Gröber2015-08-271-0/+1
| | | | | Totally not stolen from https://github.com/jaspervdj/cabal-dependency-licenses, no never!
* Factor helper compilation into seperate module for testingDaniel Gröber2015-08-211-0/+368