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 @@ -180,7 +180,7 @@ haddock pkg_descr lbi suffixes flags' = do
180
180
die' verbosity " haddock 2.0 and 2.1 do not support the --hoogle flag."
181
181
182
182
when ( flag haddockQuickJump
183
- && version < mkVersion [2 ,20 ]) $
183
+ && version < mkVersion [2 ,19 ]) $
184
184
die' verbosity " haddock prior to 2.19 does not support the --quickjump flag."
185
185
186
186
haddockGhcVersionStr <- getProgramOutput verbosity haddockProg
@@ -553,7 +553,7 @@ renderPureArgs version comp platform args = concat
553
553
. fromFlag . argPackageName $ args
554
554
else []
555
555
556
- , [ " --since-qual=external" | version >= mkVersion 2 20 ]
556
+ , [ " --since-qual=external" | isVersion 2 20 ]
557
557
558
558
, [ " --quickjump" | isVersion 2 19
559
559
, fromFlag . argQuickJump $ args ]
You can’t perform that action at this time.
0 commit comments