name: indexation version: 0.8 category: Data synopsis: Tools for entity indexation description: A set of tools for indexing entities homepage: https://github.com/metrix-ai/indexation bug-reports: https://github.com/metrix-ai/indexation/issues author: Nikita Volkov maintainer: Metrix.AI Tech Team 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, OverloadedStrings, PatternGuards, PatternSynonyms, ParallelListComp, QuasiQuotes, RankNTypes, RecordWildCards, ScopedTypeVariables, StandaloneDeriving, TemplateHaskell, TupleSections, TypeApplications, TypeFamilies, TypeOperators, UnboxedTuples default-language: Haskell2010 exposed-modules: Indexation.Data Indexation.IO Indexation.Predicate Indexation.Potoki.Produce Indexation.Potoki.Transform Indexation.FoldM.Index other-modules: Indexation.Cereal.Get Indexation.Cereal.Put Indexation.Instances Indexation.Instances.Cereal Indexation.Prelude Indexation.Types Indexation.Functions Indexation.FoldM.Basic Indexation.Utils.Vector build-depends: base >=4.11 && <5, bitvec >=0.1.0.2 && <0.2, bytestring >=0.10.8 && <0.11, cereal >=0.5.5 && <0.6, cereal-vector >=0.2.0.1 && <0.3, contravariant >=1.4 && <2, deepseq >=1.4.3 && <2, deferred-folds >=0.9.6 && <0.10, dense-int-set >=0.3 && <0.4, focus >=1.0.1 && <1.1, foldl >=1 && <2, hashable >=1 && <2, list-t >=1 && <1.1, mmorph >=1 && <2, potoki >=2.1.3 && <2.2, potoki-cereal >=0.3.1 && <0.4, profunctors >=5.2 && <6, stm-containers >=1.1 && <1.2, text >=1 && <2, transformers >=0.5 && <0.6, unordered-containers >=0.2.9 && <0.3, vector >=0.12 && <0.13, vector-th-unbox >=0.2.1.6 && <0.3