set-extra-1.4.2: set-extra.cabal
Name: set-extra
Version: 1.4.2
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.10
Library
ghc-options: -Wall
Exposed-modules: Data.Set.Extra, Data.Set.ExtraG
Build-Depends: base < 5, containers, mtl, syb
Default-Language: Haskell2010