dojang-0.2.1: A cross-platform dotfiles manager
Safe HaskellSafe-Inferred
LanguageHaskell2010

Dojang.Version

Synopsis

Documentation

toString :: Version -> String #

Convert a Version to it's readable String representation.

Note: This is optimised for cases where you require String output, and as such is faster than the semantically equivalent unpack . toLazyText.

toText :: Version -> Text #

Convert a Version to a strict Text representation.

Note: Equivalent to toStrict . toLazyText