Hoogle Search

Within LTS Haskell 24.49 (ghc-9.10.3)

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

  1. package postgresql-schema

    PostgreSQL Schema Management Please see README.md

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

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

  4. package prairie

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

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

  6. package pretty-relative-time

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

  7. package pretty-sop

    A generic pretty-printer using generics-sop This library contains a generic implementation of the prettyVal function from the pretty-show package. Using the pretty printer, values can easily be rendered to strings and HTML documents in a uniform way. This library makes use of the generics-sop package and is an example of a generic function defined in the SOP style.

  8. package pretty-terminal

    Styling and coloring terminal output with ANSI escape sequences. Please see the README on Github at https://github.com/loganmac/pretty-terminal#readme

  9. package prettyclass

    Pretty printing class similar to Show. Pretty printing class similar to Show, based on the HughesPJ pretty printing library. Provides the pretty printing class and instances for the Prelude types.

  10. package prettyprinter-compat-ansi-wl-pprint

    Drop-in compatibility package to migrate from »ansi-wl-pprint« to »prettyprinter«. See README.md

Page 231 of many | Previous | Next