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.

  1. package hpc-codecov

    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.

  2. package hpc-lcov

    Convert HPC output into LCOV format Convert HPC output into LCOV format.

  3. package hpp

    A Haskell pre-processor See the README for usage examples

  4. package hruby

    Embed a Ruby intepreter in your Haskell program ! This works with Ruby 2.2+. Everything you need should be in Foreign.Ruby.Safe.

  5. 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

  6. package hs-opentelemetry-otlp

    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

  7. 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

  8. package hs-opentelemetry-sdk

    OpenTelemetry SDK for use in applications. Please see the README on GitHub at https://github.com/iand675/hs-opentelemetry/tree/main/sdk#readme

  9. package hs-opentelemetry-vendor-honeycomb

    Optional OpenTelemetry integration for Honeycomb Please see the README on GitHub at https://github.com/iand675/hs-opentelemetry#readme

  10. package hsass

    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.

Page 201 of many | Previous | Next