Hoogle Search
Within LTS Haskell 24.35 (ghc-9.10.3)
Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.
-
An alternative implementation of Thrift for Haskell. This library provides machinery for types to specify how they can be serialized and deserialized into/from Thrift payloads. It makes no assumptions on how these payloads are sent or received and performs no code generation. Types may specify how to be serialized and deserialized by defining instances of the Pinchable typeclass by hand, with automatically derived instances by using generics or by using the pinch-gen code generator. Check the documentation in the Pinch module for more information. What is Thrift? Apache Thrift provides an interface description language, a set of communication protocols, and a code generator and libraries for various programming languages to interact with the generated code. Pinch aims to provide an alternative implementation of Thrift for Haskell.
-
Servant bindings to Pinecone This package provides comprehensive and type-safe bindings to Pinecone, providing both a Servant interface and non-Servant interface for convenience. Read the README below for a fully worked usage example. Otherwise, browse the Pinecone module, which is the intended package entrypoint.
-
Encode and decode binary streams using the pipes and binary libraries. Encode and decode binary Pipes streams using the binary library. See the changelog.md file in the source distribution to learn about any important changes between version.
-
Fast, streaming csv parser `pipes-csv` is a streaming csv parser built on top of cassava and pipes
-
Extra utilities for pipes This package holds miscellaneous utilities related to the pipes library.
-
Reactively combines Producers so that a value is yielded as soon as possible. Reactively combines Producers so that a value is yielded as soon as possible.
-
RPM package tree diff tool Tool for comparing RPM packages and version-releases in OS dist trees or instances.
-
Plaid.com api integration library Plaid is a library for interacting with https://plaid.com Plaid.com connects the users to their bank accounts via the app and this library provides programmatic access to all these features. Please take a look at examples folder to easily get started. Haskell examples in the plaid documentation come from this library.
-
Bindings to poll.h Poll functionality allows to wait on different FileDescriptors simultaneously.
-
Polynomials Polynomials backed by Vectors.