Module

Data.Version.Haskell

A Version data type corresponding to the type in Haskell's Data.Version module, from the base library (that is, the Haskell standard library).

See also the Haskell documentation.

You might need this module in order to deal with PureScript compiler versions, as they do not always have 3 components, and therefore will not work with the Data.Version module in this package. In most other cases, though, you should probably be using Data.Version.

#Version

data Version

A version consists of at least one integer component, and any number of string components.

Constructors

Instances

#showVersion

Modules