salve-0.0.9: salve.cabal
-- This file has been generated from package.yaml by hpack version 0.17.1.
--
-- see: https://github.com/sol/hpack
name: salve
version: 0.0.9
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
cabal-version: >= 1.10
extra-source-files:
CHANGELOG.markdown
README.markdown
source-repository head
type: git
location: https://github.com/tfausak/salve
library
hs-source-dirs:
library
ghc-options: -Wall
build-depends:
base >=4.8.2 && <4.11
exposed-modules:
Salve
Salve.Internal
default-language: Haskell2010
test-suite doctest
type: exitcode-stdio-1.0
main-is: Main.hs
hs-source-dirs:
tests
ghc-options: -Wall -rtsopts -threaded
build-depends:
base >=4.8.2 && <4.11
, doctest >=0.11.2 && <0.14
default-language: Haskell2010