Hoogle Search
Within LTS Haskell 24.28 (ghc-9.10.3)
Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.
-
Handle Jira wiki markup Parse jira wiki text into an abstract syntax tree for easy transformation to other formats.
-
JSON Object Signing and Encryption Library An implementation of the JOSE suite of IETF standards and the closely related JWT (JSON web token) spec (https://tools.ietf.org/html/rfc7519/). Both signed and encrypted JWTs are supported, as well as simple JWK keys.
-
Obtain minified chart.js code This package bundles the minified chart.js code into a Haskell package, so it can be depended upon by Cabal packages. The first three components of the version number match the upstream chart.js version. The package is designed to meet the redistribution requirements of downstream users (e.g. Debian). This package is a fork of js-flot using chart.js instead of flot.
-
Interface for JavaScript that works with GHCJS and GHC This package provides an EDSL for calling JavaScript that can be used both from GHCJS and GHC. When using GHC the application is run using Warp and WebSockets to drive a small JavaScript helper.
-
Support for serialising Haskell to and from JSON JSON (JavaScript Object Notation) is a lightweight data-interchange format. It is easy for humans to read and write. It is easy for machines to parse and generate. It is based on a subset of the JavaScript Programming Language, Standard ECMA-262 3rd Edition - December 1999. This library provides a parser and pretty printer for converting between Haskell values and JSON.
-
Elm code generate for `json-spec`. Produce elm types, encoders, and decoders from a `json-spec` Specification. See `testtest.hs` for an example.
-
Fast and simple JSON encoding toolkit Minimalistic library for encoding JSON directly to strict bytestring, which is up to 3x faster than "aeson". . For introduction, benchmark results and demo please skip to Readme.
-
Library to parse and execute JSONPath Please see the README on GitHub at https://github.com/akshaymankar/jsonpath-hs#readme
package
keyed-vals-hspec-tests Validate a keyed-vals Handle Provides a Hspec fixture for testing implementations of the abstract Handle defined in the keyed-vals package
-
Key/Value Indexed Table container and formatting library Allows creation of a table from a set of of Key+Value Indices. This differs from the standard Map structure in that the Map simply indexes by value but the KVI table indexes by a heterogeneous list of keys along with their associated values. This effectively creates an N-dimensional table, where N=Product(Count(Values[key])). The table contents can be sparse. This library also provides the ability to format multi-dimensional data in a table presentation. The table is automatically formatted and can be output in a number of different styles (ascii, html, etc.) Multi-dimensional data is more difficult to represent than simple two-dimensional data; this package provides the ability to select which dimensions should be represented as sub-rows and which dimensions should be represented as sub-columns. See the README for examples