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 hakyll-convert

    Convert from other blog engines to Hakyll. WordPress and Blogger only let one export posts in a limited number of formats, none of which are supported by Hakyll. hakyll-convert is created to bridge this gap, providing a way to turn other platform's datadumps into a set of files Hakyll understands.

  2. package hal

    A runtime environment for Haskell applications running on AWS Lambda. This library uniquely supports different types of AWS Lambda Handlers for your needs/comfort with advanced Haskell. Instead of exposing a single function that constructs a Lambda, this library exposes many.

  3. package hall-symbols

    Symmetry operations generater of Hall Symbols Please see the README on GitHub at https://github.com/narumij/hall-symbols#readme

  4. package happy-meta

    Quasi-quoter for Happy parsers A Template-Haskell based version of the Happy parser generator. Used to generate parsers for BNFC-meta, currently this is the only use known to be working.

  5. package harpie-numhask

    numhask shim for harpie. This package provides orphans and interface into the numhask API for harpie.

    Usage

    >>> {-# LANGUAGE RebindableSyntax #-}
    
    >>> import NumHask.Prelude
    
    >>> import Harpie.Fixed as F
    
    >>> import Harpie.Numhask qualified as N
    

  6. package has-transformers

    This library 'Has' transformers A very slim library for first-order effects based on monad transformers (and nearly nothing else). Given a transformer stack t1 (t2 (t3 (... m))) a, you can automatically lift any function thing :: tN m a into the stack with a single function, liftH.

  7. package hashmap

    Persistent containers Map and Set based on hashing. An implementation of persistent Map and Set containers based on hashing. The implementation is build on top of Data.IntMap.IntMap and Data.IntSet.IntSet, with very similar API. It uses Hashable class from the hashable package for hashing. This package can be used as a drop-in replacement for Data.Map and Data.Set modules. The Map key value is an Data.IntMap.IntMap indexed by the hash value, containing either one (key, value) or a Data.Map.Map key value for all keys with the same hash value. The Set elem is an Data.IntMap.IntMap indexed by the hash value, containing either one elem or Data.Set.Set elem for all elements with the same hash value.

  8. package haskell-src-exts-simple

    A simplified view on the haskell-src-exts AST This package provides a shim for haskell-src-exts (HSE), exposing the same AST but without annotations, using ghc's pattern synonyms. See README.md for further information and compatibility considerations.

  9. package haskintex

    Haskell Evaluation inside of LaTeX code. The haskintex (Haskell in LaTeX) program is a tool that reads a LaTeX file and evaluates Haskell expressions contained in some specific commands and environments. It allows you to define your own functions, use any GHC Haskell language extension and, in summary, anything you can do within Haskell. Additionally, it is possible to include expressions of LaTeX type (see HaTeX package) and render them as LaTeX code. You can freely add any Haskell code you need, and make this code appear optionally in the LaTeX output. It is a tiny program, and therefore, easy to understand, use and predict.

  10. package haskoin-store-data

    Data for Haskoin Store Please see the README on GitHub at https://github.com/jprupp/haskoin-store#readme

Page 195 of many | Previous | Next