-- Hoogle documentation, generated by Haddock -- See Hoogle, http://www.haskell.org/hoogle/ -- | A simple version type. -- -- A simple version type, which is a list of Naturals @package version-natural @version 0.1.0.0 module Data.Version.Natural newtype Version MkVersion :: [Natural] -> Version [fromVersion] :: Version -> [Natural] toText :: Version -> Text instance GHC.Show.Show Data.Version.Natural.Version instance GHC.Classes.Ord Data.Version.Natural.Version instance GHC.Generics.Generic Data.Version.Natural.Version instance GHC.Classes.Eq Data.Version.Natural.Version