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 hpke

    Hybrid Public Key Encryption Hybrid Public Key Encryption defined in RFC9180

  2. package hpqtypes-extras

    Extra utilities for hpqtypes library The following extras for hpqtypes library: . * DSL for easy, modular construction of SQL queries. . * System for automatic validation and migration of a database schema.

  3. package hreader

    Generalization of MonadReader and ReaderT using hset Generalization of MonadReader and ReaderT using hset

  4. package hslua-aeson

    Allow aeson data types to be used with Lua. This package provides instances to push and receive any datatype encodable as JSON to and from the Lua stack.

  5. package hslua-classes

    Type classes for HsLua Type classes for convenient marshalling and calling of Lua functions.

  6. package hslua-module-path

    Lua module to work with file paths. Lua module to work with file paths in a platform independent way.

  7. package hslua-module-text

    Lua module for text UTF-8 aware subset of Lua's string module. This package is part of HsLua, a Haskell framework built around the embeddable scripting language Lua.

  8. package hslua-module-version

    Lua module to work with version specifiers. Wrapper for the Data.Version.Version Haskell type.

  9. package hslua-module-zip

    Lua module to work with file zips. Module with function for creating, modifying, and extracting files from zip archives.

  10. package hspec-expectations-json

    Hspec expectations for JSON Values Hspec expectations for JSON Values Comparing JSON Values in Haskell tests comes with some challenges:

    • In API responses, additive changes are typically safe and an important way to evolve responses without breaking clients. Therefore, assertions against such responses often want to ignore any unexpected keys in Objects (at any depth), as any clients would.
    • Order often doesn't matter in API responses either, so it should be possible to assert equality regardless of Array ordering (again, at any depth).
    • When an assertion fails, showing the difference clearly needs to take the above into account (i.e. it can't show keys you've ignored, or ordering differences you didn't care about), and it has to display things clearly, e.g. as a diff.
    This library handles all these things.

Page 121 of many | Previous | Next