| Commit message (Expand) | Author | Age | Files | Lines |
* | Formatting/indent changes | Daniel Gröber | 2019-01-22 | 1 | -21/+19 |
* | Split up Compile.hs into multiple modules | Daniel Gröber | 2018-10-27 | 9 | -415/+642 |
* | Make some more datatype fields strict | Daniel Gröber | 2018-10-27 | 1 | -3/+3 |
* | Fix listCabalVersions logic bug | Daniel Gröber | 2018-10-27 | 1 | -12/+10 |
* | Suport using Stack's built-in GHC to build the helper | Daniel Gröber | 2018-10-27 | 3 | -38/+46 |
* | Refactor Unit handling | Daniel Gröber | 2018-10-27 | 4 | -67/+89 |
* | Add package-id unit-query | Daniel Gröber | 2018-10-27 | 3 | -2/+10 |
* | Add stack support | Daniel Gröber | 2018-10-27 | 3 | -1/+304 |
* | Start refactoring to support cabal v2-build | Daniel Gröber | 2018-10-27 | 5 | -170/+239 |
* | Include source hash in helper binary output path | Daniel Gröber | 2018-10-26 | 1 | -18/+18 |
* | Move 'mightExist' to Common module | Daniel Gröber | 2018-10-26 | 2 | -7/+7 |
* | Fix Show instance for Panic | Daniel Gröber | 2018-10-26 | 1 | -1/+3 |
* | Fix a couple of warnings | Daniel Gröber | 2018-10-26 | 2 | -6/+19 |
* | Remove unused parameter from componentNameToCh | Daniel Gröber | 2018-10-26 | 2 | -9/+9 |
* | Move compat code out of Runtime/Main.hs | Daniel Gröber | 2018-10-26 | 3 | -54/+212 |
* | Support hashing runtime sources | Daniel Gröber | 2018-10-26 | 1 | -6/+30 |
* | Remove wrapper, integrate functionality into the library | Daniel Gröber | 2018-08-26 | 5 | -438/+219 |
* | Fix package-id command | Daniel Gröber | 2018-08-23 | 1 | -1/+1 |
* | Change maintainer email address | Daniel Gröber | 2018-08-13 | 12 | -12/+12 |
* | Add package name and description to license headers | Daniel Gröber | 2018-08-13 | 11 | -0/+11 |
* | Downgrade license from AGPLv3 to regular GPLv3 | Daniel Gröber | 2018-08-13 | 12 | -43/+88 |
* | Add initial new-build (v2-build) support to wrapper | Daniel Gröber | 2018-08-12 | 3 | -52/+142 |
* | Remove unused import | Daniel Gröber | 2018-08-12 | 1 | -1/+0 |
* | Add --help option to wrapper | Daniel Gröber | 2018-08-12 | 2 | -3/+7 |
* | Add Cabal 2.4 support | Daniel Gröber | 2018-08-12 | 3 | -100/+38 |
* | ci: Limit compile-test build concurrency | Daniel Gröber | 2018-06-17 | 1 | -4/+10 |
* | Use `-j` when building Cabal HEAD | Daniel Gröber | 2018-04-16 | 1 | -0/+1 |
* | Use componentOutDir with all Cabal versions to fix cabal-preprocessors test (... | Maxim Ivanov | 2018-04-13 | 1 | -4/+0 |
* | Fix building with Cabal 2.2 (#53) | Julian Ospald | 2018-04-05 | 3 | -7/+38 |
* | Revert "Merge pull request #48 from ulidtko/fix-componentOutDir-cabal2.0" | Daniel Gröber | 2018-03-17 | 1 | -2/+2 |
* | Fix inverted Cabal2.0 version check; fix cabal-preprocessors test | max ulidtko | 2018-03-17 | 1 | -2/+2 |
* | Fix combineEP, to preserve top level exe targets (#45) | Alan Zimmerman | 2018-02-08 | 1 | -7/+15 |
* | Revert hsSourceDirs hackery (#43) | Alan Zimmerman | 2018-01-29 | 1 | -6/+0 |
* | Fix docs | Daniel Gröber | 2018-01-19 | 1 | -1/+1 |
* | Refactor 'compileHelper' to cache helper in all cases | Daniel Gröber | 2018-01-18 | 1 | -91/+112 |
* | Remove package license query | Daniel Gröber | 2018-01-18 | 3 | -137/+2 |
* | Fix and refactor CH.C.Compile | Daniel Gröber | 2018-01-18 | 2 | -109/+167 |
* | Make PackageDbDir newtype accessor more conventional | Daniel Gröber | 2018-01-18 | 2 | -3/+3 |
* | Refactor to introduce Cabal version type | Daniel Gröber | 2018-01-18 | 4 | -71/+75 |
* | Move import into CPP zone | Alan Zimmerman | 2018-01-18 | 1 | -3/+3 |
* | When a component uses an internal backpack module, use cabal opts | Alan Zimmerman | 2018-01-18 | 1 | -17/+14 |
* | WIP on addressing review issues | Alan Zimmerman | 2018-01-18 | 1 | -23/+39 |
* | Clean up | Alan Zimmerman | 2018-01-18 | 1 | -5/+0 |
* | Tests pass for backpack | Alan Zimmerman | 2018-01-18 | 1 | -6/+16 |
* | Progress on when to build and when not | Alan Zimmerman | 2018-01-18 | 1 | -4/+12 |
* | Bring in needsBuildOuput query, for indefinite modules | Alan Zimmerman | 2018-01-18 | 2 | -28/+75 |
* | WIP on backpack support | Alan Zimmerman | 2018-01-18 | 2 | -21/+49 |
* | Add CPP for earlier cabal versions | Alan Zimmerman | 2018-01-18 | 1 | -0/+7 |
* | Add missing tests to sdist, check for Cabal 2.0 for CFlib | Alan Zimmerman | 2018-01-18 | 1 | -0/+2 |
* | Saner way to merge entrypoints | Alan Zimmerman | 2018-01-18 | 1 | -27/+19 |