hayoo
hayoo copied to clipboard
Hackage search engine
@sebastian-philipp what has happened to Hayoo! Will it be making a comeback? Thanks, Chris
A search for `LogStr -> String` yields no result while `LogStr -> ByteString` does. It would be great if Hayoo can show functions that work with similar types (at least...
This came up because I was looking for instances of Data.Default (potentially including orphan instances). Searching for "instance Default" on hayoo and hoogle didn't seem to bring up datatypes that...
Data.Semigroup and Data.List.NonEmpty are not findable now, as of GHC8 they are in base so the semigroups package no longer exports them. The public hayoo needs to use the new...
It has been mildly bothering me that the base of the "y" is pointing to the 'wrong' direction. That way it also could be closer to the most characteristic operator...
A suggestion for linking to docs on Hackage... Currently Hayoo is linking to the "latest version" of a package on Hackage via a url which does not include a version...
I've been experimenting with different ways of presenting the doc section for returned matches. Here are some ideas -- feedback is very welcome. **Demo 1 - Adding a More/Less link**...
On this page: http://hayoo.fh-wedel.de/?query=delete the `delete` for IntMaps has links for both Data.IntMap.Lazy and Data.IntMap.Strict. However the href for these modules both point to the Lazy doc page. Same happens...
namespace/package seperators since 4.8.1.0 should be replaced "-" by ".", e.g.: "GHC-Base" to "GHC.Base" https://hackage.haskell.org/package/base-4.8.0.0/docs/src/GHC-Base.html https://hackage.haskell.org/package/base-4.8.1.0/docs/src/GHC.Base.html http://hayoo.fh-wedel.de/?query=join -> source leads to http://hackage.haskell.org/package/base/docs/src/GHC-Base.html#join
HTML in documentation is not properly escaped, which is an injection issue. You can see this by [searching for textarea](http://hayoo.fh-wedel.de/?query=textarea).