reform-hamlet 0.0.4 → 0.0.5
raw patch · 1 files changed
+4/−4 lines, 1 filesdep ~blaze-markupPVP ok
version bump matches the API change (PVP)
Dependency ranges changed: blaze-markup
API changes (from Hackage documentation)
Files
- reform-hamlet.cabal +4/−4
reform-hamlet.cabal view
@@ -1,5 +1,5 @@ Name: reform-hamlet-Version: 0.0.4+Version: 0.0.5 Synopsis: Add support for using Hamlet with Reform Description: Reform is a library for building and validating forms using applicative functors. This package add support for using reform with Hamlet. Homepage: http://www.happstack.com/@@ -13,16 +13,16 @@ Cabal-version: >=1.6 source-repository head- type: darcs+ type: git subdir: reform-hamlet- location: http://hub.darcs.net/stepcut/reform+ location: https://github.com/Happstack/reform.git Library Exposed-modules: Text.Reform.Hamlet.Common Text.Reform.Hamlet.String Text.Reform.Hamlet.Text Build-depends: base > 4 && < 5,- blaze-markup > 0.5 && < 0.7,+ blaze-markup > 0.5 && < 0.8, shakespeare >= 2.0 && < 2.1, reform == 0.2.*, text >= 0.11 && < 1.3