aboutsummaryrefslogtreecommitdiff
path: root/Distribution/Helper.hs
Commit message (Collapse)AuthorAgeFilesLines
* Fix GHC 8.0 errorsDaniel Gröber2016-01-171-1/+4
|
* Allow specifying ghc{,-pkg}executables everywhereDaniel Gröber2016-01-101-42/+65
|
* Expose compiler-version command in libraryDaniel Gröber2015-11-251-3/+14
|
* Move package-id to wrapperDaniel Gröber2015-09-241-30/+39
| | | | | 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.
* Fix pattern match errorDaniel Gröber2015-09-231-0/+1
|
* Add support for querying flagsDaniel Gröber2015-09-231-3/+36
|
* Reorganize runQuery parametersDaniel Gröber2015-09-071-48/+61
|
* Fix argument orderShohei Murayama2015-08-281-3/+3
|
* Add `licenses` commandDaniel Gröber2015-08-271-3/+12
| | | | | 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-1/+1
|
* Add prepare commandDaniel Gröber2015-08-141-0/+15
|
* Fix testsDaniel Gröber2015-08-121-3/+7
|
* Add support for having a custom `readProcess`Daniel Gröber2015-08-121-20/+46
|
* Minor stuffDaniel Gröber2015-08-121-0/+1
|
* Fix testDaniel Gröber2015-08-101-1/+1
|
* Add support for getting Cabal lib from sandboxDaniel Gröber2015-08-101-8/+12
|
* Factor sandbox stuff out into a seperate moduleDaniel Gröber2015-08-071-51/+8
| | | | So we can use the sandbox discovery for Setup.hs components
* Migrate cabal.sandbox.config decoding logic from ghc-modDaniel Gröber2015-08-071-0/+54
|
* Add pkg-db stack stuff to library interfaceDaniel Gröber2015-08-071-3/+12
|
* Add ghc-merged-pkg-optionsDaniel Gröber2015-06-051-18/+26
| | | | Needed to properly handle listing all module visible in a package
* Add MonadIO instance for QueryDaniel Gröber2015-05-081-1/+1
|
* Make it able to find executable on WindowsIku Iwasa2015-04-211-1/+2
| | | | This adds Cabal dependency to cabal-helper library.
* Add language options queryDaniel Gröber2015-04-111-3/+12
|
* Fix ghc 7.4Daniel Gröber2015-04-031-0/+5
|
* Add `buildPlatform`Daniel Gröber2015-04-031-0/+8
|
* Fix stray outputDaniel Gröber2015-03-281-8/+1
|
* Handle inplace library deps and do a rename passDaniel Gröber2015-03-281-26/+21
|
* A bunch of fixesDaniel Gröber2015-03-121-0/+5
|
* Fix callProcess for process<1.2Daniel Gröber2015-03-121-1/+8
|
* Fix ambiguity errorDaniel Gröber2015-03-121-2/+2
|
* Initial commitDaniel Gröber2015-03-121-0/+278