Cabal revisions of versions-3.5.0
Hackage metadata revisions edit the .cabal file after upload; each diff below is one revision.
revision 1
-cabal-version: 1.12---- This file has been generated from package.yaml by hpack version 0.30.0.------ see: https://github.com/sol/hpack------ hash: c88c48a70659eb4789fc7f8c40a392f43def7f65ede9b0a91be6cdc1e1eaac33--name: versions-version: 3.5.0-synopsis: Types and parsers for software version numbers.-description: A library for parsing and comparing software version numbers. We like to give version numbers to our software in a myriad of ways. Some ways follow strict guidelines for incrementing and comparison. Some follow conventional wisdom and are generally self-consistent. Some are just plain asinine. This library provides a means of parsing and comparing /any/ style of versioning, be it a nice Semantic Version like this:- .- > 1.2.3-r1+git123- .- ...or a monstrosity like this:- .- > 2:10.2+0.0093r3+1-1- .- Please switch to <http://semver.org Semantic Versioning> if you aren't currently using it. It provides consistency in version incrementing and has the best constraints on comparisons.-category: Data-homepage: https://gitlab.com/fosskers/versions-author: Colin Woodbury-maintainer: colin@fosskers.ca-license: BSD3-license-file: LICENSE-build-type: Simple-extra-source-files:- CHANGELOG.md- README.md--library- ghc-options: -fwarn-unused-imports -fwarn-unused-binds -fwarn-name-shadowing -fwarn-unused-matches -fwarn-incomplete-patterns -fwarn-redundant-constraints -Wincomplete-uni-patterns- build-depends:- base >=4.8 && <4.12- , deepseq >=1.4 && <1.5- , hashable >=1.2 && <1.3- , megaparsec >=7 && <8- , text >=1.2 && <1.3- exposed-modules:- Data.Versions- default-language: Haskell2010--test-suite versions-test- type: exitcode-stdio-1.0- main-is: Test.hs- hs-source-dirs:- test- ghc-options: -fwarn-unused-imports -fwarn-unused-binds -fwarn-name-shadowing -fwarn-unused-matches -fwarn-incomplete-patterns -fwarn-redundant-constraints -Wincomplete-uni-patterns -threaded -with-rtsopts=-N- build-depends:- QuickCheck >=2.9 && <2.13- , base >=4.8 && <4.12- , base-prelude- , checkers >=0.4 && <0.5- , megaparsec >=7 && <8- , microlens >=0.4 && <0.5- , tasty >=0.10.1.2- , tasty-hunit >=0.9.2- , tasty-quickcheck >=0.8 && <0.11- , text >=1.2 && <1.3- , versions- default-language: Haskell2010+cabal-version: 1.12 + +-- This file has been generated from package.yaml by hpack version 0.30.0. +-- +-- see: https://github.com/sol/hpack +-- +-- hash: c88c48a70659eb4789fc7f8c40a392f43def7f65ede9b0a91be6cdc1e1eaac33 + +name: versions +version: 3.5.0 +x-revision: 1 +synopsis: Types and parsers for software version numbers. +description: A library for parsing and comparing software version numbers. We like to give version numbers to our software in a myriad of ways. Some ways follow strict guidelines for incrementing and comparison. Some follow conventional wisdom and are generally self-consistent. Some are just plain asinine. This library provides a means of parsing and comparing /any/ style of versioning, be it a nice Semantic Version like this: + . + > 1.2.3-r1+git123 + . + ...or a monstrosity like this: + . + > 2:10.2+0.0093r3+1-1 + . + Please switch to <http://semver.org Semantic Versioning> if you aren't currently using it. It provides consistency in version incrementing and has the best constraints on comparisons. +category: Data +homepage: https://gitlab.com/fosskers/versions +author: Colin Woodbury +maintainer: colin@fosskers.ca +license: BSD3 +license-file: LICENSE +build-type: Simple +extra-source-files: + CHANGELOG.md + README.md + +library + ghc-options: -fwarn-unused-imports -fwarn-unused-binds -fwarn-name-shadowing -fwarn-unused-matches -fwarn-incomplete-patterns -fwarn-redundant-constraints -Wincomplete-uni-patterns + build-depends: + base >=4.8 && <4.13 + , deepseq >=1.4 && <1.5 + , hashable >=1.2 && <1.3 + , megaparsec >=7 && <8 + , text >=1.2 && <1.3 + exposed-modules: + Data.Versions + default-language: Haskell2010 + +test-suite versions-test + type: exitcode-stdio-1.0 + main-is: Test.hs + hs-source-dirs: + test + ghc-options: -fwarn-unused-imports -fwarn-unused-binds -fwarn-name-shadowing -fwarn-unused-matches -fwarn-incomplete-patterns -fwarn-redundant-constraints -Wincomplete-uni-patterns -threaded -with-rtsopts=-N + build-depends: + QuickCheck >=2.9 && <2.13 + , base >=4.8 && <4.13 + , base-prelude + , checkers >=0.4 && <0.5 + , megaparsec >=7 && <8 + , microlens >=0.4 && <0.5 + , tasty >=0.10.1.2 + , tasty-hunit >=0.9.2 + , tasty-quickcheck >=0.8 && <0.11 + , text >=1.2 && <1.3 + , versions + default-language: Haskell2010