Skip to content

Commit

Permalink
Update from Hackage at 2018-08-07T22:50:34Z
Browse files Browse the repository at this point in the history
  • Loading branch information
all-cabal-tool committed Aug 7, 2018
1 parent c8e22b7 commit eb2d6d6
Show file tree
Hide file tree
Showing 2 changed files with 48 additions and 0 deletions.
47 changes: 47 additions & 0 deletions indexation/0.4/indexation.cabal
Original file line number Diff line number Diff line change
@@ -0,0 +1,47 @@
name: indexation
version: 0.4
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.Potoki.Transform
other-modules:
Indexation.Cereal.Get
Indexation.Cereal.Put
Indexation.Constructors.EntityTable
Indexation.Instances
Indexation.Instances.Cereal
Indexation.Prelude
Indexation.Types
Indexation.Vector
build-depends:
base >=4.7 && <5,
bytestring >=0.10.8 && <0.11,
cereal >=0.5.5 && <0.6,
deferred-folds >=0.6 && <0.7,
focus >=1.0.1 && <1.1,
hashable >=1 && <2,
potoki >=2 && <2.1,
potoki-cereal >=0.3 && <0.4,
profunctors >=5.2 && <6,
stm-containers >=1 && <1.1,
text >=1 && <2,
transformers >=0.5 && <0.6,
unordered-containers >=0.2.9 && <0.3,
vector >=0.12 && <0.13
1 change: 1 addition & 0 deletions indexation/0.4/indexation.json
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
{"package-hashes":{"MD5":"82dcc108bd6972e09cbb39540df5d218","Skein512_512":"c0cf90fd98faa783400256e3b06685685b843b968be337dc5ea07f29d5d1038ba8b84344e28736b284fe99c8b1b754d8981f28a42a04964f14f3480ca2d424e4","SHA1":"e9ebfbd68038c9416f5d6828fc479745ea2e26d9","SHA512":"9d47ea350fba831297b68f67a315817dc0baac1b65a797fce8b01ff91d0472e71910f58d8eecc3d8692de8e3a7e2d554d8352a219b37299d31d758de4f92d733","SHA256":"74eadeaadea46812348d1e82ec24679b5bd70638b04e1f9dcef86fda1b98f54c"},"package-locations":["https://hackage.haskell.org/package/indexation-0.4/indexation-0.4.tar.gz","https://s3.amazonaws.com/hackage.fpcomplete.com/package/indexation-0.4.tar.gz"],"package-size":5666}

0 comments on commit eb2d6d6

Please sign in to comment.