haiji 0.3.0.0 → 0.3.1.0
raw patch · 2 files changed
+2/−1 lines, 2 filesPVP ok
version bump matches the API change (PVP)
API changes (from Hackage documentation)
+ Text.Haiji: data (k :: Symbol) :-> (v :: Type)
+ Text.Haiji: infixl 2 :->
Files
- haiji.cabal +1/−1
- src/Text/Haiji.hs +1/−0
haiji.cabal view
@@ -2,7 +2,7 @@ -- see http://haskell.org/cabal/users-guide/ name: haiji-version: 0.3.0.0+version: 0.3.1.0 synopsis: A typed template engine, subset of jinja2 description: Haiji is a template engine which is subset of jinja2. This is designed to free from the unintended rendering result
src/Text/Haiji.hs view
@@ -55,6 +55,7 @@ -- * Dictionary , Dict , toDict+ , (:->) , empty -- ** Builder , key