packages feed

mustache 2.0 → 2.0.1

raw patch · 4 files changed

+8/−2 lines, 4 files

Files

mustache.cabal view
@@ -1,5 +1,5 @@ name:                mustache-version:             2.0+version:             2.0.1 synopsis:            A mustache template parser library. description:   Allows parsing and rendering template files with mustache markup. See the@@ -17,7 +17,10 @@ copyright:           (c) 2015, 2016 Justus Adam category:            Development build-type:          Simple-extra-source-files:  README.md CHANGELOG.md+extra-source-files:  README.md+                   , CHANGELOG.md+                   , test/unit/examples/*.txt.mustache+                   , test/unit/examples/partials/*.txt.mustache cabal-version:       >=1.10 tested-with:         GHC >=7.8 && <= 7.10.2 
+ test/unit/examples/partials/test-partial.txt.mustache view
@@ -0,0 +1,1 @@+and {{ partials }}
+ test/unit/examples/test-template-partials.txt.mustache view
@@ -0,0 +1,1 @@+This {{ template }} was injected at compile time with an embedded file {{> test-partial.txt.mustache }}
+ test/unit/examples/test-template.txt.mustache view
@@ -0,0 +1,1 @@+This {{ template }} was injected at compile time with an embedded file