File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Cabal/Distribution/Simple Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -176,7 +176,7 @@ haddock pkg_descr lbi suffixes flags' = do
176
176
die' verbosity " haddock 2.0 and 2.1 do not support the --hoogle flag."
177
177
178
178
when ( flag haddockQuickJump
179
- && version < mkVersion [2 ,20 ]) $
179
+ && version < mkVersion [2 ,19 ]) $
180
180
die' verbosity " haddock prior to 2.19 does not support the --quickjump flag."
181
181
182
182
haddockGhcVersionStr <- getProgramOutput verbosity haddockProg
@@ -539,7 +539,7 @@ renderPureArgs version comp platform args = concat
539
539
. fromFlag . argPackageName $ args
540
540
else []
541
541
542
- , [ " --since-qual=external" | version >= mkVersion 2 20 ]
542
+ , [ " --since-qual=external" | isVersion 2 20 ]
543
543
544
544
, [ " --quickjump" | isVersion 2 19
545
545
, fromFlag . argQuickJump $ args ]
You can’t perform that action at this time.
0 commit comments