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.
-
Syntactic sugar improving 'assert' and 'error' This library contains syntactic sugar that makes it easier to write simple contracts with assert and error and report the values that violate contracts.
-
A solution to the assignment problem A solution to the assignment problem.
-
Amateur astronomical computations Amateur astronomical computations: rise and set times and azimuths, coordinates, distances, angular sizes and other parameters of the Sun, the Moon, planets and stars.
-
Package implementing core logic for refreshing of expiring access tokens This package can be used for renewal of expiring access tokens according to user-provided actions. Tokens will be stored in a transactional variable (TVar).
-
Streaming parser/renderer for the Atom 1.0 standard (RFC 4287). Cf README.
-
Port of parsec's expression parser to attoparsec. Port of parsec's expression parser to attoparsec.
-
Use Attoparsec to parse framed protocol byte streams A library that simplifies the use of Attoparsec when processing framed protocol byte streams. As well as reading the haddocks, please take a look at a demo server and client as working examples.
-
Parsing of ISO 8601 dates, originally from aeson Parsing of ISO 8601 dates, originally from aeson.
-
Convenience bindings between path and attoparsec Convenience bindings between path and attoparsec
-
Interchange with the Audacity sound signal editor This package provides functions for interchange with the Audacity sound signal editor. Currently we support import and export of label tracks, export of Audacity projects and limited import of tracks from Audacity projects. We provide some examples that are useful on its own:
- sox-split: Split an audio file according to a label track. Audacity provides this function by itself. You can use placeholders like %s and %02d in order to compose the names of the parts from the labels and positions.
- sox-concat: Concatenate a sequence of sound files with matching sampling rates and numbers of channels using SoX and generate an Audacity label track file that shows the origins of the parts.
- audacity-concat: Create an Audacity project file containing a virtual concatenation of the input sound files and a label track showing the origins of the sound files.
- audacity-combine: Put several audio and label files into tracks of a new Audacity project. Opening one or even multiple such projects is much easier than loading individual tracks into Audacity.