haskell-docs-cli icon indicating copy to clipboard operation
haskell-docs-cli copied to clipboard

Browse Hackage from the terminal

Results 8 haskell-docs-cli issues
Sort by recently updated
recently updated
newest added

`Data.IntMap` links to `Data.IntMap.Lazy` for example. ![image](https://user-images.githubusercontent.com/11493705/145055114-1f814712-087d-47f0-8539-c92d26ed4b76.png)

so that nixpkgs can pick it up automatically ? thanks for writing this cool piece of software.

Figured I'd drop a note here to ask your opinion before I go implement anything; for context: My goal is to rig up some fzf vim commands to very quickly...

As a new comer, I had to look into source to see where was the actual issue. `no editor selected` is vague. Either this or `README` can be updated to...

`cabal install haskell-docs-cli` fails for me with: ``` Failed to build warp-tls-3.3.6. Build log ( /home/glyn/.cabal/logs/ghc-9.2.8/warp-tls-3.3.6-741348b906902596799b9280b80ff96bec84c3d3b87179ffd61224195c65d769.log ): Configuring library for warp-tls-3.3.6.. Preprocessing library for warp-tls-3.3.6.. Building library for warp-tls-3.3.6.. [1...

I see actions are already set up and artifacts are uploaded – https://github.com/lazamar/haskell-docs-cli/actions/runs/11043126886 worked on my machine. It would be nice if they ended up in Releases so people can...

Currently, if you try to search for something when offline, the app hangs. Current behavior: ``` $ hdc $ fromString fetching: https://hoogle.haskell.org/?mode=json&start=1&hoogle=fromString ``` Desired behavior: 1. Check network connection 2....

I see some build issues I encountered last night have been fixed on GitHub, but the Hackage release still doesn't build with `optparse-applicative >= 0.18`. May I request either a...