xml-hamlet 0.4.1.1 → 0.5.0
raw patch · 3 files changed
+7/−3 lines, 3 files
Files
- ChangeLog.md +4/−0
- test/main.hs +2/−2
- xml-hamlet.cabal +1/−1
ChangeLog.md view
@@ -1,3 +1,7 @@+## 0.5.0++* Upgrade to conduit 1.3+ ## 0.4.1.1 * Remove an upper bound
test/main.hs view
@@ -124,7 +124,7 @@ justTrue = Just True in [xml| $case nothing- $of Just val+ $of Just _val $of Nothing <one> $case justTrue@@ -138,7 +138,7 @@ $if val <three> $case Nothing- $of Just val+ $of Just _val $of _ <four> |] @?=
xml-hamlet.cabal view
@@ -1,5 +1,5 @@ Name: xml-hamlet-Version: 0.4.1.1+Version: 0.5.0 Synopsis: Hamlet-style quasiquoter for XML content Homepage: http://www.yesodweb.com/ License: BSD3