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

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

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

  4. package hslua-module-doclayout

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

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

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

  7. package hspec-junit-formatter

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

  8. package hspec-leancheck

    LeanCheck support for the Hspec test framework. LeanCheck support for the Hspec test framework. This package can be used to incorporate LeanCheck tests into Hspec test suites. Please see the Haddock documentation and README for more details.

  9. package hspec-need-env

    Read environment variables for hspec tests Read environment variables for hspec tests. See Test.Hspec.NeedEnv.

  10. package hspec-parsec

    Hspec expectations for testing Parsec parsers Hspec expectations for testing Parsec parsers

Page 202 of many | Previous | Next