packages feed

crdt-event-fold-1.0.0.2: crdt-event-fold.cabal

-- Initial crdt-event-fold.cabal generated by cabal init.  For further 
-- documentation, see http://haskell.org/cabal/users-guide/

name:                crdt-event-fold
version:             1.0.0.2
synopsis:            Garbage collected event folding CRDT.
description:         Garbage collected event folding CRDT. Consistently
                     apply arbitrary operations to replicated data.
homepage:            https://github.com/owensmurray/crdt-event-fold
license:             MIT
license-file:        LICENSE
author:              Rick Owens
maintainer:          rick@owensmurray.com
copyright:           2020 Owens Murray, LLC.
category:            CRDT
build-type:          Simple
extra-source-files:  README.md
cabal-version:       >=1.10

library
  exposed-modules:     
    Data.CRDT.EventFold
  -- other-modules:       
  -- other-extensions:    
  build-depends:
    base               >= 4.13    && < 4.14,
    binary             >= 0.8.7.0 && < 0.9,
    containers         >= 0.6.2.1 && < 0.7,
    data-default-class >= 0.1.2.0 && < 0.2,
    data-dword         >= 0.3.2   && < 0.4
  hs-source-dirs:      src
  default-language:    Haskell2010