Hoogle Search
Within LTS Haskell 24.4 (ghc-9.10.2)
Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.
-
DSL for building SVG. Fast, easy to write SVG.
-
Audio signal processing coded in Haskell: Low level part Low level audio signal processing used by the other synthesizer packages. The routines can be really fast due to StorableVector, Stream-like list type and aggressive inlining. For an interface to Haskore see http://code.haskell.org/haskore/revised/synthesizer/. For introductory examples see Synthesizer.Plain.Tutorial and Synthesizer.Generic.Tutorial. Functions: Oscillators, Noise generators, Frequency filters, Fast Fourier transform for computation of frequency spectrum
-
Consistent filesystem interaction across GHC versions (deprecated) Consistent filesystem interaction across GHC versions (deprecated package).
-
Two-dimensional data tables with rendering functions Tabular provides a Haskell representation of two-dimensional data tables, the kind that you might find in a spreadsheet or or a research report. It also comes with some default rendering functions for turning those tables into ASCII art, simple text with an arbitrary delimiter, CSV, HTML or LaTeX. Below is an example of the kind of output this library produces. The tabular package can group rows and columns, each group having one of three separators (no line, single line, double line) between its members.
|| memtest 1 | memtest 2 || time test | time test 2 ====++===========+===========++=============+============ A 1 || hog | terrible || slow | slower A 2 || pig | not bad || fast | slowest ----++-----------+-----------++-------------+------------ B 1 || good | awful || intolerable | bearable B 2 || better | no chance || crawling | amazing B 3 || meh | well... || worst ever | ok
-
Known Answer Tests (KAT) framework for tasty Tests running from simple KATs file (different formats/helper supported)
-
A text editor zipper library This library provides a zipper and API for editing text.
-
Compatibility for data definition template of TH This package contains wrapped name definitions of data definition template
-
Expands type synonyms in Template Haskell ASTs Expands type synonyms in Template Haskell ASTs. As of version 0.4.9.0, this library is a small shim on top of the applySubstitution/resolveTypeSynonyms functions from th-abstraction, so you may want to consider using th-abstraction instead.
-
Scalable timer Scalable timer functions provided by a timer manager and thread management functions to prevent thread leak by a thread manager.
-
Parse and display time according to some RFCs (RFC3339, RFC2822, RFC822) Parse and display time according to some RFC's. Supported:
Special thanks to Koral for all the suggestions and help in solving some bugs.