xml-hamlet 0.0.2 → 0.0.3
raw patch · 2 files changed
+3/−1 lines, 2 files
Files
- Text/Hamlet/XML.hs +1/−0
- xml-hamlet.cabal +2/−1
Text/Hamlet/XML.hs view
@@ -1,4 +1,5 @@ {-# LANGUAGE TemplateHaskell #-}+{-# OPTIONS_GHC -fno-warn-missing-fields #-} module Text.Hamlet.XML ( xml , xmlFile
xml-hamlet.cabal view
@@ -1,5 +1,5 @@ Name: xml-hamlet-Version: 0.0.2+Version: 0.0.3 Synopsis: Hamlet-style quasiquoter for XML content Homepage: http://www.yesodweb.com/ License: BSD3@@ -8,6 +8,7 @@ Maintainer: michael@snoyman.com Category: Text Build-type: Simple+Description: Hamlet-style quasiquoter for XML content Cabal-version: >=1.8