File: test-framework-hunit.cabal

package info (click to toggle)
haskell-test-framework-hunit 0.3.0.2-10
  • links: PTS, VCS
  • area: main
  • in suites: sid, trixie
  • size: 76 kB
  • sloc: haskell: 61; makefile: 2
file content (42 lines) | stat: -rw-r--r-- 1,430 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
Name:                test-framework-hunit
Version:             0.3.0.2
Cabal-Version:       >= 1.6
Category:            Testing
Synopsis:            HUnit support for the test-framework package.
License:             BSD3
License-File:        LICENSE
Author:              Max Bolingbroke <batterseapower@hotmail.com>
Maintainer:          Haskell Libraries <libraries@haskell.org>
Homepage:            https://batterseapower.github.io/test-framework/
Bug-Reports:         https://github.com/haskell/test-framework/issues
Build-Type:          Simple
Description:         HUnit support for the test-framework package.

Flag Base4
        Description:    Choose base version 4
        Default:        True

Flag Base3
        Description:    Choose base version 3
        Default:        False


Library
        Exposed-Modules:        Test.Framework.Providers.HUnit

        Build-Depends:          test-framework >= 0.2.0, HUnit >= 1.2 && < 1.7, extensible-exceptions >= 0.1.1 && < 0.2.0
        if flag(base3)
                Build-Depends:          base >= 3 && < 4
        else
                if flag(base4)
                        Build-Depends:          base >= 4 && < 5

        Extensions:             TypeOperators
                                MultiParamTypeClasses

        Ghc-Options:            -Wall

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