packages feed

xml-hamlet 0.4.0 → 0.4.0.1

raw patch · 1 files changed

+2/−2 lines, 1 filesdep ~hspecPVP ok

version bump matches the API change (PVP)

Dependency ranges changed: hspec

API changes (from Hackage documentation)

Files

xml-hamlet.cabal view
@@ -1,5 +1,5 @@ Name:                xml-hamlet-Version:             0.4.0+Version:             0.4.0.1 Synopsis:            Hamlet-style quasiquoter for XML content Homepage:            http://www.yesodweb.com/ License:             BSD3@@ -32,7 +32,7 @@   hs-source-dirs:      test   type:                exitcode-stdio-1.0   ghc-options:         -Wall-  build-depends:       hspec >= 1.0 && < 1.2+  build-depends:       hspec >= 1.3 && < 1.4                      , HUnit                      , base >= 4 && < 5                      , shakespeare