The NetBSD Project

CVS log for pkgsrc/devel/hs-hls-eval-plugin/Attic/buildlink3.mk

[BACK] Up to [cvs.NetBSD.org] / pkgsrc / devel / hs-hls-eval-plugin

Request diff between arbitrary revisions


Keyword substitution: kv
Default branch: MAIN


Revision 1.4
Sun May 5 10:47:13 2024 UTC (10 months, 3 weeks ago) by pho
Branches: MAIN
CVS tags: HEAD
FILE REMOVED
Changes since revision 1.3: +1 -1 lines
devel/hs-hls-eval-plugin: Remove

This package is now part of devel/haskell-language-server.

Revision 1.3: download - view: text, markup, annotated - select for diffs
Wed Nov 8 13:18:46 2023 UTC (16 months, 2 weeks ago) by wiz
Branches: MAIN
CVS tags: pkgsrc-2024Q1-base, pkgsrc-2024Q1, pkgsrc-2023Q4-base, pkgsrc-2023Q4
Diff to: previous 1.2: preferred, colored
Changes since revision 1.2: +2 -2 lines
*: recursive bump for icu 74.1

Revision 1.2: download - view: text, markup, annotated - select for diffs
Thu Nov 2 06:36:37 2023 UTC (16 months, 3 weeks ago) by pho
Branches: MAIN
Diff to: previous 1.1: preferred, colored
Changes since revision 1.1: +2 -2 lines
Revbump all Haskell after updating lang/ghc96

Revision 1.1: download - view: text, markup, annotated - select for diffs
Tue Oct 31 14:59:02 2023 UTC (16 months, 3 weeks ago) by pho
Branches: MAIN
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*)

Diff request

This form allows you to request diffs between any two revisions of a file. You may select a symbolic revision name using the selection box or you may type in a numeric name using the type-in text box.

Log view options

CVSweb <webmaster@jp.NetBSD.org>