Expose Unique (#209)

This commit is contained in:
Michael Snoyman 2012-01-10 11:19:30 +02:00
parent dfbdaf0b4c
commit f57efbe1b0
3 changed files with 5 additions and 0 deletions

3
.gitmodules vendored
View File

@ -1,3 +1,6 @@
[submodule "scripts"]
path = scripts
url = git://github.com/yesodweb/scripts.git
[submodule "authenticate"]
path = authenticate
url = https://github.com/yesodweb/authenticate.git

1
authenticate Submodule

@ -0,0 +1 @@
Subproject commit 262d06e045b658e83abfc7a34c5f9878254c7046

View File

@ -59,6 +59,7 @@
-------------------------------------------------------------------------------
module Yesod.Auth.HashDB
( HashDBUser(..)
, Unique (..)
, setPassword
-- * Authentification
, validateUser