Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Use Cabal internal libraries instead of sharing 'hs-source-dirs' | Daniel Gröber | 2018-10-27 | 1 | -58/+67 |
| | |||||
* | Add stack support | Daniel Gröber | 2018-10-27 | 1 | -0/+2 |
| | |||||
* | Start refactoring to support cabal v2-build | Daniel Gröber | 2018-10-27 | 1 | -3/+3 |
| | |||||
* | Drop GHC 7.8 support | Daniel Gröber | 2018-10-27 | 1 | -1/+1 |
| | | | | | | | | | Unfortunately we need process-1.2.3.0 for 'readCreateProcess' replacing it for 7.8 is just too much effort. For testing's sake GHC 7.10 can still build Cabal-1.18.* but not 1.20, seems to just need a hackage revision though. Just disable 1.20 for now. I don't think anyone really still uses that. | ||||
* | Move compat code out of Runtime/Main.hs | Daniel Gröber | 2018-10-26 | 1 | -0/+1 |
| | |||||
* | Support hashing runtime sources | Daniel Gröber | 2018-10-26 | 1 | -0/+3 |
| | |||||
* | Remove wrapper, integrate functionality into the library | Daniel Gröber | 2018-08-26 | 1 | -51/+17 |
| | | | | | | | | | | | | The use of a wrapper executable to compile the real helper was a design mistake originally intended to isolate the calling application from a dependency on the Cabal library completely. This isolation turned out to be rather tedious and thus was ignored soon, the wrapper remained though. Due to the way cabal-install installs components of a package into seperate install trees when using new-install finding the wrapper exe reliably has become pretty much impossible without huge effort. Hence we remove it and integrate the functionality into the library instead. | ||||
* | Allow cabal-plan 0.4 | Daniel Gröber | 2018-08-23 | 1 | -4/+4 |
| | |||||
* | Add build-tools-depends in library for wrapper | Daniel Gröber | 2018-08-23 | 1 | -0/+3 |
| | |||||
* | Change maintainer email address | Daniel Gröber | 2018-08-13 | 1 | -2/+2 |
| | |||||
* | Downgrade license from AGPLv3 to regular GPLv3 | Daniel Gröber | 2018-08-13 | 1 | -2/+1 |
| | | | | | | | | | | | | | | There are only 8 commits in cabal-helper not by me or alanz, see: $ git log --author='Daniel Gröber\|Alan Zimmerman' --invert-grep -p 9142d8a9e6ed18faf17a360521fbbbd25f6a3b47 Alan Zimmerman has agreed to the license change on IRC. The rest are IMO uncopyrightable. I'm pretty sure version-bounds are "facts" which are inherently uncopyrightable, i.e. the software builds with this and that version, that's a fact. Simple build fixes such as ae568d10 and eb178a5b shouldn't really cross the necessary creative threshold. | ||||
* | Add initial new-build (v2-build) support to wrapper | Daniel Gröber | 2018-08-12 | 1 | -5/+17 |
| | |||||
* | 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 |
| |