Hoogle Search
Within LTS Haskell 24.34 (ghc-9.10.3)
Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.
-
Here docs & interpolated strings via quasiquotation Here docs & interpolated strings via quasiquotation
-
A type-safe template engine for working with front end development tools Recent front end development tools and languages are growing fast and have quite a complicated ecosystem. Few front end developers want to be forced use Shakespeare templates. Instead, they would rather use node-friendly engines such that pug, slim, and haml. However, in using these template engines, we lose the compile-time variable interpolation and type checking from Shakespeare. Heterocephalus is intended for use with another feature rich template engine and provides a way to interpolate server side variables into a precompiled template file with forall, if, and case statements.
-
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.
-
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