keystore-0.9.0.2: Managing stores of secret things
Safe HaskellSafe-Inferred
LanguageHaskell2010

Data.KeyStore.Types.UTC

Synopsis

Documentation

newtype UTC Source #

package time has some variation in the formatting of second fractions in %Q (http:/hackage.haskell.orgpackagetime-1.8.0.2changelog) so we we will standardise on ".xxx"

Constructors

UTC 

Fields

Instances

Instances details
FromJSON UTC Source # 
Instance details

Defined in Data.KeyStore.Types.UTC

ToJSON UTC Source # 
Instance details

Defined in Data.KeyStore.Types.UTC

FromJSONWithErrs UTC Source # 
Instance details

Defined in Data.KeyStore.Types.UTC

Show UTC Source # 
Instance details

Defined in Data.KeyStore.Types.UTC

Methods

showsPrec :: Int -> UTC -> ShowS #

show :: UTC -> String #

showList :: [UTC] -> ShowS #

Eq UTC Source # 
Instance details

Defined in Data.KeyStore.Types.UTC

Methods

(==) :: UTC -> UTC -> Bool #

(/=) :: UTC -> UTC -> Bool #