aboutsummaryrefslogtreecommitdiff
path: root/CabalHelper/Types.hs
Commit message (Collapse)AuthorAgeFilesLines
* Fix literally everything :)Daniel Gröber2017-09-181-73/+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
* Add support for Cabal HEADDaniel Gröber2017-02-091-1/+3
|
* Fixes for Cabal HEADDaniel Gröber2016-05-061-1/+1
|
* Add support for querying flagsDaniel Gröber2015-09-231-2/+3
|
* Add --with-cabal-version and --with-cabal-pkg-db for stackDaniel Gröber2015-08-281-1/+3
|
* 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/+10
|
* Add pkg-db stack stuff to library interfaceDaniel Gröber2015-08-071-0/+6
|
* Add ghc-merged-pkg-optionsDaniel Gröber2015-06-051-2/+3
| | | | Needed to properly handle listing all module visible in a package
* Add `compiler-version` commandDaniel Gröber2015-04-281-0/+2
| | | | | The compiler version in setup-config's header is the one Cabal was compiled with not the one that was configured for.
* Handle inplace library deps and do a rename passDaniel Gröber2015-03-281-10/+18
|
* Initial commitDaniel Gröber2015-03-121-0/+40