Hoogle Search

Within LTS Haskell 24.48 (ghc-9.10.3)

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

  1. package lz4-frame-conduit

    Conduit implementing the official LZ4 frame streaming format Conduit implementing the official LZ4 frame streaming format. Compatible with the lz4 command line utility.

  2. package magic

    Interface to C file/magic library This package provides a Haskell interface to the C libmagic library. With it, you can determine the type of a file by examining its contents rather than its name. The Haskell interface provides a full-featured binding.

  3. package mail-pool

    Preconfigured email connection pool on top of smtp. Email helper functions with some sane defaults such as a resource pool and cli support

  4. package main-tester

    Capture stdout/stderr/exit code, and replace stdin of your main function. See README.md for detail.

  5. package mainland-pretty

    Pretty printing designed for printing source code. Pretty printing designed for printing source code based on Wadler's paper A Prettier Printer. The main advantage of this library is its ability to automatically track the source locations associated with pretty printed values and output appropriate #line pragmas and its ability to produce output in the form of lazy text using a builder.

  6. package managed

    A monad for managed values In Haskell you very often acquire values using the with... idiom using functions of type (a -> IO r) -> IO r. This idiom forms a Monad, which is a special case of the ContT monad (from transformers) or the Codensity monad (from kan-extensions). The main purpose behind this package is to provide a restricted form of these monads specialized to this unusually common case. The reason this package defines a specialized version of these types is to:

    • be more beginner-friendly,
    • simplify inferred types and error messages, and:
    • provide some additional type class instances that would otherwise be orphan instances

  7. package mandrill

    Library for interfacing with the Mandrill JSON API Pure Haskell client for the Mandrill JSON API

  8. package mappings

    Types which represent functions k -> v A typeclass and a number of implementations; please read README.md on github

  9. package markov-chain-usage-model

    Computations for Markov chain usage models Please see the README on GitHub at https://github.com/advancedtelematic/markov-chain-usage-model#readme

  10. package massiv-io

    Import/export of Image files into massiv Arrays This package contains functionality for import/export of arrays into the real world. For now it only has the ability to read/write image files in various formats.

Page 215 of many | Previous | Next