Export BasicAuth constructor in Servant.Server

This commit is contained in:
aaron levin 2016-01-08 12:10:36 +01:00
parent 4add914251
commit 3db091db57

View file

@ -45,7 +45,7 @@ module Servant.Server
, mkAuthHandler
-- * Basic Authentication
, BasicAuthCheck(unBasicAuthCheck)
, BasicAuthCheck(BasicAuthCheck, unBasicAuthCheck)
, BasicAuthResult(..)
-- * Default error type