Hoogle Search

Within LTS Haskell 24.57 (ghc-9.10.3)

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

  1. package fdo-notify

    Desktop Notifications client A library for issuing notifications using FreeDesktop.org's Desktop Notifications protcol. This protocol is supported by services such as Ubuntu's NotifyOSD.

  2. package feature-flags

    A simple library for dynamically enabling and disabling functionality. A simple library for dynamically enabling and disabling functionality.

  3. package fedora-krb

    Kerberos for Fedora packagers A small library wrapping fkinit for Fedora developers.

  4. package fedora-releases

    Library for Fedora release versions This library provides the Branch and Release data types and various associated metadata functions for Fedora releases (Fedora and EPEL) needed for packaging development and building. It caches current release data from Fedora Bodhi.

  5. package fgl-visualize

    Convert FGL graphs to dot (graphviz) files Convert FGL graphs to dot files for easy visualization using the dot tool. Other visualizations might follow but there are no immediate plans (patches welcome).

  6. package fields-json

    Abusing monadic syntax JSON objects generation. Generation of big, complex JSON objects with Text.JSON is painful. And autoderivation is not always possible. Check documentation of Text.JSON.Gen for more info.

  7. package file-modules

    Takes a Haskell source-code file and outputs its modules. Uses haskell-src-exts to parse module imports and follows links . to local modules in order to build a list of module dependencies.

  8. package file-path-th

    Template Haskell utilities for filepaths. Template Haskell utilities for filepaths. This package has utilities for embedding relative filepaths using Template Haskell.

  9. package flexible-defaults

    Generate default function implementations for complex type classes. Template Haskell code to implement default implementations for type-class functions based on which functions are already implemented. Currently extremely crude but still fairly effective. When defining a type class with many functions, each of which can be implemented based on arbitrary subsets of the others, the standard default-implementation concept breaks down quite badly. This library provides a system by which more complex rules can be described for choosing default implementations based on which ones the user supplies. These implementations can additionally be given "suitability scores", so that when multiple possible choices could be made, the library can choose the "best" one.

  10. package floatshow

    Alternative faster String representations for Double and Float, String representations for more general numeric types. The String representations provided by this package are generally longer than show's output, which constructs the shortest string that is parsed as the original number by read. This requires some time-consuming checks, so show is slow for floating-point numbers. By producing a digit-string guaranteed to be long enough to uniquely determine the number without caring whether there's a shorter representation, the display functions of this package can be faster, sometimes by a big margin. Text.FShow.Raw provides building blocks for representations of numeric types which don't belong to RealFloat but have some of its functionality. The bulk of the code is a minor modification of code from the base package, whence the GHC License is included as an extra-source-file.

Page 288 of many | Previous | Next