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 bzlib

    Compression and decompression in the bzip2 format This package provides a pure interface for compressing and decompressing streams of data represented as lazy ByteStrings. It uses the bz2 C library so it has high performance. It provides a convenient high level API suitable for most tasks and for the few cases where more control is needed it provides access to the full bzip2 feature set.

  2. package bzlib-conduit

    Streaming compression/decompression via conduits. Please see the README and docs at https://www.stackage.org/package/bzlib-conduit

  3. package cairo-image

    Image for Cairo Please see the README on GitHub at https://github.com/YoshikuniJujo/cairo-image#readme

  4. package cereal-conduit

    Turn Data.Serialize Gets and Puts into Sources, Sinks, and Conduits Turn Data.Serialize Gets and Puts into Sources, Sinks, and Conduits.

  5. package character-ps

    Pattern synonyms for ASCII characters for Word8, Word16 etc Pattern synonyms for ASCII characters, e.g.

    pattern SPACE :: Word8
    pattern SPACE = 0x20
    

  6. package chart-svg

    Charting library targetting SVGs. This package provides a charting library targetting SVG as the rendered output.

    Usage

    >>> :set -XOverloadedLabels
    
    >>> :set -XOverloadedStrings
    
    >>> import Chart
    
    >>> import Optics.Core
    
    >>> let lines = [[Point 0.0 1.0, Point 1.0 1.0, Point 2.0 5.0],[Point 0.0 0.0, Point 2.8 3.0],[Point 0.5 4.0, Point 0.5 0]]
    
    >>> let styles = (\c -> defaultLineStyle & set #color (palette c) & set #size 0.015) <$> [0..2]
    
    >>> let cs = zipWith (\s x -> LineChart s [x]) styles lines
    
    >>> let lineExample = mempty & set #chartTree (named "line" cs) & set #hudOptions defaultHudOptions :: ChartOptions
    
    >>> writeChartOptions "other/usage.svg" lineExample
    
    See Chart for concept design notes, and Chart.Examples for practical usage.

  7. package chell

    A simple and intuitive library for automated testing. Chell is a simple and intuitive library for automated testing. It natively supports assertion-based testing, and can use companion libraries such as chell-quickcheck to support more complex testing strategies.

  8. package citeproc

    Generates citations and bibliography from CSL styles. citeproc parses CSL style files and uses them to generate a list of formatted citations and bibliography entries. For more information about CSL, see https://citationstyles.org/.

  9. package cmark

    Fast, accurate CommonMark (Markdown) parser and renderer This package provides Haskell bindings for libcmark, the reference parser for CommonMark, a fully specified variant of Markdown. It includes sources for libcmark (0.30.3) and does not require prior installation of the C library.

  10. package cointracking-imports

    Generate CSV & XLSX files for importing into CoinTracking. cointracking-imports is a library for generating CSV & XLSX files to use with CoinTracking's Import feature. You construct a list of CTImportData, then feed those to our CSV/XLSX generating functions. E.g., if you generate a list of your BNB staking rewards, you can use this library build a CSV file to import those rewards into CoinTracking.

Page 78 of many | Previous | Next