aboutsummaryrefslogtreecommitdiff
path: root/cabal-helper.cabal
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* Bump unix-compat upper boundAlan Zimmerman2018-01-181-3/+3
|
* Re-enable compile-testAlan Zimmerman2018-01-181-37/+37
|
* Add cabal files for ghc-session-test.Alan Zimmerman2018-01-181-37/+39
| | | | Temporarily disable compile-test, for quicker CI feedback.
* Cleaning upAlan Zimmerman2018-01-181-37/+37
|
* WIP on getting projects to build with Cabal 2.0/GHC 8.2Alan Zimmerman2018-01-181-37/+37
|
* Add a test which brings up a GHC sessionDaniel Gröber2018-01-181-0/+37
|
* Relax semigroupoids constraintAlan Zimmerman2017-11-191-1/+1
|
* Fix windows build using unix-compatVladislav Shtepin2017-11-071-6/+18
|
* Re-add ghc-prim dependsDaniel Gröber2017-09-281-1/+7
|
* Move split source into src/ and lib/Daniel Gröber2017-09-281-3/+6
|
* Simplify Distribution.Helper APIDaniel Gröber2017-09-281-0/+1
| | | | | | | | | | Component queries are now done using Applicative (actually semigroupoids Apply) syntax, for example: runQuery _ $ components $ (,,) <$> ghcOptions <*> sourceDirs :: IO [([GhcOption], [SourceDir], ChComponentName)] Note that 'component' adds the 'ChComponentName' at the end.
* Cleanup dependenciesDaniel Gröber2017-09-261-12/+13
|
* Remove obsolete TODOsDaniel Gröber2017-09-261-3/+0
| | | | [ci skip]
* Remove 'ghc-prim' dependencyDaniel Gröber2017-09-261-3/+0
| | | | Not sure what that was added for but looks useless.
* Cleanup Setup.hs dependenciesDaniel Gröber2017-09-261-7/+3
|
* Refactor CH.C.Data to use 'unix' instead of 'time'Daniel Gröber2017-09-261-3/+3
|
* Reflow package description in cabal file for 80colsDaniel Gröber2017-09-261-17/+20
| | | | [ci skip]
* Relax 'time' to >=1.4 && <1.9Daniel Gröber2017-09-261-2/+2
|
* Fix some warningsDaniel Gröber2017-09-251-2/+3
|
* Update package descriptionDaniel Gröber2017-09-251-23/+17
|
* Remove 'Options' from shared Types moduleDaniel Gröber2017-09-251-4/+4
| | | | Only needed at compiletime, were being hidden everywhere else already.
* Remove 'extra' dependencyDaniel Gröber2017-09-191-4/+4
| | | | ..constrains dependency versions too much and just causes failures.
* Use 'extra' for 'lookupEnv'Daniel Gröber2017-09-181-1/+2
|
* Fix literally everything :)Daniel Gröber2017-09-181-32/+45
| | | | | | | | | | | | | | Sorry for the megacommit - Seperate modules into: - Compiletime, modules which are only used while building the package - Runtime, modues included in the wrapper binary to be compiled on the users machine at runtime - Shared, modues used in both contexts - Refactor runtime compilation - Completely revamp output paths - Don't chdir when invoking ghc - Require cabal-version 1.14 in cabal file
* Relax 'process' constraint for GHC 8.2Daniel Gröber2017-09-051-3/+3
|
* Fix Cabal dependency boundsDaniel Gröber2017-08-191-24/+24
| | | | The cabal guys released what was originally called 2.1 as 2.0 -.-
* Bump to 0.8.0.0Daniel Gröber2017-08-191-1/+1
|
* Fix the buildDaniel Gröber2017-06-121-0/+1
|
* Update and fix support for Cabal HEADDaniel Gröber2017-06-121-7/+8
|
* Ship cabal-dependency-licenses licenseDaniel Gröber2017-05-221-0/+1
| | | | wow so meta
* Add support for Cabal HEADDaniel Gröber2017-02-091-2/+2
|
* Bump 'extra' dependencyDaniel Gröber2017-02-091-1/+1
|
* Bump version to 0.7.3.0Daniel Gröber2017-01-161-1/+1
|
* Tighten Cabal boundsDaniel Gröber2017-01-161-2/+12
|
* Make cabal file field capitalizaion consistentDaniel Gröber2017-01-161-36/+28
|
* Copy over Setup.hs from ghc-modDaniel Gröber2017-01-161-2/+2
|
* Add README.md to sdistDaniel Gröber2017-01-161-1/+2
|
* Relax directory boundMatthew Pickering2017-01-011-3/+3
| | | GHC 8.0.2 ships with directory 1.3.
* Bump version to 0.7.2.0Daniel Gröber2016-07-111-1/+1
|
* Fix cabal boundsDaniel Gröber2016-07-061-30/+38
|
* Add version to wrapper exe to ease upgradesDaniel Gröber2016-05-171-2/+2
|