Hoogle Search

Within LTS Haskell 24.45 (ghc-9.10.3)

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

  1. package diagrams-postscript

    Postscript backend for diagrams drawing EDSL This package provides a modular backend for rendering diagrams created with the diagrams EDSL using Postscript.

  2. package diagrams-svg

    SVG backend for diagrams drawing EDSL. This package provides a modular backend for rendering diagrams created with the diagrams EDSL to SVG files. It uses svg-builder to be a native Haskell backend, making it suitable for use on any platform. The package provides the following modules:

    Additional documentation can be found in the README file distributed with the source tarball or viewable on GitHub: https://github.com/diagrams/diagrams-svg/blob/master/README.md.

  3. package direct-sqlite

    Low-level binding to SQLite3. Includes UTF8 and BLOB support. This package is not very different from the other SQLite3 bindings out there, but it fixes a few deficiencies I was finding. As compared to bindings-sqlite3, it is slightly higher-level, in that it supports marshalling of data values to and from the database. In particular, it supports strings encoded as UTF8, and BLOBs represented as ByteStrings.

  4. package directory-ospath-streaming

    Stream directory entries in constant memory in vanilla IO Reading of directory contents in constant memory, i.e. in an iterative fashion without storing all directory elements in memory. From another perspective, this reading interface allows stopping at any point without loading every directory element. Also defines general-purpose recursive directory traversals. Both Windows and Unix systems are supported.

  5. package dirichlet

    Multivariate Dirichlet distribution Please see the README on GitHub at https://github.com/dschrempf/dirichlet#readme

  6. package discover-instances

    Please see the README on GitHub at https://github.com/parsonsmatt/discover-instances#readme

  7. package distributed-process-async

    Cloud Haskell Async API This package provides a higher-level interface over Processes, in which an Async a is a concurrent, possibly distributed Process that will eventually deliver a value of type a. The package provides ways to create Async computations, wait for their results, and cancel them.

  8. package distributed-process-supervisor

    Supervisors for The Cloud Haskell Application Platform A part of the Cloud Haskell framework This package implements a process which supervises a set of other processes, referred to as its children. These child processes can be either workers (i.e., processes that do something useful in your application) or other supervisors. In this way, supervisors may be used to build a hierarchical process structure called a supervision tree, which provides a convenient structure for building fault tolerant software. For detailed information see Control.Distributed.Process.Supervisor

  9. package distribution-nixpkgs

    Types and functions to manipulate the Nixpkgs distribution Types and functions to represent, query, and manipulate the Nixpkgs distribution.

  10. package djot

    Parser and renderer for djot light markup syntax. Djot (https://djot.net) is a light markup language. This package provides a data structure to represent djot documents, a very fast parser, and functions to render a parsed document as HTML and as djot.

Page 113 of many | Previous | Next