Summary
Allows parsing and rendering template files with mustache markup. See the mustache <http://mustache.github.io/mustache.5.html language reference>. Implements the mustache spec version 1.1.3. /Note/: Versions including and beyond 0.4 are compatible with ghc 7.8 again.
Versions
v2.3.1 :: 0/2.3.1 :: gentoo
- Modified
- License
- BSD
- Keywords
- ~amd64 ~x86
- USE flags
- doc hscolour profile test
USE flags
General
- doc
- Add extra documentation (API, Javadoc, etc). It is recommended to enable per package instead of globally
- hscolour
- Include coloured haskell sources to generated documentation (dev-haskell/hscolour)
- profile
- Add support for software performance analysis (will likely vary from ebuild to ebuild)
- test
- Enable dependencies and/or preparations necessary to run tests (usually controlled by FEATURES=test but can be toggled independently)
Dependencies
dev-haskell / aeson : Fast JSON parsing and encoding
dev-haskell / base-unicode-symbols : Unicode alternatives for common functions and operators
dev-haskell / cabal : A framework for packaging Haskell software
dev-haskell / cmdargs : Command line argument processing
dev-haskell / either : An either monad transformer
dev-haskell / hscolour : Colourise Haskell code
dev-haskell / hspec : A Testing Framework for Haskell
dev-haskell / lens : Lenses, Folds and Traversals
dev-haskell / mtl : Monad classes, using functional dependencies
dev-haskell / parsec : Monadic parser combinators
dev-haskell / scientific : Numbers represented using scientific notation
dev-haskell / tar : Reading, writing and manipulating tar files
dev-haskell / temporary : Portable temporary file and directory support for Windows and Unix
dev-haskell / text : An efficient packed Unicode text type
dev-haskell / th-lift : Derive Template Haskell's Lift class for datatypes
dev-haskell / unordered-containers : Efficient hashing-based container types
dev-haskell / vector : Efficient Arrays
dev-haskell / wreq : An easy-to-use HTTP client library
dev-haskell / yaml : Support for parsing and rendering YAML documents
dev-haskell / zlib : Compression and decompression in the gzip and zlib formats
Runtime Dependencies
dev-haskell / aeson : Fast JSON parsing and encoding
dev-haskell / cmdargs : Command line argument processing
dev-haskell / either : An either monad transformer
dev-haskell / mtl : Monad classes, using functional dependencies
dev-haskell / parsec : Monadic parser combinators
dev-haskell / scientific : Numbers represented using scientific notation
dev-haskell / text : An efficient packed Unicode text type
dev-haskell / th-lift : Derive Template Haskell's Lift class for datatypes
dev-haskell / unordered-containers : Efficient hashing-based container types
dev-haskell / vector : Efficient Arrays
dev-haskell / yaml : Support for parsing and rendering YAML documents
Depending packages
dev-haskell / stack : The Haskell Tool Stack
Change logs
- Repository mirror & CI · gentoo
Merge updates from master - Jack Todaro · gentoo
dev-haskell/mustache: add package
Package-Manager: Portage-3.0.1, Repoman-2.3.23 Signed-off-by: Jack Todaro <solpeth@posteo.org> Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>