Hoogle Search

Within LTS Haskell 24.34 (ghc-9.10.3)

Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.

  1. package gi-freetype2

    freetype2 bindings Bindings for freetype2, autogenerated by haskell-gi.

  2. package gi-gdkx114

    GdkX11 4.x bindings Bindings for GdkX11 4.x, autogenerated by haskell-gi.

  3. package gi-gmodule

    GModule bindings Bindings for GModule, autogenerated by haskell-gi.

  4. package gi-gsk

    Gsk bindings Bindings for Gsk, autogenerated by haskell-gi.

  5. package gi-gtksource5

    GtkSource 5.x bindings Bindings for GtkSource 5.x, autogenerated by haskell-gi.

  6. package gi-harfbuzz

    HarfBuzz bindings Bindings for HarfBuzz, autogenerated by haskell-gi.

  7. package gi-javascriptcore6

    JavaScriptCore 6.x bindings Bindings for JavaScriptCore 6.x, autogenerated by haskell-gi.

  8. package gi-soup3

    Libsoup 3.x bindings Bindings for Libsoup 3.x, autogenerated by haskell-gi.

  9. package github

    Access to the GitHub API, v3. The GitHub API provides programmatic access to the full GitHub Web site, from Issues to Gists to repos down to the underlying git data like references and trees. This library wraps all of that, exposing a basic but Haskell-friendly set of functions and data structures. For supported endpoints see GitHub module.

    import qualified GitHub as GH
    
    main :: IO ()
    main = do
    possibleUser <- GH.github' GH.userInfoForR "phadej"
    print possibleUser
    
    For more of an overview please see the README: https://github.com/haskell-github/github/blob/master/README.md

  10. package github-release

    Upload files to GitHub releases. GitHub Release uploads files to GitHub releases.

Page 192 of many | Previous | Next