Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add descriptions to the tests | Daniel Gröber | 2019-01-22 | 1 | -0/+5 |
| | |||||
* | ghc-session: Refactor in preparation for Stack tests | Daniel Gröber | 2019-01-22 | 1 | -43/+54 |
| | |||||
* | Allow v2-build projects to not have a cabal.project file | Daniel Gröber | 2019-01-22 | 1 | -4/+0 |
| | |||||
* | Run tests against both old and new build configurations | Alan Zimmerman | 2019-01-22 | 1 | -16/+83 |
| | |||||
* | Add some comments | Daniel Gröber | 2018-10-27 | 1 | -2/+3 |
| | |||||
* | Refactor Unit handling | Daniel Gröber | 2018-10-27 | 1 | -14/+18 |
| | |||||
* | Add 'allUnits' convenience query | Daniel Gröber | 2018-10-27 | 1 | -5/+1 |
| | |||||
* | tests: Ignore `cabal sdist` warnings | Daniel Gröber | 2018-10-27 | 1 | -1/+1 |
| | |||||
* | Start refactoring to support cabal v2-build | Daniel Gröber | 2018-10-27 | 1 | -10/+14 |
| | |||||
* | Drop Cabal<2.0 compiletime support | Daniel Gröber | 2018-06-16 | 1 | -27/+20 |
| | | | | | We still support <2.0 at runtime this only concerns the Cabal version used at cabal-install time. | ||||
* | Revert hsSourceDirs hackery (#43) | Alan Zimmerman | 2018-01-29 | 1 | -1/+13 |
| | | | Move hack to GhcSession test for now, the corresponding logic should be moved into c-h instead of living in ghc-mod instead. | ||||
* | ghc-session: Factor out CPP | Daniel Gröber | 2018-01-18 | 1 | -5/+7 |
| | |||||
* | When a component uses an internal backpack module, use cabal opts | Alan Zimmerman | 2018-01-18 | 1 | -6/+2 |
| | | | | Which includes inserting the inplace directory for package includes | ||||
* | WIP on addressing review issues | Alan Zimmerman | 2018-01-18 | 1 | -4/+2 |
| | | | | | Still need clarity on best way of adding the local package db when it is needed and exists. | ||||
* | Clean up | Alan Zimmerman | 2018-01-18 | 1 | -10/+5 |
| | |||||
* | Remove extraneous imports | Alan Zimmerman | 2018-01-18 | 1 | -10/+0 |
| | |||||
* | Tests pass for backpack | Alan Zimmerman | 2018-01-18 | 1 | -0/+11 |
| | |||||
* | Progress on when to build and when not | Alan Zimmerman | 2018-01-18 | 1 | -28/+37 |
| | |||||
* | Bring in needsBuildOuput query, for indefinite modules | Alan Zimmerman | 2018-01-18 | 1 | -23/+30 |
| | |||||
* | WIP on backpack support | Alan Zimmerman | 2018-01-18 | 1 | -9/+23 |
| | |||||
* | Saner way to merge entrypoints | Alan Zimmerman | 2018-01-18 | 1 | -1/+1 |
| | |||||
* | ghc-session: Add backpack test project | Daniel Gröber | 2018-01-18 | 1 | -0/+1 |
| | |||||
* | ghc-session: Make tests fail on warnings | Daniel Gröber | 2018-01-18 | 1 | -2/+5 |
| | |||||
* | ghc-session: Add flib test | Daniel Gröber | 2018-01-18 | 1 | -0/+1 |
| | |||||
* | Revert indentation | Alan Zimmerman | 2018-01-18 | 1 | -30/+30 |
| | |||||
* | Remove commented out code | Alan Zimmerman | 2018-01-18 | 1 | -5/+0 |
| | |||||
* | Update as per @DanielG comments | Alan Zimmerman | 2018-01-18 | 1 | -28/+28 |
| | |||||
* | Try to fix GHC 7.4 build | Alan Zimmerman | 2018-01-18 | 1 | -2/+4 |
| | |||||
* | Use defaultLogAction for GHC 7.4 | Alan Zimmerman | 2018-01-18 | 1 | -0/+4 |
| | |||||
* | Disambiguate liftIO for GHC 7.4 | Alan Zimmerman | 2018-01-18 | 1 | -0/+4 |
| | |||||
* | Bring MonadIO Ghc into scope for GHC 7.4 | Alan Zimmerman | 2018-01-18 | 1 | -29/+37 |
| | |||||
* | Cleaning up | Alan Zimmerman | 2018-01-18 | 1 | -13/+3 |
| | |||||
* | WIP on getting projects to build with Cabal 2.0/GHC 8.2 | Alan Zimmerman | 2018-01-18 | 1 | -3/+13 |
| | |||||
* | Add a test which brings up a GHC session | Daniel Gröber | 2018-01-18 | 1 | -0/+137 |