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

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


Branch: CURRENT, Version: 2.1.1nb2, Package name: hs-shakespeare-2.1.1nb2, 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.49 KB

Version history: (Expand)


CVS history: (Expand)


   2025-03-05 04:40:14 by Masatake Daimon | Files touched by this commit (1173)
Log message:
recursive revbump after patching lang/ghc910
   2025-02-02 14:06:08 by Masatake Daimon | Files touched by this commit (1173)
Log message:
Bump all Haskell packages after switching the default compiler.
   2025-02-01 11:33:13 by Masatake Daimon | Files touched by this commit (3) | Package updated
Log message:
textproc/hs-shakespeare: update to shakespeare-2.1.1

### 2.1.1

* Add support for `TypeApplications` inside Shakespeare quasiquotes
   2024-05-09 03:32:57 by Masatake Daimon | Files touched by this commit (1137)
Log message:
Recursive revbump after changing the default Haskell compiler
   2024-05-02 10:11:27 by Masatake Daimon | Files touched by this commit (1)
Log message:
textproc/hs-shakespeare: Fix build with GHC 9.8

This breaks build with the currently default GHC 9.6. Please bear with me
until I switch the default compiler.
   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