aboutsummaryrefslogtreecommitdiff
path: root/cabal-helper.cabal
Commit message (Collapse)AuthorAgeFilesLines
* Flesh out project discovery APIDaniel Gröber2019-09-171-1/+0
|
* Start implementing Distribution.Helper.DiscoverZubin Duggal2019-09-171-0/+1
|
* compile-test: Read cabal versions from fileDaniel Gröber2019-06-191-0/+3
| | | | | This allows them to be checked for up-to-date'nes in CI like the stack-resolvers.
* ci: Move stack resolver table to a fileDaniel Gröber2019-06-191-0/+1
|
* Add skeleton for project discovery functionalityDaniel Gröber2019-03-311-0/+1
|
* Make Cabal-HEAD lib v2-build cachableDaniel Gröber2019-02-141-0/+1
|
* Shortcut helper compilation when Cabal version is already availableDaniel Gröber2019-02-091-0/+3
| | | | | This is mostly an optimization for Nix which already sets up the environment correctly, so we should reward its users :)
* Add support and test coverage for mulit-pkg projectsDaniel Gröber2019-01-261-1/+22
|
* Use cabal-plan-0.5 from HackageDaniel Gröber2019-01-221-1/+1
|
* Add example to show off cabal-helper's functionalityDaniel Gröber2019-01-221-0/+8
|
* Add helper compilation time to debug outputDaniel Gröber2019-01-221-0/+1
|
* Sync with Cabal HEADDaniel Gröber2019-01-221-0/+1
|
* Move Shared.Sandbox module to Compiletime.Daniel Gröber2019-01-221-2/+1
|
* Migrate to Cabal-2.2 common stanzas, yey!Daniel Gröber2019-01-221-137/+32
|
* Bump base dependency to reflect realityDaniel Gröber2019-01-221-6/+6
| | | | base-4.8 came with 7.10 which is the oldest supported GHC now.
* Upgrade Cabal-spec verson to 2.2Daniel Gröber2019-01-221-2/+2
|
* ci: Add GHC-8.6.2 jobDaniel Gröber2019-01-221-9/+9
|
* Split up Compile.hs into multiple modulesDaniel Gröber2018-10-271-0/+21
|
* Use Cabal internal libraries instead of sharing 'hs-source-dirs'Daniel Gröber2018-10-271-58/+67
|
* Add stack supportDaniel Gröber2018-10-271-0/+2
|
* Start refactoring to support cabal v2-buildDaniel Gröber2018-10-271-3/+3
|
* Drop GHC 7.8 supportDaniel Gröber2018-10-271-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.hsDaniel Gröber2018-10-261-0/+1
|
* Support hashing runtime sourcesDaniel Gröber2018-10-261-0/+3
|
* Remove wrapper, integrate functionality into the libraryDaniel Gröber2018-08-261-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.4Daniel Gröber2018-08-231-4/+4
|
* Add build-tools-depends in library for wrapperDaniel Gröber2018-08-231-0/+3
|
* Change maintainer email addressDaniel Gröber2018-08-131-2/+2
|
* Downgrade license from AGPLv3 to regular GPLv3Daniel Gröber2018-08-131-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 wrapperDaniel Gröber2018-08-121-5/+17
|
* Add Cabal 2.4 supportDaniel Gröber2018-08-121-3/+3
|
* Bump version to 0.8.1.0Daniel Gröber2018-07-261-1/+1
|
* Fix libexec path guessing when using new-buildDaniel Gröber2018-06-171-0/+2
|
* Drop GHC <=7.6 supportDaniel Gröber2018-06-171-31/+22
|
* Drop Cabal<2.0 compiletime supportDaniel Gröber2018-06-161-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öber2018-04-301-3/+0
|
* Bump template-haskell to <2.14Daniel Gröber2018-04-161-4/+4
|
* Fix building with Cabal 2.2 (#53)Julian Ospald2018-04-051-5/+5
|
* Raise bound on 'temporary', fix #52Daniel Gröber2018-04-041-3/+3
|
* Bump to 0.8.0.2Daniel Gröber2018-02-091-1/+1
|
* Revert hsSourceDirs hackery (#43)Alan Zimmerman2018-01-291-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 licenseDaniel Gröber2018-01-191-1/+1
| | | | We have removed the corresponding code in a543f44bd.
* Fix docsDaniel Gröber2018-01-191-2/+2
| | | | | | ..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
|
* Remove package license queryDaniel Gröber2018-01-181-1/+0
|
* Cleanup section sharing for tests in cabal fileDaniel Gröber2018-01-181-26/+74
|
* Clean upAlan Zimmerman2018-01-181-0/+1
|
* Add missing tests to sdist, check for Cabal 2.0 for CFlibAlan Zimmerman2018-01-181-0/+4
|
* ghc-session: Add backpack test projectDaniel Gröber2018-01-181-0/+8
|