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.
-
Fast robust numeric integration via tanh-sinh quadrature Fast robust numeric integration via tanh-sinh quadrature
-
Efficient hash-consing for arbitrary data types Efficient hash-consing for arbitrary data types.
-
Data structure for working with Jupyter notebooks (ipynb). ipynb defines a data structure for representing Jupyter notebooks, along with ToJSON and FromJSON instances for conversion to and from JSON .ipynb files.
-
A library for creating kernels for IPython frontends ipython-kernel is a library for communicating with frontends for the interactive IPython framework. It is used extensively in IHaskell, the interactive Haskell environment.
-
A portable alternative to GNU Readline A Haskell wrapper around the Isocline C library which can provide an alternative to GNU Readline. (The Isocline library is included whole and there are no runtime dependencies). Please see the readme on GitHub for more information.
-
Reshape multi-dimensional arrays. Reshape multi-dimensional arrays. Provides the Shapable class, respresenting those instances of Ix that provide to arrays indexing that is isomorphic to that of C-style multi-dimensional arrays. Factored out of the carray library with the kind permission of its author.
-
Bindings for the JACK Audio Connection Kit Bindings for the JACK Audio Connection Kit http://jackaudio.org/. It has support both for PCM audio and MIDI handling. In order to adapt to your system, you may have to disable pkgConfig or jackFree cabal flags. You must compile your clients with -threaded otherwise you will encounter segfaults.
-
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.