hoogle
hoogle copied to clipboard
Haskell API search engine
Hoogle will now use the `$XDG_DATA_DIR` instead of `~/.hoogle` as the default path but still use the old one as a fall back if it doesn't exist. Fixes #403
Hi, similarly to `hackage`, it would be nice if the result functions in hoogle would be displayed in a monospace font, after all, they're haskell code. E.g. I have chosen...
Should fix #403
Hello! I have a Hoogle server that's running remotely. I can connect to it over the browser, but I would prefer to interact with it through a CLI interface. I...
Attempting to generate database for local GHC packages fails on GHC versions 9.4.8 & 9.6.4. 9.2.8 is fine. All the GHC versions in my tests were installed using GHCup. The...
Another crack at #133, using `ansi-terminal`. You've mentioned on #363 that it would be preferable to adapt web-server's approach to highlights - which I did here. `targetInfo` and `targetResultDisplay` pass...
A very small PR to fix some minor issue in the install process I ran into. The --hoogle option is not supported by recent versions of `cabal haddock`, one must...
I've been enjoying Hoogle a lot, it makes it a lot easier to get acclimated to a new codebase, and it works so quickly too. I've got a common enough...
hoogle does not install on ghc 9.2.1: ``` bash-3.2$ ghc --version The Glorious Glasgow Haskell Compilation System, version 9.2.1 bash-3.2$ cabal install hoogle ... [ 4 of 77] Compiling Data.TypeMap...
I'm running a local instance of Hoogle (via Nix) with my employer's packages and their dependencies. I've always noticed that hoogle.haskell.org has a more logical order for packages when there...