Cabal revisions of tasty-quickcheck-0.2
Hackage metadata revisions edit the .cabal file after upload; each diff below is one revision.
revision 1
--- Initial tasty-quickcheck.cabal generated by cabal init. For further --- documentation, see http://haskell.org/cabal/users-guide/--name: tasty-quickcheck-version: 0.2-synopsis: QuickCheck support for the Tasty test framework.-description: QuickCheck support for the Tasty test framework.-license: MIT-license-file: LICENSE-author: Roman Cheplyaka-maintainer: roma@ro-che.info--- copyright: -category: Testing-build-type: Simple--- extra-source-files: -cabal-version: >=1.10--library- exposed-modules: Test.Tasty.QuickCheck- -- other-modules: - other-extensions: GeneralizedNewtypeDeriving, DeriveDataTypeable- build-depends: base == 4.*, tasty, QuickCheck == 2.*, tagged- -- hs-source-dirs: - default-language: Haskell2010+-- Initial tasty-quickcheck.cabal generated by cabal init. For further +-- documentation, see http://haskell.org/cabal/users-guide/ + +name: tasty-quickcheck +version: 0.2 +x-revision: 1 +synopsis: QuickCheck support for the Tasty test framework. +description: QuickCheck support for the Tasty test framework. +license: MIT +license-file: LICENSE +author: Roman Cheplyaka +maintainer: roma@ro-che.info +-- copyright: +category: Testing +build-type: Simple +-- extra-source-files: +cabal-version: >=1.10 + +library + exposed-modules: Test.Tasty.QuickCheck + -- other-modules: + other-extensions: GeneralizedNewtypeDeriving, DeriveDataTypeable + build-depends: base == 4.*, tasty < 0.8, QuickCheck == 2.*, tagged + -- hs-source-dirs: + default-language: Haskell2010