epub-metadata-4.0: src/Codec/Epub/Data/Common.hs
-- Copyright: 2010-2013 Dino Morelli
-- License: BSD3 (see LICENSE)
-- Author: Dino Morelli <dino@ui3.info>
{- | Data types for working with the metadata of epub documents
This module helps to avoid circular imports for definitions needed by two or more other modules in this library.
-}
module Codec.Epub.Data.Common
where
-- | Attribute value used to relate things to each other in the OPF data
type MFItemId = String