packages feed

happstack-helpers 0.51 → 0.52

raw patch · 3 files changed

+6/−6 lines, 3 filesdep ~textPVP ok

version bump matches the API change (PVP)

Dependency ranges changed: text

API changes (from Hackage documentation)

- Happstack.Data.User.Password: constr[ahda] :: Constr
- Happstack.Data.User.Password: constr[ahdl] :: Constr
- Happstack.Data.User.Password: constr[ahdv] :: Constr
- Happstack.Data.User.Password: dataType[ahd9] :: DataType
- Happstack.Data.User.Password: dataType[ahdk] :: DataType
- Happstack.Data.User.Password: dataType[ahdu] :: DataType
+ Happstack.Data.User.Password: constr[ahuP] :: Constr
+ Happstack.Data.User.Password: constr[ahv0] :: Constr
+ Happstack.Data.User.Password: constr[ahva] :: Constr
+ Happstack.Data.User.Password: dataType[ahuO] :: DataType
+ Happstack.Data.User.Password: dataType[ahuZ] :: DataType
+ Happstack.Data.User.Password: dataType[ahv9] :: DataType

Files

Happstack/Data/User/Password.hs view
@@ -55,7 +55,7 @@     -- PasswordHash (sha1 (salt ++ password))  -{- |changepass oldpassTryString newpassString p@(Password salt hash) = ... +{- |changepass oldpassTryString newpassString p\@(Password salt hash) = ...    Change password, requires old password as an additional security measure -} changepass :: (Monad m) => String -> String -> Password -> m Password
Happstack/Helpers/HtmlOutput/Common.hs view
@@ -88,9 +88,9 @@ -} paintTable' :: (String -> String)                      -- ^ table tag function                -> ([String] -> String)                 -- ^ row tag function, input is table cell contents-               -> (String,Bool)                              -- ^ (spacer row, more padding)-                                                             --   (use ("",False) for no spacer rows)-                                                             -- if more padding is true, prepend and append spacers+               -> (String,Bool)                        -- ^ (spacer row, more padding)+                                                       --   (use (\"\",False) for no spacer rows)+                                                       --   if more padding is true, prepend and append spacers                 -> Maybe ([String], [String] -> String) -- ^ optional (header rows, header row tag function)                -> [[String]]                           -- ^ table cells
happstack-helpers.cabal view
@@ -1,5 +1,5 @@ Name: happstack-helpers-Version: 0.51+Version: 0.52 License: BSD3 License-file: bsd3.txt Description: Functions I found I was using repeatedly when programming Happstack based web-apps.@@ -58,5 +58,5 @@                , network >= 2.2                , HTTP >= 4000                , utf8-string >= 0.3.4 && < 0.4.0-               , text >= 0.7 && < 0.8+               , text >= 0.7 && < 0.11   ghc-options: -Wall