From 58c3d4c3957882bf200f8f99fe0eb98ad8464b93 Mon Sep 17 00:00:00 2001 From: Andrey Prokopenko Date: Thu, 31 Oct 2024 19:23:03 +0100 Subject: [PATCH] Fix compilation warnings --- .../src/Telegram/Bot/API/Methods/StopMessageLiveLocation.hs | 1 - 1 file changed, 1 deletion(-) diff --git a/telegram-bot-api/src/Telegram/Bot/API/Methods/StopMessageLiveLocation.hs b/telegram-bot-api/src/Telegram/Bot/API/Methods/StopMessageLiveLocation.hs index 4ff87b5..eaa639e 100644 --- a/telegram-bot-api/src/Telegram/Bot/API/Methods/StopMessageLiveLocation.hs +++ b/telegram-bot-api/src/Telegram/Bot/API/Methods/StopMessageLiveLocation.hs @@ -6,7 +6,6 @@ module Telegram.Bot.API.Methods.StopMessageLiveLocation where import Data.Aeson (FromJSON (..), ToJSON (..)) import Data.Proxy -import Data.Text import GHC.Generics (Generic) import Servant.API import Servant.Client hiding (Response)