aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Use vendored cabal-planDaniel Gröber2018-10-261-2/+1
| | | | | | Just until pkg-src parsing is merged: https://github.com/haskell-hvr/cabal-plan/pull/22
* git subrepo clone ../cabal-plan cabal-planDaniel Gröber2018-10-2615-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 supportDaniel Gröber2018-10-261-9/+2
|
* .gitignoreDaniel Gröber2018-10-262-4/+5
|
* Include source hash in helper binary output pathDaniel Gröber2018-10-261-18/+18
|
* Move 'mightExist' to Common moduleDaniel Gröber2018-10-262-7/+7
|
* Fix Show instance for PanicDaniel Gröber2018-10-261-1/+3
|
* Fix a couple of warningsDaniel Gröber2018-10-262-6/+19
|
* Remove unused parameter from componentNameToChDaniel Gröber2018-10-262-9/+9
|
* Move compat code out of Runtime/Main.hsDaniel Gröber2018-10-264-54/+213
|
* Support hashing runtime sourcesDaniel Gröber2018-10-262-6/+33
|
* Remove obsolete .travis.ymlDaniel Gröber2018-10-101-46/+0
|
* ci: Allow using the cabal store cache for MUCH faster buildsDaniel Gröber2018-10-101-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 :)
* .projectileDaniel Gröber2018-08-261-0/+2
| | | | For excluding dirs from Emacs/Projectile indexing
* .gitignoreDaniel Gröber2018-08-261-0/+1
|
* Remove wrapper, integrate functionality into the libraryDaniel Gröber2018-08-268-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.4Daniel Gröber2018-08-231-4/+4
|
* Add build-tools-depends in library for wrapperDaniel Gröber2018-08-231-0/+3
|
* Fix package-id commandDaniel Gröber2018-08-231-1/+1
|
* Change maintainer email addressDaniel Gröber2018-08-1314-16/+16
|
* Add package name and description to license headersDaniel Gröber2018-08-1312-1/+12
|
* Downgrade license from AGPLv3 to regular GPLv3Daniel Gröber2018-08-1315-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 wrapperDaniel Gröber2018-08-125-58/+160
|
* Remove unused importDaniel Gröber2018-08-121-1/+0
|
* Add --help option to wrapperDaniel Gröber2018-08-122-3/+7
|
* Add Cabal 2.4 supportDaniel Gröber2018-08-125-105/+45
|
* Fix libexec path guessing when using new-build againDaniel Gröber2018-08-121-2/+6
|
* Bump version to 0.8.1.0Daniel Gröber2018-07-261-1/+1
|
* ci: Limit compile-test build concurrencyDaniel Gröber2018-06-172-4/+12
|
* Add cabal.project fileDaniel Gröber2018-06-171-0/+2
|
* Remove hackage-metadataDaniel Gröber2018-06-1723-2104/+0
|
* Fix libexec path guessing when using new-buildDaniel Gröber2018-06-172-19/+76
|
* ci: Update to GHC 8.4.3Daniel Gröber2018-06-171-2/+2
|
* ci: Show streaming test outputDaniel Gröber2018-06-171-1/+1
|
* ghc-session: Fix `cabal sdist` warningDaniel Gröber2018-06-171-1/+1
|
* compile-test: Add list-version command to list Cabal versionsDaniel Gröber2018-06-171-72/+80
|
* Drop GHC <=7.6 supportDaniel Gröber2018-06-171-31/+22
|
* Drop Cabal<2.0 compiletime supportDaniel Gröber2018-06-164-165/+32
| | | | | 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öber2018-04-301-3/+0
|
* ci: Add GHC 8.4 imageDaniel Gröber2018-04-161-0/+5
|
* Use `-j` when building Cabal HEADDaniel Gröber2018-04-161-0/+1
|
* compile-test: Add Cabal versions for GHC 8.4Daniel Gröber2018-04-161-0/+3
|
* Bump template-haskell to <2.14Daniel Gröber2018-04-161-4/+4
|
* Use componentOutDir with all Cabal versions to fix cabal-preprocessors test ↵Maxim Ivanov2018-04-131-4/+0
| | | | (#49)
* Fix building with Cabal 2.2 (#53)Julian Ospald2018-04-054-12/+43
|
* Raise bound on 'temporary', fix #52Daniel Gröber2018-04-041-3/+3
|
* Revert "Merge pull request #48 from ulidtko/fix-componentOutDir-cabal2.0"Daniel Gröber2018-03-171-2/+2
| | | | | This reverts commit 0d05f81305d4bd16bc647f6d60017fdb10d9cfb3, reversing changes made to b81f78ab5008506ebefa75d6d8aa512e4e7a378e.
* Merge pull request #48 from ulidtko/fix-componentOutDir-cabal2.0Maxim Ivanov2018-03-171-2/+2
|\ | | | | Fix inverted Cabal2.0 version check; fix cabal-preprocessors test
| * Fix inverted Cabal2.0 version check; fix cabal-preprocessors testmax ulidtko2018-03-171-2/+2
|/
* Bump to 0.8.0.2Daniel Gröber2018-02-091-1/+1
|