1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31
|
name: dlist-instances
version: 0.1.1.1
synopsis: Difference lists instances
description:
See the dlist packages.
This package is the canonical source for some orphan instances.
Orphan instances are placed here to avoid dependencies elsewhere.
category: Data
license: BSD3
license-file: LICENSE
author: Greg Weber
maintainer: Greg Weber <greg@gregweber.info>
copyright: 2013 Greg Weber
homepage: https://github.com/gregwebs/dlist-instances
bug-reports: https://github.com/gregwebs/dlist-instances/issues
extra-source-files: README.md
build-type: Simple
cabal-version: >= 1.9.2
source-repository head
type: git
location: git://github.com/gregwebs/dlist-instances.git
library
build-depends:
base >= 2 && < 5,
semigroups,
dlist
ghc-options: -Wall
exposed-modules: Data.DList.Instances
|