summaryrefslogtreecommitdiff
path: root/utils/count-deps/README.md
Commit message (Collapse)AuthorAgeFilesLines
* Countdeps: Strictly documentation markup fixesShayne Fletcher2021-06-051-6/+6
| | | | [ci skip]
* Make 'count-deps' a ghc/util standalone programShayne Fletcher2021-06-051-0/+43
- Move 'count-deps' into 'ghc/utils' so that it can be called standalone. - Move 'testsuite/tests/parser/should_run/' tests 'CountParserDeps' and 'CountAstDeps' to 'testsuite/tests/count-deps' and reimplement in terms of calling the utility - Document how to use 'count-deps' in 'ghc/utils/count-deps/README'