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.
-
Haskell bindings to the MaxMind GeoIPCity database via the C library This library provides fast, idiomatic Haskell bindings to MaxMind's GeoIPCity IP-based geolocation C API. Make sure you have the MaxMind C API installed before installing this library, as it depends on the C API. MaxMind GeoIP City database allows geo-location lookups from IP addresses. To get started, you can download the latest binary database distribution from: http://www.maxmind.com/app/geolitecity
-
Haskell bindings to bibutils, the bibliography conversion utilities. Haskell bindings to Chris Putnam's bibutils, a library that interconverts between various bibliography formats using a common MODS-format XML intermediate. hs-bibutils is available under the GNU GPL license. See the LICENSE file for details. For more details about bibutils, please check: http://sourceforge.net/p/bibutils/home/Bibutils/. The package release number refers to the release number of the included bibutils library.
-
Generate images suitable for use as CAPTCHAs in online web-form security. Generates images suitable for use as CAPTCHAs in online web-form security. Does not integrate with any web framework; simply exports a function that creates the image itself as a ByteString (containing a PNG), and the correct answer to the challenge as a String. HS-Captcha is designed to be as simple as possible to integrate in other frameworks.
package
hs-opentelemetry-exporter-handle Please see the README on GitHub at https://github.com/iand675/hs-opentelemetry/tree/main/exporters/handle#readme
package
hs-opentelemetry-exporter-in-memory Please see the README on GitHub at https://github.com/iand675/hs-opentelemetry/tree/main/exporters/in-memory#readme
package
hs-opentelemetry-semantic-conventions OpenTelemetry Semantic Conventions for Haskell OpenTelemetry Semantic Conventions for Haskell is a library that is automatically generated based on semantic-conventions v1.24.
-
PHP session and values serialization A library for encoding and decoding serialized PHP sessions in the format used by the "php" setting for session.serialize_handler as well as encoding and decoding serialized values.
-
Preprocess+parse haskell code Preprocess+parse haskell code
-
Signal processing and EEG data analysis Purely functional interface to signal processing based on hmatrix Provides data types for manipulating EEG data, including reading from BDF data format files The vector type is Data.Vector.Storable from the vector package. Feature requests, suggestions, and bug fixes welcome.
-
Haskell bindings for libsndfile (Data.Vector interface) Haskell bindings for libsndfile (Data.Vector interface). For more information on hsndfile visit its homepage at http://haskell.org/haskellwiki/Hsndfile.