Cabal revisions of quickcheck-io-0.1.2
Hackage metadata revisions edit the .cabal file after upload; each diff below is one revision.
revision 1
--- This file has been generated from package.yaml by hpack version 0.5.4.------ see: https://github.com/sol/hpack--name: quickcheck-io-version: 0.1.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.-category: Testing-homepage: https://github.com/hspec/quickcheck-io#readme-bug-reports: https://github.com/hspec/quickcheck-io/issues-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.10--source-repository head- type: git- location: https://github.com/hspec/quickcheck-io--library- hs-source-dirs:- src- ghc-options: -Wall- build-depends:- QuickCheck >= 2.5.1- , HUnit >= 1.2.5- , base == 4.*- exposed-modules:- Test.QuickCheck.IO- default-language: Haskell2010+-- This file has been generated from package.yaml by hpack version 0.5.4. +-- +-- see: https://github.com/sol/hpack + +name: quickcheck-io +version: 0.1.2 +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 +homepage: https://github.com/hspec/quickcheck-io#readme +bug-reports: https://github.com/hspec/quickcheck-io/issues +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.10 + +source-repository head + type: git + location: https://github.com/hspec/quickcheck-io + +library + hs-source-dirs: + src + ghc-options: -Wall + build-depends: + QuickCheck >= 2.5.1 && <2.9 + , HUnit >= 1.2.5 + , base == 4.* + exposed-modules: + Test.QuickCheck.IO + default-language: Haskell2010
revision 2
name: quickcheck-io version: 0.1.2 -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. ghc-options: -Wall build-depends: QuickCheck >= 2.5.1 && <2.9 - , HUnit >= 1.2.5 + , HUnit >= 1.2.5 && < 1.5 , base == 4.* exposed-modules: Test.QuickCheck.IO