Export BasicAuth constructor in Servant.Server
This commit is contained in:
parent
4add914251
commit
3db091db57
1 changed files with 1 additions and 1 deletions
|
@ -45,7 +45,7 @@ module Servant.Server
|
|||
, mkAuthHandler
|
||||
|
||||
-- * Basic Authentication
|
||||
, BasicAuthCheck(unBasicAuthCheck)
|
||||
, BasicAuthCheck(BasicAuthCheck, unBasicAuthCheck)
|
||||
, BasicAuthResult(..)
|
||||
|
||||
-- * Default error type
|
||||
|
|
Loading…
Reference in a new issue