File: set-extra.cabal

package info (click to toggle)
haskell-set-extra 1.4.1-5
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 60 kB
  • sloc: haskell: 101; makefile: 2
file content (17 lines) | stat: -rw-r--r-- 533 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
Name:           set-extra
Version:        1.4.1
License:        BSD3
License-File:	COPYING
Author:         David Fox
Category:       Data
Description:    Functions that could be added to Data.Set.
Synopsis:       Functions that could be added to Data.Set.
Maintainer:     David Fox <dsf@seereason.com>
Homepage:       https://github.com/ddssff/set-extra
Build-Type:     Simple
cabal-version:  >= 1.2

Library
  ghc-options:	-O2 -Wall
  Exposed-modules: Data.Set.Extra, Data.Set.ExtraG
  Build-Depends: base < 5, containers, mtl, syb