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.
-
Read bower.json from Haskell Bower is a package manager for the web (see http://bower.io). This package provides a data type and ToJSON/FromJSON instances for Bower's package manifest file, bower.json.
-
Set breakpoints using a GHC plugin A plugin that allows you to set breakpoints for debugging purposes.
-
Bindings to the btrfs API This package provides bindings to the low-level btrfs API (i.e. the BTRFS_IOC_* ioctls). Currently, only a subset of the API is supported, including all functions needed to work with subvolumes/snapshots as well as file cloning. In order to build this package, linux-headers needs to be installed. Warning: btrfs is still considered experimental. This module is also experimental and may contain serious bugs that may result in data loss. Do not use it on data that has not been backed up yet.
-
Yesod integration for Bugsnag error reporting for Haskell Please see README.md
-
A Haskell interface to the Bugzilla native REST API This package is designed to provide an easy-to-use, type-safe interface to querying Bugzilla from Haskell. This is a friendly fork of Seth Fowler's library, with updates and API tweaks needed for bugzilla.redhat.com.
-
Read strings describing a number of bytes like 2Kb and 0.5 MiB Please see the README on GitHub at https://github.com/danielrolls/byte-count-reader#readme
-
An efficient finite map from bytestrings to values. An efficient finite map from bytestrings to values. The implementation is based on big-endian patricia trees, like Data.IntMap. We first trie on the elements of Data.ByteString and then trie on the big-endian bit representation of those elements. Patricia trees have efficient algorithms for union and other merging operations, but they're also quick for lookups and insertions. If you are only interested in being able to associate strings to values, then you may prefer the hashmap package which is faster for those only needing a map-like structure. This package is intended for those who need the extra capabilities that a trie-like structure can offer (e.g., structure sharing to reduce memory costs for highly redundant keys, taking the submap of all keys with a given prefix, contextual mapping, extracting the minimum and maximum keys, etc.)
-
Bindings to the c14n implementation in libxml. Haskell bindings for the c14n implementation in libxml (XML canonicalisation). See the README at https://github.com/mbg/c14n#readme for more information.
-
ISO 3166-2:CA Province Codes and Names This package contains a Code data type containing each Canadian Province and Territory, as well as functions for converting from and to the English subdivision names.
-
Extend Cabal build-depends from the command line Extend Cabal build-depends from the command line. It works on any sectioned Cabal file, supports stanzas and conditional blocks, and preserves original formatting.