Path to this page:
./
textproc/hs-shakespeare,
Toolkit for making compile-time interpolated templates
Branch: CURRENT,
Version: 2.1.0.1nb2,
Package name: hs-shakespeare-2.1.0.1nb2,
Maintainer: pkgsrc-usersShakespeare 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)
- (2024-05-09) Updated to version: hs-shakespeare-2.1.0.1nb2
- (2023-11-02) Updated to version: hs-shakespeare-2.1.0.1nb1
- (2023-10-30) Updated to version: hs-shakespeare-2.1.0.1
- (2023-10-09) Updated to version: hs-shakespeare-2.0.30nb2
- (2023-02-09) Updated to version: hs-shakespeare-2.0.30nb1
- (2023-01-27) Updated to version: hs-shakespeare-2.0.30
CVS history: (Expand)
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
|
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
|