Module
Data.Version.Haskell
- Package
- purescript-versions
- Repository
- hdgarrood/purescript-versions
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
.
#showVersion Source
showVersion :: Version -> String