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 +1/−0
- hamlet.cabal +1/−1
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>