Cabal revisions of generic-arbitrary-0.1.0
Hackage metadata revisions edit the .cabal file after upload; each diff below is one revision.
revision 1
-name: generic-arbitrary-version: 0.1.0-synopsis: Generic implementation for QuickCheck's Arbitrary-description:- Generic implementations of methods of the 'Arbitrary' class from the- QuickCheck library. The approach taken here can lead to diverging instances- for recursive types but is safe for non-recursive ones and guarantees- flat distribution for constructors of sum-types.--license: MIT-license-file: LICENSE-author: Typeable.io contributors-maintainer: makeit@typeable.io-category: Generic-build-type: Simple-extra-source-files: CHANGELOG.md-cabal-version: >=1.22--library- exposed-modules: Test.QuickCheck.Arbitrary.Generic- build-depends: QuickCheck >= 2.8, base >=4.8 && <5- hs-source-dirs: src- default-language: Haskell2010+name: generic-arbitrary +version: 0.1.0 +x-revision: 1 +synopsis: Generic implementation for QuickCheck's Arbitrary +description: + Generic implementations of methods of the 'Arbitrary' class from the + QuickCheck library. The approach taken here can lead to diverging instances + for recursive types but is safe for non-recursive ones and guarantees + flat distribution for constructors of sum-types. + +license: MIT +license-file: LICENSE +author: Typeable.io contributors +maintainer: makeit@typeable.io +category: Generic +build-type: Simple +extra-source-files: CHANGELOG.md +cabal-version: >=1.22 + +library + exposed-modules: Test.QuickCheck.Arbitrary.Generic + build-depends: QuickCheck >= 2.8, base >=4.8 && < 4.16 + hs-source-dirs: src + default-language: Haskell2010
revision 2
name: generic-arbitrary version: 0.1.0 -x-revision: 1 +x-revision: 2 synopsis: Generic implementation for QuickCheck's Arbitrary description: Generic implementations of methods of the 'Arbitrary' class from the library exposed-modules: Test.QuickCheck.Arbitrary.Generic - build-depends: QuickCheck >= 2.8, base >=4.8 && < 4.16 + build-depends: QuickCheck >=2.8 && <2.16, base >=4.8 && < 4.16 hs-source-dirs: src default-language: Haskell2010