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.
-
termbox + The Elm Architecture This package provides an Elm Architecture interface to termbox programs. See also:
- termbox-banana for a reactive-banana FRP interface.
-
A progress bar in the terminal A progress bar conveys the progress of a task. This package implements a progress bar that is displayed in a terminal. See the module System.ProgressBar to get started or look at the terminal-progress-bar-example package. The animated progress bar depends entirely on the interpretation of the carriage return character ('\r'). If your terminal interprets it as something else than "move cursor to beginning of line", the animation won't work.
package
test-framework-leancheck LeanCheck support for test-framework. LeanCheck support for test-framework. This package can be used to incorporate LeanCheck tests into test-framework test suites. Please see the Haddock documentation and README for more details.
-
Text styling for ANSI terminals. Text styling for ANSI terminals using SGR codes, as defined by the ECMA-48 standard. Supports foreground/background color, bold/faint intensity, italic, single/double underline, strikethrough, frame, encircle, and overline escape sequences. Some styles may not work on your terminal. Also features terminal detection, so redirecting styled output to a file will automatically strip the ANSI escape sequences.
-
Binary instances for text types A compatibility layer providing Binary instances for strict and lazy text types for versions older than 1.2.1 of https://hackage.haskell.org/package/text.
-
Edge of developments for "text-builder" This is a development version of "text-builder". All experimentation and feature development happens here. The API can change drastically. For a more stable API use "text-builder". The packages are compatible, because they both operate on the type defined in "text-builder-core".
-
Classes and newtypes for deriving uniform textual encodings. Classes and newtypes for deriving uniform textual encodings. See the Text.Encode module documentation for details and usage examples.
-
Parser and Printer for LDAP text data stream This package contains Parser and Printer for LDAP text data stream like OpenLDAP backup LDIF.
-
tribial tools about text Please see the README on GitHub at https://github.com/YoshikuniJujo/test_haskell/text-misc-yj#readme
-
Easy replacement when using text-icu regexes. This provides a convenient API for doing replacements off of a regular expression, similar to what regex libraries in other languages provide. At this point, this hasn't been used enough to have any idea of its performance. Caveat emptor.