Cabal revisions of smallcheck-1.1.2
Hackage metadata revisions edit the .cabal file after upload; each diff below is one revision.
revision 1
-Name: smallcheck-Version: 1.1.2-Cabal-Version: >= 1.6-License: BSD3-License-File: LICENSE-Author: Colin Runciman, Roman Cheplyaka-Maintainer: Roman Cheplyaka <roma@ro-che.info>-Homepage: https://github.com/feuerbach/smallcheck-Bug-reports: https://github.com/feuerbach/smallcheck/issues--Stability: Beta-Category: Testing-Synopsis: A property-based testing library-Description: SmallCheck is a testing library that allows to verify properties- for all test cases up to some depth. The test cases are generated- automatically by SmallCheck.-Build-Type: Simple--Extra-source-files: README.md, CREDITS.md, CHANGELOG.md----Source-repository head- type: git- location: git://github.com/feuerbach/smallcheck.git--Library-- Build-Depends: base == 4.*, mtl, logict, ghc-prim >= 0.2, pretty-- Exposed-modules:- Test.SmallCheck- Test.SmallCheck.Drivers- Test.SmallCheck.Series- Other-modules:- Test.SmallCheck.Property- Test.SmallCheck.SeriesMonad- Test.SmallCheck.Property.Result+Name: smallcheck +Version: 1.1.2 +x-revision: 1 +Cabal-Version: >= 1.6 +License: BSD3 +License-File: LICENSE +Author: Colin Runciman, Roman Cheplyaka +Maintainer: Roman Cheplyaka <roma@ro-che.info> +Homepage: https://github.com/feuerbach/smallcheck +Bug-reports: https://github.com/feuerbach/smallcheck/issues + +Stability: Beta +Category: Testing +Synopsis: A property-based testing library +Description: SmallCheck is a testing library that allows to verify properties + for all test cases up to some depth. The test cases are generated + automatically by SmallCheck. +Build-Type: Simple + +Extra-source-files: README.md, CREDITS.md, CHANGELOG.md + + + +Source-repository head + type: git + location: git://github.com/feuerbach/smallcheck.git + +Library + Other-Extensions: Safe + + Build-Depends: base == 4.*, mtl, logict, ghc-prim >= 0.2, pretty + + Exposed-modules: + Test.SmallCheck + Test.SmallCheck.Drivers + Test.SmallCheck.Series + Other-modules: + Test.SmallCheck.Property + Test.SmallCheck.SeriesMonad + Test.SmallCheck.Property.Result
revision 2
Name: smallcheck Version: 1.1.2 -x-revision: 1 +x-revision: 2 Cabal-Version: >= 1.6 License: BSD3 License-File: LICENSE Library Other-Extensions: Safe - Build-Depends: base == 4.*, mtl, logict, ghc-prim >= 0.2, pretty + Build-Depends: base >=4.5 && <5, mtl, logict, ghc-prim >= 0.2, pretty Exposed-modules: Test.SmallCheck
revision 3
Name: smallcheck Version: 1.1.2 -x-revision: 2 +x-revision: 3 Cabal-Version: >= 1.6 License: BSD3 License-File: LICENSE Library Other-Extensions: Safe - Build-Depends: base >=4.5 && <5, mtl, logict, ghc-prim >= 0.2, pretty + Build-Depends: base >=4.5 && <5, mtl, logict >= 0.5, ghc-prim >= 0.2, pretty Exposed-modules: Test.SmallCheck
revision 4
Name: smallcheck Version: 1.1.2 -x-revision: 3 -Cabal-Version: >= 1.6 +x-revision: 4 +Cabal-Version: >= 1.8 License: BSD3 License-File: LICENSE Author: Colin Runciman, Roman Cheplyaka location: git://github.com/feuerbach/smallcheck.git Library + build-depends: mtl <2.3 + Other-Extensions: Safe Build-Depends: base >=4.5 && <5, mtl, logict >= 0.5, ghc-prim >= 0.2, pretty