aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
* 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
|
* Fix combineEP, to preserve top level exe targets (#45)Alan Zimmerman2018-02-081-7/+15
|
* Revert hsSourceDirs hackery (#43)Alan Zimmerman2018-01-293-8/+14
| | | 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 licenseDaniel Gröber2018-01-192-31/+1
| | | | We have removed the corresponding code in a543f44bd.
* Fix docsDaniel Gröber2018-01-193-4/+4
| | | | | | ..its called XDG_CACHE_HOME not XDG_CACHE_DIR. [skip ci]
* Add build-tool-depends:cabal to testsDaniel Gröber2018-01-181-3/+3
|
* ci: Disable cabal-helper-main component on GHC 7.4Daniel Gröber2018-01-181-4/+8
|
* Refactor 'compileHelper' to cache helper in all casesDaniel Gröber2018-01-183-97/+122
|
* Remove package license queryDaniel Gröber2018-01-185-146/+2
|
* Fix and refactor CH.C.CompileDaniel Gröber2018-01-183-118/+206
| | | | ..compilation outputs were landing in CWD
* Make PackageDbDir newtype accessor more conventionalDaniel Gröber2018-01-182-3/+3
|
* compile-test: Add Cabal-2.0.{1.0,1.1}Daniel Gröber2018-01-181-0/+2
|
* Refactor to introduce Cabal version typeDaniel Gröber2018-01-185-81/+85
|
* Cleanup section sharing for tests in cabal fileDaniel Gröber2018-01-182-26/+108
|
* ghc-session: Factor out CPPDaniel Gröber2018-01-181-5/+7
|
* 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
|