packages feed

hamlet 1.1.1.1 → 1.1.2

raw patch · 2 files changed

+2/−1 lines, 2 filesPVP ok

version bump matches the API change (PVP)

API changes (from Hackage documentation)

+ Text.Hamlet: CloseInside :: CloseStyle
+ Text.Hamlet: CloseSeparate :: CloseStyle
+ Text.Hamlet: NoClose :: CloseStyle
+ Text.Hamlet: data CloseStyle

Files

Text/Hamlet.hs view
@@ -39,6 +39,7 @@     , hamletRules     , ihamletRules     , htmlRules+    , CloseStyle (..)     ) where  import Text.Shakespeare.Base
hamlet.cabal view
@@ -1,5 +1,5 @@ name:            hamlet-version:         1.1.1.1+version:         1.1.2 license:         MIT license-file:    LICENSE author:          Michael Snoyman <michael@snoyman.com>