Hoogle Search

Within LTS Haskell 24.35 (ghc-9.10.3)

Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.

  1. package nsis

    DSL for producing Windows Installer using NSIS. NSIS (Nullsoft Scriptable Install System, http://nsis.sourceforge.net/) is a tool that allows programmers to create installers for Windows. This library provides an alternative syntax for NSIS scripts, as an embedded Haskell language, removing much of the hard work in developing an install script. Simple NSIS installers should look mostly the same, complex ones should be significantly more maintainable.

  2. package numbers

    Various number types Instances of the numerical classes for a variety of different numbers: (computable) real numbers, arbitrary precision fixed numbers, arbitrary precision floating point numbers, differentiable numbers, symbolic numbers, natural numbers, interval arithmetic.

  3. package numeric-extras

    Useful tools from the C standard library Useful tools from the C standard library

  4. package numeric-quest

    Math and quantum mechanics List based linear algebra, similtaneous linear equations, eigenvalues and eigenvectors, roots of polynomials, transcendent functions with arbitrary precision implemented by continued fractions, quantum operations, tensors

  5. package nvim-hs-contrib

    Haskell plugin backend for neovim Library for nvim-hs.

  6. package nvim-hs-ghcid

    Neovim plugin that runs ghcid to update the quickfix list This plugin uses the nvim-hs plugin backend for neovim and fills the quickfix list on file-saves with the errors and warnings that ghcid determines. The only limitation for this tool is that it needs a .cabal file to work. This plugin provides 3 commands: :GhcidStart will prompt you for the configuration you want to use. It should guess a reasonable option based on the files present in your project directory and so you will just have to press enter all the time. If you provide a bang, these questions will not be asked. :GhcidStop stops the current ghcid process. :GhcidRestart combines the two previous commands. Simply import the plugin definition from Neovim.Ghcid and add it to your plugin list.

  7. package o-clock

    Type-safe time library. See README.md for details.

  8. package oblivious-transfer

    An implementation of the Oblivious Transfer protocol in Haskell Please see the README on GitHub at https://github.com/adjoint-io/oblivious-transfer#readme

  9. package odbc

    Haskell binding to the ODBC API, aimed at SQL Server driver Haskell binding to the ODBC API. This has been tested against the Microsoft SQL Server ODBC drivers. Its test suite runs on OS X, Windows and Linux.

  10. package oeis

    Interface to the Online Encyclopedia of Integer Sequences (OEIS) Interface to the Online Encyclopedia of Integer Sequences (OEIS).

Page 222 of many | Previous | Next