Hoogle Search

Within LTS Haskell 24.45 (ghc-9.10.3)

Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.

  1. package typecheck-plugin-nat-simple

    Simple type check plugin which calculate addition, subtraction and less-or-equal-than Please see the README on GitHub at https://github.com/YoshikuniJujo/typecheck-plugin-nat-simple#readme

  2. package typst

    Parsing and evaluating typst syntax. A library for parsing and evaluating typst syntax. Typst (https://typst.app) is a document layout and formatting language. This library targets typst 0.13 and currently offers only partial support.

  3. package typst-symbols

    Symbol and emoji lookup for typst language This package defines symbol and emoji codes for the typst language (https://typst.app).

  4. package tz

    Efficient time zone handling The goal of this package is to provide a library that can read time zone info files (aka. Olson files), and does time zone conversions in a pure and efficient way. We also provide platform-independent and/or compiled-in access to the standard Time Zone Dabase by the means of the companion tzdata package http://hackage.haskell.org/package/tzdata. The package is currently in an alpha phase, I'm still experimenting with different ideas wrt. scope/API/implementation/etc. All comments are welcome!

  5. package tzdata

    Time zone database (as files and as a module) The goal of this package is to distribute the standard Time Zone Database in a cabal package, so that it can be used in Haskell programs uniformly on all platforms. This package currently ships the 2025a version of the time zone database. The version of the time zone database shipped is always reflected in the version of this package: x.y.YYYYMMDD.z, then YYYYMMDD is the official release date of time zone database. This version contains the "fat" variant of the time zone files (which is not the default for the upstream since 2020b) to facilitate the transition. The next major version (0.3) will ship the "slim" variant. See: http://www.iana.org/time-zones for more info about the time zone database. See also the tz package http://hackage.haskell.org/package/tz or the timezone-olson and timezone-series packages that provide facilities to use the data shipped here. (The tz package automatically installs this package.)

  6. package ua-parser

    A library for parsing User-Agent strings, official Haskell port of ua-parser Please refer to the git/github README on the project for example usage.

  7. package unicode

    Construct and transform unicode characters The package contains functions for construction of various characters like:

    • block graphic elements
    • frame elements
    • fractions
    • subscript and superscript characters
    Related packages:
    • unicode-properties: classifications such as lower case, graphical etc.
    • rfc5051: sorting of characters

  8. package unidecode

    Haskell binding of Unidecode Please see README.md

  9. package uniqueness-periods-vector-stats

    A very basic descriptive statistics. A very basic descriptive statistics. Functions use a tail recursion approach to compute the values and are strict by an accumulator.

  10. package units

    A domain-specific type system for dimensional analysis The units package provides a mechanism for compile-time dimensional analysis in Haskell programs. It defines an embedded type system based on units-of-measure. The units defined are fully extensible, and need not relate to physical properties. The package supports defining multiple inter-convertible units, such as Meter and Foot. When extracting a number from a dimensioned quantity, the desired unit must be specified, and the value is converted into that unit. If you are looking for specific systems of units (such as SI), please see the units-defs package. Tests for this package are in a companion package units-test, available from this package's source repository. The Haddock documentation is insufficient for using the units package. Please see the README file, available from the package home page.

Page 149 of many | Previous | Next