rattletrap-10.0.0: src/lib/Rattletrap/Type/Version.hs
module Rattletrap.Type.Version where
data Version = Version
{ major :: Int
, minor :: Int
, patch :: Int
}
deriving (Eq, Show)
module Rattletrap.Type.Version where
data Version = Version
{ major :: Int
, minor :: Int
, patch :: Int
}
deriving (Eq, Show)