aboutsummaryrefslogtreecommitdiff
path: root/CabalHelper/Common.hs
Commit message (Collapse)AuthorAgeFilesLines
* Fix literally everything :)Daniel Gröber2017-09-181-106/+0
| | | | | | | | | | | | | | Sorry for the megacommit - Seperate modules into: - Compiletime, modules which are only used while building the package - Runtime, modues included in the wrapper binary to be compiled on the users machine at runtime - Shared, modues used in both contexts - Refactor runtime compilation - Completely revamp output paths - Don't chdir when invoking ghc - Require cabal-version 1.14 in cabal file
* Fix warningsDaniel Gröber2015-10-301-4/+5
|
* Implement workaround for installing 1.18.{0,1}Daniel Gröber2015-10-301-0/+8
| | | | | There are quite a few distributions of cabal-install that are built with these broken versions so we patch them on installation now.
* Move package-id to wrapperDaniel Gröber2015-09-241-0/+9
| | | | | we need it before dist/setup-config exists so we can't run it as part of the other queries anyways, might as well go in the wrapper.
* Update `Usage`Daniel Gröber2015-08-281-14/+0
|
* Factor helper compilation into seperate module for testingDaniel Gröber2015-08-211-0/+5
|
* Fix 7.10 warningsDaniel Gröber2015-08-041-0/+1
|
* Add language options queryDaniel Gröber2015-04-111-9/+7
|
* Initial commitDaniel Gröber2015-03-121-0/+98