hatex-guide-1.2.0.0: Text/LaTeX/Guide/Auto.hs
-- | Automatically generated module.
module Text.LaTeX.Guide.Auto (
guideVersion
) where
import Data.Version
-- | The version of the guide. Based on the version of the package.
guideVersion :: Version
guideVersion = Version [1,2,0,0] []