File: data-default-instances-base.cabal

package info (click to toggle)
haskell-data-default-instances-base 0.1.0.3-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 56 kB
  • sloc: haskell: 5; makefile: 2
file content (23 lines) | stat: -rw-r--r-- 735 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
cabal-version:   3.0
name:            data-default-instances-base
version:         0.1.0.3
category:        Data
synopsis:        Default instances for types in base
description:
    This module reƫxports the 'Data.Default.Class.Default' instances from the
    "Data.Default.Class" module.
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

library
    build-depends:     base >=2 && <5, data-default-class ^>=0.1.2.0
    exposed-modules:   Data.Default.Instances.Base
    default-language:  Haskell98