From c383edd7b6d17f7802088ca4d76c71061e19f30c Mon Sep 17 00:00:00 2001 From: Marco Zocca Date: Thu, 28 Dec 2023 21:23:47 +0100 Subject: [PATCH] fix imports --- Web/Scotty/Action.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Web/Scotty/Action.hs b/Web/Scotty/Action.hs index c767e51..f625d6c 100644 --- a/Web/Scotty/Action.hs +++ b/Web/Scotty/Action.hs @@ -94,7 +94,7 @@ import Network.Wai (Request, Response, StreamingBody, Application, req import Numeric.Natural import Web.Scotty.Internal.Types -import Web.Scotty.Util (mkResponse, addIfNotPresent, add, replace, lazyTextToStrictByteString) +import Web.Scotty.Util (mkResponse, addIfNotPresent, add, replace, lazyTextToStrictByteString, decodeUtf8Lenient) import UnliftIO.Exception (Handler(..), catch, catches, throwIO) import Network.Wai.Internal (ResponseReceived(..))