./textproc/hs-shakespeare, Toolkit for making compile-time interpolated templates

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ] [ Add to tracker ]


Branch: CURRENT, Version: 2.1.0.1nb1, Package name: hs-shakespeare-2.1.0.1nb1, Maintainer: pkgsrc-users

Shakespeare is a family of type-safe, efficient template languages.
Shakespeare templates are expanded at compile-time, ensuring that all
interpolated variables are in scope. Variables are interpolated
according to their type through a typeclass.

Shakespeare templates can be used inline with a quasi-quoter or in an
external file.


Required to run:
[devel/hs-vector] [textproc/hs-blaze-markup] [devel/hs-unordered-containers] [math/hs-scientific] [textproc/hs-blaze-html] [converters/hs-aeson] [devel/hs-file-embed] [devel/hs-th-lift] [lang/ghc94]

Master sites:

Filesize: 70.018 KB

Version history: (Expand)


CVS history: (Expand)


   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-30 11:15:07 by Masatake Daimon | Files touched by this commit (4)
Log message:
textproc/hs-shakespeare: Update to 2.1.0.1

2.1.0.1
* Fix 100тип slowdown on parsec-3.1.15 #277

2.1.0
* Add OverloadedRecordDot-style record access in expressions
   2023-10-09 06:55:01 by Masatake Daimon | Files touched by this commit (988)
Log message:
Bump Haskell packages after updating lang/ghc94
   2023-01-27 09:50:19 by Masatake Daimon | Files touched by this commit (4)
Log message:
textproc/hs-shakespeare: Update to 2.0.30

2.0.30
* Add Text.Cassius.Ordered and Text.Lucius.Ordered modules with parsers to
  maintain order between attributes and mixin blocks.

2.0.29
* Support the upcoming template-haskell release with GHC 9.4 #267

2.0.28
* Add support for sub-blocks in mixins #264

2.0.27
* Change how embedded templates are located by the compiler. Relative files
  are now resolved using the Cabal project root, to fix builds of
  multi-project codebases. #266
* Change how messages are located by the compiler. The message directory is
  now resolved using the Cabal project root, to fix builds of multi-project
  codebases. #266

2.0.26
* Support @supports #263
   2022-08-20 10:08:24 by Thomas Klausner | Files touched by this commit (211)
Log message:
hs*: recursive bump for new dependencies needed

for hs-aeson, hs-vector
   2022-02-26 04:58:36 by Masatake Daimon | Files touched by this commit (872)
Log message:
Bump all Haskell packages after enabling "split sections" in mk/haskell.mk
   2022-02-12 09:51:00 by Masatake Daimon | Files touched by this commit (575)
Log message:
revbump after changing the default Haskell compiler
   2022-02-12 08:17:46 by Masatake Daimon | Files touched by this commit (3)
Log message:
Update to shakespeare-2.0.25.1

2.0.25.1
    Support for GHC 9.2 and aeson 2 #260