Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | ci: Update to GHC 8.4.3 | Daniel Gröber | 2018-06-17 | 1 | -2/+2 |
| | |||||
* | ci: Show streaming test output | Daniel Gröber | 2018-06-17 | 1 | -1/+1 |
| | |||||
* | ghc-session: Fix `cabal sdist` warning | Daniel Gröber | 2018-06-17 | 1 | -1/+1 |
| | |||||
* | compile-test: Add list-version command to list Cabal versions | Daniel Gröber | 2018-06-17 | 1 | -72/+80 |
| | |||||
* | Drop GHC <=7.6 support | Daniel Gröber | 2018-06-17 | 1 | -31/+22 |
| | |||||
* | Drop Cabal<2.0 compiletime support | Daniel Gröber | 2018-06-16 | 4 | -165/+32 |
| | | | | | We still support <2.0 at runtime this only concerns the Cabal version used at cabal-install time. | ||||
* | Remove unnecessary dependency on 'exceptions' | Daniel Gröber | 2018-04-30 | 1 | -3/+0 |
| | |||||
* | ci: Add GHC 8.4 image | Daniel Gröber | 2018-04-16 | 1 | -0/+5 |
| | |||||
* | Use `-j` when building Cabal HEAD | Daniel Gröber | 2018-04-16 | 1 | -0/+1 |
| | |||||
* | compile-test: Add Cabal versions for GHC 8.4 | Daniel Gröber | 2018-04-16 | 1 | -0/+3 |
| | |||||
* | Bump template-haskell to <2.14 | Daniel Gröber | 2018-04-16 | 1 | -4/+4 |
| | |||||
* | Use componentOutDir with all Cabal versions to fix cabal-preprocessors test ↵ | Maxim Ivanov | 2018-04-13 | 1 | -4/+0 |
| | | | | (#49) | ||||
* | Fix building with Cabal 2.2 (#53) | Julian Ospald | 2018-04-05 | 4 | -12/+43 |
| | |||||
* | Raise bound on 'temporary', fix #52 | Daniel Gröber | 2018-04-04 | 1 | -3/+3 |
| | |||||
* | Revert "Merge pull request #48 from ulidtko/fix-componentOutDir-cabal2.0" | Daniel Gröber | 2018-03-17 | 1 | -2/+2 |
| | | | | | This reverts commit 0d05f81305d4bd16bc647f6d60017fdb10d9cfb3, reversing changes made to b81f78ab5008506ebefa75d6d8aa512e4e7a378e. | ||||
* | Merge pull request #48 from ulidtko/fix-componentOutDir-cabal2.0 | Maxim Ivanov | 2018-03-17 | 1 | -2/+2 |
|\ | | | | | Fix inverted Cabal2.0 version check; fix cabal-preprocessors test | ||||
| * | Fix inverted Cabal2.0 version check; fix cabal-preprocessors test | max ulidtko | 2018-03-17 | 1 | -2/+2 |
|/ | |||||
* | Bump to 0.8.0.2 | Daniel Gröber | 2018-02-09 | 1 | -1/+1 |
| | |||||
* | 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 | 3 | -8/+14 |
| | | | Move hack to GhcSession test for now, the corresponding logic should be moved into c-h instead of living in ghc-mod instead. | ||||
* | Remove cabal-dependency-licenses license | Daniel Gröber | 2018-01-19 | 2 | -31/+1 |
| | | | | We have removed the corresponding code in a543f44bd. | ||||
* | Fix docs | Daniel Gröber | 2018-01-19 | 3 | -4/+4 |
| | | | | | | ..its called XDG_CACHE_HOME not XDG_CACHE_DIR. [skip ci] | ||||
* | Add build-tool-depends:cabal to tests | Daniel Gröber | 2018-01-18 | 1 | -3/+3 |
| | |||||
* | ci: Disable cabal-helper-main component on GHC 7.4 | Daniel Gröber | 2018-01-18 | 1 | -4/+8 |
| | |||||
* | Refactor 'compileHelper' to cache helper in all cases | Daniel Gröber | 2018-01-18 | 3 | -97/+122 |
| | |||||
* | Remove package license query | Daniel Gröber | 2018-01-18 | 5 | -146/+2 |
| | |||||
* | Fix and refactor CH.C.Compile | Daniel Gröber | 2018-01-18 | 3 | -118/+206 |
| | | | | ..compilation outputs were landing in CWD | ||||
* | Make PackageDbDir newtype accessor more conventional | Daniel Gröber | 2018-01-18 | 2 | -3/+3 |
| | |||||
* | compile-test: Add Cabal-2.0.{1.0,1.1} | Daniel Gröber | 2018-01-18 | 1 | -0/+2 |
| | |||||
* | Refactor to introduce Cabal version type | Daniel Gröber | 2018-01-18 | 5 | -81/+85 |
| | |||||
* | Cleanup section sharing for tests in cabal file | Daniel Gröber | 2018-01-18 | 2 | -26/+108 |
| | |||||
* | ghc-session: Factor out CPP | Daniel Gröber | 2018-01-18 | 1 | -5/+7 |
| | |||||
* | 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 | 2 | -23/+16 |
| | | | | Which includes inserting the inplace directory for package includes | ||||
* | WIP on addressing review issues | Alan Zimmerman | 2018-01-18 | 3 | -28/+42 |
| | | | | | 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 | 3 | -15/+6 |
| | |||||
* | Remove extraneous imports | Alan Zimmerman | 2018-01-18 | 1 | -10/+0 |
| | |||||
* | Tests pass for backpack | Alan Zimmerman | 2018-01-18 | 2 | -6/+27 |
| | |||||
* | Progress on when to build and when not | Alan Zimmerman | 2018-01-18 | 3 | -32/+50 |
| | |||||
* | Bring in needsBuildOuput query, for indefinite modules | Alan Zimmerman | 2018-01-18 | 4 | -59/+121 |
| | |||||
* | WIP on backpack support | Alan Zimmerman | 2018-01-18 | 3 | -30/+72 |
| | |||||
* | 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 | 2 | -0/+6 |
| | |||||
* | Saner way to merge entrypoints | Alan Zimmerman | 2018-01-18 | 2 | -28/+20 |
| | |||||
* | Add recursive otherModules and exposedModules to the "entrypoints" | Alan Zimmerman | 2018-01-18 | 1 | -17/+46 |
| | |||||
* | ghc-session: Add backpack test project | Daniel Gröber | 2018-01-18 | 10 | -0/+120 |
| | |||||
* | 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 | 5 | -0/+35 |
| | |||||
* | ghc-session: Add test-suite and benchmark tests | Daniel Gröber | 2018-01-18 | 2 | -2/+22 |
| | |||||
* | Fix componentOutDir for foreign-libs | Daniel Gröber | 2018-01-18 | 1 | -13/+16 |
| |