Hoogle Search

Within LTS Haskell 24.34 (ghc-9.10.3)

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

  1. package easy-logger

    Logging made easy. Please see the README on GitHub at https://github.com/schnecki/easy-logger#readme

  2. package ech-config

    Config for TLS Encrypted Client Hello Config types for TLS Encrypted Client Hello to glue DNS and TLS

  3. package ede

    Templating language with similar syntax and features to Liquid or Jinja2. ED-E is a templating language written in Haskell with a specific set of features:

    • Logicless within reason. A small set of consistent predicates and expressions for formatting and presentational logic are provided.
    • Secure. No arbitrary code evaluation, with input data required to be fully specified at render time.
    • Stateless. Parsing and rendering are separate steps so that loading, parsing, include resolution, and embedding of the compiled template can optionally be done ahead of time, amortising cost.
    • Markup agnostic. ED-E is used to write out everything from configuration files for system services, to HTML and formatted emails.
    • Control over purity. Users can choose pure or IO-based resolution of include expressions.
    • No surprises. All parsing, type assurances, and rendering steps report helpful error messages with line/column metadata. Variable shadowing, unprintable expressions, implicit type coercion, and unbound variable access are all treated as errors.

  4. package editor-open

    Open the user's $VISUAL or $EDITOR for text input. You know when you run git commit, and an editor pops open so you can enter a commit message? This is a Haskell library that does that. This library isn't very portable. It relies on the $EDITOR environment variable. The concept only exists on *nix systems. CHANGES

    • 0.6.0.0 Support less common $VISUAL. vi is the fallback editor now instead of nano.
    • 0.5.0.0 Now use conduits on the backend. Support base<4.8

  5. package effectful-plugin

    A GHC plugin for improving disambiguation of effects. Instruct GHC to do a better job with disambiguation of effects. . See the README for more information.

  6. package effectful-th

    Template Haskell utilities for the effectful library. Generate functions for performing operations of dynamically dispatched effects via Template Haskell.

  7. package egison-pattern-src

    Manipulating Egison patterns: abstract syntax, parser, and pretty-printer egison-pattern-src provides a standalone syntax definition for patterns in the Egison programming language. This package enables you to embed Egison's patterns in your parser (pretty-printer) by supplying expression and name parsers (printers) externally.

  8. package either-unwrap

    Functions for probing and unwrapping values inside of Either. Functions for probing and unwrapping values inside of Either.

  9. package elf

    An Elf parser Parser for ELF object format.

  10. package eliminators

    Dependently typed elimination functions using singletons This library provides eliminators for inductive data types, leveraging the power of the singletons library to allow dependently typed elimination.

Page 181 of many | Previous | Next