-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathtasty-travis.cabal
65 lines (52 loc) · 1.94 KB
/
tasty-travis.cabal
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
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
Name: tasty-travis
Version: 0.2.0.2
Homepage: https://github.com/merijn/tasty-travis
Bug-Reports: https://github.com/merijn/tasty-travis/issues
Author: Merijn Verstraaten
Maintainer: Merijn Verstraaten <[email protected]>
Copyright: Copyright © 2017-2020 Merijn Verstraaten
License: BSD3
License-File: LICENSE
Category: Testing
Cabal-Version: >= 1.10
Build-Type: Simple
Tested-With: GHC == 7.6.3, GHC == 7.8.4, GHC == 7.10.3, GHC == 8.0.2,
GHC == 8.2.2, GHC == 8.4.4, GHC == 8.6.5, GHC == 8.8.4,
GHC == 8.10.2
Extra-Source-Files: README.md, CHANGELOG.md
Synopsis: Fancy Travis CI output for tasty tests.
Description:
Fancy <https://travis-ci.org/ Travis CI> output for
<https://hackage.haskell.org/package/tasty tasty> tests. Features include:
.
* Folded output
.
* Coloured output
.
* Hiding successful tests
Library
Default-Language: Haskell2010
GHC-Options: -Wall -fno-warn-unused-do-bind
Exposed-Modules: Test.Tasty.Travis
Other-Extensions: CPP
GeneralizedNewtypeDeriving
ImplicitParams
RecordWildCards
Trustworthy
Build-Depends: base >= 4.6 && < 5
, tasty >= 0.12 && < 1.5
if !impl(ghc >= 8.0)
Build-Depends: semigroups >= 0.18 && < 0.20
Test-Suite test
Default-Language: Haskell2010
Type: exitcode-stdio-1.0
Main-Is: Test.hs
Hs-Source-Dirs: tests
GHC-Options: -Wall -fno-warn-unused-do-bind
Build-Depends: base
, tasty
, tasty-hunit >= 0.9 && < 0.11
, tasty-travis
Source-Repository head
Type: git
Location: ssh://github.com:merijn/tasty-travis.git