ixset-1.0.7: ixset.cabal
Name: ixset
Version: 1.0.7
Synopsis: Efficient relational queries on Haskell sets.
Description:
Create and query sets that are indexed by multiple indices.
License: BSD3
License-file: COPYING
Author: Happstack team, HAppS LLC
Maintainer: Happstack team <happs@googlegroups.com>
homepage: http://happstack.com
Category: Data Structures
Build-Type: Simple
Cabal-Version: >= 1.8
tested-with: GHC == 7.6.3, GHC == 7.8.4, GHC == 7.10.3, GHC == 8.0.1
source-repository head
type: git
location: https://github.com/Happstack/ixset.git
flag base4
Library
if flag(base4)
Build-Depends: base >=4 && < 5, syb
else
Build-Depends: base < 4
if impl(ghc >= 6.12.1)
Build-Depends: syb-with-class >= 0.6.1
else
Build-Depends: syb-with-class < 0.6.1
Build-Depends: containers,
safecopy,
template-haskell
hs-source-dirs: src
Exposed-modules:
Data.IxSet
Data.IxSet.Ix
if impl(ghc >= 6.12)
ghc-options: -Wall -fno-warn-unused-do-bind
else
ghc-options: -Wall