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

« back to all changes in this revision

Viewing changes to data-default-class.cabal

  • Committer: Package Import Robot
  • Author(s): Joachim Breitner
  • Date: 2013-11-24 14:39:42 UTC
  • Revision ID: package-import@ubuntu.com-20131124143942-ilm0cjxdd5rffb8j
Tags: upstream-0.0.1
ImportĀ upstreamĀ versionĀ 0.0.1

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
Name:            data-default-class
 
2
Version:         0.0.1
 
3
Cabal-Version:   >= 1.6
 
4
Category:        Data
 
5
Synopsis:        A class for types with a default value
 
6
Build-Type:      Simple
 
7
License:         BSD3
 
8
License-File:    LICENSE
 
9
Author:          Lukas Mai
 
10
Maintainer:      <l.mai@web.de>
 
11
 
 
12
source-repository head
 
13
  type: git
 
14
  location: https://github.com/mauke/data-default
 
15
 
 
16
Library
 
17
  Build-Depends:     base >=2 && <5
 
18
  Exposed-Modules:   Data.Default.Class