aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
* Refactor 'compileHelper' to cache helper in all casesDaniel Gröber2018-01-181-91/+112
|
* Remove package license queryDaniel Gröber2018-01-183-137/+2
|
* Fix and refactor CH.C.CompileDaniel Gröber2018-01-182-109/+167
| | | | ..compilation outputs were landing in CWD
* Make PackageDbDir newtype accessor more conventionalDaniel Gröber2018-01-182-3/+3
|
* Refactor to introduce Cabal version typeDaniel Gröber2018-01-184-71/+75
|
* Move import into CPP zoneAlan Zimmerman2018-01-181-3/+3
|
* When a component uses an internal backpack module, use cabal optsAlan Zimmerman2018-01-181-17/+14
| | | | Which includes inserting the inplace directory for package includes
* WIP on addressing review issuesAlan Zimmerman2018-01-181-23/+39
| | | | | Still need clarity on best way of adding the local package db when it is needed and exists.
* Clean upAlan Zimmerman2018-01-181-5/+0
|
* Tests pass for backpackAlan Zimmerman2018-01-181-6/+16
|
* Progress on when to build and when notAlan Zimmerman2018-01-181-4/+12
|
* Bring in needsBuildOuput query, for indefinite modulesAlan Zimmerman2018-01-182-28/+75
|
* WIP on backpack supportAlan Zimmerman2018-01-182-21/+49
|
* Add CPP for earlier cabal versionsAlan Zimmerman2018-01-181-0/+7
|
* Add missing tests to sdist, check for Cabal 2.0 for CFlibAlan Zimmerman2018-01-181-0/+2
|
* Saner way to merge entrypointsAlan Zimmerman2018-01-181-27/+19
|
* Add recursive otherModules and exposedModules to the "entrypoints"Alan Zimmerman2018-01-181-17/+46
|
* Fix componentOutDir for foreign-libsDaniel Gröber2018-01-181-13/+16
|
* Provide foreign lib otherModulesAlan Zimmerman2018-01-181-1/+3
|
* Update as per @DanielG commentsAlan Zimmerman2018-01-181-23/+19
|
* Tests pass using GHC 8.2.2Alan Zimmerman2018-01-181-2/+36
|
* Cleaning upAlan Zimmerman2018-01-181-37/+26
|
* Passes test.Alan Zimmerman2018-01-181-11/+17
| | | | | But we get a "missing-home-module" warning, based on the extra include dirs, and content being seen as part of the component.
* Bring in hs-source-dirs for sub-dependenciesAlan Zimmerman2018-01-181-19/+48
| | | | | | Instead of the sub-dependency. Must still bring in the deps of the sub-dependency.
* WIP on getting projects to build with Cabal 2.0/GHC 8.2Alan Zimmerman2018-01-181-9/+57
|
* Fix windows build using unix-compatVladislav Shtepin2017-11-072-5/+18
|
* Fix compilation error on GHC 7.{4,6,8}Daniel Gröber2017-10-251-1/+3
|
* Cleanup runtime MainDaniel Gröber2017-10-101-140/+203
|
* Support using act-as-setup with c-i >=1.24Daniel Gröber2017-10-041-16/+27
|
* Move 'trim' to commonDaniel Gröber2017-10-042-3/+4
|
* Move split source into src/ and lib/Daniel Gröber2017-09-2813-0/+1996