packages feed

hamlet 1.1.0.3 → 1.1.1

raw patch · 2 files changed

+2/−6 lines, 2 filesPVP ok

version bump matches the API change (PVP)

API changes (from Hackage documentation)

Files

Text/Hamlet.hs view
@@ -290,11 +290,7 @@     hr <- qhr     case parseDoc set s of         Error s' -> error s'-        Ok (mnl, d) -> do-            case (mnl, hamletNewlines set) of-                (Nothing, DefaultNewlineStyle) -> qReport False "Warning: default newline style has changed, using an explicit $newline is recommended"-                _ -> return ()-            hrWithEnv hr $ \env -> docsToExp env hr [] d+        Ok (mnl, d) -> hrWithEnv hr $ \env -> docsToExp env hr [] d  hamletFileWithSettings :: Q HamletRules -> HamletSettings -> FilePath -> Q Exp hamletFileWithSettings qhr set fp = do
hamlet.cabal view
@@ -1,5 +1,5 @@ name:            hamlet-version:         1.1.0.3+version:         1.1.1 license:         MIT license-file:    LICENSE author:          Michael Snoyman <michael@snoyman.com>