-- This file has been generated from package.yaml by hpack version 0.20.0. -- -- see: https://github.com/sol/hpack -- -- hash: 544b5c9d39662154103eff1e3cd4e7195cb4eafaf7d7832c80b7ce245d52c961 name: salve version: 0.0.10 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 other-modules: Paths_salve 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 other-modules: Paths_salve default-language: Haskell2010