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.
-
freetype2 bindings Bindings for freetype2, autogenerated by haskell-gi.
-
GdkX11 4.x bindings Bindings for GdkX11 4.x, autogenerated by haskell-gi.
-
GModule bindings Bindings for GModule, autogenerated by haskell-gi.
-
Gsk bindings Bindings for Gsk, autogenerated by haskell-gi.
-
GtkSource 5.x bindings Bindings for GtkSource 5.x, autogenerated by haskell-gi.
-
HarfBuzz bindings Bindings for HarfBuzz, autogenerated by haskell-gi.
-
JavaScriptCore 6.x bindings Bindings for JavaScriptCore 6.x, autogenerated by haskell-gi.
-
Libsoup 3.x bindings Bindings for Libsoup 3.x, autogenerated by haskell-gi.
-
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.