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.
-
Haskell binding to inotify This library provides a wrapper to the Linux Kernel's inotify feature, allowing applications to subscribe to notifications when a file is accessed or modified.
-
Haskell implementation of a javascript minifier Reduces size of javascript files by stripping out extraneous whitespace and other syntactic elements, without changing the semantics.
-
Low-level bindings to Libsass This package provides (very) low level bindings to LibSass. By default, it uses LibSass compiled as a static library, so if you use this in your project, you have to link your project with C++ runtime (which hLibsass does automatically - links with libstdc++). For documentation visit https://github.com/sass/libsass.
-
GSL Statistics interface Purely functional interface for statistics based on hmatrix and GSL Relieves the burden of alloc/free routines and is otherwise essentially 1:1 Documentation can be found at http://www.gnu.org/software/gsl/manual/ The vector type is Data.Vector.Storable from the vector package.
-
Conversions between hmatrix and vector-sized types Conversions between statically sized types in hmatrix and vector-sized. See README on Github https://github.com/mstksg/hmatrix-vector-sized#readme
-
Haskell OAuth2 authentication client This is Haskell binding of OAuth2 Authorization framework and Bearer Token Usage framework.
-
Please see the README on GitHub at https://github.com/githubuser/honeycomb#readme
-
FFI Bindings to OpenSSL's EVP Digest Interface Foreign-function bindings to the OpenSSL library. Currently provides access to the messages digests MD5, DSS, DSS1, RIPEMD160, and various SHA variants through the EVP digest interface.
-
Haskell Open Sound Control Haskell library implementing the Open Sound Control protocol
-
Hybrid Public Key Encryption Hybrid Public Key Encryption defined in RFC9180