packages feed

template 0.2.0.2 → 0.2.0.3

raw patch · 2 files changed

+4/−4 lines, 2 files

Files

Data/Text/Template.hs view
@@ -216,9 +216,9 @@ -- Text parser  -- | The parser state.-data S = S {-# UNPACK #-} !T.Text  -- ^ Remaining input-           {-# UNPACK #-} !Int     -- ^ Row-           {-# UNPACK #-} !Int     -- ^ Col+data S = S {-# UNPACK #-} !T.Text  -- Remaining input+           {-# UNPACK #-} !Int     -- Row+           {-# UNPACK #-} !Int     -- Col  type Parser = State S 
template.cabal view
@@ -1,5 +1,5 @@ name:                template-version:             0.2.0.2+version:             0.2.0.3 description:   Simple string substitution library that supports \"$\"-based   substitution.  Meant to be used when Text.Printf or string