From 46fc389caef721a55dfef1c3adc6fe0d32143281 Mon Sep 17 00:00:00 2001 From: patrick brisbin Date: Mon, 24 Aug 2020 08:56:49 -0400 Subject: [PATCH] Brittany ErrorResponse --- src/Yesod/Auth/OAuth2/ErrorResponse.hs | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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)