name: salve version: 1.0.8 category: Distribution description: Salve provides semantic version (SemVer) numbers and constraints (ranges). extra-source-files: - CHANGELOG.markdown - package.yaml - README.markdown - stack.yaml github: tfausak/salve license-file: LICENSE.markdown license: MIT maintainer: Taylor Fausak synopsis: Semantic version numbers and constraints. dependencies: base: '>= 4.9.0 && < 4.14' ghc-options: - -Weverything - -Wno-implicit-prelude - -Wno-safe - -Wno-unsafe when: - condition: impl(ghc >= 8.8.1) ghc-options: -Wno-missing-deriving-strategies library: source-dirs: library tests: doctest: dependencies: doctest: '>= 0.11.0 && < 0.17' ghc-options: - -rtsopts - -threaded main: Main.hs source-dirs: tests