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.
-
Validity typeclass For more info, see the readme. Note: There are companion instance packages for this library:
-
Golden tests support for tasty This package provides support for «golden testing». A golden test is an IO action that writes its result to a file. To pass the test, this output file should be identical to the corresponding «golden» file, which contains the correct result for the test. To get started with golden testing and this library, see Introduction to golden testing.
-
Various small helper functions for Lists, Maybes, Tuples, Functions Various small helper functions for Lists, Maybes, Tuples, Functions. Some of these functions are improved implementations of standard functions. They have the same name as their standard counterparts. Others are equivalent to functions from the base package, but if you import them from this utility package then you can write code that runs on older GHC versions or other compilers like Hugs and JHC. All modules are plain Haskell 98. The package depends exclusively on the base package and only that portions of base that are simple to port. Thus you do not risk a dependency avalanche by importing it. However, further splitting the base package might invalidate this statement. Alternative packages: Useful, MissingH
-
http-client backend using the connection package and tls library Hackage documentation generation is not reliable. For up to date documentation, please see: https://www.stackage.org/package/http-client-tls.
-
RFC 4648-compliant Base16 encodings for ByteStrings This package provides support for encoding and decoding binary data according to base16 (see also RFC 4648) for strict (see Data.ByteString.Base16) and lazy ByteStrings (see Data.ByteString.Base16.Lazy). See the base16 package which provides superior encoding and decoding performance as well as support for lazy, short, and strict variants of Text and ByteString values. Additionally, see the base-encoding package which provides an uniform API providing conversion paths between more binary and textual types.
-
Bifunctors Bifunctors.
-
Batteries included conduit: adapters for common libraries. The conduit package itself maintains relative small dependencies. The purpose of this package is to collect commonly used utility functions wrapping other library dependencies, without depending on heavier-weight dependencies. The basic idea is that this package should only depend on haskell-platform packages and conduit.
-
Contravariant functors Contravariant functors.
-
A family of combinators for defining webservices APIs A family of combinators for defining webservices APIs and serving them . You can learn about the basics in the tutorial. . CHANGELOG
-
HTTP client package with conduit interface and HTTPS support. Hackage documentation generation is not reliable. For up to date documentation, please see: http://www.stackage.org/package/http-conduit.