time-hourglass-0.2.13: src/Data/Hourglass/Epoch.hs
{- |
Module : Data.Hourglass.Epoch
License : BSD-style
Copyright : (c) 2014 Vincent Hanquez <vincent@snarc.org>
Stability : experimental
Portability : unknown
Types and functions related to epochs.
-}
module Data.Hourglass.Epoch
{-# DEPRECATED "Use Time.Epoch instead. Will be removed from future versions of this package." #-}
( module Time.Epoch
) where
import Time.Epoch