LTS version bumped to 18.28. Build fixed

This commit is contained in:
Alexander Granin 2022-09-22 00:23:06 +04:00
parent 60d591b130
commit ea3e70ee35

View File

@ -10,8 +10,8 @@ import Data.Time.Clock (UTCTime)
type DateTime = UTCTime
data Coords = Coords
{ azimuth :: Int
, altitude :: Int
{ azimuth :: Int32
, altitude :: Int32
}
deriving (Show, Eq, Ord, Generic, ToJSON, FromJSON)