Hoogle Search

Within LTS Haskell 24.28 (ghc-9.10.3)

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

  1. package timeit

    Time monadic computations with an IO base. A simple wrapper to show the used CPU time of monadic computation with an IO base.

  2. package universe-base

    A class for finite and recursively enumerable types. A class for finite and recursively enumerable types and some helper functions for enumerating them.

    class Universe a where universe :: [a]
    class Universe a => Finite a where universeF :: [a]; universeF = universe
    
    This is slim package definiting only the type-classes and instances for types in GHC boot libraries. For more instances check universe-instances-* packages.

  3. package uri-bytestring

    Haskell URI parsing as ByteStrings uri-bytestring aims to be an RFC3986 compliant URI parser that uses efficient ByteStrings for parsing and representing the URI data.

  4. package validity-containers

    Validity instances for containers Validity instances for containers

  5. package vty

    A simple terminal UI library vty is terminal GUI library in the niche of ncurses. It is intended to be easy to use and to provide good support for common terminal types. See the example programs in the vty-crossplatform package examples on how to use the library. © 2006-2007 Stefan O'Rear; BSD3 license. © Corey O'Connor; BSD3 license. © Jonathan Daugherty; BSD3 license.

  6. package wai-logger

    A logging system for WAI A logging system for WAI(Web Application Interface)

  7. package yesod-test

    integration testing for WAI/Yesod Applications API docs and the README are available at http://www.stackage.org/package/yesod-test

  8. package OpenGL

    A binding for the OpenGL graphics system A Haskell binding for the OpenGL graphics system (GL, version 4.6) and its accompanying utility library (GLU, version 1.3). OpenGL is the industry's most widely used and supported 2D and 3D graphics application programming interface (API), incorporating a broad set of rendering, texture mapping, special effects, and other powerful visualization functions. For more information about OpenGL and its various extensions, please see http://www.opengl.org/ and http://www.opengl.org/registry/.

  9. package X11

    A binding to the X11 graphics library A Haskell binding to the X11 graphics library. The binding is a direct translation of the C binding; for documentation of these calls, refer to "The Xlib Programming Manual", available online at http://tronche.com/gui/x/xlib/.

  10. package asn1-types

    ASN.1 types ASN.1 standard types

Page 39 of many | Previous | Next