Brittany ErrorResponse

This commit is contained in:
patrick brisbin 2020-08-24 08:56:49 -04:00
parent 845d8e654e
commit cbe4aed1c8

View File

@ -9,7 +9,8 @@ module Yesod.Auth.OAuth2.ErrorResponse
, ErrorName(..)
, onErrorResponse
, unknownError
) where
)
where
import Data.Foldable (traverse_)
import Data.Text (Text)