Hoogle Search
Within LTS Haskell 24.48 (ghc-9.10.3)
Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.
-
Generate reports from hpc data The hpc-codecov package contains an executable and library codes for generating Codeocv JSON coverage report, LCOV tracefile report, or Cobertura XML report from .tix and .mix files made with hpc. See the README for more info.
-
Convert HPC output into LCOV format Convert HPC output into LCOV format.
-
A Haskell pre-processor See the README for usage examples
-
Embed a Ruby intepreter in your Haskell program ! This works with Ruby 2.2+. Everything you need should be in Foreign.Ruby.Safe.
package
hs-opentelemetry-exporter-otlp OpenTelemetry exporter supporting the standard OTLP protocol Please see the README on GitHub at https://github.com/iand675/hs-opentelemetry/tree/main/exporters/otlp#readme
-
OpenTelemetry protocol buffer modules generated for the OTLP protocol by the proto-lens package Please see the README on GitHub at https://github.com/iand675/hs-opentelemetry#readme
package
hs-opentelemetry-propagator-b3 Trace propagation via HTTP headers following the b3 tracestate spec. Please see the README on GitHub at https://github.com/iand675/hs-opentelemetry/tree/main/propagators/b3#readme
-
OpenTelemetry SDK for use in applications. Please see the README on GitHub at https://github.com/iand675/hs-opentelemetry/tree/main/sdk#readme
package
hs-opentelemetry-vendor-honeycomb Optional OpenTelemetry integration for Honeycomb Please see the README on GitHub at https://github.com/iand675/hs-opentelemetry#readme
-
Integrating Sass into Haskell applications. This package provides quite simple (but not too simple) API for compilation of Sass code. It uses libsass (hlibsass) underneath, so the code it parses/generates should be compatible with original Sass implementation (or at least sassc). This package tries to minimize C API usage, so the only place where it is used is in the compileFile / compileString methods. This allows us to stay pure as long as we can and not waste performance for going back and forth. If you feel that compilation options constrain you too much, you may use rest of modules without it. With them, you can use Haskell types and mechanisms to manage libsass's data(eg. importers, options, values) and modify compilation process as you like.