Safe Haskell | Safe-Inferred |
---|---|
Language | Haskell2010 |
Synopsis
- newtype PkgconfigVersion = PkgconfigVersion ByteString
- rpmvercmp :: ByteString -> ByteString -> Ordering
Documentation
newtype PkgconfigVersion Source #
pkg-config
versions.
In fact, this can be arbitrary ByteString
,
but Parsec
instance is a little pickier.
Since: Cabal-3.0
Instances
rpmvercmp :: ByteString -> ByteString -> Ordering Source #
Compare two version strings as pkg-config
would compare them.
Since: Cabal-3.0