packages feed

test-framework-hunit-0.3.0.3: test-framework-hunit.cabal

Cabal-Version:       1.18
Name:                test-framework-hunit
Version:             0.3.0.3
Category:            Testing
Synopsis:            HUnit support for the test-framework package.
License:             BSD3
License-File:        LICENSE
Author:              Max Bolingbroke <batterseapower@hotmail.com>
Maintainer:          Andreas Abel
Homepage:            https://github.com/haskell/test-framework#readme
Bug-Reports:         https://github.com/haskell/test-framework/issues
Build-Type:          Simple
Description:         @HUnit@ support for the @test-framework@ package.

extra-doc-files:
  ChangeLog.md

Tested-With:
  GHC == 9.14.1
  GHC == 9.12.2
  GHC == 9.10.3
  GHC == 9.8.4
  GHC == 9.6.7
  GHC == 9.4.8
  GHC == 9.2.8
  GHC == 9.0.2
  GHC == 8.10.7
  GHC == 8.8.4
  GHC == 8.6.5
  GHC == 8.4.4
  GHC == 8.2.2
  GHC == 8.0.2

Library
    Default-Language:       Haskell2010
    Default-Extensions:     TypeOperators
                            MultiParamTypeClasses

    Exposed-Modules:        Test.Framework.Providers.HUnit

    Build-Depends:          test-framework        == 0.8.*
                          , base                  >= 4.9      && < 5
                          , HUnit                 >= 1.5.0.0  && < 1.7

    Ghc-Options:            -Wno-deprecations
                              -- This package is legacy and won't address deprecation warnings.

Source-Repository head
    Type:     git
    Location: https://github.com/haskell/test-framework.git
    subdir:   hunit