diff options
author | Dale Wijnand <dale.wijnand@gmail.com> | 2019-07-28 02:27:22 -0400 |
---|---|---|
committer | Marge Bot <ben+marge-bot@smart-cactus.org> | 2019-07-29 19:32:52 -0400 |
commit | 86f47b8e26726d8629e5d9df44c573aced0a4d65 (patch) | |
tree | a8e1cf273f6259aad76194cb52675aefeb4ddb43 /hadrian/README.md | |
parent | 9f8cdb358d05192bfdb62a8ee599a652d6dce8ff (diff) | |
download | haskell-86f47b8e26726d8629e5d9df44c573aced0a4d65.tar.gz |
hadrian: Drop a stale limitation tracking issue
https://github.com/snowleopard/hadrian/issues/187 was superseded by
https://github.com/snowleopard/hadrian/issues/669, which has also
been closed.
So, optimistically, dropping this as a limitation issue.
Diffstat (limited to 'hadrian/README.md')
-rw-r--r-- | hadrian/README.md | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/hadrian/README.md b/hadrian/README.md index 24a65e7b09..bb386db77a 100644 --- a/hadrian/README.md +++ b/hadrian/README.md @@ -294,7 +294,6 @@ If nothing helps, don't hesitate to create a GHC issue. Current limitations ------------------- The new build system still lacks many important features: -* Validation is not implemented: [#187][validation-issue]. * Dynamic linking on Windows is not supported [#343][dynamic-windows-issue]. How to contribute @@ -332,7 +331,6 @@ projects), as well as Well-Typed. [ghc-windows-quick-build]: https://gitlab.haskell.org/ghc/ghc/wikis/building/preparation/windows#AQuickBuild [windows-build]: https://gitlab.haskell.org/ghc/ghc/blob/master/hadrian/doc/windows.md [test-issue]: https://github.com/snowleopard/hadrian/issues/197 -[validation-issue]: https://github.com/snowleopard/hadrian/issues/187 [dynamic-windows-issue]: https://github.com/snowleopard/hadrian/issues/343 [bin-dist-issue]: https://github.com/snowleopard/hadrian/issues/219 [contributors]: https://github.com/snowleopard/hadrian/graphs/contributors |