{-# LANGUAGE Safe #-} -- | --The contents of this module is liable to change, or disappear entirely. --Please if you depend on anything here. module Data.Time.Format.Internal ( Format (..), FormatTime (..), ParseTime (..), ) where import Data.Format import Data.Time.Format.Format.Class import Data.Time.Format.Parse.Class