name: dense-int-set
version: 0.2
category: Data
synopsis: Dense int-set
homepage: https://github.com/metrix-ai/dense-int-set
bug-reports: https://github.com/metrix-ai/dense-int-set/issues
author: Nikita Volkov <nikita.y.volkov@mail.ru>
maintainer: Metrix.AI Tech Team <tech@metrix.ai>
copyright: (c) 2018, Metrix.AI
license: MIT
license-file: LICENSE
build-type: Simple
cabal-version: >=1.10
library
hs-source-dirs: library
default-extensions: Arrows, BangPatterns, ConstraintKinds, DataKinds, DefaultSignatures, DeriveDataTypeable, DeriveFoldable, DeriveFunctor, DeriveGeneric, DeriveTraversable, EmptyDataDecls, FlexibleContexts, FlexibleInstances, FunctionalDependencies, GADTs, GeneralizedNewtypeDeriving, LambdaCase, LiberalTypeSynonyms, MagicHash, MultiParamTypeClasses, MultiWayIf, NoImplicitPrelude, NoMonomorphismRestriction, OverloadedLists, OverloadedStrings, PatternGuards, PatternSynonyms, ParallelListComp, QuasiQuotes, RankNTypes, RecordWildCards, ScopedTypeVariables, StandaloneDeriving, TemplateHaskell, TupleSections, TypeApplications, TypeFamilies, TypeOperators, UnboxedTuples
default-language: Haskell2010
exposed-modules:
DenseIntSet
other-modules:
DenseIntSet.Prelude
build-depends:
base >=4.11 && <5,
cereal >=0.5.5 && <0.6,
cereal-vector >=0.2.0.1 && <0.3,
deferred-folds >=0.9.7 && <0.10,
hashable >=1 && <2,
vector >=0.12 && <0.13,
vector-algorithms >=0.7.0.4 && <0.8