xml-hamlet 0.1.0 → 0.2.0
raw patch · 1 files changed
+5/−5 lines, 1 filesdep +xml-conduitdep −xml-enumeratordep ~hspecdep ~xml-hamlet
Dependencies added: xml-conduit
Dependencies removed: xml-enumerator
Dependency ranges changed: hspec, xml-hamlet
Files
- xml-hamlet.cabal +5/−5
xml-hamlet.cabal view
@@ -1,5 +1,5 @@ Name: xml-hamlet-Version: 0.1.0+Version: 0.2.0 Synopsis: Hamlet-style quasiquoter for XML content Homepage: http://www.yesodweb.com/ License: BSD3@@ -19,7 +19,7 @@ Build-depends: base >= 4 && < 5 , shakespeare >= 0.10 && < 0.11- , xml-enumerator >= 0.4 && < 0.5+ , xml-conduit >= 0.5 && < 0.6 , text >= 0.10 && < 1.0 , template-haskell , parsec >= 2.0 && < 3.2@@ -31,12 +31,12 @@ hs-source-dirs: test type: exitcode-stdio-1.0 ghc-options: -Wall- build-depends: hspec >= 0.6.1 && < 0.7+ build-depends: hspec , HUnit >= 1.2 && < 1.3 , base >= 4 && < 5 , shakespeare >= 0.10 && < 0.11- , xml-enumerator >= 0.4 && < 0.5+ , xml-conduit , text >= 0.10 && < 1.0 , template-haskell , parsec >= 2.0 && < 3.2- , xml-hamlet >= 0.1 && < 0.2+ , xml-hamlet