name:                 versions
version:              6.0.6
visibility:           public
id:                   versions-6.0.6-6u9j058Uile4kxqWjQqMSM
key:                  versions-6.0.6-6u9j058Uile4kxqWjQqMSM
license:              BSD-3-Clause
maintainer:           colin@fosskers.ca
author:               Colin Woodbury
homepage:             https://github.com/fosskers/versions
synopsis:             Types and parsers for software version numbers.
description:
    A library for parsing and comparing software version numbers. We like to give
    version numbers to our software in a myriad of ways. Some ways follow strict
    guidelines for incrementing and comparison. Some follow conventional wisdom
    and are generally self-consistent. Some are just plain asinine. This library
    provides a means of parsing and comparing /any/ style of versioning, be it a
    nice Semantic Version like this:

    > 1.2.3-r1+git123

    ...or a monstrosity like this:

    > 2:10.2+0.0093r3+1-1

    Please switch to <http://semver.org Semantic Versioning> if you aren't
    currently using it. It provides consistency in version incrementing and has
    the best constraints on comparisons.

    This library implements version @2.0.0@ of the SemVer spec.

category:             Data
abi:                  75fb4632b0a26a15ec9472a03e071b1b
exposed:              True
exposed-modules:      Data.Versions
import-dirs:
    /usr/pkg/lib/aarch64-netbsd-ghc-9.8.2/versions-6.0.6-6u9j058Uile4kxqWjQqMSM

library-dirs:
    /usr/pkg/lib/aarch64-netbsd-ghc-9.8.2/versions-6.0.6-6u9j058Uile4kxqWjQqMSM

library-dirs-static:
    /usr/pkg/lib/aarch64-netbsd-ghc-9.8.2/versions-6.0.6-6u9j058Uile4kxqWjQqMSM

dynamic-library-dirs: /usr/pkg/lib/aarch64-netbsd-ghc-9.8.2
data-dir:             /usr/pkg/share/aarch64-netbsd-ghc-9.8.2/versions-6.0.6
hs-libraries:         HSversions-6.0.6-6u9j058Uile4kxqWjQqMSM
depends:
    base-4.19.1.0-inplace deepseq-1.5.0.0-inplace
    hashable-1.4.4.0-KxjXsVUVzC32ShXgMIK5TR
    megaparsec-9.6.1-9o4Rv4HGhFA9HyJqQHvRdY
    parser-combinators-1.3.0-GN4lab6GdD2Azk9G6E243g
    template-haskell-2.21.0.0-inplace text-2.1.1-inplace

haddock-interfaces:
    /usr/pkg/share/doc/aarch64-netbsd-ghc-9.8.2/versions-6.0.6/html/versions.haddock

haddock-html:
    /usr/pkg/share/doc/aarch64-netbsd-ghc-9.8.2/versions-6.0.6/html
