reform-happstack 0.2.5.5 → 0.2.5.6
raw patch · 1 files changed
+4/−4 lines, 1 filesdep ~happstack-serverdep ~mtlPVP ok
version bump matches the API change (PVP)
Dependency ranges changed: happstack-server, mtl
API changes (from Hackage documentation)
Files
- reform-happstack.cabal +4/−4
reform-happstack.cabal view
@@ -1,5 +1,5 @@ Name: reform-happstack-Version: 0.2.5.5+Version: 0.2.5.6 Synopsis: Happstack support for reform. Description: Reform is a library for building and validating forms using applicative functors. This package add support for using reform with Happstack. Homepage: http://www.happstack.com/@@ -11,7 +11,7 @@ Category: Web Build-type: Simple Cabal-version: >=1.10-tested-with: GHC == 8.0.2, GHC == 8.2.2, GHC == 8.4.4, GHC == 8.6.5, GHC == 8.8.4, GHC == 8.10.7, GHC == 9.0.2, GHC == 9.2.2+tested-with: GHC == 8.0.2, GHC == 8.2.2, GHC == 8.4.4, GHC == 8.6.5, GHC == 8.8.4, GHC == 8.10.7, GHC == 9.0.2, GHC == 9.2.5, GHC == 9.4.3 source-repository head type: git@@ -22,8 +22,8 @@ Exposed-modules: Text.Reform.Happstack Build-depends: base >4 && <5, bytestring >= 0.9 && < 0.13,- happstack-server >= 7.0 && < 7.8,- mtl >= 2.0 && < 2.3,+ happstack-server >= 7.0 && < 7.9,+ mtl >= 2.0 && < 2.4, random >= 1.0 && < 1.3, reform >= 0.2 && < 0.4, text >= 0.11 && < 2.1,