ndmitchell / hoogle

Haskell API search engine
http://hoogle.haskell.org/
Other
738 stars 134 forks source link

Can't search QuickCheck #208

Closed ndmitchell closed 7 years ago

ndmitchell commented 7 years ago

Visit http://hoogle.haskell.org/?scope=package%3AQuickCheck and it says "package:quickcheck-io". My guess is the CamelCase nature of QuickCheck is confusing it, given how few packages use upper case letters.

wz1000 commented 7 years ago

I believe this should have been fixed by https://github.com/ndmitchell/hoogle/pull/216/commits/2f5e49efe8d8d31dcd613655c10e04325fc03596

wz1000 commented 7 years ago

See http://hoogle.haskell.org/?scope=package%3AQuickCheck

The original issue seems to be fixed, but there is some strange clipping on the page. Is this intended?

ndmitchell commented 7 years ago

The clipping is unrelated to this issue - it's a consequence of how the CSS works. If any CSS expert can fix it, I'd be grateful.