Commit 4d7d6373 authored by Daniel Firth's avatar Daniel Firth
Browse files

Add since docs

parent a879810e
Pipeline #144 failed with stage
in 1 second
......@@ -11,6 +11,8 @@ module Media.Timestamp
where
-- | Timestamp data type.
--
-- @since 0.1.0.0
data Time = Time
{ hour :: Int,
minutes :: Int,
......@@ -20,6 +22,8 @@ data Time = Time
deriving (Eq, Ord, Show)
-- | Interval of two timestamps.
--
-- @since 0.1.0.0
data Range = Range
{ from :: Time,
to :: Time
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment