stack-1.9.3: The Haskell Tool Stack

Safe HaskellNone
LanguageHaskell2010

Data.Store.VersionTagged

Description

Tag a Store instance with structural version info to ensure we're reading a compatible format.

Documentation

versionedEncodeFile :: Data a => VersionConfig a -> Q Exp #

versionedDecodeOrLoad :: Data a => VersionConfig a -> Q Exp #

versionedDecodeFile :: Data a => VersionConfig a -> Q Exp #

storeVersionConfig :: String -> String -> VersionConfig a #