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.

  1. package hpp

    A Haskell pre-processor See the README for usage examples

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

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

  4. package hsdns

    Asynchronous DNS Resolver This library provides an asynchronous DNS resolver on top of GNU ADNS http://www.chiark.greenend.org.uk/~ian/adns/. Not all options are supported, but A, MX, and PTR lookups work nicely. There is also support for retrieving generic RR types, CNAMEs, and for NSEC zone walking. The library can be expected to work with fine ADNS 1.4 or later. It might also work with version ADNS 1.3, but that hasn't been tested. The example program adns-reverse-lookup.hs demonstrates how the resolver is used. Given a list of host names on the command line, it performs an A/PTR double-lookup and checks whether the records are consistent. The output is printed in the order in which the DNS responses arrive:

    $ ./adns-reverse-lookup cryp.to localhost www.example.com
    OK: localhost <-> 127.0.0.1
    FAIL: cryp.to -> 217.19.183.102 -> ["zuse.cryp.to"]
    OK: www.example.com <-> 192.0.32.10
    

  5. package hsinstall

    Install Haskell software This is a tool for deploying software projects into directory structures suitable for installation on a system. It builds upon the `stack install` command and adds more features. It's also a tool for easier AppImage creation.

  6. package hslua-cli

    Command-line interface for Lua Provides an embeddable command-line interface for Lua. The interface is compatible with the standard Lua interpreter, i.e., the lua executable provided in a default Lua installation.

  7. package hslua-module-doclayout

    Lua module wrapping Text.DocLayout. Lua module wrapping Text.DocLayout.

  8. package hsndfile

    Haskell bindings for libsndfile Haskell bindings for libsndfile, a comprehensive C library for reading and writing a large number of soundfile formats by Erik de Castro Lopo (http://www.mega-nerd.com/libsndfile/). For more information on hsndfile visit its homepage at http://haskell.org/haskellwiki/Hsndfile.

  9. package hspec-attoparsec

    Utility functions for testing your attoparsec parsers with hspec This package provides some helper functions for testing attoparsec parsers with hspec. See the documentation in Test.Hspec.Attoparsec for examples, or this package's own test suite.

  10. package hspec-junit-formatter

    A JUnit XML runner/formatter for hspec Allows hspec tests to write JUnit XML output for parsing in various tools.

Page 200 of many | Previous | Next