Hoogle Search
Within LTS Haskell 24.49 (ghc-9.10.3)
Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.
-
Allows to use checkers properties from hspec Allows to use checkers properties from hspec.
package
http-client-restricted restricting the servers that http-client will use Addition to the http-client and http-client-tls libraries, that restricts the HTTP servers that can be used. This is useful when a security policy needs to eg, prevent connections to HTTP servers on localhost or a local network, or only allow connections to a specific HTTP server. It handles restricting redirects as well as the initial HTTP connection, and it also guards against DNS poisoning attacks.
-
Deja Fu support for the HUnit test framework. Integration between the dejafu library for concurrency testing and HUnit. This lets you easily incorporate concurrency testing into your existing test suites.
-
Additional merges and joins for Conduit Additional merges and joins for Conduit. Please see README.md
-
Haskell Web Library The library includes attoparsec based incremental parsers for rfc2616 (http) and rfc3986 (uri), rfc2045-46 (mime). The package name will subject to change due to broad range of rfc coverage.
-
LibCurl interface for HXT LibCurl interface for HXT
-
Expat parser for HXT The Expat interface for the HXT.
-
TagSoup parser for HXT The Tagsoup interface for the HXT lazy HTML parser.
-
Hybrid vectors e.g. Mixed Boxed/Unboxed vectors Hybrid vectors e.g. Mixed Boxed/Unboxed vectors.
-
An approximate streaming (constant space) unique object counter This package provides an approximate streaming (constant space) unique object counter. See the original paper for details: http://algo.inria.fr/flajolet/Publications/FlFuGaMe07.pdf Notably it can be used to approximate a set of several billion elements with 1-2% inaccuracy in around 1.5k of memory.