aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
* Shortcut helper compilation when Cabal version is already availableDaniel Gröber2019-02-096-815/+852
| | | | | This is mostly an optimization for Nix which already sets up the environment correctly, so we should reward its users :)
* Sync with Cabal HEADDaniel Gröber2019-02-091-1/+1
|
* Fix module descriptionDaniel Gröber2019-01-301-1/+1
| | | | [ci skip]
* ci: Move stack install logic into seperate scriptDaniel Gröber2019-01-302-23/+28
|
* Add log-level to verbosity conditionalDaniel Gröber2019-01-306-19/+25
|
* Fix ghc-pkg guessing logic when using v2-installDaniel Gröber2019-01-302-6/+8
|
* Fix SomeException swallowing in compileWithCabalV2GhcEnvDaniel Gröber2019-01-301-2/+2
|
* compile: v2-install --libs needs GHC >=8.0Daniel Gröber2019-01-262-0/+2
|
* ghc-session: Run V2 tests first to get faster build timesDaniel Gröber2019-01-261-3/+3
| | | | | | We cache the produced helper exe without regard to which proj-type produced it, so this way we avoid building the helper exe (and it's dependencies) with cabal v1-build which doesn't cache across CI builds.
* Update stack_resolver_tableDaniel Gröber2019-01-261-8/+11
|
* ci: Upgrade images for cabal-install 2.4.1.0Daniel Gröber2019-01-261-10/+10
|
* compile-test: Update Cabal versions and bounds to reflect realityDaniel Gröber2019-01-261-6/+5
|
* Fix getHelperExe not using correct stack programsLuke Lau2019-01-262-43/+46
| | | | | In turn fixes errors when building cabal-helper exe for stack projects where the resolver uses a different ghc version than system.
* Add Stack version check for `stack ide packages --cabal-file`Daniel Gröber2019-01-262-4/+38
|
* Add support and test coverage for mulit-pkg projectsDaniel Gröber2019-01-2634-217/+697
|
* ci: Install stack from git when necessaryDaniel Gröber2019-01-221-0/+46
|
* Fix package-envs conflicting with -package flagsDaniel Gröber2019-01-221-5/+8
|
* Fix ciSourceDirs commentaryDaniel Gröber2019-01-221-2/+4
| | | | [ci skip]
* Use cabal-plan-0.5 from HackageDaniel Gröber2019-01-2217-3935/+2
|
* Fix cabal-file path for multi package v2 projectsDaniel Gröber2019-01-221-1/+1
|
* Add example to show off cabal-helper's functionalityDaniel Gröber2019-01-222-0/+73
|
* CommentsDaniel Gröber2019-01-224-28/+30
| | | | [ci skip]
* compile-test: Don't `cabal update` before testsDaniel Gröber2019-01-221-2/+0
| | | | The CI script does that anyways
* compile-test: Only override HOME when it doesn't existDaniel Gröber2019-01-221-1/+10
|
* CopyeditingDaniel Gröber2019-01-222-3/+3
| | | | [skip ci]
* Reintroduce type conventions: s/proj_type/pt/ s/cache/c/Daniel Gröber2019-01-222-7/+22
|
* Fix warningDaniel Gröber2019-01-221-1/+1
|
* Make most record fields strictDaniel Gröber2019-01-222-16/+16
| | | | | This lets GHC give better error messages when forgetting to initialize a field when using the `let field = _ in DataType{..}` RecordWildcards syntax.
* Add 'uComponentName' queryDaniel Gröber2019-01-223-1/+31
|
* Add helper compilation time to debug outputDaniel Gröber2019-01-223-0/+14
|
* Refactor Compile (for v2-install)Daniel Gröber2019-01-228-210/+424
|
* compilation-test: Let Cabal constraint fall through to latest GHC verDaniel Gröber2019-01-221-2/+2
|
* Sync with Cabal HEADDaniel Gröber2019-01-224-14/+67
|
* Move Shared.Sandbox module to Compiletime.Daniel Gröber2019-01-227-11/+8
|
* Implement `compilerVersion`Daniel Gröber2019-01-222-16/+30
|
* Rename helper command: s/compiler-version/compiler-id/Daniel Gröber2019-01-223-6/+6
|
* Add descriptions to the testsDaniel Gröber2019-01-222-0/+10
|
* Tune README a bit moreDaniel Gröber2019-01-221-3/+3
|
* Fix wrong target-selector syntax for v2-buildDaniel Gröber2019-01-221-1/+3
|
* git subrepo push --branch=target-selector cabal-planDaniel Gröber2019-01-221-3/+3
| | | | | | | | | | | | | | subrepo: subdir: "cabal-plan" merged: "e36c8ca" upstream: origin: "../cabal-plan" branch: "target-selector" commit: "e36c8ca" git-subrepo: version: "0.4.0" origin: "https://github.com/ingydotnet/git-subrepo.git" commit: "5d6aba9"
* Add cabal target-selector compatible pretty printer for CompNameDaniel Gröber2019-01-223-12/+23
| | | | | | | | | | | | | Currently `dispCompName CompNameLib` would just print `"lib"` however this syntax is neither accepted by `cabal v1-build` nor `v2-build` as a valid target selector making it somewhat useless for that use-case. To specify a main library as a target selector one has to use the `<namespace>:<component name>` syntax where `<component name>` is the name of the respective package for unqualified libraries. Hence this commit adds new function `dispCompName` with an additional `PkgName` argument.
* git subrepo clone --branch=master --force ../cabal-planDaniel Gröber2019-01-221-3/+4
| | | | | | | | | | | | | | subrepo: subdir: "cabal-plan" merged: "cd93de6" upstream: origin: "../cabal-plan" branch: "master" commit: "cd93de6" git-subrepo: version: "0.4.0" origin: "https://github.com/ingydotnet/git-subrepo.git" commit: "5d6aba9"
* Migrate to Cabal-2.2 common stanzas, yey!Daniel Gröber2019-01-222-171/+32
|
* Streamline the README a bitDaniel Gröber2019-01-221-19/+59
|
* ghc-session: Refactor in preparation for Stack testsDaniel Gröber2019-01-221-43/+54
|
* Formatting changesDaniel Gröber2019-01-221-1/+1
| | | | [ci skip]
* Include package.yaml in Unit modification times for Stack projectsDaniel Gröber2019-01-222-11/+20
|
* Allow v2-build projects to not have a cabal.project fileDaniel Gröber2019-01-222-16/+6
|
* ci: Upgrade to cabal-install-2.4.0.0 everywhereDaniel Gröber2019-01-221-8/+8
| | | | This is so we get the 'pkg-src' field in plan.json.
* s/v2-build/new-build/Daniel Gröber2019-01-221-1/+1
|