Skip to content

Commit

Permalink
More precise calendar imports
Browse files Browse the repository at this point in the history
  • Loading branch information
swamp-agr committed May 20, 2024
1 parent 346a555 commit a37fd40
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion telegram-bot-api/src/Telegram/Bot/API/Types/Birthdate.hs
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,8 @@
module Telegram.Bot.API.Types.Birthdate where

import Data.Aeson (FromJSON (..), ToJSON (..))
import Data.Time.Calendar
import Data.Time.Calendar.MonthDay (DayOfMonth, MonthOfYear)
import Data.Time.Calendar.OrdinalDate (Year)
import GHC.Generics (Generic)

import Telegram.Bot.API.Internal.Utils
Expand Down

0 comments on commit a37fd40

Please sign in to comment.