Path to this page:
NOTICE: This package has been removed from pkgsrc./
devel/hs-hls-eval-plugin,
Eval plugin for Haskell Language Server
Branch: CURRENT,
Version: 2.4.0.0nb2,
Package name: hs-hls-eval-plugin-2.4.0.0nb2,
Maintainer: pkgsrc-usersThe 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*)
Master sites:
Filesize: 42.355 KB
Version history: (Expand)
- (2024-05-06) Package deleted from pkgsrc
- (2023-11-08) Updated to version: hs-hls-eval-plugin-2.4.0.0nb2
- (2023-11-02) Updated to version: hs-hls-eval-plugin-2.4.0.0nb1
- (2023-10-31) Package added to pkgsrc.se, version hs-hls-eval-plugin-2.4.0.0 (created)
CVS history: (Expand)
2023-11-08 14:21:43 by Thomas Klausner | Files touched by this commit (2377) |
Log message:
*: recursive bump for icu 74.1
|
2023-11-02 07:37:49 by Masatake Daimon | Files touched by this commit (1141) |
Log message:
Revbump all Haskell after updating lang/ghc96
|
2023-10-31 15:59:02 by Masatake Daimon | Files touched by this commit (5) |
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*)
|