packages feed

semantic-version-0.0.2: semantic-version.cabal

name:                 semantic-version
version:              0.0.2
synopsis:             Semantic Version
description:          Semantic Version <https://semver.org/>
license:              BSD3
license-file:         LICENCE
author:               Tony Morris <ʇǝu˙sıɹɹoɯʇ@ןןǝʞsɐɥ>
maintainer:           Tony Morris <ʇǝu˙sıɹɹoɯʇ@ןןǝʞsɐɥ>
copyright:            Copyright (C) 2023 Tony Morris
category:             Test
build-type:           Simple
extra-source-files:   changelog.md
cabal-version:        >=1.10
homepage:             https://gitlab.com/tonymorris/semantic-version
bug-reports:          https://gitlab.com/tonymorris/semantic-version/issues
tested-with:          GHC == 8.6.5, GHC == 9.0.2

source-repository     head
  type:               git
  location:           git@gitlab.com:tonymorris/semantic-version.git

library
  exposed-modules:
                      Data.SemanticVersion
                      Data.SemanticVersion.AlphanumericIdentifier
                      Data.SemanticVersion.BuildIdentifier
                      Data.SemanticVersion.BuildIdentifiers
                      Data.SemanticVersion.IdentifierCharacter
                      Data.SemanticVersion.IdentifierCharacters
                      Data.SemanticVersion.NonDigit
                      Data.SemanticVersion.NumericIdentifier
                      Data.SemanticVersion.PreReleaseIdentifier
                      Data.SemanticVersion.PreReleaseIdentifiers
                      Data.SemanticVersion.SemanticVersion
                      Data.SemanticVersion.Version

  build-depends:        base                 >= 4        && < 6
                      , lens                 >= 4        && < 6
                      , digit                >= 0.15     && < 1
                      , alphachar            >= 0.0.5    && < 1
                      , parsers              >= 0.12.11  && < 1
                      , parsec               >= 3.1.13.0 && < 4

  hs-source-dirs:     src
  default-language:   Haskell2010
  ghc-options:        -Wall