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.
-
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 -
Upload files to GitHub releases. GitHub Release uploads files to GitHub releases.
-
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.
-
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.
-
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.
-
A template DSL library A minimalistic, Mustache-like syntax, truly logic-less, pure Text template DSL library
-
Graphical Lasso algorithm Graphical Lasso algorithm
-
GLFW package with window groups destroyed together Please see the README on GitHub at https://github.com/YoshikuniJujo/glfw-group#readme
-
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.
-
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.