~ubuntu-branches/ubuntu/utopic/haskell-test-framework-hunit/utopic

« back to all changes in this revision

Viewing changes to test-framework-hunit.cabal

  • Committer: Package Import Robot
  • Author(s): Clint Adams
  • Date: 2012-02-10 12:38:53 UTC
  • mto: This revision was merged to the branch mainline in revision 3.
  • Revision ID: package-import@ubuntu.com-20120210123853-jx5y9skz5udtm0ez
Tags: upstream-0.2.7
ImportĀ upstreamĀ versionĀ 0.2.7

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
Name:                test-framework-hunit
2
 
Version:             0.2.6
 
2
Version:             0.2.7
3
3
Cabal-Version:       >= 1.2.3
4
4
Category:            Testing
5
5
Synopsis:            HUnit support for the test-framework package.
21
21
 
22
22
Library
23
23
        Exposed-Modules:        Test.Framework.Providers.HUnit
24
 
        
 
24
 
25
25
        Build-Depends:          test-framework >= 0.2.0, HUnit >= 1.2 && < 2, extensible-exceptions >= 0.1.1 && < 0.2.0
26
26
        if flag(base3)
27
27
                Build-Depends:          base >= 3 && < 4
28
28
        else
29
29
                if flag(base4)
30
30
                        Build-Depends:          base >= 4 && < 5
31
 
        
 
31
 
32
32
        Extensions:             TypeOperators
33
33
                                MultiParamTypeClasses
34
 
        
 
34
 
35
35
        Ghc-Options:            -Wall
 
 
b'\\ No newline at end of file'