devel/hs-hls-eval-plugin - The NetBSD Packages Collection

Eval plugin for Haskell Language Server

The Eval plugin evaluates code inserted in comments.

This is mainly useful to test and document functions and to quickly
evaluate small expressions.

Every line of code to be evaluated is introduced by >>>

A quick calculation:

-- >>> 2**4.5/pi
-- 7.202530529256849

A little test for the double function:

{- |
A doubling function.

>>> double 11
22
-}
double = (2*)

Build dependencies

pkgtools/mktools pkgtools/cwrappers

Runtime dependencies

converters/hs-aeson devel/hs-hashable devel/hs-dlist devel/hs-QuickCheck devel/hs-unordered-containers devel/hs-data-default textproc/hs-Diff misc/hs-extra devel/hs-ghcide devel/hs-safe-exceptions devel/hs-hls-graph devel/hs-unliftio devel/hs-hls-plugin-api devel/hs-lens devel/hs-lsp devel/hs-lsp-types textproc/hs-megaparsec devel/hs-parser-combinators devel/hs-pretty-simple lang/ghc96 converters/hs-aeson devel/hs-hashable devel/hs-dlist devel/hs-QuickCheck devel/hs-unordered-containers devel/hs-data-default textproc/hs-Diff misc/hs-extra devel/hs-ghcide devel/hs-safe-exceptions devel/hs-hls-graph devel/hs-unliftio devel/hs-hls-plugin-api devel/hs-lens devel/hs-lsp devel/hs-lsp-types textproc/hs-megaparsec devel/hs-parser-combinators devel/hs-pretty-simple

Binary packages

OSArchitectureVersion
NetBSD 10.0aarch64hs-hls-eval-plugin-2.4.0.0nb2.tgz
NetBSD 10.0aarch64hs-hls-eval-plugin-2.4.0.0nb2.tgz
NetBSD 10.0x86_64hs-hls-eval-plugin-2.4.0.0nb2.tgz
NetBSD 10.0x86_64hs-hls-eval-plugin-2.4.0.0nb2.tgz
NetBSD 9.0aarch64hs-hls-eval-plugin-2.4.0.0nb2.tgz
NetBSD 9.0aarch64hs-hls-eval-plugin-2.4.0.0nb2.tgz
NetBSD 9.0x86_64hs-hls-eval-plugin-2.4.0.0nb2.tgz
NetBSD 9.0x86_64hs-hls-eval-plugin-2.4.0.0nb2.tgz

Binary packages can be installed with the high-level tool pkgin (which can be installed with pkg_add) or pkg_add(1) (installed by default). The NetBSD packages collection is also designed to permit easy installation from source.

Available build options

(none)

Known vulnerabilities

The pkg_admin audit command locates any installed package which has been mentioned in security advisories as having vulnerabilities.

Please note the vulnerabilities database might not be fully accurate, and not every bug is exploitable with every configuration.


Problem reports, updates or suggestions for this package should be reported with send-pr.