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.
package
exception-transformers Type classes and monads for unchecked extensible exceptions. This package provides type classes, a monad and a monad transformer that support unchecked extensible exceptions as well as asynchronous exceptions. It is compatible with the transformers package.
-
Portable interface to file locking (flock / LockFileEx) This package provides an interface to Windows and Unix file locking functionalities.
-
Expressive file and directory manipulation for Haskell. A Haskell library for working with files and directories. Includes code for pattern matching, finding files, modifying file contents, and more.
-
High-performance parsing from strict bytestrings Flatparse is a high-performance parsing library for strict bytestring input. See the README for more information: https://github.com/AndrasKovacs/flatparse.
-
A general abstraction for manipulating elements of container data structures An API for construction of free-form strategies of access and manipulation of elements of arbitrary data structures. It allows to implement efficient composite patterns, e.g., a simultaneous update and lookup of an element, and even more complex things. Strategies are meant to be interpreted by the host data structure libraries. Thus they allow to implement all access and modification patterns of a data structure with just a single function, which interprets strategies. This library provides pure and monadic interfaces, so it supports both immutable and mutable data structures.
-
GenValidity support for time Please see README.md
-
GenValidity support for UUID GenValidity support for UUID
-
The GHC API, decoupled from GHC versions A package equivalent to the ghc package, but which can be loaded on many compiler versions.
-
Gdk bindings Bindings for Gdk, autogenerated by haskell-gi.
-
Compile git revision info into Haskell projects Some handy Template Haskell splices for including the current git hash and branch in the code of your project. Useful for including in panic messages, --version output, or diagnostic info for more informative bug reports.