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.
-
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.
-
Some useful helper functions for the xml library. Included are some folds and maps I've found useful in parsing XML data.
-
Community-maintained extensions for xmonad Community-maintained tiling algorithms and extension modules for xmonad, an X11 tiling window manager. For an introduction to building, configuring and using xmonad extensions, see XMonad.Doc. In particular: XMonad.Doc.Configuring, a guide to configuring xmonad XMonad.Doc.Extending, using the contributed extensions library XMonad.Doc.Developing, introduction to xmonad internals and writing your own extensions.
-
Server-sent events support for Yesod apps. API docs and the README are available at http://www.stackage.org/package/yesod-eventsource