From 87bf80e26d0bca567f4df84416caf89716788143 Mon Sep 17 00:00:00 2001 From: adithyaov Date: Tue, 8 Jun 2021 10:39:37 +0530 Subject: [PATCH] Fix a link markup in docs/Build.md --- docs/Build.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/Build.md b/docs/Build.md index f50fc835..0600b267 100644 --- a/docs/Build.md +++ b/docs/Build.md @@ -8,8 +8,8 @@ GHC 8.6 and above are recommended. For best performance use GHC 8.8 or 8.10 along with `fusion-plugin` (see below). Benchmarks show that GHC 8.8 has significantly better performance than GHC 8.6 in many cases. -GHC 9.0 has some performance issues, please see [this issue] -(https://github.com/composewell/streamly/issues/1061) for details. +GHC 9.0 has some performance issues, please see [this +issue](https://github.com/composewell/streamly/issues/1061) for details. However, upcoming minor version updates may fix some of these issues. ### Memory requirements