Fix broken doc tests in Internal/Auth.hs
This commit is contained in:
parent
4e6a6c0ce6
commit
08cfe21393
1 changed files with 2 additions and 2 deletions
|
@ -29,8 +29,8 @@ data AuthResult usr
|
|||
-- * Basic Auth
|
||||
|
||||
newtype BasicAuthCheck usr = BasicAuthCheck
|
||||
{ unBasicAuthCheck :: BS.ByteString -- ^ Username
|
||||
-> BS.ByteString -- ^ Password
|
||||
{ unBasicAuthCheck :: BS.ByteString -- Username
|
||||
-> BS.ByteString -- Password
|
||||
-> IO (AuthResult usr)
|
||||
}
|
||||
deriving (Generic, Typeable, Functor)
|
||||
|
|
Loading…
Reference in a new issue