packages feed

Cabal revisions of indexation-0.6.1

Hackage metadata revisions edit the .cabal file after upload; each diff below is one revision.

revision 1
-name: indexation-version: 0.6.1-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 <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, 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,-    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.1.5 && <0.2,-    focus >=1.0.1 && <1.1,-    foldl >=1 && <2,-    hashable >=1 && <2,-    list-t >=1 && <1.1,-    mmorph >=1 && <2,-    potoki >=2.0.15 && <2.1,-    potoki-cereal >=0.3 && <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+name: indexation
+version: 0.6.1
+x-revision: 1
+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 <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, 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,
+    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.1.5 && <0.2,
+    focus >=1.0.1 && <1.1,
+    foldl >=1 && <2,
+    hashable >=1 && <2,
+    list-t >=1 && <1.1,
+    mmorph >=1 && <2,
+    potoki >=2.0.15 && <2.2,
+    potoki-cereal >=0.3 && <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