hoogte db for the ghc api?
Hi all, Is there a hoogle database for modules which come with GHC? - i.e. the modules on this page: http://downloads.haskell.org/~ghc/7.10.2/docs/html/libraries/ghc-7.10.2/inde... The text files would be preferable to a .hoo file, but I'll take either. Thanks! ER
You can add the +ghc flag in the hoogle search and it will search these modules as well. https://www.haskell.org/hoogle/?hoogle=mkFastString+%2Bghc Matt On Mon, Oct 19, 2015 at 5:50 AM, Erik Rantapaa <erantapaa@gmail.com> wrote:
Hi all,
Is there a hoogle database for modules which come with GHC? - i.e. the modules on this page:
http://downloads.haskell.org/~ghc/7.10.2/docs/html/libraries/ghc-7.10.2/inde...
The text files would be preferable to a .hoo file, but I'll take either.
Thanks! ER
_______________________________________________ Haskell-Cafe mailing list Haskell-Cafe@haskell.org http://mail.haskell.org/cgi-bin/mailman/listinfo/haskell-cafe
You can find the .txt file at http://downloads.haskell.org/~ghc/7.10.2/docs/html/libraries/ghc-7.10.2/ghc..... It used to be available only on Hoogle 4, as Matt indicates, but I've just made it so it works with Hoogle 5 too (better text search, more regularly updated, no meaningful type search yet, not on Hackage). You can try at: http://hoogle.haskell.org/?hoogle=mkFastString&scope=package%3Aghc Thanks, Neil On Mon, Oct 19, 2015 at 10:08 AM, Matthew Pickering <matthewtpickering@gmail.com> wrote:
You can add the +ghc flag in the hoogle search and it will search these modules as well.
https://www.haskell.org/hoogle/?hoogle=mkFastString+%2Bghc
Matt
On Mon, Oct 19, 2015 at 5:50 AM, Erik Rantapaa <erantapaa@gmail.com> wrote:
Hi all,
Is there a hoogle database for modules which come with GHC? - i.e. the modules on this page:
http://downloads.haskell.org/~ghc/7.10.2/docs/html/libraries/ghc-7.10.2/inde...
The text files would be preferable to a .hoo file, but I'll take either.
Thanks! ER
_______________________________________________ Haskell-Cafe mailing list Haskell-Cafe@haskell.org http://mail.haskell.org/cgi-bin/mailman/listinfo/haskell-cafe
_______________________________________________ Haskell-Cafe mailing list Haskell-Cafe@haskell.org http://mail.haskell.org/cgi-bin/mailman/listinfo/haskell-cafe
participants (3)
-
Erik Rantapaa -
Matthew Pickering -
Neil Mitchell