time-compat-1.9.8: test/main/Test/Format/Compile.hs
-- Tests succeed if module compiles
{-# LANGUAGE GeneralizedNewtypeDeriving #-}
module Test.Format.Compile (
) where
{-
import Data.Time.Compat
newtype WrappedUTCTime
= MkWrappedUTCTime UTCTime
deriving (FormatTime, ParseTime)
newtype Wrapped t
= MkWrapped t
deriving (FormatTime, ParseTime)
-}