aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
* 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
|
* Bring in needsBuildOuput query, for indefinite modulesAlan Zimmerman2018-01-184-59/+121
|
* WIP on backpack supportAlan Zimmerman2018-01-183-30/+72
|
* Add CPP for earlier cabal versionsAlan Zimmerman2018-01-181-0/+7
|
* Add missing tests to sdist, check for Cabal 2.0 for CFlibAlan Zimmerman2018-01-182-0/+6
|
* Saner way to merge entrypointsAlan Zimmerman2018-01-182-28/+20
|
* Add recursive otherModules and exposedModules to the "entrypoints"Alan Zimmerman2018-01-181-17/+46
|
* ghc-session: Add backpack test projectDaniel Gröber2018-01-1810-0/+120
|
* ghc-session: Make tests fail on warningsDaniel Gröber2018-01-181-2/+5
|
* ghc-session: Add flib testDaniel Gröber2018-01-185-0/+35
|
* ghc-session: Add test-suite and benchmark testsDaniel Gröber2018-01-182-2/+22
|
* Fix componentOutDir for foreign-libsDaniel Gröber2018-01-181-13/+16
|
* Provide foreign lib otherModulesAlan Zimmerman2018-01-181-1/+3
|
* Revert indentationAlan Zimmerman2018-01-181-30/+30
|