packages feed

yesod-auth-basic 0.1.0.0 → 0.1.0.1

raw patch · 2 files changed

+7/−8 lines, 2 filesPVP: minor bump suggested

API additions: PVP suggests at least a minor version bump

API changes (from Hackage documentation)

+ Yesod.Auth.Http.Basic: authRealm :: AuthSettings -> Text
+ Yesod.Auth.Http.Basic: data AuthSettings
+ Yesod.Auth.Http.Basic: defaultAuthSettings :: AuthSettings

Files

Yesod/Auth/Http/Basic.hs view
@@ -60,13 +60,12 @@          -- * Drop in replace for maybeAuthId.          defaultMaybeBasicAuthId -       -- The AuthSettings will not be exported until-       -- features are implemented which actually uses-       -- them-       ---       -- , AuthSettings-       -- , authRealm-       -- , defaultAuthSettings+       -- The AuthSettings currently do nothing+       -- useful but are supplied to the defaultMaybeAUthId+       -- anyways+       , AuthSettings+       , authRealm+       , defaultAuthSettings        ) where  import           Control.Applicative
yesod-auth-basic.cabal view
@@ -1,6 +1,6 @@  name:                yesod-auth-basic-version:             0.1.0.0+version:             0.1.0.1 license:             BSD3 license-file:        LICENSE author:              Christopher Reichert