reform-happstack 0.2.5.1 → 0.2.5.2
raw patch · 2 files changed
+4/−5 lines, 2 filesdep ~happstack-serverdep ~reformPVP ok
version bump matches the API change (PVP)
Dependency ranges changed: happstack-server, reform
API changes (from Hackage documentation)
Files
- Text/Reform/Happstack.hs +0/−1
- reform-happstack.cabal +4/−4
Text/Reform/Happstack.hs view
@@ -5,7 +5,6 @@ module Text.Reform.Happstack where import Control.Applicative (Applicative((<*>)), Alternative, (<$>), (<|>), (*>), optional)-import Control.Applicative.Indexed (IndexedApplicative(..)) import Control.Monad (msum, mplus) import Control.Monad.Trans (liftIO) import Data.ByteString.Lazy (ByteString)
reform-happstack.cabal view
@@ -1,5 +1,5 @@ Name: reform-happstack-Version: 0.2.5.1+Version: 0.2.5.2 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.6-tested-with: GHC == 7.6.3, GHC == 7.8.4, GHC == 7.10.3+tested-with: GHC == 7.6.3, GHC == 7.8.4, GHC == 7.10.3, GHC == 8.0.1 source-repository head type: git@@ -21,10 +21,10 @@ Exposed-modules: Text.Reform.Happstack Build-depends: base >4 && <5, bytestring >= 0.9 && < 0.11,- happstack-server >= 7.0 && < 7.5,+ happstack-server >= 7.0 && < 7.6, mtl >= 2.0 && < 2.3, random >= 1.0 && < 1.2,- reform == 0.2.*,+ reform >= 0.2 && < 0.4, text >= 0.11 && < 1.3, utf8-string >= 0.3 && < 1.1