Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Implement behaviour for cabal new-* (#61) | Sebastian Wild | 2019-01-22 | 4 | -17/+37 | |
| | | | | | Add list of components to Unit data type to handle v2 based builds per cabal unit. | |||||
* | Bump base dependency to reflect reality | Daniel Gröber | 2019-01-22 | 1 | -6/+6 | |
| | | | | base-4.8 came with 7.10 which is the oldest supported GHC now. | |||||
* | Formatting/indent changes | Daniel Gröber | 2019-01-22 | 1 | -21/+19 | |
| | | | | [ci skip] | |||||
* | Upgrade Cabal-spec verson to 2.2 | Daniel Gröber | 2019-01-22 | 1 | -2/+2 | |
| | ||||||
* | ci: Add GHC-8.6.2 job | Daniel Gröber | 2019-01-22 | 4 | -9/+16 | |
| | ||||||
* | ci: Use Hackage index state at commit date | Daniel Gröber | 2019-01-22 | 1 | -1/+1 | |
| | ||||||
* | Fix getProjConfModTime: allow missing *.project.{local,freeze} files | Daniel Gröber | 2018-10-27 | 1 | -3/+10 | |
| | ||||||
* | Split up Compile.hs into multiple modules | Daniel Gröber | 2018-10-27 | 12 | -474/+671 | |
| | ||||||
* | Add some comments | Daniel Gröber | 2018-10-27 | 2 | -3/+10 | |
| | ||||||
* | Make some more datatype fields strict | Daniel Gröber | 2018-10-27 | 1 | -3/+3 | |
| | ||||||
* | Whitespace changes | Daniel Gröber | 2018-10-27 | 1 | -2/+2 | |
| | ||||||
* | Fix listCabalVersions logic bug | Daniel Gröber | 2018-10-27 | 1 | -12/+10 | |
| | | | | | The 'mdb' argument is supposed to be interpreted as "use the global db" when it's 'Nothing'. | |||||
* | Suport using Stack's built-in GHC to build the helper | Daniel Gröber | 2018-10-27 | 5 | -87/+82 | |
| | ||||||
* | Refactor Unit handling | Daniel Gröber | 2018-10-27 | 6 | -271/+333 | |
| | ||||||
* | Add package-id unit-query | Daniel Gröber | 2018-10-27 | 4 | -6/+15 | |
| | ||||||
* | Use Cabal internal libraries instead of sharing 'hs-source-dirs' | Daniel Gröber | 2018-10-27 | 1 | -58/+67 | |
| | ||||||
* | Remove unused import | Daniel Gröber | 2018-10-27 | 1 | -1/+0 | |
| | ||||||
* | Add 'allUnits' convenience query | Daniel Gröber | 2018-10-27 | 2 | -6/+7 | |
| | ||||||
* | compile-test: Add new Cabal versions | Daniel Gröber | 2018-10-27 | 1 | -0/+2 | |
| | ||||||
* | tests: Ignore `cabal sdist` warnings | Daniel Gröber | 2018-10-27 | 1 | -1/+1 | |
| | ||||||
* | Add stack support | Daniel Gröber | 2018-10-27 | 5 | -155/+352 | |
| | ||||||
* | Start refactoring to support cabal v2-build | Daniel Gröber | 2018-10-27 | 9 | -532/+782 | |
| | ||||||
* | Switch CI to v2-build | Daniel Gröber | 2018-10-27 | 8 | -18/+16 | |
| | ||||||
* | ci: Upgrade to GHC 8.4.4 and cabal-install 2.2 | Daniel Gröber | 2018-10-27 | 1 | -8/+8 | |
| | ||||||
* | Drop GHC 7.8 support | Daniel Gröber | 2018-10-27 | 3 | -26/+22 | |
| | | | | | | | | | 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. | |||||
* | Use vendored cabal-plan | Daniel Gröber | 2018-10-26 | 1 | -2/+1 | |
| | | | | | | Just until pkg-src parsing is merged: https://github.com/haskell-hvr/cabal-plan/pull/22 | |||||
* | git subrepo clone ../cabal-plan cabal-plan | Daniel Gröber | 2018-10-26 | 15 | -0/+3920 | |
| | | | | | | | | | | | | | | subrepo: subdir: "cabal-plan" merged: "34506ab" upstream: origin: "../cabal-plan" branch: "master" commit: "34506ab" git-subrepo: version: "0.3.1" origin: "https://github.com/ingydotnet/git-subrepo.git" commit: "a7ee886" | |||||
* | Drop GHC<7.8 support | Daniel Gröber | 2018-10-26 | 1 | -9/+2 | |
| | ||||||
* | .gitignore | Daniel Gröber | 2018-10-26 | 2 | -4/+5 | |
| | ||||||
* | Include source hash in helper binary output path | Daniel Gröber | 2018-10-26 | 1 | -18/+18 | |
| | ||||||
* | Move 'mightExist' to Common module | Daniel Gröber | 2018-10-26 | 2 | -7/+7 | |
| | ||||||
* | Fix Show instance for Panic | Daniel Gröber | 2018-10-26 | 1 | -1/+3 | |
| | ||||||
* | Fix a couple of warnings | Daniel Gröber | 2018-10-26 | 2 | -6/+19 | |
| | ||||||
* | Remove unused parameter from componentNameToCh | Daniel Gröber | 2018-10-26 | 2 | -9/+9 | |
| | ||||||
* | Move compat code out of Runtime/Main.hs | Daniel Gröber | 2018-10-26 | 4 | -54/+213 | |
| | ||||||
* | Support hashing runtime sources | Daniel Gröber | 2018-10-26 | 2 | -6/+33 | |
| | ||||||
* | Remove obsolete .travis.yml | Daniel Gröber | 2018-10-10 | 1 | -46/+0 | |
| | ||||||
* | ci: Allow using the cabal store cache for MUCH faster builds | Daniel Gröber | 2018-10-10 | 1 | -0/+5 | |
| | | | | | This gets shared across all my projects building on the same server, so holy crap this is amazing! Basically _the_ killer `cabal new-build` feature :) | |||||
* | .projectile | Daniel Gröber | 2018-08-26 | 1 | -0/+2 | |
| | | | | For excluding dirs from Emacs/Projectile indexing | |||||
* | .gitignore | Daniel Gröber | 2018-08-26 | 1 | -0/+1 | |
| | ||||||
* | Remove wrapper, integrate functionality into the library | Daniel Gröber | 2018-08-26 | 8 | -694/+419 | |
| | | | | | | | | | | | | 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 | |
| | ||||||
* | Fix package-id command | Daniel Gröber | 2018-08-23 | 1 | -1/+1 | |
| | ||||||
* | Change maintainer email address | Daniel Gröber | 2018-08-13 | 14 | -16/+16 | |
| | ||||||
* | Add package name and description to license headers | Daniel Gröber | 2018-08-13 | 12 | -1/+12 | |
| | ||||||
* | Downgrade license from AGPLv3 to regular GPLv3 | Daniel Gröber | 2018-08-13 | 15 | -117/+174 | |
| | | | | | | | | | | | | | | 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 | 5 | -58/+160 | |
| | ||||||
* | Remove unused import | Daniel Gröber | 2018-08-12 | 1 | -1/+0 | |
| | ||||||
* | Add --help option to wrapper | Daniel Gröber | 2018-08-12 | 2 | -3/+7 | |
| |