extra-1.6.16: Extra functions I use.

Safe HaskellSafe
LanguageHaskell2010

Data.Version.Extra

Description

This module extends Data.Version with extra utilities. The package also exports the existing Data.Version functions.

Synopsis

Documentation

readVersion :: Partial => String -> Version Source #

Read a Version or throw an exception.

\x -> readVersion (showVersion x) == x
readVersion "hello" == undefined