Hoogle Search
Within LTS Haskell 24.36 (ghc-9.10.3)
Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.
-
Compatibility shim for the Int/Word internal change in GHC 9.2 This package offers a workaround for the breaking change in Word/Int. Import GHC.Word.Compat in place of GHC.Word to take effect.
-
A library for word-wrapping A library for wrapping long lines of text.
-
Secure WebSocket (WSS) clients Wuss is a library that lets you easily create secure WebSocket clients over the WSS protocol. It is a small addition to the websockets package and is adapted from existing solutions by @jaspervdj, @mpickering, and @elfenlaid.
-
Hamlet-style quasiquoter for XML content Hamlet-style quasiquoter for XML content
-
XML picklers based on xml-types, ported from hexpat-pickle A library of combinators that allows Haskell data structures to be pickled (serialized) to/from a representation of XML as defined in xml-types Release history
- 0.3 Changed the Result type of unpicklers. Unpicklers now fail by default when there are remaining elements
- 0.2 Error system overhaul
- 0.1 Initial release
-
xeno backend support for the xmlbf library. xeno backend support for the xmlbf library.
-
A tiling window manager xmonad is a tiling window manager for X. Windows are arranged automatically to tile the screen without gaps or overlap, maximising screen use. All features of the window manager are accessible from the keyboard: a mouse is strictly optional. xmonad is written and extensible in Haskell. Custom layout algorithms, and other extensions, may be written by the user in config files. Layouts are applied dynamically, and different layouts may be used on each workspace. Xinerama is fully supported, allowing windows to be tiled on several screens.
-
Efficient XOR masking This package provides efficient implementations of routines for applying bitwise XOR masks to binary data. The currently supported operations (see Data.XOR API documentation for more details) are applying
- 8-bit wide XOR masks or
- 32-bit wide XOR masks
- Strict ByteStrings,
- Lazy ByteStrings,
- ShortByteStrings (i.e. ByteArray#s), or
- CStringLen (i.e. Ptrs).
-
Flexible declarative YAML parsing toolkit Very flexible declarative YAML parsing toolkit with extensive error detalization capabilities and expected schema generation.
-
Hedgehog testing support for the Yaya recursion scheme library. If you use Yaya in your own code and have tests written using Hedgehog, then this library will help you with generating trees, verifying type class instances, etc.