aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
* Move import into CPP zoneAlan Zimmerman2018-01-181-3/+3
|
* When a component uses an internal backpack module, use cabal optsAlan Zimmerman2018-01-182-23/+16
| | | | Which includes inserting the inplace directory for package includes
* WIP on addressing review issuesAlan Zimmerman2018-01-183-28/+42
| | | | | Still need clarity on best way of adding the local package db when it is needed and exists.
* Clean upAlan Zimmerman2018-01-183-15/+6
|
* Remove extraneous importsAlan Zimmerman2018-01-181-10/+0
|
* Tests pass for backpackAlan Zimmerman2018-01-182-6/+27
|
* Progress on when to build and when notAlan Zimmerman2018-01-183-32/+50
|
* Bring in needsBuildOuput query, for indefinite modulesAlan Zimmerman2018-01-184-59/+121
|
* WIP on backpack supportAlan Zimmerman2018-01-183-30/+72
|
* Add CPP for earlier cabal versionsAlan Zimmerman2018-01-181-0/+7
|
* Add missing tests to sdist, check for Cabal 2.0 for CFlibAlan Zimmerman2018-01-182-0/+6
|
* Saner way to merge entrypointsAlan Zimmerman2018-01-182-28/+20
|
* Add recursive otherModules and exposedModules to the "entrypoints"Alan Zimmerman2018-01-181-17/+46
|
* ghc-session: Add backpack test projectDaniel Gröber2018-01-1810-0/+120
|
* ghc-session: Make tests fail on warningsDaniel Gröber2018-01-181-2/+5
|
* ghc-session: Add flib testDaniel Gröber2018-01-185-0/+35
|
* ghc-session: Add test-suite and benchmark testsDaniel Gröber2018-01-182-2/+22
|
* Fix componentOutDir for foreign-libsDaniel Gröber2018-01-181-13/+16
|
* Provide foreign lib otherModulesAlan Zimmerman2018-01-181-1/+3
|
* 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
|