File: data-ordlist.cabal

package info (click to toggle)
haskell-data-ordlist 0.4.7.0-7
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 84 kB
  • sloc: haskell: 251; makefile: 4
file content (26 lines) | stat: -rw-r--r-- 804 bytes parent folder | download | duplicates (5)
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
Name:                data-ordlist
Version:             0.4.7.0
Description:
   This module provides set and multiset operations on ordered lists.
License:             BSD3
License-file:        LICENSE
Author:              Leon P Smith <leon@melding-monads.com>
Maintainer:          Leon P Smith <leon@melding-monads.com>
Build-Type:          Simple
Category:            Data, List
Synopsis:            Set and bag operations on ordered lists
Cabal-Version:       >=1.6
Extra-Doc-Files:     CHANGES.md

Library
  Build-Depends:     base >= 2 && < 5
  Exposed-Modules:   Data.List.Ordered

source-repository head
  type:      darcs
  location:  http://hub.darcs.net/lpsmith/data-ordlist

source-repository this
  type:      darcs
  location:  http://hub.darcs.net/lpsmith/data-ordlist
  tag:       0.4.7.0