cabal-version: 2.2 name: ron-storage version: 0.11 bug-reports: https://github.com/ff-notes/ron/issues category: Distributed Systems, Protocol, Database copyright: 2018-2019 Yuriy Syrovetskiy homepage: https://github.com/ff-notes/ron license: BSD-3-Clause license-file: LICENSE maintainer: Yuriy Syrovetskiy synopsis: RON Storage description: Replicated Object Notation (RON), data types (RDT), and RON-Schema . Examples: https://github.com/ff-notes/ron/tree/master/examples build-type: Simple extra-source-files: CHANGELOG.md common language build-depends: base >= 4.10 && < 4.13, integer-gmp default-extensions: MonadFailDesugaring NoImplicitPrelude StrictData default-language: Haskell2010 library import: language build-depends: -- global bytestring, containers, directory, filepath, fsnotify, mtl, network-info, stm, text, transformers, tf-random, -- project ron >= 0.9, ron-rdt >= 0.9.1, exposed-modules: RON.Storage RON.Storage.Backend RON.Storage.FS -- RON.Storage.Rocks RON.Storage.Test hs-source-dirs: lib