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.
-
Servant support for JuicyPixels Provides content types for image types supported by JuicyPixels
-
servant-client/servant-auth compatibility This package provides instances that allow generating clients from servant APIs that use servant-auth's Auth combinator. For a quick overview of the usage, see the README.
-
servant-docs/servant-auth compatibility This package provides instances that allow generating docs from servant APIs that use servant-auth's Auth combinator. For a quick overview of the usage, see the README.
-
servant-swagger/servant-auth compatibility This package provides instances that allow generating swagger2 schemas from servant APIs that use servant-auth's Auth combinator. For a quick overview of the usage, see the README.
package
servant-checked-exceptions Checked exceptions for Servant APIs. Please see README.md.
-
Command line interface for Servant API clients Parse command line arguments into a servant client, from a servant API, using optparse-applicative for parsing, displaying help, and auto-completion. Hooks into the annotation system used by servant-docs to provide descriptions for parameters and captures. See example/greet.hs for an example usage, and the README for a tutorial.
-
Servant Stream support for conduit. Servant Stream support for conduit. Provides ToSourceIO and FromSourceIO instances for ConduitT.
-
Automatically derive Elm functions to query servant webservices. Please see README.md
-
Extensible exceptions for servant APIs `servant-exceptions` provides a Throw combinator to declare what types of errors an API might throw. The server implementation catches them and allows for a canonical encoding using servant content-type machinery.
-
Automatic derivation of querying functions for servant This library lets you derive automatically Haskell functions that let you query each endpoint of a servant webservice. See the client section of the tutorial. CHANGELOG