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 posix-paths

    POSIX filepath/directory functionality This package gives access to certain POSIX-based Filepath/Directory services. The package is not supported under Windows (except under Cygwin).

  2. package posix-pty

    Pseudo terminal interaction with subprocesses. This package simplifies the creation of subprocesses that interact with their parent via a pseudo terminal (see man pty).

  3. package postgresql-libpq-notify

    Minimal dependency PostgreSQL notifications library Minimal dependency PostgreSQL notifications library. Please see README.md

  4. package postgresql-migration

    PostgreSQL Schema Migrations A PostgreSQL-simple schema migration utility

  5. package postgresql-schema

    PostgreSQL Schema Management Please see README.md

  6. package postgresql-typed

    PostgreSQL interface with compile-time SQL type checking, optional HDBC backend Automatically type-check SQL statements at compile time. Uses Template Haskell and the raw PostgreSQL protocol to describe SQL statements at compile time and provide appropriate type marshalling for both parameters and results. Allows not only syntax verification of your SQL but also full type safety between your SQL and Haskell. Supports many built-in PostgreSQL types already, including arrays and ranges, and can be easily extended in user code to support any other types. Also includes an optional HDBC backend that, since it uses the raw PostgreSQL protocol, may be more efficient than the normal libpq backend in some cases (though provides no more type safety than HDBC-postgresql when used without templates). Originally based on Chris Forno's templatepg library.

  7. package pptable

    Pretty Print containers in a tabular format When you are faced with tens of records data types contained in a list or similar structure if becomes difficult to view all records during iterative development. This library provides a generic funciton to print any such record types in a tabular format that makes visualizing the data more pleasing. Please see README.md for examples of this.

  8. package prairie

    A first class record field library Please see the README on GitHub at https://github.com/parsonsmatt/prairie#readme

  9. package prefix-units

    A basic library for SI/IEC prefix units This library deals with parsing values containing "prefix units" (both IEC/binary and SI). For example, it can parse 10M and 1G, and it can also format values for displaying with the "optimal" unit. For more details, see the man page units(7), http://physics.nist.gov/cuu/Units/prefixes.html and http://physics.nist.gov/cuu/Units/binary.html.

  10. package pretty-relative-time

    Pretty relative time Please see the README on Github at https://github.com/NorfairKing/pretty-relative-time#readme

Page 229 of many | Previous | Next