File: data-default-class.cabal

package info (click to toggle)
haskell-data-default-class 0.2.0.0-1
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 52 kB
  • sloc: haskell: 8; makefile: 2
file content (24 lines) | stat: -rw-r--r-- 728 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
cabal-version:   3.0
name:            data-default-class
version:         0.2.0.0
category:        Data
synopsis:        A class for types with a default value (compatibility shim)
description:
    This module re-exports the 'Default' class from "Data.Default", for
    compatibility with older code.
build-type:      Simple
license:         BSD-3-Clause
license-file:    LICENSE
copyright:       (c) 2013 Lukas Mai
author:          Lukas Mai
maintainer:      <lukasmai.403+hackage@gmail.com>

source-repository head
    type: git
    location: https://github.com/mauke/data-default
    branch: flare

library
    build-depends:     data-default ^>=0.8
    exposed-modules:   Data.Default.Class
    default-language:  Haskell98