Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Add Cabal 2.4 support | Daniel Gröber | 2018-08-12 | 1 | -3/+3 | |
| | ||||||
* | Bump version to 0.8.1.0 | Daniel Gröber | 2018-07-26 | 1 | -1/+1 | |
| | ||||||
* | Fix libexec path guessing when using new-build | Daniel Gröber | 2018-06-17 | 1 | -0/+2 | |
| | ||||||
* | 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 | 1 | -9/+6 | |
| | | | | | 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 | |
| | ||||||
* | Bump template-haskell to <2.14 | Daniel Gröber | 2018-04-16 | 1 | -4/+4 | |
| | ||||||
* | Fix building with Cabal 2.2 (#53) | Julian Ospald | 2018-04-05 | 1 | -5/+5 | |
| | ||||||
* | Raise bound on 'temporary', fix #52 | Daniel Gröber | 2018-04-04 | 1 | -3/+3 | |
| | ||||||
* | Bump to 0.8.0.2 | Daniel Gröber | 2018-02-09 | 1 | -1/+1 | |
| | ||||||
* | Revert hsSourceDirs hackery (#43) | Alan Zimmerman | 2018-01-29 | 1 | -1/+1 | |
| | | | 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 | 1 | -1/+1 | |
| | | | | We have removed the corresponding code in a543f44bd. | |||||
* | Fix docs | Daniel Gröber | 2018-01-19 | 1 | -2/+2 | |
| | | | | | | ..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 | |
| | ||||||
* | Remove package license query | Daniel Gröber | 2018-01-18 | 1 | -1/+0 | |
| | ||||||
* | Cleanup section sharing for tests in cabal file | Daniel Gröber | 2018-01-18 | 1 | -26/+74 | |
| | ||||||
* | Clean up | Alan Zimmerman | 2018-01-18 | 1 | -0/+1 | |
| | ||||||
* | Add missing tests to sdist, check for Cabal 2.0 for CFlib | Alan Zimmerman | 2018-01-18 | 1 | -0/+4 | |
| | ||||||
* | ghc-session: Add backpack test project | Daniel Gröber | 2018-01-18 | 1 | -0/+8 | |
| | ||||||
* | Bump unix-compat upper bound | Alan Zimmerman | 2018-01-18 | 1 | -3/+3 | |
| | ||||||
* | Re-enable compile-test | Alan Zimmerman | 2018-01-18 | 1 | -37/+37 | |
| | ||||||
* | Add cabal files for ghc-session-test. | Alan Zimmerman | 2018-01-18 | 1 | -37/+39 | |
| | | | | Temporarily disable compile-test, for quicker CI feedback. | |||||
* | Cleaning up | Alan Zimmerman | 2018-01-18 | 1 | -37/+37 | |
| | ||||||
* | WIP on getting projects to build with Cabal 2.0/GHC 8.2 | Alan Zimmerman | 2018-01-18 | 1 | -37/+37 | |
| | ||||||
* | Add a test which brings up a GHC session | Daniel Gröber | 2018-01-18 | 1 | -0/+37 | |
| | ||||||
* | Relax semigroupoids constraint | Alan Zimmerman | 2017-11-19 | 1 | -1/+1 | |
| | ||||||
* | Fix windows build using unix-compat | Vladislav Shtepin | 2017-11-07 | 1 | -6/+18 | |
| | ||||||
* | Re-add ghc-prim depends | Daniel Gröber | 2017-09-28 | 1 | -1/+7 | |
| | ||||||
* | Move split source into src/ and lib/ | Daniel Gröber | 2017-09-28 | 1 | -3/+6 | |
| | ||||||
* | Simplify Distribution.Helper API | Daniel Gröber | 2017-09-28 | 1 | -0/+1 | |
| | | | | | | | | | | 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. | |||||
* | Cleanup dependencies | Daniel Gröber | 2017-09-26 | 1 | -12/+13 | |
| | ||||||
* | Remove obsolete TODOs | Daniel Gröber | 2017-09-26 | 1 | -3/+0 | |
| | | | | [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 Setup.hs dependencies | Daniel Gröber | 2017-09-26 | 1 | -7/+3 | |
| | ||||||
* | Refactor CH.C.Data to use 'unix' instead of 'time' | Daniel Gröber | 2017-09-26 | 1 | -3/+3 | |
| | ||||||
* | 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 | |
| | ||||||
* | Fix some warnings | Daniel Gröber | 2017-09-25 | 1 | -2/+3 | |
| | ||||||
* | Update package description | Daniel Gröber | 2017-09-25 | 1 | -23/+17 | |
| | ||||||
* | Remove 'Options' from shared Types module | Daniel Gröber | 2017-09-25 | 1 | -4/+4 | |
| | | | | Only needed at compiletime, were being hidden everywhere else already. | |||||
* | Remove 'extra' dependency | Daniel Gröber | 2017-09-19 | 1 | -4/+4 | |
| | | | | ..constrains dependency versions too much and just causes failures. | |||||
* | Use 'extra' for 'lookupEnv' | Daniel Gröber | 2017-09-18 | 1 | -1/+2 | |
| | ||||||
* | Fix literally everything :) | Daniel Gröber | 2017-09-18 | 1 | -32/+45 | |
| | | | | | | | | | | | | | | Sorry for the megacommit - Seperate modules into: - Compiletime, modules which are only used while building the package - Runtime, modues included in the wrapper binary to be compiled on the users machine at runtime - Shared, modues used in both contexts - Refactor runtime compilation - Completely revamp output paths - Don't chdir when invoking ghc - Require cabal-version 1.14 in cabal file | |||||
* | Relax 'process' constraint for GHC 8.2 | Daniel Gröber | 2017-09-05 | 1 | -3/+3 | |
| | ||||||
* | Fix Cabal dependency bounds | Daniel Gröber | 2017-08-19 | 1 | -24/+24 | |
| | | | | The cabal guys released what was originally called 2.1 as 2.0 -.- | |||||
* | Bump to 0.8.0.0 | Daniel Gröber | 2017-08-19 | 1 | -1/+1 | |
| | ||||||
* | Fix the build | Daniel Gröber | 2017-06-12 | 1 | -0/+1 | |
| | ||||||
* | Update and fix support for Cabal HEAD | Daniel Gröber | 2017-06-12 | 1 | -7/+8 | |
| | ||||||
* | Ship cabal-dependency-licenses license | Daniel Gröber | 2017-05-22 | 1 | -0/+1 | |
| | | | | wow so meta |