Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix cabal projects using source-repository-package | Daniel Gröber | 2020-05-02 | 1 | -0/+6 |
| | | | | | | | | | | | Apparently we can get source-repo-packages in plan.json even when filtering for `"style": "local"`(`UnitTypeLocal`). It's possible the root cause here is a cabal bug as source-repository-package should really be treated more like a tarball than a local package. Regardless we simply filter units by actually checking for `uPkgSrc=Just LocalUnpackedPackage` instead of relying on "style". This fixes #99 | ||||
* | ci: Add GHC-8.6.2 job | Daniel Gröber | 2019-01-22 | 1 | -0/+1 |
| | |||||
* | Switch CI to v2-build | Daniel Gröber | 2018-10-27 | 1 | -1/+8 |
| | |||||
* | Adapt CI scripts for readonly sourcedir | Daniel Gröber | 2017-09-19 | 1 | -6/+2 |
| | |||||
* | Extract CI config into scripts | Daniel Gröber | 2017-09-18 | 1 | -0/+10 |