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.
-
Composable, type-safe library to build HTTP API servers WebGear is a library to for building composable, type-safe HTTP API servers. This package can be used to generate Swagger 2.0 specifications from WebGear applications.
-
Host swagger UI based on WebGear API specifications. WebGear is a library to for building composable, type-safe HTTP API servers. This package can be used to serve swagger UI based on WebGear API specifications.
-
Organized and simple web page scaffold for blaze and lucid Please see the README on Github at https://github.com/athanclark/webpage#readme
-
Easy voice activity detection A simple library wrapping WebRTC's voice activity detection engine.
-
A value within another path. Simple newtype for representing a value within a well-typed directory. Useful for when you need to jump between directories and change filenames independently. Uses the path library.
-
The Wadler/Leijen Pretty Printer This is a pretty printing library based on Wadler's paper "A Prettier Printer". See the haddocks for full info. This version allows the library user to declare overlapping instances of the Pretty class.
-
Wrap a function's return value with another function Wrap a function's return value with another function
-
Simple wrapper to use wreq without Strings This library wraps all functions from Network.Wreq which expects a String and replaces the String Type with the Network.Wreq.StringLess.StringLike Type-Class. Instances for Network.Wreq.StringLess.StringLike are given for:
So you can use any of this types instead of String. To use this library, replace your the wreq dependency from your cabal file with wreq-stringless and import Network.Wreq.StringLess instead of Network.Wreq. The '0.5.9.x' version of this library wraps the '0.5.x.x' version of wreq. see https://github.com/j-keck/wreq-stringless/tree/master/examples for examples. -
A binding to the xim of X11 graphics library A binding to the xim of X11 graphics library
-
Basic implementation of XDG user directories specification On Unix platforms, this should be a very straightforward implementation of the XDG User Directory spec. On Windows, it will attempt to do the right thing with regards to choosing appropriate directories.