Skip to content

Commit

Permalink
always try the replacement
Browse files Browse the repository at this point in the history
  • Loading branch information
kokobd committed Feb 25, 2024
1 parent 3c4ba4d commit 832da4d
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/Hoogle/Cabal/Command/Generate.hs
Original file line number Diff line number Diff line change
Expand Up @@ -169,7 +169,6 @@ symlinkDependencies logger localPackages hoogleDependenciesDir = do
$ depsWithName

haddockHTMLs' :: InstalledPackageInfo -> [FilePath]
#if MIN_VERSION_GLASGOW_HASKELL(9,4,0,0)
haddockHTMLs' pkg =
fmap
( case pkgRoot pkg of
Expand All @@ -178,6 +177,3 @@ haddockHTMLs' pkg =
)
. haddockHTMLs
$ pkg
#else
haddockHTMLs' = haddockHTMLs
#endif

0 comments on commit 832da4d

Please sign in to comment.