Cabal revisions of tasty-hunit-0.1
Hackage metadata revisions edit the .cabal file after upload; each diff below is one revision.
revision 1
--- Initial tasty-hunit.cabal generated by cabal init. For further --- documentation, see http://haskell.org/cabal/users-guide/--name: tasty-hunit-version: 0.1-synopsis: HUnit support for the Tasty test framework.-description: HUnit 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.HUnit- -- other-modules: - other-extensions: TypeFamilies, DeriveDataTypeable- build-depends: base ==4.*, tasty, HUnit, mtl- -- hs-source-dirs: - default-language: Haskell2010+-- Initial tasty-hunit.cabal generated by cabal init. For further +-- documentation, see http://haskell.org/cabal/users-guide/ + +name: tasty-hunit +version: 0.1 +x-revision: 1 +synopsis: HUnit support for the Tasty test framework. +description: HUnit 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.HUnit + -- other-modules: + other-extensions: TypeFamilies, DeriveDataTypeable + build-depends: base ==4.*, tasty, HUnit < 1.3, mtl + -- hs-source-dirs: + default-language: Haskell2010
revision 2
name: tasty-hunit version: 0.1 -x-revision: 1 +x-revision: 2 synopsis: HUnit support for the Tasty test framework. description: HUnit support for the Tasty test framework. license: MIT exposed-modules: Test.Tasty.HUnit -- other-modules: other-extensions: TypeFamilies, DeriveDataTypeable - build-depends: base ==4.*, tasty, HUnit < 1.3, mtl + build-depends: base ==4.*, tasty < 0.8, HUnit < 1.3, mtl -- hs-source-dirs: default-language: Haskell2010