lawful-conversions-0.1.3: src/library/LawfulConversions/Relations/StringAndUtcTime.hs
{-# OPTIONS_GHC -Wno-orphans #-}
module LawfulConversions.Relations.StringAndUtcTime where
import Data.Time
import Data.Time.Format.ISO8601
import LawfulConversions.Classes
import LawfulConversions.Prelude
instance IsSome String UTCTime where
to = iso8601Show
maybeFrom = iso8601ParseM