hoogle icon indicating copy to clipboard operation
hoogle copied to clipboard

Haskell API search engine

Results 146 hoogle issues
Sort by recently updated
recently updated
newest added

Usually I want info for not the first result. It would be very helpful to have `-i[n]` and `--info[=n]`. It would also be useful to have info for all the...

I would like to filter results to only return - type aliases - newtypes - data declarations - type declarations - type families - modules - ...

enhancement

After installing hoogle with `cabal install` the command `hoogle generate` was giving the error below: ` Starting generate Downloading https://www.stackage.org/lts/cabal.config... hoogle: src/Input/Download.hs:(45,8)-(49,7): Missing field in record construction settingClientSupported ` Because...

When I attempt to enter ```bash hoogle generate --haskell ``` It output the following ``` Starting generate Downloading https://www.stackage.org/lts/cabal.config... hoogle: src/Input/Download.hs:(45,8)-(49,7): Missing field in record construction settingClientSupported ``` Really do...

Just run `stack --resolver=nightly init` on the project root. It would be convenient to go.

enhancement

Fixes #423 The crypton-connection library added a new field to TLSSettingsSimple in version 0.4.0. See: https://github.com/kazu-yamamoto/crypton-connection/pull/3 When the constructor was called it caused the program to crash. This PR should...

I am having trouble building the latest version (5.0.18.4) via cabal. ``` [28 of 28] Compiling Hoogle ( src/Hoogle.hs, dist/build/Hoogle.o, dist/build/Hoogle.dyn_o ) In file included from cbits/text_search.c:2:0: error: /usr/include/fortify/string.h: In...

I was using 5.0.18.4 with no --https, certificate or key specified. I found that trying to load the page (locally or remote) would hang indefinitely on a TLS handshake. If...

This seems like a common search that should have a result to the cons operator.

haddock