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 4a8ca76
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 8 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,6 @@ jobs:
- "9.2.8"
- "9.4.8"
- "9.6.4"
exclude:
# Some GHCs from GHCup don't have pre-compiled hoogle for bundled libraries
- os: macos-latest
ghc: "9.2.8"
runs-on: ${{ matrix.os }}
defaults:
run:
Expand Down
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 4a8ca76

Please sign in to comment.