diff --git a/src/Yesod/Auth/OAuth2/ErrorResponse.hs b/src/Yesod/Auth/OAuth2/ErrorResponse.hs index 85561bd..1852c61 100644 --- a/src/Yesod/Auth/OAuth2/ErrorResponse.hs +++ b/src/Yesod/Auth/OAuth2/ErrorResponse.hs @@ -9,7 +9,8 @@ module Yesod.Auth.OAuth2.ErrorResponse , ErrorName(..) , onErrorResponse , unknownError - ) where + ) +where import Data.Foldable (traverse_) import Data.Text (Text)