time-1.11.1: lib/Data/Time/Format/Internal.hs
{-# LANGUAGE Safe #-}
{-|
The contents of this module is liable to change, or disappear entirely.
Please <https://github.com/haskell/time/issues/new let me know> if you depend on anything here.
-}
module Data.Time.Format.Internal
( FormatTime(..)
, ParseTime(..)
) where
import Data.Time.Format.Format.Class
import Data.Time.Format.Parse.Class