Hoogle Search

Within LTS Haskell 24.49 (ghc-9.10.3)

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

  1. package nicify-lib

    Pretty print the standard output of default `Show` instances. Pretty print the standard output of show for algebraic datatypes

  2. package nix-narinfo

    Parse and render .narinfo files Support for parsing and rendering Nix .narinfo files

  3. package no-recursion

    A GHC plugin to remove support for recursion General recursion can be the cause of a lot of problems. This removes recursion from GHC, allowing you to guarantee you’re using other mechanisms, like recursion schemes.

  4. package non-empty-text

    Non empty Data.Text type Typesafe thin wrapper around Data.Text to make impossible to be empty (to always hold at least on character)

  5. package nowdoc

    Here document without variable expansion like PHP Nowdoc Please see the README on GitHub at https://github.com/YoshikuniJujo/nowdoc#readme

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

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

  8. package numeric-extras

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

  9. package nvim-hs-contrib

    Haskell plugin backend for neovim Library for nvim-hs.

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

Page 223 of many | Previous | Next