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.
-
Test discovery for the tasty framework. Automatic test discovery and runner for the tasty framework. Prefix your test case names and tasty-discover will discover, collect and run them. All popular test libraries are covered. Configure once and then just write your tests. Avoid forgetting to add test modules to your Cabal/Hpack files. Tasty ingredients are included along with various configuration options for different use cases. Please see the README.md below for how to get started.
-
Compatibility package for time This packages tries to compat as much of time features as possible. TODO:
- Difference type ParseTime and FormatTime instances are missing.
- Formatting varies depending on underlying time version
- dayFractionToTimeOfDay on extreme values
-
a persistent store for values of arbitrary types A vault is a persistent store for values of arbitrary types. It's like having first-class access to the storage space behind IORefs. . The data structure is analogous to a bank vault, where you can access different bank boxes with different keys; hence the name. . Also provided is a locker type, representing a store for a single element.
-
Word8 library Word8 library to be used with Data.ByteString
-
X509 reader and writer X509 reader and writer. please see README
-
Embedded domain-specific language for declarative graphics Diagrams is a flexible, extensible EDSL for creating graphics of many types. Graphics can be created in arbitrary vector spaces and rendered with multiple backends. diagrams-lib provides a standard library of primitives and operations for creating diagrams. To get started using it, see the Diagrams module, and refer to the tutorials and documentation on the diagrams website, http://diagrams.github.io.
-
Standard properties for functions on `Validity` types for the sydtest framework Standard properties for functions on Validity types for the sydtest framework
-
Law-abiding lenses for aeson Law-abiding lenses for aeson.
-
Basic mime-type handling types and functions API docs and the README are available at http://www.stackage.org/package/mime-types.
-
Subclasses of Monoid A hierarchy of subclasses of Monoid together with their instances for all data structures from base, containers, and text packages.