reform-hsp 0.2.7 → 0.2.7.1
raw patch · 1 files changed
+2/−2 lines, 1 filesdep ~hsx2hsPVP ok
version bump matches the API change (PVP)
Dependency ranges changed: hsx2hs
API changes (from Hackage documentation)
Files
- reform-hsp.cabal +2/−2
reform-hsp.cabal view
@@ -1,5 +1,5 @@ Name: reform-hsp-Version: 0.2.7+Version: 0.2.7.1 Synopsis: Add support for using HSP with Reform Description: Reform is a library for building and validating forms using applicative functors. This package add support for using reform with HSP. Homepage: http://www.happstack.com/@@ -23,6 +23,6 @@ Text.Reform.HSP.Text Build-depends: base > 4 && <5, hsp >= 0.9 && < 0.11,- hsx2hs >= 0.13 && < 0.14,+ hsx2hs >= 0.13 && < 0.15, reform >= 0.2.1 && < 0.3, text >= 0.11 && < 1.3