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.

  1. package word-compat

    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.

  2. package word-wrap

    A library for word-wrapping A library for wrapping long lines of text.

  3. package wuss

    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.

  4. package xml-hamlet

    Hamlet-style quasiquoter for XML content Hamlet-style quasiquoter for XML content

  5. package xml-picklers

    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

  6. package xmlbf-xeno

    xeno backend support for the xmlbf library. xeno backend support for the xmlbf library.

  7. package xmonad

    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.

  8. package xor

    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
    to binary data represented by
    • Strict ByteStrings,
    • Lazy ByteStrings,
    • ShortByteStrings (i.e. ByteArray#s), or
    • CStringLen (i.e. Ptrs).
    The performance is comparable to portable ISO C99 implementations but this library is implemented as pure Haskell and is thereby compatible with compile targets such as GHCJS.

  9. package yaml-unscrambler

    Flexible declarative YAML parsing toolkit Very flexible declarative YAML parsing toolkit with extensive error detalization capabilities and expected schema generation.

  10. package yaya-hedgehog

    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.

Page 152 of many | Previous | Next