diff --git a/Yesod/Auth/Http/Basic.hs b/Yesod/Auth/Http/Basic.hs
--- a/Yesod/Auth/Http/Basic.hs
+++ b/Yesod/Auth/Http/Basic.hs
@@ -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
diff --git a/yesod-auth-basic.cabal b/yesod-auth-basic.cabal
--- a/yesod-auth-basic.cabal
+++ b/yesod-auth-basic.cabal
@@ -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
