~ubuntu-branches/ubuntu/trusty/haskell-data-default/trusty

« back to all changes in this revision

Viewing changes to data-default.cabal

  • Committer: Package Import Robot
  • Author(s): Clint Adams
  • Date: 2012-05-19 01:40:39 UTC
  • mfrom: (1.1.2)
  • mto: (2.2.1 sid)
  • mto: This revision was merged to the branch mainline in revision 7.
  • Revision ID: package-import@ubuntu.com-20120519014039-mrnre0exrricvche
New upstream version.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
Name:            data-default
2
 
Version:         0.3.0
 
2
Version:         0.4.0
3
3
Cabal-Version:   >= 1.2
4
4
Category:        Data
5
5
Synopsis:        A class for types with a default value
10
10
Maintainer:      <l.mai@web.de>
11
11
 
12
12
Library
13
 
  Build-Depends:     base >=2 && <5, containers, dlist
 
13
  Build-Depends:     base >=2 && <5, containers, dlist, old-locale
14
14
  Exposed-Modules:   Data.Default
15
15
  Ghc-Options:       -Wall -O2