hashring-0.0.0: hashring.cabal
name: hashring
version: 0.0.0
license: BSD3
license-file: LICENSE.md
author: Michael S. Craig <mkscrg@gmail.com>
maintainer: Michael S. Craig <mkscrg@gmail.com>
stability: experimental
synopsis: Efficient consistent hashing.
description:
An efficient implementation of consistent hashing. See the documentation for
@Data.HashRing@ for more info.
homepage: https://github.com/mkscrg/hashring
bug-reports: https://github.com/mkscrg/hashring/issues
category: Data
build-type: Simple
cabal-version: >= 1.9.2
extra-source-files: README.md
library
exposed-modules: Data.HashRing
ghc-options: -Wall -O2
build-depends:
base >= 4 && < 5,
containers >= 0.4 && < 0.5,
hashable >= 1.1.1 && < 1.2
test-suite tests
type: exitcode-stdio-1.0
main-is: Properties.hs
hs-source-dirs: tests
ghc-options: -Wall -O2 -fno-warn-orphans
build-depends:
base >= 4 && < 5,
hashring,
test-framework,
test-framework-quickcheck2,
QuickCheck
source-repository head
type: git
location: git://github.com/mkscrg/hashring
source-repository this
type: git
location: git://github.com/mkscrg/hashring
tag: 0.0.0