| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | 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 |
| | | |||||
| * | Keep 7.8.4 build happy | Alan Zimmerman | 2018-01-18 | 1 | -1/+2 |
| | | |||||
| * | Add cabal files for ghc-session-test. | Alan Zimmerman | 2018-01-18 | 1 | -37/+39 |
| | | | | | Temporarily disable compile-test, for quicker CI feedback. | ||||
| * | Tests pass using GHC 8.2.2 | Alan Zimmerman | 2018-01-18 | 1 | -2/+36 |
| | | |||||
| * | Cleaning up | Alan Zimmerman | 2018-01-18 | 3 | -87/+66 |
| | | |||||
| * | Passes test. | Alan Zimmerman | 2018-01-18 | 1 | -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-dependencies | Alan Zimmerman | 2018-01-18 | 1 | -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.2 | Alan Zimmerman | 2018-01-18 | 5 | -49/+108 |
| | | |||||
| * | Add a test which brings up a GHC session | Daniel Gröber | 2018-01-18 | 12 | -1/+248 |
| | | |||||
| * | ci: Install test dependencies | Daniel Gröber | 2018-01-18 | 1 | -1/+1 |
| | | |||||
| * | compile-test: Add GHC 8.2.2 to Cabal version table | Daniel Gröber | 2017-12-02 | 1 | -1/+6 |
| | | |||||
| * | README: Add build status badge | Daniel Gröber | 2017-12-02 | 1 | -0/+1 |
| | | |||||
| * | ci: Add retry loop to 'cabal update' | Daniel Gröber | 2017-11-26 | 2 | -1/+1 |
| | | |||||
| * | ci: Upgrade to GHC 8.2.2 | Daniel Gröber | 2017-11-26 | 1 | -2/+2 |
| | | |||||
| * | Relax semigroupoids constraint | Alan Zimmerman | 2017-11-19 | 1 | -1/+1 |
| | | |||||
| * | Fix windows build using unix-compat | Vladislav Shtepin | 2017-11-07 | 4 | -13/+37 |
| | | |||||
| * | Fix compilation error on GHC 7.{4,6,8} | Daniel Gröber | 2017-10-25 | 1 | -1/+3 |
| | | |||||
| * | Cleanup runtime Main | Daniel Gröber | 2017-10-10 | 1 | -140/+203 |
| | | |||||
| * | Support using act-as-setup with c-i >=1.24 | Daniel Gröber | 2017-10-04 | 1 | -16/+27 |
| | | |||||
| * | Move 'trim' to common | Daniel Gröber | 2017-10-04 | 2 | -3/+4 |
| | | |||||
| * | Re-add ghc-prim depends | Daniel Gröber | 2017-09-28 | 1 | -1/+7 |
| | | |||||
| * | Fix lib with GHC<7.10 | Daniel Gröber | 2017-09-28 | 1 | -2/+2 |
| | | |||||
| * | Move split source into src/ and lib/ | Daniel Gröber | 2017-09-28 | 15 | -8/+11 |
| | | |||||
| * | Fix Setup.hs for GHC<7.10 | Daniel Gröber | 2017-09-28 | 1 | -0/+1 |
| | | |||||
| * | Simplify Distribution.Helper API | Daniel Gröber | 2017-09-28 | 2 | -115/+186 |
| | | | | | | | | | | | Component queries are now done using Applicative (actually semigroupoids Apply) syntax, for example: runQuery _ $ components $ (,,) <$> ghcOptions <*> sourceDirs :: IO [([GhcOption], [SourceDir], ChComponentName)] Note that 'component' adds the 'ChComponentName' at the end. | ||||
| * | Rename 'default*' -> 'mk*' | Daniel Gröber | 2017-09-26 | 1 | -12/+12 |
| | | |||||
| * | Module header for Distribution.Helper | Daniel Gröber | 2017-09-26 | 1 | -2/+8 |
| | | |||||
| * | Cleanup dependencies | Daniel Gröber | 2017-09-26 | 1 | -12/+13 |
| | | |||||
| * | Remove obsolete TODOs | Daniel Gröber | 2017-09-26 | 2 | -8/+1 |
| | | | | | [ci skip] | ||||
| * | Remove 'ghc-prim' dependency | Daniel Gröber | 2017-09-26 | 1 | -3/+0 |
| | | | | | Not sure what that was added for but looks useless. | ||||
| * | Cleanup module headers | Daniel Gröber | 2017-09-26 | 9 | -16/+85 |
| | | |||||
| * | Cleanup Setup.hs dependencies | Daniel Gröber | 2017-09-26 | 2 | -16/+3 |
| | | |||||
| * | Fix compilation-test for GHC 7.4 | Daniel Gröber | 2017-09-26 | 1 | -1/+1 |
| | | |||||
| * | Fix shadowing warning | Daniel Gröber | 2017-09-26 | 1 | -2/+3 |
| | | |||||
| * | Fix missing 'lookupEnv' for GHC 7.4 | Daniel Gröber | 2017-09-26 | 1 | -0/+1 |
| | | |||||
| * | Refactor CH.C.Data to use 'unix' instead of 'time' | Daniel Gröber | 2017-09-26 | 2 | -14/+14 |
| | | |||||
| * | Reflow package description in cabal file for 80cols | Daniel Gröber | 2017-09-26 | 1 | -17/+20 |
| | | | | | [ci skip] | ||||
| * | Relax 'time' to >=1.4 && <1.9 | Daniel Gröber | 2017-09-26 | 1 | -2/+2 |
| | | |||||
| * | Omit -j when calling Setup.hs for Cabal<1.20 | Daniel Gröber | 2017-09-26 | 1 | -7/+18 |
| | | |||||
| * | ci: Add GHC 7.6, 7.4 | Daniel Gröber | 2017-09-25 | 1 | -0/+10 |
| | | |||||
| * | ci: Remove images with ancient cabal-install versions | Daniel Gröber | 2017-09-25 | 1 | -10/+0 |
| | | |||||
| * | Execute deprecations | Daniel Gröber | 2017-09-25 | 1 | -33/+4 |
| | | |||||
| * | Make debugging env var name consistent | Daniel Gröber | 2017-09-25 | 2 | -2/+2 |
| | | |||||
| * | Fix displayExceoption not being available on older GHCs | Daniel Gröber | 2017-09-25 | 1 | -1/+1 |
| | | |||||
| * | tests: Handle errors when installing Cabal and continue | Daniel Gröber | 2017-09-25 | 1 | -3/+10 |
| | | |||||
| * | Fix some warnings | Daniel Gröber | 2017-09-25 | 1 | -2/+3 |
| | | |||||
| * | tests: Use showVersion for 'Version' type | Daniel Gröber | 2017-09-25 | 1 | -2/+3 |
| | | |||||
| * | tests: Bump Cabal bound to 2.0 for 8.2 | Daniel Gröber | 2017-09-25 | 1 | -1/+1 |
| | | |||||
| * | Change cache dir name to 'cabal-helper' from 'ghc-mod' | Daniel Gröber | 2017-09-25 | 1 | -1/+1 |
| | | |||||
