Skip to content
Snippets Groups Projects
Unverified Commit 06ddcf91 authored by Mikhail Glushenkov's avatar Mikhail Glushenkov
Browse files

Fix an incorrect Haddock link. [ci skip]

Fixes #5537.

(cherry picked from commit 83815f28)
parent c85da1af
No related branches found
No related tags found
No related merge requests found
...@@ -198,8 +198,8 @@ mkWord64VerRep v1 v2 v3 v4 = ...@@ -198,8 +198,8 @@ mkWord64VerRep v1 v2 v3 v4 =
inWord16 :: Int -> Bool inWord16 :: Int -> Bool
inWord16 x = (fromIntegral x :: Word) <= 0xffff inWord16 x = (fromIntegral x :: Word) <= 0xffff
-- | Variant of 'Version' which converts a "Data.Version" 'Version' -- | Variant of 'mkVersion' which converts a "Data.Version"
-- into Cabal's 'Version' type. -- 'Base.Version' into Cabal's 'Version' type.
-- --
-- @since 2.0.0.2 -- @since 2.0.0.2
mkVersion' :: Base.Version -> Version mkVersion' :: Base.Version -> Version
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment