Name: vector-clock Version: 0.2.3 Cabal-Version: >= 1.8 License: GPL-3 License-File: LICENSE Stability: experimental Author: Alexandru Scvortov Maintainer: Kyle Hanson Homepage: https://github.com/hansonkd/vector-clock Category: Data, Data Structures, Distributed Computing Synopsis: Vector clocks for versioning message flows Build-Type: Simple Description: This package provides a ready to use implementation of the vector clock data-structures, which may be used to version messages and determine causality relations between them in a distributed system. . See @Fundamentals of Distributed Computing: A Practical Tour of Vector Clock Systems@ by R. Baldoni and M. Raynal for an overview of vector clocks. . See the README.md file for details. Extra-Source-Files: Makefile Data-Files: README.md, NEWS.md, LICENSE Source-repository head Type: git Location: git://github.com/scvalex/vector-clock.git Library Hs-Source-Dirs: src Build-Depends: base >= 4 && <5, binary, ghc-prim, hashable Ghc-Options: -Wall Exposed-Modules: Data.VectorClock, Data.VectorClock.Approximate, Data.VectorClock.Simple Test-suite props Hs-Source-Dirs: test Main-Is: Props.hs Type: exitcode-stdio-1.0 Ghc-Options: -Wall Build-Depends: array, base >= 4 && <5, binary, ghc-prim, HUnit, QuickCheck, test-framework, test-framework-hunit, test-framework-quickcheck2, vector-clock