packages feed

reform-hsp 0.2.7.1 → 0.2.7.2

raw patch · 1 files changed

+3/−3 lines, 1 filesdep ~reformPVP ok

version bump matches the API change (PVP)

Dependency ranges changed: reform

API changes (from Hackage documentation)

Files

reform-hsp.cabal view
@@ -1,5 +1,5 @@ Name:                reform-hsp-Version:             0.2.7.1+Version:             0.2.7.2 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/@@ -11,7 +11,7 @@ Category:            Web Build-type:          Simple Cabal-version:       >=1.6-tested-with:         GHC == 7.6.3, GHC == 7.8.4, GHC == 7.10.3, GHC == 8.0.1+tested-with:         GHC == 7.6.3, GHC == 7.8.4, GHC == 7.10.3, GHC == 8.0.1, GHC == 8.6.5, GHC == 8.8.1  source-repository head     type:     git@@ -24,5 +24,5 @@   Build-depends:       base   > 4      && <5,                        hsp    >= 0.9   && < 0.11,                        hsx2hs >= 0.13  && < 0.15,-                       reform >= 0.2.1 && < 0.3,+                       reform >= 0.2.1 && < 0.4,                        text   >= 0.11  && < 1.3