Subject: CVS commit: pkgsrc/devel/hs-hls-eval-plugin
From: Masatake Daimon
Date: 2023-10-31 15:59:02
Message id: 20231031145902.C0305FADC@cvs.NetBSD.org

Log Message:
devel/hs-hls-eval-plugin: import hs-hls-eval-plugin-2.4.0.0

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

Files:
RevisionActionfile
1.1addpkgsrc/devel/hs-hls-eval-plugin/DESCR
1.1addpkgsrc/devel/hs-hls-eval-plugin/Makefile
1.1addpkgsrc/devel/hs-hls-eval-plugin/PLIST
1.1addpkgsrc/devel/hs-hls-eval-plugin/buildlink3.mk
1.1addpkgsrc/devel/hs-hls-eval-plugin/distinfo