Skip to content

Commit a63f10e

Browse files
committed
Disable haddock hyperlinked source (commercialhaskell#87)
1 parent 56cb8f2 commit a63f10e

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

src/Stack/Build.hs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -808,10 +808,10 @@ buildPackage cabalPkgVer bopts bconfig setuphs buildType _packages package gconf
808808
runhaskell'
809809
singularBuild
810810
["haddock"
811-
,"--html"
812-
,"--hoogle"
813-
,"--hyperlink-source"]
811+
,"--html"]
814812
{- EKB FIXME: doc generation for stack-doc-server
813+
,"--hoogle"
814+
,"--hyperlink-source"
815815
,"--html-location=../$pkg-$version/"
816816
,"--haddock-options=" ++ intercalate " " ifcOpts ]
817817
haddockLocs <-

0 commit comments

Comments
 (0)