aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
* Revert indentationAlan Zimmerman2018-01-181-30/+30
|
* Remove commented out codeAlan Zimmerman2018-01-181-5/+0
|
* Update as per @DanielG commentsAlan Zimmerman2018-01-183-52/+47
|
* Bump unix-compat upper boundAlan Zimmerman2018-01-181-3/+3
|
* Re-enable compile-testAlan Zimmerman2018-01-181-37/+37
|
* Try to fix GHC 7.4 buildAlan Zimmerman2018-01-181-2/+4
|
* Use defaultLogAction for GHC 7.4Alan Zimmerman2018-01-181-0/+4
|
* Disambiguate liftIO for GHC 7.4Alan Zimmerman2018-01-181-0/+4
|
* Bring MonadIO Ghc into scope for GHC 7.4Alan Zimmerman2018-01-181-29/+37
|
* Keep 7.8.4 build happyAlan Zimmerman2018-01-181-1/+2
|
* Add cabal files for ghc-session-test.Alan Zimmerman2018-01-181-37/+39
| | | | Temporarily disable compile-test, for quicker CI feedback.
* Tests pass using GHC 8.2.2Alan Zimmerman2018-01-181-2/+36
|
* Cleaning upAlan Zimmerman2018-01-183-87/+66
|
* 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-185-49/+108
|
* Add a test which brings up a GHC sessionDaniel Gröber2018-01-1812-1/+248
|
* ci: Install test dependenciesDaniel Gröber2018-01-181-1/+1
|
* compile-test: Add GHC 8.2.2 to Cabal version tableDaniel Gröber2017-12-021-1/+6
|
* README: Add build status badgeDaniel Gröber2017-12-021-0/+1
|
* ci: Add retry loop to 'cabal update'Daniel Gröber2017-11-262-1/+1
|
* ci: Upgrade to GHC 8.2.2Daniel Gröber2017-11-261-2/+2
|
* Relax semigroupoids constraintAlan Zimmerman2017-11-191-1/+1
|
* Fix windows build using unix-compatVladislav Shtepin2017-11-074-13/+37
|
* 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
|
* Re-add ghc-prim dependsDaniel Gröber2017-09-281-1/+7
|
* Fix lib with GHC<7.10Daniel Gröber2017-09-281-2/+2
|
* Move split source into src/ and lib/Daniel Gröber2017-09-2815-8/+11
|
* Fix Setup.hs for GHC<7.10Daniel Gröber2017-09-281-0/+1
|
* Simplify Distribution.Helper APIDaniel Gröber2017-09-282-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öber2017-09-261-12/+12
|
* Module header for Distribution.HelperDaniel Gröber2017-09-261-2/+8
|
* Cleanup dependenciesDaniel Gröber2017-09-261-12/+13
|
* Remove obsolete TODOsDaniel Gröber2017-09-262-8/+1
| | | | [ci skip]
* Remove 'ghc-prim' dependencyDaniel Gröber2017-09-261-3/+0
| | | | Not sure what that was added for but looks useless.
* Cleanup module headersDaniel Gröber2017-09-269-16/+85
|
* Cleanup Setup.hs dependenciesDaniel Gröber2017-09-262-16/+3
|
* Fix compilation-test for GHC 7.4Daniel Gröber2017-09-261-1/+1
|
* Fix shadowing warningDaniel Gröber2017-09-261-2/+3
|
* Fix missing 'lookupEnv' for GHC 7.4Daniel Gröber2017-09-261-0/+1
|
* Refactor CH.C.Data to use 'unix' instead of 'time'Daniel Gröber2017-09-262-14/+14
|
* Reflow package description in cabal file for 80colsDaniel Gröber2017-09-261-17/+20
| | | | [ci skip]
* Relax 'time' to >=1.4 && <1.9Daniel Gröber2017-09-261-2/+2
|
* Omit -j when calling Setup.hs for Cabal<1.20Daniel Gröber2017-09-261-7/+18
|
* ci: Add GHC 7.6, 7.4Daniel Gröber2017-09-251-0/+10
|
* ci: Remove images with ancient cabal-install versionsDaniel Gröber2017-09-251-10/+0
|
* Execute deprecationsDaniel Gröber2017-09-251-33/+4
|