File: data-default-instances-dlist.cabal

package info (click to toggle)
haskell-data-default-instances-dlist 0.0.1.2-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 56 kB
  • sloc: haskell: 8; makefile: 2
file content (22 lines) | stat: -rw-r--r-- 714 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
cabal-version:   3.0
name:            data-default-instances-dlist
version:         0.0.1.2
category:        Data
synopsis:        Default instances for types in dlist
description:
    This module defines a 'Default' instance for the type 'DList'.
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, dlist >=0.1 && <1.1
    exposed-modules:   Data.Default.Instances.DList
    default-language:  Haskell98