packages feed

salve-1.0.8: salve.cabal

cabal-version: 1.12

-- This file has been generated from package.yaml by hpack version 0.31.0.
--
-- see: https://github.com/sol/hpack
--
-- hash: 019bfde4256d781b68fa896b714bcb5005f6dfe16f62471950ec84239ddf6c75

name:           salve
version:        1.0.8
synopsis:       Semantic version numbers and constraints.
description:    Salve provides semantic version (SemVer) numbers and constraints (ranges).
category:       Distribution
homepage:       https://github.com/tfausak/salve#readme
bug-reports:    https://github.com/tfausak/salve/issues
maintainer:     Taylor Fausak
license:        MIT
license-file:   LICENSE.markdown
build-type:     Simple
extra-source-files:
    CHANGELOG.markdown
    package.yaml
    README.markdown
    stack.yaml

source-repository head
  type: git
  location: https://github.com/tfausak/salve

library
  exposed-modules:
      Salve
      Salve.Internal
  other-modules:
      Paths_salve
  hs-source-dirs:
      library
  ghc-options: -Weverything -Wno-implicit-prelude -Wno-safe -Wno-unsafe
  build-depends:
      base >=4.9.0 && <4.14
  if impl(ghc >= 8.8.1)
    ghc-options: -Wno-missing-deriving-strategies
  default-language: Haskell2010

test-suite doctest
  type: exitcode-stdio-1.0
  main-is: Main.hs
  other-modules:
      Paths_salve
  hs-source-dirs:
      tests
  ghc-options: -Weverything -Wno-implicit-prelude -Wno-safe -Wno-unsafe -rtsopts -threaded
  build-depends:
      base >=4.9.0 && <4.14
    , doctest >=0.11.0 && <0.17
  if impl(ghc >= 8.8.1)
    ghc-options: -Wno-missing-deriving-strategies
  default-language: Haskell2010