Hoogle Search

Within LTS Haskell 24.35 (ghc-9.10.3)

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

  1. 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

  2. package github-release

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

  3. package github-rest

    Query the GitHub REST API programmatically Query the GitHub REST API programmatically, which can provide a more flexible and clear interface than if all of the endpoints and their types were defined as Haskell values.

  4. package github-webhooks

    Aeson instances for GitHub webhook payloads. Complete instances for decoding GitHub Webhook payloads (using aeson). See the README at https://github.com/cuedo/github-webhooks#readme for examples. Sponsored by https://cuedo.com.au.

  5. package gitlab-haskell

    A Haskell library for the GitLab web API This library lifts the GitLab REST API into Haskell: https://docs.gitlab.com/ee/api/ The library also features a reactive event driven API for writing Gitlab file hook applications.

  6. package glabrous

    A template DSL library A minimalistic, Mustache-like syntax, truly logic-less, pure Text template DSL library

  7. package glasso

    Graphical Lasso algorithm Graphical Lasso algorithm

  8. package glfw-group

    GLFW package with window groups destroyed together Please see the README on GitHub at https://github.com/YoshikuniJujo/glfw-group#readme

  9. package glob-posix

    Haskell bindings for POSIX glob library. Wrapper for the glob(3) function. The key functions are glob and globMany. GNU extensions are supported but contained in a different module to encourage portability.

  10. package gloss-rendering

    Gloss picture data types and rendering functions. Gloss picture data types and rendering functions. These functions don't do any window management. If you want gloss to setup your window as well then use the plain gloss package.

Page 193 of many | Previous | Next