From 06ddcf9142679e67bfe800a3f958a6b27e26cbe4 Mon Sep 17 00:00:00 2001
From: Mikhail Glushenkov <mikhail.glushenkov@gmail.com>
Date: Wed, 29 Aug 2018 14:25:32 +0100
Subject: [PATCH] Fix an incorrect Haddock link. [ci skip]

Fixes #5537.

(cherry picked from commit 83815f2814ed65c8d4521d0bf3bd43e925a51e07)
---
 Cabal/Distribution/Types/Version.hs | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/Cabal/Distribution/Types/Version.hs b/Cabal/Distribution/Types/Version.hs
index bf982d41e4..eb3b6862d3 100644
--- a/Cabal/Distribution/Types/Version.hs
+++ b/Cabal/Distribution/Types/Version.hs
@@ -198,8 +198,8 @@ mkWord64VerRep v1 v2 v3 v4 =
 inWord16 :: Int -> Bool
 inWord16 x = (fromIntegral x :: Word) <= 0xffff
 
--- | Variant of 'Version' which converts a "Data.Version" 'Version'
--- into Cabal's 'Version' type.
+-- | Variant of 'mkVersion' which converts a "Data.Version"
+-- 'Base.Version' into Cabal's 'Version' type.
 --
 -- @since 2.0.0.2
 mkVersion' :: Base.Version -> Version
-- 
GitLab