Cabal revisions of quickcheck-io-0.1.0
Hackage metadata revisions edit the .cabal file after upload; each diff below is one revision.
revision 1
-name: quickcheck-io-version: 0.1.0-synopsis: Use HUnit assertions as QuickCheck properties-description: This package provides an orphan instance that allows you to- use HUnit assertions as QuickCheck properties.-category: Testing-license: MIT-license-file: LICENSE-copyright: (c) 2013 Simon Hengel-author: Simon Hengel <sol@typeful.net>-maintainer: Simon Hengel <sol@typeful.net>-build-type: Simple-cabal-version: >= 1.8--source-repository head- type: git- location: https://github.com/sol/quickcheck-io--library- ghc-options:- -Wall- hs-source-dirs:- src- exposed-modules:- Test.QuickCheck.IO- build-depends:- QuickCheck >= 2.5.1- , HUnit >= 1.2.5- , base == 4.*+name: quickcheck-io +version: 0.1.0 +x-revision: 1 +synopsis: Use HUnit assertions as QuickCheck properties +description: This package provides an orphan instance that allows you to + use HUnit assertions as QuickCheck properties. +category: Testing +license: MIT +license-file: LICENSE +copyright: (c) 2013 Simon Hengel +author: Simon Hengel <sol@typeful.net> +maintainer: Simon Hengel <sol@typeful.net> +build-type: Simple +cabal-version: >= 1.8 + +source-repository head + type: git + location: https://github.com/sol/quickcheck-io + +library + ghc-options: + -Wall + hs-source-dirs: + src + exposed-modules: + Test.QuickCheck.IO + build-depends: + QuickCheck >= 2.5.1 + , HUnit >= 1.2.5 && < 1.3 + , base == 4.*
revision 2
name: quickcheck-io version: 0.1.0 -x-revision: 1 +x-revision: 2 synopsis: Use HUnit assertions as QuickCheck properties description: This package provides an orphan instance that allows you to use HUnit assertions as QuickCheck properties. exposed-modules: Test.QuickCheck.IO build-depends: - QuickCheck >= 2.5.1 + QuickCheck >= 2.5.1 && < 2.9 , HUnit >= 1.2.5 && < 1.3 , base == 4.*