kaeluka / atom-haskell-hoogle

Look up stuff on hoogle
MIT License
0 stars 1 forks source link

Support Stackage Hoogle #10

Open AlexeyRaga opened 7 years ago

AlexeyRaga commented 7 years ago

Documentation on stackage is often more up-to-date compare to Hackage.

For example, this gives you results: https://www.stackage.org/lts-8.6/hoogle?q=BucketName

while this doesn't: https://www.haskell.org/hoogle/?hoogle=BucketName

Another example: https://www.stackage.org/lts-8.6/hoogle?q=runResourceT https://www.haskell.org/hoogle/?hoogle=runResourceT