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

« back to all changes in this revision

Viewing changes to test-framework-hunit.cabal

  • Committer: Package Import Robot
  • Author(s): Colin Watson
  • Date: 2013-11-26 20:13:48 UTC
  • mfrom: (4.1.3 trusty-proposed)
  • Revision ID: package-import@ubuntu.com-20131126201348-3qejchbtokkk8mda
Tags: 0.3.0.1-1build1
Rebuild for new GHC ABIs.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
Name:                test-framework-hunit
2
 
Version:             0.3.0
3
 
Cabal-Version:       >= 1.2.3
 
2
Version:             0.3.0.1
 
3
Cabal-Version:       >= 1.6
4
4
Category:            Testing
5
5
Synopsis:            HUnit support for the test-framework package.
6
6
License:             BSD3
7
7
License-File:        LICENSE
8
8
Author:              Max Bolingbroke <batterseapower@hotmail.com>
9
 
Maintainer:          Max Bolingbroke <batterseapower@hotmail.com>
10
 
Homepage:            http://batterseapower.github.com/test-framework/
 
9
Maintainer:          Haskell Libraries <libraries@haskell.org>
 
10
Homepage:            https://batterseapower.github.io/test-framework/
 
11
Bug-Reports:         https://github.com/haskell/test-framework/
11
12
Build-Type:          Simple
 
13
Description:         HUnit support for the test-framework package.
12
14
 
13
15
Flag Base4
14
16
        Description:    Choose base version 4
32
34
        Extensions:             TypeOperators
33
35
                                MultiParamTypeClasses
34
36
 
35
 
        Ghc-Options:            -Wall
 
 
b'\\ No newline at end of file'
 
37
        Ghc-Options:            -Wall
 
38
 
 
39
Source-Repository head
 
40
  Type:     git
 
41
  Location: https://github.com/haskell/test-framework