aboutsummaryrefslogtreecommitdiff
path: root/src/CabalHelper/Shared
Commit message (Collapse)AuthorAgeFilesLines
* Remove crusty old helper codeDaniel Gröber2019-09-171-34/+11
| | | | | | | | | | | | - Inplace component inlining really always was a nasty cludge, now that we have proper build-system support we can get rid of it. - GHC options subsets aren't really needed, we can split these up after parsing the options using the ghc library. - Dropped GHC 7.10, it seems unsupportable without the inplace component inlining, possibly a Stack/lib:Cabal bug, but it is quite old so time for it to go anyway. This is the second thing commit it was holing up too!
* Fix redundant case warningDaniel Gröber2019-06-191-1/+0
|
* Make compilerVersion accessor project-scope for V1 projectsDaniel Gröber2019-04-011-18/+12
|
* docsDaniel Gröber2019-03-291-0/+1
|
* Add accessor for ChModuleName newtypeDaniel Gröber2019-03-291-1/+1
|
* Add Stack version check for `stack ide packages --cabal-file`Daniel Gröber2019-01-261-3/+13
|
* Fix ciSourceDirs commentaryDaniel Gröber2019-01-221-2/+4
| | | | [ci skip]
* CommentsDaniel Gröber2019-01-221-0/+2
| | | | [ci skip]
* CopyeditingDaniel Gröber2019-01-221-1/+1
| | | | [skip ci]
* Move Shared.Sandbox module to Compiletime.Daniel Gröber2019-01-221-74/+0
|
* Split up Compile.hs into multiple modulesDaniel Gröber2018-10-271-9/+0
|
* Add package-id unit-queryDaniel Gröber2018-10-271-1/+1
|
* Start refactoring to support cabal v2-buildDaniel Gröber2018-10-271-11/+43
|
* 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-261-6/+18
|
* Remove wrapper, integrate functionality into the libraryDaniel Gröber2018-08-261-6/+7
| | | | | | | | | | | | 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.
* Change maintainer email addressDaniel Gröber2018-08-133-3/+3
|
* Add package name and description to license headersDaniel Gröber2018-08-133-0/+3
|
* Downgrade license from AGPLv3 to regular GPLv3Daniel Gröber2018-08-133-15/+15
| | | | | | | | | | | | | | 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.
* Fix building with Cabal 2.2 (#53)Julian Ospald2018-04-051-1/+18
|
* Fix docsDaniel Gröber2018-01-191-1/+1
| | | | | | ..its called XDG_CACHE_HOME not XDG_CACHE_DIR. [skip ci]
* Bring in needsBuildOuput query, for indefinite modulesAlan Zimmerman2018-01-181-9/+9
|
* WIP on backpack supportAlan Zimmerman2018-01-181-5/+10
|
* Move 'trim' to commonDaniel Gröber2017-10-041-0/+4
|
* Move split source into src/ and lib/Daniel Gröber2017-09-283-0/+280