summaryrefslogtreecommitdiffstats
path: root/xintmap.cabal
blob: 22026d838e537e610b1a563dac5275abb38dcd69 (plain)
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
name: xintmap
version: 0.6.0.1
license: BSD3
license-file: COPYRIGHT.quipper
maintainer: tv@shackspace.de
bug-reports: https://github.com/4z3/xintmap/issues
synopsis: IntMap with some additional efficient operations
category: Data Structures
description:
    This package contains 'XIntMap' from
    <http://www.mathstat.dal.ca/~selinger/quipper/ Quipper>.

build-type: Simple
cabal-version:  >=1.8

source-repository head
    type:     git
    location: http://github.com/4z3/xintmap

Library
    build-depends:
        base,
        containers

    ghc-options: -O2 -Wall

    exposed-modules:
        Data.XIntMap