Questions tagged [hoogle]

Hoogle is a Haskell API search engine.

Hoogle is a Haskell API search engine, which allows you to search many standard Haskell libraries by either function name, or by approximate type signature.

Taken from http://www.haskell.org/hoogle/

36 questions
0
votes
0 answers

Why the document of hoogle that generated by stack hoogle --rebuild is without base module?

Why the document of hoogle that generated by stack hoogle --rebuild is without base module? dependencies: - base >= 4.7 && < 5 - aeson - dns - async - wai - binary - appm - scientific - unordered-containers - yaml - text - bytestring -…
diqye
  • 54
  • 2
0
votes
2 answers

How to run brick application?

I need to install bhoogle. I've already installed cabal by stack install hoogle command and I've created default database. I don't know how to run application with the GUI. I have bhoogle repo downloaded on my Mac and stack ghci Setup nor stack…
kkiermasz
  • 464
  • 2
  • 15
0
votes
1 answer

Build local Hoogle DB despite error in Haddock

Is there a workaround to build a lokal Hoogle DB despite Haddock errors in some packages. For example, is there a workaround on how to exclude those packages from the Haddock sub-task during the lokal Hoogle DB build? As a concret example: $ stack…
nemron
  • 701
  • 6
  • 23
0
votes
1 answer

Hoogle query returning functions that don't match type signature

If I try to use the following Hoogle command (v4.2.33) to search for functions containing the type signature ByteString->[ByteString] : hoogle --count 40 "ByteString->[ByteString]" then towards the end of the output I get : Data.ByteString.Char8…
artella
  • 5,068
  • 4
  • 27
  • 35
-1
votes
1 answer

Installing bhoogle through stack

I'm here And see: Command Line UI There is a terminal/curses based UI available through cabal install bhoogle. I'd like to install with stack rather than cabal. I run $ stack install hoogle Copied executables to /home/username/.local/bin: -…
Mittenchops
  • 18,633
  • 33
  • 128
  • 246
-1
votes
1 answer

Hoogle as a Chrome search engine

Do someone knows how to set Hoogle as a Google Chrome search engine? Hackage is already there on those steps: Click on Chrome search bar Type "Hackage" Press Tab key Write whatever you want to search for
The_Ghost
  • 2,070
  • 15
  • 26
1 2
3